Frame 1
function itemHandler1(obj, item) {
getURL ("http://cornoncob.com");
}
function itemHandler7(obj, item) {
getURL ("http://armorgames.com");
}
function itemHandler6(obj, item) {
}
function itemHandler2(obj, item) {
_quality = "BEST";
}
function itemHandler3(obj, item) {
_quality = "HIGH";
}
function itemHandler4(obj, item) {
_quality = "MEDIUM";
}
function itemHandler5(obj, item) {
_quality = "LOW";
}
pldm128947 = new LoadVars();
pldm128947.mv = _level0._url;
pldm128947.md = "c23cdba763f3f3991e9d3632da0154a4";
pldm128947.mid = 176;
pldm128947.sendAndLoad("http://bot.armorstudios.com/track.php", pldm128947, "POST");
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
myMenu.customItems.push(new ContextMenuItem("Cornoncob.com", itemHandler1));
myMenu.customItems.push(new ContextMenuItem("ArmorGames!", itemHandler7));
myMenu.customItems.push(new ContextMenuItem("-----", itemHandler6));
myMenu.customItems.push(new ContextMenuItem("Best Quality", itemHandler2));
myMenu.customItems.push(new ContextMenuItem("High Quality", itemHandler3));
myMenu.customItems.push(new ContextMenuItem("Medium Quality", itemHandler4));
myMenu.customItems.push(new ContextMenuItem("Low Quality", itemHandler5));
myMenu.customItems[2].enabled = false;
_root.menu = myMenu;
Frame 2
stop();
Frame 3
stop();
Frame 5
stop();
Instance of Symbol 192 MovieClip "enemy1" in Frame 5
onClipEvent (enterFrame) {
this.cacheAsBitmap = true;
_parent.enemy1._x = _parent.enemy1._x - 4;
if (_parent.enemy1._x < -1000) {
_parent.enemy1._x = 1000;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 4;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if (_parent.drill.driller.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
if (_root.enemy1._currentframe != 1) {
if (_parent.enemy1.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if ((_parent.drill.hitTest(_parent.enemy1) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy1.gotoAndStop("explode");
if (_root.enemy1._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 4;
}
}
Instance of Symbol 229 MovieClip "actions" in Frame 5
onClipEvent (load) {
_parent.enemy1._x = 2000;
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
comeRover = false;
_root.health = 100;
_root.kilobars = 0;
_root.kills = 0;
_root.drill.gotoAndStop("idle");
}
onClipEvent (enterFrame) {
if (_root.kilobars == 240) {
_root.nextFrame();
}
_root.bar.health.gotoAndStop(100 - _root.health);
if (_root.bar.health._currentframe >= 100) {
_root.gotoAndStop("GAMEOVER");
}
if (_root.drill._currentframe == 1) {
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
}
if ((Key.isDown(37) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkLeft");
_root.mountains._x = _root.mountains._x + 0.2;
walkingLeft = true;
}
if ((((!Key.isDown(37)) && (walkingLeft == true)) && (drilling == false)) && (flying == false)) {
walkingLeft = false;
_root.drill.gotoAndStop("idle");
}
if ((Key.isDown(39) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkRight");
_root.mountains._x = _root.mountains._x - 0.2;
walkingRight = true;
}
if ((((!Key.isDown(39)) && (walkingRight == true)) && (drilling == false)) && (flying == false)) {
walkingRight = false;
_root.drill.gotoAndStop("idle");
}
if (((Key.isDown(39) && (Key.isDown(37))) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("idle");
walkingLeft = false;
walkingRight = false;
}
if ((Key.isDown(32) && (drilling == false)) && (flying == false)) {
drilling = true;
_root.drill.gotoAndStop("gotoDrill");
}
if ((_root.drill._currentframe == 39) && (Key.isDown(32))) {
_root.drill.gotoAndStop("returnDrill");
}
if (((Key.isDown(37) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompLeft");
}
if (((Key.isDown(39) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompRight");
}
if ((Key.isDown(38) && (flying == false)) && (drilling == false)) {
flying = true;
_parent.drill.gotoAndStop("takeFlight");
}
if ((Key.isDown(38) && (flying == true)) && (drilling == false)) {
_parent.drill.fly.play();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine1))) {
_root.mines.mine1.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine2))) {
_root.mines.mine2.bar.nextFrame();
}
}
Frame 6
stop();
Frame 7
stop();
Instance of Symbol 192 MovieClip "enemy1" in Frame 7
onClipEvent (enterFrame) {
_parent.enemy1._x = _parent.enemy1._x - 4;
if (_parent.enemy1._x < -1000) {
_parent.enemy1._x = 1000;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 4;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if (_parent.drill.driller.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
if (_root.enemy1._currentframe != 1) {
if (_parent.enemy1.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if ((_parent.drill.hitTest(_parent.enemy1) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy1.gotoAndStop("explode");
if (_root.enemy1._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 4;
}
}
Instance of Symbol 237 MovieClip "enemy2" in Frame 7
onClipEvent (enterFrame) {
_parent.enemy2._x = _parent.enemy2._x + 4;
if (_parent.enemy2._x > 800) {
_parent.enemy2._x = -500;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x - 4;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if (_parent.drill.driller.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
if (_root.enemy2._currentframe != 1) {
if (_parent.enemy2.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if ((_parent.drill.hitTest(_parent.enemy2) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy2.gotoAndStop("explode");
if (_root.enemy2._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x + 4;
}
}
Instance of Symbol 229 MovieClip "actions" in Frame 7
onClipEvent (load) {
_parent.enemy1._x = 2000;
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
comeRover = false;
_root.drill.gotoAndStop("idle");
}
onClipEvent (enterFrame) {
if (_root.kilobars == 720) {
_root.nextFrame();
}
_root.bar.health.gotoAndStop(100 - _root.health);
if (_root.bar.health._currentframe >= 100) {
_root.gotoAndStop("GAMEOVER");
}
if (_root.drill._currentframe == 1) {
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
}
if ((Key.isDown(37) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkLeft");
_root.mountains._x = _root.mountains._x + 0.2;
walkingLeft = true;
}
if ((((!Key.isDown(37)) && (walkingLeft == true)) && (drilling == false)) && (flying == false)) {
walkingLeft = false;
_root.drill.gotoAndStop("idle");
}
if ((Key.isDown(39) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkRight");
_root.mountains._x = _root.mountains._x - 0.2;
walkingRight = true;
}
if ((((!Key.isDown(39)) && (walkingRight == true)) && (drilling == false)) && (flying == false)) {
walkingRight = false;
_root.drill.gotoAndStop("idle");
}
if (((Key.isDown(39) && (Key.isDown(37))) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("idle");
walkingLeft = false;
walkingRight = false;
}
if ((Key.isDown(32) && (drilling == false)) && (flying == false)) {
drilling = true;
_root.drill.gotoAndStop("gotoDrill");
}
if ((_root.drill._currentframe == 39) && (Key.isDown(32))) {
_root.drill.gotoAndStop("returnDrill");
}
if (((Key.isDown(37) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompLeft");
}
if (((Key.isDown(39) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompRight");
}
if ((Key.isDown(38) && (flying == false)) && (drilling == false)) {
flying = true;
_parent.drill.gotoAndStop("takeFlight");
}
if ((Key.isDown(38) && (flying == true)) && (drilling == false)) {
_parent.drill.fly.play();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine1))) {
_root.mines.mine1.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine2))) {
_root.mines.mine2.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine3))) {
_root.mines.mine3.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine4))) {
_root.mines.mine4.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine5))) {
_root.mines.mine5.bar.nextFrame();
}
}
Frame 8
stop();
Frame 9
stop();
Instance of Symbol 242 MovieClip in Frame 9
onClipEvent (load) {
timeEnds = 50 + (getTimer() / 1000);
}
onClipEvent (enterFrame) {
_root.timer = getTimer() / 1000;
_root.timerDisp = Math.round(timeEnds - _root.timer);
if (_root.timerDisp < 0) {
_root.nextFrame();
}
}
Instance of Symbol 192 MovieClip "enemy1" in Frame 9
onClipEvent (enterFrame) {
_parent.enemy1._x = _parent.enemy1._x - 4;
if (_parent.enemy1._x < -1000) {
_parent.enemy1._x = 1000;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 4;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if (_parent.drill.driller.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
if (_root.enemy1._currentframe != 1) {
if (_parent.enemy1.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if ((_parent.drill.hitTest(_parent.enemy1) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy1.gotoAndStop("explode");
if (_root.enemy1._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 4;
}
}
Instance of Symbol 237 MovieClip "enemy2" in Frame 9
onClipEvent (enterFrame) {
_parent.enemy2._x = _parent.enemy2._x + 4;
if (_parent.enemy2._x > 800) {
_parent.enemy2._x = -500;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x - 4;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if (_parent.drill.driller.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
if (_root.enemy2._currentframe != 1) {
if (_parent.enemy2.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if ((_parent.drill.hitTest(_parent.enemy2) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy2.gotoAndStop("explode");
if (_root.enemy2._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x + 4;
}
}
Instance of Symbol 229 MovieClip "actions" in Frame 9
onClipEvent (load) {
_parent.enemy1._x = 2000;
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
comeRover = false;
_root.drill.gotoAndStop("idle");
}
onClipEvent (enterFrame) {
_root.bar.health.gotoAndStop(100 - _root.health);
if (_root.bar.health._currentframe >= 100) {
_root.gotoAndStop("GAMEOVER");
}
if (_root.drill._currentframe == 1) {
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
}
if ((Key.isDown(37) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkLeft");
_root.mountains._x = _root.mountains._x + 0.2;
walkingLeft = true;
}
if ((((!Key.isDown(37)) && (walkingLeft == true)) && (drilling == false)) && (flying == false)) {
walkingLeft = false;
_root.drill.gotoAndStop("idle");
}
if ((Key.isDown(39) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkRight");
_root.mountains._x = _root.mountains._x - 0.2;
walkingRight = true;
}
if ((((!Key.isDown(39)) && (walkingRight == true)) && (drilling == false)) && (flying == false)) {
walkingRight = false;
_root.drill.gotoAndStop("idle");
}
if (((Key.isDown(39) && (Key.isDown(37))) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("idle");
walkingLeft = false;
walkingRight = false;
}
if ((Key.isDown(32) && (drilling == false)) && (flying == false)) {
drilling = true;
_root.drill.gotoAndStop("gotoDrill");
}
if ((_root.drill._currentframe == 39) && (Key.isDown(32))) {
_root.drill.gotoAndStop("returnDrill");
}
if (((Key.isDown(37) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompLeft");
}
if (((Key.isDown(39) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompRight");
}
if ((Key.isDown(38) && (flying == false)) && (drilling == false)) {
flying = true;
_parent.drill.gotoAndStop("takeFlight");
}
if ((Key.isDown(38) && (flying == true)) && (drilling == false)) {
_parent.drill.fly.play();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine1))) {
_root.mines.mine1.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine2))) {
_root.mines.mine2.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine3))) {
_root.mines.mine3.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine4))) {
_root.mines.mine4.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine5))) {
_root.mines.mine5.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine6))) {
_root.mines.mine6.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine7))) {
_root.mines.mine7.bar.nextFrame();
}
}
Frame 10
stop();
Frame 11
stop();
Instance of Symbol 242 MovieClip in Frame 11
onClipEvent (load) {
timeEnds = 70 + (getTimer() / 1000);
}
onClipEvent (enterFrame) {
_root.timer = getTimer() / 1000;
_root.timerDisp = Math.round(timeEnds - _root.timer);
if (_root.timerDisp < 0) {
_root.nextFrame();
}
}
Instance of Symbol 192 MovieClip "enemy1" in Frame 11
onClipEvent (enterFrame) {
_parent.enemy1._x = _parent.enemy1._x - 4;
if (_parent.enemy1._x < -1000) {
_parent.enemy1._x = 1000;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 4;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if (_parent.drill.driller.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
if (_root.enemy1._currentframe != 1) {
if (_parent.enemy1.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if ((_parent.drill.hitTest(_parent.enemy1) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy1.gotoAndStop("explode");
if (_root.enemy1._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 4;
}
}
Instance of Symbol 237 MovieClip "enemy2" in Frame 11
onClipEvent (enterFrame) {
_parent.enemy2._x = _parent.enemy2._x + 4;
if (_parent.enemy2._x > 800) {
_parent.enemy2._x = -500;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x - 4;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if (_parent.drill.driller.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
if (_root.enemy2._currentframe != 1) {
if (_parent.enemy2.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if ((_parent.drill.hitTest(_parent.enemy2) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy2.gotoAndStop("explode");
if (_root.enemy2._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x + 4;
}
}
Instance of Symbol 250 MovieClip "enemy3" in Frame 11
onClipEvent (enterFrame) {
_parent.enemy3._x = _parent.enemy3._x - 2;
if (_parent.enemy3._x < -250) {
_parent.enemy3._x = 1000;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy3)) {
_parent.enemy3.gotoAndStop("explode");
_parent.enemy3._x = _parent.enemy3._x + 2;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy3)) {
_parent.enemy3.gotoAndStop("explode");
_parent.enemy3._x = _parent.enemy3._x + 2;
}
if (_parent.drill.driller.hitTest(_parent.enemy3)) {
_parent.enemy3.gotoAndStop("explode");
if (_root.enemy3._currentframe != 1) {
if (_parent.enemy3.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy3._x = _parent.enemy3._x + 2;
}
if ((_parent.drill.hitTest(_parent.enemy3) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy3.gotoAndStop("explode");
if (_root.enemy3._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy3._x = _parent.enemy3._x + 2;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy3)) {
_parent.enemy3.gotoAndStop("explode");
_parent.enemy3._x = _parent.enemy3._x + 4;
}
}
Instance of Symbol 229 MovieClip "actions" in Frame 11
onClipEvent (load) {
_parent.enemy1._x = 2000;
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
comeRover = false;
_root.drill.gotoAndStop("idle");
}
onClipEvent (enterFrame) {
_root.bar.health.gotoAndStop(100 - _root.health);
if (_root.bar.health._currentframe >= 100) {
_root.gotoAndStop("GAMEOVER");
}
if (_root.drill._currentframe == 1) {
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
}
if ((Key.isDown(37) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkLeft");
_root.mountains._x = _root.mountains._x + 0.2;
walkingLeft = true;
}
if ((((!Key.isDown(37)) && (walkingLeft == true)) && (drilling == false)) && (flying == false)) {
walkingLeft = false;
_root.drill.gotoAndStop("idle");
}
if ((Key.isDown(39) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkRight");
_root.mountains._x = _root.mountains._x - 0.2;
walkingRight = true;
}
if ((((!Key.isDown(39)) && (walkingRight == true)) && (drilling == false)) && (flying == false)) {
walkingRight = false;
_root.drill.gotoAndStop("idle");
}
if (((Key.isDown(39) && (Key.isDown(37))) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("idle");
walkingLeft = false;
walkingRight = false;
}
if ((Key.isDown(32) && (drilling == false)) && (flying == false)) {
drilling = true;
_root.drill.gotoAndStop("gotoDrill");
}
if ((_root.drill._currentframe == 39) && (Key.isDown(32))) {
_root.drill.gotoAndStop("returnDrill");
}
if (((Key.isDown(37) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompLeft");
}
if (((Key.isDown(39) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompRight");
}
if ((Key.isDown(38) && (flying == false)) && (drilling == false)) {
flying = true;
_parent.drill.gotoAndStop("takeFlight");
}
if ((Key.isDown(38) && (flying == true)) && (drilling == false)) {
_parent.drill.fly.play();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine1))) {
_root.mines.mine1.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine2))) {
_root.mines.mine2.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine3))) {
_root.mines.mine3.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine4))) {
_root.mines.mine4.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine5))) {
_root.mines.mine5.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine6))) {
_root.mines.mine6.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine7))) {
_root.mines.mine7.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine8))) {
_root.mines.mine8.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine9))) {
_root.mines.mine9.bar.nextFrame();
}
}
Frame 12
stop();
Frame 13
stop();
Instance of Symbol 192 MovieClip "enemy1" in Frame 13
onClipEvent (enterFrame) {
_parent.enemy1._x = _parent.enemy1._x - 4;
if (_parent.enemy1._x < -1000) {
_parent.enemy1._x = 1000;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 4;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if (_parent.drill.driller.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
if (_root.enemy1._currentframe != 1) {
if (_parent.enemy1.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if ((_parent.drill.hitTest(_parent.enemy1) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy1.gotoAndStop("explode");
if (_root.enemy1._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy1._x = _parent.enemy1._x + 3;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy1)) {
_parent.enemy1.gotoAndStop("explode");
_parent.enemy1._x = _parent.enemy1._x + 4;
}
}
Instance of Symbol 237 MovieClip "enemy2" in Frame 13
onClipEvent (enterFrame) {
_parent.enemy2._x = _parent.enemy2._x + 4;
if (_parent.enemy2._x > 800) {
_parent.enemy2._x = -500;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x - 4;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if (_parent.drill.driller.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
if (_root.enemy2._currentframe != 1) {
if (_parent.enemy2.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if ((_parent.drill.hitTest(_parent.enemy2) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy2.gotoAndStop("explode");
if (_root.enemy2._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy2._x = _parent.enemy2._x - 3;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy2)) {
_parent.enemy2.gotoAndStop("explode");
_parent.enemy2._x = _parent.enemy2._x + 4;
}
}
Instance of Symbol 250 MovieClip "enemy3" in Frame 13
onClipEvent (enterFrame) {
_parent.enemy3._x = _parent.enemy3._x - 2;
if (_parent.enemy3._x < -250) {
_parent.enemy3._x = 1000;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy3)) {
_parent.enemy3.gotoAndStop("explode");
_parent.enemy3._x = _parent.enemy3._x + 2;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy3)) {
_parent.enemy3.gotoAndStop("explode");
_parent.enemy3._x = _parent.enemy3._x + 2;
}
if (_parent.drill.driller.hitTest(_parent.enemy3)) {
_parent.enemy3.gotoAndStop("explode");
if (_root.enemy3._currentframe != 1) {
if (_parent.enemy3.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy3._x = _parent.enemy3._x + 2;
}
if ((_parent.drill.hitTest(_parent.enemy3) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy3.gotoAndStop("explode");
if (_root.enemy3._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy3._x = _parent.enemy3._x + 2;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy3)) {
_parent.enemy3.gotoAndStop("explode");
_parent.enemy3._x = _parent.enemy3._x + 4;
}
}
Instance of Symbol 254 MovieClip "enemy4" in Frame 13
onClipEvent (enterFrame) {
_parent.enemy4._x = _parent.enemy4._x + 5;
if (_parent.enemy4._x > 1000) {
_parent.enemy4._x = -1000;
}
if (_parent.drill.stompRight.stompRightArea.hitTest(_parent.enemy4)) {
_parent.enemy4.gotoAndStop("explode");
_parent.enemy4._x = _parent.enemy4._x - 5;
}
if (_parent.drill.stompLeft.stompLeftArea.hitTest(_parent.enemy4)) {
_parent.enemy4.gotoAndStop("explode");
_parent.enemy4._x = _parent.enemy4._x - 5;
}
if (_parent.drill.driller.hitTest(_parent.enemy4)) {
_parent.enemy4.gotoAndStop("explode");
if (_root.enemy4._currentframe != 1) {
if (_parent.enemy4.dmag._currentframe == 4) {
_root.drill.driller.gotoAndPlay("damage");
}
}
_parent.enemy4._x = _parent.enemy4._x - 5;
}
if ((_parent.drill.hitTest(_parent.enemy4) && (_root.actions.drilling == false)) && (_root.actions.flying == false)) {
_parent.enemy4.gotoAndStop("explode");
if (_root.enemy4._currentframe != 1) {
_parent.damaging.play();
}
_parent.enemy4._x = _parent.enemy4._x - 5;
}
if (_parent.drill.fly.lazer.hitTest(_parent.enemy4)) {
_parent.enemy4.gotoAndStop("explode");
_parent.enemy4._x = _parent.enemy4._x + 5;
}
}
Instance of Symbol 229 MovieClip "actions" in Frame 13
onClipEvent (load) {
oldKilo = _root.kilobars;
_parent.enemy1._x = 2000;
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
comeRover = false;
_root.drill.gotoAndStop("idle");
}
onClipEvent (enterFrame) {
if (_root.kilobars == (oldKilo + 960)) {
_root.gotoAndStop("win");
}
_root.bar.health.gotoAndStop(100 - _root.health);
if (_root.bar.health._currentframe >= 100) {
_root.gotoAndStop("GAMEOVER");
}
if (_root.drill._currentframe == 1) {
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
}
if ((Key.isDown(37) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkLeft");
_root.mountains._x = _root.mountains._x + 0.2;
walkingLeft = true;
}
if ((((!Key.isDown(37)) && (walkingLeft == true)) && (drilling == false)) && (flying == false)) {
walkingLeft = false;
_root.drill.gotoAndStop("idle");
}
if ((Key.isDown(39) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkRight");
_root.mountains._x = _root.mountains._x - 0.2;
walkingRight = true;
}
if ((((!Key.isDown(39)) && (walkingRight == true)) && (drilling == false)) && (flying == false)) {
walkingRight = false;
_root.drill.gotoAndStop("idle");
}
if (((Key.isDown(39) && (Key.isDown(37))) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("idle");
walkingLeft = false;
walkingRight = false;
}
if ((Key.isDown(32) && (drilling == false)) && (flying == false)) {
drilling = true;
_root.drill.gotoAndStop("gotoDrill");
}
if ((_root.drill._currentframe == 39) && (Key.isDown(32))) {
_root.drill.gotoAndStop("returnDrill");
}
if (((Key.isDown(37) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompLeft");
}
if (((Key.isDown(39) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompRight");
}
if ((Key.isDown(38) && (flying == false)) && (drilling == false)) {
flying = true;
_parent.drill.gotoAndStop("takeFlight");
}
if ((Key.isDown(38) && (flying == true)) && (drilling == false)) {
_parent.drill.fly.play();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine1))) {
_root.mines.mine1.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine2))) {
_root.mines.mine2.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine3))) {
_root.mines.mine3.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine4))) {
_root.mines.mine4.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine5))) {
_root.mines.mine5.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine6))) {
_root.mines.mine6.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine7))) {
_root.mines.mine7.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine8))) {
_root.mines.mine8.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine9))) {
_root.mines.mine9.bar.nextFrame();
}
}
Frame 20
stop();
score = (_root.kilobars + Math.round(_root.kills / 2)) + (_root.health * 2);
userName = "Anony";
Instance of Symbol 229 MovieClip "actions" in Frame 20
onClipEvent (load) {
_parent.enemy1._x = 2000;
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
comeRover = false;
_root.drill.gotoAndStop("idle");
}
onClipEvent (enterFrame) {
_root.bar.health.gotoAndStop(100 - _root.health);
if (_root.drill._currentframe == 1) {
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
}
if ((Key.isDown(37) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkLeft");
_root.mountains._x = _root.mountains._x + 0.2;
walkingLeft = true;
}
if ((((!Key.isDown(37)) && (walkingLeft == true)) && (drilling == false)) && (flying == false)) {
walkingLeft = false;
_root.drill.gotoAndStop("idle");
}
if ((Key.isDown(39) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkRight");
_root.mountains._x = _root.mountains._x - 0.2;
walkingRight = true;
}
if ((((!Key.isDown(39)) && (walkingRight == true)) && (drilling == false)) && (flying == false)) {
walkingRight = false;
_root.drill.gotoAndStop("idle");
}
if (((Key.isDown(39) && (Key.isDown(37))) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("idle");
walkingLeft = false;
walkingRight = false;
}
if ((Key.isDown(32) && (drilling == false)) && (flying == false)) {
drilling = true;
_root.drill.gotoAndStop("gotoDrill");
}
if ((_root.drill._currentframe == 39) && (Key.isDown(32))) {
_root.drill.gotoAndStop("returnDrill");
}
if (((Key.isDown(37) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompLeft");
}
if (((Key.isDown(39) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompRight");
}
if ((Key.isDown(38) && (flying == false)) && (drilling == false)) {
flying = true;
_parent.drill.gotoAndStop("takeFlight");
}
if ((Key.isDown(38) && (flying == true)) && (drilling == false)) {
_parent.drill.fly.play();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine1))) {
_root.mines.mine1.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine2))) {
_root.mines.mine2.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine3))) {
_root.mines.mine3.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine4))) {
_root.mines.mine4.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine5))) {
_root.mines.mine5.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine6))) {
_root.mines.mine6.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine7))) {
_root.mines.mine7.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine8))) {
_root.mines.mine8.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine9))) {
_root.mines.mine9.bar.nextFrame();
}
}
Instance of Symbol 314 MovieClip in Frame 20
onClipEvent (load) {
this._x = Stage.width;
this._y = Stage.height - 12;
mybotid = 176;
mybotkey = "c23cdba763f3f3991e9d3632da0154a4";
al128947 = new LoadVars();
al128948 = new LoadVars();
al128947.mv = _level0._url;
al128947.md = mybotkey;
al128947.mid = mybotid;
al128948.onLoad = function (success) {
if (success) {
ndxp.text = "score: " + al128948.sc;
}
};
}
Frame 21
numOfEnds = 26;
ends = new Array("NASA then tracked you down and fed you to a giant elephant.", "NASA then came to your house and confiscated all of the money and your pet dog.", "NASA then tracked you down and gave you a nice beating.", "NASA then came to your house and started calling you mean names.", "NASA then tracked you down and made fun of your clothes.", "NASA then told everyone that you liked people of the same sex.", "NASA then showed up and gave you a jolly rogering.", "NASA then took your mother out to dinner, without informing your dad.", "NASA then posted naked pictures of you on the internet.", "NASA then photoshopped pictures of you giving the goatse guy a good time.", "NASA then prank called you for seven hours straight.", "NASA then informed the cable company that you were stealing cable.", "NASA then planted child pornography on your hard drive.", "NASA then opened a window in your house, and your cats escaped.", "NASA then toilet papered your house and egged your car.", "NASA then told all of your friends that you're a pussy.", "NASA then tracked you down and gave you a titty twister.", "NASA then tracked you down and put a flaming bag of poo on your doorstep.", "NASA then stole your candy.", "NASA then made you watch reruns of \"I Love Lucy\".", "NASA then had a wild party without inviting you.", "NASA then knocked you out and pissed in your mouth.", "NASA then gave you a swift kick in the balls.", "NASA then stole the internets and made Bedn vice-president", "NASA then tracked you down and put a horses head in your bed.", "NASA then tracked you down and forced you to wear ugly 80's women's exercising clothes.", "NASA tracked you down and sentenced you to 5 years at the neverland ranch.");
_root.randomEnding = ends[Math.round(Math.random() * (numOfEnds - 1))];
stop();
score = (_root.kilobars + Math.round(_root.kills / 2)) + (_root.health * 2);
Instance of Symbol 229 MovieClip "actions" in Frame 21
onClipEvent (load) {
_parent.enemy1._x = 2000;
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
comeRover = false;
_root.drill.gotoAndStop("idle");
}
onClipEvent (enterFrame) {
_root.bar.health.gotoAndStop(100 - _root.health);
if (_root.drill._currentframe == 1) {
walkingLeft = false;
walkingRight = false;
drilling = false;
flying = false;
}
if ((Key.isDown(37) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkLeft");
_root.mountains._x = _root.mountains._x + 0.2;
walkingLeft = true;
}
if ((((!Key.isDown(37)) && (walkingLeft == true)) && (drilling == false)) && (flying == false)) {
walkingLeft = false;
_root.drill.gotoAndStop("idle");
}
if ((Key.isDown(39) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("walkRight");
_root.mountains._x = _root.mountains._x - 0.2;
walkingRight = true;
}
if ((((!Key.isDown(39)) && (walkingRight == true)) && (drilling == false)) && (flying == false)) {
walkingRight = false;
_root.drill.gotoAndStop("idle");
}
if (((Key.isDown(39) && (Key.isDown(37))) && (drilling == false)) && (flying == false)) {
_root.drill.gotoAndStop("idle");
walkingLeft = false;
walkingRight = false;
}
if ((Key.isDown(32) && (drilling == false)) && (flying == false)) {
drilling = true;
_root.drill.gotoAndStop("gotoDrill");
}
if ((_root.drill._currentframe == 39) && (Key.isDown(32))) {
_root.drill.gotoAndStop("returnDrill");
}
if (((Key.isDown(37) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompLeft");
}
if (((Key.isDown(39) && (drilling == true)) && (_root.drill._currentframe == 39)) && (flying == false)) {
_root.drill.gotoAndStop("stompRight");
}
if ((Key.isDown(38) && (flying == false)) && (drilling == false)) {
flying = true;
_parent.drill.gotoAndStop("takeFlight");
}
if ((Key.isDown(38) && (flying == true)) && (drilling == false)) {
_parent.drill.fly.play();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine1))) {
_root.mines.mine1.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine2))) {
_root.mines.mine2.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine3))) {
_root.mines.mine3.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine4))) {
_root.mines.mine4.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine5))) {
_root.mines.mine5.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine6))) {
_root.mines.mine6.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine7))) {
_root.mines.mine7.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine8))) {
_root.mines.mine8.bar.nextFrame();
}
if ((drilling == true) && (_root.drill.driller.hitTest(_root.mines.mine9))) {
_root.mines.mine9.bar.nextFrame();
}
}
Frame 22
stop();
Frame 23
stop();
Frame 24
stop();
pldm128948 = new LoadVars();
pldm128948.namevar = userName;
pldm128948.scorevar = score;
pldm128948.mid = 113;
pldm128948.pro = "139ff0d322157634d4b1422be5de8417";
pldm128948.sendAndLoad("http://bot.armorstudios.com/hs.php", pldm128948, "POST");
Symbol 7 Button
on (press) {
getURL ("http://armorgames.com", "_blank");
}
Symbol 28 Button
on (release) {
_root.play();
}
Symbol 29 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 29 MovieClip Frame 2
gotoAndPlay (1);
Symbol 32 Button
on (press) {
getURL ("http://cornoncob.com", "_blank");
}
Symbol 76 Button
on (release) {
_root.play();
}
Symbol 77 MovieClip Frame 177
_root.play();
stop();
Symbol 81 MovieClip Frame 119
stop();
Symbol 87 Button
on (press) {
nextFrame();
}
Symbol 93 Button
on (press) {
gotoAndStop ("instructions");
}
Symbol 100 MovieClip Frame 80
stop();
Symbol 110 Button
on (press) {
getURL ("http://armorgames.com", "_blank");
}
Symbol 114 MovieClip Frame 1
stopAllSounds();
Symbol 114 MovieClip Frame 7730
stop();
stopAllSounds();
Symbol 119 Button
on (release) {
if (_root.song._currentframe != 7730) {
_root.song.gotoAndStop(7730);
} else {
_root.song.gotoAndPlay(1);
}
}
Symbol 127 Button
on (release) {
nextFrame();
}
Symbol 133 MovieClip Frame 20
_parent.gotoAndStop(1);
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 2
stop();
Instance of Symbol 143 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.mines._x = _root.mines._x + 1;
_root.mineHoles._x = _root.mineHoles._x + 1;
_root.enemy1._x = _root.enemy1._x + 1;
_root.enemy2._x = _root.enemy2._x + 1;
_root.enemy3._x = _root.enemy3._x + 1;
_root.enemy4._x = _root.enemy4._x + 1;
}
Instance of Symbol 143 MovieClip in Symbol 145 MovieClip Frame 13
onClipEvent (enterFrame) {
_root.mines._x = _root.mines._x + 7;
_root.mineHoles._x = _root.mineHoles._x + 7;
_root.enemy1._x = _root.enemy1._x + 7;
_root.enemy2._x = _root.enemy2._x + 7;
_root.enemy3._x = _root.enemy3._x + 7;
_root.enemy4._x = _root.enemy4._x + 7;
}
Instance of Symbol 143 MovieClip in Symbol 145 MovieClip Frame 20
onClipEvent (enterFrame) {
_root.mines._x = _root.mines._x + 1;
_root.mineHoles._x = _root.mineHoles._x + 1;
_root.enemy1._x = _root.enemy1._x + 1;
_root.enemy2._x = _root.enemy2._x + 1;
_root.enemy3._x = _root.enemy3._x + 1;
_root.enemy4._x = _root.enemy4._x + 1;
}
Instance of Symbol 143 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.mines._x = _root.mines._x - 1;
_root.mineHoles._x = _root.mineHoles._x - 1;
_root.enemy1._x = _root.enemy1._x - 1;
_root.enemy2._x = _root.enemy2._x - 1;
_root.enemy3._x = _root.enemy3._x - 1;
_root.enemy4._x = _root.enemy4._x - 1;
}
Instance of Symbol 143 MovieClip in Symbol 146 MovieClip Frame 13
onClipEvent (enterFrame) {
_root.mines._x = _root.mines._x - 7;
_root.mineHoles._x = _root.mineHoles._x - 7;
_root.enemy1._x = _root.enemy1._x - 7;
_root.enemy2._x = _root.enemy2._x - 7;
_root.enemy3._x = _root.enemy3._x - 7;
_root.enemy4._x = _root.enemy4._x - 7;
}
Instance of Symbol 143 MovieClip in Symbol 146 MovieClip Frame 20
onClipEvent (enterFrame) {
_root.mines._x = _root.mines._x - 1;
_root.mineHoles._x = _root.mineHoles._x - 1;
_root.enemy1._x = _root.enemy1._x - 1;
_root.enemy2._x = _root.enemy2._x - 1;
_root.enemy3._x = _root.enemy3._x - 1;
_root.enemy4._x = _root.enemy4._x - 1;
}
Symbol 148 MovieClip Frame 20
_parent.gotoAndStop("deployDrill");
Symbol 151 MovieClip Frame 10
_parent.gotoAndStop("drilling");
Symbol 157 MovieClip Frame 5
gotoAndPlay (1);
Symbol 157 MovieClip Frame 11
_root.health = _root.health - 10;
Symbol 157 MovieClip Frame 15
gotoAndPlay (1);
Symbol 161 MovieClip Frame 17
_root.ground.gotoAndStop("groundShake");
Symbol 161 MovieClip Frame 20
_parent.gotoAndStop("drilling");
Symbol 162 MovieClip Frame 17
_root.ground.gotoAndStop("groundShake");
Symbol 162 MovieClip Frame 20
_parent.gotoAndStop("drilling");
Symbol 166 MovieClip Frame 10
_parent.gotoAndPlay("unDrill");
Symbol 167 MovieClip Frame 20
_parent.gotoAndStop("idle");
Symbol 177 MovieClip Frame 1
gotoAndStop (2);
Symbol 177 MovieClip Frame 2
stop();
Symbol 177 MovieClip Frame 14
gotoAndStop (2);
Symbol 179 MovieClip Frame 33
stop();
Instance of Symbol 177 MovieClip "lazer" in Symbol 179 MovieClip Frame 33
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this.play();
}
}
Symbol 179 MovieClip Frame 55
_parent.gotoAndStop("idle");
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 6
stop();
Symbol 180 MovieClip Frame 14
stop();
Symbol 180 MovieClip Frame 23
stop();
Symbol 180 MovieClip Frame 31
stop();
Symbol 180 MovieClip Frame 39
stop();
Symbol 180 MovieClip Frame 48
stop();
Symbol 180 MovieClip Frame 56
stop();
Symbol 180 MovieClip Frame 64
stop();
Symbol 180 MovieClip Frame 72
stop();
Symbol 180 MovieClip Frame 80
stop();
Symbol 181 MovieClip Frame 1
gotoAndStop (2);
Symbol 181 MovieClip Frame 2
stop();
Symbol 181 MovieClip Frame 3
_root.health = _root.health - 10;
Symbol 181 MovieClip Frame 10
gotoAndStop (2);
Symbol 191 MovieClip Frame 10
_root.kills++;
Symbol 191 MovieClip Frame 27
_parent.gotoAndStop("drive");
Symbol 192 MovieClip Frame 1
stop();
_parent.enemy1._x = 2000;
Symbol 192 MovieClip Frame 2
stop();
Symbol 203 MovieClip Frame 20
stop();
Symbol 209 MovieClip Frame 1
function addBars() {
_root.kilobars = _root.kilobars + 10;
}
stop();
Symbol 209 MovieClip Frame 10
addBars();
Symbol 209 MovieClip Frame 20
addBars();
Symbol 209 MovieClip Frame 30
addBars();
Symbol 209 MovieClip Frame 40
addBars();
Symbol 209 MovieClip Frame 50
addBars();
Symbol 209 MovieClip Frame 60
addBars();
Symbol 209 MovieClip Frame 70
addBars();
Symbol 209 MovieClip Frame 80
addBars();
Symbol 209 MovieClip Frame 90
addBars();
Symbol 209 MovieClip Frame 100
addBars();
Symbol 209 MovieClip Frame 110
addBars();
Symbol 209 MovieClip Frame 120
stop();
addBars();
Symbol 213 MovieClip Frame 1
gotoAndPlay (2);
Symbol 213 MovieClip Frame 80
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 70
_root.nextFrame();
Symbol 237 MovieClip Frame 1
stop();
_parent.enemy2._x = -500;
Symbol 237 MovieClip Frame 2
stop();
Symbol 240 MovieClip Frame 1
gotoAndPlay (2);
Symbol 240 MovieClip Frame 80
stop();
Symbol 247 MovieClip Frame 1
gotoAndPlay (2);
Symbol 247 MovieClip Frame 80
stop();
Symbol 250 MovieClip Frame 1
stop();
_parent.enemy3._x = 900;
Symbol 250 MovieClip Frame 2
stop();
Symbol 253 MovieClip Frame 1
gotoAndPlay (2);
Symbol 253 MovieClip Frame 80
stop();
Symbol 254 MovieClip Frame 1
stop();
_parent.enemy4._x = -1000;
Symbol 254 MovieClip Frame 2
stop();
Symbol 256 MovieClip Frame 1
gotoAndPlay (2);
Symbol 256 MovieClip Frame 80
stop();
Symbol 259 Button
on (release) {
_root.gotoAndStop("credits");
}
Symbol 269 Button
on (press) {
gotoAndStop ("postScore");
}
Symbol 272 Button
on (release) {
al128947 = new LoadVars();
al128948 = new LoadVars();
al128947.mv = _level0._url;
al128947.md = mybotkey;
al128947.mid = mybotid;
gotoAndPlay (3);
}
Symbol 273 Button
on (release) {
al128947 = new LoadVars();
al128948 = new LoadVars();
al128947.mv = _level0._url;
al128947.md = mybotkey;
al128947.mid = mybotid;
gotoAndPlay (2);
}
Symbol 297 Button
on (release) {
al128947.nmy = nmfield.text;
al128947.emy = emfield.text;
al128947.cmy = cmfield.text;
al128947.sendAndLoad("http://bot.armorstudios.com/ratereview.php", al128948, "POST");
gotoAndPlay (1);
}
Symbol 298 Button
on (release) {
gotoAndPlay (1);
}
Symbol 302 Button
on (release) {
al128947.vt = 10;
al128947.sendAndLoad("http://bot.armorstudios.com/ratereview.php", al128948, "POST");
play();
}
Symbol 303 Button
on (release) {
al128947.vt = 9;
al128947.sendAndLoad("http://bot.armorstudios.com/ratereview.php", al128948, "POST");
play();
}
Symbol 304 Button
on (release) {
al128947.vt = 8;
al128947.sendAndLoad("http://bot.armorstudios.com/ratereview.php", al128948, "POST");
play();
}
Symbol 305 Button
on (release) {
al128947.vt = 7;
al128947.sendAndLoad("http://bot.armorstudios.com/ratereview.php", al128948, "POST");
play();
}
Symbol 306 Button
on (release) {
al128947.vt = 6;
al128947.sendAndLoad("http://bot.armorstudios.com/ratereview.php", al128948, "POST");
play();
}
Symbol 307 Button
on (release) {
al128947.vt = 5;
al128947.sendAndLoad("http://bot.armorstudios.com/ratereview.php", al128948, "POST");
play();
}
Symbol 308 Button
on (release) {
al128947.vt = 4;
al128947.sendAndLoad("http://bot.armorstudios.com/ratereview.php", al128948, "POST");
play();
}
Symbol 309 Button
on (release) {
al128947.vt = 3;
al128947.sendAndLoad("http://bot.armorstudios.com/ratereview.php", al128948, "POST");
play();
}
Symbol 310 Button
on (release) {
al128947.vt = 2;
al128947.sendAndLoad("http://bot.armorstudios.com/ratereview.php", al128948, "POST");
play();
}
Symbol 311 Button
on (release) {
al128947.vt = 1;
al128947.sendAndLoad("http://bot.armorstudios.com/ratereview.php", al128948, "POST");
play();
}
Symbol 312 Button
on (release) {
play();
}
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
stop();
Symbol 314 MovieClip Frame 16
stop();
Symbol 320 Button
on (press) {
gotoAndStop (4);
}
Symbol 329 Button
on (press) {
gotoAndStop (1);
}
Symbol 336 Button
on (press) {
getURL ("http://bot.armorstudios.com/highscores.php?id=113", "_blank");
}