Frame 2
_root.gotgin = "no";
_root.metalgroundfall = "no";
_root.rayammo = 100;
_root.gatammo = 100;
lives = 5;
hits = 2;
Frame 129
_root.loadscreen.counter = 0;
Frame 230
nextFrame();
Frame 231
stop();
_root.shipfuel2 == "no";
_root.shipfuel1 == "no";
Frame 232
stop();
place = "homestart232";
Instance of Symbol 128 MovieClip "player" in Frame 232
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
this.jump = false;
this.xspeed = 0;
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Frame 233
stop();
Instance of Symbol 153 MovieClip in Frame 233
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 153 MovieClip in Frame 233
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 160 MovieClip in Frame 234
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 169 MovieClip in Frame 236
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
play();
};
}
}
Instance of Symbol 175 MovieClip in Frame 236
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
stop();
};
tellTarget (this.rock) {
play();
};
}
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "right";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 175 MovieClip in Frame 236
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
stop();
};
tellTarget (this.rock) {
play();
};
}
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "right";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Frame 265
stop();
Instance of Symbol 169 MovieClip in Frame 265
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
play();
};
}
}
Instance of Symbol 169 MovieClip in Frame 265
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
gotoAndPlay (296);
};
}
}
Instance of Symbol 128 MovieClip "player" in Frame 265
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Frame 295
gotoAndStop (236);
player._x = 300;
player._y = 65;
Frame 316
stop();
Instance of Symbol 169 MovieClip in Frame 316
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
play();
};
}
}
Instance of Symbol 169 MovieClip in Frame 316
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
gotoAndPlay (336);
};
}
}
Instance of Symbol 128 MovieClip "player" in Frame 316
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Frame 335
gotoAndStop (265);
Frame 351
tellTarget (_root.player.sci) {
play();
};
Frame 370
tellTarget (_root.player.sci) {
stop();
};
Frame 385
gotoAndStop (387);
Frame 386
gotoAndStop (316);
player._x = 340;
player._y = 90;
Frame 387
place = "homeship387";
Instance of Symbol 188 MovieClip in Frame 387
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (_root.shipfuel1 == "yes") {
if (_root.shipfuel2 == "yes") {
tellTarget (_root) {
gotoAndPlay (490);
};
}
}
}
}
Instance of Symbol 128 MovieClip "player" in Frame 387
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Frame 388
gotoAndStop (391);
Frame 389
stop();
lives = lives - 1;
if (lives >= 0) {
contine._x = 0;
ending._x = -400;
} else {
contine._x = -400;
ending._x = 0;
}
Frame 390
gotoAndStop (387);
player._x = 380;
Instance of Symbol 128 MovieClip "player" in Frame 391
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Instance of Symbol 208 MovieClip in Frame 392
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
play();
};
tellTarget (this) {
play();
};
}
}
Instance of Symbol 208 MovieClip in Frame 392
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
play();
};
tellTarget (this) {
play();
};
}
}
Instance of Symbol 208 MovieClip in Frame 392
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
play();
};
tellTarget (this) {
play();
};
}
}
Instance of Symbol 208 MovieClip in Frame 392
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 208 MovieClip in Frame 392
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 169 MovieClip in Frame 392
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
play();
};
}
}
Frame 430
hits = 2;
Frame 450
gotoAndStop (455);
Instance of Symbol 226 MovieClip in Frame 451
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
_root.shipfuel2 = "yes";
}
}
Instance of Symbol 128 MovieClip "player" in Frame 451
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Instance of Symbol 230 MovieClip in Frame 452
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 230 MovieClip in Frame 452
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "right";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 234 MovieClip in Frame 453
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.rock) {
play();
};
}
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 239 MovieClip in Frame 454
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
gotoAndPlay (464);
};
}
}
Instance of Symbol 219 MovieClip in Frame 455
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 219 MovieClip in Frame 455
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 219 MovieClip in Frame 455
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 153 MovieClip in Frame 457
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 175 MovieClip in Frame 457
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
stop();
};
tellTarget (this.rock) {
play();
};
}
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "right";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 230 MovieClip in Frame 458
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "right";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 208 MovieClip in Frame 459
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 208 MovieClip in Frame 459
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 175 MovieClip in Frame 459
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
stop();
};
tellTarget (this.rock) {
play();
};
}
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 153 MovieClip in Frame 460
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 226 MovieClip in Frame 461
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
_root.shipfuel1 = "yes";
}
}
Frame 487
gotoAndStop (385);
Frame 953
tellTarget (_root.player.sci) {
play();
};
Instance of Symbol 153 MovieClip in Frame 953
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Frame 975
tellTarget (_root.player.sci) {
stop();
};
Frame 990
tellTarget (_root.player.sci) {
stop();
};
Frame 1011
tellTarget (_root.player.sci) {
stop();
};
Frame 1070
tellTarget (_root.player.sci) {
stop();
};
Frame 1146
stop();
tellTarget (_root.player.sci) {
stop();
};
Frame 1147
player._x = 350;
Instance of Symbol 128 MovieClip "player" in Frame 1147
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Frame 1148
stop();
place = "metalstart1147";
Instance of Symbol 153 MovieClip in Frame 1148
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 169 MovieClip in Frame 1149
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
play();
};
}
}
Frame 1175
gotoAndStop (1203);
Frame 1201
gotoAndStop (1149);
Frame 1202
gotoAndPlay (1176);
Instance of Symbol 128 MovieClip "player" in Frame 1203
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Instance of Symbol 169 MovieClip in Frame 1203
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
prevFrame();
};
}
}
Frame 1206
if (_root.bigdumblovepot == "gone") {
_root.pot1._x = -50;
}
Instance of Symbol 160 MovieClip "pot1" in Frame 1206
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Frame 1207
if (_root.crazyenemyleader == "gone") {
_root.metalleader._alpha = 0;
}
Instance of Symbol 356 MovieClip "killerrobot" in Frame 1208
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.robot) {
play();
};
this.hit = "yes";
}
}
Instance of Symbol 355 MovieClip "robot" in Frame 1209
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
this.hit = "yes";
}
}
Frame 1211
place = "metalwater1211";
Instance of Symbol 219 MovieClip in Frame 1211
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 219 MovieClip in Frame 1211
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Frame 1213
gotoAndStop (1215);
player._x = 25;
player._y = 80;
Frame 1214
gotoAndStop (1212);
player._x = 365;
player._y = 250;
Instance of Symbol 355 MovieClip "robot" in Frame 1215
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
this.hit = "yes";
}
}
Frame 1216
gotoAndStop (1218);
player._x = 25;
player._y = 80;
Frame 1217
gotoAndStop (1215);
player._x = 375;
player._y = 260;
Instance of Symbol 382 MovieClip in Frame 1218
onClipEvent (enterFrame) {
if (_root.metalworldgun == "on") {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
}
}
Frame 1219
gotoAndStop (1221);
player._x = 25;
player._y = 80;
Frame 1220
gotoAndStop (1218);
player._x = 375;
player._y = 260;
Instance of Symbol 169 MovieClip in Frame 1221
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.metalgroundfall = "yes";
}
}
Frame 1222
gotoAndStop (1224);
player._x = 25;
player._y = 170;
Frame 1223
gotoAndStop (1221);
player._x = 375;
player._y = 260;
Instance of Symbol 401 MovieClip "killerrobot" in Frame 1224
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.robot) {
play();
};
this.hit = "yes";
}
}
Instance of Symbol 230 MovieClip in Frame 1225
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 230 MovieClip in Frame 1225
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "right";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 406 MovieClip in Frame 1225
onClipEvent (enterFrame) {
if (_root.metalworldgun == "on") {
_root.bulletkillzone;
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
}
Instance of Symbol 169 MovieClip in Frame 1225
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
play();
};
}
}
Frame 1226
stop();
Frame 1227
stop();
Instance of Symbol 135 MovieClip in Frame 1227
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
play();
};
}
}
Instance of Symbol 128 MovieClip "player" in Frame 1227
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Frame 1228
stop();
_root.pistolammo = 3;
place = "metalboss1230";
Frame 1229
_root.deadrobot = 0;
tellTarget (_root.player.sci.weapons) {
gotoAndPlay (26);
};
tellTarget (_root.player.sci) {
stop();
};
Frame 1230
stop();
tellTarget (_root.player.sci.weapons) {
gotoAndPlay (26);
};
Instance of Symbol 437 MovieClip in Frame 1230
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 128 MovieClip "player" in Frame 1230
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Frame 1231
play();
Instance of Symbol 429 MovieClip "innerglow" in Frame 1231
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
_root.deadrobot = _root.deadrobot + 1;
tellTarget (this) {
play();
};
}
}
Instance of Symbol 431 MovieClip in Frame 1231
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Frame 1232
play();
Instance of Symbol 431 MovieClip in Frame 1276
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 431 MovieClip in Frame 1291
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 431 MovieClip in Frame 1368
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Frame 1631
gotoAndStop (1692);
_root.pistolammo = 3;
Frame 1632
gotoAndPlay (1695);
Instance of Symbol 128 MovieClip "player" in Frame 1632
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Frame 1633
stop();
Frame 1660
gotoAndStop (1203);
Frame 1686
gotoAndStop (1634);
Frame 1687
gotoAndPlay (1661);
Instance of Symbol 128 MovieClip "player" in Frame 1688
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Instance of Symbol 169 MovieClip in Frame 1688
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
prevFrame();
};
}
}
Frame 1691
if (_root.bigdumblovepot == "gone") {
_root.pot1._x = -50;
}
Instance of Symbol 160 MovieClip "pot1" in Frame 1691
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Frame 1692
place = "metalend1692";
Frame 2050
stop();
place = "icestart2050";
Instance of Symbol 128 MovieClip "player" in Frame 2050
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
if (this.xspeed > -5) {
this.xspeed = this.xspeed - 0.3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
}
} else if (Key.isDown(Key.right)) {
if (this.xspeed < 5) {
this.xspeed = this.xspeed + 0.3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
}
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Instance of Symbol 496 MovieClip in Frame 2051
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 502 MovieClip in Frame 2052
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "down";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.spiney) {
play();
};
}
}
Instance of Symbol 507 MovieClip in Frame 2053
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "down";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.spiney) {
play();
};
}
}
Instance of Symbol 219 MovieClip in Frame 2054
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 219 MovieClip in Frame 2054
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 496 MovieClip in Frame 2055
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 514 MovieClip in Frame 2056
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "down";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.spiney) {
play();
};
}
}
Frame 2057
stop();
place = "icewater2057";
Instance of Symbol 507 MovieClip in Frame 2059
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "down";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.spiney) {
play();
};
}
}
Frame 2061
play();
Frame 2310
_root.fishgone = 0;
Frame 2311
stop();
place = "icesea2288";
Instance of Symbol 128 MovieClip "player" in Frame 2311
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.35;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.35;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Frame 2363
gotoAndStop (2365);
place = "iceskate2365";
Instance of Symbol 128 MovieClip "player" in Frame 2364
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
if (this.xspeed > -5) {
this.xspeed = this.xspeed - 0.3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
}
} else if (Key.isDown(Key.right)) {
if (this.xspeed < 5) {
this.xspeed = this.xspeed + 0.3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
}
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Frame 2371
_root.player.xspeed = 8;
Instance of Symbol 588 MovieClip in Frame 2371
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
gotoAndPlay (2372);
};
}
}
Instance of Symbol 160 MovieClip in Frame 2371
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Frame 2429
gotoAndStop (2435);
Instance of Symbol 592 MovieClip in Frame 2430
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
gotoAndStop (2436);
};
}
}
Instance of Symbol 128 MovieClip "player" in Frame 2430
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
if (this.xspeed > -5) {
this.xspeed = this.xspeed - 0.3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
}
} else if (Key.isDown(Key.right)) {
if (this.xspeed < 5) {
this.xspeed = this.xspeed + 0.3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
}
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Instance of Symbol 496 MovieClip in Frame 2431
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 601 MovieClip in Frame 2432
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "down";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.spiney) {
play();
};
}
}
Instance of Symbol 601 MovieClip in Frame 2432
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "down";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.spiney) {
play();
};
}
}
Instance of Symbol 602 MovieClip in Frame 2432
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 602 MovieClip in Frame 2432
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2433
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2433
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2433
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Frame 2435
place = "iceunder2435";
Instance of Symbol 219 MovieClip in Frame 2435
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 219 MovieClip in Frame 2435
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Frame 2437
place = "iceunder2437";
Instance of Symbol 128 MovieClip "player" in Frame 2437
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
if (this.xspeed > -5) {
this.xspeed = this.xspeed - 0.3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
}
} else if (Key.isDown(Key.right)) {
if (this.xspeed < 5) {
this.xspeed = this.xspeed + 0.3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
}
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Instance of Symbol 496 MovieClip in Frame 2438
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 601 MovieClip in Frame 2439
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "down";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.spiney) {
play();
};
}
}
Instance of Symbol 601 MovieClip in Frame 2439
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "down";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.spiney) {
play();
};
}
}
Instance of Symbol 602 MovieClip in Frame 2439
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 602 MovieClip in Frame 2439
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2440
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2440
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 600 MovieClip in Frame 2440
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Frame 2442
play();
Instance of Symbol 219 MovieClip in Frame 2442
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 219 MovieClip in Frame 2442
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Frame 2477
tellTarget (_root.player.sci.weapons) {
gotoAndPlay (41);
};
Frame 2494
tellTarget (_root.shot) {
play();
};
Instance of Symbol 219 MovieClip in Frame 2494
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 219 MovieClip in Frame 2494
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Frame 2504
tellTarget (_root.shot) {
play();
};
Frame 2505
tellTarget (_root.shot) {
play();
};
Frame 2514
tellTarget (_root.shot) {
play();
};
Frame 2515
tellTarget (_root.shot) {
play();
};
Frame 2516
tellTarget (_root.shot) {
play();
};
Instance of Symbol 219 MovieClip in Frame 2540
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 219 MovieClip in Frame 2540
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Frame 2551
stop();
Instance of Symbol 128 MovieClip "player" in Frame 2551
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 13;
this.gravity = 1.15;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
if (this.xspeed > -5) {
this.xspeed = this.xspeed - 0.3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
}
} else if (Key.isDown(Key.right)) {
if (this.xspeed < 5) {
this.xspeed = this.xspeed + 0.3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
}
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Instance of Symbol 219 MovieClip in Frame 2551
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 219 MovieClip in Frame 2551
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.hits = 2;
}
}
Instance of Symbol 588 MovieClip in Frame 2553
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
play();
};
}
}
Frame 3194
gotoAndStop (3197);
Instance of Symbol 153 MovieClip in Frame 3195
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 230 MovieClip in Frame 3195
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 230 MovieClip in Frame 3195
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 128 MovieClip "player" in Frame 3195
onClipEvent (load) {
this.xspeed = 0;
this.yspeed = 0;
this.jumpHeight = 9;
this.gravity = 0.35;
}
onClipEvent (enterFrame) {
this.yspeed = this.yspeed + this.gravity;
x = this._x + this.xspeed;
y = this._y + this.yspeed;
if (_root.bkg.hittest(x, this._y, true)) {
this._x = x;
this.jump = false;
} else {
this.xspeed = 0;
}
if (_root.bkg.hittest(this._x, y, true)) {
this._y = y;
} else {
if (this.yspeed < 0) {
} else {
this.jump = true;
}
this.yspeed = 0;
}
if (_root.player.side != "shell") {
if (Key.isDown(Key.Space) & (_root.fire != "n")) {
tellTarget (_root.player.sci.weapons.shot) {
play();
};
_root.player.sci.weapons.wep._alpha = 0;
}
if (Key.isDown(Key.Shift)) {
if (this.jump) {
this.yspeed = this.yspeed - this.jumpHeight;
this.jump = false;
this.xspeed = 0;
tellTarget (_root.sound1) {
gotoAndPlay (1);
};
}
}
if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation - 3;
} else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) {
this.sci.weapons._rotation = this.sci.weapons._rotation + 3;
}
if (this.jump) {
if (Key.isDown(Key.left)) {
this.xspeed = -3;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = 3;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
this.xspeed = 0;
tellTarget (_root.player.sci) {
stop();
};
}
}
if (Key.isDown(Key.left)) {
this.xspeed = this.xspeed - 0.2;
this.gotoandStop(2);
tellTarget (_root.player.sci) {
play();
};
} else if (Key.isDown(Key.right)) {
this.xspeed = this.xspeed + 0.2;
this.gotoandStop(1);
tellTarget (_root.player.sci) {
play();
};
} else {
tellTarget (_root.player.sci) {
stop();
};
}
}
}
Instance of Symbol 674 MovieClip "frog" in Frame 3196
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.rover) {
play();
};
tellTarget (this) {
stop();
};
}
}
Frame 3197
place = "lunarstart3197";
Instance of Symbol 588 MovieClip in Frame 3198
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
gotoAndStop (3204);
player._y = 160;
player._x = 70;
};
}
}
Frame 3199
player._y = 153;
gotoAndStop (3201);
Frame 3200
player._y = 244;
gotoAndStop (3198);
Instance of Symbol 175 MovieClip in Frame 3201
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
stop();
};
tellTarget (this.rock) {
play();
};
}
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "right";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 682 MovieClip in Frame 3202
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 153 MovieClip in Frame 3202
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 153 MovieClip in Frame 3202
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 153 MovieClip in Frame 3202
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 153 MovieClip in Frame 3202
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Frame 3203
player._y = 75;
player._x = 320;
gotoAndStop (3198);
Instance of Symbol 674 MovieClip "frog" in Frame 3204
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.rover) {
play();
};
tellTarget (this) {
stop();
};
}
}
Instance of Symbol 717 MovieClip in Frame 3207
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.tron) {
play();
};
}
}
Instance of Symbol 739 MovieClip "sat" in Frame 3208
onClipEvent (enterFrame) {
if (this._x < _root.player._x) {
this._x = this._x + 1.5;
} else {
this._x = this._x - 1.5;
}
}
Instance of Symbol 674 MovieClip "frog" in Frame 3209
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this.rover) {
play();
};
tellTarget (this) {
stop();
};
}
}
Instance of Symbol 751 MovieClip in Frame 3209
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
play();
};
}
}
Instance of Symbol 739 MovieClip "sat" in Frame 3209
onClipEvent (enterFrame) {
if (this._x < _root.player._x) {
this._x = this._x + 0.8;
} else {
this._x = this._x - 0.8;
}
}
Instance of Symbol 739 MovieClip "sat" in Frame 3210
onClipEvent (enterFrame) {
if (this._x < _root.player._x) {
this._x = this._x + 1.5;
} else {
this._x = this._x - 1.5;
}
}
Instance of Symbol 588 MovieClip in Frame 3210
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (_root) {
gotoAndPlay (3212);
};
}
}
Frame 3285
tellTarget (_root.sci) {
stop();
};
tellTarget (_root.sci.weapons) {
gotoAndPlay (57);
};
Frame 3330
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3331
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3332
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3333
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3334
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3335
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3336
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3337
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3338
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3339
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3340
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3341
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3342
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3343
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3344
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3345
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3346
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3347
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3348
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3349
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3350
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3351
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3352
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3353
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3354
tellTarget (_root.sci.weapons.shot) {
play();
};
Frame 3471
stop();
Frame 3474
play();
Frame 3489
stop();
Frame 3492
play();
Frame 3920
stop();
Symbol 2 MovieClip Frame 1
stop();
Symbol 11 Button
on (release) {
gotoAndStop (3);
}
Symbol 14 Button
on (release) {
gotoAndStop (4);
}
Symbol 16 Button
on (release) {
gotoAndStop (2);
}
Symbol 22 Button
on (release) {
gotoAndStop (1);
}
Symbol 40 Button
on (release) {
nextFrame();
}
Symbol 44 Button
on (release) {
prevFrame();
}
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 2
stop();
Symbol 56 MovieClip Frame 3
stop();
Symbol 61 MovieClip Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
LoadPercent = (bytes_loaded / bytes_total) * 100;
tellTarget (_root) {
stop();
};
if (counter < LoadPercent) {
tellTarget (_root) {
nextFrame();
};
counter = counter + 1;
}
Symbol 61 MovieClip Frame 2
gotoAndPlay (1);
Symbol 67 Button
on (release) {
play();
}
Symbol 89 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
_root.player.sci.weapons.wep1._alpha = 0;
Symbol 95 MovieClip Frame 20
_root.player.sci.weapons.wep1._alpha = 100;
Symbol 95 MovieClip Frame 21
stop();
Symbol 95 MovieClip Frame 22
_root.player.sci.weapons.wep1._alpha = 0;
Symbol 95 MovieClip Frame 42
_root.player.sci.weapons.wep1._alpha = 100;
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 2
if (_root.pistolammo <= 0) {
gotoAndStop (1);
} else {
_root.pistolammo = _root.pistolammo - 1;
}
Symbol 106 MovieClip Frame 6
tellTarget (_root.player.sci.weapons) {
gotoAndPlay (26);
};
Symbol 107 MovieClip Frame 1
_root.wepammo.munitions.munitions = _root.pistolammo;
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 2
if (_root.rayammo <= 0) {
gotoAndStop (1);
} else {
_root.rayammo = _root.rayammo - 1;
}
Symbol 115 MovieClip Frame 1
_root.wepammo.munitions.munitions = _root.rayammo;
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
if (_root.gatammo <= 0) {
gotoAndStop (1);
} else {
_root.gatammo = _root.gatammo - 1;
}
Symbol 122 MovieClip Frame 3
gatflash._rotation = gatflash._rotation + (((math.Random() * 2) - 1) * 10);
Symbol 123 MovieClip Frame 1
_root.wepammo.munitions.munitions = _root.gatammo;
Symbol 124 MovieClip Frame 1
_root.fire = "n";
_root.wepammo.weppistol._alpha = 0;
_root.wepammo.wepknife._alpha = 0;
_root.wepammo.weptongue._alpha = 100;
_root.wepammo.ray._alpha = 0;
_root.wepammo.munitions.munitions = "";
_root.wepammo.gatling._alpha = 0;
Symbol 124 MovieClip Frame 9
stop();
_root.fire = "y";
Symbol 124 MovieClip Frame 10
_root.fire = "n";
_root.wepammo.weppistol._alpha = 0;
_root.wepammo.wepknife._alpha = 100;
_root.wepammo.weptongue._alpha = 0;
_root.wepammo.ray._alpha = 0;
_root.wepammo.munitions.munitions = "";
_root.wepammo.gatling._alpha = 0;
Symbol 124 MovieClip Frame 25
stop();
_root.fire = "y";
Symbol 124 MovieClip Frame 26
_root.fire = "n";
_root.wepammo.weppistol._alpha = 100;
_root.wepammo.wepknife._alpha = 0;
_root.wepammo.weptongue._alpha = 0;
_root.wepammo.ray._alpha = 0;
_root.wepammo.gatling._alpha = 0;
Symbol 124 MovieClip Frame 40
stop();
_root.fire = "y";
Symbol 124 MovieClip Frame 41
_root.fire = "n";
_root.wepammo.weppistol._alpha = 0;
_root.wepammo.wepknife._alpha = 0;
_root.wepammo.weptongue._alpha = 0;
_root.wepammo.ray._alpha = 100;
_root.wepammo.gatling._alpha = 0;
Symbol 124 MovieClip Frame 56
stop();
_root.fire = "y";
Symbol 124 MovieClip Frame 57
_root.fire = "n";
_root.wepammo.weppistol._alpha = 0;
_root.wepammo.wepknife._alpha = 0;
_root.wepammo.weptongue._alpha = 0;
_root.wepammo.ray._alpha = 0;
_root.wepammo.gatling._alpha = 100;
Symbol 124 MovieClip Frame 85
stop();
_root.fire = "y";
Symbol 126 MovieClip Frame 1
tellTarget (_root) {
if (player._x >= 390) {
nextFrame();
player._x = 15;
player._y = player._y - 1;
} else if (player._x <= 10) {
prevFrame();
player._x = 385;
player._y = player._y - 1;
}
if (player._y >= 325) {
_root.hits = -1;
}
if (_root.hits == 1) {
_root.player.sci.shell._height = 20;
} else if (_root.hits == 0) {
_root.player.sci.shell._alpha = 0;
} else if (_root.hits == -1) {
gotoAndStop (389);
} else {
_root.player.sci.shell._height = 36;
_root.player.sci.shell._alpha = 100;
}
};
Symbol 126 MovieClip Frame 2
gotoAndPlay (1);
Symbol 128 MovieClip Frame 1
stop();
side = "r";
Symbol 128 MovieClip Frame 2
stop();
side = "l";
Symbol 128 MovieClip Frame 3
_root.hits = _root.hits - 1;
side = "shell";
if (attack == "top") {
_root.player.yspeed = 8;
} else if (attack == "bottom") {
_root.player.yspeed = -15;
} else if (attack == "left") {
_root.player.xspeed = 8;
_root.player.yspeed = -8;
} else if (attack == "right") {
_root.player.xspeed = -8;
_root.player.yspeed = -8;
}
play();
Symbol 128 MovieClip Frame 14
_root.player.xspeed = 0;
Symbol 128 MovieClip Frame 40
gotoAndPlay (1);
Symbol 133 Button
on (keyPress "1") {
if (_root.player.side != "shell") {
tellTarget (_root.player.sci.weapons) {
gotoAndPlay (1);
};
}
}
Symbol 141 MovieClip Frame 2
gotoAndPlay (1);
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 8
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 8
_root.lives = _root.lives + 1;
Symbol 160 MovieClip Frame 25
stop();
_root.bigdumblovepot = "gone";
Symbol 174 MovieClip Frame 1
stop();
Symbol 174 MovieClip Frame 8
stop();
Symbol 182 MovieClip Frame 1
if (_root.shipfuel2 == "yes") {
cross._alpha = 0;
}
Symbol 182 MovieClip Frame 2
gotoAndPlay (1);
Symbol 189 MovieClip Frame 1
if (_root.shipfuel1 == "yes") {
cross._alpha = 0;
}
Symbol 189 MovieClip Frame 2
gotoAndPlay (1);
Symbol 196 Button
on (release) {
gotoAndPlay (1);
}
Symbol 198 Button
on (release) {
hits = 2;
if (place == "homestart232") {
gotoAndStop (232);
} else if (place == "homeship387") {
gotoAndStop (387);
} else if (place == "metalstart1147") {
gotoAndStop (1147);
} else if (place == "metalwater1211") {
gotoAndStop (1211);
} else if (place == "metalboss1230") {
gotoAndStop (1230);
} else if (place == "metalend1692") {
gotoAndStop (1692);
} else if (place == "icestart2050") {
gotoAndStop (2050);
} else if (place == "icewater2057") {
gotoAndStop (2057);
} else if (place == "icesea2288") {
gotoAndPlay (2288);
} else if (place == "iceskate2365") {
gotoAndStop (2365);
} else if (place == "iceunder2435") {
gotoAndStop (2435);
} else if (place == "iceunder2437") {
gotoAndStop (2437);
} else if (place == "lunarstart3197") {
gotoAndStop (3197);
}
}
Symbol 203 MovieClip Frame 41
stop();
Symbol 208 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 22
stop();
Symbol 226 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 41
stop();
Symbol 237 MovieClip Frame 20
tellTarget (rock) {
play();
};
Symbol 277 MovieClip Frame 1
tellTarget (_root) {
one._y = real._y - ((light._y - real._y) * 1.5);
one._x = real._x - ((light._x - real._x) * 1.5);
two._y = real._y - ((light._y - real._y) / 1.5);
two._x = real._x - ((light._x - real._x) / 1.5);
three._y = real._y - ((light._y - real._y) / 2.5);
three._x = real._x - ((light._x - real._x) / 2.5);
four._y = real._y - ((light._y - real._y) / 3.5);
four._x = real._x - ((light._x - real._x) / 3.5);
five._y = (-1 * two._y) + 300;
five._x = (-1 * two._x) + 400;
six._y = (-1 * three._y) + 300;
six._x = (-1 * three._x) + 400;
seven._y = (-1 * four._y) + 300;
seven._x = (-1 * four._x) + 400;
};
Symbol 277 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 288 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "left";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 288 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "right";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Symbol 303 Button
on (keyPress "1") {
if (_root.player.side != "shell") {
tellTarget (_root.player.sci.weapons) {
gotoAndPlay (1);
};
}
}
Symbol 304 Button
on (keyPress "2") {
if (_root.player.side != "shell") {
tellTarget (_root.player.sci.weapons) {
gotoAndPlay (10);
};
}
}
Symbol 307 MovieClip Frame 1
stop();
side = "r";
Symbol 307 MovieClip Frame 2
stop();
side = "l";
Symbol 307 MovieClip Frame 3
_root.hits = _root.hits - 1;
side = "shell";
if (attack == "top") {
_root.player.yspeed = 8;
} else if (attack == "bottom") {
_root.player.yspeed = -10;
} else if (attack == "left") {
_root.player.xspeed = 5;
_root.player.yspeed = -8;
} else if (attack == "right") {
_root.player.xspeed = -5;
_root.player.yspeed = -8;
}
play();
Symbol 307 MovieClip Frame 14
_root.player.xspeed = 0;
Symbol 307 MovieClip Frame 35
gotoAndPlay (1);
Symbol 325 Button
on (release) {
gotoAndStop (1148);
}
Instance of Symbol 336 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Symbol 345 MovieClip Frame 61
stop();
_root.crazyenemyleader = "gone";
Symbol 355 MovieClip Frame 1
stop();
Symbol 355 MovieClip Frame 20
tellTarget (_root.killerrobot) {
stop();
};
Symbol 355 MovieClip Frame 21
stop();
Symbol 355 MovieClip Frame 22
gotoAndStop (21);
Symbol 382 MovieClip Frame 1
_root.metalworldgun = "off";
Symbol 382 MovieClip Frame 92
_root.metalworldgun = "on";
Symbol 398 MovieClip Frame 1
if (_root.metalgroundfall == "yessed") {
gotoAndStop (30);
}
if (_root.metalgroundfall == "yes") {
gotoAndPlay (5);
}
Symbol 398 MovieClip Frame 2
gotoAndPlay (1);
Symbol 398 MovieClip Frame 30
stop();
_root.metalgroundfall = "yessed";
Symbol 406 MovieClip Frame 1
_root.metalworldgun = "off";
Symbol 406 MovieClip Frame 92
_root.metalworldgun = "on";
Symbol 411 MovieClip Frame 101
tellTarget (_root) {
play();
};
Instance of Symbol 336 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.yspeed = -18;
}
}
Symbol 418 Button
on (release) {
gotoAndStop (1229);
}
Symbol 421 Button
on (keyPress "3") {
if (_root.player.side != "shell") {
tellTarget (_root.player.sci.weapons) {
gotoAndPlay (26);
};
}
}
Symbol 429 MovieClip Frame 1
stop();
Instance of Symbol 429 MovieClip "innerglow" in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
_root.deadrobot = _root.deadrobot + 1;
tellTarget (this) {
play();
};
}
}
Instance of Symbol 431 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Symbol 434 MovieClip Frame 245
tellTarget (_root) {
play();
};
Symbol 437 MovieClip Frame 23
stop();
Symbol 437 MovieClip Frame 24
_root.pistolammo = _root.pistolammo + 3;
Symbol 444 MovieClip Frame 1
if (_root.deadrobot == 1) {
tellTarget (this.robotguy.innerglow) {
gotoAndStop (60);
};
} else if (_root.deadrobot == 2) {
tellTarget (this.robotguy.innerglow) {
gotoAndStop (120);
};
} else if (_root.deadrobot == 3) {
tellTarget (this.robotguy.innerglow) {
gotoAndStop (180);
};
} else if (_root.deadrobot == 4) {
tellTarget (this.robotguy.innerglow) {
gotoAndStop (240);
};
} else if (_root.deadrobot == 5) {
tellTarget (this.robotguy.innerglow) {
gotoAndStop (300);
};
} else if (_root.deadrobot == 6) {
tellTarget (this.robotguy.innerglow) {
gotoAndStop (360);
};
} else if (_root.deadrobot == 7) {
tellTarget (this.robotguy.innerglow) {
gotoAndStop (420);
};
} else if (_root.deadrobot == 8) {
tellTarget (this.robotguy.innerglow) {
gotoAndStop (480);
};
} else if (_root.deadrobot == 9) {
tellTarget (this.robotguy.innerglow) {
gotoAndStop (540);
};
} else if (_root.deadrobot == 10) {
tellTarget (this.robotguy.innerglow) {
gotoAndStop (600);
};
}
Instance of Symbol 439 MovieClip in Symbol 444 MovieClip Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
}
Symbol 446 MovieClip Frame 1
this._width = 10 * _root.deadrobot;
if (_root.deadrobot > 10) {
tellTarget (_root) {
nextFrame();
};
}
Symbol 446 MovieClip Frame 2
gotoAndPlay (1);
Symbol 476 MovieClip Frame 1
tellTarget (_root) {
one._y = real._y - ((light._y - real._y) * 1.5);
one._x = real._x - ((light._x - real._x) * 1.5);
two._y = real._y - ((light._y - real._y) / 1.5);
two._x = real._x - ((light._x - real._x) / 1.5);
three._y = real._y - ((light._y - real._y) / 2.5);
three._x = real._x - ((light._x - real._x) / 2.5);
four._y = real._y - ((light._y - real._y) / 3.5);
four._x = real._x - ((light._x - real._x) / 3.5);
five._y = (-1 * two._y) + 300;
five._x = (-1 * two._x) + 400;
six._y = (-1 * three._y) + 300;
six._x = (-1 * three._x) + 400;
seven._y = (-1 * four._y) + 300;
seven._x = (-1 * four._x) + 400;
};
Symbol 476 MovieClip Frame 2
gotoAndPlay (1);
Symbol 496 MovieClip Frame 1
stop();
Symbol 496 MovieClip Frame 8
_root.pistolammo = _root.pistolammo + 3;
Symbol 496 MovieClip Frame 31
stop();
Symbol 501 MovieClip Frame 1
stop();
loopcc = 0;
Symbol 501 MovieClip Frame 2
stop();
Symbol 501 MovieClip Frame 3
if (loopcc == 1) {
gotoAndPlay (56);
}
Symbol 501 MovieClip Frame 55
loopcc = 1;
gotoAndPlay (2);
Symbol 501 MovieClip Frame 68
stop();
Symbol 525 MovieClip Frame 1
stop();
Instance of Symbol 525 MovieClip in Symbol 526 MovieClip Frame 36
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
nextFrame();
};
}
}
Instance of Symbol 525 MovieClip in Symbol 529 MovieClip Frame 36
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
nextFrame();
};
}
}
Instance of Symbol 525 MovieClip in Symbol 532 MovieClip Frame 36
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
nextFrame();
};
}
}
Instance of Symbol 336 MovieClip in Symbol 566 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.yspeed = -10;
}
}
Instance of Symbol 525 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
nextFrame();
};
}
}
Symbol 569 MovieClip Frame 70
_root.fishgone = _root.fishgone + 1;
if (Math.random() <= 0.5) {
tellTarget (_root.fish1) {
gotoAndPlay (2);
};
} else {
tellTarget (_root.fish2) {
gotoAndPlay (2);
};
}
if (_root.fishgone == 16) {
tellTarget (_root) {
play();
};
}
Instance of Symbol 525 MovieClip in Symbol 569 MovieClip Frame 70
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
}
Symbol 569 MovieClip Frame 71
stop();
Symbol 570 MovieClip Frame 1
stop();
Instance of Symbol 525 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (this) {
nextFrame();
};
}
}
Symbol 570 MovieClip Frame 70
_root.fishgone = _root.fishgone + 1;
if (Math.random() <= 0.5) {
tellTarget (_root.fish1) {
gotoAndPlay (2);
};
} else {
tellTarget (_root.fish2) {
gotoAndPlay (2);
};
}
if (_root.fishgone == 16) {
tellTarget (_root) {
play();
};
}
Instance of Symbol 525 MovieClip in Symbol 570 MovieClip Frame 70
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
}
Symbol 600 MovieClip Frame 1
stop();
Instance of Symbol 597 MovieClip in Symbol 600 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
}
Symbol 600 MovieClip Frame 37
prevFrame();
Symbol 602 MovieClip Frame 1
stop();
Instance of Symbol 597 MovieClip in Symbol 602 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
}
Symbol 602 MovieClip Frame 37
prevFrame();
Symbol 614 Button
on (release) {
nextFrame();
}
Symbol 617 Button
on (keyPress "4") {
if (_root.player.side != "shell") {
tellTarget (_root.player.sci.weapons) {
gotoAndPlay (41);
};
}
}
Symbol 618 MovieClip Frame 1
stop();
Symbol 637 MovieClip Frame 1
duplicateMovieClip ("sand", "sand" add x, x);
sand._rotation = Math.random() * 360;
if (x != 30) {
x = Number(x) + 1;
} else {
stop();
}
Symbol 651 MovieClip Frame 1
tellTarget (_root.flare) {
one._y = real._y - ((light._y - real._y) * 1.5);
one._x = real._x - ((light._x - real._x) * 1.5);
two._y = real._y - ((light._y - real._y) / 1.5);
two._x = real._x - ((light._x - real._x) / 1.5);
three._y = real._y - ((light._y - real._y) / 2.5);
three._x = real._x - ((light._x - real._x) / 2.5);
four._y = real._y - ((light._y - real._y) / 3.5);
four._x = real._x - ((light._x - real._x) / 3.5);
five._y = (-1 * two._y) + 300;
five._x = (-1 * two._x) + 400;
six._y = (-1 * three._y) + 300;
six._x = (-1 * three._x) + 400;
seven._y = (-1 * four._y) + 300;
seven._x = (-1 * four._x) + 400;
};
Symbol 651 MovieClip Frame 2
gotoAndPlay (1);
Symbol 662 Button
on (keyPress "5") {
if (_root.player.side != "shell") {
tellTarget (_root.player.sci.weapons) {
if (_root.gotgin == "yes") {
gotoAndPlay (57);
}
};
}
}
Symbol 673 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 3
tellTarget (_root.frog) {
play();
};
Symbol 673 MovieClip Frame 7
stop();
tellTarget (_root.frog) {
play();
};
Symbol 673 MovieClip Frame 9
tellTarget (_root.frog) {
play();
};
Symbol 673 MovieClip Frame 13
stop();
tellTarget (_root.frog) {
play();
};
Symbol 673 MovieClip Frame 26
stop();
Symbol 682 MovieClip Frame 1
stop();
Symbol 682 MovieClip Frame 2
stop();
_root.gotgin = "yes";
Symbol 705 MovieClip Frame 36
this._rotation = this._rotation + (Math.random() * 100);
Symbol 705 MovieClip Frame 55
gotoAndPlay (1);
Symbol 716 MovieClip Frame 1
stop();
Symbol 716 MovieClip Frame 7
stop();
Symbol 716 MovieClip Frame 12
stop();
Symbol 716 MovieClip Frame 17
stop();
Symbol 716 MovieClip Frame 22
stop();
Symbol 716 MovieClip Frame 27
stop();
Symbol 716 MovieClip Frame 37
stop();
Symbol 717 MovieClip Frame 75
stop();
Symbol 718 MovieClip Frame 1
gotoAndPlay (60);
Symbol 733 MovieClip Frame 1
stop();
Instance of Symbol 726 MovieClip in Symbol 733 MovieClip Frame 30
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
if (this.hit == "yes") {
} else {
_root.player.side = "shell";
_root.player.attack = "down";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
}
Symbol 739 MovieClip Frame 1
stop();
Instance of Symbol 722 MovieClip "sat" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (_root.sat) {
play();
};
}
}
Instance of Symbol 733 MovieClip "laser1" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
tellTarget (this) {
play();
};
}
}
Symbol 739 MovieClip Frame 9
if (Math.random() < 0.5) {
this._x = 450;
} else {
this._x = -50;
}
Symbol 751 MovieClip Frame 1
stop();
Symbol 751 MovieClip Frame 9
stop();
Symbol 751 MovieClip Frame 10
prevFrame();
Symbol 779 MovieClip Frame 1
gotoAndPlay (80);
Instance of Symbol 429 MovieClip "innerglow" in Symbol 791 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
_root.deadrobot = _root.deadrobot + 1;
tellTarget (this) {
play();
};
}
}
Instance of Symbol 431 MovieClip in Symbol 791 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.real)) {
_root.player.side = "shell";
_root.player.attack = "bottom";
tellTarget (_root.player) {
gotoAndPlay (3);
};
}
}
Instance of Symbol 722 MovieClip "sat" in Symbol 809 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.player.sci.weapons.shot)) {
tellTarget (_root.sat) {
play();
};
}
}