Frame 1
Stage.showMenu = false;
stop();
stop();
stopAllSounds();
stop();
_root.health = 100;
Frame 2
gotoAndPlay (3);
Frame 3
stop();
Frame 4
_root.health = 100;
Instance of Symbol 116 MovieClip "wallR" in Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 186 MovieClip "alienblood1" in Frame 225
onClipEvent (enterFrame) {
this._x = _root.alien1._x - 30;
this._y = _root.alien1._y;
}
Instance of Symbol 223 MovieClip in Frame 225
onClipEvent (enterFrame) {
if (_root.scene == 1) {
this.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x - 40;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 25;
}
}
Instance of Symbol 222 MovieClip in Frame 225
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x - 40;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 25;
}
}
Instance of Symbol 226 MovieClip "wallR" in Frame 225
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.play();
}
}
Instance of Symbol 226 MovieClip "wallL" in Frame 225
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 226 MovieClip "wallR" in Frame 225
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 246 MovieClip "grendade" in Frame 225
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Instance of Symbol 253 MovieClip in Frame 225
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.guy._visible = false;
_root.guy._y = _root.guy._y - 1000;
stop();
_root.cont._visible = true;
_root.cont.play();
}
}
Instance of Symbol 222 MovieClip in Frame 227
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x - 40;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 25;
}
}
Instance of Symbol 306 MovieClip in Frame 373
onClipEvent (enterFrame) {
_root.ship.lb.play();
}
Instance of Symbol 306 MovieClip in Frame 388
onClipEvent (enterFrame) {
_root.ship.lb.play();
}
Instance of Symbol 306 MovieClip in Frame 397
onClipEvent (enterFrame) {
_root.scout.gotoAndPlay(6);
}
Instance of Symbol 363 MovieClip "shadow" in Frame 721
onClipEvent (enterFrame) {
this._x = _root.guy._x;
}
Instance of Symbol 116 MovieClip "wallL" in Frame 721
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 116 MovieClip "wallR" in Frame 721
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 445 MovieClip "grendade" in Frame 721
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Instance of Symbol 469 MovieClip in Frame 721
onClipEvent (enterFrame) {
if (_root.health <= 0) {
stop();
_root.guy.gotoAndPlay(52);
_root.cont._visible = true;
_root.cont.play();
}
}
Frame 733
gotoAndStop (734);
Frame 734
Stage.showMenu = false;
stop();
_root.checkpoint = 1;
stop();
_root.health = 100;
_root.grenade = 3;
_root.scene = 0;
_root.checkpoint = 1;
_root.crouch = 0;
Instance of Symbol 363 MovieClip "shadow" in Frame 734
onClipEvent (enterFrame) {
this._x = _root.guy._x;
}
Instance of Symbol 584 MovieClip "guy" in Frame 734
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 734
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 116 MovieClip "wallR" in Frame 734
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 445 MovieClip "grendade" in Frame 734
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Instance of Symbol 469 MovieClip in Frame 734
onClipEvent (enterFrame) {
if (_root.health <= 0) {
stop();
_root.guy.gotoAndPlay(52);
_root.cont._visible = true;
_root.cont.play();
}
}
Instance of Symbol 617 MovieClip "cont" in Frame 734
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.continues < 0) {
_root.cont.gotoAndPlay(222);
}
}
Instance of Symbol 621 MovieClip in Frame 734
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
this._visible = false;
} else {
this._visible = true;
}
}
Frame 735
stop();
Instance of Symbol 666 MovieClip "snowmonster1" in Frame 735
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.popup == 1) {
this._x = this._x - 6;
}
}
onClipEvent (enterFrame) {
if ((hitTest(_root.guy.body) and (_root.snowmonster1.death == 0)) and (_root.popup == 1)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.snowmonster1.death == 0)) and (_root.popup == 1))) {
_root.blood3.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 735
onClipEvent (enterFrame) {
this._x = _root.snowmonster1._x - 30;
this._y = _root.snowmonster1._y + 30;
}
Instance of Symbol 691 MovieClip "blood" in Frame 735
onClipEvent (enterFrame) {
this._x = _root.snowmonster1._x - 30;
this._y = _root.snowmonster1._y + 30;
}
Instance of Symbol 714 MovieClip in Frame 735
onClipEvent (enterFrame) {
if ((hitTest(_root.guy) and (_root.popup == 0)) and (_root.snowmonster1.death == 0)) {
_root.mound.play();
}
}
Instance of Symbol 584 MovieClip "guy" in Frame 735
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 736
stop();
Instance of Symbol 584 MovieClip "guy" in Frame 736
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 737
stop();
Instance of Symbol 666 MovieClip "snowmonster1" in Frame 737
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.popup == 1) {
this._x = this._x + 6;
}
}
onClipEvent (enterFrame) {
if ((hitTest(_root.guy.body) and (_root.snowmonster1.death == 0)) and (_root.popup == 1)) {
_root.guy._x = _root.guy._x + 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.snowmonster1.death == 0)) and (_root.popup == 1))) {
_root.blood3.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 737
onClipEvent (enterFrame) {
this._x = _root.snowmonster1._x + 40;
this._y = _root.snowmonster1._y + 60;
}
Instance of Symbol 691 MovieClip "blood" in Frame 737
onClipEvent (enterFrame) {
this._x = _root.snowmonster1._x + 40;
this._y = _root.snowmonster1._y + 60;
}
Instance of Symbol 714 MovieClip in Frame 737
onClipEvent (enterFrame) {
if ((hitTest(_root.guy) and (_root.popup == 0)) and (_root.snowmonster1.death == 0)) {
_root.mound.play();
}
}
Instance of Symbol 584 MovieClip "guy" in Frame 737
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 738
stop();
Instance of Symbol 765 MovieClip "miniboss" in Frame 738
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.crawling == 0))) {
_root.alienbloodm.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienbloodm.nextFrame();
_root.alienbloodm.nextFrame();
_root.alienbloodm.nextFrame();
}
}
Instance of Symbol 768 MovieClip "alienbloodm" in Frame 738
onClipEvent (enterFrame) {
this._x = _root.miniboss._x - 20;
this._y = _root.miniboss._y;
}
Instance of Symbol 584 MovieClip "guy" in Frame 738
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 739
stop();
gotoAndPlay (744);
Frame 740
stop();
Instance of Symbol 584 MovieClip "guy" in Frame 740
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 741
stop();
Instance of Symbol 584 MovieClip "guy" in Frame 741
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 742
stop();
gotoAndPlay (933);
Instance of Symbol 116 MovieClip "wallL" in Frame 744
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 116 MovieClip "wallR" in Frame 744
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 445 MovieClip "grendade" in Frame 744
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Instance of Symbol 469 MovieClip in Frame 744
onClipEvent (enterFrame) {
if (_root.health <= 0) {
stop();
_root.guy.gotoAndPlay(52);
_root.cont._visible = true;
_root.cont.play();
}
}
Frame 840
_root.grenade = _root.grenade + 1;
Frame 932
gotoAndStop (740);
Frame 933
stopAllSounds();
Instance of Symbol 116 MovieClip "wallL" in Frame 933
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 116 MovieClip "wallR" in Frame 933
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 445 MovieClip "grendade" in Frame 933
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Instance of Symbol 469 MovieClip in Frame 933
onClipEvent (enterFrame) {
if (_root.health <= 0) {
stop();
_root.guy.gotoAndPlay(52);
_root.cont._visible = true;
_root.cont.play();
}
}
Instance of Symbol 363 MovieClip "shadow" in Frame 939
onClipEvent (enterFrame) {
this._x = _root.guy._x;
}
Instance of Symbol 469 MovieClip in Frame 939
onClipEvent (enterFrame) {
if (_root.health <= 0) {
stop();
_root.guy.gotoAndPlay(52);
_root.cont._visible = true;
_root.cont.play();
}
}
Frame 953
gotoAndStop (1123);
Instance of Symbol 584 MovieClip "guy" in Frame 953
onClipEvent (load) {
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 850 MovieClip in Frame 953
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.grenade = _root.grenade + 3;
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
Frame 1123
Stage.showMenu = false;
_root.checkpoint = 2;
stop();
stop();
_root.scene = 0;
_root.crouch = 0;
Instance of Symbol 363 MovieClip "shadow" in Frame 1123
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 584 MovieClip "guy" in Frame 1123
onClipEvent (load) {
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 850 MovieClip in Frame 1123
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.grenade = _root.grenade + 3;
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1123
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 116 MovieClip "wallR" in Frame 1123
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 445 MovieClip "grendade" in Frame 1123
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Instance of Symbol 469 MovieClip in Frame 1123
onClipEvent (enterFrame) {
if (_root.health <= 0) {
stop();
_root.guy.gotoAndPlay(52);
_root.cont._visible = true;
_root.cont.play();
}
}
Instance of Symbol 617 MovieClip "cont" in Frame 1123
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.continues < 0) {
_root.cont.gotoAndPlay(222);
}
}
Frame 1124
_root.checkpoint = 2;
stop();
Instance of Symbol 875 MovieClip "alien2" in Frame 1124
onClipEvent (enterFrame) {
if (_root.alien2.death == 1) {
_root.alien2.gotoAndPlay(11);
} else if (_root.alien2.death == 0) {
this._x = this._x - 6;
}
}
onClipEvent (enterFrame) {
if (((((Key.isDown(32) and (_root.running == 0)) and (_root.alien2.death == 0)) and (_root.crawling == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
_root.alienblood2.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien2.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.alien2._x = _root.alien2._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 1124
onClipEvent (enterFrame) {
this._x = _root.alien2._x - 20;
this._y = _root.alien2._y + 20;
}
Instance of Symbol 691 MovieClip "blood" in Frame 1124
onClipEvent (enterFrame) {
this._x = _root.alien2._x - 20;
this._y = _root.alien2._y + 20;
}
Instance of Symbol 584 MovieClip "guy" in Frame 1124
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 1125
stop();
Instance of Symbol 882 MovieClip in Frame 1125
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.jump == 0)) {
_root.guy._x = _root.guy._x + 45;
this.gotoAndPlay(6);
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 882 MovieClip in Frame 1125
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.jump == 0)) {
_root.guy._x = _root.guy._x + 45;
this.gotoAndPlay(6);
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 584 MovieClip "guy" in Frame 1125
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and Key.isDown(86))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and Key.isDown(86))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and (Key.isDown(39) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(37) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(32) and (_root.jump == 0))) {
this.gotoAndPlay(31);
} else if (Key.isDown(40) and (_root.jump == 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and ((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 884 MovieClip in Frame 1125
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.health = _root.health + 50;
this._visible = false;
this._x = this._x - 1000;
_root.healthup.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.health = _root.health + 50;
this._visible = false;
this._x = this._x - 1000;
_root.healthup.play();
}
}
Frame 1126
stop();
Instance of Symbol 902 MovieClip "barrel" in Frame 1126
onClipEvent (load) {
_root.barrelboom = 0;
}
Instance of Symbol 714 MovieClip in Frame 1126
onClipEvent (enterFrame) {
if (((((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (_root.crawling == 0)) and (_root.barrelboom == 0)) and hitTest(_root.guy.area)) {
_root.ricochet.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast) and (_root.barrelboom == 0)) {
_root.ricochet.gotoAndPlay(13);
}
}
Instance of Symbol 875 MovieClip "alien2" in Frame 1126
onClipEvent (enterFrame) {
if (_root.alien2.death == 1) {
_root.alien2.gotoAndPlay(11);
} else if (_root.alien2.death == 0) {
this._x = this._x - 6;
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.running == 0)) and (_root.crawling == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.alien2.death == 0))) {
_root.alienblood2.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.barrel.blast)) {
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien2.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.alien2._x = _root.alien2._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 1126
onClipEvent (enterFrame) {
this._x = _root.alien2._x - 20;
this._y = _root.alien2._y + 20;
}
Instance of Symbol 691 MovieClip "blood" in Frame 1126
onClipEvent (enterFrame) {
this._x = _root.alien2._x - 20;
this._y = _root.alien2._y + 20;
}
Instance of Symbol 584 MovieClip "guy" in Frame 1126
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and Key.isDown(86))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and Key.isDown(86))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and (Key.isDown(39) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(37) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(32) and (_root.jump == 0))) {
this.gotoAndPlay(31);
} else if (Key.isDown(40) and (_root.jump == 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and ((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 1127
stop();
Instance of Symbol 902 MovieClip "barrel" in Frame 1127
onClipEvent (load) {
_root.barrelboom = 0;
}
Instance of Symbol 714 MovieClip in Frame 1127
onClipEvent (enterFrame) {
if (((((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (_root.crawling == 0)) and (_root.barrelboom == 0)) and hitTest(_root.guy.area)) {
_root.ricochet.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast) and (_root.barrelboom == 0)) {
_root.ricochet.gotoAndPlay(13);
}
}
Instance of Symbol 920 MovieClip "laser" in Frame 1127
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien3.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 937 MovieClip "alien3" in Frame 1127
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.alien3.death == 0))) {
_root.alienblood3.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.barrel.blast)) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
}
}
Instance of Symbol 584 MovieClip "guy" in Frame 1127
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and Key.isDown(86))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and Key.isDown(86))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and (Key.isDown(39) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(37) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(32) and (_root.jump == 0))) {
this.gotoAndPlay(31);
} else if (Key.isDown(40) and (_root.jump == 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and ((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 363 MovieClip "shadow" in Frame 1127
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1127
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.nextframe();
}
}
Frame 1128
stop();
Instance of Symbol 944 MovieClip in Frame 1128
onClipEvent (enterFrame) {
this._x = _root.tank._x;
this._y = _root.tank._y;
}
Instance of Symbol 982 MovieClip "tank" in Frame 1128
onClipEvent (enterFrame) {
if (_root.inside == 1) {
_root.shadow._visible = false;
}
}
onClipEvent (load) {
this._visible = false;
_root.grenade = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and ((Key.isDown(37) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x - 12;
} else if (Key.isDown(32) and ((Key.isDown(39) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x + 12;
} else if ((Key.isDown(32) and (_root.inside == 1)) and (_root.missile == 0)) {
this.tank2.gotoAndPlay(5);
_root.tank._x = _root.tank._x - 35;
} else if (Key.isDown(39) and (_root.inside == 1)) {
this._x = this._x + 12;
this.tank2.gotoAndPlay(2);
} else if (Key.isDown(37) and (_root.inside == 1)) {
this._x = this._x - 12;
this.tank2.gotoAndPlay(2);
}
}
Instance of Symbol 714 MovieClip in Frame 1128
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.sheedo = 1;
_root.guy._visible = false;
_root.shadow.gotoAndStop(1);
_root.tankmount.play();
_root.guy._x = this._x;
_root.guy.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.sheedo == 1) {
_root.guy._visible = false;
_root.shadow.gotoAndStop(1);
_root.tankmount.play();
_root.guy._x = this._x;
_root.guy.gotoAndStop(1);
}
}
Instance of Symbol 984 MovieClip "bullet" in Frame 1128
onClipEvent (enterFrame) {
this._x = _root.tank._x;
this._y = _root.tank._y;
}
Instance of Symbol 584 MovieClip "guy" in Frame 1128
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and Key.isDown(86))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and Key.isDown(86))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and (Key.isDown(39) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(37) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(32) and (_root.jump == 0))) {
this.gotoAndPlay(31);
} else if (Key.isDown(40) and (_root.jump == 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and ((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 363 MovieClip "shadow" in Frame 1128
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1128
onClipEvent (enterFrame) {
if (hitTest(_root.tank.tank2.body)) {
_root.nextframe();
}
}
Frame 1129
stop();
Instance of Symbol 902 MovieClip "barrel" in Frame 1129
onClipEvent (load) {
_root.barrelboom = 0;
}
Instance of Symbol 714 MovieClip in Frame 1129
onClipEvent (enterFrame) {
if (((((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (_root.crawling == 0)) and (_root.barrelboom == 0)) and hitTest(_root.bulet)) {
_root.ricochet.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.tank) and (_root.barrelboom == 0)) {
_root.ricochet.gotoAndPlay(13);
}
}
Instance of Symbol 1003 MovieClip "alien3" in Frame 1129
onClipEvent (enterFrame) {
if (((((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (_root.crawling == 0)) and (_root.barrelboom == 0)) and hitTest(_root.bulet)) {
_root.alienblood3.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.tank) and (_root.barrelboom == 0)) {
_root.ricochet.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.barrel.blast)) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
}
}
Instance of Symbol 1005 MovieClip "laser" in Frame 1129
onClipEvent (enterFrame) {
if (hitTest(_root.tank) and (_root.alien3.death == 0)) {
_root.guy._x = _root.guy._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 982 MovieClip "tank" in Frame 1129
onClipEvent (enterFrame) {
if (_root.inside == 1) {
_root.shadow._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and ((Key.isDown(37) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x - 12;
} else if (Key.isDown(32) and ((Key.isDown(39) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x + 12;
} else if ((Key.isDown(32) and (_root.inside == 1)) and (_root.missile == 0)) {
this.tank2.gotoAndPlay(5);
_root.tank._x = _root.tank._x - 35;
} else if (Key.isDown(39) and (_root.inside == 1)) {
this._x = this._x + 12;
this.tank2.gotoAndPlay(2);
} else if (Key.isDown(37) and (_root.inside == 1)) {
this._x = this._x - 12;
this.tank2.gotoAndPlay(2);
}
}
Instance of Symbol 984 MovieClip "bulet" in Frame 1129
onClipEvent (enterFrame) {
this._x = _root.tank._x;
this._y = _root.tank._y;
}
Frame 1130
stop();
Instance of Symbol 875 MovieClip "alien2" in Frame 1130
onClipEvent (enterFrame) {
if (hitTest(_root.bulet)) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.tank)) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.barrel.blast)) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
}
}
onClipEvent (enterFrame) {
if (_root.alien2.death == 1) {
_root.alien2.gotoAndPlay(11);
} else if (_root.alien2.death == 0) {
this._x = this._x - 6;
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.running == 0)) and (_root.crawling == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
_root.alienblood2.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.barrel.blast)) {
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien2.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.alien2._x = _root.alien2._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 1130
onClipEvent (enterFrame) {
this._x = _root.alien2._x - 20;
this._y = _root.alien2._y + 20;
}
Instance of Symbol 691 MovieClip "blood" in Frame 1130
onClipEvent (enterFrame) {
this._x = _root.alien2._x - 20;
this._y = _root.alien2._y + 20;
}
Instance of Symbol 982 MovieClip "tank" in Frame 1130
onClipEvent (enterFrame) {
if (_root.inside == 1) {
_root.shadow._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and ((Key.isDown(37) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x - 12;
} else if (Key.isDown(32) and ((Key.isDown(39) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x + 12;
} else if ((Key.isDown(32) and (_root.inside == 1)) and (_root.missile == 0)) {
this.tank2.gotoAndPlay(5);
_root.tank._x = _root.tank._x - 35;
} else if (Key.isDown(39) and (_root.inside == 1)) {
this._x = this._x + 12;
this.tank2.gotoAndPlay(2);
} else if (Key.isDown(37) and (_root.inside == 1)) {
this._x = this._x - 12;
this.tank2.gotoAndPlay(2);
}
}
Instance of Symbol 984 MovieClip "bulet" in Frame 1130
onClipEvent (enterFrame) {
this._x = _root.tank._x;
this._y = _root.tank._y;
}
Frame 1131
stop();
Instance of Symbol 666 MovieClip "snowmonster1" in Frame 1131
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.popup == 1) {
this._x = this._x - 6;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.tank) and (_root.popup == 1)) {
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
}
}
onClipEvent (enterFrame) {
if ((hitTest(_root.guy.body) and (_root.snowmonster1.death == 0)) and (_root.popup == 1)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.bulet) and (_root.popup == 1)) {
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.snowmonster1.death == 0)) and (_root.popup == 1))) {
_root.blood3.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
_root.blood3.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 1131
onClipEvent (enterFrame) {
this._x = _root.snowmonster1._x - 30;
this._y = _root.snowmonster1._y + 30;
}
Instance of Symbol 691 MovieClip "blood" in Frame 1131
onClipEvent (enterFrame) {
this._x = _root.snowmonster1._x - 30;
this._y = _root.snowmonster1._y + 30;
}
Instance of Symbol 714 MovieClip in Frame 1131
onClipEvent (enterFrame) {
if ((hitTest(_root.tank) and (_root.popup == 0)) and (_root.snowmonster1.death == 0)) {
_root.mound.play();
}
}
Instance of Symbol 982 MovieClip "tank" in Frame 1131
onClipEvent (enterFrame) {
if (_root.inside == 1) {
_root.shadow._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and ((Key.isDown(37) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x - 12;
} else if (Key.isDown(32) and ((Key.isDown(39) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x + 12;
} else if ((Key.isDown(32) and (_root.inside == 1)) and (_root.missile == 0)) {
this.tank2.gotoAndPlay(5);
_root.tank._x = _root.tank._x - 35;
} else if (Key.isDown(39) and (_root.inside == 1)) {
this._x = this._x + 12;
this.tank2.gotoAndPlay(2);
} else if (Key.isDown(37) and (_root.inside == 1)) {
this._x = this._x - 12;
this.tank2.gotoAndPlay(2);
}
}
Instance of Symbol 984 MovieClip "bulet" in Frame 1131
onClipEvent (enterFrame) {
this._x = _root.tank._x;
this._y = _root.tank._y;
}
Frame 1132
stop();
Instance of Symbol 982 MovieClip "tank" in Frame 1132
onClipEvent (enterFrame) {
if (_root.inside == 1) {
_root.shadow._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and ((Key.isDown(37) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x - 12;
} else if (Key.isDown(32) and ((Key.isDown(39) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x + 12;
} else if ((Key.isDown(32) and (_root.inside == 1)) and (_root.missile == 0)) {
this.tank2.gotoAndPlay(5);
_root.tank._x = _root.tank._x - 35;
} else if (Key.isDown(39) and (_root.inside == 1)) {
this._x = this._x + 12;
this.tank2.gotoAndPlay(2);
} else if (Key.isDown(37) and (_root.inside == 1)) {
this._x = this._x - 12;
this.tank2.gotoAndPlay(2);
}
}
Instance of Symbol 984 MovieClip "bulet" in Frame 1132
onClipEvent (enterFrame) {
this._x = _root.tank._x;
this._y = _root.tank._y;
}
Frame 1133
stop();
Instance of Symbol 1047 MovieClip in Frame 1133
onClipEvent (enterFrame) {
if (hitTest(_root.bulet)) {
_root.snowmound.play();
}
}
Instance of Symbol 982 MovieClip "tank" in Frame 1133
onClipEvent (enterFrame) {
if (_root.inside == 1) {
_root.shadow._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and ((Key.isDown(37) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x - 12;
} else if (Key.isDown(32) and ((Key.isDown(39) and (_root.inside == 1)) and (_root.missile == 0))) {
this.tank2.gotoAndPlay(5);
this._x = this._x + 12;
} else if ((Key.isDown(32) and (_root.inside == 1)) and (_root.missile == 0)) {
this.tank2.gotoAndPlay(5);
_root.tank._x = _root.tank._x - 35;
} else if (Key.isDown(39) and (_root.inside == 1)) {
this._x = this._x + 12;
this.tank2.gotoAndPlay(2);
} else if (Key.isDown(37) and (_root.inside == 1)) {
this._x = this._x - 12;
this.tank2.gotoAndPlay(2);
}
}
Instance of Symbol 984 MovieClip "bulet" in Frame 1133
onClipEvent (enterFrame) {
this._x = _root.tank._x;
this._y = _root.tank._y;
}
Instance of Symbol 1047 MovieClip "snowmound" in Frame 1133
onClipEvent (enterFrame) {
if (hitTest(_root.bulet)) {
this.play;
}
}
Instance of Symbol 116 MovieClip in Frame 1133
onClipEvent (enterFrame) {
if (hitTest(_root.tank.tank2.body) and (_root.crash == 0)) {
_root.tank._x = this._x - 100;
}
}
Frame 1134
stop();
gotoAndPlay (1209);
Frame 1135
_root.fucktheworld = 0;
stop();
Instance of Symbol 944 MovieClip in Frame 1135
onClipEvent (enterFrame) {
this._x = _root.tank._x;
this._y = _root.tank._y;
}
Instance of Symbol 1051 MovieClip in Frame 1135
onClipEvent (load) {
this.gotoAndStop(31);
}
Instance of Symbol 1069 MovieClip "swim" in Frame 1135
onClipEvent (enterFrame) {
if (Key.isDown(38) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x - 6;
this._rotation = 60;
this._xscale = -90;
_root.rotta = 1;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(38) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x + 6;
this._rotation = -60;
this._xscale = 90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(38)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._rotation = -60;
this._xscale = 90;
this.gotoAndPlay(1);
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x - 6;
this._rotation = -60;
this._xscale = -90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(40) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(37)) {
this.gotoAndPlay(1);
this._x = this._x - 6;
this._xscale = -90;
this.gotoAndPlay(1);
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = -90;
} else if (Key.isDown(39)) {
this.gotoAndPlay(1);
this._x = this._x + 6;
this._xscale = 90;
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = 90;
} else {
this._rotation = 0;
this.gotoAndPlay(10);
_root.bubbles._rotation = 0;
}
}
Instance of Symbol 1072 MovieClip "bubbles" in Frame 1135
onClipEvent (enterFrame) {
this._x = _root.swim._x;
this._y = _root.swim._y;
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1135
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1135
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(37)) {
_root.swim._x = this._x + 80;
}
}
Instance of Symbol 116 MovieClip in Frame 1135
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(38)) {
_root.swim._y = this._y + 75;
_root.air1.gotoAndPlay(1);
_root.air2 = 1;
_root.breath.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.bubbles)) {
_root.bubbles._visible = false;
} else {
_root.bubbles._visible = true;
}
}
Instance of Symbol 116 MovieClip in Frame 1135
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(40)) {
_root.swim._y = this._y - 75;
}
}
Instance of Symbol 1081 MovieClip "air1" in Frame 1135
onClipEvent (enterFrame) {
if (_root.air == 1) {
_root.health = _root.health - 1;
}
}
Frame 1136
stop();
Instance of Symbol 1069 MovieClip "swim" in Frame 1136
onClipEvent (enterFrame) {
if (Key.isDown(38) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x - 6;
this._rotation = 60;
this._xscale = -90;
_root.rotta = 1;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(38) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x + 6;
this._rotation = -60;
this._xscale = 90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(38)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._rotation = -60;
this._xscale = 90;
this.gotoAndPlay(1);
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x - 6;
this._rotation = -60;
this._xscale = -90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(40) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(37)) {
this.gotoAndPlay(1);
this._x = this._x - 6;
this._xscale = -90;
this.gotoAndPlay(1);
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = -90;
} else if (Key.isDown(39)) {
this.gotoAndPlay(1);
this._x = this._x + 6;
this._xscale = 90;
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = 90;
} else {
this._rotation = 0;
this.gotoAndPlay(10);
_root.bubbles._rotation = 0;
}
}
Instance of Symbol 1072 MovieClip "bubbles" in Frame 1136
onClipEvent (enterFrame) {
this._x = _root.swim._x;
this._y = _root.swim._y;
}
Instance of Symbol 116 MovieClip in Frame 1136
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(38)) {
_root.swim._y = this._y + 75;
_root.air1.gotoAndPlay(1);
_root.air2 = 1;
_root.breath.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.bubbles)) {
_root.bubbles._visible = false;
} else {
_root.bubbles._visible = true;
}
}
Instance of Symbol 116 MovieClip in Frame 1136
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.fucktheworld = 1;
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1136
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(40)) {
_root.swim._y = this._y - 75;
}
}
Frame 1137
stop();
Instance of Symbol 1069 MovieClip "swim" in Frame 1137
onClipEvent (enterFrame) {
if (Key.isDown(38) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x - 6;
this._rotation = 60;
this._xscale = -90;
_root.rotta = 1;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(38) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x + 6;
this._rotation = -60;
this._xscale = 90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(38)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._rotation = -60;
this._xscale = 90;
this.gotoAndPlay(1);
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x - 6;
this._rotation = -60;
this._xscale = -90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(40) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(37)) {
this.gotoAndPlay(1);
this._x = this._x - 6;
this._xscale = -90;
this.gotoAndPlay(1);
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = -90;
} else if (Key.isDown(39)) {
this.gotoAndPlay(1);
this._x = this._x + 6;
this._xscale = 90;
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = 90;
} else {
this._rotation = 0;
this.gotoAndPlay(10);
_root.bubbles._rotation = 0;
}
}
Instance of Symbol 1072 MovieClip "bubbles" in Frame 1137
onClipEvent (enterFrame) {
this._x = _root.swim._x;
this._y = _root.swim._y;
}
Instance of Symbol 850 MovieClip in Frame 1137
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.grenade = _root.grenade + 3;
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.grenade = _root.grenade + 3;
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1137
onClipEvent (enterFrame) {
if (_root.fucktheworld == 1) {
_root.nextframe();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1137
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(39)) {
_root.swim._x = this._x - 80;
}
}
Instance of Symbol 116 MovieClip in Frame 1137
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(38)) {
_root.swim._y = this._y + 75;
_root.air1.gotoAndPlay(1);
_root.air2 = 1;
_root.breath.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.bubbles)) {
_root.bubbles._visible = false;
} else {
_root.bubbles._visible = true;
}
}
Instance of Symbol 116 MovieClip in Frame 1137
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(40)) {
_root.swim._y = this._y - 50;
}
}
Frame 1138
stop();
Instance of Symbol 1069 MovieClip "swim" in Frame 1138
onClipEvent (enterFrame) {
if (Key.isDown(38) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x - 6;
this._rotation = 60;
this._xscale = -90;
_root.rotta = 1;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(38) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x + 6;
this._rotation = -60;
this._xscale = 90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(38)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._rotation = -60;
this._xscale = 90;
this.gotoAndPlay(1);
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x - 6;
this._rotation = -60;
this._xscale = -90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(40) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(37)) {
this.gotoAndPlay(1);
this._x = this._x - 6;
this._xscale = -90;
this.gotoAndPlay(1);
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = -90;
} else if (Key.isDown(39)) {
this.gotoAndPlay(1);
this._x = this._x + 6;
this._xscale = 90;
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = 90;
} else {
this._rotation = 0;
this.gotoAndPlay(10);
_root.bubbles._rotation = 0;
}
}
Instance of Symbol 1072 MovieClip "bubbles" in Frame 1138
onClipEvent (enterFrame) {
this._x = _root.swim._x;
this._y = _root.swim._y;
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1138
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.prevframe();
}
}
onClipEvent (enterFrame) {
if (_root.fucktheworld == 1) {
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1138
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(37)) {
_root.swim._x = this._x + 80;
}
}
Instance of Symbol 116 MovieClip in Frame 1138
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(38)) {
_root.swim._y = this._y + 75;
_root.air1.gotoAndPlay(1);
_root.air2 = 1;
_root.breath.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.bubbles)) {
_root.bubbles._visible = false;
} else {
_root.bubbles._visible = true;
}
}
Instance of Symbol 116 MovieClip in Frame 1138
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(40)) {
_root.swim._y = this._y - 72;
}
}
Instance of Symbol 116 MovieClip in Frame 1138
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1138
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(40)) {
_root.swim._y = this._y - 72;
}
}
Frame 1139
stop();
_root.fucktheworld = 0;
Instance of Symbol 1069 MovieClip "swim" in Frame 1139
onClipEvent (enterFrame) {
if (Key.isDown(38) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x - 6;
this._rotation = 60;
this._xscale = -90;
_root.rotta = 1;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(38) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x + 6;
this._rotation = -60;
this._xscale = 90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(38)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._rotation = -60;
this._xscale = 90;
this.gotoAndPlay(1);
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x - 6;
this._rotation = -60;
this._xscale = -90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(40) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(37)) {
this.gotoAndPlay(1);
this._x = this._x - 6;
this._xscale = -90;
this.gotoAndPlay(1);
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = -90;
} else if (Key.isDown(39)) {
this.gotoAndPlay(1);
this._x = this._x + 6;
this._xscale = 90;
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = 90;
} else {
this._rotation = 0;
this.gotoAndPlay(10);
_root.bubbles._rotation = 0;
}
}
Instance of Symbol 1072 MovieClip "bubbles" in Frame 1139
onClipEvent (enterFrame) {
this._x = _root.swim._x;
this._y = _root.swim._y;
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1139
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1139
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(37)) {
_root.swim._x = this._x + 75;
}
}
Instance of Symbol 116 MovieClip in Frame 1139
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(38)) {
_root.swim._y = this._y + 75;
}
}
Instance of Symbol 116 MovieClip in Frame 1139
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip "wallf" in Frame 1139
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(39)) {
_root.swim._x = this._x - 75;
}
}
Frame 1140
stop();
Instance of Symbol 1069 MovieClip "swim" in Frame 1140
onClipEvent (enterFrame) {
if (Key.isDown(38) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x - 6;
this._rotation = 60;
this._xscale = -90;
_root.rotta = 1;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(38) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x + 6;
this._rotation = -60;
this._xscale = 90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(38)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._rotation = -60;
this._xscale = 90;
this.gotoAndPlay(1);
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x - 6;
this._rotation = -60;
this._xscale = -90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(40) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(37)) {
this.gotoAndPlay(1);
this._x = this._x - 6;
this._xscale = -90;
this.gotoAndPlay(1);
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = -90;
} else if (Key.isDown(39)) {
this.gotoAndPlay(1);
this._x = this._x + 6;
this._xscale = 90;
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = 90;
} else {
this._rotation = 0;
this.gotoAndPlay(10);
_root.bubbles._rotation = 0;
}
}
Instance of Symbol 1072 MovieClip "bubbles" in Frame 1140
onClipEvent (enterFrame) {
this._x = _root.swim._x;
this._y = _root.swim._y;
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1140
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.fucktheworld = 1;
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip "wallf" in Frame 1140
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(39)) {
_root.swim._x = this._x - 75;
}
}
Instance of Symbol 116 MovieClip "wallu" in Frame 1140
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.swim._y = _root.swim._y + 280;
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1140
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.swim._y = _root.swim._y + 280;
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1140
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(39)) {
_root.swim._x = this._x - 75;
}
}
Instance of Symbol 116 MovieClip in Frame 1140
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(39)) {
_root.swim._x = this._x - 75;
}
}
Instance of Symbol 116 MovieClip in Frame 1140
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(37)) {
_root.swim._x = this._x + 75;
}
}
Instance of Symbol 116 MovieClip in Frame 1140
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(37)) {
_root.swim._x = this._x + 75;
}
}
Frame 1141
stop();
Instance of Symbol 116 MovieClip "wallT" in Frame 1141
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1141
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(37)) {
_root.swim._x = this._x + 75;
}
}
onClipEvent (enterFrame) {
if (_root.fucktheworld == 1) {
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1141
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.swim._y = this._y + 75;
_root.air1.gotoAndPlay(1);
_root.air2 = 1;
_root.breath.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.bubbles)) {
_root.bubbles._visible = false;
} else {
_root.bubbles._visible = true;
}
}
Instance of Symbol 116 MovieClip in Frame 1141
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(39)) {
_root.swim._x = this._x - 75;
}
}
Instance of Symbol 116 MovieClip in Frame 1141
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(37)) {
_root.swim._x = this._x + 75;
}
}
Instance of Symbol 116 MovieClip in Frame 1141
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(38)) {
_root.swim._y = this._y + 75;
}
}
Instance of Symbol 116 MovieClip in Frame 1141
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and (Key.isDown(40) and (_root.fucktheworld == 0))) {
_root.swim._y = _root.swim._y - 200;
_root.prevframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1141
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and (Key.isDown(40) and (_root.fucktheworld == 0))) {
_root.swim._y = _root.swim._y - 200;
_root.prevframe();
}
}
Frame 1142
stop();
Instance of Symbol 1069 MovieClip "swim" in Frame 1142
onClipEvent (enterFrame) {
if (Key.isDown(38) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x - 6;
this._rotation = 60;
this._xscale = -90;
_root.rotta = 1;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(38) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x + 6;
this._rotation = -60;
this._xscale = 90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(38)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._rotation = -60;
this._xscale = 90;
this.gotoAndPlay(1);
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x - 6;
this._rotation = -60;
this._xscale = -90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(40) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(37)) {
this.gotoAndPlay(1);
this._x = this._x - 6;
this._xscale = -90;
this.gotoAndPlay(1);
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = -90;
} else if (Key.isDown(39)) {
this.gotoAndPlay(1);
this._x = this._x + 6;
this._xscale = 90;
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = 90;
} else {
this._rotation = 0;
this.gotoAndPlay(10);
_root.bubbles._rotation = 0;
}
}
Instance of Symbol 1072 MovieClip "bubbles" in Frame 1142
onClipEvent (enterFrame) {
this._x = _root.swim._x;
this._y = _root.swim._y;
}
Instance of Symbol 116 MovieClip in Frame 1142
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(37)) {
_root.swim._x = this._x + 75;
}
}
Instance of Symbol 116 MovieClip in Frame 1142
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(40)) {
_root.swim._y = this._y - 72;
}
}
Instance of Symbol 116 MovieClip in Frame 1142
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(39)) {
_root.swim._x = this._x - 75;
}
}
Instance of Symbol 116 MovieClip in Frame 1142
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(38)) {
_root.swim._y = this._y + 75;
}
}
Instance of Symbol 116 MovieClip in Frame 1142
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.nextframe();
}
}
Frame 1143
stop();
Instance of Symbol 850 MovieClip in Frame 1143
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.grenade = _root.grenade + 3;
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.grenade = _root.grenade + 3;
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
Instance of Symbol 1069 MovieClip "swim" in Frame 1143
onClipEvent (enterFrame) {
if (Key.isDown(38) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x - 6;
this._rotation = 60;
this._xscale = -90;
_root.rotta = 1;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(38) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._x = this._x + 6;
this._rotation = -60;
this._xscale = 90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(38)) {
this.gotoAndPlay(1);
this._y = this._y - 6;
this._rotation = -60;
this._xscale = 90;
this.gotoAndPlay(1);
_root.bubbles._rotation = -60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40) and Key.isDown(37)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x - 6;
this._rotation = -60;
this._xscale = -90;
_root.bubbles._rotation = -60;
_root.bubbles._xscale = -90;
} else if (Key.isDown(40) and Key.isDown(39)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._x = this._x + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(40)) {
this.gotoAndPlay(1);
this._y = this._y + 6;
this._rotation = 60;
this._xscale = 90;
_root.bubbles._rotation = 60;
_root.bubbles._xscale = 90;
} else if (Key.isDown(37)) {
this.gotoAndPlay(1);
this._x = this._x - 6;
this._xscale = -90;
this.gotoAndPlay(1);
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = -90;
} else if (Key.isDown(39)) {
this.gotoAndPlay(1);
this._x = this._x + 6;
this._xscale = 90;
this._rotation = 0;
_root.bubbles._rotation = 0;
_root.bubbles._xscale = 90;
} else {
this._rotation = 0;
this.gotoAndPlay(10);
_root.bubbles._rotation = 0;
}
}
Instance of Symbol 1072 MovieClip "bubbles" in Frame 1143
onClipEvent (enterFrame) {
this._x = _root.swim._x;
this._y = _root.swim._y;
}
Instance of Symbol 884 MovieClip in Frame 1143
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.health = _root.health + 75;
this._visible = false;
this._x = this._x - 1000;
_root.healthup.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.health = _root.health + 75;
this._visible = false;
this._x = this._x - 1000;
_root.healthup.play();
}
}
Instance of Symbol 116 MovieClip in Frame 1143
onClipEvent (enterFrame) {
if (hitTest(_root.swim) and Key.isDown(40)) {
_root.swim._y = this._y - 75;
}
}
Frame 1144
stop();
gotoAndPlay (1295);
Frame 1145
_root.checkpoint = 3;
stop();
Instance of Symbol 363 MovieClip "shadow" in Frame 1145
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 584 MovieClip "guy" in Frame 1145
onClipEvent (load) {
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and Key.isDown(86))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and Key.isDown(86))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and (Key.isDown(39) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(37) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(32) and (_root.jump == 0))) {
this.gotoAndPlay(31);
} else if (Key.isDown(40) and (_root.jump == 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and ((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1145
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 116 MovieClip "wallR" in Frame 1145
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1145
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Frame 1146
stop();
Instance of Symbol 584 MovieClip "guy" in Frame 1146
onClipEvent (load) {
this._x = 50;
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and Key.isDown(86))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and Key.isDown(86))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and (Key.isDown(39) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(37) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(32) and (_root.jump == 0))) {
this.gotoAndPlay(31);
} else if (Key.isDown(40) and (_root.jump == 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and ((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 116 MovieClip in Frame 1146
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
_root.nextframe();
}
}
Frame 1147
stop();
gotoAndPlay (1337);
Frame 1148
stop();
Instance of Symbol 363 MovieClip "shadow" in Frame 1148
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 584 MovieClip "guy" in Frame 1148
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and Key.isDown(86))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and Key.isDown(86))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and (Key.isDown(39) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(37) and (_root.jump == 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and (Key.isDown(32) and (_root.jump == 0))) {
this.gotoAndPlay(31);
} else if (Key.isDown(40) and (_root.jump == 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and ((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and ((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 1245 MovieClip "miniboss2" in Frame 1148
onClipEvent (enterFrame) {
if (_root.miniboss2.death == 1) {
_root.miniboss2.gotoAndPlay(891);
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 1148
onClipEvent (enterFrame) {
this._x = _root.miniboss2.hitspot._x;
this._y = _root.miniboss2.hitspot._y;
}
Instance of Symbol 691 MovieClip "blood" in Frame 1148
onClipEvent (enterFrame) {
this._x = _root.miniboss2.hitspot._x;
this._y = _root.miniboss2.hitspot._y;
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1148
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 116 MovieClip "wallR" in Frame 1148
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 230;
}
}
Instance of Symbol 116 MovieClip in Frame 1148
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and Key.isDown(39)) {
_root.guy._x = this._x - 50;
}
}
Instance of Symbol 116 MovieClip in Frame 1148
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._y = 210;
}
}
Instance of Symbol 116 MovieClip in Frame 1148
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._y = 157;
}
}
Instance of Symbol 116 MovieClip in Frame 1148
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._y = 210;
}
}
Frame 1149
stop();
gotoAndPlay (1780);
Frame 1150
stop();
_root.checkpoint = 4;
_root.health = 100;
Instance of Symbol 363 MovieClip "shadow" in Frame 1150
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1150
onClipEvent (load) {
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 1366 MovieClip "zone" in Frame 1150
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1150
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.jump == 1)) {
_root.guy._x = this._x + 72;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and Key.isDown(37)) {
_root.guy._x = this._x + 72;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and Key.isDown(38)) {
_root.guy._x = this._x + 72;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = this._x + 72;
}
}
Instance of Symbol 116 MovieClip "wallR" in Frame 1150
onClipEvent (enterFrame) {
if (hitTest(_root.zone)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1150
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and Key.isDown(39)) {
_root.guy._x = this._x - 50;
}
}
Instance of Symbol 116 MovieClip in Frame 1150
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._y = 210;
}
}
Instance of Symbol 116 MovieClip in Frame 1150
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._y = 157;
}
}
Instance of Symbol 116 MovieClip in Frame 1150
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._y = 210;
}
}
Instance of Symbol 116 MovieClip in Frame 1150
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._y = 210;
}
}
Instance of Symbol 116 MovieClip in Frame 1150
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._y = 210;
}
}
Frame 1151
stop();
Instance of Symbol 850 MovieClip in Frame 1151
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.grenade = _root.grenade + 3;
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.grenade = _root.grenade + 3;
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
Instance of Symbol 875 MovieClip "alien2" in Frame 1151
onClipEvent (enterFrame) {
if (_root.alien2.death == 1) {
_root.alien2.gotoAndPlay(11);
} else if (_root.alien2.death == 0) {
this._x = this._x - 10;
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.running == 0)) and (_root.crawling == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.alien2.death == 0))) {
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.barrel.blast)) {
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
_root.alienblood2.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien2.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.alien2._x = _root.alien2._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 1151
onClipEvent (enterFrame) {
this._x = _root.alien2._x - 20;
this._y = _root.alien2._y + 20;
}
Instance of Symbol 691 MovieClip "blood" in Frame 1151
onClipEvent (enterFrame) {
this._x = _root.alien2._x - 20;
this._y = _root.alien2._y + 20;
}
Instance of Symbol 1375 MovieClip "alien44" in Frame 1151
onClipEvent (enterFrame) {
if (_root.alien44.death == 1) {
_root.alien44.gotoAndPlay(11);
} else if (_root.alien44.death == 0) {
this._x = this._x - 6;
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.running == 0)) and (_root.crawling == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.alien44.death == 0))) {
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.bloodA.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.barrel.blast)) {
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien44.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.alien44._x = _root.alien44._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 682 MovieClip "blood2B" in Frame 1151
onClipEvent (enterFrame) {
this._x = _root.alien44._x - 20;
this._y = _root.alien44._y + 20;
}
Instance of Symbol 691 MovieClip "bloodA" in Frame 1151
onClipEvent (enterFrame) {
this._x = _root.alien44._x - 20;
this._y = _root.alien44._y + 20;
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1151
onClipEvent (load) {
this._x = 50;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1151
onClipEvent (enterFrame) {
if (hitTest(_root.zone)) {
_root.guy._x = this._x + 72;
}
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1151
onClipEvent (enterFrame) {
if (hitTest(_root.zone)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Frame 1152
stop();
Instance of Symbol 902 MovieClip "barrel" in Frame 1152
onClipEvent (load) {
_root.barrelboom = 0;
}
Instance of Symbol 714 MovieClip in Frame 1152
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (_root.crawling == 0)) and (_root.barrelboom == 0)) {
_root.ricochet.gotoAndPlay(13);
}
}
Instance of Symbol 1375 MovieClip "alien44" in Frame 1152
onClipEvent (enterFrame) {
if (_root.alien44.death == 1) {
_root.alien44.gotoAndPlay(11);
} else if (_root.alien44.death == 0) {
this._x = this._x - 6;
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.running == 0)) and (_root.crawling == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.alien44.death == 0))) {
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.bloodA.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.barrel.blast)) {
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien44.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.alien44._x = _root.alien44._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 682 MovieClip "blood2B" in Frame 1152
onClipEvent (enterFrame) {
this._x = _root.alien44._x - 20;
this._y = _root.alien44._y + 20;
}
Instance of Symbol 691 MovieClip "bloodA" in Frame 1152
onClipEvent (enterFrame) {
this._x = _root.alien44._x - 20;
this._y = _root.alien44._y + 20;
}
Instance of Symbol 920 MovieClip "laser" in Frame 1152
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien3.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 937 MovieClip "alien3" in Frame 1152
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.alien3.death == 0))) {
_root.alienblood3.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.barrel.blast)) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
}
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1152
onClipEvent (load) {
this._x = 50;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 1153
stop();
Instance of Symbol 1447 MovieClip "alienFATa" in Frame 1153
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.occupied == 0)) and (_root.alienFATa.death == 0))) {
_root.alienbloodFATa.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 1153
onClipEvent (enterFrame) {
this._x = _root.alienFATa._x;
this._y = _root.alienFATa._y;
}
Instance of Symbol 691 MovieClip "blood" in Frame 1153
onClipEvent (enterFrame) {
this._x = _root.alienFATa._x;
this._y = _root.alienFATa._y - 20;
}
Instance of Symbol 1452 MovieClip "beam" in Frame 1153
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 1452 MovieClip "beam2" in Frame 1153
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 714 MovieClip in Frame 1153
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 902 MovieClip "barrel" in Frame 1153
onClipEvent (load) {
_root.barrelboom = 0;
}
Instance of Symbol 714 MovieClip in Frame 1153
onClipEvent (enterFrame) {
if (Key.isDown(32) and ((((hitTest(_root.guy.area) and (_root.running == 0)) and (_root.jump == 0)) and (_root.crawling == 0)) and (_root.barrelboom == 0))) {
_root.ricochet.gotoAndPlay(13);
}
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1153
onClipEvent (load) {
this._x = 50;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 1154
stop();
Instance of Symbol 1447 MovieClip "alienFATa" in Frame 1154
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.alienFATa.death == 0))) {
_root.alienbloodFATa.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 1154
onClipEvent (enterFrame) {
this._x = _root.alienFATa._x;
this._y = _root.alienFATa._y;
}
Instance of Symbol 691 MovieClip "blood" in Frame 1154
onClipEvent (enterFrame) {
this._x = _root.alienFATa._x;
this._y = _root.alienFATa._y - 20;
}
Instance of Symbol 1452 MovieClip "beam" in Frame 1154
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 1452 MovieClip "beam2" in Frame 1154
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Instance of Symbol 714 MovieClip in Frame 1154
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1154
onClipEvent (load) {
this._x = 50;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 1155
stop();
Instance of Symbol 714 MovieClip in Frame 1155
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.jump == 0)) {
_root.guy._x = _root.guy._x - 45;
this.gotoAndPlay(6);
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Instance of Symbol 714 MovieClip in Frame 1155
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.jump == 0)) {
_root.guy._x = _root.guy._x - 45;
this.gotoAndPlay(6);
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Instance of Symbol 714 MovieClip in Frame 1155
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.jump == 0)) {
_root.guy._x = _root.guy._x - 45;
this.gotoAndPlay(6);
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1155
onClipEvent (load) {
this._x = 50;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Frame 1156
stop();
_root.checkpoint = 5;
Instance of Symbol 1364 MovieClip "guy" in Frame 1156
onClipEvent (load) {
this._x = 50;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1156
onClipEvent (enterFrame) {
if (hitTest(_root.zone) and (_root.doors == 1)) {
_root.guy._x = this._x - 7;
_root.nextframe();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.zone)) {
_root.guy._x = this._x - 72;
}
}
Frame 1157
stop();
gotoAndPlay (2057);
Frame 1158
stop();
Instance of Symbol 1516 MovieClip "alienbloodgreenugly2" in Frame 1158
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.greenugly3 == 1) {
this._visible = true;
}
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1158
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1158
onClipEvent (enterFrame) {
if (hitTest(_root.zone)) {
_root.guy._x = this._x + 70;
}
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1158
onClipEvent (enterFrame) {
if (hitTest(_root.zone)) {
_root.guy._x = this._x - 72;
}
}
Instance of Symbol 1622 MovieClip "greenugly2" in Frame 1158
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 682 MovieClip "blood2" in Frame 1158
onClipEvent (enterFrame) {
this._x = _root.greenugly2._x + 70;
this._y = _root.greenugly2._y + 100;
}
Instance of Symbol 691 MovieClip "blood" in Frame 1158
onClipEvent (enterFrame) {
this._x = _root.greenugly2._x + 70;
this._y = _root.greenugly2._y + 100;
}
Frame 1159
stop();
gotoAndPlay (2102);
Instance of Symbol 691 MovieClip "blood" in Frame 1159
onClipEvent (enterFrame) {
this._x = _root.alien3._x;
this._y = _root.alien3._y;
}
Frame 1160
stop();
_root.checkpoint = 6;
Instance of Symbol 1364 MovieClip "guy" in Frame 1160
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 1634 MovieClip in Frame 1160
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1160
onClipEvent (enterFrame) {
if (hitTest(_root.zone)) {
_root.guy._x = this._x + 72;
}
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1160
onClipEvent (enterFrame) {
if (hitTest(_root.zone)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Frame 1161
stop();
Instance of Symbol 850 MovieClip in Frame 1161
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.grenade = _root.grenade + 3;
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.swim)) {
_root.grenade = _root.grenade + 3;
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1161
onClipEvent (load) {
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 1634 MovieClip in Frame 1161
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Frame 1162
stop();
Instance of Symbol 1704 MovieClip "alien3" in Frame 1162
onClipEvent (enterFrame) {
if (_root.destruct == 1) {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.movement == 1) {
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.crawling == 0)) and (_root.running == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.movement == 1))) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien3.death == 0)) {
_root.guy._x = _root.guy._x + 40;
_root.alien2._x = _root.alien2._x - 50;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 15;
}
}
Instance of Symbol 1743 MovieClip in Frame 1162
onClipEvent (enterFrame) {
if (_root.grenade == 0) {
_root.grenade = 1;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast) and (_root.movement == 0)) {
this.gotoAndPlay(74);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.crawling == 0)) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.gotoAndPlay(74);
}
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1162
onClipEvent (load) {
this._y = 210;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 30;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 30;
this._xscale = -90;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 1634 MovieClip in Frame 1162
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Frame 1163
stop();
Instance of Symbol 1447 MovieClip "alienFATa" in Frame 1163
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.alienFATa.death == 0))) {
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 1163
onClipEvent (enterFrame) {
this._x = _root.alienFATa._x;
this._y = _root.alienFATa._y;
}
Instance of Symbol 691 MovieClip "blood" in Frame 1163
onClipEvent (enterFrame) {
this._x = _root.alienFATa._x;
this._y = _root.alienFATa._y - 20;
}
Instance of Symbol 1452 MovieClip "beam" in Frame 1163
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 1452 MovieClip "beam2" in Frame 1163
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Instance of Symbol 714 MovieClip in Frame 1163
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 1375 MovieClip "alien44" in Frame 1163
onClipEvent (enterFrame) {
if (_root.alien44.death == 1) {
_root.alien44.gotoAndPlay(11);
} else if (_root.alien44.death == 0) {
this._x = this._x - 6;
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.running == 0)) and (_root.crawling == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.alien44.death == 0))) {
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.bloodA.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.barrel.blast)) {
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
_root.alienblood44.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien44.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.alien44._x = _root.alien44._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 682 MovieClip "blood2B" in Frame 1163
onClipEvent (enterFrame) {
this._x = _root.alien44._x - 20;
this._y = _root.alien44._y + 20;
}
Instance of Symbol 691 MovieClip "bloodA" in Frame 1163
onClipEvent (enterFrame) {
this._x = _root.alien44._x - 20;
this._y = _root.alien44._y + 20;
}
Instance of Symbol 363 MovieClip "shadow" in Frame 1163
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1163
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 1;
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 1;
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 1;
this._xscale = 40;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 1;
this._xscale = -40;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 8;
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 8;
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 8;
this._xscale = 40;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 8;
this._xscale = -40;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 15;
this._xscale = 40;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 15;
this._xscale = -40;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 1634 MovieClip in Frame 1163
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Frame 1164
stop();
Instance of Symbol 1447 MovieClip "alienFATa" in Frame 1164
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.alienFATa.death == 0))) {
_root.alienbloodFATa.play();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
_root.alienbloodFATa.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Frame 1164
onClipEvent (enterFrame) {
this._x = _root.alienFATa._x;
this._y = _root.alienFATa._y;
}
Instance of Symbol 691 MovieClip "blood" in Frame 1164
onClipEvent (enterFrame) {
this._x = _root.alienFATa._x;
this._y = _root.alienFATa._y - 20;
}
Instance of Symbol 1452 MovieClip "beam" in Frame 1164
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 1452 MovieClip "beam2" in Frame 1164
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Instance of Symbol 714 MovieClip in Frame 1164
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienFATa.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 920 MovieClip "laser" in Frame 1164
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien3.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 937 MovieClip "alien3" in Frame 1164
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.alien3.death == 0))) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.barrel.blast)) {
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
_root.alienblood3.nextFrame();
}
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1164
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 1;
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 1;
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 1;
this._xscale = 40;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 1;
this._xscale = -40;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 8;
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 8;
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 8;
this._xscale = 40;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 8;
this._xscale = -40;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 15;
this._xscale = 40;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 15;
this._xscale = -40;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 1634 MovieClip in Frame 1164
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Frame 1165
stop();
Instance of Symbol 1364 MovieClip "guy" in Frame 1165
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 1;
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 1;
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 1;
this._xscale = 40;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 1;
this._xscale = -40;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 8;
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 8;
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 8;
this._xscale = 40;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 8;
this._xscale = -40;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 15;
this._xscale = 40;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 15;
this._xscale = -40;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 1634 MovieClip in Frame 1165
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Frame 1166
stop();
gotoAndPlay (2137);
Instance of Symbol 1634 MovieClip in Frame 1166
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Frame 1167
stop();
Instance of Symbol 1941 MovieClip "boss" in Frame 1167
onClipEvent (enterFrame) {
if (_root.health < 5) {
_root.nextframe();
}
}
Instance of Symbol 1364 MovieClip "guy" in Frame 1167
onClipEvent (enterFrame) {
if (Key.isDown(32) and (Key.isDown(37) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x - 1;
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(32) and (Key.isDown(39) and (Key.isDown(86) and (_root.health > 0)))) {
this._x = this._x + 1;
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(49);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x + 1;
this._xscale = 40;
_root.right = 1;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(34);
this._x = this._x - 1;
this._xscale = -40;
_root.right = 0;
_root.shadow.gotoAndPlay(5);
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.health > 0)) {
this.gotoAndPlay(22);
} else if (Key.isDown(37) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(13);
} else if (Key.isDown(39) and (((Key.isDown(38) and (_root.jump == 0)) and (_root.occupied == 0)) and (_root.health > 0))) {
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(13);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x + 8;
this._xscale = 40;
_root.right = 1;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (Key.isDown(37) and (((Key.isDown(32) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0))) {
this._x = this._x - 8;
this._xscale = -40;
_root.right = 0;
this.gotoAndPlay(9);
_root.shadow.gotoAndPlay(2);
} else if (((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x + 8;
this._xscale = 40;
_root.right = 1;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (((Key.isDown(37) and (_root.occupied == 0)) and (_root.jump == 0)) and (_root.health > 0)) {
this._x = this._x - 8;
this._xscale = -40;
_root.right = 0;
_root.shadow.gotoAndPlay(2);
this.gotoAndPlay(2);
} else if (Key.isDown(39) and (_root.jump == 1)) {
this._x = this._x + 15;
this._xscale = 40;
_root.right = 1;
} else if (Key.isDown(37) and (_root.jump == 1)) {
this._x = this._x - 15;
this._xscale = -40;
_root.right = 0;
} else if ((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(6);
} else if ((Key.isDown(38) and (_root.running == 0)) and (_root.jump == 0)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(16) and (_root.grenade > 0)) and (_root.throwing == 0)) and (_root.occupied == 0)) and (_root.intheair1 == 0)) {
this.gotoAndPlay(37);
}
}
Instance of Symbol 1634 MovieClip in Frame 1167
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Instance of Symbol 116 MovieClip "wadfgadfg" in Frame 1167
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.boss.gotoAndPlay(7);
this._x = this._x - -11000;
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1167
onClipEvent (enterFrame) {
if (hitTest(_root.zone)) {
_root.guy._x = this._x + 72;
}
}
Instance of Symbol 116 MovieClip "wallT" in Frame 1167
onClipEvent (enterFrame) {
if (hitTest(_root.zone)) {
_root.guy._x = this._x - 50;
}
}
Frame 1168
stop();
gotoAndPlay (2192);
Instance of Symbol 1634 MovieClip in Frame 1168
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Frame 1169
stop();
Instance of Symbol 1634 MovieClip in Frame 1169
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Frame 1170
stop();
Instance of Symbol 1634 MovieClip in Frame 1170
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Frame 1171
stop();
Instance of Symbol 1634 MovieClip in Frame 1171
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Frame 1172
stop();
Instance of Symbol 1634 MovieClip in Frame 1172
onClipEvent (load) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
}
Frame 1173
stop();
Frame 1174
stop();
Frame 1175
stop();
Frame 1176
stop();
Frame 1177
stop();
Frame 1178
stop();
Frame 1179
stop();
Frame 1180
stop();
Frame 1181
stop();
Frame 1182
stop();
Frame 1183
stop();
Frame 1184
stop();
Frame 1185
stop();
Frame 1186
stop();
Frame 1187
stop();
Frame 1188
stop();
Frame 1189
stop();
Frame 1190
stop();
Frame 1191
stop();
Frame 1192
stop();
Frame 1193
stop();
Frame 1194
stop();
Frame 1195
stop();
Frame 1196
stop();
Frame 1197
stop();
Frame 1198
stop();
Frame 1199
stop();
Frame 1200
stop();
Frame 1201
stop();
Frame 1202
stop();
Frame 1203
stop();
Frame 1204
stop();
Frame 1205
stop();
Frame 1206
stop();
Frame 1207
stop();
Frame 1208
stop();
Instance of Symbol 944 MovieClip in Frame 1209
onClipEvent (enterFrame) {
this._x = _root.tank._x;
this._y = _root.tank._y;
}
Instance of Symbol 445 MovieClip "grendade" in Frame 1209
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Instance of Symbol 445 MovieClip "grendade" in Frame 1275
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Frame 1294
gotoAndStop (1135);
Frame 1336
gotoAndStop (1145);
Frame 1337
stopAllSounds();
Frame 1346
_root.skip = 1;
Instance of Symbol 116 MovieClip "wallL" in Frame 1407
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 116 MovieClip "wallR" in Frame 1407
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1407
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 445 MovieClip "grendade" in Frame 1407
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1580
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 116 MovieClip "wallR" in Frame 1580
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1580
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 445 MovieClip "grendade" in Frame 1580
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Instance of Symbol 363 MovieClip "shadow" in Frame 1703
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 116 MovieClip "wallL" in Frame 1703
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 116 MovieClip "wallR" in Frame 1703
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 116 MovieClip in Frame 1703
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 445 MovieClip "grendade" in Frame 1703
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Frame 1779
gotoAndStop (1148);
Frame 2056
gotoAndStop (1150);
Instance of Symbol 363 MovieClip "shadow" in Frame 2057
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 116 MovieClip "wallL" in Frame 2057
onClipEvent (enterFrame) {
if (hitTest(_root.zone)) {
_root.guy._x = this._x + 72;
}
}
Instance of Symbol 445 MovieClip "grendade" in Frame 2057
onClipEvent (enterFrame) {
if ((Key.isDown(16) and (_root.right == 1)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = 90;
} else if ((Key.isDown(16) and (_root.right == 0)) and (_root.intheair1 == 0)) {
_root.grendade._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.throwing == 1) {
this._x = _root.guy._x + 20;
this._y = _root.guy._y - 60;
}
}
Instance of Symbol 469 MovieClip in Frame 2057
onClipEvent (enterFrame) {
if (_root.health <= 0) {
stop();
_root.guy.gotoAndPlay(52);
_root.cont._visible = true;
_root.cont.play();
}
}
Frame 2101
gotoAndStop (1158);
Instance of Symbol 469 MovieClip in Frame 2102
onClipEvent (enterFrame) {
if (_root.health <= 0) {
stop();
_root.guy.gotoAndPlay(52);
_root.cont._visible = true;
_root.cont.play();
}
}
Instance of Symbol 1634 MovieClip in Frame 2102
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy.gunlaser1.gotoAndStop(8);
_root.guy.gunlaser2.gotoAndStop(8);
_root.guy.gunlaser3.gotoAndStop(8);
this._visible = false;
this._x = this._x - 1000;
_root.grenadeup.play();
}
}
Frame 2134
gotoAndStop (1160);
Frame 2136
stop();
Frame 2191
gotoAndStop (1167);
Frame 2242
play();
Instance of Symbol 363 MovieClip "shadow" in Frame 2242
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 363 MovieClip "shadow" in Frame 2343
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 363 MovieClip "shadow" in Frame 2495
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Frame 3180
stop();
Frame 3252
stopAllSounds();
Symbol 43 Button
on (release) {
_root.play();
_root.continues = 6;
}
Symbol 46 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 46 MovieClip Frame 2
gotoAndPlay (1);
Symbol 50 Button
on (release) {
getURL ("http://www.people.umass.edu/gcerulo/brinkofalienation2.html", "_blank");
}
Symbol 55 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 112 MovieClip Frame 90
_alpha = (_alpha - 10);
Symbol 112 MovieClip Frame 91
_alpha = (_alpha - 10);
Symbol 112 MovieClip Frame 92
_alpha = (_alpha - 10);
Symbol 112 MovieClip Frame 93
_alpha = (_alpha - 10);
Symbol 112 MovieClip Frame 94
_alpha = (_alpha - 10);
Symbol 112 MovieClip Frame 95
_alpha = (_alpha - 10);
Symbol 112 MovieClip Frame 96
_alpha = (_alpha - 10);
Symbol 112 MovieClip Frame 97
_alpha = (_alpha - 10);
Symbol 112 MovieClip Frame 98
_alpha = (_alpha - 10);
Symbol 112 MovieClip Frame 99
_alpha = (_alpha - 10);
Symbol 112 MovieClip Frame 100
_root.play();
Symbol 133 MovieClip Frame 9
stop();
Symbol 134 MovieClip Frame 12
stop();
Symbol 145 MovieClip Frame 12
_root.shadow._visible = true;
Symbol 166 Button
on (release) {
gotoAndPlay (559);
}
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
stop();
Symbol 186 MovieClip Frame 3
stop();
Symbol 186 MovieClip Frame 4
stop();
Symbol 186 MovieClip Frame 5
stop();
Symbol 186 MovieClip Frame 6
stop();
Symbol 186 MovieClip Frame 7
stop();
Symbol 186 MovieClip Frame 8
stop();
Symbol 186 MovieClip Frame 9
stop();
Symbol 186 MovieClip Frame 10
stop();
Symbol 186 MovieClip Frame 11
stop();
Symbol 186 MovieClip Frame 12
stop();
Symbol 186 MovieClip Frame 13
stop();
Symbol 186 MovieClip Frame 14
stop();
Symbol 186 MovieClip Frame 15
stop();
Symbol 186 MovieClip Frame 16
stop();
Symbol 186 MovieClip Frame 17
stop();
Symbol 186 MovieClip Frame 18
stop();
Symbol 186 MovieClip Frame 19
stop();
Symbol 186 MovieClip Frame 20
stop();
Symbol 186 MovieClip Frame 21
stop();
Symbol 186 MovieClip Frame 22
stop();
Symbol 186 MovieClip Frame 23
stop();
Symbol 186 MovieClip Frame 24
stop();
Symbol 186 MovieClip Frame 25
stop();
Symbol 186 MovieClip Frame 26
stop();
Symbol 186 MovieClip Frame 27
stop();
Symbol 186 MovieClip Frame 28
_root.alien1.death = 1;
_root.alien1.gotoAndPlay(21);
Symbol 186 MovieClip Frame 30
gotoAndStop (29);
Symbol 223 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 15
stop();
Symbol 246 MovieClip Frame 1
_root.intheair1 = 0;
stop();
Symbol 246 MovieClip Frame 2
_root.intheair1 = 1;
_root.grenade = _root.grenade - 1;
_root.grendade1 = 1;
Symbol 246 MovieClip Frame 29
_root.grendade1 = 0;
gotoAndStop (1);
Symbol 251 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 5
stop();
Symbol 306 MovieClip Frame 9
stop();
Symbol 313 MovieClip Frame 5
gotoAndPlay (1);
Symbol 313 MovieClip Frame 13
gotoAndPlay (11);
Symbol 363 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 4
gotoAndPlay (1);
Symbol 363 MovieClip Frame 7
gotoAndPlay (1);
Symbol 373 Button
on (release) {
gotoAndPlay (721);
}
Symbol 443 MovieClip Frame 9
stop();
Symbol 444 MovieClip Frame 12
stop();
Symbol 445 MovieClip Frame 1
_root.intheair1 = 0;
stop();
Symbol 445 MovieClip Frame 2
_root.intheair1 = 1;
_root.grenade = _root.grenade - 1;
_root.grendade1 = 1;
Symbol 445 MovieClip Frame 14
_root.shadow._visible = false;
Symbol 445 MovieClip Frame 16
_root.shadow._visible = true;
Symbol 445 MovieClip Frame 25
_root.grendade1 = 0;
gotoAndStop (1);
Symbol 451 MovieClip Frame 1
stop();
Symbol 452 MovieClip Frame 1
stop();
Symbol 459 Button
on (release) {
_quality = "HIGH";
}
Symbol 463 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 467 Button
on (release) {
_quality = "LOW";
}
Symbol 488 Button
on (release) {
stopAllSounds();
gotoAndStop (1135);
}
Symbol 489 Button
on (release) {
stopAllSounds();
gotoAndStop (1150);
}
Symbol 493 Button
on (release) {
stopAllSounds();
gotoAndStop (1158);
}
Symbol 495 Button
on (release) {
stopAllSounds();
gotoAndStop (1160);
}
Symbol 564 MovieClip Frame 9
_root.grendade.play();
Symbol 583 MovieClip Frame 8
gotoAndPlay (6);
Symbol 584 MovieClip Frame 1
_root.death = 0;
_root.crawling = 0;
_root.throwing = 0;
_root.intheair = 0;
_root.occupied = 0;
_root.jump = 0;
stop();
_root.occupied = 0;
_root.running = 0;
stop();
_root.occupied = 0;
Symbol 584 MovieClip Frame 2
_root.occupied = 0;
_root.running = 1;
Symbol 584 MovieClip Frame 3
_root.occupied = 0;
_root.running = 0;
Symbol 584 MovieClip Frame 4
_root.occupied = 0;
Symbol 584 MovieClip Frame 5
_root.occupied = 0;
gotoAndStop (1);
Symbol 584 MovieClip Frame 6
_root.occupied = 0;
Symbol 584 MovieClip Frame 7
_root.occupied = 0;
Symbol 584 MovieClip Frame 8
_root.occupied = 0;
gotoAndStop (1);
Symbol 584 MovieClip Frame 9
_root.occupied = 0;
_root.running = 1;
Symbol 584 MovieClip Frame 10
_root.occupied = 0;
_root.running = 0;
Symbol 584 MovieClip Frame 11
_root.occupied = 0;
Symbol 584 MovieClip Frame 12
_root.occupied = 0;
gotoAndStop (1);
Symbol 584 MovieClip Frame 13
_root.occupied = 0;
_root.jump = 1;
Symbol 584 MovieClip Frame 14
_root.occupied = 0;
Symbol 584 MovieClip Frame 15
_root.occupied = 0;
Symbol 584 MovieClip Frame 16
_root.occupied = 0;
Symbol 584 MovieClip Frame 17
_root.occupied = 0;
Symbol 584 MovieClip Frame 18
_root.occupied = 0;
Symbol 584 MovieClip Frame 19
_root.occupied = 0;
Symbol 584 MovieClip Frame 20
_root.occupied = 0;
_root.jump = 0;
Symbol 584 MovieClip Frame 21
_root.occupied = 0;
gotoAndStop (1);
Symbol 584 MovieClip Frame 22
_root.jump = 0;
_root.occupied = 1;
Symbol 584 MovieClip Frame 24
gotoAndStop (1);
_root.occupied = 0;
Symbol 584 MovieClip Frame 25
_root.occupied = 1;
play();
Symbol 584 MovieClip Frame 30
gotoAndStop (1);
_root.occupied = 0;
Symbol 584 MovieClip Frame 31
_root.crawling = 0;
_root.jump = 0;
_root.occupied = 0;
Symbol 584 MovieClip Frame 33
gotoAndStop (1);
_root.occupied = 0;
Symbol 584 MovieClip Frame 34
_root.crawling = 1;
_root.jump = 0;
_root.occupied = 1;
_root.crawling = 1;
Symbol 584 MovieClip Frame 36
gotoAndStop (1);
_root.occupied = 0;
_root.crawling = 0;
Symbol 584 MovieClip Frame 37
_root.crawling = 0;
_root.throwing = 1;
_root.occupied = 1;
Symbol 584 MovieClip Frame 46
_root.throwing = 0;
Symbol 584 MovieClip Frame 48
gotoAndStop (1);
_root.occupied = 0;
_root.throwing = 0;
_root.intheair = 0;
Symbol 584 MovieClip Frame 51
gotoAndStop (1);
_root.occupied = 0;
Symbol 584 MovieClip Frame 52
_root.death = 1;
_root.occupied = 1;
_root.jump = 0;
_root.running = 1;
_root.death = 1;
Symbol 584 MovieClip Frame 53
stop();
Symbol 595 Button
on (release) {
if (_root.checkpoint == 9) {
tellTarget ("_root") {
gotoAndStop ("checkpointi");
_root.continues = _root.continues - 1;
_root.cont._visible = false;
_root.cont.gotoAndStop(1);
_root.health = 100;
_root.grenade = 3;
};
} else if (_root.checkpoint == 8) {
tellTarget ("_root") {
gotoAndStop ("checkpointh");
_root.continues = _root.continues - 1;
_root.cont._visible = false;
_root.cont.gotoAndStop(1);
_root.health = 100;
_root.grenade = 3;
};
} else if (_root.checkpoint == 7) {
tellTarget ("_root") {
gotoAndStop ("checkpointg");
_root.continues = _root.continues - 1;
_root.cont._visible = false;
_root.cont.gotoAndStop(1);
_root.health = 100;
_root.grenade = 3;
};
} else if (_root.checkpoint == 6) {
tellTarget ("_root") {
gotoAndStop ("checkpointf");
_root.continues = _root.continues - 1;
_root.cont._visible = false;
_root.cont.gotoAndStop(1);
_root.health = 100;
_root.grenade = 3;
};
} else if (_root.checkpoint == 5) {
tellTarget ("_root") {
gotoAndStop ("checkpointe");
_root.continues = _root.continues - 1;
_root.cont._visible = false;
_root.cont.gotoAndStop(1);
_root.health = 100;
_root.grenade = 3;
};
} else if (_root.checkpoint == 4) {
tellTarget ("_root") {
gotoAndStop ("checkpointd");
_root.continues = _root.continues - 1;
_root.cont._visible = false;
_root.cont.gotoAndStop(1);
_root.health = 100;
_root.grenade = 3;
};
} else if (_root.checkpoint == 3) {
tellTarget ("_root") {
gotoAndStop ("checkpointc");
_root.continues = _root.continues - 1;
_root.cont._visible = false;
_root.cont.gotoAndStop(1);
_root.health = 100;
_root.grenade = 3;
};
} else if (_root.checkpoint == 2) {
tellTarget ("_root") {
gotoAndStop ("checkpointb");
_root.continues = _root.continues - 1;
_root.cont._visible = false;
_root.cont.gotoAndStop(1);
_root.health = 100;
_root.grenade = 3;
};
} else if (_root.checkpoint == 1) {
tellTarget ("_root") {
gotoAndStop ("checkpointa");
_root.continues = _root.continues - 1;
_root.cont._visible = false;
_root.cont.gotoAndStop(1);
_root.health = 100;
_root.grenade = 3;
};
}
}
Symbol 598 Button
on (release) {
gotoAndPlay (241);
}
Symbol 617 MovieClip Frame 1
_root.cont.continues = _root.continues;
stop();
Symbol 617 MovieClip Frame 2
stopAllSounds();
Symbol 617 MovieClip Frame 251
tellTarget ("_root") {
gotoAndPlay (1);
};
Symbol 621 MovieClip Frame 6
stop();
Symbol 665 MovieClip Frame 22
stop();
Instance of Symbol 631 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
_root.snowmonster1.death = 0;
}
Symbol 666 MovieClip Frame 9
gotoAndPlay (1);
Symbol 666 MovieClip Frame 10
play();
_root.popup = 0;
_root.snowmonster1.death = 3;
Symbol 666 MovieClip Frame 16
stop();
_root.popup = 0;
Symbol 670 MovieClip Frame 1
stop();
Symbol 670 MovieClip Frame 2
stop();
_root.blood2.play();
Symbol 670 MovieClip Frame 3
stop();
Symbol 670 MovieClip Frame 4
stop();
Symbol 670 MovieClip Frame 5
stop();
Symbol 670 MovieClip Frame 6
stop();
_root.blood2.play();
Symbol 670 MovieClip Frame 7
stop();
Symbol 670 MovieClip Frame 8
stop();
Symbol 670 MovieClip Frame 9
stop();
Symbol 670 MovieClip Frame 10
stop();
Symbol 670 MovieClip Frame 11
stop();
_root.blood2.play();
Symbol 670 MovieClip Frame 12
_root.snowmonster1.death = 1;
_root.snowmonster1.gotoAndPlay(10);
Symbol 670 MovieClip Frame 14
gotoAndStop (13);
Symbol 682 MovieClip Frame 1
stop();
Symbol 691 MovieClip Frame 1
stop();
Symbol 711 MovieClip Frame 1
stop();
_root.popup = 0;
Symbol 711 MovieClip Frame 13
stop();
_root.snowmonster1._visible = true;
_root.popup = 1;
Instance of Symbol 631 MovieClip in Symbol 765 MovieClip Frame 1
onClipEvent (load) {
_root.miniboss.death = 0;
}
Instance of Symbol 714 MovieClip in Symbol 765 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.crawling == 0))) {
_root.blood.play();
_root.minihp.play();
}
}
Instance of Symbol 714 MovieClip in Symbol 765 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.crawling == 0))) {
_root.blood.play();
_root.minihp.play();
}
}
Instance of Symbol 740 MovieClip in Symbol 765 MovieClip Frame 54
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 740 MovieClip in Symbol 765 MovieClip Frame 79
onClipEvent (enterFrame) {
if ((hitTest(_root.guy.body) and (_root.miniboss.death == 0)) and (_root.jump == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 740 MovieClip in Symbol 765 MovieClip Frame 93
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 755 MovieClip in Symbol 765 MovieClip Frame 106
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 4;
}
}
Instance of Symbol 755 MovieClip in Symbol 765 MovieClip Frame 118
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss.death == 0)) {
_root.guy._x = _root.guy._x - 75;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 4;
}
}
Symbol 765 MovieClip Frame 119
gotoAndPlay (40);
Symbol 768 MovieClip Frame 1
stop();
Symbol 768 MovieClip Frame 2
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 3
stop();
Symbol 768 MovieClip Frame 4
stop();
Symbol 768 MovieClip Frame 5
stop();
Symbol 768 MovieClip Frame 6
stop();
Symbol 768 MovieClip Frame 7
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 8
stop();
Symbol 768 MovieClip Frame 9
stop();
Symbol 768 MovieClip Frame 10
stop();
Symbol 768 MovieClip Frame 11
stop();
Symbol 768 MovieClip Frame 12
stop();
Symbol 768 MovieClip Frame 13
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 14
stop();
Symbol 768 MovieClip Frame 15
stop();
Symbol 768 MovieClip Frame 16
stop();
Symbol 768 MovieClip Frame 17
stop();
Symbol 768 MovieClip Frame 18
stop();
Symbol 768 MovieClip Frame 19
stop();
Symbol 768 MovieClip Frame 20
stop();
Symbol 768 MovieClip Frame 21
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 22
stop();
Symbol 768 MovieClip Frame 23
stop();
Symbol 768 MovieClip Frame 24
stop();
Symbol 768 MovieClip Frame 25
stop();
Symbol 768 MovieClip Frame 26
stop();
Symbol 768 MovieClip Frame 27
stop();
Symbol 768 MovieClip Frame 28
stop();
Symbol 768 MovieClip Frame 29
stop();
Symbol 768 MovieClip Frame 30
stop();
Symbol 768 MovieClip Frame 31
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 32
stop();
Symbol 768 MovieClip Frame 33
stop();
Symbol 768 MovieClip Frame 34
stop();
Symbol 768 MovieClip Frame 35
stop();
Symbol 768 MovieClip Frame 36
stop();
Symbol 768 MovieClip Frame 37
stop();
Symbol 768 MovieClip Frame 38
stop();
Symbol 768 MovieClip Frame 39
stop();
Symbol 768 MovieClip Frame 40
stop();
Symbol 768 MovieClip Frame 41
stop();
Symbol 768 MovieClip Frame 42
stop();
Symbol 768 MovieClip Frame 43
stop();
Symbol 768 MovieClip Frame 44
stop();
Symbol 768 MovieClip Frame 45
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 46
stop();
Symbol 768 MovieClip Frame 47
stop();
Symbol 768 MovieClip Frame 48
stop();
Symbol 768 MovieClip Frame 49
stop();
Symbol 768 MovieClip Frame 50
stop();
Symbol 768 MovieClip Frame 51
stop();
Symbol 768 MovieClip Frame 52
stop();
Symbol 768 MovieClip Frame 53
stop();
Symbol 768 MovieClip Frame 54
stop();
Symbol 768 MovieClip Frame 55
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 56
stop();
Symbol 768 MovieClip Frame 57
stop();
Symbol 768 MovieClip Frame 58
stop();
Symbol 768 MovieClip Frame 59
stop();
Symbol 768 MovieClip Frame 60
stop();
Symbol 768 MovieClip Frame 61
stop();
Symbol 768 MovieClip Frame 62
stop();
Symbol 768 MovieClip Frame 63
stop();
Symbol 768 MovieClip Frame 64
stop();
Symbol 768 MovieClip Frame 65
stop();
Symbol 768 MovieClip Frame 66
stop();
Symbol 768 MovieClip Frame 67
stop();
Symbol 768 MovieClip Frame 68
stop();
Symbol 768 MovieClip Frame 69
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 70
stop();
Symbol 768 MovieClip Frame 71
stop();
Symbol 768 MovieClip Frame 72
stop();
Symbol 768 MovieClip Frame 73
stop();
Symbol 768 MovieClip Frame 74
stop();
Symbol 768 MovieClip Frame 75
stop();
Symbol 768 MovieClip Frame 76
stop();
Symbol 768 MovieClip Frame 77
stop();
Symbol 768 MovieClip Frame 78
stop();
Symbol 768 MovieClip Frame 79
stop();
Symbol 768 MovieClip Frame 80
stop();
Symbol 768 MovieClip Frame 81
stop();
Symbol 768 MovieClip Frame 82
stop();
Symbol 768 MovieClip Frame 83
stop();
Symbol 768 MovieClip Frame 84
stop();
Symbol 768 MovieClip Frame 85
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 86
stop();
Symbol 768 MovieClip Frame 87
stop();
Symbol 768 MovieClip Frame 88
stop();
Symbol 768 MovieClip Frame 89
stop();
Symbol 768 MovieClip Frame 90
stop();
Symbol 768 MovieClip Frame 91
stop();
Symbol 768 MovieClip Frame 92
stop();
Symbol 768 MovieClip Frame 93
stop();
Symbol 768 MovieClip Frame 94
stop();
Symbol 768 MovieClip Frame 95
stop();
Symbol 768 MovieClip Frame 96
stop();
Symbol 768 MovieClip Frame 97
stop();
Symbol 768 MovieClip Frame 98
stop();
Symbol 768 MovieClip Frame 99
stop();
Symbol 768 MovieClip Frame 100
stop();
Symbol 768 MovieClip Frame 101
stop();
Symbol 768 MovieClip Frame 102
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 103
stop();
Symbol 768 MovieClip Frame 104
stop();
Symbol 768 MovieClip Frame 105
stop();
Symbol 768 MovieClip Frame 106
stop();
Symbol 768 MovieClip Frame 107
stop();
Symbol 768 MovieClip Frame 108
stop();
Symbol 768 MovieClip Frame 109
stop();
Symbol 768 MovieClip Frame 110
stop();
Symbol 768 MovieClip Frame 111
stop();
Symbol 768 MovieClip Frame 112
stop();
Symbol 768 MovieClip Frame 113
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 114
stop();
Symbol 768 MovieClip Frame 115
stop();
Symbol 768 MovieClip Frame 116
stop();
Symbol 768 MovieClip Frame 117
stop();
Symbol 768 MovieClip Frame 118
stop();
Symbol 768 MovieClip Frame 119
stop();
Symbol 768 MovieClip Frame 120
stop();
Symbol 768 MovieClip Frame 121
stop();
Symbol 768 MovieClip Frame 122
stop();
Symbol 768 MovieClip Frame 123
stop();
Symbol 768 MovieClip Frame 124
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 125
stop();
Symbol 768 MovieClip Frame 126
stop();
Symbol 768 MovieClip Frame 127
stop();
Symbol 768 MovieClip Frame 128
stop();
Symbol 768 MovieClip Frame 129
stop();
Symbol 768 MovieClip Frame 130
stop();
Symbol 768 MovieClip Frame 131
stop();
Symbol 768 MovieClip Frame 132
stop();
Symbol 768 MovieClip Frame 133
stop();
Symbol 768 MovieClip Frame 134
stop();
Symbol 768 MovieClip Frame 135
stop();
Symbol 768 MovieClip Frame 136
stop();
Symbol 768 MovieClip Frame 137
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 138
stop();
Symbol 768 MovieClip Frame 139
stop();
Symbol 768 MovieClip Frame 140
stop();
Symbol 768 MovieClip Frame 141
stop();
Symbol 768 MovieClip Frame 142
stop();
Symbol 768 MovieClip Frame 143
stop();
Symbol 768 MovieClip Frame 144
stop();
Symbol 768 MovieClip Frame 145
stop();
Symbol 768 MovieClip Frame 146
stop();
Symbol 768 MovieClip Frame 147
stop();
Symbol 768 MovieClip Frame 148
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 149
stop();
Symbol 768 MovieClip Frame 150
stop();
Symbol 768 MovieClip Frame 151
stop();
Symbol 768 MovieClip Frame 152
stop();
Symbol 768 MovieClip Frame 153
stop();
Symbol 768 MovieClip Frame 154
stop();
Symbol 768 MovieClip Frame 155
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 156
stop();
Symbol 768 MovieClip Frame 157
stop();
Symbol 768 MovieClip Frame 158
stop();
Symbol 768 MovieClip Frame 159
stop();
Symbol 768 MovieClip Frame 160
stop();
Symbol 768 MovieClip Frame 161
stop();
Symbol 768 MovieClip Frame 162
stop();
Symbol 768 MovieClip Frame 163
stop();
Symbol 768 MovieClip Frame 164
stop();
Symbol 768 MovieClip Frame 165
stop();
Symbol 768 MovieClip Frame 166
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 167
stop();
Symbol 768 MovieClip Frame 168
stop();
Symbol 768 MovieClip Frame 169
stop();
Symbol 768 MovieClip Frame 170
stop();
Symbol 768 MovieClip Frame 171
stop();
Symbol 768 MovieClip Frame 172
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 173
stop();
Symbol 768 MovieClip Frame 174
stop();
Symbol 768 MovieClip Frame 175
stop();
Symbol 768 MovieClip Frame 176
stop();
Symbol 768 MovieClip Frame 177
stop();
Symbol 768 MovieClip Frame 178
stop();
Symbol 768 MovieClip Frame 179
stop();
Symbol 768 MovieClip Frame 180
stop();
Symbol 768 MovieClip Frame 181
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 182
stop();
Symbol 768 MovieClip Frame 183
stop();
Symbol 768 MovieClip Frame 184
stop();
Symbol 768 MovieClip Frame 185
stop();
Symbol 768 MovieClip Frame 186
stop();
Symbol 768 MovieClip Frame 187
stop();
Symbol 768 MovieClip Frame 188
stop();
Symbol 768 MovieClip Frame 189
stop();
Symbol 768 MovieClip Frame 190
stop();
Symbol 768 MovieClip Frame 191
stop();
Symbol 768 MovieClip Frame 192
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 193
stop();
Symbol 768 MovieClip Frame 194
stop();
Symbol 768 MovieClip Frame 195
stop();
Symbol 768 MovieClip Frame 196
stop();
Symbol 768 MovieClip Frame 197
stop();
Symbol 768 MovieClip Frame 198
stop();
Symbol 768 MovieClip Frame 199
stop();
Symbol 768 MovieClip Frame 200
stop();
Symbol 768 MovieClip Frame 201
stop();
Symbol 768 MovieClip Frame 202
stop();
Symbol 768 MovieClip Frame 203
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 204
stop();
Symbol 768 MovieClip Frame 205
stop();
Symbol 768 MovieClip Frame 206
stop();
Symbol 768 MovieClip Frame 207
stop();
Symbol 768 MovieClip Frame 208
stop();
Symbol 768 MovieClip Frame 209
stop();
Symbol 768 MovieClip Frame 210
stop();
Symbol 768 MovieClip Frame 211
stop();
Symbol 768 MovieClip Frame 212
stop();
Symbol 768 MovieClip Frame 213
stop();
Symbol 768 MovieClip Frame 214
stop();
Symbol 768 MovieClip Frame 215
stop();
Symbol 768 MovieClip Frame 216
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 217
stop();
Symbol 768 MovieClip Frame 218
stop();
Symbol 768 MovieClip Frame 219
stop();
Symbol 768 MovieClip Frame 220
stop();
Symbol 768 MovieClip Frame 221
stop();
Symbol 768 MovieClip Frame 222
stop();
Symbol 768 MovieClip Frame 223
stop();
Symbol 768 MovieClip Frame 224
stop();
Symbol 768 MovieClip Frame 225
stop();
Symbol 768 MovieClip Frame 226
stop();
Symbol 768 MovieClip Frame 227
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 228
stop();
Symbol 768 MovieClip Frame 229
stop();
Symbol 768 MovieClip Frame 230
stop();
Symbol 768 MovieClip Frame 231
stop();
Symbol 768 MovieClip Frame 232
stop();
Symbol 768 MovieClip Frame 233
stop();
Symbol 768 MovieClip Frame 234
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 235
stop();
Symbol 768 MovieClip Frame 236
stop();
Symbol 768 MovieClip Frame 237
stop();
Symbol 768 MovieClip Frame 238
stop();
Symbol 768 MovieClip Frame 239
stop();
Symbol 768 MovieClip Frame 240
stop();
Symbol 768 MovieClip Frame 241
stop();
Symbol 768 MovieClip Frame 242
stop();
Symbol 768 MovieClip Frame 243
stop();
Symbol 768 MovieClip Frame 244
stop();
Symbol 768 MovieClip Frame 245
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 246
stop();
Symbol 768 MovieClip Frame 247
stop();
Symbol 768 MovieClip Frame 248
stop();
Symbol 768 MovieClip Frame 249
stop();
Symbol 768 MovieClip Frame 250
stop();
Symbol 768 MovieClip Frame 251
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 252
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 253
stop();
Symbol 768 MovieClip Frame 254
stop();
Symbol 768 MovieClip Frame 255
stop();
Symbol 768 MovieClip Frame 256
stop();
Symbol 768 MovieClip Frame 257
stop();
Symbol 768 MovieClip Frame 258
stop();
Symbol 768 MovieClip Frame 259
stop();
Symbol 768 MovieClip Frame 260
stop();
Symbol 768 MovieClip Frame 261
stop();
Symbol 768 MovieClip Frame 262
stop();
Symbol 768 MovieClip Frame 263
stop();
Symbol 768 MovieClip Frame 264
stop();
Symbol 768 MovieClip Frame 265
stop();
Symbol 768 MovieClip Frame 266
stop();
Symbol 768 MovieClip Frame 267
stop();
Symbol 768 MovieClip Frame 268
stop();
_root.blood2.play();
Symbol 768 MovieClip Frame 269
stop();
Symbol 768 MovieClip Frame 270
stop();
Symbol 768 MovieClip Frame 271
stop();
Symbol 768 MovieClip Frame 272
stop();
Symbol 768 MovieClip Frame 273
stop();
Symbol 768 MovieClip Frame 274
stop();
Symbol 768 MovieClip Frame 275
stop();
Symbol 768 MovieClip Frame 276
stop();
Symbol 768 MovieClip Frame 277
stop();
Symbol 768 MovieClip Frame 278
stop();
Symbol 768 MovieClip Frame 279
stop();
Symbol 768 MovieClip Frame 280
stop();
Symbol 768 MovieClip Frame 281
stop();
Symbol 768 MovieClip Frame 282
stop();
Symbol 768 MovieClip Frame 283
stop();
Symbol 768 MovieClip Frame 284
stop();
Symbol 768 MovieClip Frame 285
_root.miniboss.death = 1;
_root.nextframe();
_root.blood2.play();
Symbol 768 MovieClip Frame 287
gotoAndStop (25);
Symbol 769 MovieClip Frame 1
stop();
Symbol 769 MovieClip Frame 2
stop();
Symbol 769 MovieClip Frame 3
stop();
Symbol 769 MovieClip Frame 4
stop();
Symbol 769 MovieClip Frame 5
stop();
Symbol 769 MovieClip Frame 6
stop();
Symbol 769 MovieClip Frame 7
stop();
Symbol 769 MovieClip Frame 8
stop();
Symbol 769 MovieClip Frame 9
stop();
Symbol 769 MovieClip Frame 10
stop();
Symbol 769 MovieClip Frame 11
stop();
Symbol 769 MovieClip Frame 12
stop();
Symbol 769 MovieClip Frame 13
stop();
Symbol 769 MovieClip Frame 14
stop();
Symbol 769 MovieClip Frame 15
stop();
Symbol 769 MovieClip Frame 16
stop();
Symbol 769 MovieClip Frame 17
stop();
Symbol 769 MovieClip Frame 18
stop();
Symbol 769 MovieClip Frame 19
stop();
Symbol 769 MovieClip Frame 20
stop();
Symbol 769 MovieClip Frame 21
stop();
Symbol 769 MovieClip Frame 22
stop();
Symbol 769 MovieClip Frame 23
stop();
Symbol 769 MovieClip Frame 24
stop();
Symbol 769 MovieClip Frame 25
stop();
Symbol 769 MovieClip Frame 26
stop();
Symbol 769 MovieClip Frame 27
stop();
Symbol 769 MovieClip Frame 28
stop();
Symbol 769 MovieClip Frame 29
stop();
Symbol 769 MovieClip Frame 30
stop();
Symbol 769 MovieClip Frame 31
stop();
Symbol 769 MovieClip Frame 32
stop();
Symbol 769 MovieClip Frame 33
stop();
Symbol 769 MovieClip Frame 34
stop();
Symbol 769 MovieClip Frame 35
stop();
Symbol 769 MovieClip Frame 36
stop();
Symbol 769 MovieClip Frame 37
stop();
Symbol 769 MovieClip Frame 38
stop();
Symbol 769 MovieClip Frame 39
stop();
Symbol 769 MovieClip Frame 40
stop();
Symbol 769 MovieClip Frame 41
stop();
Symbol 769 MovieClip Frame 42
stop();
Symbol 769 MovieClip Frame 43
stop();
Symbol 769 MovieClip Frame 44
stop();
Symbol 769 MovieClip Frame 45
stop();
Symbol 769 MovieClip Frame 46
stop();
Symbol 769 MovieClip Frame 47
stop();
Symbol 769 MovieClip Frame 48
stop();
Symbol 769 MovieClip Frame 49
stop();
Symbol 769 MovieClip Frame 50
stop();
Symbol 769 MovieClip Frame 51
stop();
Symbol 769 MovieClip Frame 52
stop();
Symbol 769 MovieClip Frame 53
stop();
Symbol 769 MovieClip Frame 54
stop();
Symbol 769 MovieClip Frame 55
stop();
Symbol 769 MovieClip Frame 56
stop();
Symbol 769 MovieClip Frame 57
stop();
Symbol 769 MovieClip Frame 58
stop();
Symbol 769 MovieClip Frame 59
stop();
Symbol 769 MovieClip Frame 60
stop();
Symbol 769 MovieClip Frame 61
stop();
Symbol 769 MovieClip Frame 62
stop();
Symbol 769 MovieClip Frame 63
stop();
Symbol 769 MovieClip Frame 64
stop();
Symbol 769 MovieClip Frame 65
stop();
Symbol 769 MovieClip Frame 66
stop();
Symbol 769 MovieClip Frame 67
stop();
Symbol 769 MovieClip Frame 68
stop();
Symbol 769 MovieClip Frame 69
stop();
Symbol 769 MovieClip Frame 70
stop();
Symbol 769 MovieClip Frame 71
stop();
Symbol 769 MovieClip Frame 72
stop();
Symbol 769 MovieClip Frame 73
stop();
Symbol 769 MovieClip Frame 74
stop();
Symbol 769 MovieClip Frame 75
stop();
Symbol 769 MovieClip Frame 76
stop();
Symbol 769 MovieClip Frame 77
stop();
Symbol 769 MovieClip Frame 78
stop();
Symbol 769 MovieClip Frame 79
stop();
Symbol 769 MovieClip Frame 80
stop();
Symbol 769 MovieClip Frame 81
stop();
Symbol 769 MovieClip Frame 82
stop();
Symbol 769 MovieClip Frame 83
stop();
Symbol 769 MovieClip Frame 84
stop();
Symbol 769 MovieClip Frame 85
stop();
Symbol 769 MovieClip Frame 86
stop();
Symbol 769 MovieClip Frame 87
stop();
Symbol 769 MovieClip Frame 88
stop();
Symbol 769 MovieClip Frame 89
stop();
Symbol 769 MovieClip Frame 90
stop();
Symbol 769 MovieClip Frame 91
stop();
Symbol 769 MovieClip Frame 92
stop();
Symbol 769 MovieClip Frame 93
stop();
Symbol 769 MovieClip Frame 94
stop();
Symbol 769 MovieClip Frame 95
stop();
Symbol 769 MovieClip Frame 96
stop();
Symbol 769 MovieClip Frame 97
stop();
Symbol 769 MovieClip Frame 98
stop();
Symbol 769 MovieClip Frame 99
stop();
Symbol 769 MovieClip Frame 100
stop();
Symbol 769 MovieClip Frame 101
stop();
Symbol 769 MovieClip Frame 102
stop();
Symbol 769 MovieClip Frame 103
stop();
Symbol 769 MovieClip Frame 104
stop();
Symbol 769 MovieClip Frame 105
stop();
Symbol 769 MovieClip Frame 106
stop();
Symbol 769 MovieClip Frame 107
stop();
Symbol 769 MovieClip Frame 108
stop();
Symbol 769 MovieClip Frame 109
stop();
Symbol 769 MovieClip Frame 110
stop();
Symbol 769 MovieClip Frame 111
stop();
Symbol 769 MovieClip Frame 112
stop();
Symbol 769 MovieClip Frame 113
stop();
Symbol 769 MovieClip Frame 114
stop();
Symbol 769 MovieClip Frame 115
stop();
Symbol 769 MovieClip Frame 116
stop();
Symbol 769 MovieClip Frame 117
stop();
Symbol 769 MovieClip Frame 118
stop();
Symbol 769 MovieClip Frame 119
stop();
Symbol 769 MovieClip Frame 120
stop();
Symbol 769 MovieClip Frame 121
stop();
Symbol 769 MovieClip Frame 122
stop();
Symbol 769 MovieClip Frame 123
stop();
Symbol 769 MovieClip Frame 124
stop();
Symbol 769 MovieClip Frame 125
stop();
Symbol 769 MovieClip Frame 126
stop();
Symbol 769 MovieClip Frame 127
stop();
Symbol 769 MovieClip Frame 128
stop();
Symbol 769 MovieClip Frame 129
stop();
Symbol 769 MovieClip Frame 130
stop();
Symbol 769 MovieClip Frame 131
stop();
Symbol 769 MovieClip Frame 132
stop();
Symbol 769 MovieClip Frame 133
stop();
Symbol 769 MovieClip Frame 134
stop();
Symbol 769 MovieClip Frame 135
stop();
Symbol 769 MovieClip Frame 136
stop();
Symbol 769 MovieClip Frame 137
stop();
Symbol 769 MovieClip Frame 138
stop();
Symbol 769 MovieClip Frame 139
stop();
Symbol 769 MovieClip Frame 140
stop();
Symbol 769 MovieClip Frame 141
stop();
Symbol 769 MovieClip Frame 142
stop();
Symbol 769 MovieClip Frame 143
stop();
Symbol 769 MovieClip Frame 144
stop();
Symbol 769 MovieClip Frame 145
stop();
Symbol 769 MovieClip Frame 146
stop();
Symbol 769 MovieClip Frame 147
stop();
Symbol 769 MovieClip Frame 148
stop();
Symbol 769 MovieClip Frame 149
stop();
Symbol 769 MovieClip Frame 150
stop();
Symbol 769 MovieClip Frame 151
stop();
Symbol 769 MovieClip Frame 152
stop();
Symbol 769 MovieClip Frame 153
stop();
Symbol 769 MovieClip Frame 154
stop();
Symbol 769 MovieClip Frame 155
stop();
Symbol 769 MovieClip Frame 156
stop();
Symbol 769 MovieClip Frame 157
stop();
Symbol 769 MovieClip Frame 158
stop();
Symbol 769 MovieClip Frame 159
stop();
Symbol 769 MovieClip Frame 160
stop();
Symbol 769 MovieClip Frame 161
stop();
Symbol 769 MovieClip Frame 162
stop();
Symbol 769 MovieClip Frame 163
stop();
Symbol 769 MovieClip Frame 164
stop();
Symbol 769 MovieClip Frame 165
stop();
Symbol 769 MovieClip Frame 166
stop();
Symbol 769 MovieClip Frame 167
stop();
Symbol 769 MovieClip Frame 168
stop();
Symbol 769 MovieClip Frame 169
stop();
Symbol 769 MovieClip Frame 170
stop();
Symbol 769 MovieClip Frame 171
stop();
Symbol 769 MovieClip Frame 172
stop();
Symbol 769 MovieClip Frame 173
stop();
Symbol 769 MovieClip Frame 174
stop();
Symbol 769 MovieClip Frame 175
stop();
Symbol 769 MovieClip Frame 176
stop();
Symbol 769 MovieClip Frame 177
stop();
Symbol 769 MovieClip Frame 178
stop();
Symbol 769 MovieClip Frame 179
stop();
Symbol 769 MovieClip Frame 180
stop();
Symbol 769 MovieClip Frame 181
stop();
Symbol 769 MovieClip Frame 182
stop();
Symbol 769 MovieClip Frame 183
stop();
Symbol 769 MovieClip Frame 184
stop();
Symbol 769 MovieClip Frame 185
stop();
Symbol 769 MovieClip Frame 186
stop();
Symbol 769 MovieClip Frame 187
stop();
Symbol 769 MovieClip Frame 188
stop();
Symbol 769 MovieClip Frame 189
stop();
Symbol 769 MovieClip Frame 190
stop();
Symbol 769 MovieClip Frame 191
stop();
Symbol 769 MovieClip Frame 192
stop();
Symbol 769 MovieClip Frame 193
stop();
Symbol 769 MovieClip Frame 194
stop();
Symbol 769 MovieClip Frame 195
stop();
Symbol 769 MovieClip Frame 196
stop();
Symbol 769 MovieClip Frame 197
stop();
Symbol 769 MovieClip Frame 198
stop();
Symbol 769 MovieClip Frame 199
stop();
Symbol 769 MovieClip Frame 200
stop();
Symbol 769 MovieClip Frame 201
stop();
Symbol 769 MovieClip Frame 202
stop();
Symbol 769 MovieClip Frame 203
stop();
Symbol 769 MovieClip Frame 204
stop();
Symbol 769 MovieClip Frame 205
stop();
Symbol 769 MovieClip Frame 206
stop();
Symbol 769 MovieClip Frame 207
stop();
Symbol 769 MovieClip Frame 208
stop();
Symbol 769 MovieClip Frame 209
stop();
Symbol 769 MovieClip Frame 210
stop();
Symbol 769 MovieClip Frame 211
stop();
Symbol 769 MovieClip Frame 212
stop();
Symbol 769 MovieClip Frame 213
stop();
Symbol 769 MovieClip Frame 214
stop();
Symbol 769 MovieClip Frame 215
stop();
Symbol 769 MovieClip Frame 216
stop();
Symbol 769 MovieClip Frame 217
stop();
Symbol 769 MovieClip Frame 218
stop();
Symbol 769 MovieClip Frame 219
stop();
Symbol 769 MovieClip Frame 220
stop();
Symbol 769 MovieClip Frame 221
stop();
Symbol 769 MovieClip Frame 222
stop();
Symbol 769 MovieClip Frame 223
stop();
Symbol 769 MovieClip Frame 224
stop();
Symbol 769 MovieClip Frame 225
stop();
Symbol 769 MovieClip Frame 226
stop();
Symbol 769 MovieClip Frame 227
stop();
Symbol 769 MovieClip Frame 228
stop();
Symbol 769 MovieClip Frame 229
stop();
Symbol 769 MovieClip Frame 230
stop();
Symbol 769 MovieClip Frame 231
stop();
Symbol 769 MovieClip Frame 232
stop();
Symbol 769 MovieClip Frame 233
stop();
Symbol 769 MovieClip Frame 234
stop();
Symbol 769 MovieClip Frame 235
stop();
Symbol 769 MovieClip Frame 236
stop();
Symbol 769 MovieClip Frame 237
stop();
Symbol 769 MovieClip Frame 238
stop();
Symbol 769 MovieClip Frame 239
stop();
Symbol 769 MovieClip Frame 240
stop();
Symbol 769 MovieClip Frame 241
stop();
Symbol 769 MovieClip Frame 242
stop();
Symbol 769 MovieClip Frame 243
stop();
Symbol 769 MovieClip Frame 244
stop();
Symbol 769 MovieClip Frame 245
stop();
Symbol 769 MovieClip Frame 246
stop();
Symbol 769 MovieClip Frame 247
stop();
Symbol 769 MovieClip Frame 248
stop();
Symbol 769 MovieClip Frame 249
stop();
Symbol 769 MovieClip Frame 250
stop();
Symbol 769 MovieClip Frame 251
stop();
Symbol 769 MovieClip Frame 252
stop();
Symbol 769 MovieClip Frame 253
stop();
Symbol 769 MovieClip Frame 254
stop();
Symbol 769 MovieClip Frame 255
stop();
Symbol 769 MovieClip Frame 256
stop();
Symbol 769 MovieClip Frame 257
stop();
Symbol 769 MovieClip Frame 258
stop();
Symbol 769 MovieClip Frame 259
stop();
Symbol 769 MovieClip Frame 260
stop();
Symbol 769 MovieClip Frame 261
stop();
Symbol 769 MovieClip Frame 262
stop();
Symbol 769 MovieClip Frame 263
stop();
Symbol 769 MovieClip Frame 264
stop();
Symbol 769 MovieClip Frame 265
stop();
Symbol 769 MovieClip Frame 266
stop();
Symbol 769 MovieClip Frame 267
stop();
Symbol 769 MovieClip Frame 268
stop();
Symbol 769 MovieClip Frame 269
stop();
Symbol 769 MovieClip Frame 270
stop();
Symbol 769 MovieClip Frame 271
stop();
Symbol 769 MovieClip Frame 272
stop();
Symbol 769 MovieClip Frame 273
stop();
Symbol 769 MovieClip Frame 274
stop();
Symbol 769 MovieClip Frame 275
stop();
Symbol 769 MovieClip Frame 276
stop();
Symbol 769 MovieClip Frame 277
stop();
Symbol 769 MovieClip Frame 278
stop();
Symbol 769 MovieClip Frame 279
stop();
Symbol 769 MovieClip Frame 280
stop();
Symbol 769 MovieClip Frame 281
stop();
Symbol 769 MovieClip Frame 282
stop();
Symbol 769 MovieClip Frame 283
stop();
Symbol 769 MovieClip Frame 284
stop();
Symbol 769 MovieClip Frame 285
stop();
Instance of Symbol 862 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (load) {
_root.alien2.death = 0;
}
Symbol 875 MovieClip Frame 10
gotoAndPlay (1);
Symbol 875 MovieClip Frame 12
_root.alien2.death = 2;
Symbol 875 MovieClip Frame 15
stop();
_root.alien2.death = 2;
Symbol 878 MovieClip Frame 1
stop();
Symbol 878 MovieClip Frame 2
stop();
_root.blood2.play();
Symbol 878 MovieClip Frame 3
stop();
Symbol 878 MovieClip Frame 4
stop();
Symbol 878 MovieClip Frame 5
stop();
Symbol 878 MovieClip Frame 6
stop();
Symbol 878 MovieClip Frame 7
stop();
Symbol 878 MovieClip Frame 8
stop();
Symbol 878 MovieClip Frame 9
stop();
Symbol 878 MovieClip Frame 10
stop();
Symbol 878 MovieClip Frame 11
stop();
Symbol 878 MovieClip Frame 12
stop();
Symbol 878 MovieClip Frame 13
stop();
_root.blood2.play();
Symbol 878 MovieClip Frame 14
_root.alien2.death = 1;
_root.alien2.gotoAndPlay(11);
Symbol 878 MovieClip Frame 16
gotoAndStop (15);
Instance of Symbol 892 MovieClip in Symbol 901 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x - 75;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 5;
}
}
Instance of Symbol 892 MovieClip in Symbol 901 MovieClip Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x - 75;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 20;
}
}
Symbol 901 MovieClip Frame 10
stop();
Symbol 902 MovieClip Frame 1
stop();
Symbol 902 MovieClip Frame 2
_root.barrelboom = 1;
Instance of Symbol 901 MovieClip "blast" in Symbol 902 MovieClip Frame 2
/* no clip actions */
Symbol 902 MovieClip Frame 4
_root.shadow._visible = false;
Symbol 902 MovieClip Frame 6
_root.shadow._visible = true;
Symbol 902 MovieClip Frame 10
stop();
Symbol 911 MovieClip Frame 1
stop();
Symbol 911 MovieClip Frame 3
stop();
Symbol 911 MovieClip Frame 5
stop();
Symbol 911 MovieClip Frame 7
stop();
Symbol 911 MovieClip Frame 9
stop();
Symbol 911 MovieClip Frame 11
stop();
Symbol 911 MovieClip Frame 13
_root.barrel.play();
Symbol 920 MovieClip Frame 1
stop();
Symbol 937 MovieClip Frame 1
_root.out = 0;
Instance of Symbol 631 MovieClip in Symbol 937 MovieClip Frame 1
onClipEvent (load) {
_root.alien3.death = 0;
}
Symbol 937 MovieClip Frame 22
_root.out = 1;
Symbol 937 MovieClip Frame 29
_root.laser.play();
Symbol 937 MovieClip Frame 31
_root.laser.play();
Symbol 937 MovieClip Frame 33
_root.laser.play();
Symbol 937 MovieClip Frame 36
_root.laser.play();
Symbol 937 MovieClip Frame 37
_root.laser.play();
Symbol 937 MovieClip Frame 39
_root.laser.play();
Symbol 937 MovieClip Frame 41
_root.laser.play();
Symbol 937 MovieClip Frame 46
gotoAndPlay (1);
Symbol 937 MovieClip Frame 49
stop();
Symbol 939 MovieClip Frame 1
stop();
Symbol 939 MovieClip Frame 2
stop();
_root.blood2.play();
Symbol 939 MovieClip Frame 3
stop();
Symbol 939 MovieClip Frame 4
stop();
Symbol 939 MovieClip Frame 5
stop();
Symbol 939 MovieClip Frame 6
stop();
Symbol 939 MovieClip Frame 7
stop();
Symbol 939 MovieClip Frame 8
stop();
Symbol 939 MovieClip Frame 9
stop();
Symbol 939 MovieClip Frame 10
stop();
Symbol 939 MovieClip Frame 11
stop();
Symbol 939 MovieClip Frame 12
stop();
Symbol 939 MovieClip Frame 13
stop();
_root.blood2.play();
Symbol 939 MovieClip Frame 14
stop();
_root.blood2.play();
Symbol 939 MovieClip Frame 15
stop();
Symbol 939 MovieClip Frame 16
stop();
Symbol 939 MovieClip Frame 17
stop();
Symbol 939 MovieClip Frame 18
stop();
Symbol 939 MovieClip Frame 19
stop();
Symbol 939 MovieClip Frame 20
stop();
Symbol 939 MovieClip Frame 21
stop();
Symbol 939 MovieClip Frame 22
stop();
Symbol 939 MovieClip Frame 23
stop();
Symbol 939 MovieClip Frame 24
stop();
Symbol 939 MovieClip Frame 25
stop();
_root.blood2.play();
Symbol 939 MovieClip Frame 26
_root.alien3.death = 1;
_root.alien3.gotoAndPlay(47);
Symbol 939 MovieClip Frame 28
gotoAndStop (27);
Symbol 968 MovieClip Frame 1
stop();
_root.inside = 0;
Symbol 968 MovieClip Frame 37
_root.shadow._visible = false;
Symbol 968 MovieClip Frame 40
stop();
_root.tankmount._visible = false;
_root.tank._visible = true;
_root.inside = 1;
Symbol 968 MovieClip Frame 41
gotoAndPlay (40);
Symbol 980 MovieClip Frame 1
_root.shoot = 1;
_root.bulet.play();
_root.shadow._visible = false;
Symbol 980 MovieClip Frame 2
_root.shadow._visible = true;
Symbol 980 MovieClip Frame 9
stop();
Symbol 981 MovieClip Frame 1
_root.shoot = 0;
_root.missile = 0;
Symbol 981 MovieClip Frame 4
gotoAndStop (1);
Symbol 981 MovieClip Frame 5
play();
_root.missile = 1;
Symbol 981 MovieClip Frame 25
gotoAndStop (1);
Symbol 984 MovieClip Frame 1
stop();
Instance of Symbol 631 MovieClip in Symbol 1003 MovieClip Frame 1
onClipEvent (load) {
_root.alien3.death = 0;
}
Symbol 1003 MovieClip Frame 6
_root.laser.play();
Symbol 1003 MovieClip Frame 10
_root.laser.play();
Symbol 1003 MovieClip Frame 14
_root.laser.play();
Symbol 1003 MovieClip Frame 18
_root.laser.play();
Symbol 1003 MovieClip Frame 36
gotoAndPlay (1);
Symbol 1003 MovieClip Frame 39
stop();
stop();
Symbol 1005 MovieClip Frame 1
stop();
Symbol 1007 MovieClip Frame 1
stop();
Symbol 1007 MovieClip Frame 2
stop();
_root.blood2.play();
Symbol 1007 MovieClip Frame 3
stop();
Symbol 1007 MovieClip Frame 4
stop();
Symbol 1007 MovieClip Frame 5
stop();
Symbol 1007 MovieClip Frame 6
stop();
Symbol 1007 MovieClip Frame 7
stop();
Symbol 1007 MovieClip Frame 8
stop();
Symbol 1007 MovieClip Frame 9
stop();
Symbol 1007 MovieClip Frame 10
stop();
Symbol 1007 MovieClip Frame 11
stop();
Symbol 1007 MovieClip Frame 12
stop();
Symbol 1007 MovieClip Frame 13
stop();
_root.blood2.play();
Symbol 1007 MovieClip Frame 14
_root.alien3.death = 1;
_root.alien3.gotoAndPlay(37);
Symbol 1007 MovieClip Frame 16
gotoAndStop (15);
Symbol 1047 MovieClip Frame 1
stop();
_root.crash = 0;
Symbol 1047 MovieClip Frame 10
stop();
_root.crash = 1;
Symbol 1047 MovieClip Frame 11
gotoAndStop (10);
Symbol 1051 MovieClip Frame 31
stop();
Symbol 1069 MovieClip Frame 1
play();
Symbol 1069 MovieClip Frame 9
gotoAndPlay (1);
Symbol 1069 MovieClip Frame 12
gotoAndPlay (10);
Symbol 1081 MovieClip Frame 1
_root.air = 0;
Symbol 1081 MovieClip Frame 224
_root.air = 0;
Symbol 1081 MovieClip Frame 225
stop();
_root.air = 1;
Symbol 1081 MovieClip Frame 227
gotoAndPlay (301);
Symbol 1084 MovieClip Frame 1
stop();
Symbol 1172 MovieClip Frame 17
stop();
Symbol 1202 MovieClip Frame 18
_root.miniboss2.laser.play();
Symbol 1208 MovieClip Frame 1
stop();
Instance of Symbol 862 MovieClip in Symbol 1245 MovieClip Frame 1
onClipEvent (load) {
_root.miniboss2.death = 0;
}
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 50
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 8;
}
}
Instance of Symbol 714 MovieClip "hitspot" in Symbol 1245 MovieClip Frame 50
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 55;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.miniboss2.death == 0))) {
_root.miniboss2blood.play();
_root.miniboss2.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Symbol 1245 MovieClip Frame 50
onClipEvent (enterFrame) {
this._x = _root.miniboss2.hitspot._x;
this._y = _root.miniboss2.hitspot._y;
}
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 79
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 156
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 8;
}
}
Instance of Symbol 714 MovieClip "hitspot" in Symbol 1245 MovieClip Frame 156
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x + 55;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.miniboss2.death == 0))) {
_root.miniboss2blood.play();
_root.miniboss2.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Symbol 1245 MovieClip Frame 156
onClipEvent (enterFrame) {
this._x = _root.miniboss2.hitspot._x;
this._y = _root.miniboss2.hitspot._y;
}
Symbol 1245 MovieClip Frame 310
_root.miniboss2.laser.play();
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 310
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Instance of Symbol 714 MovieClip "hitspot" in Symbol 1245 MovieClip Frame 310
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 55;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.miniboss2.death == 0))) {
_root.miniboss2blood.play();
_root.miniboss2.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Symbol 1245 MovieClip Frame 310
onClipEvent (enterFrame) {
this._x = _root.miniboss2.hitspot._x;
this._y = _root.miniboss2.hitspot._y;
}
Symbol 1245 MovieClip Frame 314
_root.miniboss2.laser.play();
Symbol 1245 MovieClip Frame 318
_root.miniboss2.laser.play();
Symbol 1245 MovieClip Frame 322
_root.miniboss2.laser.play();
Symbol 1245 MovieClip Frame 326
_root.miniboss2.laser.play();
Symbol 1245 MovieClip Frame 330
_root.miniboss2.laser.play();
Symbol 1245 MovieClip Frame 334
_root.miniboss2.laser.play();
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 387
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 8;
}
}
Instance of Symbol 714 MovieClip "hitspot" in Symbol 1245 MovieClip Frame 387
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 65;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.miniboss2.death == 0))) {
_root.miniboss2blood.play();
_root.miniboss2.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Symbol 1245 MovieClip Frame 387
onClipEvent (enterFrame) {
this._x = _root.miniboss2.hitspot._x;
this._y = _root.miniboss2.hitspot._y;
}
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 416
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 494
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 8;
}
}
Instance of Symbol 714 MovieClip "hitspot" in Symbol 1245 MovieClip Frame 494
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 55;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.miniboss2.death == 0))) {
_root.miniboss2blood.play();
_root.miniboss2.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Symbol 1245 MovieClip Frame 494
onClipEvent (enterFrame) {
this._x = _root.miniboss2.hitspot._x;
this._y = _root.miniboss2.hitspot._y;
}
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 523
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 600
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 8;
}
}
Instance of Symbol 714 MovieClip "hitspot" in Symbol 1245 MovieClip Frame 600
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x + 55;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.miniboss2.death == 0))) {
_root.miniboss2blood.play();
_root.miniboss2.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Symbol 1245 MovieClip Frame 600
onClipEvent (enterFrame) {
this._x = _root.miniboss2.hitspot._x;
this._y = _root.miniboss2.hitspot._y;
}
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 754
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 8;
}
}
Instance of Symbol 714 MovieClip "hitspot" in Symbol 1245 MovieClip Frame 754
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 55;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.miniboss2.death == 0))) {
_root.miniboss2blood.play();
_root.miniboss2.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Symbol 1245 MovieClip Frame 754
onClipEvent (enterFrame) {
this._x = _root.miniboss2.hitspot._x;
this._y = _root.miniboss2.hitspot._y;
}
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 831
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 8;
}
}
Instance of Symbol 714 MovieClip "hitspot" in Symbol 1245 MovieClip Frame 831
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 65;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and ((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.miniboss2.death == 0))) {
_root.miniboss2blood.play();
_root.miniboss2.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
_root.miniboss2blood.nextFrame();
}
}
Instance of Symbol 682 MovieClip "blood2" in Symbol 1245 MovieClip Frame 831
onClipEvent (enterFrame) {
this._x = _root.miniboss2.hitspot._x;
this._y = _root.miniboss2.hitspot._y;
}
Symbol 1245 MovieClip Frame 860
_root.miniboss2.laser.play();
Instance of Symbol 1208 MovieClip "laser" in Symbol 1245 MovieClip Frame 860
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.miniboss2.death == 0)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Symbol 1245 MovieClip Frame 864
_root.miniboss2.laser.play();
Symbol 1245 MovieClip Frame 868
_root.miniboss2.laser.play();
Symbol 1245 MovieClip Frame 872
_root.miniboss2.laser.play();
Symbol 1245 MovieClip Frame 876
_root.miniboss2.laser.play();
Symbol 1245 MovieClip Frame 880
_root.miniboss2.laser.play();
Symbol 1245 MovieClip Frame 884
_root.miniboss2.laser.play();
Symbol 1248 MovieClip Frame 1
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 2
stop();
Symbol 1248 MovieClip Frame 3
stop();
Symbol 1248 MovieClip Frame 4
stop();
Symbol 1248 MovieClip Frame 5
stop();
Symbol 1248 MovieClip Frame 6
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 7
stop();
Symbol 1248 MovieClip Frame 8
stop();
Symbol 1248 MovieClip Frame 9
stop();
Symbol 1248 MovieClip Frame 10
stop();
Symbol 1248 MovieClip Frame 11
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 12
stop();
Symbol 1248 MovieClip Frame 13
stop();
Symbol 1248 MovieClip Frame 14
stop();
Symbol 1248 MovieClip Frame 15
stop();
Symbol 1248 MovieClip Frame 16
stop();
Symbol 1248 MovieClip Frame 17
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 18
stop();
Symbol 1248 MovieClip Frame 19
stop();
Symbol 1248 MovieClip Frame 20
stop();
Symbol 1248 MovieClip Frame 21
stop();
Symbol 1248 MovieClip Frame 22
stop();
Symbol 1248 MovieClip Frame 23
stop();
Symbol 1248 MovieClip Frame 24
stop();
Symbol 1248 MovieClip Frame 25
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 26
stop();
Symbol 1248 MovieClip Frame 27
stop();
Symbol 1248 MovieClip Frame 28
stop();
Symbol 1248 MovieClip Frame 29
stop();
Symbol 1248 MovieClip Frame 30
stop();
Symbol 1248 MovieClip Frame 31
stop();
Symbol 1248 MovieClip Frame 32
stop();
Symbol 1248 MovieClip Frame 33
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 34
stop();
Symbol 1248 MovieClip Frame 35
stop();
Symbol 1248 MovieClip Frame 36
stop();
Symbol 1248 MovieClip Frame 37
stop();
Symbol 1248 MovieClip Frame 38
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 39
stop();
Symbol 1248 MovieClip Frame 40
stop();
Symbol 1248 MovieClip Frame 41
stop();
Symbol 1248 MovieClip Frame 42
stop();
Symbol 1248 MovieClip Frame 43
stop();
Symbol 1248 MovieClip Frame 44
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 45
stop();
Symbol 1248 MovieClip Frame 46
stop();
Symbol 1248 MovieClip Frame 47
stop();
Symbol 1248 MovieClip Frame 48
stop();
Symbol 1248 MovieClip Frame 49
stop();
Symbol 1248 MovieClip Frame 50
stop();
Symbol 1248 MovieClip Frame 51
stop();
Symbol 1248 MovieClip Frame 52
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 53
stop();
Symbol 1248 MovieClip Frame 54
stop();
Symbol 1248 MovieClip Frame 55
stop();
Symbol 1248 MovieClip Frame 56
stop();
Symbol 1248 MovieClip Frame 57
stop();
Symbol 1248 MovieClip Frame 58
stop();
Symbol 1248 MovieClip Frame 59
stop();
Symbol 1248 MovieClip Frame 60
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 61
stop();
Symbol 1248 MovieClip Frame 62
stop();
Symbol 1248 MovieClip Frame 63
stop();
Symbol 1248 MovieClip Frame 64
stop();
Symbol 1248 MovieClip Frame 65
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 66
stop();
Symbol 1248 MovieClip Frame 67
stop();
Symbol 1248 MovieClip Frame 68
stop();
Symbol 1248 MovieClip Frame 69
stop();
Symbol 1248 MovieClip Frame 70
stop();
Symbol 1248 MovieClip Frame 71
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 72
stop();
Symbol 1248 MovieClip Frame 73
stop();
Symbol 1248 MovieClip Frame 74
stop();
Symbol 1248 MovieClip Frame 75
stop();
Symbol 1248 MovieClip Frame 76
stop();
Symbol 1248 MovieClip Frame 77
stop();
Symbol 1248 MovieClip Frame 78
stop();
Symbol 1248 MovieClip Frame 79
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 80
stop();
Symbol 1248 MovieClip Frame 81
stop();
Symbol 1248 MovieClip Frame 82
stop();
Symbol 1248 MovieClip Frame 83
stop();
Symbol 1248 MovieClip Frame 84
stop();
Symbol 1248 MovieClip Frame 85
stop();
Symbol 1248 MovieClip Frame 86
stop();
Symbol 1248 MovieClip Frame 87
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 88
stop();
Symbol 1248 MovieClip Frame 89
stop();
Symbol 1248 MovieClip Frame 90
stop();
Symbol 1248 MovieClip Frame 91
stop();
Symbol 1248 MovieClip Frame 92
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 93
stop();
Symbol 1248 MovieClip Frame 94
stop();
Symbol 1248 MovieClip Frame 95
stop();
Symbol 1248 MovieClip Frame 96
stop();
Symbol 1248 MovieClip Frame 97
stop();
Symbol 1248 MovieClip Frame 98
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 99
stop();
Symbol 1248 MovieClip Frame 100
stop();
Symbol 1248 MovieClip Frame 101
stop();
Symbol 1248 MovieClip Frame 102
stop();
Symbol 1248 MovieClip Frame 103
stop();
Symbol 1248 MovieClip Frame 104
stop();
Symbol 1248 MovieClip Frame 105
stop();
Symbol 1248 MovieClip Frame 106
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 107
stop();
Symbol 1248 MovieClip Frame 108
stop();
Symbol 1248 MovieClip Frame 109
stop();
Symbol 1248 MovieClip Frame 110
stop();
Symbol 1248 MovieClip Frame 111
stop();
Symbol 1248 MovieClip Frame 112
stop();
Symbol 1248 MovieClip Frame 113
stop();
Symbol 1248 MovieClip Frame 114
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 115
stop();
Symbol 1248 MovieClip Frame 116
stop();
Symbol 1248 MovieClip Frame 117
stop();
Symbol 1248 MovieClip Frame 118
stop();
Symbol 1248 MovieClip Frame 119
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 120
stop();
Symbol 1248 MovieClip Frame 121
stop();
Symbol 1248 MovieClip Frame 122
stop();
Symbol 1248 MovieClip Frame 123
stop();
Symbol 1248 MovieClip Frame 124
stop();
Symbol 1248 MovieClip Frame 125
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 126
stop();
Symbol 1248 MovieClip Frame 127
stop();
Symbol 1248 MovieClip Frame 128
stop();
Symbol 1248 MovieClip Frame 129
stop();
Symbol 1248 MovieClip Frame 130
stop();
Symbol 1248 MovieClip Frame 131
stop();
Symbol 1248 MovieClip Frame 132
stop();
Symbol 1248 MovieClip Frame 133
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 134
stop();
Symbol 1248 MovieClip Frame 135
stop();
Symbol 1248 MovieClip Frame 136
stop();
Symbol 1248 MovieClip Frame 137
stop();
Symbol 1248 MovieClip Frame 138
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 139
stop();
Symbol 1248 MovieClip Frame 140
stop();
Symbol 1248 MovieClip Frame 141
stop();
Symbol 1248 MovieClip Frame 142
stop();
Symbol 1248 MovieClip Frame 143
stop();
Symbol 1248 MovieClip Frame 144
stop();
Symbol 1248 MovieClip Frame 145
stop();
Symbol 1248 MovieClip Frame 146
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 147
stop();
Symbol 1248 MovieClip Frame 148
stop();
Symbol 1248 MovieClip Frame 149
stop();
Symbol 1248 MovieClip Frame 150
stop();
Symbol 1248 MovieClip Frame 151
stop();
Symbol 1248 MovieClip Frame 152
stop();
Symbol 1248 MovieClip Frame 153
stop();
Symbol 1248 MovieClip Frame 154
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 155
stop();
Symbol 1248 MovieClip Frame 156
stop();
Symbol 1248 MovieClip Frame 157
stop();
Symbol 1248 MovieClip Frame 158
stop();
Symbol 1248 MovieClip Frame 159
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 160
stop();
Symbol 1248 MovieClip Frame 161
stop();
Symbol 1248 MovieClip Frame 162
stop();
Symbol 1248 MovieClip Frame 163
stop();
Symbol 1248 MovieClip Frame 164
stop();
Symbol 1248 MovieClip Frame 165
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 166
stop();
Symbol 1248 MovieClip Frame 167
stop();
Symbol 1248 MovieClip Frame 168
stop();
Symbol 1248 MovieClip Frame 169
stop();
Symbol 1248 MovieClip Frame 170
stop();
Symbol 1248 MovieClip Frame 171
stop();
Symbol 1248 MovieClip Frame 172
stop();
Symbol 1248 MovieClip Frame 173
stop();
_root.miniboss2.blood2.play();
Symbol 1248 MovieClip Frame 174
stop();
_root.miniboss2.death = 1;
_root.nextframe();
Symbol 1248 MovieClip Frame 175
stop();
Symbol 1248 MovieClip Frame 176
stop();
gotoAndStop (175);
Symbol 1262 MovieClip Frame 1
stop();
Symbol 1262 MovieClip Frame 7
gotoAndStop (1);
Symbol 1262 MovieClip Frame 8
stop();
Symbol 1262 MovieClip Frame 14
gotoAndStop (8);
Symbol 1294 MovieClip Frame 1
_root.guy.gunlaser1.play();
Symbol 1294 MovieClip Frame 5
_root.guy.gunlaser2.play();
Symbol 1294 MovieClip Frame 10
_root.guy.gunlaser3.play();
_root.yes = 1;
Symbol 1343 MovieClip Frame 9
_root.grendade.play();
Symbol 1363 MovieClip Frame 8
gotoAndPlay (6);
Symbol 1364 MovieClip Frame 1
_root.death = 0;
_root.crawling = 0;
_root.throwing = 0;
_root.intheair = 0;
_root.occupied = 0;
_root.jump = 0;
stop();
_root.occupied = 0;
_root.running = 0;
stop();
_root.occupied = 0;
Symbol 1364 MovieClip Frame 2
_root.occupied = 0;
_root.running = 1;
Symbol 1364 MovieClip Frame 3
_root.occupied = 0;
_root.running = 0;
Symbol 1364 MovieClip Frame 4
_root.occupied = 0;
Symbol 1364 MovieClip Frame 5
_root.occupied = 0;
gotoAndStop (1);
Symbol 1364 MovieClip Frame 6
_root.occupied = 0;
Symbol 1364 MovieClip Frame 7
_root.occupied = 0;
Symbol 1364 MovieClip Frame 8
_root.occupied = 0;
gotoAndStop (1);
Symbol 1364 MovieClip Frame 9
_root.occupied = 0;
_root.running = 1;
Symbol 1364 MovieClip Frame 10
_root.occupied = 0;
_root.running = 0;
Symbol 1364 MovieClip Frame 11
_root.occupied = 0;
Symbol 1364 MovieClip Frame 12
_root.occupied = 0;
gotoAndStop (1);
Symbol 1364 MovieClip Frame 13
_root.occupied = 0;
_root.jump = 1;
Symbol 1364 MovieClip Frame 14
_root.occupied = 0;
Symbol 1364 MovieClip Frame 15
_root.occupied = 0;
Symbol 1364 MovieClip Frame 16
_root.occupied = 0;
Symbol 1364 MovieClip Frame 17
_root.occupied = 0;
Symbol 1364 MovieClip Frame 18
_root.occupied = 0;
Symbol 1364 MovieClip Frame 19
_root.occupied = 0;
Symbol 1364 MovieClip Frame 20
_root.occupied = 0;
_root.jump = 0;
Symbol 1364 MovieClip Frame 21
_root.occupied = 0;
gotoAndStop (1);
Symbol 1364 MovieClip Frame 22
_root.jump = 0;
_root.occupied = 1;
Symbol 1364 MovieClip Frame 24
gotoAndStop (1);
_root.occupied = 0;
Symbol 1364 MovieClip Frame 25
_root.occupied = 1;
play();
Symbol 1364 MovieClip Frame 30
gotoAndStop (1);
_root.occupied = 0;
Symbol 1364 MovieClip Frame 31
_root.crawling = 0;
_root.jump = 0;
_root.occupied = 0;
Symbol 1364 MovieClip Frame 33
gotoAndStop (1);
_root.occupied = 0;
Symbol 1364 MovieClip Frame 34
_root.crawling = 1;
_root.jump = 0;
_root.occupied = 1;
_root.crawling = 1;
Symbol 1364 MovieClip Frame 36
gotoAndStop (1);
_root.occupied = 0;
_root.crawling = 0;
Symbol 1364 MovieClip Frame 37
_root.crawling = 0;
_root.throwing = 1;
_root.occupied = 1;
Symbol 1364 MovieClip Frame 46
_root.throwing = 0;
Symbol 1364 MovieClip Frame 48
gotoAndStop (1);
_root.occupied = 0;
_root.throwing = 0;
_root.intheair = 0;
Symbol 1364 MovieClip Frame 51
gotoAndStop (1);
_root.occupied = 0;
Symbol 1364 MovieClip Frame 52
_root.death = 1;
_root.occupied = 1;
_root.jump = 0;
_root.running = 1;
_root.death = 1;
Symbol 1364 MovieClip Frame 53
stop();
Instance of Symbol 862 MovieClip in Symbol 1375 MovieClip Frame 1
onClipEvent (load) {
_root.alien44.death = 0;
}
Symbol 1375 MovieClip Frame 10
gotoAndPlay (1);
Symbol 1375 MovieClip Frame 12
_root.alien44.death = 44;
Symbol 1375 MovieClip Frame 15
stop();
_root.alien44.death = 44;
Symbol 1377 MovieClip Frame 1
stop();
Symbol 1377 MovieClip Frame 2
stop();
_root.blood2B.play();
Symbol 1377 MovieClip Frame 3
stop();
Symbol 1377 MovieClip Frame 4
stop();
Symbol 1377 MovieClip Frame 5
stop();
Symbol 1377 MovieClip Frame 6
stop();
Symbol 1377 MovieClip Frame 7
stop();
Symbol 1377 MovieClip Frame 8
stop();
Symbol 1377 MovieClip Frame 9
stop();
Symbol 1377 MovieClip Frame 10
stop();
Symbol 1377 MovieClip Frame 11
stop();
Symbol 1377 MovieClip Frame 12
stop();
Symbol 1377 MovieClip Frame 13
stop();
_root.blood2B.play();
Symbol 1377 MovieClip Frame 14
_root.alien44.death = 1;
_root.alien44.gotoAndPlay(11);
Symbol 1377 MovieClip Frame 16
gotoAndStop (15);
Symbol 1446 MovieClip Frame 19
stop();
Instance of Symbol 631 MovieClip in Symbol 1447 MovieClip Frame 1
onClipEvent (load) {
_root.alienFATa.death = 0;
}
Symbol 1447 MovieClip Frame 20
_root.beam.play();
Symbol 1447 MovieClip Frame 43
_root.beam2.play();
Symbol 1447 MovieClip Frame 67
gotoAndPlay (1);
Symbol 1447 MovieClip Frame 95
stop();
Symbol 1450 MovieClip Frame 1
stop();
Symbol 1450 MovieClip Frame 2
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 3
stop();
Symbol 1450 MovieClip Frame 4
stop();
Symbol 1450 MovieClip Frame 5
stop();
Symbol 1450 MovieClip Frame 6
stop();
Symbol 1450 MovieClip Frame 7
stop();
Symbol 1450 MovieClip Frame 8
stop();
Symbol 1450 MovieClip Frame 9
stop();
Symbol 1450 MovieClip Frame 10
stop();
Symbol 1450 MovieClip Frame 11
stop();
Symbol 1450 MovieClip Frame 12
stop();
Symbol 1450 MovieClip Frame 13
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 14
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 15
stop();
Symbol 1450 MovieClip Frame 16
stop();
Symbol 1450 MovieClip Frame 17
stop();
Symbol 1450 MovieClip Frame 18
stop();
Symbol 1450 MovieClip Frame 19
stop();
Symbol 1450 MovieClip Frame 20
stop();
Symbol 1450 MovieClip Frame 21
stop();
Symbol 1450 MovieClip Frame 22
stop();
Symbol 1450 MovieClip Frame 23
stop();
Symbol 1450 MovieClip Frame 24
stop();
Symbol 1450 MovieClip Frame 25
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 26
stop();
Symbol 1450 MovieClip Frame 27
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 28
stop();
Symbol 1450 MovieClip Frame 29
stop();
Symbol 1450 MovieClip Frame 30
stop();
Symbol 1450 MovieClip Frame 31
stop();
Symbol 1450 MovieClip Frame 32
stop();
Symbol 1450 MovieClip Frame 33
stop();
Symbol 1450 MovieClip Frame 34
stop();
Symbol 1450 MovieClip Frame 35
stop();
Symbol 1450 MovieClip Frame 36
stop();
Symbol 1450 MovieClip Frame 37
stop();
Symbol 1450 MovieClip Frame 38
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 39
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 40
stop();
Symbol 1450 MovieClip Frame 41
stop();
Symbol 1450 MovieClip Frame 42
stop();
Symbol 1450 MovieClip Frame 43
stop();
Symbol 1450 MovieClip Frame 44
stop();
Symbol 1450 MovieClip Frame 45
stop();
Symbol 1450 MovieClip Frame 46
stop();
Symbol 1450 MovieClip Frame 47
stop();
Symbol 1450 MovieClip Frame 48
stop();
Symbol 1450 MovieClip Frame 49
stop();
Symbol 1450 MovieClip Frame 50
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 51
stop();
Symbol 1450 MovieClip Frame 52
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 53
stop();
Symbol 1450 MovieClip Frame 54
stop();
Symbol 1450 MovieClip Frame 55
stop();
Symbol 1450 MovieClip Frame 56
stop();
Symbol 1450 MovieClip Frame 57
stop();
Symbol 1450 MovieClip Frame 58
stop();
Symbol 1450 MovieClip Frame 59
stop();
Symbol 1450 MovieClip Frame 60
stop();
Symbol 1450 MovieClip Frame 61
stop();
Symbol 1450 MovieClip Frame 62
stop();
Symbol 1450 MovieClip Frame 63
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 64
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 65
stop();
Symbol 1450 MovieClip Frame 66
stop();
Symbol 1450 MovieClip Frame 67
stop();
Symbol 1450 MovieClip Frame 68
stop();
Symbol 1450 MovieClip Frame 69
stop();
Symbol 1450 MovieClip Frame 70
stop();
Symbol 1450 MovieClip Frame 71
stop();
Symbol 1450 MovieClip Frame 72
stop();
Symbol 1450 MovieClip Frame 73
stop();
Symbol 1450 MovieClip Frame 74
stop();
Symbol 1450 MovieClip Frame 75
stop();
_root.blood2.play();
Symbol 1450 MovieClip Frame 76
_root.alienFATa.death = 1;
_root.alienFATa.gotoAndPlay(68);
Symbol 1450 MovieClip Frame 78
gotoAndStop (27);
Symbol 1452 MovieClip Frame 1
stop();
Symbol 1500 MovieClip Frame 1
_root.doors = 0;
Symbol 1500 MovieClip Frame 35
stop();
_root.doors = 1;
Symbol 1513 MovieClip Frame 1
stop();
_root.greenugly3 = 0;
Symbol 1513 MovieClip Frame 116
_root.greenugly2.play();
_root.greenugly2._visible = true;
_root.greenugly3 = 1;
Symbol 1516 MovieClip Frame 1
stop();
Symbol 1516 MovieClip Frame 2
stop();
Symbol 1516 MovieClip Frame 3
stop();
_root.blood2.play();
Symbol 1516 MovieClip Frame 4
stop();
Symbol 1516 MovieClip Frame 5
stop();
Symbol 1516 MovieClip Frame 6
stop();
Symbol 1516 MovieClip Frame 7
stop();
Symbol 1516 MovieClip Frame 8
stop();
Symbol 1516 MovieClip Frame 9
stop();
Symbol 1516 MovieClip Frame 10
stop();
Symbol 1516 MovieClip Frame 11
stop();
Symbol 1516 MovieClip Frame 12
stop();
Symbol 1516 MovieClip Frame 13
stop();
Symbol 1516 MovieClip Frame 14
stop();
_root.blood2.play();
Symbol 1516 MovieClip Frame 15
stop();
Symbol 1516 MovieClip Frame 16
stop();
Symbol 1516 MovieClip Frame 17
stop();
Symbol 1516 MovieClip Frame 18
stop();
Symbol 1516 MovieClip Frame 19
stop();
Symbol 1516 MovieClip Frame 20
stop();
Symbol 1516 MovieClip Frame 21
stop();
Symbol 1516 MovieClip Frame 22
stop();
Symbol 1516 MovieClip Frame 23
stop();
Symbol 1516 MovieClip Frame 24
stop();
Symbol 1516 MovieClip Frame 25
stop();
_root.blood2.play();
Symbol 1516 MovieClip Frame 26
stop();
Symbol 1516 MovieClip Frame 27
stop();
Symbol 1516 MovieClip Frame 28
stop();
Symbol 1516 MovieClip Frame 29
stop();
Symbol 1516 MovieClip Frame 30
stop();
Symbol 1516 MovieClip Frame 31
stop();
Symbol 1516 MovieClip Frame 32
stop();
Symbol 1516 MovieClip Frame 33
stop();
Symbol 1516 MovieClip Frame 34
stop();
Symbol 1516 MovieClip Frame 35
stop();
Symbol 1516 MovieClip Frame 36
stop();
Symbol 1516 MovieClip Frame 37
stop();
Symbol 1516 MovieClip Frame 38
stop();
_root.blood2.play();
Symbol 1516 MovieClip Frame 39
stop();
Symbol 1516 MovieClip Frame 40
stop();
Symbol 1516 MovieClip Frame 41
stop();
Symbol 1516 MovieClip Frame 42
stop();
Symbol 1516 MovieClip Frame 43
stop();
Symbol 1516 MovieClip Frame 44
stop();
Symbol 1516 MovieClip Frame 45
stop();
Symbol 1516 MovieClip Frame 46
stop();
Symbol 1516 MovieClip Frame 47
stop();
Symbol 1516 MovieClip Frame 48
stop();
Symbol 1516 MovieClip Frame 49
stop();
_root.blood2.play();
Symbol 1516 MovieClip Frame 50
stop();
Symbol 1516 MovieClip Frame 51
stop();
Symbol 1516 MovieClip Frame 52
stop();
Symbol 1516 MovieClip Frame 53
stop();
Symbol 1516 MovieClip Frame 54
stop();
Symbol 1516 MovieClip Frame 55
stop();
Symbol 1516 MovieClip Frame 56
stop();
_root.blood2.play();
Symbol 1516 MovieClip Frame 57
stop();
Symbol 1516 MovieClip Frame 58
stop();
Symbol 1516 MovieClip Frame 59
stop();
Symbol 1516 MovieClip Frame 60
stop();
Symbol 1516 MovieClip Frame 61
stop();
Symbol 1516 MovieClip Frame 62
stop();
Symbol 1516 MovieClip Frame 63
stop();
Symbol 1516 MovieClip Frame 64
stop();
Symbol 1516 MovieClip Frame 65
stop();
Symbol 1516 MovieClip Frame 66
stop();
Symbol 1516 MovieClip Frame 67
stop();
_root.blood2.play();
Symbol 1516 MovieClip Frame 68
stop();
Symbol 1516 MovieClip Frame 69
stop();
Symbol 1516 MovieClip Frame 70
stop();
Symbol 1516 MovieClip Frame 71
stop();
Symbol 1516 MovieClip Frame 72
stop();
Symbol 1516 MovieClip Frame 73
stop();
_root.blood2.play();
Symbol 1516 MovieClip Frame 74
stop();
_root.blood2.play();
Symbol 1516 MovieClip Frame 75
stop();
Symbol 1516 MovieClip Frame 76
stop();
Symbol 1516 MovieClip Frame 77
stop();
Symbol 1516 MovieClip Frame 78
stop();
Symbol 1516 MovieClip Frame 79
stop();
Symbol 1516 MovieClip Frame 80
stop();
Symbol 1516 MovieClip Frame 81
stop();
Symbol 1516 MovieClip Frame 82
stop();
Symbol 1516 MovieClip Frame 83
stop();
Symbol 1516 MovieClip Frame 84
stop();
Symbol 1516 MovieClip Frame 85
stop();
Symbol 1516 MovieClip Frame 86
stop();
Symbol 1516 MovieClip Frame 87
stop();
Symbol 1516 MovieClip Frame 88
stop();
Symbol 1516 MovieClip Frame 89
stop();
Symbol 1516 MovieClip Frame 90
stop();
_root.blood2.play();
Symbol 1516 MovieClip Frame 91
stop();
Symbol 1516 MovieClip Frame 92
stop();
Symbol 1516 MovieClip Frame 93
stop();
Symbol 1516 MovieClip Frame 94
stop();
Symbol 1516 MovieClip Frame 95
stop();
Symbol 1516 MovieClip Frame 96
stop();
Symbol 1516 MovieClip Frame 97
stop();
Symbol 1516 MovieClip Frame 98
stop();
Symbol 1516 MovieClip Frame 99
stop();
Symbol 1516 MovieClip Frame 100
stop();
Symbol 1516 MovieClip Frame 101
stop();
Symbol 1516 MovieClip Frame 102
stop();
Symbol 1516 MovieClip Frame 103
stop();
Symbol 1516 MovieClip Frame 104
stop();
Symbol 1516 MovieClip Frame 105
stop();
Symbol 1516 MovieClip Frame 106
stop();
Symbol 1516 MovieClip Frame 107
_root.greenugly2.death = 1;
_root.greenugly2.gotoAndPlay(332);
_root.blood2.play();
Symbol 1516 MovieClip Frame 109
gotoAndStop (108);
Symbol 1530 MovieClip Frame 1
stop();
Instance of Symbol 1524 MovieClip in Symbol 1530 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x - 45;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Symbol 1531 MovieClip Frame 1
stop();
Instance of Symbol 1530 MovieClip in Symbol 1531 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.running == 0)) and (_root.crawling == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.play();
}
}
Symbol 1535 MovieClip Frame 60
_root.insect1.play();
Symbol 1535 MovieClip Frame 74
_root.insect2.play();
Symbol 1535 MovieClip Frame 79
_root.insect1.play();
Symbol 1535 MovieClip Frame 89
_root.insect3.play();
Symbol 1535 MovieClip Frame 104
_root.insect2.play();
Symbol 1535 MovieClip Frame 119
_root.insect3.play();
Symbol 1535 MovieClip Frame 124
_root.insect1.play();
Symbol 1535 MovieClip Frame 131
_root.insect2.play();
Symbol 1535 MovieClip Frame 137
_root.insect4.play();
Symbol 1535 MovieClip Frame 149
_root.insect1.play();
Symbol 1535 MovieClip Frame 163
_root.insect2.play();
Symbol 1535 MovieClip Frame 168
_root.insect1.play();
Symbol 1535 MovieClip Frame 178
_root.insect3.play();
Symbol 1535 MovieClip Frame 193
_root.insect2.play();
Symbol 1535 MovieClip Frame 208
_root.insect3.play();
Symbol 1535 MovieClip Frame 213
_root.insect1.play();
Symbol 1535 MovieClip Frame 220
_root.insect2.play();
Symbol 1535 MovieClip Frame 226
_root.insect4.play();
Symbol 1535 MovieClip Frame 238
_root.insect1.play();
Symbol 1535 MovieClip Frame 252
_root.insect2.play();
Symbol 1535 MovieClip Frame 257
_root.insect1.play();
Symbol 1535 MovieClip Frame 267
_root.insect3.play();
Symbol 1535 MovieClip Frame 282
_root.insect2.play();
Symbol 1535 MovieClip Frame 297
_root.insect3.play();
Symbol 1535 MovieClip Frame 302
_root.insect1.play();
Symbol 1535 MovieClip Frame 309
_root.insect2.play();
Symbol 1535 MovieClip Frame 315
_root.insect4.play();
Symbol 1535 MovieClip Frame 327
_root.insect1.play();
Symbol 1535 MovieClip Frame 341
_root.insect2.play();
Symbol 1535 MovieClip Frame 346
_root.insect1.play();
Symbol 1535 MovieClip Frame 356
_root.insect3.play();
Symbol 1535 MovieClip Frame 371
_root.insect2.play();
Symbol 1535 MovieClip Frame 386
_root.insect3.play();
Symbol 1535 MovieClip Frame 391
_root.insect1.play();
Symbol 1535 MovieClip Frame 398
_root.insect2.play();
Symbol 1535 MovieClip Frame 404
_root.insect4.play();
Symbol 1535 MovieClip Frame 470
stop();
_root.greenugly.play();
Instance of Symbol 1533 MovieClip in Symbol 1535 MovieClip Frame 470
onClipEvent (enterFrame) {
if (_root.greenuglydeath == 1) {
_root.kingmonster.play();
}
}
Symbol 1536 MovieClip Frame 1
stop();
Instance of Symbol 1530 MovieClip in Symbol 1536 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.running == 0)) and (_root.crawling == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.play();
}
}
Symbol 1622 MovieClip Frame 1
stop();
Instance of Symbol 631 MovieClip in Symbol 1622 MovieClip Frame 1
onClipEvent (load) {
_root.greenugly2.death = 0;
}
Instance of Symbol 714 MovieClip in Symbol 1622 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.occupied == 0)) and (_root.greenugly2.death == 0))) {
_root.alienbloodgreenugly2.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienbloodgreenugly.nextFrame();
_root.alienbloodgreenugly.nextFrame();
_root.alienbloodgreenugly.nextFrame();
_root.alienbloodgreenugly.nextFrame();
_root.alienbloodgreenugly.nextFrame();
}
}
Instance of Symbol 714 MovieClip in Symbol 1622 MovieClip Frame 40
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.greenugly2.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 714 MovieClip in Symbol 1622 MovieClip Frame 47
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.greenugly2.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 5;
}
}
Instance of Symbol 714 MovieClip in Symbol 1622 MovieClip Frame 148
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.greenugly2.death == 0)) {
_root.guy._x = _root.guy._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 714 MovieClip in Symbol 1622 MovieClip Frame 148
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.greenugly2.death == 0)) {
_root.guy._x = _root.guy._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 714 MovieClip in Symbol 1622 MovieClip Frame 148
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.greenugly2.death == 0)) {
_root.guy._x = _root.guy._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 10;
}
}
Instance of Symbol 714 MovieClip in Symbol 1622 MovieClip Frame 199
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (((hitTest(_root.guy.area) and (_root.crawling == 0)) and (_root.occupied == 0)) and (_root.greenugly2.death == 0))) {
_root.alienbloodgreenugly2.play();
_root.blood.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienbloodgreenugly.nextFrame();
_root.alienbloodgreenugly.nextFrame();
_root.alienbloodgreenugly.nextFrame();
_root.alienbloodgreenugly.nextFrame();
_root.alienbloodgreenugly.nextFrame();
}
}
Symbol 1622 MovieClip Frame 331
gotoAndPlay (3);
Symbol 1622 MovieClip Frame 332
_root.greenugly2.death = 2;
Symbol 1622 MovieClip Frame 400
stop();
_root.nextframe();
Symbol 1704 MovieClip Frame 1
_root.movement = 0;
stop();
Instance of Symbol 1658 MovieClip in Symbol 1704 MovieClip Frame 1
onClipEvent (load) {
_root.alien3.death = 0;
}
Symbol 1704 MovieClip Frame 2
_root.destruct = 2;
Symbol 1704 MovieClip Frame 37
_root.movement = 1;
Symbol 1704 MovieClip Frame 46
gotoAndPlay (37);
Symbol 1704 MovieClip Frame 47
_root.movement = 0;
_root.destruct = 2;
Symbol 1704 MovieClip Frame 49
stop();
Symbol 1742 MovieClip Frame 3
stop();
Symbol 1743 MovieClip Frame 2
_root.destruct = 0;
Instance of Symbol 1732 MovieClip in Symbol 1743 MovieClip Frame 30
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x - 35;
_root.alien2._x = _root.alien2._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 20;
}
}
Symbol 1743 MovieClip Frame 73
gotoAndPlay (1);
Symbol 1743 MovieClip Frame 74
_root.destruct = 1;
Symbol 1743 MovieClip Frame 76
_root.destruct = 1;
Symbol 1743 MovieClip Frame 77
stop();
Symbol 1745 MovieClip Frame 1
stop();
Symbol 1745 MovieClip Frame 3
stop();
Symbol 1745 MovieClip Frame 5
stop();
Symbol 1745 MovieClip Frame 7
stop();
Symbol 1745 MovieClip Frame 9
stop();
Symbol 1745 MovieClip Frame 11
stop();
Symbol 1770 MovieClip Frame 9
stop();
Symbol 1785 MovieClip Frame 13
stop();
Instance of Symbol 1833 MovieClip in Symbol 1940 MovieClip Frame 36
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Instance of Symbol 1833 MovieClip in Symbol 1940 MovieClip Frame 46
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Symbol 1940 MovieClip Frame 142
_root.nextFrame;
Instance of Symbol 468 MovieClip in Symbol 1940 MovieClip Frame 142
onClipEvent (load) {
_root.nextframe();
}
Instance of Symbol 1833 MovieClip in Symbol 1940 MovieClip Frame 142
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 1;
}
}
Symbol 1941 MovieClip Frame 11
stop();
Symbol 1982 Button
on (release) {
gotoAndPlay (1148);
}
Symbol 2096 Button
on (release) {
gotoAndPlay (734);
}
Symbol 2201 Button
on (release) {
getURL ("http://www.people.umass.edu/gcerulo/brinkofalienation2.html", "_blank");
}
Symbol 2202 MovieClip Frame 490
stop();