Combined Code
movieClip 9 {
frame 1 {
gotoAndPlay(random(6));
}
frame 4 {
gotoAndPlay(random(6));
}
frame 8 {
stop();
}
}
movieClip 10 {
frame 1 {
stop();
}
frame 1 {
gotoAndPlay(random(3));
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 5 {
stop();
}
}
movieClip 11 CannonBall {
instance of movieClip 10 {
onClipEvent (load) {
this._rotation = _root.Cannon.Barrel._rotation;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.boss.boss.boss.eye)) {
_root.eyehealth -= 1;
this.gotoAndPlay(4);
}
if (this.hitTest(_root.bg3.boss) and _root.bosssleep == 0) {
_root.sleephealth -= 2;
_root.bg3.boss.ricochet.play();
}
if (this.hitTest(_root.bg3.ball1.hit) and _root.shieldp == 1) {
_root.bg3.ball1.shield.bubbles.play();
_root.bg3.ball1.shield.nextFrame();
}
if (this.hitTest(_root.bg3.ball1.hit) and _root.shieldp == 0) {
_root.bg3.ball1.sparks.play();
_root.bg3.ball1.health -= 2;
}
if (this.hitTest(_root.bg3.smoker.hit)) {
_root.bg3.smoker.play();
}
if (this.hitTest(_root.bg3.shooter1)) {
_root.bg3.shooter1.ricochet.play();
}
if (this.hitTest(_root.bg3.runner1) and _root.runner1out == 1) {
this.gotoAndPlay(4);
_root.bg3.runner1.health -= 2;
}
if (this.hitTest(_root.bg3.greenshoot1.body) and _root.greenshoot1out == 1) {
this.gotoAndPlay(4);
_root.bg3.greenshoot1.health -= 1;
}
if (this.hitTest(_root.bg3.chainhita)) {
_root.bg3.chaina.play();
_root.chainadown = 1;
}
if (this.hitTest(_root.bg3.chainhitb)) {
_root.bg3.chainb.play();
_root.chainbdown = 1;
}
if (this.hitTest(_root.bg3.snake.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.snake.health -= 1;
}
if (this.hitTest(_root.bg3.snake2.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.snake2.health -= 1;
}
if (this.hitTest(_root.bg3.snake3.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.snake3.health -= 1;
}
if (this.hitTest(_root.bg3.snake4.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.snake4.health -= 1;
}
if (this.hitTest(_root.bg3.snake5.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.snake5.health -= 1;
}
if (this.hitTest(_root.bg3.snake6.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(4);
_root.bg3.snake6.health -= 1;
}
if (this.hitTest(_root.bg3.snake7.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(4);
_root.bg3.snake7.health -= 1;
}
if (this.hitTest(_root.bg3.snake8.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(4);
_root.bg3.snake8.health -= 1;
}
if (this.hitTest(_root.eye1.hitzone)) {
this.gotoAndPlay(4);
_root.eye1.health -= 1;
}
if (this.hitTest(_root.eye2.hitzone)) {
this.gotoAndPlay(4);
_root.eye2.health -= 1;
}
if (this.hitTest(_root.bg3.scourge1)) {
this.gotoAndPlay(4);
_root.bg3.scourge1.health -= 1;
_root.bg3.scourge1.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge2)) {
this.gotoAndPlay(4);
_root.bg3.scourge2.health -= 1;
_root.bg3.scourge2.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge3) and _root.scourge3go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge3.health -= 1;
_root.bg3.scourge3.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge4) and _root.scourge4go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge4.health -= 1;
_root.bg3.scourge4.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge5) and _root.scourge5go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge5.health -= 1;
_root.bg3.scourge5.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge6) and _root.scourge6go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge6.health -= 1;
_root.bg3.scourge6.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge7)) {
this.gotoAndPlay(4);
_root.bg3.scourge7.health -= 1;
_root.bg3.scourge7.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge8) and _root.scourge8go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge8.health -= 1;
_root.bg3.scourge8.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge9) and _root.scourge9go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge9.health -= 1;
_root.bg3.scourge9.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge10) and _root.scourge10go == 1 and _root.beenhereb == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge10.health -= 1;
_root.bg3.scourge10.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge11) and _root.scourge11go == 1 and _root.beenhereb == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge11.health -= 1;
_root.bg3.scourge11.blood._visible = true;
}
if (this.hitTest(_root.bg3.boss1.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.boss1.headhealth -= 1;
}
if (this.hitTest(_root.bg3.boss1.hitzoneb)) {
this.gotoAndPlay(4);
_root.bg3.boss1.health -= 1;
}
if (this.hitTest(_root.bg3.sleepingbeastb.head)) {
_root.bg3.beastinfo.play();
_root.bg3.ricochet.play();
}
if (this.hitTest(_root.bg3.eye1)) {
this.gotoAndPlay(4);
_root.bg3.eye1.health -= 1;
}
if (this.hitTest(_root.bg3.eye2)) {
this.gotoAndPlay(4);
_root.bg3.eye2.health -= 1;
}
if (this.hitTest(_root.bg3.eye3)) {
this.gotoAndPlay(4);
_root.bg3.eye3.health -= 1;
}
if (this.hitTest(_root.bg3.eye4)) {
this.gotoAndPlay(4);
_root.bg3.eye4.health -= 1;
}
if (this.hitTest(_root.bg3.eye5)) {
this.gotoAndPlay(4);
_root.bg3.eye5.health -= 1;
}
if (this.hitTest(_root.bg3.eye6)) {
this.gotoAndPlay(4);
_root.bg3.eye6.health -= 1;
}
if (this.hitTest(_root.bg3.eye7)) {
this.gotoAndPlay(4);
_root.bg3.eye7.health -= 1;
}
if (this.hitTest(_root.bg3.eye8)) {
this.gotoAndPlay(4);
_root.bg3.eye8.health -= 1;
}
if (this.hitTest(_root.bg3.eye9)) {
this.gotoAndPlay(4);
_root.bg3.eye9.health -= 1;
}
if (this.hitTest(_root.bg3.eye10)) {
this.gotoAndPlay(4);
_root.bg3.eye10.health -= 1;
}
if (this.hitTest(_root.bg3.eye11)) {
this.gotoAndPlay(4);
_root.bg3.eye11.health -= 1;
}
if (this.hitTest(_root.bg3.eye12)) {
this.gotoAndPlay(4);
_root.bg3.eye12.health -= 1;
}
if (this.hitTest(_root.bg3.eye13)) {
this.gotoAndPlay(4);
_root.bg3.eye13.health -= 1;
}
if (this.hitTest(_root.bg3.eye14)) {
this.gotoAndPlay(4);
_root.bg3.eye14.health -= 1;
}
if (this.hitTest(_root.bg3.eye15)) {
this.gotoAndPlay(4);
_root.bg3.eye15.health -= 1;
}
if (this.hitTest(_root.bg3.eye16)) {
this.gotoAndPlay(4);
_root.bg3.eye16.health -= 1;
}
if (this.hitTest(_root.bg3.eye17)) {
this.gotoAndPlay(4);
_root.bg3.eye17.health -= 1;
}
if (this.hitTest(_root.bg3.eye18)) {
this.gotoAndPlay(4);
_root.bg3.eye18.health -= 1;
}
if (this.hitTest(_root.bg3.eye19)) {
this.gotoAndPlay(4);
_root.bg3.eye19.health -= 1;
}
if (this.hitTest(_root.bg3.eye20)) {
this.gotoAndPlay(4);
_root.bg3.eye20.health -= 1;
}
if (this.hitTest(_root.bg3.eye21)) {
this.gotoAndPlay(4);
_root.bg3.eye21.health -= 1;
}
if (this.hitTest(_root.bg3.fireboss.hitzone)) {
_root.firebosshealth -= 1;
this.gotoAndPlay(4);
}
}
}
frame 13 {
this.removeMovieClip();
}
}
movieClip 14 {
frame 20 {
gotoAndPlay(1);
}
frame 21 {
this.removeMovieClip();
}
frame 23 {
gotoAndPlay(21);
}
}
movieClip 15 Grenade {
instance of movieClip 14 {
onClipEvent (load) {
this._rotation = _root.Cannon.Barrel._rotation;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.boss.boss.boss.eye)) {
_root.eyehealth -= 20;
this.gotoAndPlay(21);
}
if (this.hitTest(_root.bg3.boss) and _root.bosssleep == 0) {
_root.sleephealth -= 100;
_root.bg3.boss.ricochet.play();
this.gotoAndPlay(21);
}
if (this.hitTest(_root.bg3.ball1.hit) and _root.shieldp == 1) {
_root.bg3.ball1.shield.bubbles.play();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
this.gotoAndPlay(21);
}
if (this.hitTest(_root.bg3.ball1.hit) and _root.shieldp == 0) {
_root.bg3.ball1.sparks.play();
_root.bg3.ball1.health -= 50;
this.gotoAndPlay(21);
}
if (this.hitTest(_root.bg3.sleepingbeastb.head)) {
_root.bg3.beastinfo.play();
this.gotoAndPlay(21);
}
if (this.hitTest(_root.bg3.shooter1)) {
_root.bg3.shooter1.gotoAndPlay(43);
}
if (this.hitTest(_root.bg3.runner1) and _root.runner1out == 1) {
this.gotoAndPlay(21);
_root.bg3.runner1.health -= 1000;
_root.bg3.runner1.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.greenshoot1.body) and _root.greenshoot1out == 1) {
this.gotoAndPlay(4);
_root.bg3.greenshoot1.health -= 1000;
}
if (this.hitTest(_root.bg3.snake.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.snake.health -= 1000;
_root.bg3.snake.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake2.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.snake2.health -= 1000;
_root.bg3.snake2.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake3.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.snake3.health -= 1000;
_root.bg3.snake3.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake4.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.snake4.health -= 1000;
_root.bg3.snake4.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake5.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.snake5.health -= 1000;
_root.bg3.snake5.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake6.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(21);
_root.bg3.snake6.health -= 1000;
_root.bg3.snake6.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake7.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(21);
_root.bg3.snake7.health -= 1000;
_root.bg3.snake7.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake8.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(21);
_root.bg3.snake8.health -= 1000;
_root.bg3.snake8.gotoAndStop(16);
}
if (this.hitTest(_root.eye1.hitzone)) {
this.gotoAndPlay(21);
_root.eye1.health -= 1000;
}
if (this.hitTest(_root.eye2.hitzone)) {
this.gotoAndPlay(21);
_root.eye2.health -= 1000;
}
if (this.hitTest(_root.bg3.scourge1)) {
this.gotoAndPlay(21);
_root.bg3.scourge1.health -= 1000;
_root.bg3.scourge1.blood._visible = true;
_root.bg3.scourge1.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge2)) {
this.gotoAndPlay(21);
_root.bg3.scourge2.health -= 1000;
_root.bg3.scourge2.blood._visible = true;
_root.bg3.scourge2.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge3) and _root.scourge3go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge3.health -= 1000;
_root.bg3.scourge3.blood._visible = true;
_root.bg3.scourge3.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge4) and _root.scourge4go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge4.health -= 1000;
_root.bg3.scourge4.blood._visible = true;
_root.bg3.scourge4.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge5) and _root.scourge5go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge5.health -= 1000;
_root.bg3.scourge5.blood._visible = true;
_root.bg3.scourge5.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge6) and _root.scourge6go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge6.health -= 1000;
_root.bg3.scourge6.blood._visible = true;
_root.bg3.scourge6.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge7)) {
this.gotoAndPlay(21);
_root.bg3.scourge7.health -= 1000;
_root.bg3.scourge7.blood._visible = true;
_root.bg3.scourge7.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge8) and _root.scourge8go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge8.health -= 1000;
_root.bg3.scourge8.blood._visible = true;
_root.bg3.scourge8.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge9) and _root.scourge9go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge9.health -= 1000;
_root.bg3.scourge9.blood._visible = true;
_root.bg3.scourge9.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge10) and _root.scourge10go == 1 and _root.beenhereb == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge10.health -= 1000;
_root.bg3.scourge10.blood._visible = true;
_root.bg3.scourge10.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge11) and _root.scourge11go == 1 and _root.beenhereb == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge11.health -= 1000;
_root.bg3.scourge11.blood._visible = true;
_root.bg3.scourge11.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.boss1.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.boss1.headhealth -= 20;
}
if (this.hitTest(_root.bg3.boss1.hitzoneb)) {
this.gotoAndPlay(21);
_root.bg3.boss1.health -= 20;
}
if (this.hitTest(_root.bg3.eye1)) {
this.gotoAndPlay(4);
_root.bg3.eye1.health -= 1000;
}
if (this.hitTest(_root.bg3.eye2)) {
this.gotoAndPlay(4);
_root.bg3.eye2.health -= 1000;
}
if (this.hitTest(_root.bg3.eye3)) {
this.gotoAndPlay(4);
_root.bg3.eye3.health -= 1000;
}
if (this.hitTest(_root.bg3.eye4)) {
this.gotoAndPlay(4);
_root.bg3.eye4.health -= 1000;
}
if (this.hitTest(_root.bg3.eye5)) {
this.gotoAndPlay(4);
_root.bg3.eye5.health -= 1000;
}
if (this.hitTest(_root.bg3.eye6)) {
this.gotoAndPlay(4);
_root.bg3.eye6.health -= 1000;
}
if (this.hitTest(_root.bg3.eye7)) {
this.gotoAndPlay(4);
_root.bg3.eye7.health -= 1000;
}
if (this.hitTest(_root.bg3.eye8)) {
this.gotoAndPlay(4);
_root.bg3.eye8.health -= 1000;
}
if (this.hitTest(_root.bg3.eye9)) {
this.gotoAndPlay(4);
_root.bg3.eye9.health -= 1000;
}
if (this.hitTest(_root.bg3.eye10)) {
this.gotoAndPlay(4);
_root.bg3.eye10.health -= 1000;
}
if (this.hitTest(_root.bg3.eye11)) {
this.gotoAndPlay(4);
_root.bg3.eye11.health -= 1000;
}
if (this.hitTest(_root.bg3.eye12)) {
this.gotoAndPlay(4);
_root.bg3.eye12.health -= 1000;
}
if (this.hitTest(_root.bg3.eye13)) {
this.gotoAndPlay(4);
_root.bg3.eye13.health -= 1000;
}
if (this.hitTest(_root.bg3.eye14)) {
this.gotoAndPlay(4);
_root.bg3.eye14.health -= 1000;
}
if (this.hitTest(_root.bg3.eye15)) {
this.gotoAndPlay(4);
_root.bg3.eye15.health -= 1000;
}
if (this.hitTest(_root.bg3.eye16)) {
this.gotoAndPlay(4);
_root.bg3.eye16.health -= 1000;
}
if (this.hitTest(_root.bg3.eye17)) {
this.gotoAndPlay(4);
_root.bg3.eye17.health -= 1000;
}
if (this.hitTest(_root.bg3.eye18)) {
this.gotoAndPlay(4);
_root.bg3.eye18.health -= 1000;
}
if (this.hitTest(_root.bg3.eye19)) {
this.gotoAndPlay(4);
_root.bg3.eye19.health -= 1000;
}
if (this.hitTest(_root.bg3.eye20)) {
this.gotoAndPlay(4);
_root.bg3.eye20.health -= 1000;
}
if (this.hitTest(_root.bg3.eye21)) {
this.gotoAndPlay(4);
_root.bg3.eye21.health -= 1000;
}
if (this.hitTest(_root.bg3.smoker.hit)) {
_root.bg3.smoker.nextFrame();
}
if (this.hitTest(_root.bg3.fireboss.hitzone)) {
_root.firebosshealth -= 20;
_root.bg3.fireboss.hitzone.explode.play();
this.gotoAndPlay(4);
}
}
}
frame 5 {
_root.launcherammo -= 1;
}
frame 25 {
this.removeMovieClip();
}
}
movieClip 17 {
}
movieClip 23 {
}
movieClip 24 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 25 plasma {
instance of movieClip 24 {
onClipEvent (load) {
this._rotation = _root.Cannon.Barrel._rotation;
}
onClipEvent (enterFrame) {
this.gotoAndPlay(random(3));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.boss.boss.boss.eye)) {
_root.eyehealth -= 1;
this.gotoAndPlay(4);
}
if (this.hitTest(_root.bg3.boss) and _root.bosssleep == 0) {
_root.sleephealth -= 5;
_root.bg3.boss.ricochet.play();
this.gotoAndPlay(4);
}
if (this.hitTest(_root.bg3.ball1.hit) and _root.shieldp == 1) {
this.gotoAndPlay(4);
_root.bg3.ball1.shield.bubbles.play();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
_root.bg3.ball1.shield.nextFrame();
}
if (this.hitTest(_root.bg3.ball1.hit) and _root.shieldp == 0) {
this.gotoAndPlay(4);
_root.bg3.ball1.sparks.play();
_root.bg3.ball1.health -= 5;
}
if (this.hitTest(_root.bg3.smoker.hit)) {
this.gotoAndPlay(4);
_root.bg3.smoker.play();
}
if (this.hitTest(_root.bg3.shooter1)) {
_root.bg3.shooter1.ricochet.play();
this._visible = false;
}
if (this.hitTest(_root.bg3.runner1) and _root.runner1out == 1) {
this.gotoAndPlay(4);
this.gotoAndPlay(4);
_root.bg3.runner1.health -= 4;
}
if (this.hitTest(_root.bg3.greenshoot1.body) and _root.greenshoot1out == 1) {
this.gotoAndPlay(4);
_root.bg3.greenshoot1.health -= 3;
}
if (this.hitTest(_root.bg3.chainhita)) {
_root.bg3.chaina.play();
_root.chainadown = 1;
}
if (this.hitTest(_root.bg3.chainhitb)) {
_root.bg3.chainb.play();
_root.chainbdown = 1;
}
if (this.hitTest(_root.bg3.snake.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.snake.health -= 4;
}
if (this.hitTest(_root.bg3.snake2.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.snake2.health -= 4;
}
if (this.hitTest(_root.bg3.snake3.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.snake3.health -= 4;
}
if (this.hitTest(_root.bg3.snake4.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.snake4.health -= 4;
}
if (this.hitTest(_root.bg3.snake5.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.snake5.health -= 4;
}
if (this.hitTest(_root.bg3.snake6.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(4);
_root.bg3.snake6.health -= 4;
}
if (this.hitTest(_root.bg3.snake7.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(4);
_root.bg3.snake7.health -= 4;
}
if (this.hitTest(_root.bg3.snake8.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(4);
_root.bg3.snake8.health -= 4;
}
if (this.hitTest(_root.eye1.hitzone)) {
this.gotoAndPlay(4);
_root.eye1.health -= 4;
}
if (this.hitTest(_root.eye2.hitzone)) {
this.gotoAndPlay(4);
_root.eye2.health -= 4;
}
if (this.hitTest(_root.bg3.scourge1)) {
this.gotoAndPlay(4);
_root.bg3.scourge1.health -= 4;
_root.bg3.scourge1.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge2)) {
this.gotoAndPlay(4);
_root.bg3.scourge2.health -= 4;
_root.bg3.scourge2.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge3) and _root.scourge3go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge3.health -= 4;
_root.bg3.scourge3.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge4) and _root.scourge4go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge4.health -= 4;
_root.bg3.scourge4.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge5) and _root.scourge5go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge5.health -= 4;
_root.bg3.scourge5.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge6) and _root.scourge6go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge6.health -= 4;
_root.bg3.scourge6.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge7)) {
this.gotoAndPlay(4);
_root.bg3.scourge7.health -= 4;
_root.bg3.scourge7.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge8) and _root.scourge8go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge8.health -= 4;
_root.bg3.scourge8.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge9) and _root.scourge9go == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge9.health -= 4;
_root.bg3.scourge9.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge10) and _root.scourge10go == 1 and _root.beenhereb == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge10.health -= 4;
_root.bg3.scourge10.blood._visible = true;
}
if (this.hitTest(_root.bg3.scourge11) and _root.scourge11go == 1 and _root.beenhereb == 1) {
this.gotoAndPlay(4);
_root.bg3.scourge11.health -= 4;
_root.bg3.scourge11.blood._visible = true;
}
if (this.hitTest(_root.bg3.boss1.hitzone)) {
this.gotoAndPlay(4);
_root.bg3.boss1.headhealth -= 4;
}
if (this.hitTest(_root.bg3.boss1.hitzoneb)) {
this.gotoAndPlay(4);
_root.bg3.boss1.health -= 4;
}
if (this.hitTest(_root.bg3.sleepingbeastb.head)) {
_root.bg3.beastinfo.play();
_root.bg3.ricochet.play();
}
if (this.hitTest(_root.bg3.eye1)) {
this.gotoAndPlay(4);
_root.bg3.eye1.health -= 4;
}
if (this.hitTest(_root.bg3.eye2)) {
this.gotoAndPlay(4);
_root.bg3.eye2.health -= 4;
}
if (this.hitTest(_root.bg3.eye3)) {
this.gotoAndPlay(4);
_root.bg3.eye3.health -= 4;
}
if (this.hitTest(_root.bg3.eye4)) {
this.gotoAndPlay(4);
_root.bg3.eye4.health -= 4;
}
if (this.hitTest(_root.bg3.eye5)) {
this.gotoAndPlay(4);
_root.bg3.eye5.health -= 4;
}
if (this.hitTest(_root.bg3.eye6)) {
this.gotoAndPlay(4);
_root.bg3.eye6.health -= 4;
}
if (this.hitTest(_root.bg3.eye7)) {
this.gotoAndPlay(4);
_root.bg3.eye7.health -= 4;
}
if (this.hitTest(_root.bg3.eye8)) {
this.gotoAndPlay(4);
_root.bg3.eye8.health -= 4;
}
if (this.hitTest(_root.bg3.eye9)) {
this.gotoAndPlay(4);
_root.bg3.eye9.health -= 4;
}
if (this.hitTest(_root.bg3.eye10)) {
this.gotoAndPlay(4);
_root.bg3.eye10.health -= 4;
}
if (this.hitTest(_root.bg3.eye11)) {
this.gotoAndPlay(4);
_root.bg3.eye11.health -= 4;
}
if (this.hitTest(_root.bg3.eye12)) {
this.gotoAndPlay(4);
_root.bg3.eye12.health -= 4;
}
if (this.hitTest(_root.bg3.eye13)) {
this.gotoAndPlay(4);
_root.bg3.eye13.health -= 4;
}
if (this.hitTest(_root.bg3.eye14)) {
this.gotoAndPlay(4);
_root.bg3.eye14.health -= 4;
}
if (this.hitTest(_root.bg3.eye15)) {
this.gotoAndPlay(4);
_root.bg3.eye15.health -= 4;
}
if (this.hitTest(_root.bg3.eye16)) {
this.gotoAndPlay(4);
_root.bg3.eye16.health -= 4;
}
if (this.hitTest(_root.bg3.eye17)) {
this.gotoAndPlay(4);
_root.bg3.eye17.health -= 4;
}
if (this.hitTest(_root.bg3.eye18)) {
this.gotoAndPlay(4);
_root.bg3.eye18.health -= 4;
}
if (this.hitTest(_root.bg3.eye19)) {
this.gotoAndPlay(4);
_root.bg3.eye19.health -= 4;
}
if (this.hitTest(_root.bg3.eye20)) {
this.gotoAndPlay(4);
_root.bg3.eye20.health -= 4;
}
if (this.hitTest(_root.bg3.eye21)) {
this.gotoAndPlay(4);
_root.bg3.eye21.health -= 4;
}
if (this.hitTest(_root.bg3.fireboss.hitzone)) {
_root.firebosshealth -= 6;
this.gotoAndPlay(4);
}
}
}
frame 21 {
this.removeMovieClip();
stop();
}
}
frame 1 {
function itemHandler1(obj, item) {
getURL('http://www.ratubaworld.com', '_blank');
}
function itemHandler2(obj, item) {
getURL('mailto:grant@ratubaworld.com', '');
}
function itemHandler3(obj, item) {
getURL('http://www.newgrouds.com', '_blank');
}
function itemHandler4(obj, item) {
getURL('http://www.armorgames.com', '_blank');
}
function itemHandler5(obj, item) {
_quality = 'high';
}
function itemHandler6(obj, item) {
_quality = 'medium';
}
function itemHandler7(obj, item) {
_quality = 'low';
}
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
aaa_cmi = new ContextMenuItem('Visit Ratubaworld', itemHandler1);
bbb_cmi = new ContextMenuItem('Email Ratubaworld', itemHandler2);
ccc_cmi = new ContextMenuItem('Play more games at Newgrounds.com', itemHandler3);
ddd_cmi = new ContextMenuItem('Play more games at Armorgames.com', itemHandler4);
eee_cmi = new ContextMenuItem('High Quality', itemHandler5);
fff_cmi = new ContextMenuItem('Mid Quality', itemHandler6);
ggg_cmi = new ContextMenuItem('Low Quality', itemHandler7);
ccc_cmi.separatorBefore = true;
eee_cmi.separatorBefore = true;
root_cm.customItems.push(aaa_cmi, bbb_cmi, ccc_cmi, ddd_cmi, eee_cmi, fff_cmi, ggg_cmi);
_root.menu = root_cm;
}
frame 1 {
stop();
}
movieClip 37 {
}
movieClip 49 {
}
movieClip 81 {
}
movieClip 83 {
}
movieClip 96 {
frame 608 {
_root.nextFrame();
}
}
button 102 {
on (release) {
nextFrame();
}
}
movieClip 104 {
frame 56 {
stop();
}
}
frame 2 {
stopAllSounds();
}
frame 2 {
stop();
}
movieClip 108 {
}
button 113 {
on (release) {
getURL('http://www.ratubaworld.com', '_blank');
}
}
movieClip 117 {
}
movieClip 120 {
}
movieClip 123 {
}
movieClip 124 {
}
movieClip 125 {
frame 1 {
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
eval(bar)._xscale = PercentLoaded;
} else {
gotoAndStop('loaded');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
_root.play();
}
}
button 134 {
on (release) {
getURL('http://www.ratubaworld.com', '_blank');
}
}
movieClip 135 {
}
frame 3 {
stop();
}
movieClip 138 {
}
button 143 {
on (release) {
_root.play();
}
}
button 147 {
on (release) {
_root.gotoAndStop('controls');
}
}
movieClip 166 {
}
button 172 {
on (release) {
_root.gotoAndStop('cheats');
}
}
button 174 {
on (release) {
getURL('http://armorgames.com/tutorials/boa4-tutorial.html', '_blank');
}
}
button 176 {
on (release) {
getURL('http://www.armorgames.com', '_blank');
}
}
movieClip 178 {
}
movieClip 180 {
}
movieClip 182 {
}
movieClip 184 {
}
movieClip 185 {
}
button 186 {
on (release) {
getURL('http://www.newgrounds.com', '_blank');
}
}
movieClip 192 {
}
movieClip 193 {
}
button 197 {
on (release) {
_root.trilogy.gotoAndStop(random(3));
}
}
movieClip 201 {
frame 1 {
stop();
}
frame 1 {
if (_root.urlready == 1) {
getURL('http://www.newgrounds.com/collection/brinkofalienation.html', '_blank');
gotoAndStop('three');
}
}
frame 2 {
stop();
}
frame 2 {
if (_root.urlready == 1) {
getURL('http://armorgames.com/games/boa-trilogy.html', '_blank');
gotoAndStop('three');
}
}
frame 3 {
stop();
_root.urlready = 1;
}
}
instance trilogy of movieClip 201 {
onClipEvent (load) {
_root.urlready = 0;
this.gotoAndStop(3);
}
}
frame 4 {
stop();
}
movieClip 207 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance of movieClip 207 {
onClipEvent (load) {
_quality = 'MEDIUM';
}
onClipEvent (enterFrame) {
if (_quality == 'LOW') {
this.gotoAndStop(1);
} else {
if (_quality == 'MEDIUM') {
this.gotoAndStop(2);
} else {
if (_quality == 'HIGH') {
this.gotoAndStop(3);
}
}
}
}
}
button 216 {
on (release) {
_quality = 'LOW';
}
}
button 218 {
on (release) {
_quality = 'MEDIUM';
}
}
button 220 {
on (release) {
_quality = 'HIGH';
}
}
movieClip 224 {
}
button 225 {
on (release) {
_root.mode = 1;
}
}
button 226 {
on (release) {
_root.mode = 2;
}
}
button 227 {
on (release) {
_root.mode = 3;
}
}
movieClip 230 {
}
button 231 {
on (release) {
_root.checka.nextFrame();
}
}
movieClip 233 {
frame 1 {
stop();
_root.effectsoff = 0;
}
frame 2 {
stop();
_root.effectsoff = 1;
}
frame 3 {
gotoAndStop(1);
}
}
movieClip 234 {
frame 1 {
stop();
_root.cursuroff = 0;
}
frame 2 {
stop();
_root.cursuroff = 1;
}
frame 3 {
gotoAndStop(1);
}
}
frame 5 {
stop();
_root.mode = 2;
}
button 236 {
on (release) {
_root.destiny.gotoAndStop(1);
}
}
movieClip 317 {
frame 1 {
gotoAndPlay(random(20));
}
frame 41 {
gotoAndPlay(1);
}
}
movieClip 319 {
}
movieClip 320 {
frame 42 {
gotoAndPlay(11);
}
}
button 322 {
on (release) {
_root.gotoAndPlay('play');
}
}
button 324 {
on (release) {
_root.destiny.gotoAndStop(2);
}
}
button 326 {
on (release) {
_root.destiny.gotoAndStop(3);
}
}
movieClip 331 {
}
movieClip 335 {
frame 1 {
stop();
_root.mode = 1;
}
frame 2 {
stop();
_root.mode = 2;
}
frame 3 {
stop();
_root.mode = 3;
}
}
instance destiny of movieClip 335 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 6 {
stop();
}
movieClip 337 {
}
movieClip 338 {
}
movieClip 340 {
}
button 341 {
on (release) {
_root.gotoAndStop('menu');
}
}
button 342 {
on (release) {
getURL('http://www.ratubaworld.com/boa4playersguide.html', '_blank');
}
}
movieClip 349 {
}
movieClip 358 {
}
movieClip 365 {
frame 1 {
stop();
}
}
instance of movieClip 365 {
onClipEvent (load) {
_root.entercode = 'enter cheat';
}
onClipEvent (enterFrame) {
if (_root.entercode == 'hicks') {
_root.infiniteammo._visible = true;
_root.codeinfiniteammo = 1;
_root.entercode = 'cheat enabled';
}
if (_root.entercode == 'deus') {
_root.infinitehealth._visible = true;
_root.codeinfinitehealth = 1;
_root.entercode = 'cheat enabled';
}
if (_root.entercode == 'wwiii') {
_root.allguns._visible = true;
_root.codeallguns = 1;
_root.entercode = 'cheat enabled';
}
if (_root.entercode == 'donaldtrump') {
_root.bighead._visible = true;
_root.codebighead = 1;
_root.entercode = 'cheat enabled';
}
}
}
movieClip 367 {
}
instance infiniteammo of movieClip 367 {
onClipEvent (load) {
this._visible = false;
}
}
movieClip 369 {
}
instance infinitehealth of movieClip 369 {
onClipEvent (load) {
this._visible = false;
}
}
movieClip 371 {
}
instance allguns of movieClip 371 {
onClipEvent (load) {
this._visible = false;
}
}
movieClip 373 {
}
instance bighead of movieClip 373 {
onClipEvent (load) {
this._visible = false;
}
}
frame 9 {
stop();
}
button 384 {
on (release) {
getURL('http://www.ratubaworld.com', '_blank');
}
}
movieClip 387 {
}
movieClip 389 {
}
movieClip 391 {
}
movieClip 393 {
}
movieClip 395 {
}
movieClip 403 {
frame 1 {
gotoAndStop(random(7));
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 404 {
frame 125 {
_root.play();
}
}
frame 10 {
stop();
}
movieClip 427 {
frame 17 {
stop();
}
}
movieClip 432 {
frame 65 {
_root.play();
}
}
frame 11 {
_quality = 'MEDIUM';
}
button 436 {
on (release) {
gotoAndPlay(245);
}
}
movieClip 440 {
}
movieClip 442 {
}
movieClip 445 {
}
movieClip 446 {
}
movieClip 448 {
}
movieClip 449 {
}
movieClip 451 {
}
movieClip 452 {
}
movieClip 466 {
}
frame 246 {
_root.launcher = 0;
_root.plasmarifle = 0;
_root.launcherhold = 0;
_root.plasmahold = 0;
_root.launcherammo = 0;
_root.plasmaammo = 0;
}
movieClip 468 {
}
instance of movieClip 468 {
onClipEvent (enterFrame) {
this.play();
}
}
frame 247 {
_root.launcher = 0;
}
button 470 {
on (release) {
gotoAndPlay(460);
}
}
movieClip 475 {
}
movieClip 477 {
}
movieClip 480 {
}
movieClip 485 {
}
instance of movieClip 485 {
onClipEvent (enterFrame) {
if (_root.effectsoff == 1) {
this._visible = false;
this.removeMovieClip();
}
}
}
movieClip 490 {
frame 2 {
gotoAndStop(1);
}
frame 5 {
gotoAndStop(4);
}
}
instance of movieClip 490 {
onClipEvent (enterFrame) {
if (_root.effectsoff == 1) {
this.removeMovieClip();
this.gotoAndStop(4);
}
}
}
movieClip 496 {
}
movieClip 503 {
}
movieClip 506 {
}
movieClip 512 {
frame 5 {
gotoAndPlay(1);
}
frame 8 {
gotoAndPlay(7);
}
}
instance of movieClip 512 {
onClipEvent (enterFrame) {
if (_root.effectsoff == 1) {
this._visible = false;
this.removeMovieClip();
this.gotoAndStop(6);
}
}
}
instance of movieClip 490 {
onClipEvent (enterFrame) {
if (_root.effectsoff == 1) {
this._visible = false;
this.removeMovieClip();
this.gotoAndStop(3);
}
}
}
movieClip 536 {
}
movieClip 552 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 552 {
onClipEvent (load) {
if (_root.codebighead == 1) {
this.nextFrame();
} else {
this.stop();
}
}
}
movieClip 555 {
instance of movieClip 552 {
onClipEvent (load) {
if (_root.codebighead == 1) {
this.nextFrame();
} else {
this.stop();
}
}
}
frame 10 {
stop();
}
}
frame 461 {
_root.level = 1;
}
frame 461 {
function dist(x1, y1, x2, y2) {
return Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1));
}
stop();
}
frame 461 {
_root.grabbb = 0;
}
movieClip 559 {
}
movieClip 563 {
}
movieClip 567 {
frame 1 {
stop();
}
frame 13 {
stop();
}
frame 14 {
this.gotoAndStop(13);
}
}
movieClip 572 {
}
movieClip 575 {
}
movieClip 576 {
instance zztop of movieClip 572 {
onClipEvent (enterFrame) {
if (_root.insidecave == 1) {
this._visible = false;
this.removeMovieClip();
}
}
}
instance part2 of movieClip 575 {
onClipEvent (load) {
this._visible = false;
}
}
}
movieClip 577 {
}
movieClip 581 {
frame 1 {
stop();
}
}
movieClip 591 {
}
movieClip 593 {
}
movieClip 598 {
}
movieClip 608 {
frame 19 {
stop();
}
}
movieClip 612 {
frame 7 {
stop();
}
}
movieClip 624 {
frame 15 {
stop();
}
}
movieClip 632 {
frame 8 {
stop();
}
}
movieClip 633 {
frame 1 {
stop();
}
instance blood of movieClip 598 {
onClipEvent (load) {
this._visible = false;
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 635 {
frame 21 {
gotoAndPlay(1);
}
frame 23 {
stop();
}
}
movieClip 637 {
frame 10 {
gotoAndPlay(1);
}
frame 16 {
stop();
}
}
movieClip 639 {
}
movieClip 642 {
}
movieClip 647 {
frame 15 {
stop();
}
}
movieClip 650 {
}
movieClip 651 {
frame 30 {
gotoAndPlay(1);
}
instance activate of movieClip 650 {
onClipEvent (load) {
this._visible = false;
}
}
frame 32 {
_root.acv = 1;
}
frame 35 {
stop();
}
}
movieClip 653 {
}
movieClip 665 {
}
movieClip 668 {
}
movieClip 672 {
instance of movieClip 668 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.health -= 2;
_root.hurt1.play();
}
}
}
instance of movieClip 668 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.health -= 2;
_root.hurt1.play();
}
}
}
instance of movieClip 668 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.health -= 2;
_root.hurt1.play();
}
}
}
instance of movieClip 668 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.health -= 2;
_root.hurt1.play();
}
}
}
frame 39 {
gotoAndPlay(8);
}
}
movieClip 674 {
}
movieClip 684 {
frame 15 {
stop();
}
}
movieClip 687 {
frame 7 {
stop();
}
}
movieClip 694 {
frame 7 {
stop();
}
}
movieClip 695 {
frame 1 {
stop();
}
instance hitzone of movieClip 674 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.hurt1.play();
}
}
}
frame 14 {
gotoAndPlay(10);
}
frame 15 {
stop();
}
frame 16 {
stop();
}
}
movieClip 702 {
}
movieClip 706 {
}
movieClip 718 {
}
movieClip 725 {
instance of movieClip 718 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.hurt1.play();
_root.health -= 1;
}
}
}
instance of movieClip 718 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.hurt1.play();
_root.health -= 1;
}
}
}
instance of movieClip 718 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.hurt1.play();
_root.health -= 1;
}
}
}
instance of movieClip 718 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.hurt1.play();
_root.health -= 1;
}
}
}
instance of movieClip 718 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.hurt1.play();
_root.health -= 1;
}
}
}
instance of movieClip 718 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.hurt1.play();
_root.health -= 1;
}
}
}
}
movieClip 730 {
}
movieClip 756 {
frame 43 {
stop();
_root.boss1dead = 1;
}
}
movieClip 757 {
frame 1 {
stop();
}
instance hitzone of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.bg3.boss1.headhealth < 0) {
_root.bg3.boss1.gotoAndPlay(17);
}
}
}
frame 16 {
gotoAndPlay(13);
}
frame 29 {
_root.bg3.boss1.headhealth = 65;
}
instance hitzoneb of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.bg3.boss1.headhealth < 0) {
_root.bg3.boss1.gotoAndPlay(17);
}
}
}
frame 100 {
gotoAndPlay(14);
}
frame 103 {
gotoAndStop(101);
}
}
movieClip 759 {
}
movieClip 762 {
}
movieClip 767 {
}
movieClip 768 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 776 {
frame 1 {
stop();
}
}
movieClip 785 {
frame 1 {
stop();
}
frame 3 {
stop();
}
frame 5 {
stop();
}
frame 7 {
stop();
}
frame 9 {
stop();
}
frame 11 {
stop();
}
}
movieClip 789 {
}
movieClip 790 {
}
movieClip 796 {
}
movieClip 797 {
}
movieClip 799 {
}
movieClip 800 {
}
movieClip 801 {
}
button 807 {
on (release, keyPress '<Enter>') {
_root.bg3.dialogue.d.nextFrame();
}
}
movieClip 817 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
_root.music.gotoAndStop(3);
_root.bg3.boss1.play();
_root.bg3.dialogue._visible = false;
_root.bg3.dialogue._y -= 1.0e+024;
_root.dialogue = 1;
_root.bg3.dialogue.removeMovieClip();
}
}
movieClip 818 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 6 {
stop();
_root.music.gotoAndStop(2);
}
frame 8 {
gotoAndPlay(5);
}
}
movieClip 822 {
}
movieClip 823 {
frame 2 {
gotoAndStop(1);
}
frame 5 {
gotoAndStop(4);
}
}
movieClip 832 {
frame 10 {
gotoAndPlay(1);
}
frame 13 {
gotoAndPlay(11);
}
}
button 834 {
on (release) {
_root.gotoAndStop('lvl3');
}
}
movieClip 835 {
instance of movieClip 559 {
onClipEvent (enterFrame) {
if (_root.insidecave == 1) {
this._visible = false;
this.removeMovieClip();
}
}
}
instance of movieClip 506 {
onClipEvent (enterFrame) {
if (_root.insidecave == 1) {
this._visible = false;
this.removeMovieClip();
}
}
}
instance of movieClip 567 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this._visible = false;
this.play();
}
}
}
instance of movieClip 577 {
onClipEvent (enterFrame) {
if (_root.insidecave == 1) {
this._visible = false;
this.removeMovieClip();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 120;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 260;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 200;
_root.bg3.bg.part2._visible = true;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 170;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 225;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 170;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 260;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 260;
_root.xsize = 350;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 320;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 230;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 170;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 100;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 170;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 170;
_root._xscale = 100;
_root._yscale = 100;
_root.music.gotoAndStop(1);
}
if (this.hitTest(_root.body) and _root.bossadead == 1) {
_root._xscale = 100;
_root._yscale = 100;
_root.bars.play();
}
}
}
instance of movieClip 581 {
onClipEvent (load) {
_root.bossarea = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.bossadead = 0;
_root.music.gotoAndStop(2);
this._y -= 1.0e+017;
_root.ysize = 350;
_root._xscale = 75;
_root._yscale = 75;
_root.bars.play();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.nextFrame();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge4)) {
_root.bg3.scourge4._x -= 10;
_root.bg3.scourge4._y += 2;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.rain.removeMovieClip();
_root.rain.gotoAndStop(7);
_root.insidecave = 1;
_root.rainsound.gotoAndStop(4);
_root.lightning.gotoAndStop(10);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 260;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 230;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this.play();
this._x -= 100000000000000.0;
_root.scourge3go = 1;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this.play();
this._x -= 100000000000000.0;
_root.scourge4go = 1;
}
}
}
instance scourge4 of movieClip 633 {
onClipEvent (load) {
_root.scourge4go = 0;
this.health = 30;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge4go == 1) {
if (this.health > 0) {
this._visible = true;
this._x += 10;
this._y -= 2;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.scourge4go == 1 and _root.dead == 0) {
_root.hurt1.play();
this._x -= 10;
this._y += 2;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 567 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this._visible = false;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this.play();
this._x -= 100000000000000.0;
_root.scourge5go = 1;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge5)) {
_root.bg3.scourge5._x -= 20;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.eye1.play();
this._y -= 1.0e+027;
this._x -= 1.0e+027;
}
}
}
instance of movieClip 581 {
onClipEvent (load) {
_root.gghjk = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
if (_root.gghjk == 0) {
_root.eye2.play();
_root.gghjk = 1;
this._y += 1.0e+022;
this._x -= 1.0e+022;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.bg3.boss1.health > 0) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge1)) {
_root.bg3.scourge1._x += 10;
} else {
if (this.hitTest(_root.bg3.scourge2)) {
_root.bg3.scourge2._x += 15;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this.play();
this._y -= 10000000000.0;
}
if (this.hitTest(_root.bg3.scourge2)) {
_root.bg3.scourge2._x += 15;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this.play();
_root.scourge1go = 1;
this._y -= 10000000000.0;
}
if (this.hitTest(_root.bg3.scourge1)) {
_root.bg3.scourge1._x += 15;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge3)) {
_root.bg3.scourge3._x += 10;
_root.bg3.scourge3._y += 3;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge6)) {
_root.bg3.scourge6._x += 10;
}
if (this.hitTest(_root.bg3.scourge7)) {
_root.bg3.scourge7._x += 15;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this.play();
this._x -= 100000000000000.0;
_root.scourge8go = 1;
_root.beenhere = 1;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this.play();
this._y -= 10000000000.0;
}
if (this.hitTest(_root.bg3.scourge7)) {
_root.bg3.scourge7._x += 15;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this.play();
_root.scourge6go = 1;
this._y -= 10000000000.0;
}
if (this.hitTest(_root.bg3.scourge6)) {
_root.bg3.scourge6._x += 15;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bossadead == 0) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (load) {
_root.beenhere = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.beenhere == 1) {
this.play();
this._x -= 100000000000000.0;
_root.scourge9go = 1;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.beenhereb == 1) {
this.play();
_root.scourge11go = 1;
this._y -= 10000000000.0;
}
if (this.hitTest(_root.bg3.scourge11)) {
_root.bg3.scourge11._x -= 20;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.beenhereb == 1) {
this.play();
_root.scourge10go = 1;
this._y -= 10000000000.0;
}
if (this.hitTest(_root.bg3.scourge10)) {
_root.bg3.scourge10._x -= 15;
}
}
}
instance of movieClip 635 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bars.healthbar.healthup.play();
this._visible = false;
this._y -= 100000000000.0;
if (_root.health < 100) {
_root.health = 100;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dialogue == 0) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.bg3.dialogue._visible = true;
_root.bg3.dialogue.play();
this._y -= 1.0e+016;
}
}
}
instance of movieClip 635 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bars.healthbar.healthup.play();
this._visible = false;
this._y -= 100000000000.0;
_root.health += 75;
_root.bg3.itemarea.gotoAndPlay(11);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.sleepingbeast == 0) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (load) {
_root.charges == 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.charges == 1) {
_root.bg3.sleepingbeastb.nextFrame();
_root.charges = 2;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.charges == 2) {
_root.beastdeath._visible = true;
_root.beastdeath.play();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 25;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake.health > 0) {
_root.bg3.snake.gotoAndStop(1);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake2.health > 0) {
_root.bg3.snake2.gotoAndStop(1);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake8.health > 0) {
_root.bg3.snake8.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake3.health > 0) {
_root.bg3.snake3.gotoAndStop(1);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake8.health > 0) {
_root.bg3.snake8.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake3.health > 0) {
_root.bg3.snake3.gotoAndStop(1);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake7.health > 0) {
_root.bg3.snake7.gotoAndStop(1);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.bg3.snake4.health = 0;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake6.health > 0) {
_root.bg3.snake6.gotoAndStop(1);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake5.health > 0) {
_root.bg3.snake5.gotoAndStop(1);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 25;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 25;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 27;
}
}
}
instance of movieClip 651 {
onClipEvent (load) {
_root.acv = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
if (_root.acv == 0) {
this.gotoAndPlay(31);
_root.launcherammo = 10;
_root.launcher = 1;
_root.bars.launcherbar.up.play();
this.activate._visible = true;
}
}
}
}
instance of movieClip 653 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this._visible = false;
_root.charges = 1;
}
}
}
instance scourge1 of movieClip 633 {
onClipEvent (load) {
this.health = 45;
_root.scourge1go = 0;
}
onClipEvent (enterFrame) {
if (_root.scourge1go == 1) {
if (this.health > 0) {
this._x -= 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0 and _root.scourge1go == 1) {
_root.hurt1.play();
this._x += 10;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge2 of movieClip 633 {
onClipEvent (load) {
this.health = 60;
}
onClipEvent (enterFrame) {
if (this.health > 0) {
this._x -= 15;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.hurt1.play();
this._x += 15;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge3 of movieClip 633 {
onClipEvent (load) {
_root.scourge3go = 0;
this.health = 45;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge3go == 1) {
if (this.health > 0) {
this._visible = true;
this._x -= 10;
this._y -= 3;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.scourge3go == 1 and _root.dead == 0) {
_root.hurt1.play();
this._x += 10;
this._y += 3;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance snake of movieClip 695 {
onClipEvent (load) {
this.health = 40;
}
onClipEvent (enterFrame) {
if (this.health <= -45) {
this.gotoAndStop(16);
} else {
if (this.health <= 0) {
this.gotoAndStop(15);
} else {
if (this.hitTest(_root.body)) {
this.play();
}
}
}
}
}
instance snake2 of movieClip 695 {
onClipEvent (load) {
this.health = 60;
}
onClipEvent (enterFrame) {
if (this.health <= -45) {
this.gotoAndStop(16);
} else {
if (this.health <= 0) {
this.gotoAndStop(15);
} else {
if (this.hitTest(_root.body)) {
this.play();
}
}
}
}
}
instance scourge5 of movieClip 633 {
onClipEvent (load) {
_root.scourge5go = 0;
this.health = 25;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge5go == 1) {
if (this.health > 0) {
this._visible = true;
this._x += 15;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.scourge5go == 1 and _root.dead == 0) {
_root.hurt1.play();
this._x += 15;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance snake3 of movieClip 695 {
onClipEvent (load) {
this.health = 60;
}
onClipEvent (enterFrame) {
if (this.health <= -40) {
this.gotoAndStop(16);
} else {
if (this.health <= 0) {
this.gotoAndStop(15);
} else {
if (this.hitTest(_root.body)) {
this.play();
}
}
}
}
}
instance snake4 of movieClip 695 {
onClipEvent (load) {
this.health = 70;
}
onClipEvent (enterFrame) {
if (this.health <= -25) {
this.gotoAndStop(16);
} else {
if (this.health <= 0) {
this.gotoAndStop(15);
} else {
if (this.hitTest(_root.body)) {
this.play();
}
}
}
}
}
instance snake5 of movieClip 695 {
onClipEvent (load) {
this.health = 70;
}
onClipEvent (enterFrame) {
if (this.health <= -45) {
this.gotoAndStop(16);
} else {
if (this.health <= 0) {
this.gotoAndStop(15);
} else {
if (this.hitTest(_root.body)) {
this.play();
}
}
}
}
}
instance scourge6 of movieClip 633 {
onClipEvent (load) {
this.health = 45;
_root.scourge6go = 0;
}
onClipEvent (enterFrame) {
if (_root.scourge6go == 1) {
if (this.health > 0) {
this._x -= 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0 and _root.scourge6go == 1) {
_root.hurt1.play();
this._x += 10;
}
}
onClipEvent (enterFrame) {
if (this.health <= -305) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge7 of movieClip 633 {
onClipEvent (load) {
this.health = 60;
}
onClipEvent (enterFrame) {
if (this.health > 0) {
this._x -= 15;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.hurt1.play();
this._x += 15;
}
}
onClipEvent (enterFrame) {
if (this.health <= -305) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge8 of movieClip 633 {
onClipEvent (load) {
_root.scourge8go = 0;
this.health = 25;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge8go == 1) {
if (this.health > 0) {
this._visible = true;
this._x += 15;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.scourge8go == 1 and _root.dead == 0) {
_root.hurt1.play();
this._x -= 15;
}
}
onClipEvent (enterFrame) {
if (this.health <= -305) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge9 of movieClip 633 {
onClipEvent (load) {
_root.scourge9go = 0;
this.health = 35;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge9go == 1) {
if (this.health > 0) {
this._visible = true;
this._x += 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.scourge9go == 1 and _root.dead == 0) {
_root.hurt1.play();
this._x -= 10;
}
}
onClipEvent (enterFrame) {
if (this.health <= -305) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge10 of movieClip 633 {
onClipEvent (load) {
this.health = 45;
_root.scourge10go = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge10go == 1) {
if (this.health > 0) {
this._x += 15;
this._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0 and _root.scourge10go == 1) {
_root.hurt1.play();
this._x -= 15;
}
}
onClipEvent (enterFrame) {
if (this.health <= -305) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge11 of movieClip 633 {
onClipEvent (load) {
this.health = 45;
_root.scourge11go = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge11go == 1) {
if (this.health > 0) {
this._visible = true;
this._x += 20;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0 and _root.scourge11go == 1) {
_root.hurt1.play();
this._x -= 20;
}
}
onClipEvent (enterFrame) {
if (this.health <= -305) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance snake6 of movieClip 695 {
onClipEvent (load) {
this.health = 70;
}
onClipEvent (enterFrame) {
if (this.health <= -25) {
this.gotoAndStop(16);
} else {
if (this.health <= 0) {
this.gotoAndStop(15);
} else {
if (this.hitTest(_root.body) and _root.beenhereb == 1) {
this.play();
}
}
}
}
}
instance snake7 of movieClip 695 {
onClipEvent (load) {
this.health = 70;
}
onClipEvent (enterFrame) {
if (this.health <= -10) {
this.gotoAndStop(16);
} else {
if (this.health <= 0) {
this.gotoAndStop(15);
} else {
if (this.hitTest(_root.body) and _root.beenhereb == 1 and _root.dead == 0) {
this.play();
}
}
}
}
}
instance snake8 of movieClip 695 {
onClipEvent (load) {
this.health = 70;
}
onClipEvent (enterFrame) {
if (this.health <= -25) {
this.gotoAndStop(16);
} else {
if (this.health <= 0) {
this.gotoAndStop(15);
} else {
if (this.hitTest(_root.body) and _root.beenhereb == 1 and _root.dead == 0) {
this.play();
}
}
}
}
}
instance boss1 of movieClip 757 {
onClipEvent (load) {
this.headhealth = 65;
_root.boss1dead = 0;
this.health = 460;
}
onClipEvent (enterFrame) {
if (this.health < 0) {
_root.bossadead = 1;
_root.xsize = 350;
this.gotoAndStop(102);
_root.bg.rain.bossterrain.gotoAndStop(2);
}
}
}
instance wall of movieClip 759 {
onClipEvent (load) {
_root.beenhereb = 0;
}
onClipEvent (enterFrame) {
if (_root.bossadead == 1) {
if (this.hitTest(_root.body)) {
_root.beenhereb = 1;
this._alpha = 25;
}
}
}
}
instance sleepingbeastb of movieClip 768 {
onClipEvent (load) {
_root.sleepingbeast = 0;
}
onClipEvent (enterFrame) {
if (_root.sleepingbeast == 1) {
this._y -= 1.0e+019;
this._visible = false;
this.removeMovieClip();
}
}
}
instance beastinfo of movieClip 776 {
onClipEvent (enterFrame) {
if (_root.charges == 2) {
this._visible = false;
this._y -= 1.0e+052;
}
}
}
instance dialogue of movieClip 818 {
onClipEvent (load) {
this._visible = false;
_root.dialogue = 0;
}
}
instance rain of movieClip 823 {
onClipEvent (enterFrame) {
if (_root.effectsoff == 1) {
this.gotoAndStop(4);
}
}
}
instance light of movieClip 832 {
}
}
movieClip 841 {
}
movieClip 843 {
}
movieClip 847 {
}
movieClip 848 {
frame 1 {
stop();
}
frame 21 {
gotoAndPlay(14);
}
}
movieClip 871 {
frame 6 {
stop();
}
}
movieClip 872 {
frame 1 {
stop();
}
instance hitzone of movieClip 848 {
onClipEvent (enterFrame) {
this.play();
}
}
frame 52 {
if (_root.dead == 0) {
_root.hurt1.play();
_root.health -= 2;
}
}
frame 72 {
if (_root.dead == 0) {
_root.hurt1.play();
_root.health -= 2;
}
}
frame 80 {
gotoAndPlay(41);
}
frame 81 {
stop();
}
}
instance eye1 of movieClip 872 {
onClipEvent (load) {
this.health = 65;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(81);
}
}
}
instance eye2 of movieClip 872 {
onClipEvent (load) {
this.health = 85;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(81);
}
}
}
movieClip 875 {
frame 1 {
stop();
}
}
movieClip 878 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 879 {
}
movieClip 889 {
frame 1 {
stop();
}
frame 23 {
stop();
}
frame 25 {
gotoAndPlay(23);
}
}
movieClip 891 {
}
movieClip 900 {
frame 1 {
stop();
}
frame 53 {
stop();
}
frame 57 {
gotoAndStop(54);
}
}
movieClip 901 {
frame 1 {
stop();
}
instance rocks of movieClip 889 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 900 {
onClipEvent (load) {
_root.chainadown = 0;
_root.chainbdown = 0;
}
onClipEvent (enterFrame) {
if (_root.chainadown == 1) {
if (_root.chainbdown == 1) {
this.play();
}
}
}
}
}
movieClip 908 {
}
movieClip 910 {
}
movieClip 911 {
}
instance wave of movieClip 911 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this._x = _root.body._x;
this._visible = true;
} else {
this._visible = false;
}
}
}
movieClip 912 {
}
instance water of movieClip 912 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this._x = _root.body._x;
this._visible = true;
} else {
this._visible = false;
}
}
}
movieClip 915 {
}
movieClip 916 {
frame 1 {
stop();
}
}
movieClip 917 {
}
movieClip 918 {
}
movieClip 919 {
frame 5 {
stop();
}
}
movieClip 920 {
frame 1 {
stop();
_root.up = 0;
}
frame 4 {
gotoAndStop(1);
}
frame 5 {
_root.up = 1;
play();
}
frame 6 {
play();
}
frame 13 {
_root.up = 0;
gotoAndStop(1);
}
}
movieClip 921 {
}
instance dude of movieClip 921 {
onClipEvent (enterFrame) {
if (_root.underwater == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.ladder == 1) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.Cannon.body._visible = false;
_root.Cannon.head._visible = false;
_root.Cannon.grenade._alpha = 0;
_root.dude._y -= 1.0e+044;
_root.dude._visible = false;
_root.Cannon.climbing._visible = true;
_root.Cannon.Cannon3._visible = true;
}
}
}
}
onClipEvent (enterFrame) {
_root.crouchmove = 0;
this._y = _root.body._y + 40;
if (_root.ladder == 0) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
if (_root.inwalker == 0) {
if (_root.downa == 0) {
_root.x = 17;
_root.Cannon.crouch._visible = false;
_root.Cannon.body._visible = true;
_root.Cannon.head._visible = true;
_root.Cannon._x = _root.arm._x - 2.5;
_root.Cannon._y = _root.arm._y;
_root.Cannon.grenade._alpha = 100;
_root.Cannon.climbing._visible = false;
_root.Cannon.Cannon3._visible = false;
} else {
if (_root.downa == 1) {
_root.x = 5;
_root.Cannon.body._visible = false;
_root.Cannon.grenade._alpha = 0;
_root.dude._visible = false;
_root.Cannon.crouch._visible = true;
_root.Cannon._x = _root.crouch._x - 20;
_root.Cannon._y = _root.crouch._y + 36;
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.screenblock == 0) {
if (_root.smallspace == 1) {
_root.Cannon.body._visible = false;
_root.Cannon.grenade._alpha = 0;
_root.dude._visible = false;
_root.Cannon.crouch._visible = true;
_root.Cannon._x = _root.crouch._x - 20;
_root.Cannon._y = _root.crouch._y + 36;
_root.dude.legs.gotoAndPlay(5);
if (Key.isDown(65) and _root.hurt == 0) {
_root.crouchmove = 1;
_root.Cannon.crouch._xscale = -100;
_root.crouch._xscale = -100;
_root.downa = 1;
_root.x = 5;
_root.info.gotoAndPlay(2);
_root.crouch.gotoAndPlay(2);
_root.crouch._visible = true;
_root.Cannon._visible = false;
_root.dude._visible = false;
} else {
if (Key.isDown(68) and _root.hurt == 0) {
_root.crouchmove = 1;
_root.Cannon.crouch._xscale = 100;
_root.crouch._xscale = 100;
_root.downa = 1;
_root.x = 5;
_root.info.gotoAndPlay(2);
_root.crouch.gotoAndPlay(2);
_root.crouch._visible = true;
_root.Cannon._visible = false;
_root.dude._visible = false;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.inwalker == 0) {
if (_root.screenblock == 0) {
if (_root.smallspace == 0) {
if (_root.ladder == 0) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
if (Key.isDown(32) and _root.hurt == 0 and _root.intheair == 0 and _root.handgrenadeammo >= 1 and _root.one == 1 and _root.one == 1) {
_root.Cannon.Barrel.gotoAndPlay(5);
} else {
if (Key.isDown(83) and (Key.isDown(65) and _root.hurt == 0)) {
_root.crouchmove = 1;
_root.Cannon.crouch._xscale = -100;
_root.crouch._xscale = -100;
_root.downa = 1;
_root.x = 5;
_root.info.gotoAndPlay(2);
_root.crouch.gotoAndPlay(2);
_root.crouch._visible = true;
_root.Cannon._visible = false;
_root.dude._visible = false;
} else {
if (Key.isDown(83) and (Key.isDown(68) and _root.hurt == 0)) {
_root.crouchmove = 1;
_root.Cannon.crouch._xscale = 100;
_root.crouch._xscale = 100;
_root.downa = 1;
_root.x = 5;
_root.info.gotoAndPlay(2);
_root.crouch.gotoAndPlay(2);
_root.crouch._visible = true;
_root.Cannon._visible = false;
_root.dude._visible = false;
} else {
if (Key.isDown(83) and _root.hurt == 0) {
_root.y = 0;
_root.Cannon.grenade._alpha = 0;
_root.downa = 1;
_root.x = 5;
_root.info.gotoAndPlay(2);
_root.Cannon._visible = true;
} else {
if (Key.isDown(87) and _root.up == 0 and _root.downa == 0) {
_root.y = 25;
_root.dude.legs.gotoAndPlay(5);
} else {
if (Key.isDown(68) and _root.up == 0) {
_root.x = 17;
this._x = _root.body._x + 5;
_root.Cannon.crouch._xscale = 100;
_root.crouch._xscale = 100;
_root.bounce.play();
_root.dude.legs._xscale = 100;
_root.dude.legs.gotoAndPlay(2);
_root.right = 1;
} else {
if (Key.isDown(65) and _root.up == 0) {
_root.x = 17;
this._x = _root.body._x;
_root.Cannon.crouch._xscale = -100;
_root.crouch._xscale = -100;
_root.Cannon.crouch._xscale = -100;
_root.crouch._xscale = -100;
_root.bounce.play();
_root.dude.legs._xscale = -100;
_root.dude.legs.gotoAndPlay(2);
_root.right = 0;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.dead == 0) {
if (_root.ladder == 1) {
if (_root.grap == 0) {
if (Key.isDown(83)) {
_root.bg._y -= 7;
_root.bg2._y -= 7;
_root.bg3._y -= 7;
_root.Cannon.climbing.gotoAndPlay(2);
} else {
if (Key.isDown(87)) {
_root.bg._y += 7;
_root.bg2._y += 7;
_root.bg3._y += 7;
_root.Cannon.climbing.gotoAndPlay(2);
}
}
}
}
}
}
}
movieClip 923 {
}
instance arm of movieClip 923 {
onClipEvent (enterFrame) {
this._y = _root.arm2._y;
this._x = _root.arm2._x + 5;
this._visible = false;
}
}
instance arm2 of movieClip 923 {
onClipEvent (enterFrame) {
this._y = _root.body._y - 2;
this._visible = false;
}
}
movieClip 924 {
frame 1 {
function addShot(_angle, _size) {
var v6 = getNextHighestDepth();
var v5 = attachMovie('CannonBall', 'cb' + v6, v6);
cb.push('cb' + v6);
v5._angle = _angle;
v5._power = (_root.speed - _size) * 2;
v5._x = Math.cos(v5._angle * 3.14 / 180) * 25;
v5._y = -Math.sin(v5._angle * 3.14 / 180) * 25;
v5._xpower = Math.cos(v5._angle * 3.14 / 180) * v5._power;
v5._ypower = Math.sin(v5._angle * 3.14 / 180) * v5._power;
v5.onEnterFrame = function () {
this._ypower -= _root.ypower;
this._x += this._xpower;
this._y -= this._ypower;
if (this._x + this._parent._x + this._parent._parent._x > 1150) {
}
if (this._x + this._parent._x + this._parent._parent._x < -500) {
}
if (this._y + this._parent._y + this._parent._parent._y < -300) {
}
if (this._y + this._parent._y + this._parent._parent._y > 600) {
var v5 = -1;
var v4 = 0;
while (v4 < cb.length) {
if (cb[v4] == this._name) {
v5 = v4;
break;
}
++v4;
}
var v3 = v5;
while (v3 < cb.length - 1) {
cb[v3] = cb[v3 + 1];
++v3;
}
cb.pop();
}
};
}
cb = new Array();
}
}
instance Shot of movieClip 924 {
onClipEvent (enterFrame) {
if (_root.downa == 0) {
_root.Shot._x = _root.arm2._x;
_root.Shot._y = _root.arm2._y;
} else {
if (_root.downa == 1) {
_root.Shot._x = _root.arm2._x;
_root.Shot._y = _root.arm2._y + 80;
}
}
}
}
movieClip 926 {
}
instance body of movieClip 926 {
onClipEvent (load) {
_root.inwalker = 0;
_root.inship = 0;
_root.ladder = 0;
_root.underwater = 0;
_root.bossbattle = 0;
_root.right = 1;
_root.touch = 0;
_root.g = 2;
vx = 0;
vy = 0;
}
onClipEvent (enterFrame) {
if (_root.dead == 0) {
if (_root.ladder == 0) {
if (_root.underwater == 0) {
if (_root.inwalker == 0) {
if (Key.isDown(65)) {
vx = -_root.x;
} else {
if (Key.isDown(68)) {
vx = _root.x;
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.dead == 0) {
if (_root.ladder == 0) {
if (_root.underwater == 0) {
if (_root.inwalker == 0) {
this._visible = false;
if (_root.bg.hitTest(this._x, this._y + 74.40000000000001, true) eq false) {
_root.touch = 0;
t += 1;
vy += _root.g * t;
} else {
_root.touch = 1;
vy = 0;
t = 0;
if (Key.isDown(87)) {
vy -= _root.y;
}
if (Key.isDown(65)) {
} else {
if (Key.isDown(68)) {
} else {
vx *= 0.1;
}
}
}
while (_root.bg.hitTest(this._x, this._y + vy + 70, true)) {
vy -= 1;
}
if (this._x <= 100 || this._x >= 700) {
limit = 0;
if (this._x <= 100 and Key.isDown(39)) {
limit = 1;
} else {
if (this._x >= 700 and Key.isDown(37)) {
limit = 1;
}
}
} else {
limit = 1;
}
vx *= limit;
this._y += vy;
this._x += vx;
if (_root.bossbattle == 0) {
if (this._x != 225 || this._y != 200) {
bgvx = 350 - this._x;
bgvy = (_root.ysize - this._y) / 5;
_root.bg2._x += bgvx;
_root.bg3._x += bgvx;
_root.bg4._x += bgvx;
_root.wave._x += bgvx;
_root.water._x += bgvx;
_root.bg._x += bgvx;
_root.bg2._y += bgvy;
_root.bg3._y += bgvy;
_root.bg4._y += bgvy;
_root.wave._y += bgvy;
_root.water._y += bgvy;
_root.handgrenade._y += bgvy;
_root.bg._y += bgvy;
this._x += bgvx;
this._y += bgvy;
}
}
}
}
}
}
}
}
movieClip 930 {
frame 1 {
stop();
_root.downa = 0;
}
frame 2 {
_root.downa = 1;
}
frame 3 {
_root.downa = 1;
}
frame 4 {
_root.downa = 0;
gotoAndStop(1);
}
}
instance info of movieClip 930 {
onClipEvent (load) {
_root.ysize = 280;
_root.downa = 0;
_root.xsize = 350;
}
}
movieClip 933 {
}
movieClip 934 {
}
instance area of movieClip 934 {
onClipEvent (enterFrame) {
if (_root.underwater == 0) {
this._visible = true;
this._x = _root.body._x;
this._y = _root.body._y;
}
}
onClipEvent (enterFrame) {
if (_root.underwater == 1) {
this._visible = false;
this._x = _root.dudeswimming._x;
this._y = _root.dudeswimming._y;
}
}
}
movieClip 939 {
}
movieClip 940 {
}
movieClip 942 {
}
movieClip 943 {
instance of movieClip 552 {
onClipEvent (load) {
if (_root.codebighead == 1) {
this.nextFrame();
} else {
this.stop();
}
}
}
instance of movieClip 642 {
onClipEvent (load) {
if (_root.two == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
}
instance of movieClip 940 {
onClipEvent (load) {
if (_root.three == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
}
instance of movieClip 942 {
onClipEvent (load) {
if (_root.one == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
}
instance of movieClip 642 {
onClipEvent (load) {
if (_root.two == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
}
}
movieClip 944 {
frame 1 {
stop();
}
frame 4 {
gotoAndStop(1);
}
}
instance crouch of movieClip 944 {
onClipEvent (enterFrame) {
this._x = _root.body._x + 15;
this._y = _root.body._y + 35;
}
}
movieClip 950 {
frame 1 {
function addShot(_angle, _size) {
var v6 = getNextHighestDepth();
var v5 = attachMovie('Grenade', 'grenadeb' + v6, v6);
grenadeb.push('grenadeb' + v6);
v5._angle = _angle;
v5._power = (_root.speed - _size) * 2;
v5._x = Math.cos(v5._angle * 3.14 / 180) * 25;
v5._y = -Math.sin(v5._angle * 3.14 / 180) * 25;
v5._xpower = Math.cos(v5._angle * 3.14 / 180) * v5._power;
v5._ypower = Math.sin(v5._angle * 3.14 / 180) * v5._power;
v5.onEnterFrame = function () {
this._ypower -= _root.ypower;
this._x += this._xpower;
this._y -= this._ypower;
if (this._x + this._parent._x + this._parent._parent._x > 1150) {
}
if (this._x + this._parent._x + this._parent._parent._x < -500) {
}
if (this._y + this._parent._y + this._parent._parent._y < -300) {
}
if (this._y + this._parent._y + this._parent._parent._y > 600) {
var v5 = -1;
var v4 = 0;
while (v4 < grenadeb.length) {
if (grenadeb[v4] == this._name) {
v5 = v4;
break;
}
++v4;
}
var v3 = v5;
while (v3 < grenadeb.length - 1) {
grenadeb[v3] = grenadeb[v3 + 1];
++v3;
}
grenadeb.pop();
}
};
}
grenadeb = new Array();
}
}
instance Shotb of movieClip 950 {
onClipEvent (enterFrame) {
if (_root.downa == 0) {
_root.Shotb._x = _root.arm2._x;
_root.Shotb._y = _root.arm2._y;
} else {
if (_root.downa == 1) {
_root.Shotb._x = _root.arm2._x;
_root.Shotb._y = _root.arm2._y + 80;
}
}
}
}
movieClip 966 {
frame 1 {
stop();
}
}
movieClip 967 {
}
movieClip 970 {
}
movieClip 972 {
}
movieClip 984 {
frame 16 {
stop();
}
}
movieClip 987 {
}
movieClip 988 {
frame 1 {
_root.explosionz = 0;
_root.intheair = 0;
}
frame 1 {
stop();
}
frame 2 {
_root.intheair = 1;
_root.handgrenadeammo -= 1;
}
instance of movieClip 972 {
onClipEvent (load) {
_root.handgrenade._x = _root.arm._x;
_root.handgrenade._y = _root.arm._y - 25;
}
}
frame 19 {
_root.explosionz = 1;
}
instance of movieClip 987 {
onClipEvent (load) {
this._rotation = _root.Cannon.Barrel._rotation;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.sleepingbeastb.head)) {
_root.bg3.beastinfo.play();
this.gotoAndPlay(21);
}
if (this.hitTest(_root.bg3.shooter1)) {
_root.bg3.shooter1.gotoAndPlay(43);
}
if (this.hitTest(_root.bg3.snake.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.snake.health -= 1000;
_root.bg3.snake.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake2.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.snake2.health -= 1000;
_root.bg3.snake2.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake3.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.snake3.health -= 1000;
_root.bg3.snake3.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake4.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.snake4.health -= 1000;
_root.bg3.snake4.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake5.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.snake5.health -= 1000;
_root.bg3.snake5.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake6.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(21);
_root.bg3.snake6.health -= 1000;
_root.bg3.snake6.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake7.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(21);
_root.bg3.snake7.health -= 1000;
_root.bg3.snake7.gotoAndStop(16);
}
if (this.hitTest(_root.bg3.snake8.hitzone) and _root.beenhereb == 1) {
this.gotoAndPlay(21);
_root.bg3.snake8.health -= 1000;
_root.bg3.snake8.gotoAndStop(16);
}
if (this.hitTest(_root.eye1.hitzone)) {
this.gotoAndPlay(21);
_root.eye1.health -= 1000;
}
if (this.hitTest(_root.eye2.hitzone)) {
this.gotoAndPlay(21);
_root.eye2.health -= 1000;
}
if (this.hitTest(_root.bg3.scourge1)) {
this.gotoAndPlay(21);
_root.bg3.scourge1.health -= 1000;
_root.bg3.scourge1.blood._visible = true;
_root.bg3.scourge1.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge2)) {
this.gotoAndPlay(21);
_root.bg3.scourge2.health -= 1000;
_root.bg3.scourge2.blood._visible = true;
_root.bg3.scourge2.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge3) and _root.scourge3go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge3.health -= 1000;
_root.bg3.scourge3.blood._visible = true;
_root.bg3.scourge3.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge4) and _root.scourge4go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge4.health -= 1000;
_root.bg3.scourge4.blood._visible = true;
_root.bg3.scourge4.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge5) and _root.scourge5go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge5.health -= 1000;
_root.bg3.scourge5.blood._visible = true;
_root.bg3.scourge5.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge6) and _root.scourge6go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge6.health -= 1000;
_root.bg3.scourge6.blood._visible = true;
_root.bg3.scourge6.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge7)) {
this.gotoAndPlay(21);
_root.bg3.scourge7.health -= 1000;
_root.bg3.scourge7.blood._visible = true;
_root.bg3.scourge7.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge8) and _root.scourge8go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge8.health -= 1000;
_root.bg3.scourge8.blood._visible = true;
_root.bg3.scourge8.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge9) and _root.scourge9go == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge9.health -= 1000;
_root.bg3.scourge9.blood._visible = true;
_root.bg3.scourge9.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge10) and _root.scourge10go == 1 and _root.beenhereb == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge10.health -= 1000;
_root.bg3.scourge10.blood._visible = true;
_root.bg3.scourge10.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.scourge11) and _root.scourge11go == 1 and _root.beenhereb == 1) {
this.gotoAndPlay(21);
_root.bg3.scourge11.health -= 1000;
_root.bg3.scourge11.blood._visible = true;
_root.bg3.scourge11.gotoAndStop(3);
}
if (this.hitTest(_root.bg3.boss1.hitzone)) {
this.gotoAndPlay(21);
_root.bg3.boss1.headhealth -= 20;
}
if (this.hitTest(_root.bg3.boss1.hitzoneb)) {
this.gotoAndPlay(21);
_root.bg3.boss1.health -= 20;
}
if (this.hitTest(_root.bg3.eye1)) {
this.gotoAndPlay(4);
_root.bg3.eye1.health -= 1000;
}
if (this.hitTest(_root.bg3.eye2)) {
this.gotoAndPlay(4);
_root.bg3.eye2.health -= 1000;
}
if (this.hitTest(_root.bg3.eye3)) {
this.gotoAndPlay(4);
_root.bg3.eye3.health -= 1000;
}
if (this.hitTest(_root.bg3.eye4)) {
this.gotoAndPlay(4);
_root.bg3.eye4.health -= 1000;
}
if (this.hitTest(_root.bg3.eye5)) {
this.gotoAndPlay(4);
_root.bg3.eye5.health -= 1000;
}
if (this.hitTest(_root.bg3.eye6)) {
this.gotoAndPlay(4);
_root.bg3.eye6.health -= 1000;
}
if (this.hitTest(_root.bg3.eye7)) {
this.gotoAndPlay(4);
_root.bg3.eye7.health -= 1000;
}
if (this.hitTest(_root.bg3.eye8)) {
this.gotoAndPlay(4);
_root.bg3.eye8.health -= 1000;
}
if (this.hitTest(_root.bg3.eye9)) {
this.gotoAndPlay(4);
_root.bg3.eye9.health -= 1000;
}
if (this.hitTest(_root.bg3.eye10)) {
this.gotoAndPlay(4);
_root.bg3.eye10.health -= 1000;
}
if (this.hitTest(_root.bg3.eye11)) {
this.gotoAndPlay(4);
_root.bg3.eye11.health -= 1000;
}
if (this.hitTest(_root.bg3.eye12)) {
this.gotoAndPlay(4);
_root.bg3.eye12.health -= 1000;
}
if (this.hitTest(_root.bg3.eye13)) {
this.gotoAndPlay(4);
_root.bg3.eye13.health -= 1000;
}
if (this.hitTest(_root.bg3.eye14)) {
this.gotoAndPlay(4);
_root.bg3.eye14.health -= 1000;
}
if (this.hitTest(_root.bg3.eye15)) {
this.gotoAndPlay(4);
_root.bg3.eye15.health -= 1000;
}
if (this.hitTest(_root.bg3.eye16)) {
this.gotoAndPlay(4);
_root.bg3.eye16.health -= 1000;
}
if (this.hitTest(_root.bg3.eye17)) {
this.gotoAndPlay(4);
_root.bg3.eye17.health -= 1000;
}
if (this.hitTest(_root.bg3.eye18)) {
this.gotoAndPlay(4);
_root.bg3.eye18.health -= 1000;
}
if (this.hitTest(_root.bg3.eye19)) {
this.gotoAndPlay(4);
_root.bg3.eye19.health -= 1000;
}
if (this.hitTest(_root.bg3.eye20)) {
this.gotoAndPlay(4);
_root.bg3.eye20.health -= 1000;
}
if (this.hitTest(_root.bg3.eye21)) {
this.gotoAndPlay(4);
_root.bg3.eye21.health -= 1000;
}
if (this.hitTest(_root.bg3.smoker)) {
_root.bg3.smoker.nextFrame();
}
if (this.hitTest(_root.bg3.fireboss.hitzone)) {
_root.firebosshealth -= 20;
_root.bg3.fireboss.hitzone.explode.play();
this.gotoAndPlay(4);
}
}
}
frame 35 {
_root.explosionz = 0;
_root.intheair = 0;
}
frame 35 {
gotoAndStop(1);
}
}
instance handgrenade of movieClip 988 {
onClipEvent (enterFrame) {
if (Key.isDown(68) and _root.explosionz == 1) {
this._x -= 14;
} else {
if (Key.isDown(65) and _root.explosionz == 1) {
this._x += 14;
}
}
}
}
movieClip 992 {
}
movieClip 993 {
frame 1 {
stop();
}
instance of movieClip 992 {
onClipEvent (enterFrame) {
_root.Cannon.head._y += 8;
_root.Cannon.body._y += 8;
_root.Cannon.Barrel._y += 8;
_root.Cannon.grenade._y += 8;
_root.Cannon.arm._y += 8;
_root.Cannon.Cannon2._y += 8;
_root.Cannon.Cannon3._y += 8;
_root.Cannon.Cannon4._y += 8;
}
}
instance of movieClip 992 {
onClipEvent (enterFrame) {
_root.Cannon.head._y -= 8;
_root.Cannon.body._y -= 8;
_root.Cannon.Barrel._y -= 8;
_root.Cannon.grenade._y -= 8;
_root.Cannon.arm._y -= 8;
_root.Cannon.Cannon2._y -= 8;
_root.Cannon.Cannon3._y -= 8;
_root.Cannon.Cannon4._y -= 8;
}
}
}
movieClip 1006 {
frame 1 {
stop();
}
instance of movieClip 552 {
onClipEvent (load) {
if (_root.codebighead == 1) {
this.nextFrame();
} else {
this.stop();
}
}
}
frame 51 {
_root.gotoAndPlay('death');
}
}
instance of movieClip 1006 {
onClipEvent (enterFrame) {
if (_root.inwalker == 1) {
this._alpha = -100;
} else {
this._alpha = 100;
}
}
onClipEvent (load) {
_root.dead = 0;
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.dead = 1;
_root.dudeswimming._visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.right == 1) {
if (_root.dead == 0) {
this._xscale = 100;
}
}
if (_root.right == 0) {
if (_root.dead == 0) {
this._xscale = -100;
}
}
}
onClipEvent (enterFrame) {
this._x = _root.body._x + 15;
this._y = _root.body._y + 30;
}
onClipEvent (enterFrame) {
if (_root.underwater == 0) {
if (_root.dead == 1) {
this.play();
_root.downa = 0;
_root.dude._visible = false;
_root.Cannon._visible = false;
}
}
}
onClipEvent (enterFrame) {
if (_root.inwalker == 1) {
if (_root.dead == 1) {
_root.bg3.walker.gotoAndStop(13);
}
}
}
}
movieClip 1014 {
}
movieClip 1016 {
frame 1 {
stop();
_root.hurt = 0;
}
frame 2 {
_root.hurt = 1;
}
instance of movieClip 1014 {
onClipEvent (enterFrame) {
if (_root.mode == 1) {
_root.health -= 5;
} else {
if (_root.mode == 2) {
_root.health -= 10;
} else {
if (_root.mode == 3) {
_root.health -= 10;
}
}
}
}
}
frame 6 {
gotoAndStop(1);
_root.hurt = 0;
}
}
instance hurt2 of movieClip 1016 {
onClipEvent (enterFrame) {
this._x = _root.dudeswimming._x;
this._y = _root.dudeswimming._y;
}
onClipEvent (enterFrame) {
if (_root.right == 1) {
if (_root.dead == 0) {
this._xscale = 100;
}
}
if (_root.right == 0) {
if (_root.dead == 0) {
this._xscale = -100;
}
}
}
}
movieClip 1018 {
frame 1 {
stop();
}
frame 50 {
_root.gotoAndPlay('death');
}
}
instance of movieClip 1018 {
onClipEvent (enterFrame) {
if (_root.right == 1) {
if (_root.dead == 0) {
this._xscale = 100;
}
}
if (_root.right == 0) {
if (_root.dead == 0) {
this._xscale = -100;
}
}
}
onClipEvent (enterFrame) {
this._x = _root.dudeswimming._x;
this._y = _root.dudeswimming._y;
}
onClipEvent (enterFrame) {
if (_root.underwater == 1) {
if (_root.dead == 1) {
this.play();
_root.dudeswimming._visible = false;
_root.downa = 0;
_root.dude._visible = false;
_root.Cannon._visible = false;
}
}
}
}
movieClip 1023 {
frame 16 {
stop();
}
}
movieClip 1024 {
frame 1 {
stop();
}
}
movieClip 1037 {
frame 1 {
stop();
_root.hurt = 0;
}
instance of movieClip 552 {
onClipEvent (load) {
if (_root.codebighead == 1) {
this.nextFrame();
} else {
this.stop();
}
}
}
frame 5 {
_root.hurt = 1;
}
instance of movieClip 1014 {
onClipEvent (enterFrame) {
if (_root.mode == 1) {
_root.health -= 5;
} else {
if (_root.mode == 2) {
_root.health -= 10;
} else {
if (_root.mode == 3) {
_root.health -= 10;
}
}
}
}
}
frame 8 {
_root.hurt = 0;
gotoAndStop(1);
}
frame 9 {
}
instance of movieClip 552 {
onClipEvent (load) {
if (_root.codebighead == 1) {
this.nextFrame();
} else {
this.stop();
}
}
}
frame 12 {
_root.hurt = 1;
}
instance of movieClip 1014 {
onClipEvent (enterFrame) {
if (_root.mode == 1) {
_root.health -= 5;
} else {
if (_root.mode == 2) {
_root.health -= 10;
} else {
if (_root.mode == 3) {
_root.health -= 10;
}
}
}
}
}
frame 15 {
_root.hurt = 0;
gotoAndStop(1);
}
}
instance hurtup of movieClip 1037 {
onClipEvent (enterFrame) {
if (_root.inwalker == 1) {
this._alpha = -100;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.right == 1) {
this._xscale = 100;
}
if (_root.right == 0) {
this._xscale = -100;
}
}
onClipEvent (enterFrame) {
this._x = _root.body._x + 15;
this._y = _root.body._y + 30;
}
onClipEvent (enterFrame) {
if (_root.inwalker == 0) {
if (_root.dead == 0) {
if (_root.hurt == 1) {
_root.dude._visible = false;
_root.Cannon._visible = false;
} else {
if (_root.hurt == 0) {
_root.dude._visible = true;
_root.Cannon._visible = true;
}
}
}
}
}
}
movieClip 1039 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.hurt = 1;
}
frame 2 {
if (_root.downa == 1) {
if (_root.dead == 0) {
_root.hurtup.gotoAndPlay(9);
_root.dude._visible = false;
_root.Cannon._visible = false;
}
} else {
if (_root.downa == 0) {
if (_root.dead == 0) {
_root.hurtup.play();
_root.dude._visible = false;
_root.Cannon._visible = false;
}
}
}
}
}
instance hurt1 of movieClip 1039 {
onClipEvent (enterFrame) {
if (_root.inwalker == 1) {
this._alpha = -100;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.downa == 1) {
if (_root.dead == 0) {
if (_root.hurt == 1) {
_root.hurtup.gotoAndPlay(9);
_root.dude._visible = false;
_root.Cannon._visible = false;
}
}
} else {
if (_root.downa == 0) {
if (_root.dead == 0) {
if (_root.hurt == 1) {
_root.hurtup.play();
_root.dude._visible = false;
_root.Cannon._visible = false;
}
}
}
}
}
}
movieClip 1040 {
frame 1 {
stop();
}
}
movieClip 1042 {
frame 1 {
stop();
}
}
movieClip 1044 {
}
movieClip 1046 {
}
movieClip 1048 {
}
movieClip 1053 {
}
movieClip 1054 {
frame 1 {
stop();
}
frame 4 {
gotoAndStop(1);
}
}
movieClip 1055 {
frame 1 {
stop();
}
frame 4 {
gotoAndStop(1);
}
}
movieClip 1069 {
}
movieClip 1070 {
frame 1 {
stop();
_root.climbingb = 0;
}
frame 2 {
_root.climbingb = 1;
}
frame 4 {
gotoAndStop(1);
}
}
movieClip 1071 {
frame 1 {
stop();
}
instance of movieClip 552 {
onClipEvent (load) {
if (_root.codebighead == 1) {
this.nextFrame();
} else {
this.stop();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
}
movieClip 1074 {
}
movieClip 1075 {
frame 1 {
stop();
}
}
movieClip 1077 {
frame 1 {
stop();
}
}
movieClip 1082 {
frame 1 {
_root.Cannon.head.light._visible = true;
_root.Cannon.crouch.light._visible = true;
}
}
movieClip 1089 {
}
movieClip 1092 {
instance of movieClip 1089 {
onClipEvent (load) {
_root.handgrenade.play();
}
}
}
movieClip 1093 {
frame 1 {
stop();
_root.throwing = 0;
}
frame 1 {
_root.Cannon.head.light._visible = false;
_root.Cannon.crouch.light._visible = false;
}
frame 4 {
gotoAndStop(1);
}
frame 5 {
_root.throwing = 1;
}
frame 14 {
gotoAndStop(1);
_root.throwing = 0;
}
}
movieClip 1109 {
frame 1 {
_root.Cannon.head.light._visible = true;
_root.Cannon.crouch.light._visible = true;
}
frame 6 {
_root.Cannon.arm._visible = true;
_root.busy = 0;
_root.Cannon.Cannon2.gotoAndStop(1);
}
}
movieClip 1110 {
frame 1 {
stop();
_root.throwing = 0;
}
frame 1 {
_root.Cannon.head.light._visible = false;
_root.Cannon.crouch.light._visible = false;
}
frame 2 {
_root.busy = 1;
}
frame 4 {
stop();
}
frame 5 {
_root.throwing = 1;
}
frame 14 {
gotoAndStop(1);
_root.throwing = 0;
}
}
movieClip 1123 {
}
movieClip 1127 {
frame 1 {
_root.plasmaammo -= 1;
}
frame 2 {
_root.plasmaammo -= 1;
}
}
movieClip 1128 {
frame 1 {
stop();
}
instance of movieClip 1127 {
onClipEvent (enterFrame) {
if (_root.plasmaammo <= 0) {
_root.Cannon.Cannon4.gotoAndStop(1);
}
}
}
frame 4 {
gotoAndStop(1);
}
}
movieClip 1129 {
frame 1 {
function refCannon() {
arm._rotation = -_angle;
Cannon2._rotation = -_angle;
Cannon3._rotation = -_angle;
Cannon4._rotation = -_angle;
Cannon5._rotation = -_angle;
shoulderpad._rotation = -_angle;
Barrel._rotation = -_angle;
arm._rotation = -_angle;
Barrel._xscale = _size;
Barrel._yscale = _size;
}
stop();
_angle = 0;
_size = 100;
_press = false;
onMouseMove = function () {
if (_ymouse < 0) {
_dist = _root.dist(0, 0, _xmouse, _ymouse);
_sin = -_ymouse / _dist;
_angleRad = Math.asin(_sin);
_angle = _angleRad / 0.01744444444444445;
if (_xmouse < 0) {
_angle = 180 - _angle;
}
refCannon();
} else {
if (_ymouse > 0) {
_dist = _root.dist(0, 0, _xmouse, _ymouse);
_sin = -_ymouse / _dist;
_angleRad = Math.asin(_sin);
_angle = _angleRad / 0.01744444444444445;
if (_xmouse < 0) {
_angle = 180 - _angle;
}
refCannon();
}
}
};
}
instance arm of movieClip 1040 {
onClipEvent (enterFrame) {
if (_root.one == 1) {
if (_root.ladder == 1) {
this._visible = false;
} else {
if (_root.ladder == 0) {
if (_root.one == 1) {
this._visible = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.two == 1) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.three == 1) {
this._visible = false;
}
}
onClipEvent (load) {
_root.busy = 0;
}
}
instance crouch of movieClip 1044 {
onClipEvent (enterFrame) {
if (_root.climbingb == 0) {
this._alpha = 100;
} else {
if (_root.climbingb == 1) {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.ladder == 1) {
this._visible = false;
}
}
}
instance Cannon3 of movieClip 1055 {
onClipEvent (enterFrame) {
if (_root.one == 1) {
if (_root.ladder == 1) {
this._visible = true;
} else {
if (_root.ladder == 0) {
this._visible = false;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.climbingb == 0) {
this._alpha = 100;
} else {
if (_root.climbingb == 1) {
this._alpha = 0;
}
}
}
}
instance Barrel of movieClip 1093 {
onClipEvent (enterFrame) {
if (_root.one == 1) {
if (_root.ladder == 1) {
this._visible = false;
} else {
if (_root.ladder == 0) {
this._visible = true;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.one == 0) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.climbingb == 0) {
this._alpha = 100;
} else {
if (_root.climbingb == 1) {
this._alpha = 0;
}
}
}
}
instance Cannon2 of movieClip 1110 {
onClipEvent (enterFrame) {
if (_root.two == 1) {
if (_root.ladder == 1) {
this._visible = false;
} else {
if (_root.ladder == 0) {
if (_root.two == 1) {
this._visible = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.two == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (load) {
_root.busy = 0;
}
}
instance Cannon4 of movieClip 1128 {
onClipEvent (enterFrame) {
if (_root.three == 1) {
if (_root.ladder == 1) {
this._visible = false;
} else {
if (_root.ladder == 0) {
if (_root.three == 1) {
this._visible = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.three == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (load) {
_root.busy = 0;
}
}
}
instance Cannon of movieClip 1129 {
onClipEvent (enterFrame) {
if (_root.busy == 0) {
onMouseDown = function () {
_root.down = 1;
};
}
}
onClipEvent (enterFrame) {
if (_root.busy == 0) {
onMouseUp = function () {
_root.down = 0;
};
}
}
onClipEvent (enterFrame) {
if (_root.climbingb == 0) {
if (_root.screenblock == 0) {
if (_root.busy == 0) {
if (_root.underwater == 0) {
if (_root.crouchmove == 0) {
if (_root.one == 1) {
if (_root.dead == 0) {
if (_root.throwing == 0) {
if (_root.inwalker == 0) {
if (_root.grabbb == 0) {
if (_root.down == 1) {
_parent.Shot.addShot(_angle, _size);
_root.Cannon.Barrel.gotoAndPlay(2);
_root.Cannon.arm.gotoAndPlay(2);
_root.Cannon.Barrel.fire.gotoAndPlay(2);
_root.Cannon.Cannon3.fire.gotoAndPlay(2);
_root.Cannon.Cannon3.gotoAndPlay(2);
}
}
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.launcherammo >= 1) {
if (_root.climbingb == 0) {
if (_root.screenblock == 0) {
if (_root.busy == 0) {
if (_root.underwater == 0) {
if (_root.crouchmove == 0) {
if (_root.two == 1) {
if (_root.dead == 0) {
if (_root.throwing == 0) {
if (_root.inwalker == 0) {
if (_root.down == 1) {
if (_root.grabbb == 0) {
_parent.Shotb.addShot(_angle, _size);
_root.Cannon.Cannon2.gotoAndPlay(2);
_root.Cannon.arm._visible = false;
}
}
}
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.plasmaammo >= 1) {
if (_root.screenblock == 0) {
if (_root.climbingb == 0) {
if (_root.busy == 0) {
if (_root.underwater == 0) {
if (_root.crouchmove == 0) {
if (_root.three == 1) {
if (_root.dead == 0) {
if (_root.throwing == 0) {
if (_root.inwalker == 0) {
if (_root.down == 1) {
if (_root.grabbb == 0) {
_parent.Shotc.addShot(_angle, _size);
_root.Cannon.Cannon4.gotoAndPlay(2);
_root.Cannon.arm._visible = false;
}
}
}
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.underwater == 1) {
if (_root.down == 1) {
_root.dudeswimming.gotoAndPlay(5);
}
}
}
}
movieClip 1131 {
}
movieClip 1133 {
}
movieClip 1134 {
instance of movieClip 1131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('midupleft');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.right = 0;
_root.Cannon.head.light._xscale = -100;
_root.Cannon.Cannon2._yscale = -100;
_root.Cannon.Cannon3._yscale = -100;
_root.Cannon.Cannon4._yscale = -100;
_root.Cannon.Cannon5._yscale = -100;
_root.Cannon.Barrel._yscale = -100;
_root.Cannon.arm._yscale = -100;
_root.Cannon.grenade._visible = false;
_root.Cannon.body._xscale = -200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
if (_root.intheair == 0) {
_root.handgrenade._xscale = -100;
}
}
}
}
}
}
instance of movieClip 1131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('midupright');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.Cannon.Cannon2._yscale = 100;
_root.Cannon.Cannon3._yscale = 100;
_root.Cannon.Cannon4._yscale = 100;
_root.Cannon.Cannon5._yscale = 100;
_root.Cannon.arm._yscale = 100;
_root.right = 1;
_root.Cannon.Barrel._yscale = 100;
_root.Cannon.grenade._visible = true;
_root.Cannon.body._xscale = 200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
_root.Cannon.head.light._xscale = 100;
if (_root.intheair == 0) {
_root.handgrenade._xscale = 100;
}
}
}
}
}
}
instance of movieClip 1131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('middownleft');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.right = 0;
_root.Cannon.head.light._xscale = -100;
_root.Cannon.Cannon2._yscale = -100;
_root.Cannon.Cannon3._yscale = -100;
_root.Cannon.Cannon4._yscale = -100;
_root.Cannon.Cannon5._yscale = -100;
_root.Cannon.Barrel._yscale = -100;
_root.Cannon.arm._yscale = -100;
_root.Cannon.grenade._visible = false;
_root.Cannon.body._xscale = -200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
if (_root.intheair == 0) {
_root.handgrenade._xscale = -100;
}
}
}
}
}
}
instance of movieClip 1131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('middownright');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.Cannon.Cannon2._yscale = 100;
_root.Cannon.Cannon3._yscale = 100;
_root.Cannon.Cannon4._yscale = 100;
_root.Cannon.Cannon5._yscale = 100;
_root.Cannon.arm._yscale = 100;
_root.right = 1;
_root.Cannon.Barrel._yscale = 100;
_root.Cannon.grenade._visible = true;
_root.Cannon.body._xscale = 200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
_root.Cannon.head.light._xscale = 100;
if (_root.intheair == 0) {
_root.handgrenade._xscale = 100;
}
}
}
}
}
}
instance of movieClip 1131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('rightdown');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.Cannon.Cannon2._yscale = 100;
_root.Cannon.Cannon3._yscale = 100;
_root.Cannon.Cannon4._yscale = 100;
_root.Cannon.Cannon5._yscale = 100;
_root.Cannon.arm._yscale = 100;
_root.right = 1;
_root.Cannon.Barrel._yscale = 100;
_root.Cannon.grenade._visible = true;
_root.Cannon.body._xscale = 200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
_root.Cannon.head.light._xscale = 100;
if (_root.intheair == 0) {
_root.handgrenade._xscale = 100;
}
}
}
}
}
}
instance of movieClip 1131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('rightup');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.Cannon.Cannon2._yscale = 100;
_root.Cannon.Cannon3._yscale = 100;
_root.Cannon.Cannon4._yscale = 100;
_root.Cannon.Cannon5._yscale = 100;
_root.Cannon.arm._yscale = 100;
_root.right = 1;
_root.Cannon.Barrel._yscale = 100;
_root.Cannon.grenade._visible = true;
_root.Cannon.body._xscale = 200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
_root.Cannon.head.light._xscale = 100;
if (_root.intheair == 0) {
_root.handgrenade._xscale = 100;
}
}
}
}
}
}
instance of movieClip 1131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('leftup');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.right = 0;
_root.Cannon.head.light._xscale = -100;
_root.Cannon.Cannon2._yscale = -100;
_root.Cannon.Cannon3._yscale = -100;
_root.Cannon.Cannon4._yscale = -100;
_root.Cannon.Cannon5._yscale = -100;
_root.Cannon.Barrel._yscale = -100;
_root.Cannon.arm._yscale = -100;
_root.Cannon.grenade._visible = false;
_root.Cannon.body._xscale = -200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
if (_root.intheair == 0) {
_root.handgrenade._xscale = -100;
}
}
}
}
}
}
instance of movieClip 1131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('leftdown');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.right = 0;
_root.Cannon.head.light._xscale = -100;
_root.Cannon.Cannon2._yscale = -100;
_root.Cannon.Cannon3._yscale = -100;
_root.Cannon.Cannon4._yscale = -100;
_root.Cannon.Cannon5._yscale = -100;
_root.Cannon.Barrel._yscale = -100;
_root.Cannon.arm._yscale = -100;
_root.Cannon.grenade._visible = false;
_root.Cannon.body._xscale = -200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
if (_root.intheair == 0) {
_root.handgrenade._xscale = -100;
}
}
}
}
}
}
instance of movieClip 1131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('midupright');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.Cannon.Cannon2._yscale = 100;
_root.Cannon.Cannon3._yscale = 100;
_root.Cannon.Cannon4._yscale = 100;
_root.Cannon.Cannon5._yscale = 100;
_root.Cannon.arm._yscale = 100;
_root.right = 1;
_root.Cannon.Barrel._yscale = 100;
_root.Cannon.grenade._visible = true;
_root.Cannon.body._xscale = 200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
_root.Cannon.head.light._xscale = 100;
if (_root.intheair == 0) {
_root.handgrenade._xscale = 100;
}
}
}
}
}
}
instance of movieClip 1131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('middownright');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.Cannon.Cannon2._yscale = 100;
_root.Cannon.Cannon3._yscale = 100;
_root.Cannon.Cannon4._yscale = 100;
_root.Cannon.Cannon5._yscale = 100;
_root.Cannon.arm._yscale = 100;
_root.right = 1;
_root.Cannon.Barrel._yscale = 100;
_root.Cannon.grenade._visible = true;
_root.Cannon.body._xscale = 200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
_root.Cannon.head.light._xscale = 100;
if (_root.intheair == 0) {
_root.handgrenade._xscale = 100;
}
}
}
}
}
}
instance of movieClip 1133 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('normright');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.Cannon.Cannon2._yscale = 100;
_root.Cannon.Cannon3._yscale = 100;
_root.Cannon.Cannon4._yscale = 100;
_root.Cannon.Cannon5._yscale = 100;
_root.Cannon.arm._yscale = 100;
_root.right = 1;
_root.Cannon.Barrel._yscale = 100;
_root.Cannon.grenade._visible = true;
_root.Cannon.body._xscale = 200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
_root.Cannon.head.light._xscale = 100;
if (_root.intheair == 0) {
_root.handgrenade._xscale = 100;
}
}
}
}
}
}
instance of movieClip 1133 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
_root.Cannon.head.head.gotoAndStop('normleft');
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.crosshairs)) {
if (_root.underwater == 0) {
if (_root.dead == 0) {
_root.right = 0;
_root.Cannon.head.light._xscale = -100;
_root.Cannon.Cannon2._yscale = -100;
_root.Cannon.Cannon3._yscale = -100;
_root.Cannon.Cannon4._yscale = -100;
_root.Cannon.Cannon5._yscale = -100;
_root.Cannon.Barrel._yscale = -100;
_root.Cannon.arm._yscale = -100;
_root.Cannon.grenade._visible = false;
_root.Cannon.body._xscale = -200;
_root.Shot._yscale = 50;
_root.Shot._xscale = 50;
if (_root.intheair == 0) {
_root.handgrenade._xscale = -100;
}
}
}
}
}
}
}
instance of movieClip 1134 {
onClipEvent (enterFrame) {
this._x = _root.body._x + 5;
this._y = _root.body._y;
}
}
movieClip 1135 {
frame 1 {
function addShot(_angle, _size) {
var v6 = getNextHighestDepth();
var v5 = attachMovie('plasma', 'plasmab' + v6, v6);
plasmab.push('plasmab' + v6);
v5._angle = _angle;
v5._power = (_root.speed - _size) * 2;
v5._x = Math.cos(v5._angle * 3.14 / 180) * 25;
v5._y = -Math.sin(v5._angle * 3.14 / 180) * 25;
v5._xpower = Math.cos(v5._angle * 3.14 / 180) * v5._power;
v5._ypower = Math.sin(v5._angle * 3.14 / 180) * v5._power;
v5.onEnterFrame = function () {
this._ypower -= _root.ypower;
this._x += this._xpower;
this._y -= this._ypower;
if (this._x + this._parent._x + this._parent._parent._x > 1150) {
}
if (this._x + this._parent._x + this._parent._parent._x < -500) {
}
if (this._y + this._parent._y + this._parent._parent._y < -300) {
}
if (this._y + this._parent._y + this._parent._parent._y > 600) {
var v5 = -1;
var v4 = 0;
while (v4 < plasmab.length) {
if (plasmab[v4] == this._name) {
v5 = v4;
break;
}
++v4;
}
var v3 = v5;
while (v3 < plasmab.length - 1) {
plasmab[v3] = plasmab[v3 + 1];
++v3;
}
plasmab.pop();
}
};
}
plasmab = new Array();
}
}
instance Shotc of movieClip 1135 {
onClipEvent (enterFrame) {
if (_root.downa == 0) {
_root.Shotc._x = _root.arm2._x + 30;
_root.Shotc._y = _root.arm2._y;
} else {
if (_root.downa == 1) {
_root.Shotc._x = _root.arm2._x + 30;
_root.Shotc._y = _root.arm2._y + 80;
}
}
}
}
movieClip 1138 {
}
instance of movieClip 1138 {
onClipEvent (load) {
_root.grabbb = 0;
}
}
instance rain of movieClip 512 {
onClipEvent (enterFrame) {
if (_root.effectsoff == 1) {
this.gotoAndStop(7);
}
}
}
instance rainsound of movieClip 490 {
onClipEvent (enterFrame) {
if (_root.effectsoff == 1) {
this.removeMovieClip();
this.gotoAndStop(4);
}
}
}
movieClip 1140 {
}
movieClip 1154 {
frame 1 {
stop();
}
frame 14 {
stop();
}
}
movieClip 1157 {
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
}
movieClip 1173 {
}
movieClip 1190 {
frame 1 {
stop();
}
frame 7 {
stop();
}
frame 62 {
stop();
_root.sleepingbeast = 1;
}
frame 64 {
gotoAndStop(63);
}
}
instance beastdeath of movieClip 1190 {
onClipEvent (load) {
this._visible = false;
}
}
movieClip 1197 {
}
movieClip 1201 {
}
movieClip 1205 {
}
movieClip 1206 {
frame 1 {
stop();
_quality = 'LOW';
}
instance of movieClip 1197 {
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
_root.q.gotoAndPlay(2);
}
}
}
frame 4 {
stop();
_quality = 'MEDIUM';
}
instance of movieClip 1201 {
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
_root.q.gotoAndPlay(5);
}
}
}
frame 7 {
stop();
_quality = 'HIGH';
}
instance of movieClip 1205 {
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
_root.q.gotoAndPlay(8);
}
}
}
}
instance q of movieClip 1206 {
onClipEvent (load) {
if (_quality == 'LOW') {
this.gotoAndStop(1);
} else {
if (_quality == 'MEDIUM') {
this.gotoAndStop(4);
} else {
if (_quality == 'HIGH') {
this.gotoAndStop(7);
}
}
}
}
}
movieClip 1209 {
}
instance of movieClip 1209 {
onClipEvent (release) {
if (_root.insidecave == 0) {
if (_root.effectsoff == 0) {
_root.effectsoff = 1;
Mouse.show();
} else {
if (_root.effectsoff == 1) {
_root.rain.gotoAndPlay(1);
_root.rainsound.gotoAndPlay(1);
_root.bg3.rain.gotoAndPlay(1);
_root.lightning.gotoAndPlay(1);
_root.effectsoff = 0;
} else {
if (_root.effectsoff == 3) {
_root.effectsoff = 1;
}
}
}
}
}
}
movieClip 1212 {
frame 1 {
stop();
}
}
movieClip 1217 {
frame 1 {
stop();
}
}
movieClip 1218 {
instance of movieClip 1212 {
onClipEvent (enterFrame) {
if (_root.health <= 40) {
this.play();
}
}
}
}
movieClip 1221 {
}
movieClip 1224 {
}
movieClip 1228 {
}
movieClip 1231 {
}
movieClip 1234 {
}
movieClip 1236 {
}
movieClip 1237 {
frame 1 {
stop();
}
instance healthbar of movieClip 1218 {
onClipEvent (enterFrame) {
this.health = _root.health;
}
}
instance grenadebar of movieClip 1221 {
onClipEvent (enterFrame) {
this.ammo = _root.handgrenadeammo;
}
}
instance gunbar of movieClip 1224 {
onClipEvent (load) {
_root.ypower = 0;
_root.speed = 140;
}
}
instance launcherbar of movieClip 1228 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.launcher == 1) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
this.ammo = _root.launcherammo;
}
}
instance plasmabar of movieClip 1234 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.plasmarifle == 1) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
this.ammo = _root.plasmaammo;
}
}
instance of movieClip 1236 {
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
_root.one = 1;
_root.two = 0;
_root.three = 0;
_root.four = 0;
_root.ypower = 0;
_root.speed = 140;
} else {
if (Key.isDown(50) and _root.launcher == 1 and _root.launcherammo > 0 and _root.ladder == 0) {
_root.one = 0;
_root.two = 1;
_root.three = 0;
_root.four = 0;
_root.speed = 130;
_root.ypower = 8;
} else {
if (Key.isDown(51) and _root.plasmarifle == 1 and _root.plasmaammo > 0) {
_root.one = 0;
_root.two = 0;
_root.three = 1;
_root.four = 0;
_root.speed = 130;
_root.ypower = 0;
}
}
}
}
}
instance launcherbar of movieClip 1228 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.launcher == 1) {
this._visible = true;
}
}
}
frame 15 {
stop();
}
instance launcherbar of movieClip 1228 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.launcher == 1) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
this.ammo = _root.launcherammo;
}
}
instance launcherbar of movieClip 1228 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.launcher == 1) {
this._visible = true;
}
}
}
frame 30 {
gotoAndStop(1);
}
}
instance bars of movieClip 1237 {
onClipEvent (enterFrame) {
if (_root.launcherhold == 1) {
_root.launcher = 1;
}
}
onClipEvent (enterFrame) {
if (_root.plasmahold == 1) {
_root.plasmarifle = 1;
}
}
}
movieClip 1240 {
}
instance of movieClip 1240 {
onClipEvent (enterFrame) {
this.life = _root.life;
}
}
movieClip 1249 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1257 {
frame 1 {
stop();
}
frame 400 {
stop();
}
instance of movieClip 1014 {
onClipEvent (enterFrame) {
if (_root.mode == 1) {
_root.health -= 0.1;
} else {
if (_root.mode == 2) {
_root.health -= 0.2;
} else {
if (_root.mode == 3) {
_root.health -= 0.2;
}
}
}
}
}
frame 403 {
stop();
}
}
instance oxygen of movieClip 1257 {
onClipEvent (load) {
this._visible = false;
_root.breathing = 0;
}
onClipEvent (enterFrame) {
if (_root.underwater == 1) {
this._visible = true;
this.nextFrame();
}
}
}
movieClip 1259 {
}
instance of movieClip 1259 {
onClipEvent (load) {
if (_root.codeallguns == 1) {
_root.launcher = 1;
_root.plasmarifle = 1;
_root.launcherammo = 10;
_root.plasmaammo = 300;
}
}
onClipEvent (load) {
if (_root.codeinfinitehealth == 1) {
_root.health = 999999999;
}
}
onClipEvent (load) {
if (_root.codeinfiniteammo == 1) {
_root.launcherammo = 9999999;
_root.plasmaammo = 99999999;
_root.handgrenadeammo = 999999;
}
}
}
movieClip 1261 {
}
instance of movieClip 1261 {
onClipEvent (load) {
_root.cheat = 0;
_root.smallspace = 0;
_root.grap = 0;
_root.one = 1;
_root.two = 0;
_root.insidecave = 0;
_root.underwater = 0;
_root.ladder = 0;
_root.screenblock = 0;
if (_root.mode == 1) {
_root.health = 100;
_root.handgrenadeammo = 3;
} else {
if (_root.mode == 2) {
_root.health = 100;
_root.handgrenadeammo = 3;
} else {
if (_root.mode == 3) {
_root.health = 50;
_root.handgrenadeammo = 1;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.mode == 3) {
if (_root.health >= 51) {
_root.health = 50;
}
}
}
onClipEvent (load) {
if (_root.cheat == 3) {
_root.launcher = 1;
_root.plasmarifle = 1;
_root.plasmaammo = 999;
_root.launcherammo = 99;
_root.handgrenadeammo = 99;
}
}
}
movieClip 1263 {
}
instance of movieClip 1263 {
onClipEvent (load) {
if (_root.mode == 1) {
_root.life = 6;
_root.health = 100;
_root.handgrenadeammo = 3;
} else {
if (_root.mode == 2) {
_root.health = 100;
_root.life = 3;
_root.handgrenadeammo = 3;
} else {
if (_root.mode == 3) {
_root.life = 3;
_root.health = 50;
_root.handgrenadeammo = 1;
}
}
}
}
}
instance lightning of movieClip 536 {
onClipEvent (enterFrame) {
if (_root.effectsoff == 1) {
this.gotoAndStop(6);
}
}
}
movieClip 1265 {
}
instance crosshairs of movieClip 1265 {
onClipEvent (mouseMove) {
if (_root.cursuroff == 0) {
Mouse.hide();
_x = _level0._xmouse;
_y = _level0._ymouse;
}
}
}
movieClip 1267 {
frame 5 {
stop();
}
}
movieClip 1269 {
}
frame 462 {
stop();
}
movieClip 1297 {
frame 30 {
stop();
}
}
movieClip 1305 {
}
button 1308 {
on (release) {
_root.nextFrame();
}
}
movieClip 1309 {
frame 3 {
stopAllSounds();
}
frame 45 {
stop();
}
}
instance crosshairs of movieClip 1265 {
onClipEvent (mouseMove) {
if (_root.cursuroff == 0) {
Mouse.hide();
_x = _level0._xmouse;
_y = _level0._ymouse;
}
}
}
frame 463 {
stop();
_root.level = 2;
}
frame 463 {
_root.level = 2;
}
frame 463 {
function dist(x1, y1, x2, y2) {
return Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1));
}
stop();
}
movieClip 1312 {
}
movieClip 1320 {
}
movieClip 1322 {
}
movieClip 1335 {
frame 12 {
stop();
}
}
movieClip 1336 {
frame 1 {
stop();
}
frame 4 {
gotoAndStop(1);
}
frame 10 {
gotoAndStop(8);
}
}
movieClip 1337 {
}
movieClip 1344 {
}
movieClip 1356 {
frame 1 {
stop();
}
frame 11 {
stop();
}
frame 13 {
gotoAndStop(11);
}
}
movieClip 1359 {
}
movieClip 1361 {
frame 21 {
gotoAndPlay(1);
}
frame 22 {
_root.launcher = 1;
}
frame 25 {
stop();
}
}
movieClip 1362 {
frame 1 {
stop();
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
}
}
}
instance of movieClip 635 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bars.healthbar.healthup.play();
this._visible = false;
this._y -= 100000000000.0;
this.gotoAndPlay(22);
if (_root.health < 100) {
_root.health = 100;
}
}
}
}
instance of movieClip 635 {
onClipEvent (enterFrame) {
if (_root.mode == 1) {
} else {
this._y -= 100000;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bars.healthbar.healthup.play();
this._visible = false;
this._y -= 100000000000.0;
this.gotoAndPlay(22);
if (_root.health < 100) {
_root.health += 50;
}
}
}
}
instance of movieClip 1361 {
onClipEvent (enterFrame) {
if (_root.mode == 1) {
} else {
this._y -= 100000;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.launcherammo += 5;
this._y -= 1.0e+025;
this._visible = false;
this.gotoAndPlay(22);
_root.bars.healthbar.healthup.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 1365 {
}
movieClip 1369 {
frame 30 {
stop();
}
}
movieClip 1370 {
frame 30 {
gotoAndPlay(1);
}
frame 34 {
gotoAndStop(33);
}
}
movieClip 1371 {
instance of movieClip 1312 {
onClipEvent (enterFrame) {
if (_root.xvc == 1) {
if (Key.isDown(68)) {
this._x -= 15;
} else {
if (Key.isDown(65)) {
this._x += 15;
}
}
}
}
}
instance shark2 of movieClip 1337 {
onClipEvent (load) {
this.health = 15;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.stop();
this.shark.gotoAndPlay(5);
} else {
if (this.hitTest(_root.area.area) and _root.dead == 0) {
_root.hurt2.play();
this.stop();
this.shark.gotoAndPlay(2);
} else {
if (this.health > 0) {
this.play();
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dudeswimming.attack.knife) and this.health > 0) {
this.health -= 3;
}
}
}
instance shark3 of movieClip 1337 {
onClipEvent (load) {
this.health = 15;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.stop();
this.shark.gotoAndPlay(5);
} else {
if (this.hitTest(_root.area.area) and _root.dead == 0) {
_root.hurt2.play();
this.stop();
this.shark.gotoAndPlay(2);
} else {
if (this.health > 0) {
this.play();
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dudeswimming.attack.knife) and this.health > 0) {
this.health -= 3;
}
}
}
instance shark4 of movieClip 1337 {
onClipEvent (load) {
this.health = 15;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.stop();
this.shark.gotoAndPlay(5);
} else {
if (this.hitTest(_root.area.area) and _root.dead == 0) {
_root.hurt2.play();
this.stop();
this.shark.gotoAndPlay(2);
} else {
if (this.health > 0) {
this.play();
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dudeswimming.attack.knife) and this.health > 0) {
this.health -= 3;
}
}
}
instance shark6 of movieClip 1337 {
onClipEvent (load) {
this.health = 15;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.stop();
this.shark.gotoAndPlay(5);
} else {
if (this.hitTest(_root.area.area) and _root.dead == 0) {
_root.hurt2.play();
this.stop();
this.shark.gotoAndPlay(2);
} else {
if (this.health > 0) {
this.play();
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dudeswimming.attack.knife) and this.health > 0) {
this.health -= 3;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.music.gotoAndStop(4);
_root.ysize = 280;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.underwater = 1;
_root.dude._y = _root.holder._y;
_root.dude._y -= 1000000000000.0;
_root.Cannon._y = _root.holder._y;
_root.dudeswimming._visible = true;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
if (_root.underwater == 1) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
if (_root.underwater == 1) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge4)) {
_root.bg3.scourge4._x -= 10;
_root.bg3.scourge4._y += 2;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 1361 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.launcherammo += 5;
this._y -= 1.0e+025;
this._visible = false;
this.gotoAndPlay(22);
_root.bars.healthbar.healthup.play();
}
}
}
instance of movieClip 832 {
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
if (_root.underwater == 1) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.ladder == 1) {
if (this.hitTest(_root.area.area)) {
_root.ladder = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.bg3.eye1.laser1.play();
_root.bg3.waterwalls.gotoAndStop(2);
_root.bg3.removeMovieClip(_root.waterwalls);
_root.bg3.waterwalls.removeMovieClip();
_root.bg3.waterwalls._y += 1.0e+067;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
_root.nextFrame();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.bg3.knife._visible = false;
}
}
}
instance shark1 of movieClip 1337 {
onClipEvent (load) {
this.health = 15;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.stop();
this.shark.gotoAndPlay(5);
} else {
if (this.hitTest(_root.area.area) and _root.dead == 0) {
_root.hurt2.play();
this.stop();
this.shark.gotoAndPlay(2);
} else {
if (this.health > 0) {
this.play();
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dudeswimming.attack.knife) and this.health > 0) {
this.health -= 3;
}
}
}
instance knife of movieClip 1370 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this.gotoAndPlay(31);
}
}
}
}
movieClip 1373 {
}
instance bg of movieClip 901 {
onClipEvent (enterFrame) {
this.gotoAndStop(2);
}
}
movieClip 1376 {
}
movieClip 1377 {
}
movieClip 1379 {
}
movieClip 1384 {
}
movieClip 1386 {
}
movieClip 1387 {
frame 1 {
stop();
_root.striking = 0;
}
frame 4 {
gotoAndStop(1);
}
frame 5 {
_root.striking = 1;
}
frame 9 {
gotoAndStop(1);
}
}
instance dudeswimming of movieClip 1387 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.hurt == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.dead == 0) {
if (_root.striking == 1) {
if (_root.underwater == 1) {
_root.dude._visible = false;
if (Key.isDown(83) and Key.isDown(68)) {
_root.dudeswimming._xscale = 100;
_root.bg._y -= 9;
_root.bg2._y -= 9;
_root.bg3._y -= 9;
_root.bg._x -= 9;
_root.bg2._x -= 9;
_root.bg3._x -= 9;
} else {
if (Key.isDown(83) and Key.isDown(65)) {
_root.dudeswimming._xscale = -100;
_root.bg._y -= 9;
_root.bg2._y -= 9;
_root.bg3._y -= 9;
_root.bg._x += 9;
_root.bg2._x += 9;
_root.bg3._x += 9;
} else {
if (Key.isDown(87) and Key.isDown(65)) {
_root.dudeswimming._xscale = -100;
_root.bg._y += 9;
_root.bg2._y += 9;
_root.bg3._y += 9;
_root.bg._x += 9;
_root.bg2._x += 9;
_root.bg3._x += 9;
} else {
if (Key.isDown(87) and Key.isDown(68)) {
_root.dudeswimming._xscale = 100;
_root.bg._y += 9;
_root.bg2._y += 9;
_root.bg3._y += 9;
_root.bg._x -= 9;
_root.bg2._x -= 9;
_root.bg3._x -= 9;
} else {
if (Key.isDown(83)) {
_root.bg._y -= 10;
_root.bg2._y -= 10;
_root.bg3._y -= 10;
} else {
if (Key.isDown(87)) {
_root.bg._y += 10;
_root.bg2._y += 10;
_root.bg3._y += 10;
} else {
if (Key.isDown(68)) {
_root.dudeswimming._xscale = 100;
_root.bg._x -= 10;
_root.bg2._x -= 10;
_root.bg3._x -= 10;
} else {
if (Key.isDown(65)) {
_root.dudeswimming._xscale = -100;
_root.bg._x += 10;
_root.bg2._x += 10;
_root.bg3._x += 10;
}
}
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.underwater == 1) {
if (Key.isDown(68)) {
_root.right = 1;
} else {
if (Key.isDown(65)) {
_root.right = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.dead == 0) {
if (_root.striking == 0) {
if (_root.underwater == 1) {
if (Key.isDown(83) and Key.isDown(68)) {
_root.dudeswimming.gotoAndPlay(2);
_root.dudeswimming._xscale = 100;
_root.bg._y -= 9;
_root.bg2._y -= 9;
_root.bg3._y -= 9;
_root.bg._x -= 9;
_root.bg2._x -= 9;
_root.bg3._x -= 9;
} else {
if (Key.isDown(83) and Key.isDown(65)) {
_root.dudeswimming.gotoAndPlay(2);
_root.dudeswimming._xscale = -100;
_root.bg._y -= 9;
_root.bg2._y -= 9;
_root.bg3._y -= 9;
_root.bg._x += 9;
_root.bg2._x += 9;
_root.bg3._x += 9;
} else {
if (Key.isDown(87) and Key.isDown(65)) {
_root.dudeswimming.gotoAndPlay(2);
_root.dudeswimming._xscale = -100;
_root.bg._y += 9;
_root.bg2._y += 9;
_root.bg3._y += 9;
_root.bg._x += 9;
_root.bg2._x += 9;
_root.bg3._x += 9;
} else {
if (Key.isDown(87) and Key.isDown(68)) {
_root.dudeswimming.gotoAndPlay(2);
_root.dudeswimming._xscale = 100;
_root.bg._y += 9;
_root.bg2._y += 9;
_root.bg3._y += 9;
_root.bg._x -= 9;
_root.bg2._x -= 9;
_root.bg3._x -= 9;
} else {
if (Key.isDown(83)) {
_root.dudeswimming.gotoAndPlay(2);
_root.bg._y -= 10;
_root.bg2._y -= 10;
_root.bg3._y -= 10;
} else {
if (Key.isDown(87)) {
_root.dudeswimming.gotoAndPlay(2);
_root.bg._y += 10;
_root.bg2._y += 10;
_root.bg3._y += 10;
} else {
if (Key.isDown(68)) {
_root.dudeswimming.gotoAndPlay(2);
_root.dudeswimming._xscale = 100;
_root.bg._x -= 10;
_root.bg2._x -= 10;
_root.bg3._x -= 10;
} else {
if (Key.isDown(65)) {
_root.dudeswimming.gotoAndPlay(2);
_root.dudeswimming._xscale = -100;
_root.bg._x += 10;
_root.bg2._x += 10;
_root.bg3._x += 10;
}
}
}
}
}
}
}
}
}
}
}
}
}
movieClip 1390 {
}
movieClip 1392 {
}
movieClip 1394 {
}
movieClip 1395 {
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.underwater = 1;
_root.dude._y = _root.holder._y;
_root.dude._y -= 1000000000000.0;
_root.Cannon._y = _root.holder._y;
_root.dudeswimming._visible = true;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.underwater == 1) {
_root.dude._y = _root.marker._y;
_root.body._y = _root.marker._y;
_root.Cannon._y = _root.marker._y;
_root.underwater = 0;
_root.dudeswimming._visible = false;
_root.nextFrame();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.oxygen.gotoAndPlay(1);
_root.breath.gotoAndPlay(2);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.oxygen.gotoAndPlay(1);
_root.breath.gotoAndPlay(2);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.oxygen.gotoAndPlay(1);
_root.breath.gotoAndPlay(2);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.oxygen.gotoAndPlay(1);
_root.breath.gotoAndPlay(2);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.oxygen.gotoAndPlay(1);
_root.breath.gotoAndPlay(2);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
instance of movieClip 1394 {
onClipEvent (enterFrame) {
if (_root.xvc == 1) {
if (Key.isDown(68)) {
this._x -= 15;
} else {
if (Key.isDown(65)) {
this._x += 15;
}
}
}
}
}
}
movieClip 1397 {
}
instance marker of movieClip 1397 {
onClipEvent (enterFrame) {
this._visible = false;
}
}
movieClip 1399 {
frame 20 {
stop();
}
}
frame 464 {
stop();
}
frame 464 {
}
movieClip 1400 {
}
instance cave of movieClip 1400 {
onClipEvent (enterFrame) {
if (_root.xvc == 1) {
if (Key.isDown(68)) {
this._x -= 2;
} else {
if (Key.isDown(65)) {
this._x += 2;
}
}
}
}
}
movieClip 1409 {
frame 11 {
stop();
}
}
movieClip 1410 {
frame 42 {
gotoAndPlay(1);
}
frame 61 {
stop();
}
frame 67 {
gotoAndStop(65);
}
}
movieClip 1414 {
}
movieClip 1421 {
}
movieClip 1425 {
frame 1 {
stop();
}
instance of movieClip 1421 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.hurt1.play();
}
}
}
instance of movieClip 1421 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.hurt1.play();
}
}
}
frame 50 {
gotoAndPlay(2);
}
}
movieClip 1431 {
frame 6 {
stop();
}
}
movieClip 1432 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1433 {
}
movieClip 1441 {
}
movieClip 1443 {
frame 1 {
stop();
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
frame 31 {
stop();
}
frame 32 {
stop();
}
frame 35 {
gotoAndStop(34);
}
}
movieClip 1444 {
instance of movieClip 1312 {
onClipEvent (enterFrame) {
if (_root.xvc == 1) {
if (Key.isDown(68)) {
this._x -= 10;
} else {
if (Key.isDown(65)) {
this._x += 10;
}
}
}
}
}
instance of movieClip 581 {
onClipEvent (load) {
_root.keycarddd = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
if (_root.keycarddd == 1) {
_root.bg3.doorlift.play();
}
}
}
}
instance of movieClip 1410 {
onClipEvent (load) {
_root.beenherex = 0;
}
onClipEvent (enterFrame) {
if (_root.beenherex == 0) {
if (this.hitTest(_root.area.area)) {
_root.beenherex = 1;
_root.keycarddd = 1;
this.gotoAndPlay(43);
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
if (_root.underwater == 1) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
if (_root.underwater == 1) {
_root.bg._y -= 12;
_root.bg2._y -= 12;
_root.bg3._y -= 12;
}
}
}
}
instance of movieClip 832 {
}
instance of movieClip 832 {
}
instance of movieClip 832 {
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.ladder = 1;
_root.one = 1;
}
}
}
instance of movieClip 1361 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.launcherammo += 5;
this._y -= 1.0e+025;
this._visible = false;
this.gotoAndPlay(22);
_root.bars.healthbar.healthup.play();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
if (_root.underwater == 1) {
_root.bg._y += 12;
_root.bg2._y += 12;
_root.bg3._y += 12;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.ladder == 1) {
if (this.hitTest(_root.area.area)) {
_root.ladder = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.ladder = 1;
_root.one = 1;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.ladder == 1) {
if (this.hitTest(_root.area.area)) {
_root.ladder = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.ladder = 1;
_root.one = 1;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
if (_root.beenherex == 1) {
_root.ladder = 1;
_root.one = 1;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.ladder == 1) {
if (this.hitTest(_root.area.area)) {
_root.ladder = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.ladder == 1) {
if (this.hitTest(_root.area.area)) {
_root.ladder = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.ladder == 1) {
if (this.hitTest(_root.area.area)) {
_root.ladder = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.ladder == 1) {
if (this.hitTest(_root.area.area)) {
_root.ladder = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge4)) {
_root.bg3.scourge4._x -= 10;
_root.bg3.scourge4._y += 2;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.bg3.eye1.laser1.play();
_root.bg3.waterwalls.gotoAndStop(2);
_root.bg3.removeMovieClip(_root.waterwalls);
_root.bg3.waterwalls.removeMovieClip();
_root.bg3.waterwalls._y += 1.0e+067;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.bg3.eye2.laser1.play();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.bg3.eye3.laser1.play();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.bg3.eye4.laser1.play();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.bg3.eye5.laser1.play();
_root.bg3.eye11.laser1.play();
_root.bg3.eye13.laser1.play();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area.area)) {
_root.bg3.eye16.laser1.play();
_root.bg3.eye18.laser1.play();
_root.bg3.eye19.laser1.play();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 635 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bars.healthbar.healthup.play();
this._visible = false;
this._y -= 100000000000.0;
this.gotoAndPlay(22);
if (_root.health < 100) {
_root.health = 100;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
_root.nextFrame();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.xvc == 0) {
if (this.hitTest(_root.body)) {
_root._xscale = 75;
_root._yscale = 75;
_root.cave._xscale = 100;
_root.cave._yscale = 100;
_root.ysize = 155;
_root.bars.gotoAndPlay(2);
_root.xvc = 1;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root._xscale = 100;
_root._yscale = 100;
_root.ysize = 280;
}
}
onClipEvent (load) {
_root.xvc = 0;
}
onClipEvent (enterFrame) {
if (_root.xvc == 1) {
if (this.hitTest(_root.body)) {
_root.bars.gotoAndPlay(16);
_root.xvc = 0;
}
}
}
}
instance eye2 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye3 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye5 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye4 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye12 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye7 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye15 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye13 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye9 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye16 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye10 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye8 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye17 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye19 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye18 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye14 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye11 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye6 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye20 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
instance eye21 of movieClip 1432 {
onClipEvent (load) {
this.health = 50;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance bg3 of movieClip 1444 {
onClipEvent (load) {
_root.oxygen._visible = false;
}
}
movieClip 1445 {
}
movieClip 1480 {
frame 1 {
stop();
}
frame 11 {
stop();
}
}
movieClip 1482 {
}
movieClip 1484 {
}
movieClip 1485 {
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 0) {
if (this.hitTest(_root.area.area)) {
_root.dooropen = 1;
_root.bg2.doora.gotoAndPlay(2);
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 0) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doora.gotoAndPlay(2);
_root.dooropen = 1;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 1) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doora.gotoAndPlay(12);
_root.dooropen = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 1) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doora.gotoAndPlay(12);
_root.dooropen = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 0) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doorb.gotoAndPlay(2);
_root.dooropen = 1;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 0) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doorb.gotoAndPlay(2);
_root.dooropen = 1;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 1) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doorb.gotoAndPlay(12);
_root.dooropen = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 1) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doorb.gotoAndPlay(12);
_root.dooropen = 0;
}
}
}
}
instance doora of movieClip 1480 {
onClipEvent (load) {
_root.dooropen = 0;
}
}
instance of movieClip 1482 {
onClipEvent (enterFrame) {
if (_root.xvc == 1) {
if (Key.isDown(68)) {
this._x -= 5;
} else {
if (Key.isDown(65)) {
this._x += 5;
}
}
}
}
}
instance of movieClip 1484 {
onClipEvent (enterFrame) {
if (_root.xvc == 1) {
if (Key.isDown(68)) {
this._x -= 5;
} else {
if (Key.isDown(65)) {
this._x += 5;
}
}
}
}
}
}
frame 465 {
stop();
_root.level = 3;
}
movieClip 1491 {
instance of movieClip 552 {
onClipEvent (load) {
if (_root.codebighead == 1) {
this.nextFrame();
} else {
this.stop();
}
}
}
}
movieClip 1530 {
}
movieClip 1536 {
}
movieClip 1539 {
}
movieClip 1541 {
}
movieClip 1546 {
instance of movieClip 552 {
onClipEvent (load) {
if (_root.codebighead == 1) {
this.nextFrame();
} else {
this.stop();
}
}
}
instance of movieClip 552 {
onClipEvent (load) {
if (_root.codebighead == 1) {
this.nextFrame();
} else {
this.stop();
}
}
}
frame 66 {
stop();
_root.nextFrame();
}
}
movieClip 1549 {
frame 80 {
stopAllSounds();
}
frame 216 {
stop();
}
}
instance of movieClip 1549 {
onClipEvent (enterFrame) {
_root._xscale = 100;
_root._yscale = 100;
_root.ysize = 320;
}
}
frame 466 {
stop();
}
movieClip 1552 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1563 {
frame 1 {
stop();
}
frame 6 {
stop();
}
frame 12 {
stop();
}
frame 17 {
stop();
_root.bg3.fireboss.gotoAndStop(2);
_root.bg3.fireboss._y -= 110;
}
}
movieClip 1564 {
}
movieClip 1567 {
}
movieClip 1571 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1574 {
}
movieClip 1575 {
}
movieClip 1576 {
instance of movieClip 1539 {
onClipEvent (load) {
_root.captured = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
if (_root.up == 0) {
if (_root.captured == 0) {
_root.captured = 1;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.captured == 1) {
_root.bg3.fireboss.beast.stop();
_root.bg3.fireboss.beast.grab.stop();
this._visible = false;
_root.claw.play();
}
}
onClipEvent (enterFrame) {
if (_root.captured == 0) {
_root.bg3.fireboss.beast.play();
_root.bg3.fireboss.beast.grab.play();
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.captured == 2) {
_root.bg3.fireboss.beast.play();
_root.bg3.fireboss.beast.grab.play();
this._visible = true;
}
}
}
}
movieClip 1577 {
instance of movieClip 1539 {
onClipEvent (load) {
_root.captured = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
if (_root.downa == 0) {
if (_root.captured == 0) {
_root.captured = 1;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.captured == 1) {
_root.bg3.fireboss.beast.stop();
_root.bg3.fireboss.beast.grabb.stop();
this._visible = false;
_root.claw.play();
}
}
onClipEvent (enterFrame) {
if (_root.captured == 0) {
_root.bg3.fireboss.beast.play();
_root.bg3.fireboss.beast.grabb.play();
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.captured == 2) {
_root.bg3.fireboss.beast.play();
_root.bg3.fireboss.beast.grabb.play();
this._visible = true;
}
}
}
}
movieClip 1587 {
}
movieClip 1603 {
instance of movieClip 1587 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.hurt1.play();
}
}
}
}
movieClip 1609 {
}
movieClip 1615 {
}
movieClip 1616 {
frame 7 {
stop();
}
}
movieClip 1622 {
frame 29 {
_root.smoke.play();
}
frame 82 {
_root.bg.bg.nextFrame();
_root.bg3.rubble.nextFrame();
}
frame 190 {
stop();
_root.bg3.fireboss.gotoAndStop(2);
_root.bg3.fireboss.beast.gotoAndPlay(1);
}
}
movieClip 1623 {
instance of movieClip 1575 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.hurt1.play();
}
}
}
frame 160 {
gotoAndPlay(1);
}
frame 694 {
_root.bg3.fireboss.gotoAndStop(2);
_root.bg3.fireboss.beast.gotoAndPlay(1);
}
}
movieClip 1625 {
}
movieClip 1627 {
}
movieClip 1629 {
frame 1 {
stop();
}
}
movieClip 1630 {
}
movieClip 1637 {
frame 80 {
stop();
_root.jjj = 1;
}
}
movieClip 1638 {
frame 1 {
stop();
_root.jjj = 0;
}
instance hitzone of movieClip 1630 {
onClipEvent (load) {
_root.firebosshealth = 1200;
}
onClipEvent (enterFrame) {
if (_root.firebosshealth < 0) {
_root.bg3.fireboss.beast.gotoAndPlay(506);
}
}
}
frame 2 {
stop();
}
instance hitzone of movieClip 1630 {
onClipEvent (load) {
_root.firebosshealth = 900;
}
onClipEvent (enterFrame) {
if (_root.firebosshealth < 0) {
_root.bg3.fireboss.nextFrame();
}
}
}
frame 3 {
stop();
}
}
movieClip 1639 {
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.downa == 0) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.downa == 0) {
_root.nextFrame();
}
}
}
instance of movieClip 1567 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.smallspace = 1;
_root.downa = 1;
}
}
}
instance of movieClip 1567 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.smallspace = 0;
}
}
}
instance of movieClip 1567 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.smallspace = 0;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root._xscale = 100;
_root._yscale = 100;
_root.cave._xscale = 100;
_root.cave._yscale = 100;
_root.ysize = 280;
_root.xsize = 150;
_root.bars.gotoAndPlay(16);
stopAllSounds();
_root.music.gotoAndStop(4);
_root.nextFrame();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.jjj == 0) {
_root.body._x -= 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root._xscale = 100;
_root._yscale = 100;
_root.cave._xscale = 100;
_root.cave._yscale = 100;
_root.ysize = 435;
_root.xsize = 150;
_root.bars.gotoAndPlay(16);
}
}
}
instance fireboss of movieClip 1638 {
onClipEvent (load) {
this.beast.play();
}
}
instance of movieClip 635 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bars.healthbar.healthup.play();
this._visible = false;
this._y -= 100000000000.0;
this.gotoAndPlay(22);
if (_root.health < 100) {
_root.health += 50;
}
}
}
}
instance of movieClip 635 {
onClipEvent (enterFrame) {
if (_root.mode == 1) {
} else {
this._y -= 100000;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.bars.healthbar.healthup.play();
this._visible = false;
this._y -= 100000000000.0;
this.gotoAndPlay(22);
if (_root.health < 100) {
_root.health += 50;
}
}
}
}
}
instance bg3 of movieClip 1639 {
onClipEvent (load) {
_root.music.gotoAndStop(5);
_root.underwater = 0;
}
}
movieClip 1641 {
}
movieClip 1645 {
frame 1 {
stop();
}
frame 1 {
_root.grap = 0;
_root.grabbb = 0;
}
instance claw of movieClip 1641 {
onClipEvent (enterFrame) {
this._visible = false;
}
}
frame 2 {
_root.bg2.fireboss.beast.stop();
_root.busy = 1;
_root.grap = 1;
_root.grabbb = 1;
}
instance claw of movieClip 1641 {
onClipEvent (enterFrame) {
_root.ladder = 1;
_root.Cannon._visible = false;
_root.Cannon._alpha = 0;
_root.dude._visible = false;
_root.bg3._y += 40;
_root.bg2._y += 40;
_root.bg._y += 40;
}
}
instance claw of movieClip 1641 {
onClipEvent (enterFrame) {
_root.ladder = 1;
_root.Cannon._visible = false;
_root.Cannon._alpha = 0;
_root.dude._visible = false;
_root.bg3._y -= 90;
_root.bg2._y -= 90;
_root.bg._y -= 90;
}
}
instance claw of movieClip 1641 {
onClipEvent (enterFrame) {
_root.ladder = 1;
_root.Cannon._visible = false;
_root.Cannon._alpha = 0;
_root.dude._visible = false;
_root.bg3._y += 40;
_root.bg2._y += 40;
_root.bg._y += 40;
}
}
instance claw of movieClip 1641 {
onClipEvent (enterFrame) {
_root.ladder = 1;
_root.Cannon._visible = false;
_root.Cannon._alpha = 0;
_root.dude._visible = false;
}
}
instance of movieClip 1014 {
onClipEvent (enterFrame) {
if (_root.mode == 1) {
_root.health -= 10;
} else {
if (_root.mode == 2) {
_root.health -= 20;
} else {
if (_root.mode == 3) {
_root.health -= 20;
}
}
}
}
}
frame 48 {
_root.ladder = 0;
_root.dude._visible = true;
_root.Cannon._visible = true;
_root.Cannon._alpha = 100;
_root.busy = 0;
_root.captured = 2;
_root.grap = 0;
}
frame 60 {
_root.captured = 0;
_root.grabbb = 0;
}
}
movieClip 1647 {
}
instance of movieClip 1647 {
onClipEvent (load) {
_root._xscale = 60;
_root._yscale = 60;
_root.cave._xscale = 100;
_root.cave._yscale = 100;
_root.ysize = 500;
_root.xsize = 150;
_root.bars.gotoAndPlay(2);
}
}
movieClip 1649 {
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 1361 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.launcherammo += 6;
this._y -= 1.0e+025;
this._visible = false;
this.gotoAndPlay(22);
_root.bars.healthbar.healthup.play();
}
}
}
instance of movieClip 1361 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.launcherammo += 3;
this._y -= 1.0e+025;
this._visible = false;
this.gotoAndPlay(22);
_root.bars.healthbar.healthup.play();
}
}
onClipEvent (enterFrame) {
if (_root.launcherammo > 3) {
this._visible = false;
this._y -= 1.0e+055;
}
}
}
}
movieClip 1651 {
}
movieClip 1656 {
frame 1 {
stop();
}
frame 93 {
_root.ysize = 610;
}
}
frame 467 {
stop();
}
movieClip 1658 {
}
movieClip 1661 {
}
movieClip 1671 {
}
movieClip 1672 {
}
movieClip 1674 {
}
movieClip 1675 {
}
movieClip 1676 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1678 {
}
movieClip 1679 {
}
movieClip 1682 {
}
movieClip 1684 {
frame 1 {
stop();
}
frame 6 {
stop();
}
frame 8 {
gotoAndStop(7);
}
}
movieClip 1690 {
}
movieClip 1721 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
_root.bg3.commander.nextFrame();
_root.bg3.plasmarifle._visible = true;
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
_root.bg3.dialogue._visible = false;
_root.speech = 2;
}
}
movieClip 1722 {
frame 1 {
stop();
}
frame 7 {
stop();
}
}
movieClip 1726 {
}
movieClip 1727 {
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge6)) {
_root.bg3.scourge6._x += 10;
}
if (this.hitTest(_root.bg3.scourge7)) {
_root.bg3.scourge7._x += 15;
}
}
}
instance of movieClip 581 {
onClipEvent (load) {
_root.beenhere = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this.play();
this._x -= 100000000000000.0;
_root.scourge8go = 1;
_root.beenhere = 1;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this.play();
this._y -= 10000000000.0;
}
if (this.hitTest(_root.bg3.scourge7)) {
_root.bg3.scourge7._x += 15;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this.play();
_root.scourge6go = 1;
this._y -= 10000000000.0;
}
if (this.hitTest(_root.bg3.scourge6)) {
_root.bg3.scourge6._x += 15;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.beenhere == 1) {
this.play();
this._x -= 100000000000000.0;
_root.scourge9go = 1;
_root.scourge8go = 1;
}
}
}
instance scourge6 of movieClip 633 {
onClipEvent (load) {
this.health = 45;
_root.scourge6go = 0;
}
onClipEvent (enterFrame) {
if (_root.scourge6go == 1) {
if (this.health > 0) {
this._x -= 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0 and _root.scourge6go == 1) {
_root.hurt1.play();
this._x += 10;
}
}
onClipEvent (enterFrame) {
if (this.health <= -305) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge7 of movieClip 633 {
onClipEvent (load) {
this.health = 60;
}
onClipEvent (enterFrame) {
if (this.health > 0) {
this._x -= 15;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0) {
_root.hurt1.play();
this._x += 15;
}
}
onClipEvent (enterFrame) {
if (this.health <= -305) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge8 of movieClip 633 {
onClipEvent (load) {
_root.scourge8go = 0;
this.health = 25;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge8go == 1) {
if (this.health > 0) {
this._visible = true;
this._x += 15;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.scourge8go == 1 and _root.dead == 0) {
_root.hurt1.play();
this._x -= 15;
}
}
onClipEvent (enterFrame) {
if (this.health <= -305) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge9 of movieClip 633 {
onClipEvent (load) {
_root.scourge9go = 0;
this.health = 35;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge9go == 1) {
if (this.health > 0) {
this._visible = true;
this._x += 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.scourge9go == 1 and _root.dead == 0) {
_root.hurt1.play();
this._x -= 10;
}
}
onClipEvent (enterFrame) {
if (this.health <= -305) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.body._x += 30;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.stopAllSounds();
_root.nextFrame();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
if (_root.speech == 1) {
_root.body._x -= 30;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
if (_root.backk == 1) {
_root.body._x += 30;
}
}
}
}
instance of movieClip 581 {
onClipEvent (load) {
_root.speech = 0;
_root.backk = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
if (_root.speech == 0) {
_root.backk = 1;
_root.speech = 1;
stopAllSounds();
_root.bg3.dialogue.play();
this._y -= 1.0e+035;
this._x -= 1.0e+035;
}
}
}
}
instance plasmarifle of movieClip 1679 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this._visible = false;
_root.bg3.info._visible = true;
_root.plasmarifle = 1;
_root.plasmaammo = 100;
_root.bg3.plasmaup.play();
}
}
}
instance info of movieClip 1726 {
onClipEvent (load) {
this._visible = false;
}
}
}
movieClip 1743 {
}
movieClip 1745 {
}
movieClip 1746 {
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 0) {
if (this.hitTest(_root.area.area)) {
_root.dooropen = 1;
_root.bg2.doora.gotoAndPlay(2);
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 0) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doora.gotoAndPlay(2);
_root.dooropen = 1;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 1) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doora.gotoAndPlay(12);
_root.dooropen = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 1) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doora.gotoAndPlay(12);
_root.dooropen = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 0) {
if (this.hitTest(_root.area.area)) {
_root.dooropen = 1;
_root.bg2.doorb.gotoAndPlay(2);
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 1) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doorb.gotoAndPlay(12);
_root.dooropen = 0;
}
}
}
}
instance doorb of movieClip 1480 {
onClipEvent (load) {
_root.dooropen = 0;
}
onClipEvent (enterFrame) {
if (_root.speech == 1) {
this.gotoAndStop(1);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 0) {
if (this.hitTest(_root.area.area)) {
_root.dooropen = 1;
_root.bg2.doorc.gotoAndPlay(2);
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 0) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doorc.gotoAndPlay(2);
_root.dooropen = 1;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 1) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doorc.gotoAndPlay(12);
_root.dooropen = 0;
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (_root.dooropen == 1) {
if (this.hitTest(_root.area.area)) {
_root.bg2.doorc.gotoAndPlay(12);
_root.dooropen = 0;
}
}
}
}
instance doorc of movieClip 1480 {
onClipEvent (load) {
_root.dooropen = 0;
}
}
instance doora of movieClip 1480 {
onClipEvent (load) {
_root.dooropen = 0;
}
}
instance of movieClip 1745 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this._visible = false;
}
}
}
}
frame 468 {
stop();
_root._xscale = 100;
_root._yscale = 100;
}
movieClip 1763 {
frame 30 {
stop();
}
}
movieClip 1765 {
frame 3 {
stopAllSounds();
}
frame 45 {
stop();
}
}
instance crosshairs of movieClip 1265 {
onClipEvent (mouseMove) {
if (_root.cursuroff == 0) {
Mouse.hide();
_x = _level0._xmouse;
_y = _level0._ymouse;
}
}
}
frame 469 {
_root.level = 4;
stop();
}
movieClip 1771 {
}
movieClip 1774 {
}
movieClip 1778 {
}
movieClip 1782 {
frame 1 {
stop();
}
frame 232 {
stop();
}
frame 233 {
gotoAndPlay(320);
}
}
movieClip 1792 {
frame 1 {
stop();
}
frame 24 {
stop();
}
frame 25 {
gotoAndStop(24);
}
}
movieClip 1807 {
}
movieClip 1809 {
frame 21 {
gotoAndPlay(1);
}
frame 25 {
stop();
}
}
movieClip 1813 {
}
movieClip 1828 {
frame 1 {
stop();
}
instance of movieClip 1410 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this.gotoAndPlay(43);
_root.keycard = 1;
}
}
}
frame 35 {
stop();
}
frame 36 {
gotoAndStop(34);
}
}
movieClip 1832 {
}
movieClip 1834 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1839 {
frame 17 {
stop();
}
}
movieClip 1840 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.smoo = 1;
}
instance of movieClip 1828 {
onClipEvent (enterFrame) {
this.play();
}
}
instance of movieClip 1839 {
onClipEvent (load) {
this.play();
}
}
frame 3 {
gotoAndStop(2);
}
}
movieClip 1843 {
}
movieClip 1856 {
}
movieClip 1869 {
frame 15 {
stop();
_root.speed = 140;
_root.ypower = 0;
_root.busy = 0;
}
}
movieClip 1874 {
}
movieClip 1877 {
frame 39 {
stop();
_root.runner1out = 1;
}
}
movieClip 1885 {
frame 6 {
stop();
}
}
movieClip 1888 {
frame 39 {
stop();
_root.runner1out = 1;
}
}
movieClip 1889 {
frame 1 {
stop();
}
instance of movieClip 1856 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.dead == 0 and _root.downa == 0) {
_root.hurt1.play();
}
}
}
frame 42 {
gotoAndPlay(2);
}
frame 46 {
gotoAndStop(44);
}
frame 49 {
stop();
}
frame 50 {
gotoAndStop(48);
}
}
movieClip 1893 {
}
movieClip 1895 {
}
movieClip 1898 {
}
movieClip 1908 {
}
movieClip 1910 {
}
movieClip 1913 {
frame 1 {
stop();
_root.innn = 0;
}
frame 2 {
_root.innn = 1;
}
instance of movieClip 1898 {
onClipEvent (enterFrame) {
_root.inwalker = 1;
_root.dude._alpha = 0;
_root.Cannon._alpha = 0;
_root.dude._visible = false;
_root.Cannon._visible = false;
}
}
frame 51 {
stop();
}
instance of movieClip 1910 {
onClipEvent (enterFrame) {
_root.bg3._x -= 180;
_root.bg2._x -= 180;
_root.bg._x -= 180;
_root.dude._alpha = 0;
_root.Cannon._alpha = 0;
_root.dude._visible = false;
_root.Cannon._visible = false;
_root.bg3.escapeship._x += 180;
}
}
frame 114 {
_root.nextFrame();
}
}
movieClip 1916 {
}
movieClip 1918 {
frame 21 {
gotoAndPlay(1);
}
frame 25 {
stop();
}
}
movieClip 1930 {
}
movieClip 1933 {
frame 16 {
stop();
}
}
movieClip 1934 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1939 {
}
movieClip 1946 {
}
movieClip 1964 {
}
movieClip 1968 {
frame 17 {
stop();
}
}
movieClip 1976 {
frame 6 {
stop();
}
}
movieClip 1977 {
frame 1 {
stop();
}
instance of movieClip 1946 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.dead == 0 and _root.downa == 0) {
_root.hurt1.play();
}
}
}
frame 43 {
gotoAndPlay(2);
}
frame 45 {
stop();
}
frame 47 {
gotoAndStop(45);
}
frame 50 {
stop();
}
frame 52 {
gotoAndStop(50);
}
}
movieClip 1992 {
}
movieClip 1998 {
}
movieClip 2002 {
}
movieClip 2003 {
}
movieClip 2004 {
frame 10 {
stop();
}
}
movieClip 2006 {
}
movieClip 2012 {
frame 1 {
stop();
}
}
movieClip 2016 {
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
frame 27 {
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
frame 30 {
stop();
}
frame 31 {
stop();
}
frame 32 {
stop();
}
frame 33 {
stop();
}
frame 34 {
stop();
}
frame 35 {
stop();
}
frame 36 {
stop();
}
frame 37 {
stop();
}
frame 38 {
stop();
}
frame 39 {
stop();
}
frame 40 {
stop();
}
frame 41 {
stop();
}
frame 42 {
stop();
}
frame 43 {
stop();
}
frame 44 {
stop();
}
frame 45 {
stop();
}
frame 46 {
stop();
}
frame 47 {
stop();
}
frame 48 {
stop();
}
frame 49 {
stop();
}
frame 50 {
stop();
}
frame 51 {
stop();
}
frame 52 {
stop();
}
frame 53 {
stop();
}
frame 54 {
stop();
}
frame 55 {
stop();
}
frame 56 {
stop();
}
frame 57 {
stop();
}
frame 58 {
stop();
}
frame 59 {
stop();
}
frame 60 {
stop();
}
frame 61 {
stop();
}
frame 62 {
stop();
}
frame 63 {
stop();
}
frame 64 {
stop();
}
frame 65 {
stop();
}
frame 66 {
stop();
}
frame 67 {
stop();
}
frame 68 {
stop();
}
frame 69 {
stop();
}
frame 70 {
stop();
}
frame 71 {
stop();
}
frame 72 {
stop();
}
frame 73 {
stop();
}
frame 74 {
stop();
}
frame 75 {
stop();
}
frame 76 {
stop();
}
frame 77 {
stop();
}
frame 78 {
stop();
}
frame 79 {
stop();
}
frame 80 {
stop();
}
frame 81 {
stop();
}
frame 82 {
stop();
}
frame 83 {
stop();
}
frame 84 {
stop();
}
frame 85 {
stop();
}
frame 86 {
stop();
}
frame 87 {
stop();
}
frame 88 {
stop();
}
frame 89 {
stop();
}
frame 90 {
stop();
}
frame 91 {
stop();
}
frame 92 {
stop();
}
frame 93 {
stop();
}
frame 94 {
stop();
}
frame 95 {
stop();
}
frame 96 {
stop();
}
frame 97 {
stop();
}
frame 98 {
stop();
}
frame 99 {
stop();
}
frame 100 {
stop();
}
frame 101 {
stop();
}
frame 102 {
stop();
}
frame 103 {
stop();
}
frame 104 {
stop();
}
frame 105 {
stop();
}
frame 106 {
stop();
}
frame 107 {
stop();
}
frame 108 {
stop();
}
frame 109 {
stop();
}
frame 110 {
stop();
}
frame 111 {
stop();
}
frame 112 {
stop();
}
frame 113 {
stop();
}
frame 114 {
stop();
}
frame 115 {
stop();
}
frame 116 {
stop();
}
frame 117 {
stop();
}
frame 118 {
stop();
}
frame 119 {
stop();
}
frame 120 {
stop();
}
frame 121 {
stop();
}
frame 122 {
stop();
}
frame 123 {
stop();
}
frame 124 {
stop();
}
frame 125 {
stop();
}
frame 126 {
stop();
}
frame 127 {
stop();
}
frame 128 {
stop();
}
frame 129 {
stop();
}
frame 130 {
stop();
}
frame 131 {
stop();
}
frame 132 {
stop();
}
frame 133 {
stop();
}
frame 134 {
stop();
}
frame 135 {
stop();
}
frame 136 {
stop();
}
frame 137 {
stop();
}
frame 138 {
stop();
}
frame 139 {
stop();
}
frame 140 {
stop();
}
frame 141 {
stop();
}
frame 142 {
stop();
}
frame 143 {
stop();
}
frame 144 {
stop();
}
frame 145 {
stop();
}
frame 146 {
stop();
}
frame 147 {
stop();
}
frame 148 {
stop();
}
frame 149 {
stop();
}
frame 150 {
stop();
}
frame 151 {
stop();
}
frame 152 {
stop();
}
frame 153 {
stop();
}
frame 154 {
stop();
}
frame 155 {
stop();
}
frame 156 {
stop();
}
frame 157 {
stop();
}
frame 158 {
stop();
}
frame 159 {
stop();
}
frame 160 {
stop();
}
frame 161 {
stop();
}
frame 162 {
stop();
}
frame 163 {
stop();
}
frame 164 {
stop();
}
frame 165 {
stop();
}
frame 166 {
stop();
}
frame 167 {
stop();
}
frame 168 {
stop();
}
frame 169 {
stop();
}
frame 170 {
stop();
}
frame 171 {
stop();
}
frame 172 {
stop();
}
frame 173 {
stop();
}
frame 174 {
stop();
}
frame 175 {
stop();
}
frame 176 {
stop();
}
frame 177 {
stop();
}
frame 178 {
stop();
}
frame 179 {
stop();
}
frame 180 {
stop();
}
frame 181 {
stop();
}
frame 182 {
stop();
}
frame 183 {
stop();
}
frame 184 {
stop();
}
frame 185 {
stop();
}
frame 186 {
stop();
}
frame 187 {
stop();
}
frame 188 {
stop();
}
frame 189 {
stop();
}
frame 190 {
stop();
}
frame 191 {
stop();
}
frame 192 {
stop();
}
frame 193 {
stop();
}
frame 194 {
stop();
}
frame 195 {
stop();
}
frame 196 {
stop();
}
frame 197 {
stop();
}
frame 198 {
stop();
}
frame 199 {
stop();
}
frame 200 {
stop();
}
frame 201 {
stop();
}
frame 202 {
stop();
}
frame 203 {
stop();
}
frame 204 {
stop();
}
frame 205 {
stop();
}
frame 206 {
stop();
}
frame 207 {
stop();
}
frame 208 {
stop();
}
frame 209 {
stop();
}
frame 210 {
stop();
}
frame 211 {
stop();
}
frame 212 {
stop();
}
frame 213 {
stop();
}
frame 214 {
stop();
}
frame 215 {
stop();
}
frame 216 {
stop();
}
frame 217 {
stop();
}
frame 218 {
stop();
}
frame 219 {
stop();
}
frame 220 {
stop();
}
frame 221 {
play();
_root.shieldp = 0;
}
frame 224 {
stop();
}
}
movieClip 2019 {
frame 1 {
stop();
}
}
movieClip 2021 {
}
movieClip 2028 {
instance of movieClip 2021 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.dead == 0 and _root.downa == 0) {
_root.hurt1.play();
}
}
}
}
movieClip 2030 {
}
movieClip 2034 {
frame 4 {
stop();
_root.balldead = 1;
}
}
movieClip 2035 {
frame 1 {
stop();
}
frame 61 {
stop();
}
frame 63 {
atop();
}
}
movieClip 2048 {
}
movieClip 2050 {
}
movieClip 2052 {
instance eyes of movieClip 2050 {
}
}
movieClip 2056 {
frame 11 {
stop();
}
}
movieClip 2057 {
instance eyes of movieClip 2050 {
}
frame 2 {
_root.music.gotoAndStop(3);
}
frame 24 {
_root.music.gotoAndStop(3);
}
frame 27 {
_root.bg3.boss.nextFrame();
}
}
movieClip 2059 {
}
movieClip 2078 {
instance eyes of movieClip 2050 {
}
}
movieClip 2083 {
}
movieClip 2087 {
instance eyes of movieClip 2050 {
}
instance of movieClip 2083 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.dead == 0) {
_root.hurt1.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker) and _root.inwalker == 1 and _root.flying == 0 and _root.dead == 0) {
_root.bg3.walker.gotoAndStop(11);
}
}
}
frame 21 {
_root.bg3.boss.boss.play();
}
}
movieClip 2093 {
instance eyes of movieClip 2050 {
}
instance of movieClip 2083 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.dead == 0 and _root.inwalker == 0) {
_root.hurt1.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker) and _root.inwalker == 1 and _root.flying == 0 and _root.dead == 0) {
_root.bg3.walker.gotoAndStop(11);
}
}
}
frame 28 {
_root.bg3.boss.boss.play();
}
}
movieClip 2094 {
instance eyes of movieClip 2050 {
}
instance of movieClip 2083 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.inwalker == 0 and _root.up == 0 and _root.dead == 0) {
_root.hurt1.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker) and _root.inwalker == 1 and _root.flying == 0 and _root.dead == 0) {
_root.bg3.walker.gotoAndStop(11);
}
}
}
frame 46 {
_root.bg3.boss.boss.play();
}
}
movieClip 2095 {
frame 1 {
stop();
_root.attack = 0;
}
frame 3 {
stop();
}
frame 4 {
gotoAndStop(1);
}
frame 6 {
stop();
}
frame 7 {
gotoAndStop(1);
}
frame 9 {
stop();
}
frame 10 {
gotoAndStop(1);
}
}
movieClip 2097 {
frame 1 {
stop();
}
frame 3 {
_root.bg3.boss.boss.gotoAndPlay(2);
_root.bg3.boss.randomizer.gotoAndStop(1);
_root.attack = 1;
}
frame 4 {
_root.bg3.boss.boss.gotoAndPlay(5);
_root.bg3.boss.randomizer.gotoAndStop(1);
_root.attack = 1;
}
frame 5 {
_root.bg3.boss.boss.gotoAndPlay(8);
_root.bg3.boss.randomizer.gotoAndStop(1);
_root.attack = 1;
}
}
movieClip 2099 {
}
movieClip 2101 {
}
movieClip 2103 {
instance eyes of movieClip 2050 {
}
instance of movieClip 1625 {
onClipEvent (enterFrame) {
_root.bg3.boss._x += 14;
}
}
frame 2 {
_root.eyehurt = 1;
}
frame 48 {
_root.eyehurt = 0;
}
frame 50 {
_root.eyehealth = 200;
}
frame 55 {
stop();
_root.bg3.boss.gotoAndStop(4);
_root.eyehealth = 200;
}
}
movieClip 2104 {
instance eyes of movieClip 2050 {
}
frame 2 {
_root.eyehurt = 3;
}
frame 39 {
stop();
_root.bg3.boss.gotoAndStop(9);
}
}
movieClip 2110 {
frame 6 {
stop();
}
}
movieClip 2111 {
instance eyes of movieClip 2050 {
}
instance of movieClip 2110 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.dead == 0 and _root.inwalker == 0) {
_root.hurt1.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker) and _root.inwalker == 1 and _root.flying == 0 and _root.dead == 0) {
_root.bg3.walker.gotoAndStop(11);
}
}
}
}
movieClip 2112 {
instance eyes of movieClip 2050 {
}
instance eyes of movieClip 2050 {
}
frame 11 {
_root.eyehurt = 3;
}
frame 48 {
stop();
_root.bg3.boss.gotoAndStop(13);
_root.bg3.boss._visible = false;
}
}
movieClip 2113 {
frame 1 {
stop();
_root.eyehurt = 0;
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
frame 3 {
stop();
}
frame 4 {
_root.music.gotoAndStop(3);
}
frame 4 {
stop();
}
instance randomizer of movieClip 2097 {
onClipEvent (load) {
_root.attack = 0;
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and _root.inwalker == 1) {
_root.bg3.walker._x -= 8;
_root.bg._x += 8;
_root.bg2._x += 8;
_root.bg3._x += 8;
_root.rightsidetouch = 1;
} else {
if (this.hitTest(_root.bg3.walker.body) and _root.flying == 1 and _root.inwalker == 1) {
_root.bg3.walker._x -= 12;
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
_root.rightsidetouch = 1;
}
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and _root.inwalker == 1) {
_root.rightsidetouch = 0;
}
}
}
instance of movieClip 2099 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.attack == 0) {
_root.bg3.boss.boss.gotoAndStop(1);
_root.bg3.boss.boss._xscale = 100;
_root.right = 0;
_root.bg3.boss._x -= 10;
} else {
if (this.hitTest(_root.bg3.walker) and _root.attack == 0) {
_root.bg3.boss.boss.gotoAndStop(1);
_root.bg3.boss.boss._xscale = 100;
_root.right = 0;
_root.bg3.boss._x -= 10;
}
}
}
}
instance of movieClip 2099 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.attack == 0) {
_root.bg3.boss.boss.gotoAndStop(1);
_root.bg3.boss.boss._xscale = -100;
_root.right = 1;
_root.bg3.boss._x += 10;
}
}
}
instance of movieClip 2101 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.attack == 0 and _root.inwalker == 0) {
_root.bg3.boss.randomizer.gotoAndPlay(random(8));
} else {
if (this.hitTest(_root.bg3.walker) and _root.attack == 0 and _root.inwalker == 1) {
_root.bg3.boss.randomizer.gotoAndPlay(random(8));
}
}
}
}
instance of movieClip 2101 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.attack == 0) {
_root.bg3.boss.randomizer.gotoAndStop(random(8));
_root.bg3.boss.boss._xscale = -100;
_root.right = 1;
}
}
}
frame 6 {
stop();
}
frame 8 {
stop();
}
frame 9 {
_root.onrock = 1;
}
frame 10 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
}
movieClip 2117 {
}
movieClip 2120 {
}
movieClip 2127 {
}
movieClip 2135 {
}
movieClip 2138 {
}
movieClip 2143 {
frame 1 {
stop();
}
frame 8 {
_root.bg3.walker.walker.hull.arm3.play();
}
instance of movieClip 2138 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.boss)) {
_root.eyehealth -= 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.greenshoot2) and _root.greenshoot2out == 1) {
_root.bg3.greenshoot2.health -= 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge12) and _root.scourge12go == 1) {
_root.bg3.scourge12.health -= 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge11) and _root.scourge11go == 1) {
_root.bg3.scourge11.health -= 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.shooter2) and _root.shooter2oouutt == 1) {
_root.bg3.shooter2.gotoAndPlay(48);
}
}
}
}
movieClip 2153 {
frame 1 {
stop();
}
instance of movieClip 2138 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.boss)) {
_root.eyehealth -= 20;
}
}
}
}
movieClip 2163 {
frame 16 {
stop();
_root.lights = 1;
}
}
movieClip 2167 {
frame 8 {
stop();
_root.lights = 0;
}
}
movieClip 2168 {
frame 1 {
stop();
_root.lights = 0;
}
frame 3 {
stop();
}
frame 5 {
stop();
}
}
movieClip 2169 {
}
movieClip 2170 {
}
movieClip 2172 {
}
movieClip 2177 {
frame 2 {
_root.inwalker = 1;
_root._xscale = 75;
_root._yscale = 75;
_root.backgrounda._xscale = 180;
_root.backgrounda._yscale = 180;
_root.bg3._y += 125;
_root.bg2._y += 125;
_root.bg._y += 125;
if (_root.zoomout == 0) {
_root.bars.gotoAndPlay(2);
_root.zoomout = 1;
}
}
frame 15 {
_root.bg3.walker.nextFrame();
}
}
movieClip 2178 {
}
movieClip 2180 {
frame 2 {
_root.goingdown = 0;
}
}
movieClip 2181 {
frame 2 {
_root.goingdown = 1;
}
frame 15 {
stop();
_root.inwalker = 0;
_root.dude._visible = true;
_root.Cannon._visible = true;
_root.bg3.walker.gotoAndStop(1);
}
}
movieClip 2189 {
frame 8 {
gotoAndPlay(5);
}
}
movieClip 2190 {
frame 2 {
_root.goingdown = 0;
_root.flying = 1;
}
frame 82 {
_root.falling = 1;
}
frame 86 {
stop();
_root.falling = 0;
_root.booyah = 0;
_root.bg3.walker.gotoAndStop(3);
}
}
movieClip 2191 {
frame 2 {
_root.health -= 10;
}
frame 5 {
_root.bg3.walker.gotoAndStop(3);
}
}
movieClip 2193 {
frame 24 {
stop();
}
}
movieClip 2194 {
frame 1 {
stop();
_root.falling = 0;
_root.inwalker = 0;
_root.goingdown = 0;
}
instance body of movieClip 2172 {
onClipEvent (enterFrame) {
if (_root.inship == 1) {
_root.bg3.walker.gotoAndStop(1);
}
}
}
frame 2 {
stop();
_quality = 'LOW';
}
frame 3 {
stop();
_root.inwalker = 1;
_root.goingup = 0;
_root.flying = 0;
}
frame 6 {
gotoAndStop(3);
}
frame 8 {
stop();
}
frame 10 {
stop();
}
frame 12 {
stop();
}
frame 14 {
stop();
}
}
movieClip 2195 {
instance eyes of movieClip 2050 {
}
}
movieClip 2200 {
}
movieClip 2202 {
frame 1 {
stop();
}
frame 57 {
stop();
_root.dialogueccc.nextFrame();
_root.bg3.escapeship._visible = true;
_root.bg3.shipsilo._visible = false;
}
frame 60 {
gotoAndStop(58);
}
}
movieClip 2204 {
instance of movieClip 1809 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.handgrenadeammo += 5;
this._y -= 1.0e+025;
this._visible = false;
this.gotoAndPlay(22);
_root.bars.healthbar.healthup.play();
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this.play();
this._x -= 100000000000000.0;
_root.scourge6go = 1;
}
}
}
instance escapeship of movieClip 1913 {
onClipEvent (load) {
_root.inship = 0;
this._visible = false;
_root.shippart = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and (Key.isDown(87) and _root.inship == 0 and _root.inwalker == 0 and _root.dead == 0 and _root.shippart == 1)) {
this.play();
_root.inship = 1;
_root.inwalker = 1;
_root.bg3.walker.gotoAndStop(1);
_root.dude._visible = false;
_root.Cannon._visible = false;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x += 30;
}
}
}
instance of movieClip 1916 {
onClipEvent (load) {
_root.smoo = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.smoo == 0) {
_root.body._x -= 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.runner1)) {
_root.bg3.runner1._visible = false;
}
}
}
instance of movieClip 1916 {
onClipEvent (load) {
_root.keycard = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.keycard == 1) {
_root.bg3.door.play();
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.keycard == 0) {
_root.body._x -= 30;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.runner1out == 0) {
_root.bg3.shooter1.play();
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.runner1out == 0) {
_root.bg3.shooter1.gotoAndStop(1);
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.runner1boom == 0) {
_root.body._x -= 30;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.greenshoot1out = 1;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.greenshooter1boom == 0) {
_root.body._x -= 30;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.greenshoot1.health > 0) {
_root.greenshoot1out = 0;
_root.bg3.greenshoot1.gotoAndStop(1);
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.bg3.ball1.play();
this._x -= 1.0e+026;
this._y += 1.0e+026;
}
}
}
instance of movieClip 1916 {
onClipEvent (load) {
_root.bossarea = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bossarea == 1) {
_root.bg3.door.gotoAndStop(1);
_root.bg2.barrells._visible = false;
_root.bg3.greenshoot._visible = false;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.bossarea = 1;
}
}
}
instance of movieClip 1918 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.plasmaammo += 100;
this._y -= 1.0e+025;
this._visible = false;
this.gotoAndPlay(22);
_root.bars.healthbar.healthup.play();
}
}
}
instance of movieClip 1918 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.plasmaammo += 100;
this._y -= 1.0e+025;
this._visible = false;
this.gotoAndPlay(22);
_root.bars.healthbar.healthup.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body)) {
_root.plasmaammo += 100;
this._y -= 1.0e+025;
this._visible = false;
this.gotoAndPlay(22);
_root.bars.healthbar.healthup.play();
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.bosssleep = 0;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.ballalive == 1) {
_root.body._x -= 30;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker) and _root.inwalker == 1) {
_root.leftsidetouch = 1;
}
}
}
instance of movieClip 1918 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
_root.plasmaammo += 100;
this._y -= 1.0e+025;
this._visible = false;
this.gotoAndPlay(22);
_root.bars.healthbar.healthup.play();
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.boss) and _root.eyehurt == 1) {
_root.eyehealth = 500;
_root.bg3.boss.gotoAndStop(7);
_root.eyehurt = 3;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker) and _root.inwalker == 1) {
_root.leftsidetouch = 0;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bossarea == 1) {
_root.body._x += 30;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and _root.falling == 1) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker) and _root.flying == 0) {
_root.health -= 200;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and _root.falling == 1) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (load) {
_root.youfell = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and _root.falling == 1) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.inwalker == 0) {
_root.health -= 200;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and _root.falling == 1) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and _root.falling == 1) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(65) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(68) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(65) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(68) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(65) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(68) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(65) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(68) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(65) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(68) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and _root.falling == 1) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(65) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and (Key.isDown(68) and _root.flying == 0)) {
_root.bg3.walker._y += 25;
_root.youfell = 1;
}
}
onClipEvent (enterFrame) {
if (_root.youfell == 1) {
_root.bg3.walker._y += 10;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker) and _root.flying == 0) {
_root.health -= 200;
}
}
}
instance of movieClip 1916 {
}
instance of movieClip 1916 {
onClipEvent (load) {
_root.shooter2oouutt = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.runner2out == 0) {
_root.bg3.shooter2.play();
_root.shooter2oouutt = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body) and _root.runner2out == 0) {
_root.bg3.shooter2.play();
_root.shooter2oouutt = 1;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.greenshoot2out = 1;
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.greenshooter2boom == 0) {
_root.body._x -= 30;
}
}
}
instance scourge11 of movieClip 633 {
onClipEvent (load) {
_root.scourge11go = 0;
this.health = 50;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge11go == 1) {
if (this.health > 0) {
this._visible = true;
this._x -= 15;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.scourge11go == 1 and _root.dead == 0) {
_root.hurt1.play();
this._x += 15;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance runner2 of movieClip 1934 {
onClipEvent (load) {
this.health = 90;
_root.runner2boom = 0;
_root.runner2out = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.runner2out == 1) {
if (this.health > 0) {
_root.runner2boom = 1;
this._visible = true;
this._x -= 18;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0 and _root.runner2out == 1) {
_root.hurt1.play();
this._x += 20;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance greenshoot2 of movieClip 1977 {
onClipEvent (load) {
this.health = 90;
_root.greenshooter2boom = 0;
}
onClipEvent (enterFrame) {
if (_root.greenshoot2out == 1) {
if (this.health > 0) {
this.play();
}
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(49);
_root.greenshooter2boom = 1;
} else {
if (this.health <= 0) {
this.gotoAndStop(45);
_root.greenshooter2boom = 1;
}
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.scourge11go = 1;
}
}
}
instance scourge12 of movieClip 633 {
onClipEvent (load) {
_root.scourge12go = 0;
this.health = 50;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge12go == 1) {
if (this.health > 0) {
this._visible = true;
this._x -= 15;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.scourge12go == 1 and _root.dead == 0) {
_root.hurt1.play();
this._x += 15;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.scourge12go = 1;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 260;
_root.xsize = 350;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 260;
_root.xsize = 350;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
this.play();
this._x -= 100000000000000.0;
_root.scourge5go = 1;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge5)) {
_root.bg3.scourge5._x += 20;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.scourge8)) {
_root.bg3.scourge8._x -= 15;
}
if (this.hitTest(_root.bg3.scourge9)) {
_root.bg3.scourge9._x -= 15;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this.play();
_root.scourge8go = 1;
_root.bg3.scourge8._visible = true;
this._y -= 10000000000.0;
}
}
}
instance scourge9 of movieClip 633 {
onClipEvent (load) {
this.health = 60;
_root.scourge9go = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge9go == 1) {
if (this.health > 0) {
this._x += 13;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0 and _root.scourge9go == 1) {
_root.hurt1.play();
this._x -= 13;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge8 of movieClip 633 {
onClipEvent (load) {
this.health = 60;
_root.scourge8go = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge8go == 1) {
if (this.health > 0) {
this._x += 12;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0 and _root.scourge8go == 1) {
_root.hurt1.play();
this._x -= 12;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance scourge5 of movieClip 633 {
onClipEvent (load) {
_root.scourge5go = 0;
this.health = 50;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge5go == 1) {
if (this.health > 0) {
this._visible = true;
this._x -= 15;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.scourge5go == 1 and _root.dead == 0) {
_root.hurt1.play();
this._x += 15;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake.health > 0) {
_root.bg3.snake.gotoAndStop(1);
}
}
}
instance snake of movieClip 695 {
onClipEvent (load) {
this.health = 40;
}
onClipEvent (enterFrame) {
if (this.health <= -45) {
this.gotoAndStop(16);
} else {
if (this.health <= 0) {
this.gotoAndStop(15);
} else {
if (this.hitTest(_root.body)) {
this.play();
}
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake.health > 0) {
_root.bg3.snake.gotoAndStop(1);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.bg3.smoker.hit.gotoAndStop(2);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.backgrounda.play();
this._y = -1.0e+063;
this._x -= 1.0e+063;
}
}
}
instance scourge6 of movieClip 633 {
onClipEvent (load) {
_root.scourge6go = 0;
this.health = 50;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scourge6go == 1) {
if (this.health > 0) {
this._visible = true;
this._x -= 15;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.scourge6go == 1 and _root.dead == 0) {
_root.hurt1.play();
this._x += 15;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.area)) {
this.play();
_root.scourge9go = 1;
_root.bg3.scourge9._visible = true;
this._y -= 10000000000.0;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 340;
_root.xsize = 350;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.bg3.snake.health > 0) {
_root.bg3.snake.gotoAndStop(1);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.ysize = 400;
_root.xsize = 350;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker)) {
_root.ysize = 400;
_root.xsize = 350;
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.bg3.redship.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.walker.body)) {
_root.bg3.redship.play();
}
}
}
instance runner1 of movieClip 1934 {
onClipEvent (load) {
this.health = 90;
_root.runner1boom = 0;
_root.runner1out = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.runner1out == 1) {
if (this.health > 0) {
_root.runner1boom = 1;
this._visible = true;
this._x -= 18;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.body) and _root.dead == 0 and _root.runner1out == 1) {
_root.hurt1.play();
this._x += 20;
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(3);
} else {
if (this.health <= 0) {
this.gotoAndStop(2);
}
}
}
}
instance greenshoot1 of movieClip 1977 {
onClipEvent (load) {
this.health = 90;
_root.greenshooter1boom = 0;
}
onClipEvent (enterFrame) {
if (_root.greenshoot1out == 1) {
if (this.health > 0) {
this.play();
}
}
}
onClipEvent (enterFrame) {
if (this.health <= -300) {
this.gotoAndStop(49);
_root.greenshooter1boom = 1;
} else {
if (this.health <= 0) {
this.gotoAndStop(45);
_root.greenshooter1boom = 1;
}
}
}
}
instance ball1 of movieClip 2035 {
onClipEvent (load) {
this.health = 300;
_root.shieldp = 1;
_root.ballalive = 1;
}
onClipEvent (enterFrame) {
if (this.health <= 0) {
_root.ballalive = 0;
this.gotoAndStop(62);
}
}
}
instance boss of movieClip 2113 {
onClipEvent (enterFrame) {
if (_root.onrock == 1) {
if (_root.eyehealth <= 0) {
_root.bg3.boss.gotoAndPlay(11);
_root.onrock = 5;
}
}
}
onClipEvent (enterFrame) {
if (_root.eyehealth <= 0) {
if (_root.onrock == 0) {
_root.bg3.boss.gotoAndPlay(5);
}
}
}
onClipEvent (load) {
_root.onrock = 0;
_root.sleephealth = 100;
this.health = 100;
_root.bosssleep = 0;
_root.eyehealth = 200;
}
onClipEvent (enterFrame) {
if (_root.sleephealth <= 0) {
if (_root.bossarea == 1) {
_root.bosssleep = 1;
_root.sleephealth = 1000000000;
}
}
}
onClipEvent (enterFrame) {
if (_root.bosssleep == 1) {
_root.eyehealth = 200;
this.play();
_root.bosssleep = 2;
}
}
}
instance walker of movieClip 2194 {
onClipEvent (load) {
_root.goingup = 0;
_root.leftsidetouch = 0;
_root.rightsidetouch = 0;
_root.booyah = 0;
_root.zoomout = 0;
}
onClipEvent (enterFrame) {
if (_root.innn == 1) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.inwalker == 1) {
_root.dude._visible = false;
_root.Cannon._visible = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.area) and _root.goingup == 0 and (Key.isDown(87) and _root.inship == 0 and _root.inwalker == 0 and _root.bossarea == 1 and _root.dead == 0)) {
this.nextFrame();
_root.goingup = 1;
_root.dude._visible = false;
_root.Cannon._visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.bossarea == 0) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.lights == 1) {
if (_root.down == 0) {
_root.bg3.walker.walker.hull.arm.gotoAndPlay(4);
}
}
}
onClipEvent (enterFrame) {
onMouseDown = function () {
_root.down = 1;
};
}
onClipEvent (enterFrame) {
onMouseUp = function () {
_root.down = 0;
};
}
onClipEvent (enterFrame) {
if (_root.down == 1) {
if (_root.inwalker == 1) {
_root.bg3.walker.walker.hull.arm.gotoAndPlay(2);
_root.bg3.walker.walker.hull.arm2.play();
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(68) and _root.dead == 0 and _root.inwalker == 1 and _root.flying == 0 and _root.rightsidetouch == 0 and _root.inship == 0) {
this.gotoAndPlay(4);
this._x += 8;
_root.bg._x -= 8;
_root.bg2._x -= 8;
_root.bg3._x -= 8;
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) and _root.dead == 0 and _root.inwalker == 1 and _root.flying == 0 and _root.leftsidetouch == 0 and _root.inship == 0) {
this.gotoAndPlay(4);
this._x -= 8;
_root.bg._x += 8;
_root.bg2._x += 8;
_root.bg3._x += 8;
this._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(68) and _root.dead == 0 and _root.inwalker == 1 and _root.flying == 1 and _root.rightsidetouch == 0 and _root.inship == 0) {
this._x += 12;
_root.bg._x -= 12;
_root.bg2._x -= 12;
_root.bg3._x -= 12;
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) and _root.dead == 0 and _root.inwalker == 1 and _root.flying == 1 and _root.leftsidetouch == 0 and _root.inship == 0) {
this._x -= 12;
_root.bg._x += 12;
_root.bg2._x += 12;
_root.bg3._x += 12;
this._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) and _root.dead == 0 and _root.inwalker == 1 and _root.booyah == 0 and _root.goingdown == 0 and _root.flying == 0 and _root.inship == 0) {
_root.goingup = 0;
this.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) and _root.dead == 0 and _root.inwalker == 1 and _root.goingdown == 0 and _root.flying == 1 and _root.inship == 0) {
_root.booyah = 1;
_root.flying = 2;
_root.bg3.walker.walker.gotoAndPlay(80);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(87) and _root.dead == 0 and _root.inwalker == 1 and _root.goingdown == 0 and _root.flying == 0 and _root.goingup == 0 and _root.inship == 0) {
this.gotoAndStop(9);
}
}
}
instance of movieClip 581 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.bg3.escapeship)) {
_root.bg3.escapeship.play();
}
}
}
instance of movieClip 1916 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.body)) {
_root.body._x -= 30;
}
}
}
}
instance bg3 of movieClip 2204 {
onClipEvent (load) {
_root.music.gotoAndStop(6);
}
}
movieClip 2206 {
}
instance bg of movieClip 2206 {
onClipEvent (load) {
_root.music.gotoAndStop(6);
}
}
movieClip 2210 {
}
movieClip 2211 {
}
movieClip 2212 {
}
button 2216 {
on (release, keyPress '<Enter>') {
_root.dialogueccc.d.nextFrame();
}
}
movieClip 2221 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
_root.dialogueccc._visible = false;
}
}
movieClip 2223 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 6 {
_root.shippart = 1;
}
frame 6 {
stop();
}
}
frame 470 {
stop();
}
frame 470 {
_root._xscale = 100;
_root._yscale = 100;
}
movieClip 2241 {
frame 30 {
stop();
}
}
movieClip 2243 {
frame 3 {
stopAllSounds();
}
frame 45 {
stop();
}
}
instance crosshairs of movieClip 1265 {
onClipEvent (mouseMove) {
if (_root.cursuroff == 0) {
Mouse.hide();
_x = _level0._xmouse;
_y = _level0._ymouse;
}
}
}
frame 471 {
stop();
_quality = 'HIGH';
}
button 2248 {
on (release) {
getURL('http://www.ratubaworld.com/games/boaivportal.html', '_blank');
stopAllSounds();
}
}
button 2254 {
on (release) {
_root.cheatmenu.play();
}
}
button 2258 {
on (release) {
_root.cheatmenu.play();
}
}
movieClip 2260 {
frame 1 {
stop();
}
frame 20 {
stop();
}
}
instance cheatmenu of movieClip 2260 {
onClipEvent (enterFrame) {
if (_root.mode == 2) {
this._visible = true;
} else {
if (_root.mode == 3) {
this._visible = true;
} else {
this._visible = false;
}
}
}
}
frame 483 {
gotoAndPlay(484);
}
frame 484 {
stop();
stopAllSounds();
_root._xscale = 100;
_root._yscale = 100;
}
button 2262 {
on (release) {
if (_root.life >= 0) {
if (_root.level == 4) {
_root.life -= 1;
gotoAndPlay('lvl3');
}
}
}
on (release) {
if (_root.life >= 0) {
if (_root.level == 3) {
_root.life -= 1;
gotoAndPlay('lvl2boss');
}
}
}
on (release) {
if (_root.life >= 0) {
if (_root.level == 2) {
_root.life -= 1;
gotoAndPlay('lvl2');
}
}
}
on (release) {
if (_root.life >= 0) {
if (_root.level == 1) {
_root.life -= 1;
gotoAndPlay(247);
}
}
}
}
button 2263 {
on (release) {
_root.gotoAndStop('menu, 1');
}
}
instance of movieClip 1240 {
onClipEvent (enterFrame) {
this.life = _root.life;
}
onClipEvent (enterFrame) {
if (_root.launcher == 1) {
_root.launcherhold = 1;
_root.launcherammo = 3;
}
}
onClipEvent (enterFrame) {
if (_root.plasmarifle == 1) {
_root.plasmahold = 1;
_root.plasmaammo = 100;
}
}
}
movieClip 2271 {
}
instance of movieClip 2271 {
onClipEvent (enterFrame) {
if (_root.life < 0) {
this._visible = true;
} else {
this._visible = false;
}
}
}
instance cross hairs of movieClip 1265 {
onClipEvent (mouseMove) {
if (_root.cursuroff == 0) {
Mouse.hide();
_x = _level0._xmouse;
_y = _level0._ymouse;
}
}
}