Frame 1
stop();
stopAllSounds();
removeMovieClip("balla");
removeMovieClip("ballz");
removeMovieClip("ballb");
removeMovieClip("ballc");
removeMovieClip("ball2a");
removeMovieClip("ball2z");
removeMovieClip("ball2b");
removeMovieClip("ball2c");
removeMovieClip("balls1");
removeMovieClip("balls2");
removeMovieClip("balls3");
removeMovieClip("cara");
removeMovieClip("fence2");
removeMovieClip("signa");
removeMovieClip("treea");
removeMovieClip("doga");
removeMovieClip("dogb");
removeMovieClip("dogc");
stop();
Frame 2
gotoAndPlay (3);
Frame 160
stop();
Frame 221
stop();
Frame 343
stop();
Frame 344
stop();
Frame 471
stop();
stop();
_root.health = 100;
_root.grenade = 3;
_root.scene = 0;
_root.checkpoint = 1;
_root.crouch = 0;
Instance of Symbol 176 MovieClip "guy" in Frame 471
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 195 MovieClip "grendade" in Frame 471
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 197 MovieClip "wallL" in Frame 471
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 197 MovieClip "wallR" in Frame 471
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 207 MovieClip in Frame 471
onClipEvent (enterFrame) {
if (_root.health <= 0) {
stop();
_root.guy.gotoAndPlay(49);
_root.cont._visible = true;
_root.cont.play();
}
}
Instance of Symbol 251 MovieClip "cont" in Frame 471
onClipEvent (load) {
this._visible = false;
_root.cont.continues = 3;
}
onClipEvent (enterFrame) {
if (_root.cont.continues < 0) {
_root.cont.gotoAndPlay(222);
}
}
Frame 472
stop();
stop();
Instance of Symbol 266 MovieClip "alienblood2" in Frame 472
onClipEvent (enterFrame) {
this._x = _root.alien2._x;
this._y = _root.alien2._y;
}
Instance of Symbol 282 MovieClip "alienblood1" in Frame 472
onClipEvent (enterFrame) {
this._x = _root.alien1._x - 30;
this._y = _root.alien1._y;
}
Instance of Symbol 176 MovieClip "guy" in Frame 472
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) and ((Key.isDown(39) and (_root.jump == 0)) and (_root.death == 0))) {
this.gotoAndPlay(34);
this._x = this._x + 5;
this._xscale = 90;
_root.right = 1;
} else if (Key.isDown(40) and ((Key.isDown(37) and (_root.jump == 0)) and (_root.death == 0))) {
this.gotoAndPlay(34);
this._x = this._x - 5;
this._xscale = -90;
_root.right = 0;
} else if (Key.isDown(40) and ((Key.isDown(32) and (_root.jump == 0)) and (_root.death == 0))) {
this.gotoAndPlay(31);
} else if ((Key.isDown(40) and (_root.jump == 0)) and (_root.death == 0)) {
this.gotoAndPlay(22);
} 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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 473
stop();
Instance of Symbol 327 MovieClip "alien1" in Frame 473
onClipEvent (enterFrame) {
if (_root.alien1.death == 1) {
_root.alien1.gotoAndPlay(21);
} else if (_root.alien1.death == 0) {
this._x = this._x - 2;
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.crawling == 0)) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
_root.alienblood1.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien1.death == 0)) {
_root.guy._x = _root.guy._x - 50;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 25;
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 473
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 474
stop();
Instance of Symbol 341 MovieClip "alien2" in Frame 474
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();
}
}
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 266 MovieClip "alienblood2" in Frame 474
onClipEvent (enterFrame) {
this._x = _root.alien2._x;
this._y = _root.alien2._y;
}
Instance of Symbol 176 MovieClip "guy" in Frame 474
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 475
stop();
Instance of Symbol 341 MovieClip "alien2" in Frame 475
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.crawling == 0)) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
_root.alienblood2.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 266 MovieClip "alienblood2" in Frame 475
onClipEvent (enterFrame) {
this._x = _root.alien2._x;
this._y = _root.alien2._y;
}
Instance of Symbol 176 MovieClip "guy" in Frame 475
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 476
stop();
Instance of Symbol 419 MovieClip "alien3" in Frame 476
onClipEvent (enterFrame) {
if (_root.destruct == 1) {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.movement == 1) {
this._x = this._x - 10;
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (_root.crawling == 0)) and (hitTest(_root.guy.area) and (_root.movement == 1))) {
_root.alienblood3.play();
}
}
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 432 MovieClip "alienblood3" in Frame 476
onClipEvent (enterFrame) {
this._x = _root.alien3._x;
this._y = _root.alien3._y;
}
Instance of Symbol 470 MovieClip in Frame 476
onClipEvent (enterFrame) {
if (_root.grenade == 0) {
_root.grenade = 1;
}
}
onClipEvent (enterFrame) {
if ((hitTest(_root.grendade.blast) and (_root.destruct == 0)) and (_root.movement == 0)) {
this.gotoAndPlay(74);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (_root.crawling == 0)) and hitTest(_root.guy.area)) {
_root.ricochet.play();
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 476
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 477
stop();
_root.scene = 1;
Instance of Symbol 176 MovieClip "guy" in Frame 477
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 341 MovieClip "alien2" in Frame 477
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.crawling == 0)) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
_root.alienblood2.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 266 MovieClip "alienblood2" in Frame 477
onClipEvent (enterFrame) {
this._x = _root.alien2._x;
this._y = _root.alien2._y;
}
Frame 478
stop();
_root.scene = 0;
Instance of Symbol 266 MovieClip "alienblood2" in Frame 478
onClipEvent (enterFrame) {
this._x = _root.alien2._x;
this._y = _root.alien2._y;
}
Instance of Symbol 484 MovieClip in Frame 478
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 176 MovieClip "guy" in Frame 478
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 479
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 479
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 197 MovieClip "wallR" in Frame 479
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.play();
}
}
Frame 480
gotoAndPlay (555);
Frame 481
stop();
_root.checkpoint = 2;
Instance of Symbol 197 MovieClip "wallx" in Frame 481
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.alienvent.play();
}
}
Instance of Symbol 510 MovieClip "alienvent" in Frame 481
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienventdeath == 0)) {
_root.guy._x = _root.guy._x + 35;
_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.alienventdeath == 0))) {
_root.alienvent.gotoAndPlay(11);
}
}
Instance of Symbol 341 MovieClip "alien2" in Frame 481
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.crawling == 0)) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
_root.alienblood2.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 266 MovieClip "alienblood2" in Frame 481
onClipEvent (enterFrame) {
this._x = _root.alien2._x;
this._y = _root.alien2._y;
}
Instance of Symbol 176 MovieClip "guy" in Frame 481
onClipEvent (load) {
this._x = 722;
this._y = 205;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 197 MovieClip "wallL" in Frame 481
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 230;
}
}
Frame 482
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 482
onClipEvent (load) {
this._x = 722;
this._y = 225;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 514 MovieClip "laser" in Frame 482
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 531 MovieClip "alien3" in Frame 482
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.crawling == 0))) {
_root.alienblood3.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();
}
}
Instance of Symbol 432 MovieClip "alienblood3" in Frame 482
onClipEvent (enterFrame) {
this._x = _root.alien3._x - 20;
this._y = _root.alien3._y;
}
Frame 483
stop();
Instance of Symbol 419 MovieClip "alien3" in Frame 483
onClipEvent (enterFrame) {
if (_root.destruct == 1) {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.movement == 1) {
this._x = this._x + 10;
}
}
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.play();
}
}
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 432 MovieClip "alienblood3" in Frame 483
onClipEvent (enterFrame) {
this._x = _root.alien3._x;
this._y = _root.alien3._y;
}
Instance of Symbol 470 MovieClip in Frame 483
onClipEvent (enterFrame) {
if (_root.grenade == 0) {
_root.grenade = 1;
}
}
onClipEvent (enterFrame) {
if ((hitTest(_root.grendade.blast) and (_root.destruct == 0)) 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)) {
_root.ricochet.play();
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 483
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 484
stop();
Instance of Symbol 341 MovieClip "alien2" in Frame 484
onClipEvent (enterFrame) {
if (_root.alien2.death == 1) {
_root.alien2.gotoAndPlay(11);
} else if (_root.alien2.death == 0) {
this._x = this._x + 15;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
_root.alienblood2.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 266 MovieClip "alienblood2" in Frame 484
onClipEvent (enterFrame) {
this._x = _root.alien2._x;
this._y = _root.alien2._y;
}
Instance of Symbol 176 MovieClip "guy" in Frame 484
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 485
stop();
Instance of Symbol 327 MovieClip "alien1" in Frame 485
onClipEvent (enterFrame) {
if (_root.alien1.death == 1) {
_root.alien1.gotoAndPlay(21);
} else if (_root.alien1.death == 0) {
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
_root.alienblood1.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
_root.alienblood1.nextFrame();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alien1.death == 0)) {
_root.guy._x = _root.guy._x + 50;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 25;
}
}
Instance of Symbol 282 MovieClip "alienblood1" in Frame 485
onClipEvent (enterFrame) {
this._x = _root.alien1._x - 30;
this._y = _root.alien1._y;
}
Instance of Symbol 176 MovieClip "guy" in Frame 485
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 486
stop();
Instance of Symbol 197 MovieClip "wallx" in Frame 486
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.alienvent.play();
}
}
Instance of Symbol 510 MovieClip "alienvent" in Frame 486
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienventdeath == 0)) {
_root.guy._x = _root.guy._x + 35;
_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.alienventdeath == 0))) {
_root.alienvent.gotoAndPlay(11);
}
}
Instance of Symbol 542 MovieClip in Frame 486
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.health = _root.health + 75;
this._visible = false;
this._x = this._x - 1000;
_root.healthup.play();
}
}
Instance of Symbol 551 MovieClip in Frame 486
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Frame 486
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.gotoAndPlay(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Frame 486
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.gotoAndPlay(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Frame 486
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.gotoAndPlay(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Frame 486
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.gotoAndPlay(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Frame 486
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.gotoAndPlay(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Frame 486
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.gotoAndPlay(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Frame 486
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.gotoAndPlay(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Frame 486
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.gotoAndPlay(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Frame 486
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
this.gotoAndPlay(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 486
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 487
stop();
Instance of Symbol 531 MovieClip "alien3" in Frame 487
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.crawling == 0))) {
_root.alienblood3.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();
}
}
Instance of Symbol 432 MovieClip "alienblood3" in Frame 487
onClipEvent (enterFrame) {
this._x = _root.alien3._x - 20;
this._y = _root.alien3._y;
}
Instance of Symbol 176 MovieClip "guy" in Frame 487
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 514 MovieClip "laser" in Frame 487
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;
}
}
Frame 488
stop();
Instance of Symbol 432 MovieClip "alienblood3" in Frame 488
onClipEvent (enterFrame) {
this._x = _root.alien3._x - 20;
this._y = _root.alien3._y;
}
Instance of Symbol 176 MovieClip "guy" in Frame 488
onClipEvent (load) {
this._x = 722;
this._y = 225;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 567 MovieClip in Frame 488
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.jump == 0)) {
_root.guy._x = _root.guy._x + 25;
this.gotoAndPlay(6);
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 20;
}
}
Instance of Symbol 567 MovieClip in Frame 488
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 - 20;
}
}
Frame 489
stop();
Instance of Symbol 567 MovieClip in Frame 489
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.jump == 0)) {
_root.guy._x = _root.guy._x + 25;
this.gotoAndPlay(6);
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 20;
}
}
Instance of Symbol 567 MovieClip in Frame 489
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 - 20;
}
}
Instance of Symbol 578 MovieClip "alien3" in Frame 489
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.out == 1))) {
_root.alienblood3.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();
}
}
Instance of Symbol 514 MovieClip "laser" in Frame 489
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 567 MovieClip in Frame 489
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 - 20;
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 489
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 432 MovieClip "alienblood3" in Frame 489
onClipEvent (enterFrame) {
this._x = _root.alien3._x - 20;
this._y = _root.alien3._y;
}
Frame 490
stop();
Instance of Symbol 197 MovieClip "talk" in Frame 490
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.nextFrame();
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 490
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 491
gotoAndPlay (606);
Instance of Symbol 176 MovieClip "guy" in Frame 491
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 492
stop();
_root.checkpoint = 3;
Instance of Symbol 176 MovieClip "guy" in Frame 492
onClipEvent (load) {
this._y = 240;
}
onClipEvent (enterFrame) {
if (_root.crouch == 1) {
_root.guy.gotoAndPlay(22);
}
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 197 MovieClip "croucher" in Frame 492
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = this._x + 35;
}
}
Frame 493
stop();
Instance of Symbol 595 MovieClip "Circle" in Frame 493
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 598 MovieClip "guy" in Frame 493
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 1;
this.gotoAndPlay(13);
_root.circle._xscale = -160;
} else if (Key.isDown(37)) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(13);
_root.circle._xscale = 160;
} else if (Key.isDown(32)) {
this.gotoAndPlay(10);
}
}
Frame 494
stop();
Instance of Symbol 595 MovieClip "Circle" in Frame 494
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 598 MovieClip "guy" in Frame 494
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 1;
this.gotoAndPlay(13);
_root.circle._xscale = -160;
} else if (Key.isDown(37)) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(13);
_root.circle._xscale = 160;
} else if (Key.isDown(32)) {
this.gotoAndPlay(10);
}
}
Frame 495
stop();
Instance of Symbol 598 MovieClip "guy" in Frame 495
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 1;
this.gotoAndPlay(13);
_root.circle._xscale = -160;
} else if (Key.isDown(37)) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(13);
_root.circle._xscale = 160;
} else if (Key.isDown(32)) {
this.gotoAndPlay(10);
}
}
Frame 496
stop();
Instance of Symbol 595 MovieClip "Circle" in Frame 496
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Instance of Symbol 598 MovieClip "guy" in Frame 496
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + 5;
this._xscale = -90;
_root.right = 1;
this.gotoAndPlay(13);
_root.circle._xscale = -160;
} else if (Key.isDown(37)) {
this._x = this._x - 5;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(13);
_root.circle._xscale = 160;
} else if (Key.isDown(32)) {
this.gotoAndPlay(10);
}
}
Frame 497
stop();
_root.checkpoint = 4;
Instance of Symbol 567 MovieClip in Frame 497
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 - 20;
}
}
Instance of Symbol 567 MovieClip in Frame 497
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 - 20;
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 497
onClipEvent (load) {
this._y = 240;
}
onClipEvent (enterFrame) {
if (_root.crouch == 1) {
_root.guy.gotoAndPlay(22);
}
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 197 MovieClip "croucher" in Frame 497
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = this._x - 35;
}
}
Frame 498
stop();
Instance of Symbol 578 MovieClip "alien3" in Frame 498
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.out == 1))) {
_root.alienblood3.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();
}
}
Instance of Symbol 514 MovieClip "laser" in Frame 498
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 341 MovieClip "alien2" in Frame 498
onClipEvent (enterFrame) {
if (_root.alien2.death == 1) {
_root.alien2.gotoAndPlay(11);
} else if (_root.alien2.death == 0) {
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
_root.alienblood2.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 266 MovieClip "alienblood2" in Frame 498
onClipEvent (enterFrame) {
this._x = _root.alien2._x;
this._y = _root.alien2._y;
}
Instance of Symbol 432 MovieClip "alienblood3" in Frame 498
onClipEvent (enterFrame) {
this._x = _root.alien3._x - 20;
this._y = _root.alien3._y;
}
Instance of Symbol 176 MovieClip "guy" in Frame 498
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 499
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 499
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 500
stop();
Instance of Symbol 531 MovieClip "alien3" in Frame 500
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.crawling == 0))) {
_root.alienblood3.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();
}
}
Instance of Symbol 432 MovieClip "alienblood3" in Frame 500
onClipEvent (enterFrame) {
this._x = _root.alien3._x - 20;
this._y = _root.alien3._y;
}
Instance of Symbol 514 MovieClip "laser" in Frame 500
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 341 MovieClip "alien2" in Frame 500
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.jump == 0)) and hitTest(_root.guy.area)) {
_root.alienblood2.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 266 MovieClip "alienblood2" in Frame 500
onClipEvent (enterFrame) {
this._x = _root.alien2._x;
this._y = _root.alien2._y;
}
Instance of Symbol 176 MovieClip "guy" in Frame 500
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 501
stop();
Instance of Symbol 419 MovieClip "alien3" in Frame 501
onClipEvent (enterFrame) {
if (_root.destruct == 1) {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.movement == 1) {
this._x = this._x + 10;
}
}
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.play();
}
}
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 432 MovieClip "alienblood3" in Frame 501
onClipEvent (enterFrame) {
this._x = _root.alien3._x;
this._y = _root.alien3._y;
}
Instance of Symbol 470 MovieClip in Frame 501
onClipEvent (enterFrame) {
if (_root.grenade == 0) {
_root.grenade = 1;
}
}
onClipEvent (enterFrame) {
if ((hitTest(_root.grendade.blast) and (_root.destruct == 0)) 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)) {
_root.ricochet.play();
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 501
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 502
stop();
_root.checkpoint = 5;
Instance of Symbol 510 MovieClip "alienvent" in Frame 502
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienventdeath == 0)) {
_root.guy._x = _root.guy._x + 35;
_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.alienventdeath == 0))) {
_root.alienvent.gotoAndPlay(11);
}
}
Instance of Symbol 542 MovieClip in Frame 502
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.health = _root.health + 100;
this._visible = false;
this._x = this._x - 1000;
_root.healthup.play();
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 502
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 503
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 503
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 504
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 504
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 505
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 505
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 506
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 506
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 507
stop();
_root.checkpoint = 6;
Instance of Symbol 484 MovieClip in Frame 507
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 176 MovieClip "guy" in Frame 507
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 508
stop();
Instance of Symbol 685 MovieClip "alienboss" in Frame 508
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and (hitTest(_root.guy.area) and (_root.crawling == 0))) {
_root.alienblood10.play();
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.alienblood10.nextFrame();
_root.alienblood10.nextFrame();
_root.alienblood10.nextFrame();
_root.alienblood10.nextFrame();
}
}
Instance of Symbol 730 MovieClip "alienblood10" in Frame 508
onClipEvent (enterFrame) {
this._x = _root.alienboss.move._x;
this._y = _root.alienboss.move._y + 170;
}
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x + 55;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 5;
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 508
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 509
gotoAndPlay (646);
Instance of Symbol 176 MovieClip "guy" in Frame 509
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 510
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 510
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 511
stop();
Instance of Symbol 484 MovieClip in Frame 511
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 176 MovieClip "guy" in Frame 511
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 741 MovieClip "countdown" in Frame 511
onClipEvent (load) {
_root.countdown.time = 1000;
}
onClipEvent (enterFrame) {
if (root.countdown.time < 0) {
_root.health = 0;
}
}
Instance of Symbol 197 MovieClip "banger" in Frame 511
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
_root.explosion.play();
_root.countdown.play();
}
}
Frame 512
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 512
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 738 MovieClip "explosion" in Frame 512
onClipEvent (enterFrame) {
this.play();
}
Instance of Symbol 738 MovieClip "explosion" in Frame 512
onClipEvent (enterFrame) {
this.play();
}
Instance of Symbol 197 MovieClip "wallL" in Frame 512
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Frame 513
stop();
_root.checkpoint = 7;
_root.scene = 0;
Instance of Symbol 176 MovieClip "guy" in Frame 513
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 514
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 514
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 515
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 515
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 516
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 516
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 517
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 517
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 518
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 518
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 519
stop();
Instance of Symbol 510 MovieClip "alienvent" in Frame 519
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body) and (_root.alienventdeath == 0)) {
_root.guy._x = _root.guy._x + 35;
_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.alienventdeath == 0))) {
_root.alienvent.gotoAndPlay(11);
}
}
Instance of Symbol 542 MovieClip in Frame 519
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.health = _root.health + 100;
this._visible = false;
this._x = this._x - 1000;
_root.healthup.play();
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 519
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 520
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 520
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 521
stop();
Instance of Symbol 176 MovieClip "guy" in Frame 521
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 522
stop();
Instance of Symbol 514 MovieClip "laser" in Frame 522
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 341 MovieClip "alien2" in Frame 522
onClipEvent (enterFrame) {
if (_root.alien2.death == 1) {
_root.alien2.gotoAndPlay(11);
} else if (_root.alien2.death == 0) {
this._x = this._x + 15;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(32) and (_root.running == 0)) and (_root.jump == 0)) and hitTest(_root.guy.area)) {
_root.alienblood2.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 266 MovieClip "alienblood2" in Frame 522
onClipEvent (enterFrame) {
this._x = _root.alien2._x;
this._y = _root.alien2._y;
}
Instance of Symbol 176 MovieClip "guy" in Frame 522
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 523
stop();
Instance of Symbol 567 MovieClip in Frame 523
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 - 20;
}
}
Instance of Symbol 567 MovieClip in Frame 523
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 - 20;
}
}
Instance of Symbol 176 MovieClip "guy" in Frame 523
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 524
gotoAndPlay (767);
Instance of Symbol 176 MovieClip "guy" in Frame 524
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 197 MovieClip "wallL" in Frame 524
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 230;
}
}
Frame 525
gotoAndPlay (767);
Instance of Symbol 176 MovieClip "guy" in Frame 525
onClipEvent (load) {
this._x = 50;
this._y = 245;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = -90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = 90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 282 MovieClip "alienblood1" in Frame 555
onClipEvent (enterFrame) {
this._x = _root.alien1._x - 30;
this._y = _root.alien1._y;
}
Instance of Symbol 366 MovieClip in Frame 555
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 365 MovieClip in Frame 555
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 197 MovieClip "wallR" in Frame 555
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.play();
}
}
Instance of Symbol 197 MovieClip "wallL" in Frame 555
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x + 230;
}
}
Instance of Symbol 197 MovieClip "wallR" in Frame 555
onClipEvent (enterFrame) {
if (hitTest(_root.guy)) {
_root.guy._x = this._x - 25;
_root.nextframe();
}
}
Instance of Symbol 195 MovieClip "grendade" in Frame 555
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 207 MovieClip in Frame 555
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 365 MovieClip in Frame 557
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x - 40;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 25;
}
}
Frame 605
gotoAndStop (481);
Instance of Symbol 195 MovieClip "grendade" in Frame 606
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 637
stop();
Frame 645
gotoAndStop (492);
Instance of Symbol 176 MovieClip "guy" in Frame 646
onClipEvent (load) {
this._x = 722;
this._y = 240;
}
onClipEvent (enterFrame) {
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;
} 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;
} 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(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(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(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 (_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);
} else if ((Key.isDown(37) and (_root.occupied == 0)) and (Key.isDown(32) and (_root.jump == 0))) {
this._x = this._x - 20;
this._xscale = 90;
_root.right = 0;
this.gotoAndPlay(9);
} else if ((Key.isDown(39) and (_root.occupied == 0)) and (_root.jump == 0)) {
this._x = this._x + 20;
this._xscale = -90;
_root.right = 1;
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;
this.gotoAndPlay(2);
} 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 738 MovieClip "explosion" in Frame 646
onClipEvent (enterFrame) {
this.play();
}
Frame 766
gotoAndStop (510);
Frame 1090
stop();
Symbol 12 Button
on (release) {
_root.play();
}
Symbol 13 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 13 MovieClip Frame 2
gotoAndPlay (1);
Symbol 30 Button
on (release) {
gotoAndPlay (345);
}
Symbol 47 Button
on (release) {
play();
}
Symbol 76 Button
on (release) {
gotoAndStop (471);
}
Symbol 166 MovieClip Frame 9
_root.grendade.play();
Symbol 175 MovieClip Frame 8
gotoAndPlay (6);
Symbol 176 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 176 MovieClip Frame 2
_root.occupied = 0;
_root.running = 1;
Symbol 176 MovieClip Frame 3
_root.occupied = 0;
_root.running = 0;
Symbol 176 MovieClip Frame 4
_root.occupied = 0;
Symbol 176 MovieClip Frame 5
_root.occupied = 0;
gotoAndStop (1);
Symbol 176 MovieClip Frame 6
_root.occupied = 0;
Symbol 176 MovieClip Frame 7
_root.occupied = 0;
Symbol 176 MovieClip Frame 8
_root.occupied = 0;
gotoAndStop (1);
Symbol 176 MovieClip Frame 9
_root.occupied = 0;
_root.running = 1;
Symbol 176 MovieClip Frame 10
_root.occupied = 0;
_root.running = 0;
Symbol 176 MovieClip Frame 11
_root.occupied = 0;
Symbol 176 MovieClip Frame 12
_root.occupied = 0;
gotoAndStop (1);
Symbol 176 MovieClip Frame 13
_root.occupied = 0;
_root.jump = 1;
Symbol 176 MovieClip Frame 14
_root.occupied = 0;
Symbol 176 MovieClip Frame 15
_root.occupied = 0;
Symbol 176 MovieClip Frame 16
_root.occupied = 0;
Symbol 176 MovieClip Frame 17
_root.occupied = 0;
Symbol 176 MovieClip Frame 18
_root.occupied = 0;
Symbol 176 MovieClip Frame 19
_root.occupied = 0;
Symbol 176 MovieClip Frame 20
_root.occupied = 0;
_root.jump = 0;
Symbol 176 MovieClip Frame 21
_root.occupied = 0;
gotoAndStop (1);
Symbol 176 MovieClip Frame 22
_root.jump = 0;
_root.occupied = 1;
Symbol 176 MovieClip Frame 24
gotoAndStop (1);
_root.occupied = 0;
Symbol 176 MovieClip Frame 25
_root.occupied = 1;
Symbol 176 MovieClip Frame 30
gotoAndStop (1);
_root.occupied = 0;
Symbol 176 MovieClip Frame 31
_root.crawling = 0;
_root.jump = 0;
_root.occupied = 0;
Symbol 176 MovieClip Frame 33
gotoAndStop (1);
_root.occupied = 0;
Symbol 176 MovieClip Frame 34
_root.crawling = 1;
_root.jump = 0;
_root.occupied = 1;
_root.crawling = 1;
Symbol 176 MovieClip Frame 36
gotoAndStop (1);
_root.occupied = 0;
_root.crawling = 0;
Symbol 176 MovieClip Frame 37
_root.crawling = 0;
_root.throwing = 1;
_root.occupied = 1;
Symbol 176 MovieClip Frame 46
_root.throwing = 0;
Symbol 176 MovieClip Frame 48
gotoAndStop (1);
_root.occupied = 0;
_root.throwing = 0;
_root.intheair = 0;
Symbol 176 MovieClip Frame 49
_root.death = 1;
_root.occupied = 1;
_root.jump = 0;
_root.running = 1;
_root.death = 1;
Symbol 176 MovieClip Frame 50
stop();
Symbol 194 MovieClip Frame 15
stop();
Symbol 195 MovieClip Frame 1
_root.intheair1 = 0;
stop();
Symbol 195 MovieClip Frame 2
_root.intheair1 = 1;
_root.grenade = _root.grenade - 1;
_root.grendade1 = 1;
Symbol 195 MovieClip Frame 29
_root.grendade1 = 0;
gotoAndStop (1);
Symbol 205 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 1
stop();
Symbol 215 Button
on (release) {
_quality = "HIGH";
}
Symbol 219 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 223 Button
on (release) {
_quality = "LOW";
}
Symbol 229 Button
on (release) {
if (_root.checkpoint == 9) {
tellTarget ("_root") {
gotoAndStop ("checkpointi");
_root.cont.continues = _root.cont.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.cont.continues = _root.cont.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.cont.continues = _root.cont.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.cont.continues = _root.cont.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.cont.continues = _root.cont.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.cont.continues = _root.cont.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.cont.continues = _root.cont.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.cont.continues = _root.cont.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.cont.continues = _root.cont.continues - 1;
_root.cont._visible = false;
_root.cont.gotoAndStop(1);
_root.health = 100;
_root.grenade = 3;
};
}
}
Symbol 232 Button
on (release) {
gotoAndPlay (241);
}
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 251
tellTarget ("_root") {
gotoAndPlay (1);
};
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 2
stop();
Symbol 266 MovieClip Frame 3
stop();
Symbol 266 MovieClip Frame 4
stop();
Symbol 266 MovieClip Frame 5
stop();
Symbol 266 MovieClip Frame 6
stop();
Symbol 266 MovieClip Frame 7
stop();
Symbol 266 MovieClip Frame 8
stop();
Symbol 266 MovieClip Frame 9
stop();
Symbol 266 MovieClip Frame 10
stop();
Symbol 266 MovieClip Frame 11
stop();
Symbol 266 MovieClip Frame 12
stop();
Symbol 266 MovieClip Frame 13
stop();
Symbol 266 MovieClip Frame 14
_root.alien2.death = 1;
_root.alien2.gotoAndPlay(11);
Symbol 266 MovieClip Frame 16
gotoAndStop (15);
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 2
stop();
Symbol 282 MovieClip Frame 3
stop();
Symbol 282 MovieClip Frame 4
stop();
Symbol 282 MovieClip Frame 5
stop();
Symbol 282 MovieClip Frame 6
stop();
Symbol 282 MovieClip Frame 7
stop();
Symbol 282 MovieClip Frame 8
stop();
Symbol 282 MovieClip Frame 9
stop();
Symbol 282 MovieClip Frame 10
stop();
Symbol 282 MovieClip Frame 11
stop();
Symbol 282 MovieClip Frame 12
stop();
Symbol 282 MovieClip Frame 13
stop();
Symbol 282 MovieClip Frame 14
stop();
Symbol 282 MovieClip Frame 15
stop();
Symbol 282 MovieClip Frame 16
stop();
Symbol 282 MovieClip Frame 17
stop();
Symbol 282 MovieClip Frame 18
stop();
Symbol 282 MovieClip Frame 19
stop();
Symbol 282 MovieClip Frame 20
stop();
Symbol 282 MovieClip Frame 21
stop();
Symbol 282 MovieClip Frame 22
stop();
Symbol 282 MovieClip Frame 23
stop();
Symbol 282 MovieClip Frame 24
stop();
Symbol 282 MovieClip Frame 25
stop();
Symbol 282 MovieClip Frame 26
stop();
Symbol 282 MovieClip Frame 27
stop();
Symbol 282 MovieClip Frame 28
_root.alien1.death = 1;
_root.alien1.gotoAndPlay(21);
Symbol 282 MovieClip Frame 30
gotoAndStop (29);
Symbol 288 MovieClip Frame 72
stop();
_root.cini = 1;
Symbol 292 MovieClip Frame 13
gotoAndPlay (7);
Instance of Symbol 301 MovieClip in Symbol 327 MovieClip Frame 1
onClipEvent (load) {
_root.alien1.death = 0;
}
Symbol 327 MovieClip Frame 20
gotoAndPlay (1);
Symbol 327 MovieClip Frame 21
_root.alien1.death = 2;
Symbol 327 MovieClip Frame 24
stop();
_root.alien1.death = 2;
Instance of Symbol 301 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (load) {
_root.alien2.death = 0;
}
Symbol 341 MovieClip Frame 10
gotoAndPlay (1);
Symbol 341 MovieClip Frame 12
_root.alien2.death = 2;
Symbol 341 MovieClip Frame 15
stop();
_root.alien2.death = 2;
Symbol 366 MovieClip Frame 1
stop();
Instance of Symbol 366 MovieClip in Symbol 368 MovieClip Frame 1
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 365 MovieClip in Symbol 368 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x - 40;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 25;
}
}
Symbol 419 MovieClip Frame 1
_root.movement = 0;
stop();
Instance of Symbol 301 MovieClip in Symbol 419 MovieClip Frame 1
onClipEvent (load) {
_root.alien3.death = 0;
}
Symbol 419 MovieClip Frame 2
_root.destruct = 2;
Symbol 419 MovieClip Frame 37
_root.movement = 1;
Symbol 419 MovieClip Frame 46
gotoAndPlay (37);
Symbol 419 MovieClip Frame 47
_root.movement = 0;
_root.destruct = 2;
Symbol 419 MovieClip Frame 49
stop();
Symbol 432 MovieClip Frame 1
stop();
Symbol 432 MovieClip Frame 2
stop();
Symbol 432 MovieClip Frame 3
stop();
Symbol 432 MovieClip Frame 4
stop();
Symbol 432 MovieClip Frame 5
stop();
Symbol 432 MovieClip Frame 6
stop();
Symbol 432 MovieClip Frame 7
stop();
Symbol 432 MovieClip Frame 8
stop();
Symbol 432 MovieClip Frame 9
stop();
Symbol 432 MovieClip Frame 10
stop();
Symbol 432 MovieClip Frame 11
stop();
Symbol 432 MovieClip Frame 12
stop();
Symbol 432 MovieClip Frame 13
stop();
Symbol 432 MovieClip Frame 14
_root.alien3.death = 1;
_root.alien3.gotoAndPlay(47);
Symbol 432 MovieClip Frame 16
gotoAndStop (15);
Symbol 469 MovieClip Frame 3
stop();
Symbol 470 MovieClip Frame 2
_root.destruct = 0;
Instance of Symbol 459 MovieClip in Symbol 470 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 470 MovieClip Frame 73
gotoAndPlay (1);
Symbol 470 MovieClip Frame 74
_root.destruct = 1;
Symbol 470 MovieClip Frame 76
_root.destruct = 1;
Symbol 470 MovieClip Frame 77
stop();
Symbol 479 MovieClip Frame 1
stop();
Symbol 479 MovieClip Frame 3
stop();
Symbol 479 MovieClip Frame 5
stop();
Symbol 479 MovieClip Frame 7
stop();
Symbol 479 MovieClip Frame 9
stop();
Symbol 479 MovieClip Frame 11
stop();
Symbol 509 MovieClip Frame 8
stop();
Symbol 510 MovieClip Frame 1
stop();
_root.alienventdeath = 0;
Symbol 510 MovieClip Frame 10
gotoAndPlay (5);
Symbol 510 MovieClip Frame 11
_root.alienventdeath = 1;
Symbol 510 MovieClip Frame 13
stop();
_root.alienventdeath = 1;
Symbol 510 MovieClip Frame 14
gotoAndPlay (12);
Symbol 514 MovieClip Frame 1
stop();
Instance of Symbol 301 MovieClip in Symbol 531 MovieClip Frame 1
onClipEvent (load) {
_root.alien3.death = 0;
}
Symbol 531 MovieClip Frame 6
_root.laser.play();
Symbol 531 MovieClip Frame 10
_root.laser.play();
Symbol 531 MovieClip Frame 14
_root.laser.play();
Symbol 531 MovieClip Frame 18
_root.laser.play();
Symbol 531 MovieClip Frame 36
gotoAndPlay (1);
Symbol 531 MovieClip Frame 49
stop();
Symbol 550 MovieClip Frame 70
stop();
Instance of Symbol 544 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x + 35;
this._x = this._x - 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 20;
}
}
Symbol 551 MovieClip Frame 6
gotoAndPlay (1);
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 7
onClipEvent (enterFrame) {
this._x = this._x - 10;
}
Symbol 551 MovieClip Frame 9
stop();
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Symbol 567 MovieClip Frame 5
gotoAndPlay (1);
Symbol 567 MovieClip Frame 13
gotoAndPlay (1);
Symbol 578 MovieClip Frame 1
_root.out = 0;
Instance of Symbol 301 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (load) {
_root.alien3.death = 0;
}
Symbol 578 MovieClip Frame 22
_root.out = 1;
Symbol 578 MovieClip Frame 29
_root.laser.play();
Symbol 578 MovieClip Frame 31
_root.laser.play();
Symbol 578 MovieClip Frame 33
_root.laser.play();
Symbol 578 MovieClip Frame 36
_root.laser.play();
Symbol 578 MovieClip Frame 37
_root.laser.play();
Symbol 578 MovieClip Frame 39
_root.laser.play();
Symbol 578 MovieClip Frame 41
_root.laser.play();
Symbol 578 MovieClip Frame 46
gotoAndPlay (1);
Symbol 578 MovieClip Frame 49
stop();
Symbol 591 MovieClip Frame 5
stop();
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Instance of Symbol 551 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.circle)) {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
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(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.grendade.blast)) {
this.gotoAndPlay(7);
}
}
Symbol 598 MovieClip Frame 1
_root.death = 0;
_root.crawling = 0;
_root.throwing = 0;
_root.intheair = 0;
_root.jump = 0;
_root.occupied = 1;
Symbol 598 MovieClip Frame 3
gotoAndStop (1);
_root.occupied = 0;
Symbol 598 MovieClip Frame 4
_root.occupied = 1;
Symbol 598 MovieClip Frame 9
gotoAndStop (1);
_root.occupied = 0;
Symbol 598 MovieClip Frame 10
_root.crawling = 0;
_root.jump = 0;
_root.occupied = 0;
Symbol 598 MovieClip Frame 12
gotoAndStop (1);
_root.occupied = 0;
Symbol 598 MovieClip Frame 13
_root.crawling = 1;
_root.jump = 0;
_root.occupied = 1;
_root.crawling = 1;
Symbol 598 MovieClip Frame 15
gotoAndStop (1);
_root.occupied = 0;
_root.crawling = 0;
Symbol 598 MovieClip Frame 16
_root.crawling = 0;
_root.throwing = 1;
_root.occupied = 1;
Symbol 598 MovieClip Frame 25
_root.occupied = 1;
_root.throwing = 0;
Symbol 598 MovieClip Frame 27
gotoAndStop (1);
_root.occupied = 0;
_root.throwing = 0;
_root.intheair = 0;
Symbol 598 MovieClip Frame 28
_root.occupied = 1;
_root.jump = 0;
_root.running = 1;
_root.death = 1;
Symbol 598 MovieClip Frame 29
stop();
Symbol 598 MovieClip Frame 30
gotoAndStop (1);
_root.occupied = 0;
Symbol 598 MovieClip Frame 49
_root.death = 1;
_root.occupied = 1;
_root.jump = 0;
_root.running = 1;
_root.death = 1;
_root.occupied = 1;
Symbol 598 MovieClip Frame 50
stop();
Instance of Symbol 567 MovieClip in Symbol 618 MovieClip Frame 1
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 - 20;
}
}
Instance of Symbol 567 MovieClip in Symbol 622 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x + 45;
this.gotoAndPlay(6);
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 20;
}
}
Symbol 647 MovieClip Frame 10
gotoAndPlay (1);
Symbol 647 MovieClip Frame 12
stop();
Instance of Symbol 656 MovieClip in Symbol 684 MovieClip Frame 50
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 656 MovieClip in Symbol 684 MovieClip Frame 50
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 656 MovieClip in Symbol 684 MovieClip Frame 50
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 656 MovieClip in Symbol 684 MovieClip Frame 50
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 656 MovieClip in Symbol 684 MovieClip Frame 50
onClipEvent (enterFrame) {
if (hitTest(_root.guy.body)) {
_root.guy._x = _root.guy._x + 35;
_root.guy.gotoAndPlay(25);
_root.health = _root.health - 2;
}
}
Instance of Symbol 656 MovieClip in Symbol 684 MovieClip Frame 114
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 656 MovieClip in Symbol 684 MovieClip Frame 128
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 656 MovieClip in Symbol 684 MovieClip Frame 143
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;
}
}
Symbol 684 MovieClip Frame 181
gotoAndPlay (1);
Instance of Symbol 301 MovieClip in Symbol 685 MovieClip Frame 1
onClipEvent (load) {
_root.alienboss.death = 0;
}
Symbol 730 MovieClip Frame 1
stop();
Symbol 730 MovieClip Frame 2
stop();
Symbol 730 MovieClip Frame 3
stop();
Symbol 730 MovieClip Frame 4
stop();
Symbol 730 MovieClip Frame 5
stop();
Symbol 730 MovieClip Frame 6
stop();
Symbol 730 MovieClip Frame 7
stop();
Symbol 730 MovieClip Frame 8
stop();
Symbol 730 MovieClip Frame 9
stop();
Symbol 730 MovieClip Frame 10
stop();
Symbol 730 MovieClip Frame 11
stop();
Symbol 730 MovieClip Frame 12
stop();
Symbol 730 MovieClip Frame 13
stop();
Symbol 730 MovieClip Frame 14
stop();
Symbol 730 MovieClip Frame 15
stop();
Symbol 730 MovieClip Frame 16
stop();
Symbol 730 MovieClip Frame 17
stop();
Symbol 730 MovieClip Frame 18
stop();
Symbol 730 MovieClip Frame 19
stop();
Symbol 730 MovieClip Frame 20
stop();
Symbol 730 MovieClip Frame 21
stop();
Symbol 730 MovieClip Frame 22
stop();
Symbol 730 MovieClip Frame 23
stop();
Symbol 730 MovieClip Frame 24
stop();
Symbol 730 MovieClip Frame 25
stop();
Symbol 730 MovieClip Frame 26
stop();
Symbol 730 MovieClip Frame 27
stop();
Symbol 730 MovieClip Frame 28
stop();
Symbol 730 MovieClip Frame 29
stop();
Symbol 730 MovieClip Frame 30
stop();
Symbol 730 MovieClip Frame 31
stop();
Symbol 730 MovieClip Frame 32
stop();
Symbol 730 MovieClip Frame 33
stop();
Symbol 730 MovieClip Frame 34
stop();
Symbol 730 MovieClip Frame 35
stop();
Symbol 730 MovieClip Frame 36
stop();
Symbol 730 MovieClip Frame 37
stop();
Symbol 730 MovieClip Frame 38
stop();
Symbol 730 MovieClip Frame 39
stop();
Symbol 730 MovieClip Frame 40
stop();
Symbol 730 MovieClip Frame 41
stop();
Symbol 730 MovieClip Frame 42
stop();
Symbol 730 MovieClip Frame 43
stop();
Symbol 730 MovieClip Frame 44
stop();
Symbol 730 MovieClip Frame 45
stop();
Symbol 730 MovieClip Frame 46
stop();
Symbol 730 MovieClip Frame 47
stop();
Symbol 730 MovieClip Frame 48
stop();
Symbol 730 MovieClip Frame 49
stop();
Symbol 730 MovieClip Frame 50
stop();
Symbol 730 MovieClip Frame 51
stop();
Symbol 730 MovieClip Frame 52
stop();
Symbol 730 MovieClip Frame 53
stop();
Symbol 730 MovieClip Frame 54
stop();
Symbol 730 MovieClip Frame 55
stop();
Symbol 730 MovieClip Frame 56
stop();
Symbol 730 MovieClip Frame 57
stop();
Symbol 730 MovieClip Frame 58
stop();
Symbol 730 MovieClip Frame 59
stop();
Symbol 730 MovieClip Frame 60
stop();
Symbol 730 MovieClip Frame 61
stop();
Symbol 730 MovieClip Frame 62
stop();
Symbol 730 MovieClip Frame 63
stop();
Symbol 730 MovieClip Frame 64
stop();
Symbol 730 MovieClip Frame 65
stop();
Symbol 730 MovieClip Frame 66
stop();
Symbol 730 MovieClip Frame 67
stop();
Symbol 730 MovieClip Frame 68
stop();
Symbol 730 MovieClip Frame 69
stop();
Symbol 730 MovieClip Frame 70
stop();
Symbol 730 MovieClip Frame 71
stop();
Symbol 730 MovieClip Frame 72
stop();
Symbol 730 MovieClip Frame 73
stop();
Symbol 730 MovieClip Frame 74
stop();
Symbol 730 MovieClip Frame 75
stop();
Symbol 730 MovieClip Frame 76
stop();
Symbol 730 MovieClip Frame 77
stop();
Symbol 730 MovieClip Frame 78
stop();
Symbol 730 MovieClip Frame 79
stop();
Symbol 730 MovieClip Frame 80
stop();
Symbol 730 MovieClip Frame 81
stop();
Symbol 730 MovieClip Frame 82
stop();
Symbol 730 MovieClip Frame 83
stop();
Symbol 730 MovieClip Frame 84
stop();
Symbol 730 MovieClip Frame 85
stop();
Symbol 730 MovieClip Frame 86
stop();
Symbol 730 MovieClip Frame 87
stop();
Symbol 730 MovieClip Frame 88
stop();
Symbol 730 MovieClip Frame 89
stop();
Symbol 730 MovieClip Frame 90
stop();
Symbol 730 MovieClip Frame 91
stop();
Symbol 730 MovieClip Frame 92
stop();
Symbol 730 MovieClip Frame 93
stop();
Symbol 730 MovieClip Frame 94
stop();
Symbol 730 MovieClip Frame 95
stop();
Symbol 730 MovieClip Frame 96
stop();
Symbol 730 MovieClip Frame 97
stop();
Symbol 730 MovieClip Frame 98
stop();
Symbol 730 MovieClip Frame 99
stop();
Symbol 730 MovieClip Frame 100
stop();
Symbol 730 MovieClip Frame 101
stop();
Symbol 730 MovieClip Frame 102
stop();
Symbol 730 MovieClip Frame 103
stop();
Symbol 730 MovieClip Frame 104
stop();
Symbol 730 MovieClip Frame 105
stop();
Symbol 730 MovieClip Frame 106
stop();
Symbol 730 MovieClip Frame 107
stop();
Symbol 730 MovieClip Frame 108
stop();
Symbol 730 MovieClip Frame 109
stop();
Symbol 730 MovieClip Frame 110
stop();
Symbol 730 MovieClip Frame 111
stop();
Symbol 730 MovieClip Frame 112
stop();
Symbol 730 MovieClip Frame 113
stop();
Symbol 730 MovieClip Frame 114
stop();
Symbol 730 MovieClip Frame 115
stop();
Symbol 730 MovieClip Frame 116
stop();
Symbol 730 MovieClip Frame 117
stop();
Symbol 730 MovieClip Frame 118
stop();
Symbol 730 MovieClip Frame 119
stop();
Symbol 730 MovieClip Frame 120
stop();
Symbol 730 MovieClip Frame 121
stop();
Symbol 730 MovieClip Frame 122
stop();
Symbol 730 MovieClip Frame 123
stop();
Symbol 730 MovieClip Frame 124
stop();
Symbol 730 MovieClip Frame 125
stop();
Symbol 730 MovieClip Frame 126
stop();
Symbol 730 MovieClip Frame 127
stop();
Symbol 730 MovieClip Frame 128
stop();
Symbol 730 MovieClip Frame 129
stop();
Symbol 730 MovieClip Frame 130
stop();
Symbol 730 MovieClip Frame 131
stop();
Symbol 730 MovieClip Frame 132
stop();
Symbol 730 MovieClip Frame 133
stop();
Symbol 730 MovieClip Frame 134
stop();
Symbol 730 MovieClip Frame 135
stop();
Symbol 730 MovieClip Frame 136
stop();
Symbol 730 MovieClip Frame 137
stop();
Symbol 730 MovieClip Frame 138
stop();
Symbol 730 MovieClip Frame 139
stop();
Symbol 730 MovieClip Frame 140
stop();
Symbol 730 MovieClip Frame 141
stop();
Symbol 730 MovieClip Frame 142
stop();
Symbol 730 MovieClip Frame 143
stop();
Symbol 730 MovieClip Frame 144
stop();
Symbol 730 MovieClip Frame 145
stop();
Symbol 730 MovieClip Frame 146
stop();
Symbol 730 MovieClip Frame 147
stop();
Symbol 730 MovieClip Frame 148
stop();
Symbol 730 MovieClip Frame 149
stop();
Symbol 730 MovieClip Frame 150
stop();
Symbol 730 MovieClip Frame 151
stop();
Symbol 730 MovieClip Frame 152
stop();
Symbol 730 MovieClip Frame 153
stop();
Symbol 730 MovieClip Frame 154
stop();
Symbol 730 MovieClip Frame 155
stop();
Symbol 730 MovieClip Frame 156
stop();
Symbol 730 MovieClip Frame 157
stop();
Symbol 730 MovieClip Frame 158
stop();
Symbol 730 MovieClip Frame 159
stop();
Symbol 730 MovieClip Frame 160
stop();
Symbol 730 MovieClip Frame 161
stop();
Symbol 730 MovieClip Frame 162
stop();
Symbol 730 MovieClip Frame 163
stop();
Symbol 730 MovieClip Frame 164
stop();
Symbol 730 MovieClip Frame 165
stop();
Symbol 730 MovieClip Frame 166
stop();
Symbol 730 MovieClip Frame 167
stop();
Symbol 730 MovieClip Frame 168
stop();
Symbol 730 MovieClip Frame 169
stop();
Symbol 730 MovieClip Frame 170
stop();
Symbol 730 MovieClip Frame 171
stop();
Symbol 730 MovieClip Frame 172
stop();
Symbol 730 MovieClip Frame 173
stop();
Symbol 730 MovieClip Frame 174
stop();
Symbol 730 MovieClip Frame 175
stop();
Symbol 730 MovieClip Frame 176
stop();
Symbol 730 MovieClip Frame 177
stop();
Symbol 730 MovieClip Frame 178
stop();
Symbol 730 MovieClip Frame 179
stop();
Symbol 730 MovieClip Frame 180
stop();
Symbol 730 MovieClip Frame 181
stop();
Symbol 730 MovieClip Frame 182
stop();
Symbol 730 MovieClip Frame 183
stop();
Symbol 730 MovieClip Frame 184
stop();
Symbol 730 MovieClip Frame 185
stop();
Symbol 730 MovieClip Frame 186
stop();
Symbol 730 MovieClip Frame 187
stop();
Symbol 730 MovieClip Frame 188
stop();
Symbol 730 MovieClip Frame 189
stop();
Symbol 730 MovieClip Frame 190
stop();
Symbol 730 MovieClip Frame 191
stop();
Symbol 730 MovieClip Frame 192
stop();
Symbol 730 MovieClip Frame 193
stop();
Symbol 730 MovieClip Frame 194
stop();
Symbol 730 MovieClip Frame 195
stop();
Symbol 730 MovieClip Frame 196
stop();
Symbol 730 MovieClip Frame 197
stop();
Symbol 730 MovieClip Frame 198
stop();
Symbol 730 MovieClip Frame 199
stop();
Symbol 730 MovieClip Frame 200
stop();
Symbol 730 MovieClip Frame 201
stop();
Symbol 730 MovieClip Frame 202
stop();
Symbol 730 MovieClip Frame 203
stop();
Symbol 730 MovieClip Frame 204
stop();
Symbol 730 MovieClip Frame 205
stop();
Symbol 730 MovieClip Frame 206
stop();
Symbol 730 MovieClip Frame 207
stop();
Symbol 730 MovieClip Frame 208
stop();
Symbol 730 MovieClip Frame 209
stop();
Symbol 730 MovieClip Frame 210
stop();
Symbol 730 MovieClip Frame 211
stop();
Symbol 730 MovieClip Frame 212
stop();
Symbol 730 MovieClip Frame 213
stop();
Symbol 730 MovieClip Frame 214
stop();
Symbol 730 MovieClip Frame 215
stop();
Symbol 730 MovieClip Frame 216
stop();
Symbol 730 MovieClip Frame 217
stop();
Symbol 730 MovieClip Frame 218
stop();
Symbol 730 MovieClip Frame 219
stop();
Symbol 730 MovieClip Frame 220
stop();
Symbol 730 MovieClip Frame 221
stop();
Symbol 730 MovieClip Frame 222
stop();
Symbol 730 MovieClip Frame 223
stop();
Symbol 730 MovieClip Frame 224
stop();
Symbol 730 MovieClip Frame 225
stop();
Symbol 730 MovieClip Frame 226
stop();
Symbol 730 MovieClip Frame 227
stop();
Symbol 730 MovieClip Frame 228
stop();
Symbol 730 MovieClip Frame 229
stop();
Symbol 730 MovieClip Frame 230
stop();
Symbol 730 MovieClip Frame 231
stop();
Symbol 730 MovieClip Frame 232
stop();
Symbol 730 MovieClip Frame 233
stop();
Symbol 730 MovieClip Frame 234
stop();
Symbol 730 MovieClip Frame 235
stop();
Symbol 730 MovieClip Frame 236
stop();
Symbol 730 MovieClip Frame 237
stop();
Symbol 730 MovieClip Frame 238
stop();
Symbol 730 MovieClip Frame 239
stop();
Symbol 730 MovieClip Frame 240
stop();
Symbol 730 MovieClip Frame 241
stop();
Symbol 730 MovieClip Frame 242
stop();
Symbol 730 MovieClip Frame 243
stop();
Symbol 730 MovieClip Frame 244
stop();
Symbol 730 MovieClip Frame 245
stop();
Symbol 730 MovieClip Frame 246
stop();
Symbol 730 MovieClip Frame 247
stop();
Symbol 730 MovieClip Frame 248
stop();
Symbol 730 MovieClip Frame 249
stop();
Symbol 730 MovieClip Frame 250
stop();
Symbol 730 MovieClip Frame 251
stop();
Symbol 730 MovieClip Frame 252
stop();
Symbol 730 MovieClip Frame 253
stop();
Symbol 730 MovieClip Frame 254
stop();
Symbol 730 MovieClip Frame 255
stop();
Symbol 730 MovieClip Frame 256
stop();
Symbol 730 MovieClip Frame 257
stop();
Symbol 730 MovieClip Frame 258
stop();
Symbol 730 MovieClip Frame 259
stop();
Symbol 730 MovieClip Frame 260
stop();
Symbol 730 MovieClip Frame 261
stop();
Symbol 730 MovieClip Frame 262
stop();
Symbol 730 MovieClip Frame 263
stop();
Symbol 730 MovieClip Frame 264
stop();
Symbol 730 MovieClip Frame 265
stop();
Symbol 730 MovieClip Frame 266
stop();
Symbol 730 MovieClip Frame 267
stop();
Symbol 730 MovieClip Frame 268
stop();
Symbol 730 MovieClip Frame 269
stop();
Symbol 730 MovieClip Frame 270
stop();
Symbol 730 MovieClip Frame 271
stop();
Symbol 730 MovieClip Frame 272
stop();
Symbol 730 MovieClip Frame 273
stop();
Symbol 730 MovieClip Frame 274
stop();
Symbol 730 MovieClip Frame 275
stop();
Symbol 730 MovieClip Frame 276
stop();
Symbol 730 MovieClip Frame 277
stop();
Symbol 730 MovieClip Frame 278
stop();
Symbol 730 MovieClip Frame 279
stop();
Symbol 730 MovieClip Frame 280
stop();
Symbol 730 MovieClip Frame 281
stop();
Symbol 730 MovieClip Frame 282
stop();
Symbol 730 MovieClip Frame 283
stop();
Symbol 730 MovieClip Frame 284
stop();
Symbol 730 MovieClip Frame 285
stop();
Symbol 730 MovieClip Frame 286
stop();
Symbol 730 MovieClip Frame 287
stop();
Symbol 730 MovieClip Frame 288
stop();
Symbol 730 MovieClip Frame 289
stop();
Symbol 730 MovieClip Frame 290
stop();
Symbol 730 MovieClip Frame 291
stop();
Symbol 730 MovieClip Frame 292
stop();
Symbol 730 MovieClip Frame 293
stop();
Symbol 730 MovieClip Frame 294
stop();
Symbol 730 MovieClip Frame 295
stop();
Symbol 730 MovieClip Frame 296
stop();
Symbol 730 MovieClip Frame 297
stop();
Symbol 730 MovieClip Frame 298
stop();
Symbol 730 MovieClip Frame 299
stop();
Symbol 730 MovieClip Frame 300
stop();
Symbol 730 MovieClip Frame 301
stop();
Symbol 730 MovieClip Frame 302
stop();
Symbol 730 MovieClip Frame 303
_root.alienboss.death = 1;
_root.nextFrame();
Symbol 730 MovieClip Frame 305
gotoAndStop (604);
Symbol 735 MovieClip Frame 51
stop();
Symbol 738 MovieClip Frame 1
stop();
Symbol 738 MovieClip Frame 37
gotoAndPlay (2);
Symbol 741 MovieClip Frame 1
stop();
Symbol 741 MovieClip Frame 2
_root.countdown.time = _root.countdown.time - 1;
Symbol 741 MovieClip Frame 3
_root.countdown.time = _root.countdown.time - 1;
Symbol 741 MovieClip Frame 4
_root.countdown.time = _root.countdown.time - 1;
Symbol 741 MovieClip Frame 5
_root.countdown.time = _root.countdown.time - 1;
Symbol 741 MovieClip Frame 6
gotoAndPlay (2);
Symbol 778 Button
on (release) {
_root.speech.play();
}
Symbol 783 MovieClip Frame 7
stop();
Symbol 783 MovieClip Frame 8
stop();
Symbol 783 MovieClip Frame 9
stop();
Symbol 783 MovieClip Frame 10
stop();
Symbol 783 MovieClip Frame 11
_root.play();
Symbol 809 Button
on (release) {
getURL ("http://www.people.umass.edu/gcerulo/spacewhales.html");
stopAllSounds();
}