Frame 1
function doSomething() {
}
function doSomething2() {
getURL ("http://www.dead-tree.com", "blank");
}
function doSomething3() {
_quality = "LOW";
}
function doSomething4() {
_quality = "MEDIUM";
}
function doSomething5() {
_quality = "HIGH";
}
NewgroundsAPI.connectMovie(933);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Made by Bulortio", doSomething);
MENU.customItems.push(Functioned);
Functioned2 = new ContextMenuItem("www.dead-tree.com", doSomething2);
MENU.customItems.push(Functioned2);
Functioned3 = new ContextMenuItem("Quality: Low", doSomething3);
MENU.customItems.push(Functioned3);
Functioned4 = new ContextMenuItem("Quality: Medium", doSomething4);
MENU.customItems.push(Functioned4);
Functioned5 = new ContextMenuItem("Quality: High", doSomething5);
MENU.customItems.push(Functioned5);
_root.menu = MENU;
Frame 83
stop();
Frame 84
stop();
Frame 85
stop();
Instance of Symbol 104 MovieClip [matprac] "mast" in Frame 85
onClipEvent (load) {
_root.mast.st1.ontopofit.gotoAndStop(1);
_root.mast.st2.ontopofit.gotoAndStop(2);
_root.mast.st3.ontopofit.gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (Key.isDown(87)) {
_root.mast.st1.guarded = 1;
_root.mast.st1.guy.gotoAndStop(1);
} else if (Key.isDown(68)) {
_root.mast.st1.guarded = 2;
_root.mast.st1.guy.gotoAndStop(2);
} else if (Key.isDown(83)) {
_root.mast.st1.guarded = 3;
_root.mast.st1.guy.gotoAndStop(3);
} else if (Key.isDown(65)) {
_root.mast.st1.guarded = 4;
_root.mast.st1.guy.gotoAndStop(4);
}
if (Key.isDown(73)) {
_root.mast.st2.guarded = 1;
_root.mast.st2.guy.gotoAndStop(1);
} else if (Key.isDown(76)) {
_root.mast.st2.guarded = 2;
_root.mast.st2.guy.gotoAndStop(2);
} else if (Key.isDown(75)) {
_root.mast.st2.guarded = 3;
_root.mast.st2.guy.gotoAndStop(3);
} else if (Key.isDown(74)) {
_root.mast.st2.guarded = 4;
_root.mast.st2.guy.gotoAndStop(4);
}
if (Key.isDown(84)) {
_root.mast.st3.guarded = 1;
_root.mast.st3.guy.gotoAndStop(1);
} else if (Key.isDown(72)) {
_root.mast.st3.guarded = 2;
_root.mast.st3.guy.gotoAndStop(2);
} else if (Key.isDown(71)) {
_root.mast.st3.guarded = 3;
_root.mast.st3.guy.gotoAndStop(3);
} else if (Key.isDown(70)) {
_root.mast.st3.guarded = 4;
_root.mast.st3.guy.gotoAndStop(4);
}
}
Frame 86
function shoot(wgun, wcool) {
if (wgun._currentframe == 1) {
wgun.coold = wcool;
wgun.gotoAndStop(2);
}
}
function initGame() {
_root.setVolume(110);
_global.curprog = 0;
if (_global.lvl == 1) {
_root.attachMovie("mast1", "mast", -1000);
_root.mast._x = 270;
_root.mast._y = 200;
_global.progmax = 2840;
_root.UI.modetell = "Easy";
_root.mast.swapDepths(_root.UI);
} else if (_global.lvl == 2) {
_root.attachMovie("mast2", "mast", -1000);
_root.mast._x = 240;
_root.mast._y = 160;
_global.progmax = 3500;
_root.UI.modetell = "Normal";
_root.mast.swapDepths(_root.UI);
} else if (_global.lvl == 3) {
_root.attachMovie("mast3", "mast", -1000);
_root.mast._x = 235;
_root.mast._y = 190;
_global.progmax = 3820;
_root.UI.modetell = "Hard";
_root.mast.swapDepths(_root.UI);
} else if (_global.lvl == 4) {
_root.attachMovie("mast4", "mast", -1000);
_root.mast._x = -160;
_root.mast._y = 210;
_global.progmax = 3780;
_root.UI.modetell = "Godly";
_root.mast.swapDepths(_root.UI);
} else if (_global.lvl == 5) {
_root.attachMovie("mast5", "mast", -1000);
_root.mast._x = 270;
_root.mast._y = 200;
_global.progmax = 6768;
_root.UI.modetell = "Final";
_root.mast.swapDepths(_root.UI);
}
shootnsound = new Sound();
shootnsound.attachSound("shound");
_global.hp = 6;
_global.death = 0;
qued = new Object();
guarded = new Object();
coold = new Object();
keys = 1;
while (keys <= 4) {
ke = 1;
while (ke <= 3) {
_root.mast["st" + ke]["gun" + keys].coold = 0;
ke++;
}
keys++;
}
_root.mast.st1.guarded = 1;
_root.mast.st2.guarded = 1;
_root.mast.st3.guarded = 1;
_root.mast.st1.ontopofit.gotoAndStop(1);
_root.mast.st2.ontopofit.gotoAndStop(2);
_root.mast.st3.ontopofit.gotoAndStop(3);
grunter = new Sound();
grunter.attachSound("grunt");
grunter.setVolume(110);
}
function game() {
if (_global.lvl == 3) {
if (_root.mast._currentframe == 2722) {
_root.mast._y = _root.mast._y + 95;
_root.mast._x = _root.mast._x + 30;
}
}
_root.UI.hpbar._xscale = ((_global.hp / 6) * 100) + 1;
_root.UI.pbar._xscale = ((_root.mast._currentframe / _global.progmax) * 100) + 1;
_global.curprog = _root.mast._currentframe;
if (_root.mast._currentframe >= _global.progmax) {
_global.death = 2;
gotoAndPlay (87);
}
if (Key.isDown(87)) {
_root.mast.st1.guarded = 1;
_root.mast.st1.guy.gotoAndStop(1);
} else if (Key.isDown(68)) {
_root.mast.st1.guarded = 2;
_root.mast.st1.guy.gotoAndStop(2);
} else if (Key.isDown(83)) {
_root.mast.st1.guarded = 3;
_root.mast.st1.guy.gotoAndStop(3);
} else if (Key.isDown(65)) {
_root.mast.st1.guarded = 4;
_root.mast.st1.guy.gotoAndStop(4);
}
if (Key.isDown(73)) {
_root.mast.st2.guarded = 1;
_root.mast.st2.guy.gotoAndStop(1);
} else if (Key.isDown(76)) {
_root.mast.st2.guarded = 2;
_root.mast.st2.guy.gotoAndStop(2);
} else if (Key.isDown(75)) {
_root.mast.st2.guarded = 3;
_root.mast.st2.guy.gotoAndStop(3);
} else if (Key.isDown(74)) {
_root.mast.st2.guarded = 4;
_root.mast.st2.guy.gotoAndStop(4);
}
if (Key.isDown(84)) {
_root.mast.st3.guarded = 1;
_root.mast.st3.guy.gotoAndStop(1);
} else if (Key.isDown(72)) {
_root.mast.st3.guarded = 2;
_root.mast.st3.guy.gotoAndStop(2);
} else if (Key.isDown(71)) {
_root.mast.st3.guarded = 3;
_root.mast.st3.guy.gotoAndStop(3);
} else if (Key.isDown(70)) {
_root.mast.st3.guarded = 4;
_root.mast.st3.guy.gotoAndStop(4);
}
keys = 1;
while (keys <= 4) {
ke = 1;
while (ke <= 3) {
if (_root.mast["st" + ke]["gun" + keys].coold > 0) {
_root.mast["st" + ke]["gun" + keys].coold--;
}
if (_root.mast["st" + ke]["gun" + keys].coold == 1) {
shootnsound.start();
_root.mast["st" + ke]["gun" + keys].gotoAndPlay(3);
if (_root.mast["st" + ke].guarded != keys) {
_global.hp--;
grunter.start();
if (_global.hp < 0) {
_global.death = 1;
gotoAndPlay (87);
}
}
}
ke++;
}
keys++;
}
}
stop();
Instance of Symbol 285 MovieClip in Frame 86
onClipEvent (load) {
_root.initGame();
}
onClipEvent (enterFrame) {
_root.game();
}
Frame 87
if (_global.death == 1) {
gotoAndStop (88);
} else if (_global.death == 2) {
gotoAndStop (89);
}
Frame 88
_root.deathperc = Math.floor((_global.curprog / _global.progmax) * 100);
points = 0;
pointmod = 0;
if (_global.lvl == 1) {
_root.deadmode = "Easy";
pointmod = 70;
} else if (_global.lvl == 2) {
_root.deadmode = "Normal";
pointmod = 110;
} else if (_global.lvl == 3) {
_root.deadmode = "Hard";
pointmod = 170;
} else if (_global.lvl == 4) {
_root.deadmode = "Godly";
pointmod = 240;
} else if (_global.lvl == 5) {
_root.deadmode = "Final";
pointmod = 300;
}
points = Math.floor(pointmod * (_root.deathperc / 100));
_root.failmovie.failarrow._y = _root.failmovie.failarrow._y - points;
Frame 89
_root.deathperc = Math.floor((_global.curprog / _global.progmax) * 100);
if (_global.lvl == 1) {
_root.deadmode = "Easy!";
_root.lolmsg = "Why don't you try something harder now?";
_root.failmovie.failarrow._y = _root.failmovie.failarrow._y - 70;
} else if (_global.lvl == 2) {
_root.deadmode = "Normal!";
_root.lolmsg = "You beat normal... you are normal";
_root.failmovie.failarrow._y = _root.failmovie.failarrow._y - 110;
} else if (_global.lvl == 3) {
_root.deadmode = "Hard!";
_root.lolmsg = "Wasn't so HARD now was it?";
_root.failmovie.failarrow._y = _root.failmovie.failarrow._y - 170;
} else if (_global.lvl == 4) {
_root.deadmode = "Godly!";
_root.lolmsg = "You must be 1337 years old!";
_root.failmovie.failarrow._y = _root.failmovie.failarrow._y - 240;
} else if (_global.lvl == 5) {
_root.deadmode = "Final!";
_root.lolmsg = "God plays my game? hello there God, how are you? please grant me eternal life, thx.";
_root.failmovie.failarrow._y = _root.failmovie.failarrow._y - 300;
}
Symbol 5 Button
on (release) {
getURL ("http://www.newgrounds.com", "blank");
}
Symbol 18 Button
on (release) {
_root.play();
}
Symbol 19 MovieClip [loadstarting] Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
percc = Math.floor(PercentLoaded);
if (PercentLoaded != 100) {
loadbar.gotoAndStop(Math.floor(PercentLoaded));
} else {
gotoAndPlay (3);
}
Symbol 19 MovieClip [loadstarting] Frame 2
gotoAndPlay (1);
Symbol 19 MovieClip [loadstarting] Frame 16
stop();
Symbol 78 MovieClip [gun] Frame 1
stop();
Symbol 78 MovieClip [gun] Frame 2
stop();
Symbol 85 MovieClip [guy] Frame 1
stop();
Symbol 85 MovieClip [guy] Frame 2
stop();
Symbol 85 MovieClip [guy] Frame 3
stop();
Symbol 85 MovieClip [guy] Frame 4
stop();
Symbol 102 MovieClip [ontopofit] Frame 1
stop();
Symbol 102 MovieClip [ontopofit] Frame 2
stop();
Symbol 102 MovieClip [ontopofit] Frame 3
stop();
Symbol 103 MovieClip [stagee] Frame 1
stop();
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 132 MovieClip [mast1] Frame 322
onClipEvent (load) {
}
onClipEvent (enterFrame) {
doy = random(4) + 1;
if ((_parent._currentframe % 30) == 0) {
_root.shoot(_root.mast.st1["gun" + doy], 25);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 132 MovieClip [mast1] Frame 613
onClipEvent (load) {
}
onClipEvent (enterFrame) {
doy = random(4) + 1;
if ((_parent._currentframe % 25) == 0) {
_root.shoot(_root.mast.st1["gun" + doy], 23);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 132 MovieClip [mast1] Frame 977
onClipEvent (load) {
}
onClipEvent (enterFrame) {
doy = random(4) + 1;
if ((_parent._currentframe % 40) == 0) {
_root.shoot(_root.mast.st1["gun" + doy], 35);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 132 MovieClip [mast1] Frame 1584
onClipEvent (load) {
}
onClipEvent (enterFrame) {
doy = random(4) + 1;
if ((_parent._currentframe % 28) == 0) {
_root.shoot(_root.mast.st1["gun" + doy], 25);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 132 MovieClip [mast1] Frame 2191
onClipEvent (load) {
}
onClipEvent (enterFrame) {
doy = random(4) + 1;
kesh = random(2) + 1;
if ((_parent._currentframe % 30) == 0) {
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 27);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 132 MovieClip [mast1] Frame 2345
onClipEvent (load) {
}
onClipEvent (enterFrame) {
doy = random(4) + 1;
kesh = random(2) + 1;
if ((_parent._currentframe % 26) == 0) {
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 25);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 132 MovieClip [mast1] Frame 2496
onClipEvent (load) {
doy = 1;
}
onClipEvent (enterFrame) {
if ((_parent._currentframe % 15) == 0) {
_root.shoot(_root.mast.st1["gun" + doy], 60);
doy++;
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 62
onClipEvent (load) {
}
onClipEvent (enterFrame) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
if ((_parent._currentframe % 21) == 0) {
_root.shoot(_root.mast.st1["gun" + doy], 19);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 347
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if ((_parent._currentframe % 21) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 19);
}
if (_root.mast.st1.gun1._currentframe >= 4) {
_root.mast.st1._rotation = _root.mast.st1._rotation + 10;
}
if (_root.mast.st1.gun2._currentframe >= 4) {
_root.mast.st1._rotation = _root.mast.st1._rotation - 10;
}
if (_root.mast.st1.gun3._currentframe >= 4) {
_root.mast.st1._rotation = _root.mast.st1._rotation + 10;
}
if (_root.mast.st1.gun4._currentframe >= 4) {
_root.mast.st1._rotation = _root.mast.st1._rotation - 10;
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 651
onClipEvent (enterFrame) {
_root.mast.st1._rotation = 0;
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 662
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if ((_parent._currentframe % 20) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 18);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 999
onClipEvent (load) {
only4 = 1;
}
onClipEvent (enterFrame) {
if (((_parent._currentframe % 15) == 0) && (only4 < 5)) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 61);
only4++;
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 1126
onClipEvent (load) {
only4 = 1;
}
onClipEvent (enterFrame) {
if (((_parent._currentframe % 12) == 0) && (only4 < 5)) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 48);
only4++;
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 1221
onClipEvent (load) {
only4 = 1;
}
onClipEvent (enterFrame) {
if (((_parent._currentframe % 10) == 0) && (only4 < 5)) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 40);
only4++;
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 1320
onClipEvent (load) {
only4 = 1;
}
onClipEvent (enterFrame) {
if (((_parent._currentframe % 9) == 0) && (only4 < 5)) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 37);
only4++;
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 1419
onClipEvent (load) {
only4 = 1;
}
onClipEvent (enterFrame) {
if (((_parent._currentframe % 9) == 0) && (only4 < 5)) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 37);
only4++;
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 1492
onClipEvent (load) {
only4 = 1;
}
onClipEvent (enterFrame) {
if (((_parent._currentframe % 9) == 0) && (only4 < 5)) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 37);
only4++;
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 1651
onClipEvent (load) {
}
onClipEvent (enterFrame) {
do {
doy = random(4) + 1;
kesh = random(2) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
if ((_parent._currentframe % 20) == 0) {
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 20);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 1765
onClipEvent (load) {
}
onClipEvent (enterFrame) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
if ((_parent._currentframe % 22) == 0) {
_root.shoot(_root.mast.st1["gun" + doy], 21);
_root.shoot(_root.mast.st2["gun" + doy], 21);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 1921
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if ((_parent._currentframe % 26) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 26);
do {
doy = random(4) + 1;
} while (_root.mast.st2["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st2["gun" + doy], 26);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 2254
onClipEvent (enterFrame) {
if ((_parent._currentframe % 28) == 0) {
do {
doy = random(4) + 1;
kesh = random(3) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 27);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 2541
onClipEvent (enterFrame) {
if ((_parent._currentframe % 32) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 32);
_root.shoot(_root.mast.st2["gun" + doy], 32);
_root.shoot(_root.mast.st3["gun" + doy], 32);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 2857
onClipEvent (load) {
only4 = 1;
}
onClipEvent (enterFrame) {
if (((_parent._currentframe % 10) == 0) && (only4 < 5)) {
do {
doy = random(4) + 1;
} while (_root.mast.st3["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st3["gun" + doy], 40);
only4++;
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 2946
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if ((_parent._currentframe % 24) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 22);
_root.shoot(_root.mast.st2["gun" + doy], 22);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 3062
onClipEvent (load) {
only4 = 1;
}
onClipEvent (enterFrame) {
if (((_parent._currentframe % 10) == 0) && (only4 < 5)) {
do {
doy = random(4) + 1;
} while (_root.mast.st3["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st3["gun" + doy], 40);
only4++;
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 3150
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if ((_parent._currentframe % 24) == 0) {
doy = random(4) + 1;
_root.shoot(_root.mast.st1["gun" + doy], 22);
_root.shoot(_root.mast.st2["gun" + doy], 22);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 3258
onClipEvent (load) {
only4 = 1;
}
onClipEvent (enterFrame) {
if (((_parent._currentframe % 10) == 0) && (only4 < 5)) {
do {
doy = random(4) + 1;
} while (_root.mast.st3["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st3["gun" + doy], 40);
only4++;
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 152 MovieClip [mast2] Frame 3349
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if ((_parent._currentframe % 24) == 0) {
doy = random(4) + 1;
_root.shoot(_root.mast.st1["gun" + doy], 23);
_root.shoot(_root.mast.st2["gun" + doy], 23);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 64
onClipEvent (enterFrame) {
if ((_parent._currentframe % 18) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 18);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 173
onClipEvent (enterFrame) {
if ((_parent._currentframe % 17) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 16);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 372
onClipEvent (enterFrame) {
if ((_parent._currentframe % 15) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 15);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 719
onClipEvent (enterFrame) {
if ((_parent._currentframe % 21) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 20);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 982
onClipEvent (enterFrame) {
if ((_parent._currentframe % 19) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 18);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 1312
onClipEvent (enterFrame) {
if ((_parent._currentframe % 26) == 0) {
do {
doy = random(4) + 1;
kesh = random(2) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 26);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 1813
onClipEvent (enterFrame) {
if ((_parent._currentframe % 27) == 0) {
do {
doy = random(4) + 1;
kesh = random(2) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 27);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 2291
onClipEvent (enterFrame) {
if ((_parent._currentframe % 17) == 0) {
do {
doy = random(4) + 1;
kesh = random(2) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 17);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 2426
onClipEvent (enterFrame) {
_root.shoot._y = _root.shoot._y + 100;
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 2427
onClipEvent (enterFrame) {
if ((_parent._currentframe % 18) == 0) {
do {
doy = random(4) + 1;
kesh = random(2) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 18);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 2723
onClipEvent (enterFrame) {
if ((_parent._currentframe % 21) == 0) {
do {
doy = random(4) + 1;
kesh = random(3) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 21);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 173 MovieClip [mast3] Frame 2980
onClipEvent (enterFrame) {
if ((_parent._currentframe % 25) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 25);
_root.shoot(_root.mast.st2["gun" + doy], 25);
_root.shoot(_root.mast.st3["gun" + doy], 25);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 75
onClipEvent (enterFrame) {
if ((_parent._currentframe % 18) == 0) {
do {
doy = random(4) + 1;
kesh = random(2) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 16);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 426
onClipEvent (enterFrame) {
if ((_parent._currentframe % 19) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 17);
do {
doy = random(4) + 1;
} while (_root.mast.st2["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st2["gun" + doy], 17);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 809
onClipEvent (enterFrame) {
if ((_parent._currentframe % 17) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 17);
do {
doy = random(4) + 1;
} while (_root.mast.st2["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st2["gun" + doy], 17);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 1160
onClipEvent (enterFrame) {
if ((_parent._currentframe % 20) == 0) {
do {
doy = random(4) + 1;
kesh = random(2) + 1;
} while (_root.shoot(_root.mast["st" + kesh]["gun" + doy]._currentframe != 1));
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 20);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 1835
onClipEvent (enterFrame) {
if ((_parent._currentframe % 18) == 0) {
do {
doy = random(4) + 1;
kesh = random(3) + 1;
} while (_root.shoot(_root.mast["st" + kesh]["gun" + doy]._currentframe != 1));
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 18);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 2148
onClipEvent (enterFrame) {
if ((_parent._currentframe % 17) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 17);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 2227
onClipEvent (enterFrame) {
if ((_parent._currentframe % 17) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st3["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st3["gun" + doy], 17);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 2323
onClipEvent (enterFrame) {
if ((_parent._currentframe % 17) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st2["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st2["gun" + doy], 17);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 2459
onClipEvent (enterFrame) {
if ((_parent._currentframe % 23) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 23);
_root.shoot(_root.mast.st2["gun" + doy], 23);
_root.shoot(_root.mast.st3["gun" + doy], 23);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 2656
onClipEvent (enterFrame) {
if ((_parent._currentframe % 17) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 17);
_root.shoot(_root.mast.st2["gun" + doy], 17);
_root.shoot(_root.mast.st3["gun" + doy], 17);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 2774
onClipEvent (enterFrame) {
if ((_parent._currentframe % 20) == 0) {
do {
doy = random(4) + 1;
kesh = random(3) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 20);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 181 MovieClip [mast4] Frame 3107
onClipEvent (enterFrame) {
if ((_parent._currentframe % 28) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 28);
}
if ((_parent._currentframe % 28) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st2["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st2["gun" + doy], 28);
}
if ((_parent._currentframe % 28) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st3["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st3["gun" + doy], 28);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 80
onClipEvent (enterFrame) {
if ((_parent._currentframe % 15) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 15);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 664
onClipEvent (enterFrame) {
if ((_parent._currentframe % 12) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 20);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 982
onClipEvent (enterFrame) {
if ((_parent._currentframe % 10) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 34);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 1319
onClipEvent (enterFrame) {
if ((_parent._currentframe % 15) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 14);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 1659
onClipEvent (enterFrame) {
if ((_parent._currentframe % 15) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 12);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 2008
onClipEvent (enterFrame) {
if ((_parent._currentframe % 21) == 0) {
do {
doy = random(4) + 1;
kesh = random(3) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 22);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 2611
onClipEvent (enterFrame) {
if ((_parent._currentframe % 31) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 32);
do {
doy = random(4) + 1;
} while (_root.mast.st2["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st2["gun" + doy], 32);
do {
doy = random(4) + 1;
} while (_root.mast.st3["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st3["gun" + doy], 32);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 2959
onClipEvent (enterFrame) {
if ((_parent._currentframe % 22) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 22);
_root.shoot(_root.mast.st2["gun" + doy], 22);
_root.shoot(_root.mast.st3["gun" + doy], 22);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 3631
onClipEvent (enterFrame) {
if ((_parent._currentframe % 18) == 0) {
do {
doy = random(4) + 1;
kesh = random(2) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 18);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 3762
onClipEvent (enterFrame) {
if ((_parent._currentframe % 22) == 0) {
do {
doy = random(4) + 1;
kesh = random(2) + 1;
} while (_root.mast["st" + kesh]["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast["st" + kesh]["gun" + doy], 21);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 3934
onClipEvent (enterFrame) {
if ((_parent._currentframe % 17) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 15);
}
}
Instance of Symbol 106 MovieClip [Symbol 3] in Symbol 198 MovieClip [mast5] Frame 4572
onClipEvent (enterFrame) {
if ((_parent._currentframe % 19) == 0) {
do {
doy = random(4) + 1;
} while (_root.mast.st1["gun" + doy]._currentframe != 1);
_root.shoot(_root.mast.st1["gun" + doy], 19);
}
}
Symbol 205 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 210 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 212 MovieClip Frame 1
function startAd(ngad_url) {
trace("opening " + ngad_url);
System.security.allowDomain("70.87.128.99");
System.security.allowInsecureDomain("70.87.128.99");
System.security.allowDomain("ads.shizmoo.com");
System.security.allowInsecureDomain("ads.shizmoo.com");
System.security.allowDomain("www.cpmstar.com");
System.security.allowInsecureDomain("www.cpmstar.com");
System.security.allowDomain("server.cpmstar.com");
System.security.allowInsecureDomain("server.cpmstar.com");
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!");
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), "GET");
}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();
Symbol 218 Button
on (release) {
_global.lvl = 1;
play();
}
Symbol 229 Button
on (release) {
_global.lvl = 2;
play();
}
Symbol 230 Button
on (release) {
_global.lvl = 3;
play();
}
Symbol 231 Button
on (release) {
_global.lvl = 4;
play();
}
Symbol 232 Button
on (release) {
_global.lvl = 5;
play();
}
Symbol 240 Button
on (release) {
_quality = "LOW";
}
Symbol 241 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 242 Button
on (release) {
_quality = "HIGH";
}
Symbol 250 Button
on (release) {
getURL ("http://www.dead-tree.com", "blank");
}
Symbol 266 Button
on (release) {
play();
}
Symbol 274 Button
on (release) {
gotoAndPlay (83);
}
Symbol 283 Button
on (release) {
gotoAndStop (84);
}