Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar._width = getPercent * 482;
_root.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
_root.gotoAndPlay(3);
}
Stage.showMenu = false;
Frame 2
_root.gotoAndPlay(1);
Frame 3
stop();
Frame 16
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("c789f486", this, 10301, true);
Frame 17
stop();
Instance of Symbol 73 MovieClip "musicbox" in Frame 17
onClipEvent (load) {
_global.mute = 0;
_global.songlevel = 2;
fuckwait = 0;
this.gotoAndPlay(_global.songlevel);
}
onClipEvent (enterFrame) {
fuckwait--;
if (fuckwait < 0) {
if (_global.mute == 0) {
if (Key.isDown(77)) {
_global.mute = 1;
fuckwait = 3;
}
}
}
if (_global.mute == 1) {
this.gotoAndStop(1);
}
if (fuckwait < 0) {
if (_global.mute == 1) {
if (Key.isDown(77)) {
_global.mute = 0;
this.gotoAndPlay(_global.songlevel);
fuckwait = 3;
}
}
}
}
Frame 18
stop();
Instance of Symbol 93 MovieClip "bg" in Frame 18
onClipEvent (enterFrame) {
this._x = 0;
this._y = 0;
if (_global.active > 0) {
this.bgleft._x = this.bgleft._x - 1;
this.bgright._x = this.bgright._x - 1;
if (this.bgright._x < -2399) {
this.bgright._x = 2399;
}
if (this.bgleft._x < -2399) {
this.bgleft._x = 2399;
}
}
}
Instance of Symbol 97 MovieClip "shot" in Frame 18
onClipEvent (load) {
if (this._name != "shot") {
xspeed = 15;
if (_global.looking == 1) {
this._x = _root.guy._x + 0;
dir = 1;
this.innershot.dir = 1;
}
if (_global.looking == 0) {
this._x = _root.guy._x - 170;
dir = 0;
this.innershot.dir = 0;
}
this._y = _root.guy._y;
}
}
onClipEvent (enterFrame) {
if (this._name != "shot") {
if (_global.active > 0) {
if (_global.bossbeat == 1) {
this._x = 800;
this._y = 800;
}
if (dir == 1) {
this._x = this._x + xspeed;
xspeed = xspeed * 1.1;
}
if (dir == 0) {
this._x = this._x - xspeed;
xspeed = xspeed * 1.1;
}
}
if (this._x > 800) {
this._x = 800;
removeMovieClip(this);
}
if (this._x < -800) {
this._x = -800;
removeMovieClip(this);
}
}
}
Instance of Symbol 99 MovieClip "heading" in Frame 18
onClipEvent (load) {
this._y = 0;
this._x = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(_global.NN + 107);
_root.bl1.swapDepths(_global.NN + 110);
_root.bl2.swapDepths(_global.NN + 115);
_root.redbar.swapDepths(_global.NN + 1000);
_root.whitebar.swapDepths(_global.NN + 2000);
}
Instance of Symbol 102 MovieClip "livesleft" in Frame 18
onClipEvent (enterFrame) {
if (_global.lives > 6) {
_global.lives = 6;
}
if (_global.lives == 6) {
this.gotoAndStop(1);
}
if (_global.lives == 5) {
this.gotoAndStop(2);
}
if (_global.lives == 4) {
this.gotoAndStop(3);
}
if (_global.lives == 3) {
this.gotoAndStop(4);
}
if (_global.lives == 2) {
this.gotoAndStop(5);
}
if (_global.lives == 1) {
this.gotoAndStop(6);
}
if (_global.lives < 1) {
if (_global.end < 1) {
_root.retryer._x = 300;
_root.retryer._y = 200;
}
this.gotoAndStop(6);
Mouse.show();
_root.redbar._width = 0;
_root.whitebar._width = 0;
}
this.swapDepths(_global.NN + 300);
}
Instance of Symbol 106 MovieClip "scorebox" in Frame 18
onClipEvent (load) {
_global.score = 0;
}
onClipEvent (enterFrame) {
this.score = _global.score;
this.swapDepths(_global.NN + 500);
this.bombs = _root.guy.bombs;
}
Instance of Symbol 108 MovieClip "bl1" in Frame 18
onClipEvent (load) {
this._x = 5;
this._y = 4;
}
onClipEvent (enterFrame) {
this._width = 200;
}
Instance of Symbol 110 MovieClip "design" in Frame 18
onClipEvent (load) {
spawn = 50;
spawnamount = random(2) + 10;
spawnwait = 8;
_global.spermon = 0;
_global.active = 1;
_global.shotbottom = 0;
_global.shottop = _global.shotbottom + 25;
_global.EN = _global.shotbottom;
_global.NN = 2000;
leveltime = 0;
duplicateMovieClip (_root.w, "whitebar", 30000);
duplicateMovieClip (_root.r, "redbar", 20000);
duplicateMovieClip (_root.g, "guy", 1);
_global.active = 0;
_global.bombtype = 0;
}
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
if (_global.level == 1) {
trace(_root.guy.leveltime);
if (_root.guy.leveltime == 0) {
_global.levellength = 200;
_global.bosstime = 1801;
duplicateMovieClip (_root.woosh, "BlobMouth" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime < 350) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 50) {
_global.spermon = 1;
}
if (_root.guy.leveltime == 350) {
_root.guy.leveltime++;
duplicateMovieClip (_root.BlobMouth, "BlobMouth" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "BlobMouth" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "BlobMouth" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 353) and (_root.guy.leveltime < 500)) {
_global.spermon = 0;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 500) {
_root.guy.leveltime++;
duplicateMovieClip (_root.skullsnake, "skullsnake" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 501) and (_root.guy.leveltime < 550)) {
_global.spermon = 1;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 550) {
_root.guy.leveltime++;
duplicateMovieClip (_root.Goril, "Goril" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.Goril, "Goril" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 553) {
_root.guy.leveltime++;
duplicateMovieClip (_root.skullsnake, "skullsnake" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 554) and (_root.guy.leveltime < 900)) {
_global.spermon = 0;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 560) {
_root.guy.leveltime++;
if (_global.bugnumber < 1) {
duplicateMovieClip (_root.bugmake, "bugmake" + _global.NN, _global.NN);
_global.NN++;
}
}
if (_root.guy.leveltime == 650) {
rocktime = 250;
rockwait = 0;
}
if (_root.guy.leveltime == 900) {
_root.guy.leveltime++;
duplicateMovieClip (_root.BlobMouth, "BlobMouth" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "BlobMouth" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "BlobMouth" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 904) {
_root.guy.leveltime++;
duplicateMovieClip (_root.maggy, "maggy" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 920) {
_root.guy.leveltime++;
duplicateMovieClip (_root.gogcannon, "gogcannon" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogcannon, "gogcannon" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 923) {
_root.guy.leveltime++;
_global.spermon = 1;
}
if ((_root.guy.leveltime > 923) and (_root.guy.leveltime < 1800)) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1200) {
rocktime = 250;
rockwait = 0;
}
if (_root.guy.leveltime == 1600) {
_root.guy.leveltime++;
_global.spermon = 0;
}
if (_root.guy.leveltime == 1800) {
duplicateMovieClip (_root.roboguy, "roboguy" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (rocktime > 0) {
rocktime--;
rockwait--;
if (rockwait < 0) {
duplicateMovieClip (_root.rock, "rock" + _global.NN, _global.NN);
_global.NN++;
rockwait = random(8) + 10;
}
}
if (_global.spermon > 0) {
spawn--;
if (spawn < 0) {
spawnwait--;
if (spawnwait < 0) {
duplicateMovieClip (_root.bluesperm, "bluesperm" + _global.NN, _global.NN);
_global.NN++;
spawnamount--;
spawnwait = 35;
}
if (spawnamount < 0) {
spawn = random(25) + 25;
spawnamount = random(2) + 10;
}
}
}
}
if (_global.level == 2) {
trace(_root.guy.leveltime);
if (_root.guy.leveltime == 0) {
_global.levellength = 200;
_global.bosstime = 1851;
duplicateMovieClip (_root.woosh, "woosh" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 5) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 155) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 285) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime < 350) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 350) {
_root.guy.leveltime++;
duplicateMovieClip (_root.turt, "turt" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 351) and (_root.guy.leveltime < 500)) {
_global.spermon = 1;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 500) {
_root.guy.leveltime++;
duplicateMovieClip (_root.turt, "turt" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 501) and (_root.guy.leveltime < 1400)) {
_global.spermon = 0;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 525) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 665) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 799) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 1025) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1095) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1250) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 1400) {
_root.guy.leveltime++;
duplicateMovieClip (_root.turt, "turt" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.turt, "turt" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1403) {
_root.guy.leveltime++;
duplicateMovieClip (_root.gogrifle, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogrifle, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogrifle, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
if (_global.bugnumber < 2) {
duplicateMovieClip (_root.bugmake, "bugmake" + _global.NN, _global.NN);
_global.NN++;
}
}
if (_root.guy.leveltime == 1407) {
_root.guy.leveltime++;
_global.spermon = 1;
duplicateMovieClip (_root.skullsnake, "skullsnake" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.skullsnake, "skullsnake" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 1409) and (_root.guy.leveltime < 1700)) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1430) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1500) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1570) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1700) {
_root.guy.leveltime++;
duplicateMovieClip (_root.maggy, "maggy" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 1715) and (_root.guy.leveltime < 1800)) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1800) {
_global.spermon = 0;
_root.guy.leveltime++;
duplicateMovieClip (_root.gogrifle, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogrifle, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogrifle, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 1803) and (_root.guy.leveltime < 1850)) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1850) {
_root.guy.leveltime++;
duplicateMovieClip (_root.meangreen, "meangreen" + _global.NN, _global.NN);
_global.NN++;
}
if (pinktime > 0) {
pinktime--;
pinkwait--;
if (pinkwait < 0) {
duplicateMovieClip (_root.Pink, "Pink" + _global.NN, _global.NN);
_global.NN++;
pinkwait = random(8) + 11;
}
}
if (rocktime > 0) {
rocktime--;
rockwait--;
if (rockwait < 0) {
duplicateMovieClip (_root.rock, "rock" + _global.NN, _global.NN);
_global.NN++;
rockwait = random(8) + 10;
}
}
if (_global.spermon > 0) {
spawn--;
if (spawn < 0) {
spawnwait--;
if (spawnwait < 0) {
duplicateMovieClip (_root.greensperm, "greenspermsperm" + _global.NN, _global.NN);
_global.NN++;
spawnamount--;
spawnwait = 35;
}
if (spawnamount < 0) {
spawn = random(25) + 25;
spawnamount = random(2) + 10;
}
}
}
}
if (_global.level == 3) {
trace(_root.guy.leveltime);
if (_root.guy.leveltime == 0) {
_global.levellength = 10;
_global.bosstime = 1;
duplicateMovieClip (_root.woosh, "woosh" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime < 250) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 50) {
duplicateMovieClip (_root.spybo, "spybo" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 250) {
if (_global.bugnumber < 3) {
duplicateMovieClip (_root.bugmake, "spybo" + _global.NN, _global.NN);
_global.NN++;
}
_root.guy.leveltime++;
}
if (pinktime > 0) {
pinktime--;
pinkwait--;
if (pinkwait < 0) {
duplicateMovieClip (_root.Pink, "Pink" + _global.NN, _global.NN);
_global.NN++;
pinkwait = random(8) + 11;
}
}
if (rocktime > 0) {
rocktime--;
rockwait--;
if (rockwait < 0) {
duplicateMovieClip (_root.rock, "rock" + _global.NN, _global.NN);
_global.NN++;
rockwait = random(8) + 10;
}
}
if (_global.spermon > 0) {
spawn--;
if (spawn < 0) {
spawnwait--;
if (spawnwait < 0) {
duplicateMovieClip (_root.redsperm, "greenspermsperm" + _global.NN, _global.NN);
_global.NN++;
spawnamount--;
spawnwait = 35;
}
if (spawnamount < 0) {
spawn = random(25) + 25;
spawnamount = random(2) + 10;
}
}
}
}
if (_global.level == 4) {
trace(_root.guy.leveltime);
if (_root.guy.leveltime == 0) {
_global.levellength = 200;
_global.bosstime = 1423;
duplicateMovieClip (_root.woosh, "woosh" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime < 350) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 50) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 100) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 150) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 300) {
duplicateMovieClip (_root.madrock, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 350) {
duplicateMovieClip (_root.ship, "sun" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.ship, "sun" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if ((_root.guy.leveltime > 352) and (_root.guy.leveltime < 850)) {
_root.guy.leveltime++;
_global.spermon = 1;
}
if (_root.guy.leveltime == 400) {
duplicateMovieClip (_root.madrock, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 600) {
duplicateMovieClip (_root.madrock, "sun" + _global.NN, _global.NN);
_global.NN++;
if (_global.bugnumber < 4) {
duplicateMovieClip (_root.bugmake, "sun" + _global.NN, _global.NN);
_global.NN++;
}
}
if (_root.guy.leveltime == 850) {
duplicateMovieClip (_root.gogflamer, "sun" + _global.NN, _global.NN);
_global.NN++;
_global.spermon = 0;
_root.guy.leveltime++;
}
if ((_root.guy.leveltime > 851) and (_root.guy.leveltime < 1000)) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 900) {
rocktime = 250;
rockwait = 0;
}
if (_root.guy.leveltime == 1000) {
duplicateMovieClip (_root.Goril, "sun" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "sun" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "sun" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1004) {
duplicateMovieClip (_root.madrock, "sun" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if ((_root.guy.leveltime > 1004) and (_root.guy.leveltime < 1400)) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1150) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1200) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1250) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
if (_global.bugnumber < 5) {
duplicateMovieClip (_root.bugmake, "sun" + _global.NN, _global.NN);
_global.NN++;
}
}
if (_root.guy.leveltime == 1300) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1350) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1400) {
duplicateMovieClip (_root.ship, "sun" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.maggy, "sun" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.ship, "sun" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1418) {
duplicateMovieClip (_root.gogrifle, "sun" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogflamer, "sun" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogrifle, "sun" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1422) {
duplicateMovieClip (_root.clown, "sun" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (pinktime > 0) {
pinktime--;
pinkwait--;
if (pinkwait < 0) {
duplicateMovieClip (_root.Pink, "Pink" + _global.NN, _global.NN);
_global.NN++;
pinkwait = random(8) + 11;
}
}
if (rocktime > 0) {
rocktime--;
rockwait--;
if (rockwait < 0) {
duplicateMovieClip (_root.rock, "rock" + _global.NN, _global.NN);
_global.NN++;
rockwait = random(8) + 10;
}
}
if (_global.spermon > 0) {
spawn--;
if (spawn < 0) {
spawnwait--;
if (spawnwait < 0) {
duplicateMovieClip (_root.redsperm, "greenspermsperm" + _global.NN, _global.NN);
_global.NN++;
spawnamount--;
spawnwait = 35;
}
if (spawnamount < 0) {
spawn = random(25) + 25;
spawnamount = random(2) + 10;
}
}
}
}
if (_global.level == 5) {
trace(_root.guy.leveltime);
if (_root.guy.leveltime == 0) {
_global.levellength = 200;
_global.bosstime = 1851;
duplicateMovieClip (_root.woosh, "woosh" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 5) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 155) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 285) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime < 350) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 350) {
_root.guy.leveltime++;
duplicateMovieClip (_root.turt, "turt" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.turt, "turt" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 352) and (_root.guy.leveltime < 500)) {
_global.spermon = 1;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 500) {
_root.guy.leveltime++;
duplicateMovieClip (_root.turt, "turt" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.turt, "turt" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 502) and (_root.guy.leveltime < 1400)) {
_global.spermon = 0;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 525) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 665) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 799) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 1025) {
duplicateMovieClip (_root.madrock, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1250) {
pinktime = 100;
pinkwait = 0;
}
if (_root.guy.leveltime == 1325) {
duplicateMovieClip (_root.madrock, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1400) {
_root.guy.leveltime++;
duplicateMovieClip (_root.turt, "turt" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.turt, "turt" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1403) {
_root.guy.leveltime++;
duplicateMovieClip (_root.gogrifle, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogflamer, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogflamer, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
if (_global.bugnumber < 6) {
duplicateMovieClip (_root.bugmake, "bugmake" + _global.NN, _global.NN);
_global.NN++;
}
}
if (_root.guy.leveltime == 1407) {
_root.guy.leveltime++;
_global.spermon = 1;
duplicateMovieClip (_root.skullsnake, "skullsnake" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.skullsnake, "skullsnake" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 1409) and (_root.guy.leveltime < 1700)) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1430) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1500) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1570) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
}
if (_root.guy.leveltime == 1700) {
_root.guy.leveltime++;
duplicateMovieClip (_root.maggy, "maggy" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.maggy, "maggy" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 1730) and (_root.guy.leveltime < 1800)) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1800) {
_global.spermon = 0;
_root.guy.leveltime++;
duplicateMovieClip (_root.gogrifle, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogflamer, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogrifle, "gogrifle" + _global.NN, _global.NN);
_global.NN++;
}
if ((_root.guy.leveltime > 1803) and (_root.guy.leveltime < 1850)) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1850) {
_root.guy.leveltime++;
duplicateMovieClip (_root.mermess, "mermess" + _global.NN, _global.NN);
_global.NN++;
}
if (pinktime > 0) {
pinktime--;
pinkwait--;
if (pinkwait < 0) {
duplicateMovieClip (_root.Pink, "Pink" + _global.NN, _global.NN);
_global.NN++;
pinkwait = random(8) + 11;
}
}
if (rocktime > 0) {
rocktime--;
rockwait--;
if (rockwait < 0) {
duplicateMovieClip (_root.rock, "rock" + _global.NN, _global.NN);
_global.NN++;
rockwait = random(8) + 10;
}
}
if (_global.spermon > 0) {
spawn--;
if (spawn < 0) {
spawnwait--;
if (spawnwait < 0) {
duplicateMovieClip (_root.redsperm, "greenspermsperm" + _global.NN, _global.NN);
_global.NN++;
spawnamount--;
spawnwait = 35;
}
if (spawnamount < 0) {
spawn = random(25) + 25;
spawnamount = random(2) + 10;
}
}
}
}
if (_global.level == 6) {
trace(_root.guy.leveltime);
if (_root.guy.leveltime == 0) {
_global.levellength = 200;
_global.bosstime = 125;
duplicateMovieClip (_root.woosh, "woosh" + _global.NN, _global.NN);
_global.NN++;
_global.rebirth = 2;
}
if (_root.guy.leveltime < 50) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 50) {
duplicateMovieClip (_root.BlobMouth, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 52) {
duplicateMovieClip (_root.BlobMouth, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 55) {
duplicateMovieClip (_root.BlobMouth, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 59) {
duplicateMovieClip (_root.BlobMouth, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.BlobMouth, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 64) {
duplicateMovieClip (_root.gogrifle, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogrifle, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogrifle, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogrifle, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 69) {
duplicateMovieClip (_root.gogflamer, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogflamer, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogflamer, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 73) {
duplicateMovieClip (_root.gogcannon, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogcannon, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.gogcannon, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 77) {
duplicateMovieClip (_root.Goril, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 79) {
duplicateMovieClip (_root.madrock, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 80) {
duplicateMovieClip (_root.ship, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.ship, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.ship, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 84) {
duplicateMovieClip (_root.skullsnake, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.skullsnake, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 87) {
duplicateMovieClip (_root.maggy, "mermess" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.maggy, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 118) {
duplicateMovieClip (_root.roboguy, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 120) {
duplicateMovieClip (_root.meangreen, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 122) {
duplicateMovieClip (_root.clown, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 124) {
duplicateMovieClip (_root.mermess, "mermess" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (pinktime > 0) {
pinktime--;
pinkwait--;
if (pinkwait < 0) {
duplicateMovieClip (_root.Pink, "Pink" + _global.NN, _global.NN);
_global.NN++;
pinkwait = random(8) + 11;
}
}
if (rocktime > 0) {
rocktime--;
rockwait--;
if (rockwait < 0) {
duplicateMovieClip (_root.rock, "rock" + _global.NN, _global.NN);
_global.NN++;
rockwait = random(8) + 10;
}
}
if (_global.spermon > 0) {
spawn--;
if (spawn < 0) {
spawnwait--;
if (spawnwait < 0) {
duplicateMovieClip (_root.redsperm, "greenspermsperm" + _global.NN, _global.NN);
_global.NN++;
spawnamount--;
spawnwait = 35;
}
if (spawnamount < 0) {
spawn = random(25) + 25;
spawnamount = random(2) + 10;
}
}
}
}
if (_global.level == 7) {
trace(_root.guy.leveltime);
if (_root.guy.leveltime == 0) {
_root.musicbox.gotoAndStop(1);
_global.levellength = 10;
duplicateMovieClip (_root.woosh, "woosh" + _global.NN, _global.NN);
_global.NN++;
_global.bosstime = 1;
}
if (_root.guy.leveltime < 1) {
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 1) {
_root.musicbox.gotoAndPlay(4);
_global.songlevel = 4;
duplicateMovieClip (_root.talkA, "woosh" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (_root.guy.leveltime == 100) {
duplicateMovieClip (_root.chesser, "chesser" + _global.NN, _global.NN);
_global.NN++;
_root.guy.leveltime++;
}
if (pinktime > 0) {
pinktime--;
pinkwait--;
if (pinkwait < 0) {
duplicateMovieClip (_root.Pink, "Pink" + _global.NN, _global.NN);
_global.NN++;
pinkwait = random(8) + 11;
}
}
if (rocktime > 0) {
rocktime--;
rockwait--;
if (rockwait < 0) {
duplicateMovieClip (_root.rock, "rock" + _global.NN, _global.NN);
_global.NN++;
rockwait = random(8) + 10;
}
}
if (_global.spermon > 0) {
spawn--;
if (spawn < 0) {
spawnwait--;
if (spawnwait < 0) {
duplicateMovieClip (_root.redsperm, "greenspermsperm" + _global.NN, _global.NN);
_global.NN++;
spawnamount--;
spawnwait = 35;
}
if (spawnamount < 0) {
spawn = random(25) + 25;
spawnamount = random(2) + 10;
}
}
}
}
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 112 MovieClip "bl2" in Frame 18
onClipEvent (load) {
this._x = 5;
this._y = 9;
}
onClipEvent (enterFrame) {
this._width = 200;
}
Instance of Symbol 114 MovieClip "w" in Frame 18
onClipEvent (load) {
if (this._name == "whitebar") {
this._x = 5;
this._y = 9;
}
}
onClipEvent (enterFrame) {
if (this._name == "whitebar") {
this.swapDepths(_global.NN + 30000);
}
}
Instance of Symbol 116 MovieClip "r" in Frame 18
onClipEvent (load) {
if (this._name == "redbar") {
this._x = 5;
this._y = 4;
}
}
onClipEvent (enterFrame) {
if (this._name == "redbar") {
this.swapDepths(_global.NN + 20000);
}
}
Instance of Symbol 118 MovieClip "guyhit" in Frame 18
onClipEvent (enterFrame) {
if (_global.lives > 0) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
if (_global.lives < 1) {
this._x = -400;
}
this._alpha = 0;
}
Instance of Symbol 121 MovieClip "bomb" in Frame 18
onClipEvent (load) {
if (this._name != "bomb") {
this._x = _root.guy._x + 25;
this._y = _root.guy._y - 5;
timer = 21;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name == "bomb") {
this.stop();
}
if (this._name != "bomb") {
if (_global.active > 0) {
this.play();
this._width = this._width + 0.5;
this._height = this._width;
timer = timer - 1;
if (timer < 1) {
duplicateMovieClip (_root.explo, "explo" + _global.EN, _global.EN);
_root["explo" + _global.EN]._x = this._x + 260;
_root["explo" + _global.EN]._y = this._y + 18;
_global.EN++;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 125 MovieClip "explo" in Frame 18
onClipEvent (load) {
if (this._name != "explo") {
invert = 0;
this._width = 30;
this._height = this._width;
grow = 30;
shrink = 1;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "explo") {
if (_global.active > 0) {
this.play();
this._height = this._width;
if (invert < 1) {
this._width = this._width + grow;
grow = grow - 2;
if (grow < 1) {
invert++;
}
}
if (invert > 0) {
if (shrink > this._width) {
shrink = this._width - 1;
}
this._width = this._width - shrink;
shrink = shrink * 1.08;
}
this._height = this._width;
if (this._width < 5) {
removeMovieClip(this);
unloadMovie (this);
}
}
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 127 MovieClip "woosh" in Frame 18
onClipEvent (load) {
if (this._name != "woosh") {
this._x = 300;
this._y = 200;
}
}
Instance of Symbol 133 MovieClip "bug" in Frame 18
onClipEvent (enterFrame) {
if (this._name != "bug") {
this._x = _root.guy._x;
this._y = _root.guy._y;
this.innerbug.alive = 1;
}
}
Instance of Symbol 134 MovieClip "bugshot" in Frame 18
onClipEvent (load) {
xspeed = 5;
}
onClipEvent (enterFrame) {
if (this._name != "bugshot") {
if (_global.active > 0) {
this._x = this._x + xspeed;
xspeed = xspeed * 1.1;
}
if (_global.bossbeat == 1) {
this._x = 800;
this._y = 800;
}
}
if (this._x > 700) {
removeMovieClip(this);
}
}
Instance of Symbol 140 MovieClip "splat" in Frame 18
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name == "splat") {
this.stop();
}
if (this._name != "splat") {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 156 MovieClip "bigbug" in Frame 18
onClipEvent (load) {
this._y = -500;
this._x = -500;
movewait = random(7) + 10;
upordown = 1;
xspeed = 20;
yspeed = 20;
xdir = -1;
ydir = 1;
alive = 0;
shotwait = random(3) + 3;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
}
if (_global.active > 0) {
this.play();
if (_root.guy.ammoG < 1) {
alive = 0;
if (this._alpha > 98) {
this._alpha = 98;
}
}
if (xspeed < (movewait * -1)) {
upordown = 1;
movewait = random(7) + 10;
}
if (xspeed > movewait) {
upordown = -1;
movewait = random(7) + 10;
}
if (alive < 1) {
this._alpha = this._alpha - 5;
}
if (this._alpha < 1) {
this._x = -500;
this._y = -500;
alive = 0;
}
if (alive > 0) {
if (this._alpha > 99) {
shotwait--;
if (shotwait < 0) {
duplicateMovieClip (_root.bugshot, "bugshot" + _global.EN, _global.EN);
_root["bugshot" + _global.EN]._x = this._x - 50;
_root["bugshot" + _global.EN]._y = this._y + (random(80) + 5);
_global.EN++;
shotwait = random(3) + 3;
}
}
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
xspeed = xspeed + (1 * upordown);
yspeed = yspeed + (1 * upordown);
this._alpha = this._alpha + 5;
if (this._x < 150) {
this._x = 150;
xdir = xdir * -1;
}
if (this._y < 100) {
this._y = 100;
ydir = ydir * -1;
}
if (this._x > 300) {
this._x = 300;
xdir = xdir * -1;
}
if (this._y > 300) {
this._y = 300;
ydir = ydir * -1;
}
}
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 304 MovieClip "g" in Frame 18
onClipEvent (load) {
if (this._name == "guy") {
_global.looking = 1;
life = 50000;
ammo = 50000;
getammo = 0;
_global.looking = 1;
SL = 0;
ST = 0;
clicking = 0;
distance = 0;
bombs = 5;
this.swapDepths(1000);
}
}
onClipEvent (enterFrame) {
if (this._name == "guy") {
if (bombs > 9) {
bombs = 9;
}
ammo = ammo + (30 * _global.recharge);
_root.redbar._width = life / 250;
_root.whitebar._width = ammo / 250;
this.swapDepths(1000);
if (_global.active > 0) {
if (_global.lives < 1) {
this._x = -300;
this._y = -300;
}
if (_global.lives > 0) {
if (Key.isDown(80)) {
_root.pausemenu._y = 0;
_global.active = 0;
Mouse.show();
}
if (Key.isDown(83)) {
if (life > 0) {
if (this._currentframe < 3) {
this.gotoAndStop(3);
}
}
}
if (life < 1) {
life = -1;
}
if (life > 50000) {
life = 50000;
}
if ((life < 1) and (this._currentFrame < 20)) {
life = -1;
this.gotoAndPlay(20);
_root.redbar._width = 0;
}
this._x = _root._xmouse;
this._y = _root._ymouse;
x4 = x3;
y4 = y3;
x3 = x2;
y3 = y2;
x2 = x1;
y2 = y1;
x1 = _root._xmouse;
y1 = _root._ymouse;
distance = Math.abs(x4 - x1) + Math.abs(y4 - y1);
if (distance > 100) {
distance = 100;
}
this.guy._width = (100 - (distance / 1.5)) / 1.6;
this.guy._height = (100 + (distance / 2)) / 1.6;
if (life > 0) {
x = x4 - x1;
y = y4 - y1;
}
if (SL > 0) {
ST++;
}
if (ST > 4) {
ST = 0;
SL = 0;
}
if (life > 0) {
if (clicking == 1) {
if (SL == 0) {
if (this._currentframe < 3) {
duplicateMovieClip (_root.shot, "shot" + _global.EN, _global.EN);
_global.EN++;
SL++;
this.gotoAndPlay(2);
}
}
}
}
if (_global.EN > _global.shottop) {
_global.EN = _global.shotbottom;
}
if (Key.isDown(65)) {
if (this._currentframe < 4) {
if (bombs > 0) {
bombs--;
if (_global.bombtype < 1) {
this.gotoAndStop(5);
}
if (_global.bombtype > 0.9) {
this.gotoAndStop(10);
}
}
}
}
if (Key.isDown(68)) {
if (this._currentframe < 4) {
if (ammo > (5999 * _global.ammosave)) {
if (_global.spell < 1) {
_root.guy.gotoAndStop(8);
}
if (_global.spell > 0.9) {
_root.guy.gotoAndStop(11);
}
}
}
}
if (getammo > 0) {
ammo = ammo + getammo;
getammo = 0;
}
if (ammo > 50000) {
ammo = 50000;
}
if (this._x < 0) {
this._x = 0;
}
if (this._x > 600) {
this._x = 600;
}
if (this._Y < 0) {
this._Y = 0;
}
if (this._Y > 400) {
this._Y = 400;
}
}
}
}
}
onClipEvent (mouseDown) {
clicking = 1;
}
onClipEvent (mouseUp) {
clicking = 0;
}
Instance of Symbol 277 MovieClip "bolt" in Frame 18
onClipEvent (load) {
if (this._name != "bolt") {
this._x = random(600);
life = 50;
xspeed = random(20) - 10;
dir = 1;
xref = this._x;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "bolt") {
if (_global.active > 0) {
this.play();
life--;
this._x = this._x + (xspeed * dir);
if (this._x < (xref - 10)) {
dir = dir * -1;
}
if (this._x > (xref + 10)) {
dir = dir * -1;
}
if (life < 25) {
this._alpha = life * 4;
}
if (life < 0) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 307 MovieClip "ammo" in Frame 18
onClipEvent (load) {
xspeed = -0.5;
yspeed = -0.5;
die = 0;
this._width = random(12) + 12;
this._height = this._width;
killthis = random(2);
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "ammo") {
if (_global.active > 0) {
if (killthis == 0) {
removeMovieClip(this);
}
this.play();
if (die < 1) {
if (this.hitTest(_root.guy) and (_root.guy._currentFrame < 4)) {
die = 1;
_root.guy.getammo = _root.guy.getammo + 50000;
}
}
if (die > 0) {
this._alpha = this._alpha - 5;
}
if (this._alpha < 1) {
removeMovieClip(this);
}
this._x = this._x + xspeed;
this._y = this._y + xspeed;
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 308 MovieClip "heal" in Frame 18
onClipEvent (load) {
xspeed = -0.5;
yspeed = -0.5;
die = 0;
this._width = random(12) + 12;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "heal") {
if (_global.active > 0) {
this.play();
if (die < 1) {
if (this.hitTest(_root.guy) and (_root.guy._currentFrame < 4)) {
die = 1;
_root.guy.life = _root.guy.life + (this._width * 400);
}
}
if (die > 0) {
this._alpha = this._alpha - 5;
}
if (this._alpha < 1) {
removeMovieClip(this);
}
this._x = this._x + xspeed;
this._y = this._y + xspeed;
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 326 MovieClip "brownsperm" in Frame 18
onClipEvent (load) {
if (this._name != "brownsperm") {
life = 150;
xspeed = random(4) + 10;
this._x = 650;
this._y = random(301) + 50;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "brownsperm") {
if (_global.active > 0) {
this.play();
this._x = this._x - xspeed;
xspeed = xspeed - 0.3;
if (xspeed < 0) {
xspeed = random(5) + 12;
}
if (this._x < -100) {
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (14000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
life = -1;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (250 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 239) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.brownspermdeath, "brownspermdeath" + _global.NN, _global.NN);
_root["brownspermdeath" + _global.NN]._x = this._x;
_root["brownspermdeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 327 MovieClip "bluesperm" in Frame 18
onClipEvent (load) {
if (this._name != "bluesperm") {
life = 150;
xspeed = random(4) + 10;
this._x = 650;
this._y = random(301) + 50;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "bluesperm") {
if (_global.active > 0) {
this.play();
this._x = this._x - xspeed;
xspeed = xspeed - 0.3;
if (xspeed < 0) {
xspeed = random(5) + 12;
}
if (this._x < -100) {
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (14000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
life = -1;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (250 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 239) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
spawn = 0;
duplicateMovieClip (_root.bluespermdeath, "bluespermdeath" + _global.NN, _global.NN);
_root["bluespermdeath" + _global.NN]._x = this._x;
_root["bluespermdeath" + _global.NN]._y = this._y;
_global.NN++;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 328 MovieClip "greensperm" in Frame 18
onClipEvent (load) {
if (this._name != "greensperm") {
life = 150;
xspeed = random(4) + 10;
this._x = 650;
this._y = random(301) + 50;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "greensperm") {
if (_global.active > 0) {
this.play();
this._x = this._x - xspeed;
xspeed = xspeed - 0.3;
if (xspeed < 0) {
xspeed = random(5) + 12;
}
if (this._x < -100) {
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (14000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
life = -1;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (250 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 239) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.greenspermdeath, "greenspermdeath" + _global.NN, _global.NN);
_root["greenspermdeath" + _global.NN]._x = this._x;
_root["greenspermdeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 329 MovieClip "redsperm" in Frame 18
onClipEvent (load) {
if (this._name != "redsperm") {
life = 150;
xspeed = random(4) + 10;
this._x = 650;
this._y = random(301) + 50;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "redsperm") {
if (_global.active > 0) {
this.play();
this._x = this._x - xspeed;
xspeed = xspeed - 0.3;
if (xspeed < 0) {
xspeed = random(5) + 12;
}
if (this._x < -100) {
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (14000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
life = -1;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (250 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 239) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
spawn = 0;
duplicateMovieClip (_root.redspermdeath, "redspermdeath" + _global.NN, _global.NN);
_root["redspermdeath" + _global.NN]._x = this._x;
_root["redspermdeath" + _global.NN]._y = this._y;
_global.NN++;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 12 MovieClip "BlobMouth" in Frame 18
onClipEvent (load) {
if (this._name != "BlobMouth") {
dash = 100;
jump = 4;
dir = 1;
lifetop = 800;
life = lifetop;
this._x = 650;
this._y = random(250) + 80;
xdir = 1;
ydir = -1;
idle = random(80) + 80;
xspeed = random(5) + 5;
yspeed = random(5) + 5;
enterspeed = random(7) + 4;
shotwait = random(10) + 20;
burst = random(51) + 100;
looking = 0;
dashtime = dash;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "BlobMouth") {
if (_global.active > 0) {
if (enterspeed > 0) {
this._x = this._x - enterspeed;
enterspeed = enterspeed - 0.1;
}
if (_root.guy._x < this._x) {
looking = 0;
this.gotoAndStop(1);
}
if (_root.guy._x > this._x) {
looking = 1;
this.gotoAndStop(2);
}
if (idle > 0) {
burst--;
if (burst > 0) {
shotwait--;
if (shotwait < 0) {
if (looking == 0) {
duplicateMovieClip (_root.blobshot, "blobshot" + _global.NN, _global.NN);
_root["blobshot" + _global.NN]._x = this._x;
_root["blobshot" + _global.NN]._y = this._y;
_global.NN++;
}
if (looking == 1) {
duplicateMovieClip (_root.blobshotR, "blobshot" + _global.NN, _global.NN);
_root["blobshot" + _global.NN]._x = this._x;
_root["blobshot" + _global.NN]._y = this._y;
_global.NN++;
}
shotwait = random(10) + 10;
}
}
if (burst < -100) {
burst = random(51) + 100;
}
}
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
idle--;
if (idle < 0) {
this._x = this._x + (xspeed * xdir);
this._y = this._y + (xspeed * ydir);
if (idle > (-1 * (dashtime * 0.5))) {
xspeed = xspeed - 0.1;
yspeed = yspeed - 0.1;
}
if (idle < (-1 * (dashtime * 0.5))) {
xspeed = xspeed + 0.1;
yspeed = yspeed + 0.1;
}
}
if (idle < (-1 * dashtime)) {
idle = random(80) + 80;
xspeed = random(5) + 5;
yspeed = random(5) + 5;
dashtime = dash;
}
if (this._x < 30) {
xdir = xdir * -1;
this._x = 30;
}
if (this._x > 570) {
xdir = xdir * -1;
this._x = 570;
}
if (this._y < 25) {
ydir = ydir * -1;
this._y = 25;
}
if (this._y > 375) {
ydir = ydir * -1;
this._y = 375;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 269) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.BlobMouthdeath, "BlobMouthdeath" + _global.NN, _global.NN);
_root["BlobMouthdeath" + _global.NN]._x = this._x;
_root["BlobMouthdeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 340 MovieClip "redspermdeath" in Frame 18
onClipEvent (load) {
if (this._name != "redspermdeath") {
_global.score = _global.score + ((random(81) + (random(101) / 100)) + 60);
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(688);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 340 MovieClip "greenspermdeath" in Frame 18
onClipEvent (load) {
if (this._name != "greenspermdeath") {
_global.score = _global.score + ((random(81) + (random(101) / 100)) + 60);
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(688);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 340 MovieClip "bluespermdeath" in Frame 18
onClipEvent (load) {
if (this._name != "bluespermdeath") {
_global.score = _global.score + ((random(81) + (random(101) / 100)) + 60);
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(688);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 340 MovieClip "brownspermdeath" in Frame 18
onClipEvent (load) {
if (this._name != "brownspermdeath") {
_global.score = _global.score + ((random(81) + (random(101) / 100)) + 60);
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(688);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 367 MovieClip "gogrifle" in Frame 18
onClipEvent (load) {
if (this._name != "gogrifle") {
jump = 4;
dir = 1;
life = 900;
this._x = 600;
this._y = random(250) + 80;
xdir = 1;
ydir = -1;
idle = random(30) + 30;
xspeed = random(10) + 12;
yspeed = random(10) + 12;
enterspeed = 22;
entertime = random(10) + 10;
shotwait = random(10) + 10;
burst = random(51) + 100;
looking = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogrifle") {
if (_global.active > 0) {
if (entertime > 0) {
entertime--;
this._x = this._x - enterspeed;
enterspeed = enterspeed - 0.5;
}
if (entertime < 1) {
if (_root.guy._x < this._x) {
looking = 0;
this.gotoAndStop(1);
}
if (_root.guy._x > this._x) {
looking = 1;
this.gotoAndStop(2);
}
burst--;
if (burst > 0) {
shotwait--;
if (shotwait < 0) {
if (looking == 0) {
duplicateMovieClip (_root.gogshot, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = this._x - 16;
_root["gogshot" + _global.NN]._y = this._y + 3;
_global.NN++;
duplicateMovieClip (_root.gogshot, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = this._x - 30;
_root["gogshot" + _global.NN]._y = this._y - 2;
_global.NN++;
}
if (looking == 1) {
duplicateMovieClip (_root.gogshotR, "gogshotR" + _global.NN, _global.NN);
_root["gogshotR" + _global.NN]._x = this._x + 16;
_root["gogshotR" + _global.NN]._y = this._y + 3;
_global.NN++;
duplicateMovieClip (_root.gogshotR, "gogshotR" + _global.NN, _global.NN);
_root["gogshotR" + _global.NN]._x = this._x + 30;
_root["gogshotR" + _global.NN]._y = this._y - 2;
_global.NN++;
}
shotwait = random(10) + 10;
}
}
if (burst < -100) {
burst = random(51) + 100;
}
if (idle > 0) {
idle--;
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
}
if (idle < 1) {
idle--;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (xspeed * ydir);
xspeed = xspeed - 0.3;
yspeed = yspeed - 0.3;
}
if (idle < -35) {
idle = random(30) + 30;
xspeed = random(10) + 9;
yspeed = random(10) + 9;
}
if (this._x < 100) {
xdir = xdir * -1;
this._x = 100;
}
if (this._x > 570) {
xdir = xdir * -1;
this._x = 570;
}
if (this._y < 50) {
ydir = ydir * -1;
this._y = 50;
}
if (this._y > 340) {
ydir = ydir * -1;
this._y = 340;
}
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (250 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 269) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.gogrifledeath, "gogrifledeath" + _global.NN, _global.NN);
_root["gogrifledeath" + _global.NN]._x = this._x;
_root["gogrifledeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 371 MovieClip "gogshot" in Frame 18
onClipEvent (load) {
if (this._name != "gogshot") {
xspeed = random(3) + 5;
yspeed = random(11) - 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogshot") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (10000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
this._y = this._y - yspeed;
if (this._x < -200) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 378 MovieClip "goggunner" in Frame 18
onClipEvent (load) {
if (this._name != "goggunner") {
life = 400;
this._x = random(301) + 250;
this._y = 450;
shotwait = 0;
burst = 0;
xspeed = 0.5;
yspeed = (random(5) + 7) * -1;
shotwait = random(40) + 30;
shots = random(3) + 3;
shotpause = 5;
looking = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "goggunner") {
if (_global.active > 0) {
if (_root.guy._x < this._x) {
looking = 0;
this.gotoAndStop(1);
}
if (_root.guy._x > this._x) {
looking = 1;
this.gotoAndStop(2);
}
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + 0.12;
if (this._y > 500) {
this._x = random(301) + 250;
this._y = 450;
yspeed = (random(5) + 7) * -1;
}
shotwait--;
if (shotwait < 0) {
shotpause--;
if (shotpause < 0) {
if (shots > 0) {
if (looking == 0) {
duplicateMovieClip (_root.goglaz, "goglaz" + _global.NN, _global.NN);
_root["goglaz" + _global.NN]._x = this._x - 25;
_root["goglaz" + _global.NN]._y = this._y;
_global.NN++;
}
if (looking == 1) {
duplicateMovieClip (_root.goglazR, "goglazR" + _global.NN, _global.NN);
_root["goglazR" + _global.NN]._x = this._x + 25;
_root["goglazR" + _global.NN]._y = this._y;
_global.NN++;
}
shots--;
shotpause = 5;
}
}
if (shots < 1) {
shotwait = random(40) + 30;
shots = random(3) + 3;
}
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (250 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 269) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.goggunnerdeath, "goggunnerdeath" + _global.NN, _global.NN);
_root["goggunnerdeath" + _global.NN]._x = this._x;
_root["goggunnerdeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 388 MovieClip "goglaz" in Frame 18
onClipEvent (load) {
if (this._name != "goglaz") {
xspeed = 2;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "goglaz") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (15000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
xspeed = xspeed + 0.5;
if (this._x < -200) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 392 MovieClip "goggunnerdeath" in Frame 18
onClipEvent (load) {
if (this._name != "goggunnerdeath") {
xspeed = 0.5;
yspeed = 0.5;
_global.score = _global.score + ((random(151) + (random(101) / 100)) + 90);
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(3);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "goggunnerdeath") {
if (_global.active > 0) {
this.play();
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + 0.5;
if (this._y > 500) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 399 MovieClip "gogrifledeath" in Frame 18
onClipEvent (load) {
if (this._name != "gogrifledeath") {
xspeed = 0.5;
yspeed = 1;
_global.score = _global.score + ((random(151) + (random(101) / 100)) + 190);
_root.guy.leveltime++;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(581);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogrifledeath") {
if (_global.active > 0) {
this.play();
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + 0.08;
if (this._y > 500) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 432 MovieClip "gogcannon" in Frame 18
onClipEvent (load) {
if (this._name != "gogcannon") {
jump = 4;
dir = 1;
life = 1800;
this._x = 600;
this._y = random(250) + 80;
xdir = 1;
ydir = -1;
idle = random(30) + 30;
xspeed = random(10) + 12;
yspeed = random(10) + 12;
enterspeed = 22;
entertime = random(10) + 10;
shotpause = 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogcannon") {
if (_global.active > 0) {
this.play();
if (this.innerengine.life < 1) {
spawn = random(201);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 199) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.gogcannondeathB, "gogcannondeathB" + _global.NN, _global.NN);
_root["gogcannondeathB" + _global.NN]._x = this._x + 30;
_root["gogcannondeathB" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.gogcannondeathA, "gogcannondeathA" + _global.NN, _global.NN);
_root["gogcannondeathA" + _global.NN]._x = this._x - 30;
_root["gogcannondeathA" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
if (entertime > 0) {
entertime--;
this._x = this._x - enterspeed;
enterspeed = enterspeed - 0.5;
}
if (entertime < 1) {
if (burst < -100) {
burst = random(51) + 100;
}
if (idle > 0) {
idle--;
shotpause--;
if (shotpause < 0) {
duplicateMovieClip (_root.goglaz, "goglaz" + _global.NN, _global.NN);
_root["goglaz" + _global.NN]._x = this._x - 80;
_root["goglaz" + _global.NN]._y = this._y - 2;
_global.NN++;
shotpause = 5;
}
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
}
if (idle < 1) {
idle--;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (xspeed * ydir);
xspeed = xspeed - 0.3;
yspeed = yspeed - 0.3;
}
if (idle < -35) {
idle = random(30) + 30;
xspeed = random(10) + 9;
yspeed = random(10) + 9;
}
if (this._x < 300) {
xdir = xdir * -1;
this._x = 300;
}
if (this._x > 600) {
xdir = xdir * -1;
this._x = 600;
}
if (this._y < 50) {
ydir = ydir * -1;
this._y = 50;
}
if (this._y > 340) {
ydir = ydir * -1;
this._y = 340;
}
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (600 / _global.pussy);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 269) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.gogcannondeath, "gogcannondeath" + _global.NN, _global.NN);
_root["gogcannondeath" + _global.NN]._x = this._x;
_root["gogcannondeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 433 MovieClip "gogcannondeath" in Frame 18
onClipEvent (load) {
if (this._name != "gogcannondeath") {
xspeed = -1.5;
yspeed = 0.5;
_global.score = _global.score + ((random(251) + (random(101) / 100)) + 290);
_root.guy.leveltime++;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(3);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogcannondeath") {
if (_global.active > 0) {
this.play();
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + 0.5;
if (this._y > 500) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 436 MovieClip "gogcannondeathA" in Frame 18
onClipEvent (load) {
if (this._name != "gogcannondeathA") {
xspeed = random(6) + 8;
yspeed = random(11) - 5;
_root.guy.leveltime++;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(3);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogcannondeathA") {
if (_global.active > 0) {
this.play();
this._x = this._x - xspeed;
this._y = this._y - yspeed;
if (this._x < -200) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 437 MovieClip "gogcannondeathB" in Frame 18
onClipEvent (load) {
if (this._name != "gogcannondeathB") {
xspeed = (random(3) + 5) * -1;
yspeed = random(10) + 7;
_global.score = _global.score + ((random(251) + (random(101) / 100)) + 290);
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogcannondeathB") {
if (_global.active > 0) {
this.play();
this._x = this._x - xspeed;
this._y = this._y - yspeed;
if (this._x < -200) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 438 MovieClip "goglazR" in Frame 18
onClipEvent (load) {
if (this._name != "goglazR") {
xspeed = -2;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "goglazR") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (15000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
xspeed = xspeed - 0.5;
if (this._x > 700) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 371 MovieClip "gogshotR" in Frame 18
onClipEvent (load) {
if (this._name != "gogshotR") {
xspeed = (random(3) + 5) * -1;
yspeed = random(11) - 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogshotR") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (10000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
this._y = this._y - yspeed;
if (this._x > 700) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 452 MovieClip "ship" in Frame 18
onClipEvent (load) {
if (this._name != "ship") {
jump = 4;
dir = 1;
life = 4300;
this._x = 800;
this._y = random(250) + 80;
xdir = 1;
ydir = -1;
xspeed = random(10) + 12;
yspeed = random(10) + 12;
enterspeed = 6.3;
shotwait = 4;
burst = random(51) + 100;
spawnwait = random(140) + 180;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "ship") {
if (_global.active > 0) {
this.play();
if (enterspeed > 0) {
this._x = this._x - enterspeed;
enterspeed = enterspeed - 0.05;
}
if (enterspeed < 1) {
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
}
burst--;
if (burst > 0) {
shotwait--;
if (shotwait < 0) {
duplicateMovieClip (_root.gogshot, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = this._x - 2;
_root["gogshot" + _global.NN]._y = this._y + 34;
_global.NN++;
shotwait = 4;
}
}
if (burst < 0) {
spawnwait--;
if (spawnwait < 0) {
duplicateMovieClip (_root.gogspawn, "gogspawn" + _global.NN, _global.NN);
_root["gogspawn" + _global.NN]._x = this._x + 120;
_root["gogspawn" + _global.NN]._y = this._y - 34;
_global.NN++;
spawnwait = random(140) + 180;
}
}
if (burst < -150) {
burst = random(51) + 60;
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
_root.guy.life = _root.guy.life - (600 / _global.defence);
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 169) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.shipdeath, "shipdeath" + _global.NN, _global.NN);
_root["shipdeath" + _global.NN]._x = this._x;
_root["shipdeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 454 MovieClip "shipdeath" in Frame 18
onClipEvent (load) {
if (this._name != "shipdeath") {
xspeed = -0.5;
yspeed = 0.5;
_global.score = _global.score + ((random(151) + (random(101) / 100)) + 710);
_root.guy.leveltime++;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(3);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "shipdeath") {
if (_global.active > 0) {
this.play();
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + 0.3;
if (this._y > 500) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 455 MovieClip "gogspawn" in Frame 18
onClipEvent (load) {
if (this._name != "gogspawn") {
life = 300;
burst = 0;
xspeed = 0.5;
yspeed = -5;
looking = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogspawn") {
if (_global.active > 0) {
if (_root.guy._x < this._x) {
looking = 0;
this.gotoAndStop(1);
}
if (_root.guy._x > this._x) {
looking = 1;
this.gotoAndStop(2);
}
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + 0.3;
if (this._y > 500) {
duplicateMovieClip (_root.goggunner, "goggunner" + _global.NN, _global.NN);
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (250 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 269) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.goggunnerdeath, "goggunnerdeath" + _global.NN, _global.NN);
_root["goggunnerdeath" + _global.NN]._x = this._x;
_root["goggunnerdeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 469 MovieClip "retryer" in Frame 18
onClipEvent (enterFrame) {
this.swapDepths(9000 + _global.NN);
if (_global.end == 1) {
this._x = -500;
}
_global.myname = this.namey;
}
Instance of Symbol 475 MovieClip "bossshotB" in Frame 18
onClipEvent (load) {
if (this._name != "bossshotB") {
xspeed = 30;
yspeed = random(11) - 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "bossshotB") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (10000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
this._y = this._y - yspeed;
xspeed = xspeed - 1;
if (this._x > 700) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 480 MovieClip "bossshot" in Frame 18
onClipEvent (load) {
if (this._name != "bossshot") {
xspeed = 20;
yspeed = random(11) - 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "bossshot") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (1000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
this._y = this._y - yspeed;
if (this._x < -100) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 482 MovieClip "BossBarB" in Frame 18
onClipEvent (load) {
this._height = 0;
}
Instance of Symbol 486 MovieClip "BossBar" in Frame 18
onClipEvent (load) {
this._height = 0;
}
Instance of Symbol 491 MovieClip "leave" in Frame 18
onClipEvent (enterFrame) {
if (_global.end > 0) {
this._x = 700;
this._y = 900;
}
}
Instance of Symbol 494 MovieClip "blobshot" in Frame 18
onClipEvent (load) {
if (this._name != "blobshot") {
xspeed = 0;
shotdir = random(2) - 1;
bouncesize = 8;
bouncecount = bouncesize;
}
}
onClipEvent (enterFrame) {
if (this._name != "blobshot") {
if (_global.end > 0) {
removeMovieClip(this);
}
if (_global.active > 0) {
this.play();
if (shotdir == 0) {
shotdir = 1;
}
bouncecount--;
if (bouncecount < 0) {
xspeed = random(8) + 3;
shotdir = shotdir * -1;
bouncesize = (bouncesize + random(3)) + 2;
bouncecount = bouncesize;
}
this._x = this._x - xspeed;
this._y = this._y + (15 * shotdir);
if (this._x < -5) {
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (5000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
}
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 494 MovieClip "blobshotR" in Frame 18
onClipEvent (load) {
if (this._name != "blobshotR") {
xspeed = 0;
shotdir = random(2) - 1;
bouncesize = 8;
bouncecount = bouncesize;
}
}
onClipEvent (enterFrame) {
if (this._name != "blobshotR") {
if (_global.end > 0) {
removeMovieClip(this);
}
if (_global.active > 0) {
this.play();
if (shotdir == 0) {
shotdir = 1;
}
if (_global.end > 0) {
removeMovieClip(this);
}
bouncecount--;
if (bouncecount < 0) {
xspeed = random(8) + 3;
shotdir = shotdir * -1;
bouncesize = (bouncesize + random(3)) + 2;
bouncecount = bouncesize;
}
this._x = this._x + xspeed;
this._y = this._y + (15 * shotdir);
if (this._x < -5) {
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (5000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
}
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 512 MovieClip "BlobMouthdeath" in Frame 18
onClipEvent (load) {
if (this._name != "BlobMouthdeath") {
yspeed = -5;
_global.score = _global.score + ((random(151) + (random(101) / 100)) + 290);
_root.guy.leveltime++;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(218);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (this._name != "BlobMouthdeath") {
if (_global.active > 0) {
this.play();
this._y = this._y + yspeed;
yspeed = yspeed + 2;
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 529 MovieClip "Goril" in Frame 18
onClipEvent (load) {
if (this._name != "Goril") {
jump = 4;
dir = 1;
lifetop = 1200;
life = lifetop;
this._x = 600;
this._y = random(250) + 80;
xdir = 1;
ydir = -1;
idle = 0;
xspeed = 17;
yspeed = 11;
enterspeed = 0;
entertime = 0;
looking = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "Goril") {
if (_global.active > 0) {
if (entertime > 0) {
entertime--;
this._x = this._x - enterspeed;
enterspeed = enterspeed - 0.5;
}
if (entertime < 1) {
if (_root.guy._x < (this._x + 10)) {
looking = 0;
this.innergorillahead.gotoAndStop(1);
}
if (_root.guy._x > (this._x + 10)) {
looking = 1;
this.innergorillahead.gotoAndStop(2);
}
if ((_root.guy._x > (this._x - 180)) and (_root.guy._x < (this._x - 140))) {
xdir = 0;
}
if (_root.guy._x > (this._x - 140)) {
xdir = 1;
}
if (_root.guy._x < (this._x - 180)) {
xdir = -1;
}
if (_root.guy._y > (this._y + 10)) {
ydir = 1;
}
if (_root.guy._y < (this._y - 10)) {
ydir = -1;
}
if ((_root.guy._y > (this._y - 10)) and (_root.guy._y < (this._y + 10))) {
ydir = 0;
}
if (idle < 0) {
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
}
idle--;
if (idle < -40) {
idle = 30;
}
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
_root.guy.life = _root.guy.life - (1000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (250 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 269) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.Gorildeath, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x;
_root["Gorildeath" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.GorildeathB, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x;
_root["Gorildeath" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.Gorildeathc, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x;
_root["Gorildeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 530 MovieClip "GorildeathB" in Frame 18
onClipEvent (load) {
if (this._name != "GorildeathB") {
xspeed = (random(3) + 6) * -1;
yspeed = random(5) + 9;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "GorildeathB") {
if (_global.active > 0) {
this.play();
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (this._x > 700) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 532 MovieClip "Gorildeath" in Frame 18
onClipEvent (load) {
if (this._name != "Gorildeath") {
_global.score = (_global.score + (random(101) / 100)) + 460;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(187);
_global.NN++;
_root.guy.leveltime++;
}
}
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 533 MovieClip "Gorildeathc" in Frame 18
onClipEvent (load) {
if (this._name != "Gorildeathc") {
xspeed = (random(3) + 2) * -1;
yspeed = random(5) + 9;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "Gorildeathc") {
if (_global.active > 0) {
this.play();
this._x = this._x - xspeed;
this._y = this._y - yspeed;
if (this._x > 700) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 545 MovieClip "skullsnake" in Frame 18
onClipEvent (load) {
if (this._name != "skullsnake") {
xspeed = 3;
yspeed = 1;
this._x = 600;
this._y = random(200) + 150;
ydir = 1;
stopcount = 0;
life = 2300;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "skullsnake") {
if (_global.active > 0) {
if (life < 0) {
spawn = random(201);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 199) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.skullsnakedeath, "skullsnakedeath" + _global.NN, _global.NN);
_root["skullsnakedeath" + _global.NN]._x = this._x;
_root["skullsnakedeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
stopcount++;
if (ydir == 0) {
ydir = 1;
}
if (stopcount < 80) {
this._x = this._x - xspeed;
this._y = this._y - (yspeed * ydir);
}
if (stopcount == 105) {
ydir = random(3) - 1;
xspeed = 60;
yspeed = random(25);
}
if (stopcount > 105) {
this._x = this._x - xspeed;
this._y = this._y - (yspeed * ydir);
}
if (stopcount > 160) {
xspeed = 2;
yspeed = 1;
this._x = 600;
this._y = random(150) + 200;
ydir = 1;
stopcount = 0;
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
_root.guy.life = _root.guy.life - (6000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i]._x + 150, _root["shot" + i]._y, true)) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x + 80;
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i]._x + 150, _root["bugshot" + i]._y, true)) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x + 80;
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i]._x, _root["explo" + i]._y, true)) {
life = life - (60 * _global.pussy);
}
if (this.hitTest(_root["bugbomb" + i]._x, _root["bugbomb" + i]._y, true)) {
life = life - (80 * _global.pussy);
}
i++;
}
}
}
}
Instance of Symbol 552 MovieClip "skullsnakedeath" in Frame 18
onClipEvent (load) {
if (this._name != "skullsnakedeath") {
_global.score = _global.score + ((random(151) + (random(101) / 100)) + 290);
_root.guy.leveltime++;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(240);
_global.NN++;
}
}
Instance of Symbol 568 MovieClip "Pink" in Frame 18
onClipEvent (load) {
if (this._name != "Pink") {
life = 230;
yspeed = random(4) + 4;
this._y = 450;
this._x = random(560) + 20;
shotwait = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "Pink") {
if (_global.active > 0) {
this.play();
this._y = this._y - yspeed;
yspeed = yspeed - 0.3;
if (yspeed < 0) {
yspeed = random(5) + 6;
}
if (this._y < -200) {
removeMovieClip(this);
}
shotwait++;
if (shotwait > 30) {
duplicateMovieClip (_root.Pinkshot, "Pinkshot" + _global.NN, _global.NN);
_root["Pinkshot" + _global.NN]._x = this._x;
_root["Pinkshot" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.PinkshotR, "PinkshotR" + _global.NN, _global.NN);
_root["PinkshotR" + _global.NN]._x = this._x;
_root["PinkshotR" + _global.NN]._y = this._Y;
_global.NN++;
shotwait = 0;
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (500 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 269) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.Pinkdeath, "Pinkdeath" + _global.NN, _global.NN);
_root["Pinkdeath" + _global.NN]._x = this._x;
_root["Pinkdeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 584 MovieClip "Pinkdeath" in Frame 18
onClipEvent (load) {
if (this._name != "Pinkdeath") {
_global.score = _global.score + ((random(81) + (random(101) / 100)) + 300);
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(136);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 586 MovieClip "Pinkshot" in Frame 18
onClipEvent (load) {
if (this._name != "Pinkshot") {
xspeed = random(3) + 5;
yspeed = random(11) - 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "Pinkshot") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (7000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
this._y = this._y - yspeed;
if (this._x < -200) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 588 MovieClip "PinkshotR" in Frame 18
onClipEvent (load) {
if (this._name != "PinkshotR") {
xspeed = random(3) + 5;
yspeed = random(11) - 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "PinkshotR") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (7000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x + xspeed;
this._y = this._y - yspeed;
if (this._x < -200) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 607 MovieClip "turt" in Frame 18
onClipEvent (load) {
if (this._name != "turt") {
life = 2300;
this._x = random(250) + 300;
this._y = random(300) + 50;
this.gotoAndPlay(11);
warptime = 0;
shotwait = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name == "turt") {
this.stop();
}
if (this._name != "turt") {
if (_global.active > 0) {
if (this._currentframe > 1) {
this.play();
}
warptime++;
if (warptime > 80) {
this.gotoAndPlay(3);
warptime = 0;
}
shotwait++;
if (shotwait > (15 * _global.pussy)) {
duplicateMovieClip (_root.turtshot, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
shotwait = 0;
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
_root.guy.life = _root.guy.life - (600 / _global.defence);
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 269) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.turtdeath, "turtdeath" + _global.NN, _global.NN);
_root["turtdeath" + _global.NN]._x = this._x;
_root["turtdeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
if (this._currentframe > 1) {
this.stop();
}
}
}
}
Instance of Symbol 610 MovieClip "turtshot" in Frame 18
onClipEvent (load) {
if (this._name != "turtshot") {
yspeed = (random(13) - 6) + 1;
xspeed = (random(13) - 6) + 1;
fuse = random(15) + 17;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "turtshot") {
if (_global.active > 0) {
this._y = this._y + yspeed;
this._x = this._x + yspeed;
fuse--;
if (fuse < 0) {
duplicateMovieClip (_root.turtshotA, "turtshotA" + _global.NN, _global.NN);
_root["turtshotA" + _global.NN]._x = this._x;
_root["turtshotA" + _global.NN]._y = this._y;
_root["turtshotA" + _global.NN].movetype = 1;
_global.NN++;
duplicateMovieClip (_root.turtshotA, "turtshotA" + _global.NN, _global.NN);
_root["turtshotA" + _global.NN]._x = this._x;
_root["turtshotA" + _global.NN]._y = this._y;
_root["turtshotA" + _global.NN].movetype = 2;
_global.NN++;
duplicateMovieClip (_root.turtshotA, "turtshotA" + _global.NN, _global.NN);
_root["turtshotA" + _global.NN]._x = this._x;
_root["turtshotA" + _global.NN]._y = this._y;
_root["turtshotA" + _global.NN].movetype = 3;
_global.NN++;
duplicateMovieClip (_root.turtshotA, "turtshotA" + _global.NN, _global.NN);
_root["turtshotA" + _global.NN]._x = this._x;
_root["turtshotA" + _global.NN]._y = this._y;
_root["turtshotA" + _global.NN].movetype = 4;
_global.NN++;
duplicateMovieClip (_root.turtshotA, "turtshotA" + _global.NN, _global.NN);
_root["turtshotA" + _global.NN]._x = this._x;
_root["turtshotA" + _global.NN]._y = this._y;
_root["turtshotA" + _global.NN].movetype = 5;
_global.NN++;
duplicateMovieClip (_root.turtshotA, "turtshotA" + _global.NN, _global.NN);
_root["turtshotA" + _global.NN]._x = this._x;
_root["turtshotA" + _global.NN]._y = this._y;
_root["turtshotA" + _global.NN].movetype = 6;
_global.NN++;
duplicateMovieClip (_root.turtshotA, "turtshotA" + _global.NN, _global.NN);
_root["turtshotA" + _global.NN]._x = this._x;
_root["turtshotA" + _global.NN]._y = this._y;
_root["turtshotA" + _global.NN].movetype = 7;
_global.NN++;
duplicateMovieClip (_root.turtshotA, "turtshotA" + _global.NN, _global.NN);
_root["turtshotA" + _global.NN]._x = this._x;
_root["turtshotA" + _global.NN]._y = this._y;
_root["turtshotA" + _global.NN].movetype = 8;
_global.NN++;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 610 MovieClip "turtshotA" in Frame 18
onClipEvent (load) {
fast = 12;
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "turtshotA") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (15000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (700 * _global.ammosave);
removeMovieClip(this);
}
if (movetype == 1) {
xspeed = 0;
yspeed = -1 * fast;
}
if (movetype == 2) {
xspeed = fast;
yspeed = -1 * fast;
}
if (movetype == 3) {
xspeed = fast;
yspeed = 0;
}
if (movetype == 4) {
xspeed = fast;
yspeed = fast;
}
if (movetype == 5) {
xspeed = 0;
yspeed = fast;
}
if (movetype == 6) {
xspeed = -1 * fast;
yspeed = fast;
}
if (movetype == 7) {
xspeed = -1 * fast;
yspeed = 0;
}
if (movetype == 8) {
xspeed = -1 * fast;
yspeed = -1 * fast;
}
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (this._x < -200) {
removeMovieClip(this);
}
if (this._y < -200) {
removeMovieClip(this);
}
if (this._x > 800) {
removeMovieClip(this);
}
if (this._y > 500) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 619 MovieClip "turtdeath" in Frame 18
onClipEvent (load) {
if (this._name != "turtdeath") {
xspeed = -0.5;
yspeed = 0.5;
_global.score = _global.score + ((random(151) + (random(101) / 100)) + 710);
_root.guy.leveltime++;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(610);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "turtdeath") {
if (_global.active > 0) {
this.play();
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + 0.3;
if (this._y > 500) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 621 MovieClip "fadeout" in Frame 18
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 631 MovieClip "pausemenu" in Frame 18
onClipEvent (load) {
this.swapDepths(9999999000);
}
onClipEvent (enterFrame) {
}
Instance of Symbol 645 MovieClip "soundbox" in Frame 18
onClipEvent (enterFrame) {
if (_global.mute == 1) {
gotoAndStop (1);
removeMovieClip(this);
}
}
Instance of Symbol 654 MovieClip "bugmake" in Frame 18
onClipEvent (load) {
if (this._name != "bugmake") {
this._x = 600;
this._y = 200;
xspeed = -1.5;
yspeed = -0.5;
ydir = 1;
dirwait = 40;
}
}
onClipEvent (enterFrame) {
if (this._name != "bugmake") {
if (_global.active > 0) {
this.play();
dirwait--;
if (dirwait < 0) {
ydir = ydir * -1;
dirwait = 40;
}
this._x = this._x + xspeed;
this._y = this._y + (yspeed * ydir);
if (this.hitTest(_root.guy) and (_root.guy._currentFrame < 4)) {
removeMovieClip(this);
_global.bugchange++;
_root.guy.gotoAndStop(6);
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(704);
_global.NN++;
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 657 MovieClip "rock" in Frame 18
onClipEvent (load) {
if (this._name != "rock") {
xspeed = random(7) + 2;
this._width = random(110) + 70;
this._height = this._width;
this._x = 630;
this._y = random(400) + 1;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "rock") {
if (_global.active > 0) {
if (this._x < -1000) {
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
_root.guy.life = _root.guy.life - (3000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
this.play();
this._x = this._x - xspeed;
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 664 MovieClip "maggy" in Frame 18
onClipEvent (load) {
if (this._name != "maggy") {
dash = 50;
jump = 4;
dir = 1;
lifetop = 4400;
life = lifetop;
this._x = 650;
this._y = 100;
xdir = 1;
ydir = -1;
idle = random(80) + 80;
xspeed = random(2) + 4;
yspeed = random(2) + 4;
enterspeed = 5;
shotwait = random(10) + 20;
burst = random(51) + 100;
looking = 0;
dashtime = dash;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "maggy") {
if (_global.active > 0) {
if (enterspeed > 0) {
this._x = this._x - enterspeed;
enterspeed = enterspeed - 0.1;
}
if (_root.guy._x < this._x) {
looking = 0;
this.gotoAndStop(1);
}
if (_root.guy._x > this._x) {
looking = 1;
this.gotoAndStop(2);
}
burst--;
if (burst > 0) {
shotwait--;
if (shotwait < 0) {
duplicateMovieClip (_root.bigmaggyshot, "maggyshot" + _global.NN, _global.NN);
_root["maggyshot" + _global.NN]._x = this._x - 50;
_root["maggyshot" + _global.NN]._y = this._y + 60;
_global.NN++;
duplicateMovieClip (_root.bigmaggyshot, "maggyshot" + _global.NN, _global.NN);
_root["maggyshot" + _global.NN]._x = this._x + 50;
_root["maggyshot" + _global.NN]._y = this._y + 60;
_global.NN++;
duplicateMovieClip (_root.bigmaggyshot, "maggyshot" + _global.NN, _global.NN);
_root["maggyshot" + _global.NN]._x = this._x;
_root["maggyshot" + _global.NN]._y = this._y + 60;
_global.NN++;
duplicateMovieClip (_root.bigmaggyshot, "maggyshot" + _global.NN, _global.NN);
_root["maggyshot" + _global.NN]._x = this._x + 75;
_root["maggyshot" + _global.NN]._y = this._y + 60;
_global.NN++;
shotwait = random(10) + 10;
}
}
if (burst < -100) {
burst = random(51) + 100;
}
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
idle--;
if (idle < 0) {
this._x = this._x + (xspeed * xdir);
this._y = this._y + (xspeed * ydir);
if (idle > (-1 * (dashtime * 0.5))) {
xspeed = xspeed - 0.1;
yspeed = yspeed - 0.1;
}
if (idle < (-1 * (dashtime * 0.5))) {
xspeed = xspeed + 0.1;
yspeed = yspeed + 0.1;
}
}
if (idle < (-1 * dashtime)) {
idle = random(80) + 80;
xspeed = random(5) + 5;
yspeed = random(5) + 5;
dashtime = dash;
}
if (this._x < 400) {
xdir = xdir * -1;
this._x = 400;
}
if (this._x > 599) {
xdir = xdir * -1;
this._x = 599;
}
if (this._y < 25) {
ydir = ydir * -1;
this._y = 25;
}
if (this._y > 200) {
ydir = ydir * -1;
this._y = 200;
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (5000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(201);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 199) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.medmaggy, "medmaggy" + _global.NN, _global.NN);
_root["medmaggy" + _global.NN]._x = this._x + 50;
_root["medmaggy" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.medmaggy, "medmaggy" + _global.NN, _global.NN);
_root["medmaggy" + _global.NN]._x = this._x - 50;
_root["medmaggy" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.medmaggy, "medmaggy" + _global.NN, _global.NN);
_root["medmaggy" + _global.NN]._x = this._x;
_root["medmaggy" + _global.NN]._y = this._y + 50;
_global.NN++;
duplicateMovieClip (_root.Gorildeath, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x - 50;
_root["Gorildeath" + _global.NN]._y = this._y - 25;
_global.NN++;
duplicateMovieClip (_root.Gorildeath, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x + 50;
_root["Gorildeath" + _global.NN]._y = this._y - 25;
_global.NN++;
duplicateMovieClip (_root.Gorildeath, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x;
_root["Gorildeath" + _global.NN]._y = this._y + 25;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 669 MovieClip "maggyshot" in Frame 18
onClipEvent (load) {
if (this._name != "maggyshot") {
xspeed = 0;
shotdir = random(2) - 1;
bouncesize = 8;
bouncecount = bouncesize;
}
}
onClipEvent (enterFrame) {
if (this._name != "maggyshot") {
if (_global.end > 0) {
removeMovieClip(this);
}
if (_global.active > 0) {
this.play();
if (shotdir == 0) {
shotdir = 1;
}
if (_global.end > 0) {
removeMovieClip(this);
}
bouncecount--;
if (bouncecount < 0) {
xspeed = random(8) + 3;
shotdir = shotdir * -1;
bouncesize = (bouncesize + random(3)) + 2;
bouncecount = bouncesize;
}
this._x = this._x - xspeed;
this._y = this._y + (15 * shotdir);
if (this._x < -5) {
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (5000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
}
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 670 MovieClip "medmaggy" in Frame 18
onClipEvent (load) {
if (this._name != "medmaggy") {
dash = 50;
jump = 4;
dir = 1;
lifetop = 1800;
life = lifetop;
xdir = 1;
ydir = -1;
idle = 0;
xspeed = random(5) + 5;
yspeed = random(5) + 5;
shotwait = random(10) + 20;
burst = random(51) + 100;
looking = 0;
dashtime = dash;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "medmaggy") {
if (_global.active > 0) {
if (_root.guy._x < this._x) {
looking = 0;
this.gotoAndStop(1);
}
if (_root.guy._x > this._x) {
looking = 1;
this.gotoAndStop(2);
}
if (idle > 0) {
burst--;
if (burst > 0) {
shotwait--;
if (shotwait < 0) {
duplicateMovieClip (_root.maggyshot, "maggyshot" + _global.NN, _global.NN);
_root["maggyshot" + _global.NN]._x = this._x;
_root["maggyshot" + _global.NN]._y = this._y;
_global.NN++;
shotwait = random(10) + 10;
}
}
if (burst < -100) {
burst = random(51) + 100;
}
}
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
idle--;
if (idle < 0) {
this._x = this._x + (xspeed * xdir);
this._y = this._y + (xspeed * ydir);
if (idle > (-1 * (dashtime * 0.5))) {
xspeed = xspeed - 0.1;
yspeed = yspeed - 0.1;
}
if (idle < (-1 * (dashtime * 0.5))) {
xspeed = xspeed + 0.1;
yspeed = yspeed + 0.1;
}
}
if (idle < (-1 * dashtime)) {
idle = random(80) + 80;
xspeed = random(5) + 5;
yspeed = random(5) + 5;
dashtime = dash;
}
if (this._x < 300) {
xdir = xdir * -1;
this._x = 300;
}
if (this._x > 590) {
xdir = xdir * -1;
this._x = 590;
}
if (this._y < 25) {
ydir = ydir * -1;
this._y = 25;
}
if (this._y > 375) {
ydir = ydir * -1;
this._y = 375;
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (5000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (20 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(201);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 199) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.smallmaggy, "smallmaggy" + _global.NN, _global.NN);
_root["smallmaggy" + _global.NN]._x = this._x;
_root["smallmaggy" + _global.NN]._y = this._y + 20;
_global.NN++;
duplicateMovieClip (_root.smallmaggy, "smallmaggy" + _global.NN, _global.NN);
_root["smallmaggy" + _global.NN]._x = this._x;
_root["smallmaggy" + _global.NN]._y = this._y - 20;
_global.NN++;
duplicateMovieClip (_root.Gorildeath, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x;
_root["Gorildeath" + _global.NN]._y = this._y - 15;
_global.NN++;
duplicateMovieClip (_root.Gorildeath, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x - 15;
_root["Gorildeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 669 MovieClip "bigmaggyshot" in Frame 18
onClipEvent (load) {
if (this._name != "bigmaggyshot") {
xspeed = 0;
yspeed = 10;
triger = random(16) + 2;
}
}
onClipEvent (enterFrame) {
if (this._name != "bigmaggyshot") {
if (_global.end > 0) {
removeMovieClip(this);
}
if (_global.active > 0) {
this.play();
this._x = this._x - xspeed;
this._y = this._y + yspeed;
triger--;
if (triger < 0) {
xspeed = 12;
yspeed = 0;
}
if (this._x < -5) {
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (5000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
}
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 672 MovieClip "smallmaggy" in Frame 18
onClipEvent (load) {
if (this._name != "smallmaggy") {
dash = 50;
jump = 4;
dir = 1;
lifetop = 300;
life = lifetop;
xdir = 1;
ydir = -1;
idle = 0;
xspeed = random(5) + 5;
yspeed = random(5) + 5;
shotwait = random(10) + 20;
burst = random(51) + 100;
looking = 0;
dashtime = dash;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "smallmaggy") {
if (_global.active > 0) {
if (_root.guy._x < this._x) {
looking = 0;
this.gotoAndStop(1);
}
if (_root.guy._x > this._x) {
looking = 1;
this.gotoAndStop(2);
}
shotwait--;
if (shotwait < 0) {
duplicateMovieClip (_root.smallmaggyshot, "maggyshot" + _global.NN, _global.NN);
_root["maggyshot" + _global.NN]._x = this._x;
_root["maggyshot" + _global.NN]._y = this._y;
_global.NN++;
shotwait = random(10) + 10;
}
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
idle--;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (xspeed * ydir);
if (idle < 0) {
if (idle > (-1 * (dashtime * 0.5))) {
xspeed = xspeed - 0.1;
yspeed = yspeed - 0.1;
}
if (idle < (-1 * (dashtime * 0.5))) {
xspeed = xspeed + 0.1;
yspeed = yspeed + 0.1;
}
}
if (idle < (-1 * dashtime)) {
idle = random(80) + 80;
xspeed = random(5) + 5;
yspeed = random(5) + 5;
dashtime = dash;
}
if (this._x < 500) {
xdir = xdir * -1;
this._x = 500;
}
if (this._x > 590) {
xdir = xdir * -1;
this._x = 590;
}
if (this._y < 25) {
ydir = ydir * -1;
this._y = 25;
}
if (this._y > 375) {
ydir = ydir * -1;
this._y = 375;
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (5000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (250 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 269) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.Gorildeath, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x;
_root["Gorildeath" + _global.NN]._y = this._y;
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 674 MovieClip "smallmaggyshot" in Frame 18
onClipEvent (load) {
if (this._name != "smallmaggyshot") {
xspeed = random(3) + 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "smallmaggyshot") {
if (_global.active > 0) {
this.play();
if (_global.end > 0) {
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
_root.guy.life = _root.guy.life - (5000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
if (this._x < -200) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 685 MovieClip "bluebug" in Frame 18
onClipEvent (load) {
if (this._name != "bluebug") {
xspeed = -1.5;
yspeed = -0.5;
ydir = 1;
dirwait = 40;
powertype = random(160) + 1;
}
}
onClipEvent (enterFrame) {
if (this._name != "bluebug") {
if (_global.active > 0) {
dirwait--;
if (dirwait < 0) {
ydir = ydir * -1;
dirwait = 40;
}
this._x = this._x + xspeed;
this._y = this._y + (yspeed * ydir);
if (this.powertype < 50) {
this.gotoAndStop(4);
}
if ((this.powertype > 49) and (this.powertype < 70)) {
this.gotoAndStop(2);
}
if ((this.powertype > 69) and (this.powertype < 90)) {
this.gotoAndStop(1);
}
if (this.powertype > 89) {
this.gotoAndStop(3);
}
if (this.powertype > 100) {
removeMovieClip(this);
}
if (this.hitTest(_root.guy)) {
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(704);
_global.NN++;
if (this._currentframe == 1) {
_root.guybubble.life = 800;
}
if (this._currentframe == 2) {
_root.guyfire.life = 600;
}
if (this._currentframe == 3) {
_global.lives++;
}
if (this._currentframe == 4) {
_root.guy.bombs++;
}
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 687 MovieClip "varies" in Frame 18
onClipEvent (load) {
Stage.showMenu = false;
_global.level = 1;
_global.Dstats = 0.6;
_global.Dpowerup = 1;
_global.Astats = 1;
_global.Apowerup = 1;
_global.bugnumber = 0;
_global.ammosave = 3;
_global.bugchange = 0;
_global.rebirth = 1;
_global.bossbeat = 0;
Rstats = 1;
_global.spell = 0;
}
onClipEvent (enterFrame) {
_global.pussy = _global.Astats * _global.Apowerup;
_global.defence = _global.Dstats * _global.Dpowerup;
_global.recharge = Rstats;
}
Instance of Symbol 691 MovieClip "guybubble" in Frame 18
onClipEvent (load) {
this.life = 0;
this.swapDepths(1010);
}
onClipEvent (enterFrame) {
this._x = _root.guy._x - 1;
this._y = _root.guy._y;
if (life > 79) {
this._alpha = 80;
}
if (life < 80) {
this._alpha = this.life;
}
life--;
if (life > 0) {
_global.Dpowerup = 4;
}
if (life < 1) {
_global.Dpowerup = 1;
}
}
Instance of Symbol 693 MovieClip "guyfire" in Frame 18
onClipEvent (load) {
this.life = 0;
this.swapDepths(1020);
}
onClipEvent (enterFrame) {
this._x = _root.guy._x - 1;
this._y = _root.guy._y;
if (life > 79) {
this._alpha = 80;
}
if (life < 80) {
this._alpha = this.life;
}
life--;
if (life > 0) {
_global.Apowerup = 2;
}
if (life < 1) {
_global.Apowerup = 1;
}
}
Instance of Symbol 701 MovieClip "roboguy" in Frame 18
onClipEvent (load) {
if (this._name != "roboguy") {
jump = 4;
dir = 1;
lifetop = 17000 / _global.rebirth;
life = lifetop;
this._x = 800;
this._y = 250;
xdir = 1;
ydir = -1;
xspeed = random(10) + 12;
yspeed = random(10) + 12;
enterspeed = 6.3;
shotwait = 4;
burst = random(51) + 100;
dickweed = 0;
upfire = random(100) + 150;
dickwait = 3;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "roboguy") {
if (_global.active > 0) {
this.play();
_root.BossBarB._height = 360;
_root.BossBar._height = (life / lifetop) * 350;
if (enterspeed > 0) {
this._x = this._x - enterspeed;
enterspeed = enterspeed - 0.05;
}
if (enterspeed < 1) {
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
}
upfire--;
if (upfire < 0) {
dickweed = 10;
upfire = random(100) + 150;
}
dickwait--;
if (dickweed > 0) {
if (dickwait < 0) {
duplicateMovieClip (_root.roboupshot, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = this._x;
_root["gogshot" + _global.NN]._y = this._y - 155;
_global.NN++;
dickweed--;
dickwait = 2;
}
}
burst--;
if (burst > 0) {
shotwait--;
if (shotwait < 0) {
duplicateMovieClip (_root.gogshot, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = this._x;
_root["gogshot" + _global.NN]._y = this._y + 15;
_global.NN++;
shotwait = 4;
}
}
if (burst < -5) {
burst = random(51) + 60;
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
_root.guy.life = _root.guy.life - (600 / _global.defence);
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 8);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 8);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (30 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = 0;
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 199) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.roboguydeath, "shipdeath" + _global.NN, _global.NN);
_root["shipdeath" + _global.NN]._x = this._x;
_root["shipdeath" + _global.NN]._y = this._y;
_global.NN++;
_root.BossBarB._height = 0;
_root.BossBar._height = 0;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 705 MovieClip "roboupshot" in Frame 18
onClipEvent (load) {
if (this._name != "roboupshot") {
xspeed = 0;
yspeed = -10;
up = 1;
}
}
onClipEvent (enterFrame) {
if (this._name != "roboupshot") {
if (_global.end > 0) {
removeMovieClip(this);
}
if ((this._y < -100) and (up == 1)) {
yspeed = yspeed * -1;
this._x = random(500) + 1;
up = 0;
gotoAndStop (2);
}
if (this._y > 500) {
removeMovieClip(this);
}
if (_global.active > 0) {
this._y = this._y + yspeed;
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (8000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
}
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 714 MovieClip "roboguydeath" in Frame 18
onClipEvent (load) {
this.stop();
if (this._name != "roboguydeath") {
xspeed = 1;
yspeed = 0.5;
_global.score = _global.score + ((random(451) + (random(101) / 100)) + 2810);
entertime = 100;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(382);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "roboguydeath") {
if (_global.active > 0) {
this.play();
entertime--;
if (entertime == 0) {
if (_global.rebirth == 1) {
duplicateMovieClip (_root.ending, "ending" + _global.NN, _global.NN);
_root["ending" + _global.NN]._x = 300;
_root["ending" + _global.NN]._y = 100;
_global.NN++;
}
if (_global.rebirth == 2) {
duplicateMovieClip (_root.fadeout, "fadeout" + _global.NN, _global.NN);
_root["ending" + _global.NN]._x = 300;
_root["ending" + _global.NN]._y = 200;
_global.NN++;
}
}
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (entertime == -135) {
if (_global.rebirth == 1) {
duplicateMovieClip (_root.leave, "leave" + _global.NN, _global.NN);
_root["leave" + _global.NN]._x = 300;
_root["leave" + _global.NN]._y = 200;
_global.NN++;
_global.active = 0;
Mouse.show();
}
if (_global.rebirth == 2) {
_root.guy.leveltime++;
}
}
if (this._y > 900) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 717 MovieClip "ending" in Frame 18
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
}
Instance of Symbol 723 MovieClip "sun" in Frame 18
onClipEvent (load) {
if (this._name != "sun") {
xspeed = 7;
this._x = 800;
possy = random(2);
if (possy == 1) {
this._y = 0;
}
if (possy == 0) {
this._y = 400;
}
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "sun") {
if (_global.active > 0) {
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
_root.guy.life = _root.guy.life - (6000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
this.play();
this._x = this._x - xspeed;
if (this._x < -1000) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 735 MovieClip "meangreen" in Frame 18
onClipEvent (load) {
if (this._name != "meangreen") {
lifetop = 14000 / _global.rebirth;
life = lifetop;
this._y = 100;
this._x = 700;
xdir = 1;
ydir = 1;
yspeed = 0;
xspeed = 24;
this.facey.jaw.gotoAndPlay(2);
shotwait = random(250) + 400;
spawnwait = random(2250) + 2400;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "meangreen") {
if (_global.active > 0) {
this.play();
_root.BossBarB._height = 360;
_root.BossBar._height = (life / lifetop) * 350;
spawnwait--;
if (spawnwait < 0) {
duplicateMovieClip (_root.sun, "sun" + _global.NN, _global.NN);
_global.NN++;
spawnwait = random(2250) + 2400;
}
this._x = this._x - (xspeed * xdir);
this._y = this._y - (yspeed * ydir);
if (this._y < 50) {
this._y = 50;
ydir = ydir * -1;
}
if (this._y > 350) {
this._y = 350;
ydir = ydir * -1;
}
if (this._x < -150) {
xdir = -1;
this._x = -150;
xspeed = 5;
yspeed = 5;
this.facey.jaw.gotoAndPlay(6);
}
if (this._x > 550) {
yspeed = 0;
xdir = 1;
this._x = 550;
xspeed = 24;
this.facey.jaw.gotoAndPlay(2);
}
shotwait--;
if (shotwait < 0) {
shots = 300;
shotwait = random(250) + 400;
}
if (shots > 0) {
duplicateMovieClip (_root.bossshot, "bossshot" + _global.NN, _global.NN);
_root["bossshot" + _global.NN]._x = this._x + 54;
_root["bossshot" + _global.NN]._y = this._y - 18;
_global.NN++;
shots--;
}
if (life < 0) {
duplicateMovieClip (_root.meangreendeath, "shipdeath" + _global.NN, _global.NN);
_root["shipdeath" + _global.NN]._x = this._x;
_root["shipdeath" + _global.NN]._y = this._y;
_global.NN++;
_root.BossBarB._height = 0;
_root.BossBar._height = 0;
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
_root.guy.life = _root.guy.life - (1500 / _global.defence);
}
if (this.facey.tooth.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.facey.tooth.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x + (this._width / 8);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.facey.tooth.hitTest(_root["bolt" + i])) {
life = life - (30 * _global.pussy);
}
if (this.facey.tooth.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x + (this._width / 8);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.facey.tooth.hitTest(_root["explo" + i])) {
life = life - (20 * _global.pussy);
}
i++;
}
}
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 736 MovieClip "meangreendeath" in Frame 18
onClipEvent (load) {
this.stop();
if (this._name != "meangreendeath") {
xspeed = 1;
yspeed = 0.5;
_global.score = _global.score + ((random(451) + (random(101) / 100)) + 2810);
entertime = 100;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(382);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "meangreendeath") {
if (_global.active > 0) {
this.play();
entertime--;
if (entertime == 0) {
if (_global.rebirth == 1) {
duplicateMovieClip (_root.ending, "ending" + _global.NN, _global.NN);
_root["ending" + _global.NN]._x = 300;
_root["ending" + _global.NN]._y = 100;
_global.NN++;
}
if (_global.rebirth == 2) {
duplicateMovieClip (_root.fadeout, "fadeout" + _global.NN, _global.NN);
_root["ending" + _global.NN]._x = 300;
_root["ending" + _global.NN]._y = 200;
_global.NN++;
}
}
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (entertime == -135) {
if (_global.rebirth == 1) {
duplicateMovieClip (_root.leave, "leave" + _global.NN, _global.NN);
_root["leave" + _global.NN]._x = 300;
_root["leave" + _global.NN]._y = 200;
_global.NN++;
_global.active = 0;
Mouse.show();
}
if (_global.rebirth == 2) {
_root.guy.leveltime++;
}
}
if (this._y > 900) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 762 MovieClip "spyboss" in Frame 18
onClipEvent (load) {
if (this._name != "spyboss") {
jump = 4;
dir = 1;
lifetop = 25000;
life = lifetop;
this._x = 600;
this._y = random(250) + 80;
xdir = 1;
ydir = -1;
idle = random(30) + 30;
xspeed = random(10) + 12;
yspeed = random(10) + 12;
enterspeed = 22;
entertime = random(10) + 10;
shotpause = 5;
spawnwait = random(200) + 400;
zaptime = 0;
zapwait = random(80) + 100;
zapspace = 3;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "spyboss") {
if (_global.active > 0) {
this.play();
_root.BossBarB._height = 360;
_root.BossBar._height = (life / lifetop) * 350;
if (life < 0) {
_global.spermon = 0;
duplicateMovieClip (_root.spybossdeath, "shipdeath" + _global.NN, _global.NN);
_root["shipdeath" + _global.NN]._x = this._x;
_root["shipdeath" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.spybotwo, "shipdeath" + _global.NN, _global.NN);
_root["shipdeath" + _global.NN]._x = this._x + 80;
_root["shipdeath" + _global.NN]._y = this._y;
_global.NN++;
_root.BossBarB._height = 0;
_root.BossBar._height = 0;
removeMovieClip(this);
}
spawnwait--;
zapwait--;
zaptime--;
zapspace--;
if (zapwait < 0) {
zaptime = 40;
zapwait = random(180) + 200;
}
if (zaptime > 0) {
if (zapspace < 0) {
duplicateMovieClip (_root.boltred, "goglaz" + _global.NN, _global.NN);
_global.NN++;
zapspace = 3;
}
}
if (spawnwait < 0) {
_global.spermon = 1;
spawnwait = random(200) + 400;
sperming = random(100) + 300;
}
sperming--;
if (sperming < 0) {
_global.spermon = 0;
}
if (entertime > 0) {
entertime--;
this._x = this._x - enterspeed;
enterspeed = enterspeed - 0.5;
}
if (entertime < 1) {
if (burst < -100) {
burst = random(51) + 100;
}
if (idle > 0) {
idle--;
shotpause--;
if (shotpause < 0) {
duplicateMovieClip (_root.bossshotred, "goglaz" + _global.NN, _global.NN);
_root["goglaz" + _global.NN]._x = this._x - 100;
_root["goglaz" + _global.NN]._y = this._y + 80;
_global.NN++;
shotpause = 5;
}
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
}
if (idle < 1) {
idle--;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (xspeed * ydir);
xspeed = xspeed - 0.3;
yspeed = yspeed - 0.3;
}
if (idle < -35) {
idle = random(30) + 30;
xspeed = random(10) + 9;
yspeed = random(10) + 9;
}
if (this._x < 300) {
xdir = xdir * -1;
this._x = 300;
}
if (this._x > 600) {
xdir = xdir * -1;
this._x = 600;
}
if (this._y < 50) {
ydir = ydir * -1;
this._y = 50;
}
if (this._y > 340) {
ydir = ydir * -1;
this._y = 340;
}
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
_root.guy.life = _root.guy.life - (600 / _global.defence);
}
if (this.innerspybo.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.innerspybo.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.innerspybo.hitTest(_root["bolt" + i])) {
life = life - (60 * _global.pussy);
}
if (this.innerspybo.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.innerspybo.hitTest(_root["explo" + i])) {
life = life - (30 * _global.pussy);
}
i++;
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 761 MovieClip "spybo" in Frame 18
onClipEvent (load) {
if (this._name != "spybo") {
this._x = 50;
this._y = -20;
xtime = 20;
xwait = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "spybo") {
if (_global.active > 0) {
if (this._x < 400) {
this._x = this._x + 2;
this._y = this._y + 1;
}
if (this._x == 400) {
xwait = 1;
}
if (xwait > 0) {
xtime--;
}
if (xtime < 0) {
this._x++;
this._x++;
this._x++;
this._x++;
this._x++;
this._x++;
this._x++;
this._x++;
this._x++;
}
if (this._x > 650) {
duplicateMovieClip (_root.spyboss, "spyboss" + _global.NN, _global.NN);
_global.NN++;
removeMovieClip(this);
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
i++;
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 480 MovieClip "bossshotred" in Frame 18
onClipEvent (load) {
if (this._name != "bossshotred") {
xspeed = 20;
yspeed = random(11) - 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "bossshotred") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (4000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
this._y = this._y - yspeed;
if (this._x < -100) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 277 MovieClip "boltred" in Frame 18
onClipEvent (load) {
if (this._name != "boltred") {
this._x = random(600);
life = 50;
xspeed = random(20) - 10;
dir = 1;
xref = this._x;
this._alpha = 0;
hurt = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "boltred") {
if (_global.active > 0) {
this.play();
this._x = this._x + (xspeed * dir);
if (this._x < (xref - 10)) {
dir = dir * -1;
}
if (this._x > (xref + 10)) {
dir = dir * -1;
}
if (this._alpha > 90) {
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (4000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
}
if (hurt < 100) {
hurt++;
hurt++;
hurt++;
hurt++;
this._alpha = hurt;
}
if (hurt == 100) {
life--;
if (life < 25) {
this._alpha = life * 4;
}
if (life < 0) {
removeMovieClip(this);
}
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 763 MovieClip "spybossdeath" in Frame 18
onClipEvent (load) {
this.stop();
if (this._name != "spybossdeath") {
xspeed = 1;
yspeed = 0.5;
_global.score = _global.score + ((random(451) + (random(101) / 100)) + 2810);
entertime = 100;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(382);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "spybossdeath") {
if (_global.active > 0) {
this.play();
entertime--;
if (entertime == 0) {
duplicateMovieClip (_root.ending, "ending" + _global.NN, _global.NN);
_root["ending" + _global.NN]._x = 300;
_root["ending" + _global.NN]._y = 100;
_global.NN++;
}
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (entertime == -135) {
duplicateMovieClip (_root.leave, "leave" + _global.NN, _global.NN);
_root["leave" + _global.NN]._x = 300;
_root["leave" + _global.NN]._y = 200;
_global.NN++;
_global.active = 0;
Mouse.show();
}
if (this._y > 900) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 761 MovieClip "spybotwo" in Frame 18
onClipEvent (load) {
if (this._name != "spybotwo") {
xspeed = 1;
yspeed = -5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "spybotwo") {
if (_global.active > 0) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
i++;
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 770 MovieClip "gogflamer" in Frame 18
onClipEvent (load) {
if (this._name != "gogflamer") {
jump = 4;
dir = 1;
life = 2000;
this._x = 600;
this._y = random(250) + 80;
xdir = 1;
ydir = -1;
idle = random(30) + 30;
xspeed = random(10) + 12;
yspeed = random(10) + 12;
enterspeed = 22;
entertime = random(10) + 10;
shotwait = random(10) + 10;
burst = random(51) + 100;
looking = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogflamer") {
if (_global.active > 0) {
if (entertime > 0) {
entertime--;
this._x = this._x - enterspeed;
enterspeed = enterspeed - 0.5;
}
if (entertime < 1) {
if (_root.guy._x < this._x) {
looking = 0;
this.gotoAndStop(1);
}
if (_root.guy._x > this._x) {
looking = 1;
this.gotoAndStop(2);
}
burst--;
if (burst > 0) {
shotwait--;
if (shotwait < 0) {
if (looking == 0) {
duplicateMovieClip (_root.gogfire, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = this._x - 33;
_root["gogshot" + _global.NN]._y = this._y + 3;
_global.NN++;
duplicateMovieClip (_root.gogfire, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = this._x - 33;
_root["gogshot" + _global.NN]._y = this._y + 4;
_global.NN++;
}
if (looking == 1) {
duplicateMovieClip (_root.gogfireR, "gogshotR" + _global.NN, _global.NN);
_root["gogshotR" + _global.NN]._x = this._x + 33;
_root["gogshotR" + _global.NN]._y = this._y - 3;
_global.NN++;
duplicateMovieClip (_root.gogfireR, "gogshotR" + _global.NN, _global.NN);
_root["gogshotR" + _global.NN]._x = this._x + 33;
_root["gogshotR" + _global.NN]._y = this._y - 4;
_global.NN++;
}
shotwait = random(2) + 2;
}
}
if (burst < -100) {
burst = random(51) + 100;
}
if (idle > 0) {
idle--;
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
}
if (idle < 1) {
idle--;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (xspeed * ydir);
xspeed = xspeed - 0.3;
yspeed = yspeed - 0.3;
}
if (idle < -35) {
idle = random(30) + 30;
xspeed = random(10) + 9;
yspeed = random(10) + 9;
}
if (this._x < 100) {
xdir = xdir * -1;
this._x = 100;
}
if (this._x > 570) {
xdir = xdir * -1;
this._x = 570;
}
if (this._y < 50) {
ydir = ydir * -1;
this._y = 50;
}
if (this._y > 340) {
ydir = ydir * -1;
this._y = 340;
}
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (250 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
i++;
}
if (life < 0) {
spawn = random(301);
if ((spawn > 174) and (spawn < 186)) {
duplicateMovieClip (_root.ammo, "ammo" + _global.NN, _global.NN);
_root["ammo" + _global.NN]._x = this._x;
_root["ammo" + _global.NN]._y = this._y;
_global.NN++;
}
if ((spawn > 189) and (spawn < 195)) {
duplicateMovieClip (_root.heal, "heal" + _global.NN, _global.NN);
_root["heal" + _global.NN]._x = this._x;
_root["heal" + _global.NN]._y = this._y;
_global.NN++;
}
if (spawn > 269) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
}
duplicateMovieClip (_root.gogcannondeathB, "gogrifledeath" + _global.NN, _global.NN);
_root["gogrifledeath" + _global.NN]._x = this._x;
_root["gogrifledeath" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.digboom, "gogrifledeath" + _global.NN, _global.NN);
_root["gogrifledeath" + _global.NN]._x = this._x;
_root["gogrifledeath" + _global.NN]._y = this._y;
_global.NN++;
_root.guy.leveltime++;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(581);
_global.NN++;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 798 MovieClip "mermess" in Frame 18
onClipEvent (load) {
if (this._name != "mermess") {
lifetop = 18000 / _global.rebirth;
life = lifetop;
this._x = 800;
this._y = 600;
enterspeed = 3;
entertime = 110;
xspeed = 1;
yspeed = 5;
xdir = 1;
ydir = 1;
titsize = this.titbeam._width;
this.titbeam._width = 0;
sexwait = 100;
sextime = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "mermess") {
if (_global.active > 0) {
this.play();
_root.BossBarB._height = 360;
_root.BossBar._height = (life / lifetop) * 350;
this.titbeam._alpha = (this.titbeam._width / titsize) * 72;
entertime--;
if (entertime > 0) {
this._x = this._x - enterspeed;
this._y = this._y - enterspeed;
}
if (entertime < 1) {
sexwait--;
if (sexwait == 0) {
sextime = random(100) + 250;
this.titbeam.gotoAndPlay(1);
sexwait = random(80) + 380;
}
sextime--;
if (sextime > 0) {
if (this.titbeam._width < titsize) {
this.titbeam._width = this.titbeam._width + 22;
}
}
if (sextime < 0) {
if (this.titbeam._width > 0) {
this.titbeam._width = this.titbeam._width - 22;
}
if (this.titbeam._width < 25) {
this.titbeam._width = 0;
}
}
this._x = this._x - (xspeed * xdir);
this._y = this._y - (yspeed * ydir);
if (this._x < 400) {
this._x = 400;
xdir = xdir * -1;
}
if (this._x > 550) {
this._x = 550;
xdir = xdir * -1;
}
if (this._y > 350) {
this._y = 350;
ydir = ydir * -1;
}
if (this._y < 200) {
this._y = 200;
ydir = ydir * -1;
}
}
if (this.titbeam._alpha > 70) {
if (this.titbeam.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
_root.guy.life = _root.guy.life - (8000 / _global.defence);
}
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
_root.guy.life = _root.guy.life - (600 / _global.defence);
}
if (this.tit.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (5 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (20 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.tit.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - 50;
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.tit.hitTest(_root["bolt" + i])) {
life = life - (10 * _global.pussy);
}
if (this.tit.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - 50;
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.tit.hitTest(_root["explo" + i])) {
life = life - (10 * _global.pussy);
}
i++;
}
if (life < 0) {
duplicateMovieClip (_root.mermessdeath, "shipdeath" + _global.NN, _global.NN);
_root["shipdeath" + _global.NN]._x = this._x;
_root["shipdeath" + _global.NN]._y = this._y;
_global.NN++;
_root.BossBarB._height = 0;
_root.BossBar._height = 0;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 870 MovieClip "clown" in Frame 18
onClipEvent (load) {
if (this._name != "clown") {
lifetop = 30000 / _global.rebirth;
life = lifetop;
this._x = 600 + (this._width / 2);
this._y = 400 + (this._height / 2);
enterspeed = 2;
entertime = 180;
xspeed = 2;
yspeed = 5;
xdir = 1;
ydir = 1;
shotwait = random(50) + 50;
dripwait = 3;
burstwait = random(100) + 100;
bursttime = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "clown") {
if (_global.active > 0) {
this.play();
_root.BossBarB._height = 360;
_root.BossBar._height = (life / lifetop) * 350;
entertime--;
if (entertime > 0) {
this._x = this._x - enterspeed;
this._y = this._y - enterspeed;
}
if (entertime == 0) {
duplicateMovieClip (_root.noze, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = this._x - 150;
_root["gogshot" + _global.NN]._y = this._y + 50;
_global.NN++;
this.innernoze.gotoAndPlay(3);
}
dripwait--;
if (dripwait < 0) {
duplicateMovieClip (_root.dripshot, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = (this._x - 60) + random(6);
_root["gogshot" + _global.NN]._y = this._y + 150;
_global.NN++;
dripwait = 8;
}
if (entertime < 1) {
burstwait--;
if (burstwait < 0) {
burstwait = random(100) + 100;
bursttime = 50;
}
if (bursttime > 0) {
bursttime--;
if (shotwait < 0) {
duplicateMovieClip (_root.maggyshot, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = this._x - 60;
_root["gogshot" + _global.NN]._y = this._y + 150;
_global.NN++;
duplicateMovieClip (_root.maggyshot, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = this._x - 60;
_root["gogshot" + _global.NN]._y = this._y + 150;
_global.NN++;
shotwait = random(10) + 10;
}
}
shotwait--;
this._x = this._x - (xspeed * xdir);
this._y = this._y - (yspeed * ydir);
if (this._x < 300) {
this._x = 300;
xdir = xdir * -1;
}
if (this._x > 500) {
this._x = 500;
xdir = xdir * -1;
}
if (this._y > 250) {
this._y = 250;
ydir = ydir * -1;
}
if (this._y < 100) {
this._y = 100;
ydir = ydir * -1;
}
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
_root.guy.life = _root.guy.life - (600 / _global.defence);
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (20 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 8);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (10 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 8);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (30 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (10 * _global.pussy);
}
i++;
}
if (life < 0) {
duplicateMovieClip (_root.clowndeath, "shipdeath" + _global.NN, _global.NN);
_root["shipdeath" + _global.NN]._x = this._x;
_root["shipdeath" + _global.NN]._y = this._y;
_global.NN++;
_root.BossBarB._height = 0;
_root.BossBar._height = 0;
spawn = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 872 MovieClip "noze" in Frame 18
onClipEvent (load) {
if (this._name != "noze") {
xspeed = 7;
yspeed = 7;
ydir = 1;
xdir = 1;
grow = random(40) + 20;
life = 1800;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "noze") {
if (_global.active > 0) {
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
_root.guy.life = _root.guy.life - (3000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
this.play();
life = life - 0.5;
if (grow > 0) {
this._width++;
this._height++;
grow--;
}
this._x = this._x - (xspeed * xdir);
this._y = this._y - (xspeed * ydir);
if (this._x < 0) {
this._x = 0;
xdir = xdir * -1;
}
if (this._y < 0) {
this._y = 0;
ydir = ydir * -1;
}
if (this._x > 600) {
this._x = 600;
xdir = xdir * -1;
}
if (this._y > 400) {
this._y = 400;
ydir = ydir * -1;
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (30 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (50 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (20 * _global.pussy);
}
i++;
}
}
if (life < 300) {
this._alpha = life / 3;
}
if (life < 0) {
removeMovieClip(this);
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 674 MovieClip "dripshot" in Frame 18
onClipEvent (load) {
if (this._name != "dripshot") {
yspeed = random(3) + 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "dripshot") {
if (_global.active > 0) {
this.play();
if (_global.end > 0) {
removeMovieClip(this);
}
yspeed++;
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (5000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
this._y = this._y + yspeed;
if (this._y > 600) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 873 MovieClip "clowndeath" in Frame 18
onClipEvent (load) {
this.stop();
if (this._name != "clowndeath") {
xspeed = 1;
yspeed = 0.5;
_global.score = _global.score + ((random(451) + (random(101) / 100)) + 2810);
entertime = 100;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(382);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "clowndeath") {
if (_global.active > 0) {
this.play();
entertime--;
if (entertime == 0) {
if (_global.rebirth == 1) {
duplicateMovieClip (_root.ending, "ending" + _global.NN, _global.NN);
_root["ending" + _global.NN]._x = 300;
_root["ending" + _global.NN]._y = 100;
_global.NN++;
}
if (_global.rebirth == 2) {
duplicateMovieClip (_root.fadeout, "fadeout" + _global.NN, _global.NN);
_root["ending" + _global.NN]._x = 300;
_root["ending" + _global.NN]._y = 200;
_global.NN++;
}
}
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (entertime == -135) {
if (_global.rebirth == 1) {
duplicateMovieClip (_root.leave, "leave" + _global.NN, _global.NN);
_root["leave" + _global.NN]._x = 300;
_root["leave" + _global.NN]._y = 200;
_global.NN++;
_global.active = 0;
Mouse.show();
}
if (_global.rebirth == 2) {
_root.guy.leveltime++;
}
}
if (this._y > 900) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 875 MovieClip "mermessdeath" in Frame 18
onClipEvent (load) {
this.stop();
if (this._name != "mermessdeath") {
xspeed = 1;
yspeed = 0.5;
_global.score = _global.score + ((random(451) + (random(101) / 100)) + 2810);
entertime = 100;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(382);
_global.NN++;
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(610);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "mermessdeath") {
if (_global.active > 0) {
this.play();
entertime--;
if (entertime == 0) {
duplicateMovieClip (_root.ending, "ending" + _global.NN, _global.NN);
_root["ending" + _global.NN]._x = 300;
_root["ending" + _global.NN]._y = 100;
_global.NN++;
}
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (entertime == -135) {
duplicateMovieClip (_root.leave, "leave" + _global.NN, _global.NN);
_root["leave" + _global.NN]._x = 300;
_root["leave" + _global.NN]._y = 200;
_global.NN++;
_global.active = 0;
Mouse.show();
}
if (this._y > 900) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 713 MovieClip "digboom" in Frame 18
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 876 MovieClip "gogfire" in Frame 18
onClipEvent (load) {
if (this._name != "gogfire") {
xspeed = random(3) + 10;
yspeed = random(11) - 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogfire") {
if (_global.active > 0) {
this.play();
yspeed--;
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (7000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
this._y = this._y - yspeed;
if (this._x < -200) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 876 MovieClip "gogfireR" in Frame 18
onClipEvent (load) {
if (this._name != "gogfireR") {
xspeed = (random(3) + 10) * -1;
yspeed = random(11) - 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "gogfireR") {
if (_global.active > 0) {
this.play();
yspeed--;
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (7000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
this._y = this._y - yspeed;
if (this._x > 700) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 277 MovieClip "boltgreen" in Frame 18
onClipEvent (load) {
if (this._name != "boltgreen") {
this._x = random(600);
life = 50;
xspeed = random(20) - 10;
dir = 1;
xref = this._x;
this._alpha = 0;
hurt = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "boltgreen") {
if (_global.active > 0) {
this.play();
this._x = this._x + (xspeed * dir);
if (this._x < (xref - 10)) {
dir = dir * -1;
}
if (this._x > (xref + 10)) {
dir = dir * -1;
}
if (this._alpha > 90) {
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (4000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
}
if (hurt < 100) {
hurt++;
hurt++;
hurt++;
hurt++;
this._alpha = hurt;
}
if (hurt == 100) {
life--;
if (life < 25) {
this._alpha = life * 4;
}
if (life < 0) {
removeMovieClip(this);
}
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 890 MovieClip "chesser" in Frame 18
onClipEvent (load) {
if (this._name != "chesser") {
this._x = 300;
this._y = 200;
lifetop = 40000;
life = lifetop;
topsize = this._width;
this._width = 0;
attack = 1;
zapwait = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "chesser") {
if (_global.active > 0) {
_root.BossBarB._height = 360;
_root.BossBar._height = (life / lifetop) * 350;
if (attack > 0) {
if (attack == 1) {
grow = 1;
shottime = 10;
}
if (attack == 2) {
grow = 1;
shottime = 10;
}
if (attack == 3) {
grow = 1;
shottime = 5;
}
if (attack == 4) {
grow = 1;
jeweltime = 80;
jewelmake = 0;
this._x = random(400) + 100;
this._y = random(200) + 100;
}
if (attack == 5) {
grow = 1;
zaptime = 80;
this._x = random(400) + 100;
this._y = random(200) + 100;
}
if (attack > 5) {
grow = 1;
firetime = 80;
this._x = random(400) + 100;
this._y = random(200) + 100;
}
attack = 0;
}
if (jeweltime > 0) {
this.gotoAndStop(1);
if (grow == 1) {
if (this._width < topsize) {
this._width = this._width + 16;
}
if (this._width > (topsize - 1)) {
this._width = topsize;
if (jewelmake < 1) {
duplicateMovieClip (_root.jewel, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.jewel, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.jewel, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.jewel, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.jewel, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.jewel, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.jewel, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.jewel, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.jewel, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.jewel, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
jewelmake++;
}
jeweltime--;
}
if (jeweltime == 1) {
grow = -1;
}
}
if (grow == -1) {
if (this._width > 0) {
this._width = this._width - 16;
}
if (this._width < 1) {
this._width = 0;
jeweltime = 0;
this._x = random(500) + 50;
this._y = random(300) + 50;
attack = random(6) + 1;
}
}
}
if (firetime > 0) {
this.gotoAndStop(2);
if (grow == 1) {
if (this._width < topsize) {
this._width = this._width + 16;
}
if (this._width > (topsize - 1)) {
this._width = topsize;
duplicateMovieClip (_root.gogfire, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.gogfireR, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x + 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
firetime--;
}
if (firetime == 1) {
grow = -1;
}
}
if (grow == -1) {
if (this._width > 0) {
this._width = this._width - 16;
}
if (this._width < 1) {
this._width = 0;
firetime = 0;
this._x = random(500) + 50;
this._y = random(300) + 50;
attack = random(6) + 1;
}
}
}
if (zaptime > 0) {
this.gotoAndStop(1);
if (grow == 1) {
if (this._width < topsize) {
this._width = this._width + 16;
}
if (this._width > (topsize - 1)) {
this._width = topsize;
zapwait--;
if (zapwait < 0) {
duplicateMovieClip (_root.boltred, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 80;
_root["turtshot" + _global.NN]._y = this._y;
_global.NN++;
zapwait = 5;
}
zaptime--;
}
if (zaptime == 1) {
grow = -1;
}
}
if (grow == -1) {
if (this._width > 0) {
this._width = this._width - 16;
}
if (this._width < 1) {
this._width = 0;
zaptime = 0;
this._x = random(500) + 50;
this._y = random(300) + 50;
attack = random(6) + 1;
}
}
}
if (shottime > 0) {
if (shottime == 1) {
shottime = 0;
attack = random(6) + 1;
this._width = 0;
grow = 1;
this._x = random(500) + 50;
this._y = random(300) + 50;
}
this.gotoAndStop(3);
if (grow == 1) {
if (this._width < topsize) {
this._width = this._width + 16;
}
if (this._width > (topsize - 1)) {
this._width = topsize;
duplicateMovieClip (_root.chessshot, "turtshot" + _global.NN, _global.NN);
_root["turtshot" + _global.NN]._x = this._x - 5;
_root["turtshot" + _global.NN]._y = this._y + 15;
_global.NN++;
grow = -1;
}
}
if (grow == -1) {
if (this._width > 0) {
this._width = this._width - 16;
}
if (this._width < 1) {
this._width = 0;
grow = 1;
shottime--;
this._x = random(500) + 50;
this._y = random(300) + 50;
}
}
}
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
_root.guy.life = _root.guy.life - (100 / _global.defence);
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (10 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (40 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (15 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (30 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (10 * _global.pussy);
}
i++;
}
if (life < 0) {
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x + 25;
_root["bluebug" + _global.NN]._y = this._y + 25;
_global.NN++;
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x - 25;
_root["bluebug" + _global.NN]._y = this._y + 25;
_global.NN++;
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x + 25;
_root["bluebug" + _global.NN]._y = this._y - 25;
_global.NN++;
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x - 25;
_root["bluebug" + _global.NN]._y = this._y - 25;
_global.NN++;
duplicateMovieClip (_root.bluebug, "bluebug" + _global.NN, _global.NN);
_root["bluebug" + _global.NN]._x = this._x;
_root["bluebug" + _global.NN]._y = this._y;
_global.NN++;
if (_global.bugnumber < 7) {
duplicateMovieClip (_root.bugmake, "bluebug" + _global.NN, _global.NN);
_global.NN++;
}
duplicateMovieClip (_root.talkB, "turtdeath" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.chesserdeath, "turtdeath" + _global.NN, _global.NN);
_root["turtdeath" + _global.NN]._x = this._x;
_root["turtdeath" + _global.NN]._y = this._y;
_global.NN++;
_root.BossBarB._height = 0;
_root.BossBar._height = 0;
removeMovieClip(this);
}
}
if (_global.active < 1) {
if (this._currentframe > 1) {
this.stop();
}
}
}
}
Instance of Symbol 894 MovieClip "jewel" in Frame 18
onClipEvent (load) {
if (this._name != "jewel") {
this.gotoAndPlay(random(20) + 1);
spintime = 40;
this._alpha = 0;
this._x = random(500) + 50;
this._y = random(300) + 50;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "jewel") {
if (_global.active < 1) {
this.stop();
}
if (_global.active > 0) {
if (this._x < -50) {
removeMovieClip(this);
}
if (this._y < -50) {
removeMovieClip(this);
}
if (this._x > 650) {
removeMovieClip(this);
}
if (this._y > 450) {
removeMovieClip(this);
}
if (this._alpha > 95) {
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
_root.guy.life = _root.guy.life - (18000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
}
if (spintime > 0) {
this.play();
}
spintime--;
this._alpha = this._alpha + 3;
if (spintime == 0) {
this.stop();
}
if (spintime == -15) {
this.innerjewel.gotoAndPlay(2);
}
if (spintime < -39) {
removeMovieClip(this);
}
}
}
}
Instance of Symbol 610 MovieClip "chessshot" in Frame 18
onClipEvent (load) {
if (this._name != "chessshot") {
yspeed = ((random(13) - 6) + 1) * 1.2;
xspeed = ((random(13) - 6) + 1) * 1.2;
fuse = random(15) + 17;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "chessshot") {
if (_global.active > 0) {
this._y = this._y + yspeed;
this._x = this._x + yspeed;
fuse--;
if (fuse < 0) {
duplicateMovieClip (_root.chessshotA, "chessshotA" + _global.NN, _global.NN);
_root["chessshotA" + _global.NN]._x = this._x;
_root["chessshotA" + _global.NN]._y = this._y;
_root["chessshotA" + _global.NN].movetype = 1;
_global.NN++;
duplicateMovieClip (_root.chessshotA, "chessshotA" + _global.NN, _global.NN);
_root["chessshotA" + _global.NN]._x = this._x;
_root["chessshotA" + _global.NN]._y = this._y;
_root["chessshotA" + _global.NN].movetype = 2;
_global.NN++;
duplicateMovieClip (_root.chessshotA, "chessshotA" + _global.NN, _global.NN);
_root["chessshotA" + _global.NN]._x = this._x;
_root["chessshotA" + _global.NN]._y = this._y;
_root["chessshotA" + _global.NN].movetype = 3;
_global.NN++;
duplicateMovieClip (_root.chessshotA, "chessshotA" + _global.NN, _global.NN);
_root["chessshotA" + _global.NN]._x = this._x;
_root["chessshotA" + _global.NN]._y = this._y;
_root["chessshotA" + _global.NN].movetype = 4;
_global.NN++;
duplicateMovieClip (_root.chessshotA, "chessshotA" + _global.NN, _global.NN);
_root["chessshotA" + _global.NN]._x = this._x;
_root["chessshotA" + _global.NN]._y = this._y;
_root["chessshotA" + _global.NN].movetype = 5;
_global.NN++;
duplicateMovieClip (_root.chessshotA, "chessshotA" + _global.NN, _global.NN);
_root["chessshotA" + _global.NN]._x = this._x;
_root["chessshotA" + _global.NN]._y = this._y;
_root["chessshotA" + _global.NN].movetype = 6;
_global.NN++;
duplicateMovieClip (_root.chessshotA, "chessshotA" + _global.NN, _global.NN);
_root["chessshotA" + _global.NN]._x = this._x;
_root["chessshotA" + _global.NN]._y = this._y;
_root["chessshotA" + _global.NN].movetype = 7;
_global.NN++;
duplicateMovieClip (_root.chessshotA, "chessshotA" + _global.NN, _global.NN);
_root["chessshotA" + _global.NN]._x = this._x;
_root["chessshotA" + _global.NN]._y = this._y;
_root["chessshotA" + _global.NN].movetype = 8;
_global.NN++;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 610 MovieClip "chessshotA" in Frame 18
onClipEvent (load) {
fast = 12;
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "chessshotA") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (8000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (movetype == 1) {
xspeed = 0;
yspeed = -1 * fast;
}
if (movetype == 2) {
xspeed = fast;
yspeed = -1 * fast;
}
if (movetype == 3) {
xspeed = fast;
yspeed = 0;
}
if (movetype == 4) {
xspeed = fast;
yspeed = fast;
}
if (movetype == 5) {
xspeed = 0;
yspeed = fast;
}
if (movetype == 6) {
xspeed = -1 * fast;
yspeed = fast;
}
if (movetype == 7) {
xspeed = -1 * fast;
yspeed = 0;
}
if (movetype == 8) {
xspeed = -1 * fast;
yspeed = -1 * fast;
}
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (this._x < -200) {
removeMovieClip(this);
}
if (this._y < -200) {
removeMovieClip(this);
}
if (this._x > 800) {
removeMovieClip(this);
}
if (this._y > 500) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 905 MovieClip "talkA" in Frame 18
onClipEvent (load) {
if (this._name != "talkA") {
this._x = 300;
this._y = 330;
chatwait = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "talkA") {
if (_global.active > 0) {
chatwait++;
if (chatwait == 200) {
this.gotoAndStop(2);
}
if (chatwait == 370) {
this.gotoAndStop(3);
}
if (chatwait == 540) {
removeMovieClip(this);
_root.guy.leveltime = 100;
}
}
}
}
Instance of Symbol 909 MovieClip "chesserdeath" in Frame 18
onClipEvent (load) {
if (this._name != "chesserdeath") {
_global.score = _global.score + ((random(451) + (random(101) / 100)) + 2810);
duplicateMovieClip (_root.soundbox, "soundbox" + _global.NN, _global.NN);
_root["soundbox" + _global.NN].gotoAndPlay(187);
_global.NN++;
}
}
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 914 MovieClip "talkB" in Frame 18
onClipEvent (load) {
if (this._name != "talkB") {
this._x = 300;
this._y = 330;
chatwait = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "talkB") {
if (_global.active > 0) {
chatwait++;
if (chatwait == 200) {
this.gotoAndStop(2);
}
if (chatwait == 350) {
this.gotoAndStop(3);
}
if (chatwait == 500) {
duplicateMovieClip (_root.spybotfinal, "chesser" + _global.NN, _global.NN);
_global.NN++;
this.gotoAndStop(3);
}
if (chatwait == 600) {
removeMovieClip(this);
duplicateMovieClip (_root.girlscroll, "chesser" + _global.NN, _global.NN);
_global.NN++;
}
}
}
}
Instance of Symbol 918 MovieClip "girlscroll" in Frame 18
onClipEvent (load) {
if (this._name != "girlscroll") {
this._x = 0;
this._y = 0;
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (this._name != "girlscroll") {
if (_global.active > 0) {
this._y--;
if (this._y > -350) {
this._alpha++;
}
if (this._y == -200) {
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (this._y < -350) {
this._alpha = this._alpha - 3;
}
if (this._y < -400) {
removeMovieClip(this);
duplicateMovieClip (_root.talkC, "chesser" + _global.NN, _global.NN);
_global.NN++;
}
}
}
}
Instance of Symbol 923 MovieClip "talkC" in Frame 18
onClipEvent (load) {
if (this._name != "talkC") {
this._x = 300;
this._y = 330;
chatwait = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "talkC") {
if (_global.active > 0) {
chatwait++;
if (chatwait == 200) {
this.gotoAndStop(2);
}
if (chatwait == 420) {
this.gotoAndStop(3);
}
if (chatwait == 620) {
removeMovieClip(this);
duplicateMovieClip (_root.girl, "girl" + _global.NN, _global.NN);
_global.NN++;
}
}
}
}
Instance of Symbol 761 MovieClip "spybotfinal" in Frame 18
onClipEvent (load) {
if (this._name != "spybotfinal") {
this._x = 300;
this._y = -50;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "spybotfinal") {
if (_global.active > 0) {
if (this._y < 200) {
this._y++;
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (50 * _global.pussy);
}
i++;
}
}
}
}
Instance of Symbol 480 MovieClip "bossshotgreen" in Frame 18
onClipEvent (load) {
if (this._name != "bossshotgreen") {
xspeed = 20;
yspeed = random(11) - 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "bossshotgreen") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (1000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
xspeed++;
this._x = this._x - xspeed;
this._y = this._y - yspeed;
if (this._x < -100) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 480 MovieClip "bossshotgreenR" in Frame 18
onClipEvent (load) {
if (this._name != "bossshotgreenR") {
xspeed = 20;
yspeed = random(11) - 5;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "bossshotgreenR") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (1000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
xspeed++;
this._x = this._x + xspeed;
this._y = this._y - yspeed;
if (this._x < -100) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 939 MovieClip "titlescreen" in Frame 18
onClipEvent (load) {
this._x = 0;
this._y = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(_global.NN + 5000);
if (_global.bossbeat == 1) {
this._x = 800;
this._y = 800;
}
this.A = _global.Astats * 10;
this.D = _global.Dstats * 10;
if (_global.spell < 1) {
this.S = "Crimson Spin!";
}
if (_global.spell > 0.9) {
this.S = "Plasma Beam!";
}
}
Instance of Symbol 949 MovieClip "bugscreen" in Frame 18
onClipEvent (load) {
this._x = 800;
this._y = 800;
}
onClipEvent (enterFrame) {
this.swapDepths(_global.NN + 5500);
if (_global.end > 0) {
if (_global.bugchange < 1) {
this._x = 900;
_root.titlescreen._x = 0;
}
}
}
Instance of Symbol 951 MovieClip "madrock" in Frame 18
onClipEvent (load) {
if (this._name != "madrock") {
xspeed = 0;
yspeed = 14;
this._y = -400;
this._x = random(600) + 1;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "madrock") {
if (_global.active > 0) {
if (this._x < -1000) {
removeMovieClip(this);
}
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (1000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
}
this.play();
if (this._y > 400) {
this._y = 400;
xspeed = 2;
}
this._x = this._x - xspeed;
this._y = this._y + yspeed;
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 973 MovieClip "girl" in Frame 18
onClipEvent (load) {
if (this._name != "girl") {
dash = 50;
jump = 4;
dir = 1;
lifetop = 30000;
life = lifetop;
this._x = 650;
this._y = 300;
xdir = 1;
ydir = -1;
xspeed = 6;
yspeed = 4;
enterspeed = random(7) + 4;
looking = 0;
idle = 0;
dashtime = dash;
shotwait = 0;
shottime = 100;
special = 0;
specialwait = random(300) + 450;
zaptime = 0;
zapwait = 0;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "girl") {
if (_global.active > 0) {
specialwait--;
if (specialwait < 0) {
special = random(4) + 1;
specialwait = random(300) + 450;
}
if (special == 1) {
duplicateMovieClip (_root.madrock, "splat" + _global.NN, _global.NN);
_global.NN++;
special = 0;
}
if (special == 2) {
_root.design.rocktime = 150;
_root.design.rockwait = 0;
special = 0;
}
if (special == 3) {
zaptime = 100;
special = 0;
}
if (special == 4) {
_root.design.rocktime = 150;
_root.design.rockwait = 0;
special = 0;
}
zapwait--;
zaptime--;
if (zaptime > 0) {
if (zapwait < 0) {
duplicateMovieClip (_root.boltgreen, "splat" + _global.NN, _global.NN);
_global.NN++;
zapwait = 8;
}
}
if (shottime > 0) {
if (shotwait < 0) {
if (looking == 0) {
duplicateMovieClip (_root.bossshotgreen, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - 45;
_root["splat" + _global.NN]._y = this._y - 20;
_global.NN++;
}
if (looking == 1) {
duplicateMovieClip (_root.bossshotgreenR, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x + 45;
_root["splat" + _global.NN]._y = this._y - 20;
_global.NN++;
}
shotwait = 6;
}
}
shottime--;
if (shottime < 1) {
shottime = 100;
}
shotwait--;
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
idle--;
if (idle < 0) {
this._x = this._x + (xspeed * xdir);
this._y = this._y + (xspeed * ydir);
if (idle > (-1 * (dashtime * 0.5))) {
xspeed = xspeed - 0.1;
yspeed = yspeed - 0.1;
}
if (idle < (-1 * (dashtime * 0.5))) {
xspeed = xspeed + 0.1;
yspeed = yspeed + 0.1;
}
}
if (idle < (-1 * dashtime)) {
idle = random(80) + 80;
xspeed = random(5) + 5;
yspeed = random(5) + 5;
dashtime = dash;
}
if (enterspeed > 0) {
this._x = this._x - enterspeed;
enterspeed = enterspeed - 0.1;
}
if (_root.guy._x < this._x) {
looking = 0;
this.gotoAndStop(1);
}
if (_root.guy._x > this._x) {
looking = 1;
this.gotoAndStop(2);
}
if (this._x > 580) {
this._x = 580;
xdir = xdir * -1;
}
if (this._x < 20) {
this._x = 20;
xdir = xdir * -1;
}
if (this._y > 380) {
this._y = 380;
ydir = ydir * -1;
}
if (this._y < 20) {
this._y = 20;
ydir = ydir * -1;
}
this._y = this._y - jump;
jump = jump - (0.5 * dir);
if (jump < -4) {
dir = dir * -1;
}
if (jump > 4) {
dir = dir * -1;
}
this._x = this._x + (xspeed * xdir);
this._y = this._y + (xspeed * ydir);
if (this.hitTest(_root.guyhit._x, _root.guyhit._y, true)) {
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
_root.guy.life = _root.guy.life - (100 / _global.defence);
}
if (this.hitTest(_root.guy)) {
if (_root.guy._currentFrame == 8) {
life = life - (10 * _global.pussy);
}
if (_root.guy._currentFrame == 11) {
life = life - (40 * _global.pussy);
}
if (_root.guy._currentFrame == 9) {
life = life - (100 * _global.pussy);
}
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["shot" + i]._y;
_global.NN++;
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (15 * _global.pussy);
}
if (this.hitTest(_root["bugshot" + i])) {
duplicateMovieClip (_root.splat, "splat" + _global.NN, _global.NN);
_root["splat" + _global.NN]._x = this._x - (this._width / 4);
_root["splat" + _global.NN]._y = _root["bugshot" + i]._y;
_global.NN++;
removeMovieClip(_root["bugshot" + i]);
life = life - (30 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (10 * _global.pussy);
}
i++;
}
if (life < 0) {
duplicateMovieClip (_root.girldeath, "BlobMouthdeath" + _global.NN, _global.NN);
_root["BlobMouthdeath" + _global.NN]._x = this._x;
_root["BlobMouthdeath" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.Gorildeath, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x - 15;
_root["Gorildeath" + _global.NN]._y = this._y;
_global.NN++;
duplicateMovieClip (_root.Gorildeath, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x + 15;
_root["Gorildeath" + _global.NN]._y = this._y - 10;
_global.NN++;
duplicateMovieClip (_root.Gorildeath, "Gorildeath" + _global.NN, _global.NN);
_root["Gorildeath" + _global.NN]._x = this._x;
_root["Gorildeath" + _global.NN]._y = this._y + 15;
_global.NN++;
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 975 MovieClip "girldeath" in Frame 18
onClipEvent (enterFrame) {
if (this._name == "girldeath") {
this.gotoAndStop(1);
}
if (this._name != "girldeath") {
_root.musicbox.gotoAndStop(1);
this.swapDepths(_global.NN + 880000);
}
}
Instance of Symbol 977 MovieClip "progbar" in Frame 18
onClipEvent (enterFrame) {
this._width = _global.levellength;
this.swapDepths(_global.NN + 881);
}
Instance of Symbol 979 MovieClip in Frame 18
onClipEvent (enterFrame) {
this._x = _root.progbar._x + _root.progbar._width;
this._y = _root.progbar._y;
this.swapDepths(_global.NN + 898);
}
Instance of Symbol 981 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.guy.leveltime < _global.bosstime) {
this._x = _root.progbar._x + ((_root.guy.leveltime / _global.bosstime) * _global.levellength);
} else {
this._x = _root.progbar._x + _global.levellength;
}
this._y = _root.progbar._y;
this.swapDepths(_global.NN + 888);
}
Frame 19
stop();
_global.cmgdone = 0;
Instance of Symbol 1033 MovieClip in Frame 19
onClipEvent (enterFrame) {
this.swapDepths(_global.NN + 980000);
_global.active = 1;
}
Frame 20
stop();
Instance of Symbol 1079 MovieClip in Frame 20
onClipEvent (enterFrame) {
this.swapDepths(_global.NN + 990000);
_global.active = 0;
}
Symbol 12 MovieClip Frame 1
stop();
Instance of Symbol 10 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 12 MovieClip Frame 2
stop();
Instance of Symbol 25 MovieClip in Symbol 26 MovieClip Frame 1
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 28 Button
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 44 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 1
gotoAndPlay (2);
Instance of Symbol 32 MovieClip in Symbol 45 MovieClip Frame 1
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Instance of Symbol 44 MovieClip in Symbol 45 MovieClip Frame 81
onClipEvent (enterFrame) {
chance = random(90);
if (chance == 1) {
play();
}
}
Instance of Symbol 32 MovieClip in Symbol 45 MovieClip Frame 81
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 45 MovieClip Frame 95
_root.play();
Symbol 50 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.looking == 0) {
this.gotoAndStop(2);
}
if (_global.looking == 1) {
this.gotoAndStop(1);
}
}
Symbol 55 Button
on (release) {
_root.toptitle._x = 800;
_root.toptitle._y = 800;
_root.poptitle._x = 300;
_root.poptitle._y = 200;
}
Symbol 60 Button
on (release) {
getURL ("http://grawsie.wildtwilight.com/", "_blank");
}
Symbol 64 Button
on (release) {
getURL ("http://scores.crazymonkeygames.com/hs/listscores.php?id=294", "_blank");
}
Symbol 68 Button
on (press) {
_root.gotoAndStop(_root._currentframe + 1);
}
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 3
stop();
Symbol 73 MovieClip Frame 5
stop();
Instance of Symbol 87 MovieClip "bgleft" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_global.level);
}
Instance of Symbol 92 MovieClip "bgright" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_global.level);
}
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 2
stop();
Symbol 97 MovieClip Frame 1
stop();
Instance of Symbol 96 MovieClip "innershot" in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.dir == 0) {
this.gotoAndStop(2);
}
if (this.dir == 1) {
this.gotoAndStop(1);
}
}
Symbol 102 MovieClip Frame 1
Symbol 102 MovieClip Frame 2
Symbol 102 MovieClip Frame 3
Symbol 102 MovieClip Frame 4
Symbol 102 MovieClip Frame 5
Symbol 102 MovieClip Frame 6
stop();
Symbol 121 MovieClip Frame 22
removeMovieClip(this);
Symbol 121 MovieClip Frame 44
removeMovieClip(this);
Symbol 127 MovieClip Frame 71
unloadMovie (this);
Symbol 131 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 2
stop();
Symbol 131 MovieClip Frame 3
stop();
Instance of Symbol 132 MovieClip "innerbug" in Symbol 133 MovieClip Frame 1
onClipEvent (load) {
xspeed = 0.5;
yspeed = random(2) + 0.3;
xdir = 1;
ydir = 1;
bugtype = 0;
Dstat = 0;
if (this.bugtype == 0) {
this.gotoAndStop(1);
shotwait = random(30) + 20;
shots = 0;
shotpause = 0;
}
}
onClipEvent (enterFrame) {
if (this.bugtype == 0) {
_root.titlescreen.peniscock.penishold["penis" + this._parent._name].gotoAndStop(2);
}
if (this.bugtype == 1) {
_root.titlescreen.peniscock.penishold["penis" + this._parent._name].gotoAndStop(4);
}
if (this.bugtype == 2) {
_root.titlescreen.peniscock.penishold["penis" + this._parent._name].gotoAndStop(3);
}
if (alive > 0) {
if (_global.active > 0) {
this.play();
if (this.bugtype == 0) {
this.innerinnerbug.gotoAndStop(1);
shotwait--;
if (shotwait < 0) {
shots = random(2) + 3;
shotwait = random(30) + 24;
}
if (shots > 0) {
if (shotpause < 1) {
shots--;
duplicateMovieClip (_root.bugshot, "bugshot" + _global.EN, _global.EN);
_root["bugshot" + _global.EN]._x = (_root.guy._x + this._x) + 5;
_root["bugshot" + _global.EN]._y = (_root.guy._y + this._y) - 5;
_global.EN++;
shotpause = 8;
}
}
shotpause--;
}
if (this.bugtype == 1) {
this.innerinnerbug.gotoAndStop(2);
}
if (this.bugtype == 2) {
this.innerinnerbug.gotoAndStop(3);
_root.guy.life = _root.guy.life + 10;
}
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < -35) {
xdir = xdir * -1;
}
if (this._y < -20) {
ydir = ydir * -1;
}
if (this._x > -15) {
xdir = xdir * -1;
}
if (this._y > 20) {
ydir = ydir * -1;
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Symbol 140 MovieClip Frame 5
removeMovieClip(this);
Instance of Symbol 149 MovieClip in Symbol 152 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 149 MovieClip in Symbol 152 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 142 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 144 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 146 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 142 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 156 MovieClip Frame 1
Instance of Symbol 50 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.looking == 0) {
this.gotoAndStop(2);
}
if (_global.looking == 1) {
this.gotoAndStop(1);
}
}
Symbol 161 MovieClip Frame 6
_root.guy.gotoAndStop(1);
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 2
stop();
Symbol 163 MovieClip Frame 1
stop();
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.looking == 0) {
this.gotoAndStop(2);
}
if (_global.looking == 1) {
this.gotoAndStop(1);
}
}
Symbol 169 MovieClip Frame 4
if (_global.looking == 0) {
_global.looking = 1;
_root.guy.gotoAndStop(1);
}
Symbol 169 MovieClip Frame 5
if (_global.looking == 1) {
_global.looking = 0;
_root.guy.gotoAndStop(1);
}
Symbol 182 MovieClip Frame 12
duplicateMovieClip (_root.bomb, "bomb" + _global.NN, _global.NN);
_global.NN++;
_root.guy.ammoA = _root.guy.ammoA - (5000 * _global.ammosave);
_root.guy.gotoAndStop(1);
Symbol 199 MovieClip Frame 12
_global.bugnumber++;
duplicateMovieClip (_root.bug, "bug" + _global.bugnumber, _global.NN);
_global.NN++;
_root.guy.gotoAndStop(1);
Symbol 216 MovieClip Frame 12
duplicateMovieClip (_root.bugB, "bugB" + _global.NN, _global.NN);
_global.NN++;
_root.guy.ammoD = _root.guy.ammoD - (4000 * _global.ammosave);
_root.guy.gotoAndStop(1);
Symbol 219 MovieClip Frame 5
stop();
Symbol 244 MovieClip Frame 1
Symbol 244 MovieClip Frame 5
_root.guy.ammo = _root.guy.ammo - (6000 * _global.ammosave);
Symbol 244 MovieClip Frame 30
_root.guy.gotoAndStop(1);
Symbol 256 MovieClip Frame 1
this._x = 0;
this._y = 0;
gotoAndPlay((random(3) * 12) + 2);
Symbol 256 MovieClip Frame 2
this.xspeed = random(5) - 2.5;
this.yspeed = random(5) - 2.5;
Symbol 256 MovieClip Frame 13
this._x = 0;
this._y = 0;
gotoAndPlay((random(3) * 12) + 2);
Symbol 256 MovieClip Frame 14
this.xspeed = random(5) - 2.5;
this.yspeed = random(5) - 2.5;
Symbol 256 MovieClip Frame 25
this._x = 0;
this._y = 0;
gotoAndPlay((random(3) * 12) + 2);
Symbol 256 MovieClip Frame 26
this.xspeed = random(5) - 2.5;
this.yspeed = random(5) - 2.5;
Symbol 256 MovieClip Frame 39
this._x = 0;
this._y = 0;
gotoAndPlay((random(3) * 12) + 2);
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 259 MovieClip Frame 1
/* no clip actions */
Symbol 271 MovieClip Frame 9
stop();
Symbol 273 MovieClip Frame 9
stop();
Symbol 274 MovieClip Frame 81
_root.guy.ammoE = _root.guy.ammoE - (15000 * _global.ammosave);
_root.guy.gotoAndStop(1);
Symbol 278 MovieClip Frame 1
_root.guy.ammoF = _root.guy.ammoF - (30000 * _global.ammosave);
Symbol 278 MovieClip Frame 72
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
Symbol 278 MovieClip Frame 86
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
Symbol 278 MovieClip Frame 99
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
Symbol 278 MovieClip Frame 112
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
Symbol 278 MovieClip Frame 130
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
Symbol 278 MovieClip Frame 139
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
duplicateMovieClip (_root.bolt, "bolt" + _global.EN, _global.EN);
_global.EN++;
Symbol 278 MovieClip Frame 162
_root.guy.gotoAndStop(1);
Symbol 287 MovieClip Frame 11
vomit = 3;
Symbol 287 MovieClip Frame 17
vomit--;
if (_root.guy.ammo < 1) {
vomit = 0;
}
if (vomit > 0) {
_root.guy.ammo = _root.guy.ammo - (3000 * _global.ammosave);
}
if (vomit < 1) {
gotoAndPlay (36);
}
Symbol 287 MovieClip Frame 35
gotoAndPlay (17);
Symbol 287 MovieClip Frame 45
_root.guy.gotoAndStop(1);
Symbol 303 MovieClip Frame 36
_global.lives--;
_root.guy.life = 50000;
_root.guy.ammo = 50000;
_root.guy.gotoAndStop(1);
Symbol 304 MovieClip Frame 1
stop();
Instance of Symbol 157 MovieClip "guy" in Symbol 304 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 304 MovieClip Frame 2
stop();
Instance of Symbol 163 MovieClip in Symbol 304 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 304 MovieClip Frame 3
stop();
Instance of Symbol 169 MovieClip in Symbol 304 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 304 MovieClip Frame 5
stop();
Instance of Symbol 182 MovieClip in Symbol 304 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 304 MovieClip Frame 6
stop();
Instance of Symbol 199 MovieClip in Symbol 304 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 304 MovieClip Frame 7
stop();
Instance of Symbol 216 MovieClip in Symbol 304 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 304 MovieClip Frame 8
stop();
Instance of Symbol 244 MovieClip in Symbol 304 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 304 MovieClip Frame 9
stop();
Instance of Symbol 274 MovieClip in Symbol 304 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 304 MovieClip Frame 10
stop();
Instance of Symbol 278 MovieClip in Symbol 304 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 304 MovieClip Frame 11
stop();
Instance of Symbol 287 MovieClip "innerguy11" in Symbol 304 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 304 MovieClip Frame 20
stop();
Instance of Symbol 259 MovieClip in Symbol 306 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 259 MovieClip in Symbol 308 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 312 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 321 MovieClip in Symbol 322 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 322 MovieClip Frame 4
Instance of Symbol 321 MovieClip in Symbol 322 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 321 MovieClip in Symbol 322 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 322 MovieClip in Symbol 325 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 317 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 325 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 317 MovieClip in Symbol 327 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 325 MovieClip in Symbol 327 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 317 MovieClip in Symbol 328 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 325 MovieClip in Symbol 328 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 313 MovieClip in Symbol 329 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 317 MovieClip in Symbol 329 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 325 MovieClip in Symbol 329 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 331 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 333 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 335 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 337 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 340 MovieClip Frame 15
removeMovieClip(this);
Instance of Symbol 256 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 343 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 256 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
}
Instance of Symbol 256 MovieClip in Symbol 343 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 349 MovieClip in Symbol 362 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 353 MovieClip in Symbol 362 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 362 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 361 MovieClip in Symbol 362 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 367 MovieClip Frame 1
stop();
Instance of Symbol 342 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 343 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 345 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 362 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 366 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 367 MovieClip Frame 2
stop();
Symbol 378 MovieClip Frame 1
stop();
Instance of Symbol 343 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 345 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 362 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 377 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 378 MovieClip Frame 2
stop();
Instance of Symbol 383 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 387 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 390 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 390 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 390 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 390 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 390 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 390 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 345 MovieClip in Symbol 392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 362 MovieClip in Symbol 392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 377 MovieClip in Symbol 392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 396 MovieClip Frame 429
stop();
Symbol 398 MovieClip Frame 605
stop();
Instance of Symbol 343 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 342 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 345 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 349 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 353 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 366 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 396 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 398 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 343 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 343 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 343 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 402 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 403 MovieClip "innerengine" in Symbol 432 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
lifetotal = 300;
life = lifetotal;
}
onClipEvent (enterFrame) {
this._alpha = 100 - (100 * (life / lifetotal));
if (_global.active < 1) {
this.stop();
}
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guy) and (_root.guy._currentFrame == 8)) {
life = life - (30 * _global.pussy);
}
if (this.hitTest(_root.guy) and (_root.guy._currentFrame == 11)) {
life = life - (250 * _global.pussy);
}
if (this.hitTest(_root.guy) and (_root.guy._currentFrame == 9)) {
life = life - (100 * _global.pussy);
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
if (this.hitTest(_root["bugbomb" + i])) {
life = life - (80 * _global.pussy);
}
i++;
}
}
}
Instance of Symbol 416 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 349 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 361 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 418 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 349 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 427 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 402 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 402 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 416 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 349 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 361 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 418 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 349 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 427 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 349 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 362 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 383 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 387 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 343 MovieClip in Symbol 455 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 345 MovieClip in Symbol 455 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 362 MovieClip in Symbol 455 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 377 MovieClip in Symbol 455 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 460 Button
on (press) {
_root.titlescreen._x = 0;
_global.active = 0;
_global.end = 1;
this._x = 800;
Mouse.show();
_global.score = 0;
_root.BossBarB._height = 0;
_root.BossBar._height = 0;
}
Symbol 467 Button
on (press) {
function submitOurScore(playerName, playerScore) {
hsOutput.text = "Sending...";
Tosend = new LoadVars();
Tosend.name = playerName;
Tosend.score = playerScore;
Tosend.gameId = "294";
Tosend.gameVersion = "1.0";
Tosend.key = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((random(7).toString() + random(3).toString()) + random(2).toString()) + random(3).toString()) + random(6).toString()) + random(6).toString()) + random(4).toString()) + random(7).toString()) + random(0).toString()) + random(1).toString()) + random(3).toString()) + random(4).toString()) + random(9).toString()) + random(0).toString()) + random(5).toString()) + random(7).toString()) + random(1).toString()) + random(5).toString()) + random(1).toString()) + random(8).toString()) + random(4).toString()) + random(1).toString()) + random(7).toString()) + random(1).toString()) + random(1).toString()) + random(0).toString()) + random(1).toString()) + random(8).toString()) + random(5).toString()) + random(6).toString()) + random(0).toString()) + random(3).toString()) + random(0).toString()) + random(3).toString()) + random(6).toString()) + random(6).toString()) + random(9).toString()) + random(0).toString()) + random(4).toString()) + random(0).toString()) + random(2).toString()) + random(8).toString()) + random(5).toString()) + random(2).toString()) + random(9).toString()) + random(0).toString()) + random(9).toString()) + random(0).toString()) + random(5).toString()) + random(1).toString()) + random(8).toString()) + random(0).toString()) + random(2).toString()) + random(5).toString()) + random(1).toString()) + random(4).toString()) + random(6).toString()) + random(3).toString()) + random(2).toString()) + random(1).toString()) + random(9).toString()) + random(3).toString()) + random(5).toString()) + random(0).toString()) + random(6).toString()) + random(2).toString()) + random(7).toString()) + random(6).toString()) + random(3).toString()) + random(2).toString()) + random(7).toString()) + random(6).toString()) + random(0).toString()) + random(2).toString()) + random(8).toString()) + random(9).toString()) + random(2).toString()) + random(7).toString()) + random(0).toString()) + random(8).toString()) + random(8).toString()) + random(8).toString()) + random(9).toString()) + random(1).toString()) + random(4).toString()) + random(1).toString()) + random(5).toString()) + random(0).toString()) + random(4).toString()) + random(8).toString()) + random(2).toString()) + random(4).toString()) + random(1).toString()) + random(7).toString()) + random(4).toString()) + random(8).toString()) + random(9).toString()) + random(1).toString()) + random(5).toString()) + random(3).toString()) + random(3).toString()) + random(2).toString()) + random(9).toString()) + random(4).toString()) + random(4).toString()) + random(7).toString()) + random(4).toString()) + random(7).toString()) + random(5).toString()) + random(4).toString()) + random(5).toString()) + random(4).toString()) + random(2).toString()) + random(4).toString()) + random(5).toString()) + random(6).toString()) + random(5).toString()) + random(0).toString()) + random(7).toString()) + random(0).toString()) + random(9).toString()) + random(9).toString()) + random(4).toString()) + random(1).toString()) + random(6).toString()) + random(8).toString()) + random(9).toString()) + random(6).toString();
Tosend.sendAndLoad("http://scores.crazymonkeygames.com/hs/regscores.php", Tosend, "POST");
Tosend.onLoad = function (ok) {
if (ok) {
if (this.ok == 1) {
hsOutput.text = "Your score was submitted.";
getURL ("http://scores.crazymonkeygames.com/hs/listscores.php?id=294", "_BLANK");
} else if (this.ok == 0) {
hsOutput.text = "Problem occured !";
} else if (this.ok == 2) {
hsOutput.text = "Please update game file.";
getURL ("http://scores.crazymonkeygames.com/hs/pleaseupdate.php", "_blank");
}
}
};
}
submitOurScore(_global.myname, _global.score);
_root.titlescreen._x = 0;
_global.active = 0;
_global.end = 1;
this._x = 800;
Mouse.show();
_global.score = 0;
_root.BossBarB._height = 0;
_root.BossBar._height = 0;
}
Symbol 472 MovieClip Frame 1
if (this._name == "ouch") {
stop();
}
Symbol 472 MovieClip Frame 7
removeMovieClip(this);
stop();
Instance of Symbol 383 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 387 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 489 Button
on (release) {
if (_global.bugchange < 1) {
_root.titlescreen._x = 0;
}
if (_global.bugchange > 0) {
_root.bugscreen._x = 300;
_root.bugscreen._y = 200;
}
_global.active = 0;
Mouse.show();
_global.end = 1;
_root.leave._x = 800;
_global.level++;
}
Instance of Symbol 487 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.end > 0) {
unloadMovie (this);
}
}
Symbol 507 MovieClip Frame 19
stop();
Symbol 507 MovieClip Frame 613
gotoAndPlay (500);
Instance of Symbol 500 MovieClip in Symbol 512 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 507 MovieClip in Symbol 512 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 512 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 512 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 512 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 512 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 518 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 528 MovieClip Frame 1
stop();
Symbol 528 MovieClip Frame 2
stop();
Instance of Symbol 519 MovieClip in Symbol 529 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 519 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 532 MovieClip Frame 21
removeMovieClip(this);
Symbol 532 MovieClip Frame 50
gotoAndStop (30);
Instance of Symbol 540 MovieClip "jaw" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 542 MovieClip in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 543 MovieClip "innersnakeheadA" in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 545 MovieClip Frame 1
stop();
Instance of Symbol 536 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 544 MovieClip "innersnakehead" in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 551 MovieClip Frame 6
stop();
Instance of Symbol 555 MovieClip in Symbol 564 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 557 MovieClip in Symbol 564 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 559 MovieClip in Symbol 564 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 561 MovieClip in Symbol 564 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 563 MovieClip in Symbol 564 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 564 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 567 MovieClip in Symbol 568 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 584 MovieClip Frame 21
removeMovieClip(this);
Symbol 607 MovieClip Frame 1
stop();
Instance of Symbol 591 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 593 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 595 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 597 MovieClip "innershell" in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 599 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 601 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 603 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 605 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 607 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 593 MovieClip in Symbol 607 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 595 MovieClip in Symbol 607 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 597 MovieClip "innershell" in Symbol 607 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 599 MovieClip in Symbol 607 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 601 MovieClip in Symbol 607 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 603 MovieClip in Symbol 607 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 605 MovieClip in Symbol 607 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 607 MovieClip Frame 9
this._x = random(250) + 300;
this._y = random(300) + 50;
gotoAndPlay (11);
Instance of Symbol 591 MovieClip in Symbol 607 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 593 MovieClip in Symbol 607 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 595 MovieClip in Symbol 607 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 597 MovieClip "innershell" in Symbol 607 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 599 MovieClip in Symbol 607 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 601 MovieClip in Symbol 607 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 603 MovieClip in Symbol 607 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 605 MovieClip in Symbol 607 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 607 MovieClip Frame 17
gotoAndStop (1);
Symbol 615 MovieClip Frame 75
gotoAndPlay (15);
Symbol 617 MovieClip Frame 40
gotoAndPlay (15);
Symbol 618 MovieClip Frame 30
gotoAndPlay (15);
Instance of Symbol 615 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 593 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 599 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 601 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 507 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 507 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 532 MovieClip "Gorildeath" in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 621 MovieClip Frame 20
removeMovieClip(this);
Symbol 626 Button
on (press) {
Mouse.hide();
_global.active = 1;
_root.pausemenu._y = 500;
}
Instance of Symbol 628 MovieClip in Symbol 631 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.guy._x;
this._y = _root.guy._y;
}
Symbol 645 MovieClip Frame 2
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 135
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 186
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 217
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 239
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 312
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 348
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 381
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 483
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 580
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 609
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 687
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 703
removeMovieClip(this);
stop();
Symbol 645 MovieClip Frame 736
removeMovieClip(this);
stop();
Symbol 685 MovieClip Frame 1
stop();
Symbol 685 MovieClip Frame 2
stop();
Symbol 685 MovieClip Frame 3
stop();
Symbol 685 MovieClip Frame 4
stop();
Instance of Symbol 695 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 705 MovieClip Frame 1
stop();
Symbol 705 MovieClip Frame 2
stop();
Symbol 713 MovieClip Frame 72
stop();
removeMovieClip(this);
Symbol 713 MovieClip Frame 124
gotoAndStop (80);
Instance of Symbol 695 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 708 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 700 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 711 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 717 MovieClip Frame 122
stop();
Symbol 729 MovieClip Frame 1
stop();
Symbol 729 MovieClip Frame 5
stop();
Symbol 729 MovieClip Frame 44
gotoAndStop (1);
Instance of Symbol 733 MovieClip "tooth" in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
}
Instance of Symbol 511 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 763 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 763 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 763 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 763 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 763 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 763 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 763 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 763 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 763 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 343 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 345 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 362 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 770 MovieClip Frame 1
stop();
Instance of Symbol 769 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 770 MovieClip Frame 2
stop();
Instance of Symbol 792 MovieClip in Symbol 797 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 781 MovieClip in Symbol 798 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 864 MovieClip in Symbol 867 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 869 MovieClip Frame 1
stop();
Symbol 869 MovieClip Frame 3
Symbol 869 MovieClip Frame 95
duplicateMovieClip (_root.noze, "gogshot" + _global.NN, _global.NN);
_root["gogshot" + _global.NN]._x = this._parent._x - 150;
_root["gogshot" + _global.NN]._y = this._parent._y + 50;
_global.NN++;
gotoAndPlay (3);
Instance of Symbol 511 MovieClip in Symbol 873 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 873 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 873 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 873 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 873 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 873 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 873 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 873 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 873 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 873 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 713 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 890 MovieClip Frame 1
stop();
Symbol 890 MovieClip Frame 2
stop();
Symbol 890 MovieClip Frame 3
stop();
Symbol 890 MovieClip Frame 4
stop();
Symbol 893 MovieClip Frame 1
stop();
Symbol 893 MovieClip Frame 26
removeMovieClip(this);
Symbol 893 MovieClip Frame 27
removeMovieClip(this);
stop();
Instance of Symbol 893 MovieClip "innerjewel" in Symbol 894 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
}
Symbol 905 MovieClip Frame 1
stop();
Symbol 905 MovieClip Frame 2
stop();
Symbol 905 MovieClip Frame 3
stop();
Symbol 909 MovieClip Frame 34
removeMovieClip(this);
Symbol 914 MovieClip Frame 1
stop();
Symbol 914 MovieClip Frame 2
stop();
Symbol 914 MovieClip Frame 3
stop();
Symbol 914 MovieClip Frame 4
stop();
Symbol 923 MovieClip Frame 1
stop();
Symbol 923 MovieClip Frame 2
stop();
Symbol 923 MovieClip Frame 3
stop();
Symbol 930 Button
on (press) {
Mouse.hide();
_global.active = 1;
this._x = 600;
_global.lives = 5;
_root.guy.life = 50000;
_root.guy.ammo = 50000;
_global.end = 0;
if (_root.guy.bombs < 5) {
_root.guy.bombs = 5;
}
_root.guy.leveltime = 0;
}
Symbol 936 MovieClip Frame 1
stop();
Symbol 936 MovieClip Frame 2
stop();
Symbol 936 MovieClip Frame 3
stop();
Symbol 936 MovieClip Frame 4
stop();
Symbol 942 Button
on (release) {
if (_global.bugchange == 1) {
_root["bug" + _global.bugnumber].innerbug.bugtype = 2;
_global.Dstats = _global.Dstats + 0.3;
_global.bugchange--;
}
if (_global.bugchange == 2) {
_root["bug" + (_global.bugnumber - 1)].innerbug.bugtype = 2;
_global.Dstats = _global.Dstats + 0.3;
_global.bugchange--;
}
}
Symbol 944 Button
on (release) {
if (_global.bugchange == 2) {
_global.Astats = _global.Astats + 0.1;
_global.bugchange--;
}
if (_global.bugchange == 1) {
_global.Astats = _global.Astats + 0.1;
_global.bugchange--;
}
}
Symbol 945 Button
on (release) {
if (_global.bugchange == 1) {
_root["bug" + _global.bugnumber].innerbug.bugtype = 1;
_global.spell = _global.spell + 0.4;
_global.Rstats = _global.Rstats + 0.5;
_global.ammosave = _global.ammosave - 0.3;
_global.bombtype = _global.bombtype + 0.5;
_global.bugchange--;
}
if (_global.bugchange == 2) {
_root["bug" + (_global.bugnumber - 1)].innerbug.bugtype = 1;
_global.Rstats = _global.Rstats + 0.5;
_global.spell = _global.spell + 0.4;
_global.ammosave = _global.ammosave - 0.3;
_global.bombtype = _global.bombtype + 0.5;
_global.bugchange--;
}
}
Symbol 973 MovieClip Frame 1
stop();
Symbol 973 MovieClip Frame 2
stop();
Symbol 975 MovieClip Frame 2
Instance of Symbol 511 MovieClip in Symbol 975 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 975 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 975 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 975 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 511 MovieClip in Symbol 975 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 975 MovieClip Frame 79
_global.bossbeat = 1;
_global.score = _global.score + ((random(451) + (random(101) / 100)) + 2810);
Symbol 975 MovieClip Frame 121
_root.gotoAndStop(_root._currentframe + 1);
_global.active = 0;
_global.end = 1;
_root.guy._x = -800;
removeMovieClip(this);
Instance of Symbol 1018 MovieClip in Symbol 1020 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 1019 MovieClip in Symbol 1020 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 1027 MovieClip Frame 72
stop();
removeMovieClip(this);
Symbol 1027 MovieClip Frame 124
gotoAndStop (80);
Symbol 1030 MovieClip Frame 1
stop();
Symbol 1030 MovieClip Frame 2
stop();
Instance of Symbol 1030 MovieClip in Symbol 1031 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.looking == 0) {
this.gotoAndStop(2);
}
if (_global.looking == 1) {
this.gotoAndStop(1);
}
}
Symbol 1032 MovieClip Frame 1
stop();
Instance of Symbol 1020 MovieClip "goglaz" in Symbol 1033 MovieClip Frame 1304
onClipEvent (load) {
if (this._name != "goglaz") {
xspeed = 2;
}
}
onClipEvent (enterFrame) {
if (_global.end > 0) {
removeMovieClip(this);
}
if (this._name != "goglaz") {
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guyhit)) {
_root.guy.life = _root.guy.life - (15000 / _global.defence);
duplicateMovieClip (_root.ouch, "ouch" + _global.NN, _global.NN);
_root["ouch" + _global.NN]._x = _root.guy._x;
_root["ouch" + _global.NN]._y = _root.guy._y;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.hitbigbug)) {
_root.guy.ammoG = _root.guy.ammoG - (500 * _global.ammosave);
removeMovieClip(this);
}
this._x = this._x - xspeed;
xspeed = xspeed + 0.5;
if (this._x < -200) {
removeMovieClip(this);
}
}
if (_global.active < 1) {
this.stop();
}
}
}
Instance of Symbol 1027 MovieClip "digboom" in Symbol 1033 MovieClip Frame 1334
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 1033 MovieClip Frame 1645
_root.gotoAndStop(_root._currentframe + 1);
this._x = 1500;
stop();
Instance of Symbol 317 MovieClip in Symbol 1041 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 325 MovieClip in Symbol 1041 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 343 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 343 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 343 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 402 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 403 MovieClip "innerengine" in Symbol 1042 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
lifetotal = 300;
life = lifetotal;
}
onClipEvent (enterFrame) {
this._alpha = 100 - (100 * (life / lifetotal));
if (_global.active < 1) {
this.stop();
}
if (_global.active > 0) {
this.play();
if (this.hitTest(_root.guy) and (_root.guy._currentFrame == 8)) {
life = life - (30 * _global.pussy);
}
if (this.hitTest(_root.guy) and (_root.guy._currentFrame == 11)) {
life = life - (250 * _global.pussy);
}
if (this.hitTest(_root.guy) and (_root.guy._currentFrame == 9)) {
life = life - (100 * _global.pussy);
}
i = _global.shotbottom;
while (i < (_global.shottop + 1)) {
if (this.hitTest(_root["shot" + i])) {
removeMovieClip(_root["shot" + i]);
life = life - (50 * _global.pussy);
}
if (this.hitTest(_root["bolt" + i])) {
life = life - (80 * _global.pussy);
}
if (this.hitTest(_root["explo" + i])) {
life = life - (60 * _global.pussy);
}
if (this.hitTest(_root["bugbomb" + i])) {
life = life - (80 * _global.pussy);
}
i++;
}
}
}
Instance of Symbol 416 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 349 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 361 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 418 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 349 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 427 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 769 MovieClip in Symbol 1043 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 342 MovieClip in Symbol 1044 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 343 MovieClip in Symbol 1044 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 345 MovieClip in Symbol 1044 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 362 MovieClip in Symbol 1044 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 366 MovieClip in Symbol 1044 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 519 MovieClip in Symbol 1047 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 10 MovieClip in Symbol 1049 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 1053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 593 MovieClip in Symbol 1053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 595 MovieClip in Symbol 1053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 597 MovieClip "innershell" in Symbol 1053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 599 MovieClip in Symbol 1053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 601 MovieClip in Symbol 1053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 603 MovieClip in Symbol 1053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 605 MovieClip in Symbol 1053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 157 MovieClip "guy" in Symbol 1058 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 781 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 695 MovieClip in Symbol 1064 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 1064 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 700 MovieClip in Symbol 1064 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 700 MovieClip in Symbol 1064 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 700 MovieClip in Symbol 1064 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 700 MovieClip in Symbol 1064 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 536 MovieClip in Symbol 1065 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 1065 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 1065 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 1065 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 1065 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 1065 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 1065 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 1065 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 538 MovieClip in Symbol 1065 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 544 MovieClip "innersnakehead" in Symbol 1065 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Instance of Symbol 567 MovieClip in Symbol 1066 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active > 0) {
this.play();
}
if (_global.active < 1) {
this.stop();
}
}
Symbol 1077 Button
on (press) {
function submitOurScore(playerName, playerScore) {
hsOutput.text = "Sending...";
Tosend = new LoadVars();
Tosend.name = playerName;
Tosend.score = playerScore;
Tosend.gameId = "294";
Tosend.gameVersion = "1.0";
Tosend.key = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((random(7).toString() + random(3).toString()) + random(2).toString()) + random(3).toString()) + random(6).toString()) + random(6).toString()) + random(4).toString()) + random(7).toString()) + random(0).toString()) + random(1).toString()) + random(3).toString()) + random(4).toString()) + random(9).toString()) + random(0).toString()) + random(5).toString()) + random(7).toString()) + random(1).toString()) + random(5).toString()) + random(1).toString()) + random(8).toString()) + random(4).toString()) + random(1).toString()) + random(7).toString()) + random(1).toString()) + random(1).toString()) + random(0).toString()) + random(1).toString()) + random(8).toString()) + random(5).toString()) + random(6).toString()) + random(0).toString()) + random(3).toString()) + random(0).toString()) + random(3).toString()) + random(6).toString()) + random(6).toString()) + random(9).toString()) + random(0).toString()) + random(4).toString()) + random(0).toString()) + random(2).toString()) + random(8).toString()) + random(5).toString()) + random(2).toString()) + random(9).toString()) + random(0).toString()) + random(9).toString()) + random(0).toString()) + random(5).toString()) + random(1).toString()) + random(8).toString()) + random(0).toString()) + random(2).toString()) + random(5).toString()) + random(1).toString()) + random(4).toString()) + random(6).toString()) + random(3).toString()) + random(2).toString()) + random(1).toString()) + random(9).toString()) + random(3).toString()) + random(5).toString()) + random(0).toString()) + random(6).toString()) + random(2).toString()) + random(7).toString()) + random(6).toString()) + random(3).toString()) + random(2).toString()) + random(7).toString()) + random(6).toString()) + random(0).toString()) + random(2).toString()) + random(8).toString()) + random(9).toString()) + random(2).toString()) + random(7).toString()) + random(0).toString()) + random(8).toString()) + random(8).toString()) + random(8).toString()) + random(9).toString()) + random(1).toString()) + random(4).toString()) + random(1).toString()) + random(5).toString()) + random(0).toString()) + random(4).toString()) + random(8).toString()) + random(2).toString()) + random(4).toString()) + random(1).toString()) + random(7).toString()) + random(4).toString()) + random(8).toString()) + random(9).toString()) + random(1).toString()) + random(5).toString()) + random(3).toString()) + random(3).toString()) + random(2).toString()) + random(9).toString()) + random(4).toString()) + random(4).toString()) + random(7).toString()) + random(4).toString()) + random(7).toString()) + random(5).toString()) + random(4).toString()) + random(5).toString()) + random(4).toString()) + random(2).toString()) + random(4).toString()) + random(5).toString()) + random(6).toString()) + random(5).toString()) + random(0).toString()) + random(7).toString()) + random(0).toString()) + random(9).toString()) + random(9).toString()) + random(4).toString()) + random(1).toString()) + random(6).toString()) + random(8).toString()) + random(9).toString()) + random(6).toString();
Tosend.sendAndLoad("http://scores.crazymonkeygames.com/hs/regscores.php", Tosend, "POST");
Tosend.onLoad = function (ok) {
if (ok) {
if (this.ok == 1) {
hsOutput.text = "Your score was submitted.";
getURL ("http://scores.crazymonkeygames.com/hs/listscores.php?id=294", "_BLANK");
} else if (this.ok == 0) {
hsOutput.text = "Problem occured !";
} else if (this.ok == 2) {
hsOutput.text = "Please update game file.";
getURL ("http://scores.crazymonkeygames.com/hs/pleaseupdate.php", "_blank");
}
}
};
}
if (_global.cmgdone < 1) {
submitOurScore(_global.myname, _global.score);
_global.cmgdone = 45;
}
this._alpha = 0;
this._x = 9999;
_root.titlescreen._x = 0;
_global.active = 0;
_global.end = 1;
this._x = 800;
Mouse.show();
_global.score = 0;
_root.BossBarB._height = 0;
_root.BossBar._height = 0;
}
Symbol 1079 MovieClip Frame 2753
stop();