Frame 1
if (_global.addlover == undefined) {
var CPMStarPoolID = 1051;
var CPMStarSubPoolID = 9;
System.security.allowDomain("server.cpmstar.com");
adBox.loadMovie((("http://server.cpmstar.com/adviewas2.swf?poolid=" + CPMStarPoolID) + "&subpoolid=") + CPMStarSubPoolID);
}
onEnterFrame = function () {
urlStart = _url.indexOf("://") + 3;
urlEnd = _url.indexOf("/", urlStart);
domain = _url.substring(urlStart, urlEnd);
LastDot = domain.lastIndexOf(".") - 1;
domEnd = domain.lastIndexOf(".", LastDot) + 1;
domain = domain.substring(domEnd, domain.length);
if (domain != "crazymonkeygames.com") {
_root.adBox._x = 5;
_root.adBox._y = 2.5;
_root.mokeyFace._x = -500;
_root.mokeyFace._y = -500;
_root.mokeyFace.gotoAndStop(1);
}
};
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar._width = getPercent * 383.1;
_root.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
_root.gotoAndPlay(3);
}
Stage.showMenu = false;
if (_global.addlover == undefined) {
_global.addlover = 1;
}
Instance of Symbol 152 MovieClip "mokeyFace" in Frame 1
onClipEvent (load) {
trace(this._x);
trace(this._y);
}
Frame 2
_root.gotoAndPlay(1);
Frame 3
stop();
Frame 4
stop();
Frame 5
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__("73627e99", this, 10301, true);
Frame 6
user_so = SharedObject.getLocal("user");
_global.monkeyfuck = 0;
if (user_so.data.LevelDone1 != undefined) {
_global.game = 2;
i = 2;
while (i < 20) {
_global["B" + i] = 0;
_global["Fc" + i] = 0;
i++;
}
_global.LevelDone1 = user_so.data.LevelDone1;
_global.LevelDone2 = user_so.data.LevelDone2;
_global.LevelDone3 = user_so.data.LevelDone3;
_global.LevelDone4 = user_so.data.LevelDone4;
_global.LevelDone5 = user_so.data.LevelDone5;
_global.LevelDone6 = user_so.data.LevelDone6;
_global.BslotLevel = user_so.data.BslotLevel;
_global.FslotLevel = user_so.data.FslotLevel;
_global.score = user_so.data.score;
_global.Points = user_so.data.Points;
_global.rage = user_so.data.rage;
_global.shottype = user_so.data.shottype;
_global.Deff = user_so.data.Deff;
_global.FireRep = user_so.data.FireRep;
_global.Orb1 = user_so.data.Orb1;
_global.Orb2 = user_so.data.Orb2;
_global.Orb3 = user_so.data.Orb3;
} else {
i = 2;
while (i < 20) {
_global["B" + i] = 0;
_global["Fc" + i] = 0;
i++;
}
_global.LevelDone1 = 0;
_global.LevelDone2 = 0;
_global.LevelDone3 = 0;
_global.LevelDone4 = 0;
_global.LevelDone5 = 0;
_global.LevelDone6 = 0;
_global.BslotLevel = 1;
_global.FslotLevel = 1;
_global.score = 80;
_global.Points = 0;
_global.rage = 0;
_global.game = 2;
_global.shottype = 2;
_global.Deff = 1;
_global.FireRep = 1;
}
Frame 7
stop();
Instance of Symbol 257 MovieClip "flashy" in Frame 7
onClipEvent (load) {
this._alpha = 0;
this._width = 1;
this._height = 1;
this._x = 0;
this._y = 0;
blink = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(_global.N + 100);
if (blink < 1) {
this._alpha = 0;
this._width = 1;
this._height = 1;
}
if (blink > 0) {
this._width = 550;
this._height = 400;
this._alpha = random(100);
blink--;
}
}
Instance of Symbol 362 MovieClip "splash" in Frame 7
onClipEvent (load) {
this._width = 4;
this._height = 4;
xspeed = random(15) - 8;
yspeed = 3 + random(2);
life = 300;
i = random(3) + 1;
if (i < 3) {
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (this._name != "splash") {
if (_global.game == 2) {
removeMovieClip(this);
}
if (_global.game == 1) {
this._rotation = this._rotation + 3;
this._alpha = life;
this._width = this._width + 0.8;
if (this._width > 25) {
this._width = 25;
this._alpha = 0;
}
this._height = this._width;
this._x = this._x - xspeed;
this._y = this._y + yspeed;
life = life - 10;
if (life < 10) {
this._alpha = 0;
this._width = 0.1;
this._height = this._width;
removeMovieClip(this);
}
}
}
}
Instance of Symbol 368 MovieClip "Player" in Frame 7
onClipEvent (load) {
Papwait = 15;
keycheck = function () {
if (Key.isDown(81)) {
Bup = 1;
} else {
Bup = 0;
}
if (Key.isDown(65)) {
Buse = 1;
} else {
Buse = 0;
}
if (Key.isDown(87)) {
Fup = 1;
} else {
Fup = 0;
}
if (Key.isDown(83)) {
Fuse = 1;
} else {
Fuse = 0;
}
if (Key.isDown(69)) {
rageUse = 1;
} else {
rageUse = 0;
}
if (Key.isDown(68)) {
shoot = 1;
} else {
shoot = 0;
}
if (Key.isDown(38)) {
up = 1;
} else {
up = 0;
}
if (Key.isDown(40)) {
down = 1;
} else {
down = 0;
}
if (Key.isDown(37)) {
left = 1;
} else {
left = 0;
}
if (Key.isDown(39)) {
right = 1;
} else {
right = 0;
}
};
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
Mouse.show();
_root.SaveButt._x = 233;
_root.SaveButt._y = 229;
this.gotoAndStop(1);
}
if (Key.isDown(72)) {
_root._quality = "high";
}
if (Key.isDown(76)) {
_root._quality = "low";
}
if (Key.isDown(77)) {
_root._quality = "medium";
}
if (_global.game == 0) {
Papwait--;
if (Papwait < 1) {
if (Key.isDown(80)) {
Papwait = 15;
_global.game = 1;
}
}
}
if (_global.game == 1) {
Mouse.hide();
Papwait--;
if (Papwait < 1) {
if (Key.isDown(80)) {
Papwait = 15;
_global.game = 0;
}
}
_root.SaveButt._x = -500;
_root.SaveButt._y = 0;
if (alive == 0) {
this.gotoAndStop(3);
}
if (alive == 1) {
if (rageUse == 1) {
if (_global.rage > 49) {
_root.flashy.blink = 20;
_global.rage = _global.rage - 49;
i = 0;
while (i < 31) {
_root["foe" + i].hp = _root["foe" + i].hp - 50;
i++;
}
_root.Boss.hp = _root.Boss.hp - 50;
}
}
if (Fuse == 1) {
if (Fusewait < 0) {
Fusewait = 5;
if (_global.FW != 1) {
duplicateMovieClip (_root.shot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(_global.FW + 9);
_root["shot" + _global.N]._y = this._y;
_root["shot" + _global.N]._x = this._x;
_global.N++;
_global["Fc" + _global.FW]--;
r = 0;
while (r < 21) {
if (_global["Fc" + _global.FW] < 1) {
_global.FW++;
}
if (_global.FW > 19) {
_global.FW = 1;
}
r++;
}
}
}
} else {
Fusewait--;
}
if (Buse == 1) {
if (Busewait < 0) {
Busewait = 5;
if (_global.BW != 1) {
duplicateMovieClip (_root.shot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(_global.BW + 9);
_root["shot" + _global.N]._y = this._y;
_root["shot" + _global.N]._x = this._x;
_global.N++;
_global["B" + _global.BW]--;
r = 0;
while (r < 21) {
if (_global["B" + _global.BW] < 1) {
_global.BW++;
}
if (_global.BW > 19) {
_global.BW = 1;
}
r++;
}
}
}
} else {
Busewait--;
}
if (Bup == 1) {
if (Bupwait == 0) {
Bupwait = 1;
_global.BW++;
r = 0;
while (r < 21) {
if (_global["B" + _global.BW] < 1) {
_global.BW++;
}
if (_global.BW > 19) {
_global.BW = 1;
}
r++;
}
}
} else {
Bupwait = 0;
}
if (Fup == 1) {
if (Fupwait == 0) {
Fupwait = 1;
_global.FW++;
r = 0;
while (r < 21) {
if (_global["Fc" + _global.FW] < 1) {
_global.FW++;
}
if (_global.FW > 19) {
_global.FW = 1;
}
r++;
}
}
} else {
Fupwait = 0;
}
if (_global.fire > 0) {
this.gotoAndStop(2);
_global.fire = _global.fire - _global.FireRep;
_global.safe--;
}
if (_global.fire < 0) {
_global.fire = 0;
}
if (_global.fire == 0) {
_global.safe = 30;
this.gotoAndStop(1);
}
if (_global.life < 1) {
_global.fire = 100;
}
Dwait--;
if (shoot == 1) {
if (Dwait < 0) {
duplicateMovieClip (_root.shot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(shottype);
_root["shot" + _global.N]._y = this._y + 8;
_root["shot" + _global.N]._x = this._x + 3;
_global.N++;
Dwait = 5;
}
}
if (up == 1) {
yspeed = yspeed + 2;
this._y = this._y - yspeed;
}
if (down == 1) {
yspeed = yspeed + 2;
this._y = this._y + yspeed;
}
if (left == 1) {
xspeed = xspeed + 2;
this._x = this._x - xspeed;
}
if (right == 1) {
xspeed = xspeed + 2;
this._x = this._x + xspeed;
}
if ((left == 0) and (right == 0)) {
xspeed--;
}
if (xspeed < 0) {
xspeed = 0;
}
if ((up == 0) and (down == 0)) {
yspeed--;
}
if (yspeed < 0) {
yspeed = 0;
}
if (xspeed > 8) {
xspeed = 8;
}
if (yspeed > 8) {
yspeed = 8;
}
if (this._x < 20) {
this._x = 20;
}
if (this._x > 530) {
this._x = 530;
}
if (this._y < 20) {
this._y = 20;
}
if (this._y > 380) {
this._y = 380;
}
_root.Hit._x = this._x;
_root.Hit._y = this._y;
keycheck();
}
}
}
Instance of Symbol 372 MovieClip in Frame 7
onClipEvent (enterFrame) {
this.swapDepths(_global.N + 555);
if (_global.game == 1) {
this._alpha = 100;
}
if (_global.game == 2) {
this._alpha = 0;
}
}
Instance of Symbol 377 MovieClip "Pap" in Frame 7
onClipEvent (load) {
this._alpha = 0;
this._width = 1;
this._height = 1;
this._x = 0;
this._y = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(_global.N + 857);
if (_global.game == 0) {
this._alpha = 100;
this._width = 550;
this._height = 400;
} else {
this._alpha = 0;
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 257 MovieClip "flashy2" in Frame 7
onClipEvent (enterFrame) {
this.swapDepths(_global.N + 1280);
}
Instance of Symbol 482 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_global.game == 2) {
if (_global.monkeyfuck == 0) {
this.gotoAndStop(1);
}
if (_global.monkeyfuck == 1) {
this.gotoAndStop(3);
_global.monkeyfuck = 2;
}
} else {
this.gotoAndStop(2);
}
}
Symbol 17 MovieClip Frame 1
stop();
Symbol 17 MovieClip Frame 2
stop();
Instance of Symbol 13 MovieClip in Symbol 20 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "$ 445";
}
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.fire < 1) {
this._width = 176.8 - (176.8 * (_global.life / 100));
}
if (_global.fire > 0) {
this._width = 0;
}
this._height = 8.3;
}
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 2
stop();
Symbol 26 MovieClip Frame 3
stop();
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 2
stop();
Instance of Symbol 31 MovieClip "num" in Symbol 42 MovieClip Frame 2
onClipEvent (enterFrame) {
this.num = _global["Fc" + _parent._currentframe];
}
Symbol 42 MovieClip Frame 3
stop();
Instance of Symbol 31 MovieClip "num" in Symbol 42 MovieClip Frame 3
onClipEvent (enterFrame) {
this.num = 3;
}
Symbol 42 MovieClip Frame 4
stop();
Instance of Symbol 31 MovieClip "num" in Symbol 42 MovieClip Frame 4
onClipEvent (enterFrame) {
this.num = _global["Fc" + _parent._currentframe];
}
Symbol 42 MovieClip Frame 5
stop();
Symbol 42 MovieClip Frame 6
stop();
Symbol 42 MovieClip Frame 7
stop();
Symbol 42 MovieClip Frame 8
stop();
Symbol 42 MovieClip Frame 9
stop();
Symbol 42 MovieClip Frame 10
stop();
Symbol 42 MovieClip Frame 11
stop();
Symbol 42 MovieClip Frame 12
stop();
Symbol 42 MovieClip Frame 13
stop();
Symbol 42 MovieClip Frame 14
stop();
Symbol 42 MovieClip Frame 15
stop();
Symbol 42 MovieClip Frame 16
stop();
Symbol 42 MovieClip Frame 17
stop();
Symbol 42 MovieClip Frame 18
stop();
Symbol 42 MovieClip Frame 19
stop();
Symbol 42 MovieClip Frame 20
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 2
stop();
Instance of Symbol 31 MovieClip "num" in Symbol 43 MovieClip Frame 2
onClipEvent (enterFrame) {
this.num = 4;
}
Symbol 43 MovieClip Frame 3
stop();
Instance of Symbol 31 MovieClip "num" in Symbol 43 MovieClip Frame 3
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Symbol 43 MovieClip Frame 4
stop();
Symbol 43 MovieClip Frame 5
stop();
Symbol 43 MovieClip Frame 6
stop();
Symbol 43 MovieClip Frame 7
stop();
Symbol 43 MovieClip Frame 8
stop();
Symbol 43 MovieClip Frame 9
stop();
Symbol 43 MovieClip Frame 10
stop();
Symbol 43 MovieClip Frame 11
stop();
Symbol 43 MovieClip Frame 12
stop();
Symbol 43 MovieClip Frame 13
stop();
Symbol 43 MovieClip Frame 14
stop();
Symbol 43 MovieClip Frame 15
stop();
Symbol 43 MovieClip Frame 16
stop();
Symbol 43 MovieClip Frame 17
stop();
Symbol 43 MovieClip Frame 18
stop();
Symbol 43 MovieClip Frame 19
stop();
Symbol 43 MovieClip Frame 20
stop();
Instance of Symbol 26 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) {
this._width = 58.443;
}
Instance of Symbol 42 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(3);
}
Instance of Symbol 43 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(2);
}
Instance of Symbol 45 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = 15;
}
Symbol 151 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 1
gotoAndPlay (2);
Instance of Symbol 139 MovieClip in Symbol 152 MovieClip Frame 1
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Instance of Symbol 151 MovieClip in Symbol 152 MovieClip Frame 81
onClipEvent (enterFrame) {
chance = random(90);
if (chance == 1) {
play();
}
}
Symbol 152 MovieClip Frame 95
stop();
Symbol 488 MovieClip [__Packages.CMG_AS2.ScoreSubmitter] Frame 0
class CMG_AS2.ScoreSubmitter
{
function ScoreSubmitter () {
}
function submitScore(playerName, playerScore, playerSpecial) {
playerName = CMG_AS2.Utilities.trim(playerName);
gameVersion = CMG_AS2.Utilities.trim(gameVersion);
if (playerSpecial == null) {
playerSpecial = "";
} else {
playerSpecial = CMG_AS2.Utilities.trim(playerSpecial);
}
gameValidationCode = CMG_AS2.Utilities.trim(gameValidationCode);
if (((gameId < 1) || (gameVersion == "")) || (gameValidationCode == "")) {
if (responseHandler != null) {
responseHandler(RETURNCODE_REJECTED);
}
return(undefined);
}
var _local2 = new LoadVars();
_local2.name = playerName;
_local2.score = playerScore;
_local2.gameId = gameId;
_local2.gameVersion = gameVersion;
_local2.special = playerSpecial;
var _local6 = new CMG_AS2.MD5();
_local2.key = _local6.hash((((((((playerName + "|") + playerScore) + "|") + gameId) + "|") + playerSpecial) + "|") + gameValidationCode);
if (responseHandler != null) {
responseHandler(RETURNCODE_WORKING);
}
_local2.sendAndLoad(URL_SUBMITSCORE, _local2, "POST");
_local2.onLoad = function (ok) {
if (ok) {
var _local2 = CMG_AS2.Utilities.trim(this.ok);
if (_local2 == 1) {
if (CMG_AS2.ScoreSubmitter.responseHandler != null) {
CMG_AS2.ScoreSubmitter.responseHandler(CMG_AS2.ScoreSubmitter.RETURNCODE_SUCCESS);
}
} else if (_local2 == 0) {
if (CMG_AS2.ScoreSubmitter.responseHandler != null) {
CMG_AS2.ScoreSubmitter.responseHandler(CMG_AS2.ScoreSubmitter.RETURNCODE_REJECTED);
}
} else if (_local2 == 2) {
if (CMG_AS2.ScoreSubmitter.responseHandler != null) {
CMG_AS2.ScoreSubmitter.responseHandler(CMG_AS2.ScoreSubmitter.RETURNCODE_WRONGVERSION);
}
} else {
trace(("Unknown server response: '" + this.ok) + "'");
if (CMG_AS2.ScoreSubmitter.responseHandler != null) {
CMG_AS2.ScoreSubmitter.responseHandler(CMG_AS2.ScoreSubmitter.RETURNCODE_INTERNALERROR);
}
}
} else {
trace("Couldn't even load the page...'");
if (CMG_AS2.ScoreSubmitter.responseHandler != null) {
CMG_AS2.ScoreSubmitter.responseHandler(CMG_AS2.ScoreSubmitter.RETURNCODE_NETWORKERROR);
}
}
};
}
static function loadHighScorePage() {
getURL ((URL_VIEWSCORES + "?id=") + gameId, "_blank");
}
static function loadUpdatePage() {
getURL ((URL_UPDATEGAME + "?id=") + gameId, "_blank");
}
static var gameId = 0;
static var gameVersion = "1.0";
static var gameValidationCode = "";
static var responseHandler = null;
static var URL_VIEWSCORES = "http://scores.crazymonkeygames.com/hs/listscores.php";
static var URL_SUBMITSCORE = "http://scores.crazymonkeygames.com/hs/regscores2.php";
static var URL_UPDATEGAME = "http://scores.crazymonkeygames.com/hs/pleaseupdate.php";
static var RETURNCODE_WORKING = 0;
static var RETURNCODE_SUCCESS = 1;
static var RETURNCODE_REJECTED = 2;
static var RETURNCODE_WRONGVERSION = 3;
static var RETURNCODE_NETWORKERROR = 4;
static var RETURNCODE_INTERNALERROR = 5;
}
Symbol 489 MovieClip [__Packages.CMG_AS2.Utilities] Frame 0
class CMG_AS2.Utilities
{
function Utilities () {
}
static function trim(txt_str) {
while (txt_str.charAt(0) == " ") {
txt_str = txt_str.substring(1, txt_str.length);
}
while (txt_str.charAt(txt_str.length - 1) == " ") {
txt_str = txt_str.substring(0, txt_str.length - 1);
}
return(txt_str);
}
}
Symbol 490 MovieClip [__Packages.CMG_AS2.MD5] Frame 0
class CMG_AS2.MD5
{
function MD5 (b64pad, chrsz) {
if (b64pad != undefined) {
this.b64pad = b64pad;
}
if (((chrsz != undefined) && (chrsz == 8)) || (chrsz == 16)) {
this.chrsz = chrsz;
}
}
function hash(s) {
return(hex_md5(s));
}
function hex_md5(s) {
return(binl2hex(core_md5(str2binl(s), s.length * chrsz)));
}
function b64_md5(s) {
return(binl2b64(core_md5(str2binl(s), s.length * chrsz)));
}
function str_md5(s) {
return(binl2str(core_md5(str2binl(s), s.length * chrsz)));
}
function hex_hmac_md5(key, data) {
return(binl2hex(core_hmac_md5(key, data)));
}
function b64_hmac_md5(key, data) {
return(binl2b64(core_hmac_md5(key, data)));
}
function str_hmac_md5(key, data) {
return(binl2str(core_hmac_md5(key, data)));
}
function md5_cmn(q, a, b, x, s, t) {
return(safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s), b));
}
function md5_ff(a, b, c, d, x, s, t) {
return(md5_cmn((b & c) | ((~b) & d), a, b, x, s, t));
}
function md5_gg(a, b, c, d, x, s, t) {
return(md5_cmn((b & d) | (c & (~d)), a, b, x, s, t));
}
function md5_hh(a, b, c, d, x, s, t) {
return(md5_cmn((b ^ c) ^ d, a, b, x, s, t));
}
function md5_ii(a, b, c, d, x, s, t) {
return(md5_cmn(c ^ (b | (~d)), a, b, x, s, t));
}
function core_md5(x, len) {
x[len >> 5] = x[len >> 5] | (128 << (len % 32));
x[(((len + 64) >>> 9) << 4) + 14] = len;
var _local5 = 1732584193 /* 0x67452301 */;
var _local4 = -271733879;
var _local3 = -1732584194;
var _local2 = 271733878 /* 0x10325476 */;
var _local6 = 0;
while (_local6 < x.length) {
var _local11 = _local5;
var _local10 = _local4;
var _local9 = _local3;
var _local8 = _local2;
_local5 = md5_ff(_local5, _local4, _local3, _local2, x[_local6 + 0], 7, -680876936);
_local2 = md5_ff(_local2, _local5, _local4, _local3, x[_local6 + 1], 12, -389564586);
_local3 = md5_ff(_local3, _local2, _local5, _local4, x[_local6 + 2], 17, 606105819);
_local4 = md5_ff(_local4, _local3, _local2, _local5, x[_local6 + 3], 22, -1044525330);
_local5 = md5_ff(_local5, _local4, _local3, _local2, x[_local6 + 4], 7, -176418897);
_local2 = md5_ff(_local2, _local5, _local4, _local3, x[_local6 + 5], 12, 1200080426);
_local3 = md5_ff(_local3, _local2, _local5, _local4, x[_local6 + 6], 17, -1473231341);
_local4 = md5_ff(_local4, _local3, _local2, _local5, x[_local6 + 7], 22, -45705983);
_local5 = md5_ff(_local5, _local4, _local3, _local2, x[_local6 + 8], 7, 1770035416);
_local2 = md5_ff(_local2, _local5, _local4, _local3, x[_local6 + 9], 12, -1958414417);
_local3 = md5_ff(_local3, _local2, _local5, _local4, x[_local6 + 10], 17, -42063);
_local4 = md5_ff(_local4, _local3, _local2, _local5, x[_local6 + 11], 22, -1990404162);
_local5 = md5_ff(_local5, _local4, _local3, _local2, x[_local6 + 12], 7, 1804603682);
_local2 = md5_ff(_local2, _local5, _local4, _local3, x[_local6 + 13], 12, -40341101);
_local3 = md5_ff(_local3, _local2, _local5, _local4, x[_local6 + 14], 17, -1502002290);
_local4 = md5_ff(_local4, _local3, _local2, _local5, x[_local6 + 15], 22, 1236535329);
_local5 = md5_gg(_local5, _local4, _local3, _local2, x[_local6 + 1], 5, -165796510);
_local2 = md5_gg(_local2, _local5, _local4, _local3, x[_local6 + 6], 9, -1069501632);
_local3 = md5_gg(_local3, _local2, _local5, _local4, x[_local6 + 11], 14, 643717713);
_local4 = md5_gg(_local4, _local3, _local2, _local5, x[_local6 + 0], 20, -373897302);
_local5 = md5_gg(_local5, _local4, _local3, _local2, x[_local6 + 5], 5, -701558691);
_local2 = md5_gg(_local2, _local5, _local4, _local3, x[_local6 + 10], 9, 38016083);
_local3 = md5_gg(_local3, _local2, _local5, _local4, x[_local6 + 15], 14, -660478335);
_local4 = md5_gg(_local4, _local3, _local2, _local5, x[_local6 + 4], 20, -405537848);
_local5 = md5_gg(_local5, _local4, _local3, _local2, x[_local6 + 9], 5, 568446438);
_local2 = md5_gg(_local2, _local5, _local4, _local3, x[_local6 + 14], 9, -1019803690);
_local3 = md5_gg(_local3, _local2, _local5, _local4, x[_local6 + 3], 14, -187363961);
_local4 = md5_gg(_local4, _local3, _local2, _local5, x[_local6 + 8], 20, 1163531501);
_local5 = md5_gg(_local5, _local4, _local3, _local2, x[_local6 + 13], 5, -1444681467);
_local2 = md5_gg(_local2, _local5, _local4, _local3, x[_local6 + 2], 9, -51403784);
_local3 = md5_gg(_local3, _local2, _local5, _local4, x[_local6 + 7], 14, 1735328473);
_local4 = md5_gg(_local4, _local3, _local2, _local5, x[_local6 + 12], 20, -1926607734);
_local5 = md5_hh(_local5, _local4, _local3, _local2, x[_local6 + 5], 4, -378558);
_local2 = md5_hh(_local2, _local5, _local4, _local3, x[_local6 + 8], 11, -2022574463);
_local3 = md5_hh(_local3, _local2, _local5, _local4, x[_local6 + 11], 16, 1839030562);
_local4 = md5_hh(_local4, _local3, _local2, _local5, x[_local6 + 14], 23, -35309556);
_local5 = md5_hh(_local5, _local4, _local3, _local2, x[_local6 + 1], 4, -1530992060);
_local2 = md5_hh(_local2, _local5, _local4, _local3, x[_local6 + 4], 11, 1272893353);
_local3 = md5_hh(_local3, _local2, _local5, _local4, x[_local6 + 7], 16, -155497632);
_local4 = md5_hh(_local4, _local3, _local2, _local5, x[_local6 + 10], 23, -1094730640);
_local5 = md5_hh(_local5, _local4, _local3, _local2, x[_local6 + 13], 4, 681279174);
_local2 = md5_hh(_local2, _local5, _local4, _local3, x[_local6 + 0], 11, -358537222);
_local3 = md5_hh(_local3, _local2, _local5, _local4, x[_local6 + 3], 16, -722521979);
_local4 = md5_hh(_local4, _local3, _local2, _local5, x[_local6 + 6], 23, 76029189);
_local5 = md5_hh(_local5, _local4, _local3, _local2, x[_local6 + 9], 4, -640364487);
_local2 = md5_hh(_local2, _local5, _local4, _local3, x[_local6 + 12], 11, -421815835);
_local3 = md5_hh(_local3, _local2, _local5, _local4, x[_local6 + 15], 16, 530742520);
_local4 = md5_hh(_local4, _local3, _local2, _local5, x[_local6 + 2], 23, -995338651);
_local5 = md5_ii(_local5, _local4, _local3, _local2, x[_local6 + 0], 6, -198630844);
_local2 = md5_ii(_local2, _local5, _local4, _local3, x[_local6 + 7], 10, 1126891415);
_local3 = md5_ii(_local3, _local2, _local5, _local4, x[_local6 + 14], 15, -1416354905);
_local4 = md5_ii(_local4, _local3, _local2, _local5, x[_local6 + 5], 21, -57434055);
_local5 = md5_ii(_local5, _local4, _local3, _local2, x[_local6 + 12], 6, 1700485571);
_local2 = md5_ii(_local2, _local5, _local4, _local3, x[_local6 + 3], 10, -1894986606);
_local3 = md5_ii(_local3, _local2, _local5, _local4, x[_local6 + 10], 15, -1051523);
_local4 = md5_ii(_local4, _local3, _local2, _local5, x[_local6 + 1], 21, -2054922799);
_local5 = md5_ii(_local5, _local4, _local3, _local2, x[_local6 + 8], 6, 1873313359);
_local2 = md5_ii(_local2, _local5, _local4, _local3, x[_local6 + 15], 10, -30611744);
_local3 = md5_ii(_local3, _local2, _local5, _local4, x[_local6 + 6], 15, -1560198380);
_local4 = md5_ii(_local4, _local3, _local2, _local5, x[_local6 + 13], 21, 1309151649);
_local5 = md5_ii(_local5, _local4, _local3, _local2, x[_local6 + 4], 6, -145523070);
_local2 = md5_ii(_local2, _local5, _local4, _local3, x[_local6 + 11], 10, -1120210379);
_local3 = md5_ii(_local3, _local2, _local5, _local4, x[_local6 + 2], 15, 718787259);
_local4 = md5_ii(_local4, _local3, _local2, _local5, x[_local6 + 9], 21, -343485551);
_local5 = safe_add(_local5, _local11);
_local4 = safe_add(_local4, _local10);
_local3 = safe_add(_local3, _local9);
_local2 = safe_add(_local2, _local8);
_local6 = _local6 + 16;
}
return(Array(_local5, _local4, _local3, _local2));
}
function core_hmac_md5(key, data) {
var _local3 = new Array(str2binl(key));
if (_local3.length > 16) {
_local3 = core_md5(_local3, key.length * chrsz);
}
var _local4 = new Array(16);
var _local5 = new Array(16);
var _local2 = 0;
while (_local2 < 16) {
_local4[_local2] = _local3[_local2] ^ 909522486;
_local5[_local2] = _local3[_local2] ^ 1549556828;
_local2++;
}
var _local6 = new Array(core_md5(_local4.concat(str2binl(data)), 512 + (data.length * chrsz)));
return(core_md5(_local5.concat(_local6), 640));
}
function safe_add(x, y) {
var _local1 = new Number((x & 65535) + (y & 65535));
var _local2 = new Number(((x >> 16) + (y >> 16)) + (_local1 >> 16));
return((_local2 << 16) | (_local1 & 65535));
}
function bit_rol(num, cnt) {
return((num << cnt) | (num >>> (32 - cnt)));
}
function str2binl(str) {
var _local4 = new Array();
var _local5 = (1 << chrsz) - 1;
var _local2 = 0;
while (_local2 < (str.length * chrsz)) {
_local4[_local2 >> 5] = _local4[_local2 >> 5] | ((str.charCodeAt(_local2 / chrsz) & _local5) << (_local2 % 32));
_local2 = _local2 + chrsz;
}
return(_local4);
}
function binl2str(bin) {
var _local4 = new String("");
var _local5 = (1 << chrsz) - 1;
var _local2 = 0;
while (_local2 < (bin.length * 32)) {
_local4 = _local4 + String.fromCharCode((bin[_local2 >> 5] >>> (_local2 % 32)) & _local5);
_local2 = _local2 + chrsz;
}
return(_local4);
}
function binl2hex(binarray) {
var _local3 = "0123456789abcdef";
var _local4 = new String("");
var _local1 = 0;
while (_local1 < (binarray.length * 4)) {
_local4 = _local4 + (_local3.charAt((binarray[_local1 >> 2] >> (((_local1 % 4) * 8) + 4)) & 15) + _local3.charAt((binarray[_local1 >> 2] >> ((_local1 % 4) * 8)) & 15));
_local1++;
}
return(_local4);
}
function binl2b64(binarray) {
var _local7 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
var _local5 = new String("");
var _local3 = 0;
while (_local3 < (binarray.length * 4)) {
var _local6 = ((((binarray[_local3 >> 2] >> (8 * (_local3 % 4))) & 255) << 16) | (((binarray[(_local3 + 1) >> 2] >> (8 * ((_local3 + 1) % 4))) & 255) << 8)) | ((binarray[(_local3 + 2) >> 2] >> (8 * ((_local3 + 2) % 4))) & 255);
var _local2 = 0;
while (_local2 < 4) {
if (((_local3 * 8) + (_local2 * 6)) > (binarray.length * 32)) {
_local5 = _local5 + b64pad;
} else {
_local5 = _local5 + _local7.charAt((_local6 >> (6 * (3 - _local2))) & 63);
}
_local2++;
}
_local3 = _local3 + 3;
}
return(_local5);
}
var b64pad = new String("");
var chrsz = new Number(8);
}
Symbol 158 Button
on (release) {
_root.gotoAndStop(_root._currentframe + 1);
}
Symbol 163 MovieClip Frame 1
gotoAndPlay (2);
Instance of Symbol 139 MovieClip in Symbol 163 MovieClip Frame 1
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Instance of Symbol 151 MovieClip in Symbol 163 MovieClip Frame 81
onClipEvent (enterFrame) {
chance = random(90);
if (chance == 1) {
play();
}
}
Instance of Symbol 139 MovieClip in Symbol 163 MovieClip Frame 81
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 163 MovieClip Frame 95
_root.play();
Symbol 166 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 2
stop();
Symbol 170 MovieClip Frame 1
stop();
Instance of Symbol 166 MovieClip "cloudA2" in Symbol 171 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
this._x = this._x - xspeed;
if (this._x < -500) {
this._x = 550 + (this._width / 2);
this._y = random(100) - 200;
xspeed = random(10) + 15;
}
}
Instance of Symbol 166 MovieClip "cloudA2" in Symbol 171 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
this._x = this._x - xspeed;
if (this._x < -500) {
this._x = 550 + (this._width / 2);
this._y = random(100) - 200;
xspeed = random(10) + 15;
}
}
Instance of Symbol 166 MovieClip "cloudA2" in Symbol 171 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
this._x = this._x - xspeed;
if (this._x < -500) {
this._x = 550 + (this._width / 2);
this._y = random(100) - 200;
xspeed = random(10) + 15;
}
}
Instance of Symbol 166 MovieClip "cloudA2" in Symbol 171 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
this._x = this._x - xspeed;
if (this._x < -500) {
this._x = 550 + (this._width / 2);
this._y = random(100) - 200;
xspeed = random(10) + 15;
}
}
Instance of Symbol 170 MovieClip in Symbol 171 MovieClip Frame 1
onClipEvent (enterFrame) {
this._alpha--;
if (this._alpha < 1) {
this.gotoAndStop(2);
}
}
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 2
stop();
Symbol 192 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 2
stop();
Instance of Symbol 192 MovieClip in Symbol 193 MovieClip Frame 1
onClipEvent (enterFrame) {
this._alpha--;
if (this._alpha < 1) {
this.gotoAndStop(2);
}
}
Symbol 203 MovieClip Frame 1
stop();
Instance of Symbol 173 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.game == 1) {
trace(_global.time);
_global.time++;
if (_global.time == 150) {
RWavey = random(300) + 100;
RWwait = 10;
RWam = 7;
}
if (RWam > 0) {
RWwait--;
if (RWwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(5);
_root["foe" + _global.F]._y = Wavey;
_root["foe" + _global.F]._x = 600;
_root["foe" + _global.F].xspeed = 4;
_root["foe" + _global.F].yspeed = 0;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
RWwait = 10;
RWam--;
}
}
if (_global.time == 350) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (LWam > 0) {
LWwait--;
if (LWwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(6);
_root["foe" + _global.F]._y = Wavey;
_root["foe" + _global.F]._x = -50;
_root["foe" + _global.F].xspeed = 4;
_root["foe" + _global.F].yspeed = 0;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
LWwait = 10;
LWam--;
}
}
if (_global.time == 650) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 880) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1120) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1180) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if ((_global.time > 1230) and (_global.time < 1700)) {
_global.squidwait--;
if (_global.squidwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(4);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
_global.squidwait = random(30) + 30;
}
}
if (_global.time == 1720) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 1800) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1980) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2000) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2220) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2230) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2240) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2600) {
duplicateMovieClip (_root.foe, "Boss", _global.F);
_root.Boss.gotoAndStop(3);
_root.Boss._y = 200;
_root.Boss._x = 600;
_global.F++;
}
}
}
Symbol 203 MovieClip Frame 2
stop();
Instance of Symbol 176 MovieClip "cloudA2" in Symbol 203 MovieClip Frame 2
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 176 MovieClip "cloudA2" in Symbol 203 MovieClip Frame 2
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 203 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_global.game == 1) {
_global.time++;
if (RWam > 0) {
RWwait--;
if (RWwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(5);
_root["foe" + _global.F]._y = Wavey;
_root["foe" + _global.F]._x = 600;
_root["foe" + _global.F].xspeed = 4;
_root["foe" + _global.F].yspeed = 0;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
RWwait = 10;
RWam--;
}
}
if (LWam > 0) {
LWwait--;
if (LWwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(6);
_root["foe" + _global.F]._y = Wavey;
_root["foe" + _global.F]._x = -50;
_root["foe" + _global.F].xspeed = 4;
_root["foe" + _global.F].yspeed = 0;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
LWwait = 10;
LWam--;
}
}
if ((_global.time > 30) and (_global.time < 1200)) {
_global.squidwait--;
if (_global.squidwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(14);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
_global.squidwait = random(30) + 30;
}
}
if (_global.time == 400) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 800) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1150) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1200) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1350) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 1450) {
RWavey = random(300);
RWwait = 10;
RWam = 7;
}
if (_global.time == 1400) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1500) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1550) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1550) {
RWavey = random(300);
RWwait = 10;
RWam = 7;
}
if ((_global.time > 1700) and (_global.time < 2700)) {
_global.squidwait--;
if (_global.squidwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(14);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
_global.squidwait = random(30) + 30;
}
}
if (_global.time == 1750) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(13);
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(13);
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2350) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(13);
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2500) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 2850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2950) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3150) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3300) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 3550) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3650) {
RWavey = random(300);
RWwait = 10;
RWam = 7;
}
if (_global.time == 3950) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 4150) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 4250) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 4350) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 4500) {
duplicateMovieClip (_root.foe, "Boss", _global.F);
_root.Boss.gotoAndStop(11);
_root.Boss._y = 200;
_root.Boss._x = 600;
_global.F++;
}
}
}
Instance of Symbol 176 MovieClip "cloudA2" in Symbol 203 MovieClip Frame 2
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 176 MovieClip "cloudA2" in Symbol 203 MovieClip Frame 2
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 176 MovieClip "cloudA2" in Symbol 203 MovieClip Frame 2
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 176 MovieClip "cloudA2" in Symbol 203 MovieClip Frame 2
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 170 MovieClip in Symbol 203 MovieClip Frame 2
onClipEvent (enterFrame) {
this._alpha--;
if (this._alpha < 1) {
this.gotoAndStop(2);
}
}
Symbol 203 MovieClip Frame 3
stop();
Instance of Symbol 173 MovieClip in Symbol 203 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_global.game == 1) {
_global.time++;
if (_global.time == 50) {
duplicateMovieClip (_root.foe, "Boss", _global.F);
_root.Boss.gotoAndStop(15);
_root.Boss._y = 400;
_root.Boss._x = 600;
_global.F++;
}
}
}
Instance of Symbol 183 MovieClip in Symbol 203 MovieClip Frame 3
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 203 MovieClip Frame 3
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Symbol 203 MovieClip Frame 4
stop();
Instance of Symbol 173 MovieClip in Symbol 203 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_global.game == 1) {
_global.time++;
if (RWam > 0) {
RWwait--;
if (RWwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(9);
_root["foe" + _global.F]._y = Wavey;
_root["foe" + _global.F]._x = 600;
_root["foe" + _global.F].xspeed = 4;
_root["foe" + _global.F].yspeed = 0;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
RWwait = 10;
RWam--;
}
}
if (LWam > 0) {
LWwait--;
if (LWwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(10);
_root["foe" + _global.F]._y = Wavey;
_root["foe" + _global.F]._x = -50;
_root["foe" + _global.F].xspeed = 4;
_root["foe" + _global.F].yspeed = 0;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
LWwait = 10;
LWam--;
}
}
trace(_global.time);
if (_global.time == 30) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 80) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 330) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 320) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 580) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 700) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 780) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 850) {
RWavey = random(300);
RWwait = 10;
RWam = 7;
}
if (_global.time == 1080) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1100) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 1380) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1580) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1500) {
RWavey = random(300);
RWwait = 10;
RWam = 7;
}
if (_global.time == 1780) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if ((_global.time > 950) and (_global.time < 2000)) {
_global.squidwait--;
if (_global.squidwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(14);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
_global.squidwait = random(30) + 30;
}
}
if (_global.time == 1880) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2080) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2280) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2300) {
RWavey = random(300);
RWwait = 10;
RWam = 7;
}
if (_global.time == 2580) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2780) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2750) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 2980) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if ((_global.time > 3000) and (_global.time < 4000)) {
_global.squidwait--;
if (_global.squidwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(14);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
_global.squidwait = random(30) + 30;
}
}
if (_global.time == 3200) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3500) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3700) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3870) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3890) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3900) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 4150) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 4170) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 4190) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 4200) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(12);
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 4500) {
duplicateMovieClip (_root.foe, "Boss", _global.F);
_root.Boss.gotoAndStop(17);
_root.Boss._y = 0;
_root.Boss._x = 600;
_global.F++;
}
}
}
Instance of Symbol 186 MovieClip in Symbol 203 MovieClip Frame 4
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 187 MovieClip in Symbol 203 MovieClip Frame 4
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Symbol 203 MovieClip Frame 5
stop();
Instance of Symbol 173 MovieClip in Symbol 203 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_global.game == 1) {
_global.time++;
if (_global.time == 150) {
_global.F = 30;
duplicateMovieClip (_root.foe, "Boss", _global.F);
_root.Boss.gotoAndStop(16);
_root.Boss._y = 400;
_root.Boss._x = 600;
_global.F = 0;
}
if (_global.time > 250) {
_global.squidwait--;
if (_global.squidwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(14);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 28) {
_global.F = 0;
}
_global.squidwait = random(80) + 80;
}
}
}
}
Symbol 203 MovieClip Frame 6
stop();
Symbol 203 MovieClip Frame 7
stop();
Instance of Symbol 173 MovieClip in Symbol 203 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_global.game == 1) {
if (_global.time == 10) {
}
_global.time++;
if (RWam > 0) {
RWwait--;
if (RWwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(9);
_root["foe" + _global.F]._y = Wavey;
_root["foe" + _global.F]._x = 600;
_root["foe" + _global.F].xspeed = 4;
_root["foe" + _global.F].yspeed = 0;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
RWwait = 10;
RWam--;
}
}
if (LWam > 0) {
LWwait--;
if (LWwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(10);
_root["foe" + _global.F]._y = Wavey;
_root["foe" + _global.F]._x = -50;
_root["foe" + _global.F].xspeed = 4;
_root["foe" + _global.F].yspeed = 0;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
LWwait = 10;
LWam--;
}
}
trace(_global.time);
if (_global.time == 30) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 30) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 30) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 30) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 80) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 80) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 80) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 80) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if ((_global.time > 50) and (_global.time < 4000)) {
_global.squidwait--;
if (_global.squidwait < 0) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(14);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
_global.squidwait = random(30) + 30;
}
}
if (_global.time == 200) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 300) {
RWavey = random(300);
RWwait = 10;
RWam = 7;
}
if (_global.time == 400) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 500) {
RWavey = random(300);
RWwait = 10;
RWam = 7;
}
if (_global.time == 700) {
LWavey = random(300);
LWwait = 10;
LWam = 12;
}
if (_global.time == 850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1350) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1350) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1350) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1350) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1350) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1550) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1550) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1550) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1550) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1750) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 1950) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2250) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2300) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2350) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2500) {
RWavey = random(300);
RWwait = 10;
RWam = 7;
}
if (_global.time == 2550) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 2650) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2650) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2650) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 2850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3050) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3150) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3350) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3400) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(8);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3500) {
RWavey = random(300);
RWwait = 10;
RWam = 7;
}
if (_global.time == 3550) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 3700) {
RWavey = random(300);
RWwait = 10;
RWam = 7;
}
if (_global.time == 3750) {
LWavey = random(300);
LWwait = 10;
LWam = 7;
}
if (_global.time == 3850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3850) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3950) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3950) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3950) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3950) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 3950) {
duplicateMovieClip (_root.foe, "foe" + _global.F, _global.F);
_root["foe" + _global.F].gotoAndStop(2);
_root["foe" + _global.F]._y = random(300) + 50;
_root["foe" + _global.F]._x = 600;
_global.F++;
if (_global.F > 30) {
_global.F = 0;
}
}
if (_global.time == 4050) {
LWavey = random(300);
LWwait = 10;
LWam = 20;
}
if (_global.time == 4650) {
_global.F = 30;
duplicateMovieClip (_root.foe, "Boss", _global.F);
_root.Boss.gotoAndStop(18);
_root.Boss._y = 400;
_root.Boss._x = 600;
_global.F = 0;
}
}
}
Instance of Symbol 201 MovieClip in Symbol 203 MovieClip Frame 7
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 170 MovieClip in Symbol 203 MovieClip Frame 7
onClipEvent (enterFrame) {
this._alpha--;
if (this._alpha < 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 202 MovieClip in Symbol 203 MovieClip Frame 7
onClipEvent (load) {
this._alpha = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
this._x = this._x - xspeed;
if (this._x < -200) {
this._x = 550 + (this._width / 2);
this._y = random(400) + 1;
xspeed = random(10) + 15;
}
}
}
Symbol 211 MovieClip Frame 3
stop();
Instance of Symbol 216 MovieClip in Symbol 217 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation++;
this._rotation++;
this._rotation++;
this._rotation++;
this._rotation++;
this._rotation++;
this._rotation++;
this._rotation++;
this._rotation++;
this._rotation++;
this._rotation++;
this._rotation++;
}
Symbol 218 MovieClip Frame 36
stop();
Symbol 221 MovieClip Frame 3
stop();
Symbol 226 MovieClip Frame 3
stop();
Symbol 230 MovieClip Frame 3
stop();
Symbol 234 MovieClip Frame 3
stop();
Symbol 238 MovieClip Frame 3
stop();
Symbol 242 MovieClip Frame 3
stop();
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 2
stop();
Instance of Symbol 207 MovieClip in Symbol 243 MovieClip Frame 2
onClipEvent (load) {
xspeed = 9;
pow = 1;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed++;
_parent._x = _parent._x + xspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
if (_parent._x > 550) {
removeMovieClip(this._parent);
}
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
Symbol 243 MovieClip Frame 3
stop();
Instance of Symbol 207 MovieClip in Symbol 243 MovieClip Frame 3
onClipEvent (load) {
xspeed = 9;
pow = 2;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed++;
_parent._x = _parent._x + xspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
if (_parent._x > 550) {
removeMovieClip(this._parent);
}
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
Symbol 243 MovieClip Frame 4
stop();
Instance of Symbol 207 MovieClip in Symbol 243 MovieClip Frame 4
onClipEvent (load) {
xspeed = 9;
pow = 3;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed++;
_parent._x = _parent._x + xspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
if (_parent._x > 550) {
removeMovieClip(this._parent);
}
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
Symbol 243 MovieClip Frame 5
stop();
Instance of Symbol 207 MovieClip in Symbol 243 MovieClip Frame 5
onClipEvent (load) {
xspeed = 9;
pow = 4;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed++;
_parent._x = _parent._x + xspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
if (_parent._x > 550) {
removeMovieClip(this._parent);
}
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
Symbol 243 MovieClip Frame 6
stop();
Instance of Symbol 207 MovieClip in Symbol 243 MovieClip Frame 6
onClipEvent (load) {
xspeed = 9;
pow = 5;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed++;
_parent._x = _parent._x + xspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
if (_parent._x > 550) {
removeMovieClip(this._parent);
}
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
Symbol 243 MovieClip Frame 7
stop();
Instance of Symbol 207 MovieClip in Symbol 243 MovieClip Frame 7
onClipEvent (load) {
xspeed = 9;
pow = 6;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed++;
_parent._x = _parent._x + xspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
if (_parent._x > 550) {
removeMovieClip(this._parent);
}
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
Symbol 243 MovieClip Frame 8
stop();
Instance of Symbol 207 MovieClip in Symbol 243 MovieClip Frame 8
onClipEvent (load) {
xspeed = 9;
pow = 7;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed++;
_parent._x = _parent._x + xspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
if (_parent._x > 550) {
removeMovieClip(this._parent);
}
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
Symbol 243 MovieClip Frame 9
stop();
Instance of Symbol 207 MovieClip in Symbol 243 MovieClip Frame 9
onClipEvent (load) {
xspeed = 9;
pow = 8;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed++;
_parent._x = _parent._x + xspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
if (_parent._x > 550) {
removeMovieClip(this._parent);
}
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
Symbol 243 MovieClip Frame 10
stop();
Symbol 243 MovieClip Frame 11
stop();
Instance of Symbol 219 MovieClip in Symbol 243 MovieClip Frame 11
onClipEvent (load) {
life = 35;
pow = 1;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
this._rotation--;
this._rotation--;
this._rotation--;
this._rotation--;
life--;
if (life < 1) {
removeMovieClip(_parent);
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
}
}
}
Symbol 243 MovieClip Frame 12
stop();
Instance of Symbol 224 MovieClip in Symbol 243 MovieClip Frame 12
onClipEvent (load) {
pow = 2;
targetx = _root.Player._x - (5 + random(12));
targety = _root.Player._y + (50 + random(12));
P = 0;
Pwait = 10;
duplicateMovieClip (_root.shot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(35);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed = (_parent._x - targetx) / 3;
yspeed = (_parent._y - targety) / 3;
if (P == 0) {
Pwait--;
if (Pwait < 0) {
i = 0;
while (i < 31) {
if (_root["foe" + i].hp > 0) {
targetx = _root["foe" + i]._x;
targety = _root["foe" + i]._y;
}
i++;
}
Pwait = 30;
P++;
}
}
if (P > 0) {
Pwait--;
i = 0;
while (i < 31) {
if (_root["foe" + i].hp > 0) {
targetx = _root["foe" + i]._x;
targety = _root["foe" + i]._y;
}
i++;
}
if (_root.Boss.hp > 0) {
targetx = _root.Boss.bosshit._x + _root.Boss._x;
targety = _root.Boss.bosshit._y + _root.Boss._y;
}
if (Pwait < 0) {
Pwait = 10;
P++;
}
}
if (P > 3) {
xspeed = 0;
yspeed = 0;
this._alpha = this._alpha - 5;
if (this._alpha < 1) {
removeMovieClip(_parent);
}
}
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
if (_root["foe" + i].hp > 0) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
}
Symbol 243 MovieClip Frame 13
stop();
Instance of Symbol 228 MovieClip in Symbol 243 MovieClip Frame 13
onClipEvent (load) {
pow = 8;
targetx = _root.Player._x - 15;
targety = _root.Player._y + 30;
pwait = 5;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (_parent._x > 600) {
removeMovieClip(_parent);
}
pwait--;
if (pwait > 0) {
xspeed = (_parent._x - targetx) / 5;
yspeed = (_parent._y - targety) / 5;
}
if (pwait == 0) {
xspeed = 1;
yspeed = 0;
}
if (pwait < 0) {
xspeed = xspeed - 0.5;
}
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
if (_root["foe" + i].hp > 0) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
}
Symbol 243 MovieClip Frame 14
stop();
Instance of Symbol 232 MovieClip in Symbol 243 MovieClip Frame 14
onClipEvent (load) {
pow = 8;
xspeed = -1;
yspeed = 1;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (_parent._x > 600) {
removeMovieClip(_parent);
}
yspeed--;
if (_parent._y > 380) {
_parent._y = 381;
xspeed--;
yspeed = 0;
}
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
if (_root["foe" + i].hp > 0) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
}
Symbol 243 MovieClip Frame 15
stop();
Instance of Symbol 236 MovieClip in Symbol 243 MovieClip Frame 15
onClipEvent (load) {
pow = 18;
Pwait = 10;
_parent.yspeed = 0;
_parent.xspeed = 1;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
Pwait--;
if (_parent._x > 600) {
removeMovieClip(_parent);
}
if (Pwait < 0) {
duplicateMovieClip (_root.shot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(36);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].yspeed = 0;
_root["shot" + _global.N].xspeed = 8;
_global.N++;
duplicateMovieClip (_root.shot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(36);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].yspeed = 5;
_root["shot" + _global.N].xspeed = 5;
_global.N++;
duplicateMovieClip (_root.shot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(36);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].yspeed = -5;
_root["shot" + _global.N].xspeed = 5;
_global.N++;
removeMovieClip(this._parent);
}
_parent.xspeed++;
_parent._x = _parent._x + _parent.xspeed;
_parent._y = _parent._y + _parent.yspeed;
if (_parent.xspeed > (this._width - 1)) {
_parent.xspeed = this._width - 1;
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
if (_root["foe" + i].hp > 0) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
}
Symbol 243 MovieClip Frame 16
stop();
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 16
onClipEvent (load) {
pow = 1;
growspeed = 1;
life = 100;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
growspeed++;
this._width = this._width + growspeed;
life--;
if (life < 0) {
removeMovieClip(this._parent);
}
_parent._x = _root.Player._x;
_parent._y = _root.Player._y;
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
if (_root["foe" + i].hp > 0) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
}
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
}
}
}
Symbol 243 MovieClip Frame 35
stop();
Instance of Symbol 224 MovieClip in Symbol 243 MovieClip Frame 35
onClipEvent (load) {
pow = 2;
targetx = _root.Player._x - (15 + random(12));
targety = _root.Player._y + (70 + random(12));
P = 0;
Pwait = 40;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed = (_parent._x - targetx) / 3;
yspeed = (_parent._y - targety) / 3;
if (P == 0) {
Pwait--;
if (Pwait < 0) {
i = 0;
while (i < 31) {
if (_root["foe" + i].hp > 0) {
targetx = _root["foe" + i]._x;
targety = _root["foe" + i]._y;
}
i++;
}
Pwait = 30;
P++;
}
}
if (P > 0) {
Pwait--;
i = 0;
while (i < 31) {
if (_root["foe" + i].hp > 0) {
targetx = _root["foe" + i]._x;
targety = _root["foe" + i]._y;
}
i++;
}
if (_root.Boss.hp > 0) {
targetx = _root.Boss.bosshit._x + _root.Boss._x;
targety = _root.Boss.bosshit._y + _root.Boss._y;
}
if (Pwait < 0) {
Pwait = 10;
P++;
}
}
if (P > 3) {
xspeed = 0;
yspeed = 0;
this._alpha = this._alpha - 5;
if (this._alpha < 1) {
removeMovieClip(_parent);
}
}
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
if (_root["foe" + i].hp > 0) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
}
Symbol 243 MovieClip Frame 36
stop();
Instance of Symbol 236 MovieClip in Symbol 243 MovieClip Frame 36
onClipEvent (load) {
pow = 6;
Pwait = 10;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (_parent._x > 600) {
removeMovieClip(_parent);
}
Pwait--;
if (Pwait < 0) {
duplicateMovieClip (_root.shot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(37);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].yspeed = 0;
_root["shot" + _global.N].xspeed = 8;
_global.N++;
duplicateMovieClip (_root.shot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(37);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].yspeed = 5;
_root["shot" + _global.N].xspeed = 5;
_global.N++;
duplicateMovieClip (_root.shot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(37);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].yspeed = -5;
_root["shot" + _global.N].xspeed = 5;
_global.N++;
removeMovieClip(this._parent);
}
_parent.xspeed++;
_parent._x = _parent._x + _parent.xspeed;
_parent._y = _parent._y + _parent.yspeed;
if (_parent.xspeed > (this._width - 1)) {
_parent.xspeed = this._width - 1;
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
if (_root["foe" + i].hp > 0) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
}
Symbol 243 MovieClip Frame 37
stop();
Instance of Symbol 236 MovieClip in Symbol 243 MovieClip Frame 37
onClipEvent (load) {
pow = 2;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (_parent._x > 600) {
removeMovieClip(_parent);
}
_parent.xspeed++;
_parent._x = _parent._x + _parent.xspeed;
_parent._y = _parent._y + _parent.yspeed;
if (_parent.xspeed > (this._width - 1)) {
_parent.xspeed = this._width - 1;
}
i = 0;
while (i < 31) {
if (_parent.hitTest(_root["foe" + i])) {
if (_root["foe" + i].hp > 0) {
_root["foe" + i].hp = _root["foe" + i].hp - pow;
removeMovieClip(this._parent);
}
}
i++;
}
if (_parent.hitTest(_root.Boss.bosshit)) {
_root.Boss.hp = _root.Boss.hp - pow;
removeMovieClip(this._parent);
}
}
}
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 2
stop();
Instance of Symbol 246 MovieClip in Symbol 255 MovieClip Frame 2
onClipEvent (load) {
pow = 10 * _global.Deff;
targetx = _root.Hit._x;
targety = _root.Hit._y;
xspeed = (_parent._x - targetx) / 30;
yspeed = (_parent._y - targety) / 30;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
if (_parent._x < -10) {
removeMovieClip(this._parent);
}
}
if (_parent.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
removeMovieClip(this._parent);
}
}
Symbol 255 MovieClip Frame 3
stop();
Instance of Symbol 246 MovieClip in Symbol 255 MovieClip Frame 3
onClipEvent (load) {
pow = 10 * _global.Deff;
life = 100;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
_parent._x = _parent._x - _parent.xspeed;
_parent._y = _parent._y - _parent.yspeed;
life--;
if (life < 0) {
removeMovieClip(this._parent);
}
if (_parent._x < -10) {
removeMovieClip(this._parent);
}
}
if (_parent.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
removeMovieClip(this._parent);
}
}
Symbol 255 MovieClip Frame 4
stop();
Instance of Symbol 248 MovieClip in Symbol 255 MovieClip Frame 4
onClipEvent (load) {
pow = 40 * _global.Deff;
targetx = random(200) + 10;
targety = random(200) + 10;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed = (_parent._x - targetx) / 30;
yspeed = (_parent._y - targety) / 30;
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (_parent._x < (targetx * 1.3)) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = 5;
_root["shot" + _global.N].yspeed = 0;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = -5;
_root["shot" + _global.N].yspeed = 0;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = 0;
_root["shot" + _global.N].yspeed = 5;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = 0;
_root["shot" + _global.N].yspeed = -5;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = 5;
_root["shot" + _global.N].yspeed = 5;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = -5;
_root["shot" + _global.N].yspeed = -5;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = 5;
_root["shot" + _global.N].yspeed = -5;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = -5;
_root["shot" + _global.N].yspeed = 5;
_global.N++;
removeMovieClip(this._parent);
}
}
if (_parent.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
removeMovieClip(this._parent);
}
}
Symbol 255 MovieClip Frame 5
stop();
Instance of Symbol 250 MovieClip in Symbol 255 MovieClip Frame 5
onClipEvent (load) {
pow = 5 * _global.Deff;
xspeed = 8;
yspeed = 8;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (xspeed > (this._width - 1)) {
xspeed = this._width - 1;
}
if (_parent._x < -10) {
removeMovieClip(this._parent);
}
}
if (_parent.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
removeMovieClip(this._parent);
}
}
Symbol 255 MovieClip Frame 6
stop();
Instance of Symbol 112 MovieClip in Symbol 255 MovieClip Frame 6
onClipEvent (load) {
i = random(4) + 1;
if (i < 3) {
removeMovieClip(_parent);
}
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
_parent._x--;
_parent._y++;
if (_parent.hitTest(_root.Player)) {
_global.Points++;
_global.rage = (_global.rage + random(8)) + 4;
removeMovieClip(_parent);
}
}
}
Symbol 255 MovieClip Frame 7
stop();
Instance of Symbol 252 MovieClip in Symbol 255 MovieClip Frame 7
onClipEvent (load) {
pow = 10 * _global.Deff;
targetx = _parent._x + 30;
targety = _parent._y + 30;
Mwait = 10;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(8);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
Mwait--;
if (Mwait == 0) {
xspeed = 2;
yspeed = 0;
}
if (Mwait < 0) {
xspeed++;
}
if (Mwait > 0) {
xspeed = (_parent._x - targetx) / 10;
yspeed = (_parent._y - targety) / 10;
}
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (_parent._x < -50) {
removeMovieClip(this._parent);
}
}
if (_parent.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
removeMovieClip(this._parent);
}
}
Symbol 255 MovieClip Frame 8
stop();
Instance of Symbol 252 MovieClip in Symbol 255 MovieClip Frame 8
onClipEvent (load) {
pow = 10 * _global.Deff;
targetx = _parent._x + 60;
targety = _parent._y + 60;
Mwait = 10;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(9);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
Mwait--;
if (Mwait == 0) {
xspeed = 2;
yspeed = 0;
}
if (Mwait < 0) {
xspeed++;
}
if (Mwait > 0) {
xspeed = (_parent._x - targetx) / 10;
yspeed = (_parent._y - targety) / 10;
}
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (_parent._x < -50) {
removeMovieClip(this._parent);
}
}
if (_parent.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
removeMovieClip(this._parent);
}
}
Symbol 255 MovieClip Frame 9
stop();
Instance of Symbol 252 MovieClip in Symbol 255 MovieClip Frame 9
onClipEvent (load) {
pow = 10 * _global.Deff;
targetx = _parent._x + 90;
targety = _parent._y + 90;
Mwait = 10;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
Mwait--;
if (Mwait == 0) {
xspeed = 2;
yspeed = 0;
}
if (Mwait < 0) {
xspeed++;
}
if (Mwait > 0) {
xspeed = (_parent._x - targetx) / 10;
yspeed = (_parent._y - targety) / 10;
}
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (_parent._x < -50) {
removeMovieClip(this._parent);
}
}
if (_parent.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
removeMovieClip(this._parent);
}
}
Symbol 255 MovieClip Frame 10
stop();
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 10
onClipEvent (load) {
pow = 10 * _global.Deff;
K = 10;
Wspeed = 1;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
K--;
if (K > 0) {
_parent._width++;
_parent._height++;
}
if ((K < 1) and (K > -9)) {
_parent._width--;
_parent._height--;
}
if (K < -10) {
_parent._width = _parent._width + Wspeed;
Wspeed++;
}
if (K < -50) {
_parent._alpha = _parent._alpha - 5;
}
if (_parent._alpha < 1) {
removeMovieClip(this._parent);
}
if (_parent.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
removeMovieClip(this._parent);
}
}
}
Symbol 255 MovieClip Frame 11
stop();
Instance of Symbol 248 MovieClip in Symbol 255 MovieClip Frame 11
onClipEvent (load) {
pow = 40 * _global.Deff;
targetx = random(550);
targety = random(400);
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
xspeed = (_parent._x - targetx) / 30;
yspeed = (_parent._y - targety) / 30;
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (_parent._x < (targetx * 1.3)) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = 5;
_root["shot" + _global.N].yspeed = 0;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = -5;
_root["shot" + _global.N].yspeed = 0;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = 0;
_root["shot" + _global.N].yspeed = 5;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = 0;
_root["shot" + _global.N].yspeed = -5;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = 5;
_root["shot" + _global.N].yspeed = 5;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = -5;
_root["shot" + _global.N].yspeed = -5;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = 5;
_root["shot" + _global.N].yspeed = -5;
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(3);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_root["shot" + _global.N].xspeed = -5;
_root["shot" + _global.N].yspeed = 5;
_global.N++;
removeMovieClip(this._parent);
}
}
if (_parent.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
removeMovieClip(this._parent);
}
}
Symbol 262 MovieClip Frame 3
stop();
Symbol 263 MovieClip Frame 1
stop();
Symbol 263 MovieClip Frame 2
stop();
Symbol 277 MovieClip Frame 9
_parent.gotoAndStop(1);
Symbol 287 MovieClip Frame 3
stop();
Symbol 288 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 2
stop();
Symbol 288 MovieClip Frame 3
stop();
Instance of Symbol 285 MovieClip in Symbol 288 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 288 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 288 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 288 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 288 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 2
stop();
Instance of Symbol 297 MovieClip in Symbol 298 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation++;
}
Symbol 299 MovieClip Frame 1
stop();
Instance of Symbol 297 MovieClip in Symbol 299 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation++;
}
Symbol 299 MovieClip Frame 2
stop();
Instance of Symbol 298 MovieClip in Symbol 299 MovieClip Frame 2
onClipEvent (enterFrame) {
this._rotation++;
this._rotation++;
this._rotation++;
}
Symbol 302 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 2
stop();
Symbol 305 MovieClip Frame 5
_parent.gotoAndStop(1);
Symbol 308 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 2
stop();
Symbol 308 MovieClip Frame 3
stop();
Symbol 311 MovieClip Frame 9
_parent.gotoAndStop(1);
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
stop();
Symbol 314 MovieClip Frame 3
stop();
Instance of Symbol 285 MovieClip in Symbol 314 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 314 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 314 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Symbol 317 MovieClip Frame 5
_parent.gotoAndStop(1);
Symbol 320 MovieClip Frame 1
stop();
Symbol 320 MovieClip Frame 2
stop();
Symbol 320 MovieClip Frame 3
stop();
Symbol 323 MovieClip Frame 5
_parent.gotoAndStop(1);
Symbol 326 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 2
stop();
Symbol 326 MovieClip Frame 3
stop();
Symbol 329 MovieClip Frame 9
_parent.gotoAndStop(1);
Symbol 332 MovieClip Frame 1
stop();
Symbol 332 MovieClip Frame 2
stop();
Symbol 332 MovieClip Frame 3
stop();
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 332 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Symbol 335 MovieClip Frame 9
_parent.gotoAndStop(1);
Symbol 336 MovieClip Frame 1
stop();
Instance of Symbol 334 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Symbol 336 MovieClip Frame 2
stop();
Symbol 336 MovieClip Frame 3
stop();
Instance of Symbol 285 MovieClip in Symbol 336 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Symbol 343 MovieClip Frame 9
_parent.gotoAndStop(1);
Symbol 344 MovieClip Frame 1
stop();
Symbol 344 MovieClip Frame 2
stop();
Symbol 344 MovieClip Frame 3
stop();
Instance of Symbol 285 MovieClip in Symbol 344 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 344 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 344 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 344 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Symbol 349 MovieClip Frame 9
_parent.gotoAndStop(1);
Symbol 351 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 2
stop();
Symbol 351 MovieClip Frame 3
stop();
Instance of Symbol 285 MovieClip in Symbol 351 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 351 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 351 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 351 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 351 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 351 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 351 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 351 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Symbol 354 MovieClip Frame 9
_parent.gotoAndStop(1);
Symbol 358 MovieClip Frame 3
stop();
Symbol 359 MovieClip Frame 1
stop();
Symbol 359 MovieClip Frame 2
stop();
Symbol 359 MovieClip Frame 3
stop();
Instance of Symbol 285 MovieClip in Symbol 359 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Symbol 360 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 2
stop();
Instance of Symbol 263 MovieClip in Symbol 360 MovieClip Frame 2
onClipEvent (load) {
pow = 30;
Dwait = 35;
shottype = 2;
stay = 8;
targetx = random(250) + 250;
targety = random(400) + 0;
alive = 1;
dspeed = 1;
_parent.hp = 4;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - 5;
_root["shot" + _global.N]._x = _parent._x - 5;
_global.N++;
i++;
}
this.gotoAndStop(2);
_parent._x--;
_parent._y = _parent._y + dspeed;
dspeed = dspeed * 1.3;
if (_parent._y > 450) {
removeMovieClip(_parent);
}
}
if (alive == 1) {
if (this._x < -50) {
removeMovieClip(_parent);
}
if (_parent._x > targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 10);
}
if (_parent._y > targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 10);
}
if (_parent._x < targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 10);
}
if (_parent._y < targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 10);
}
Dwait--;
if (Dwait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(shottype);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
Dwait = 35;
targetx = random(250) + 250;
targety = random(400) + 0;
stay--;
}
if (stay < 0) {
targetx = -100;
targety = -random(200);
}
if (_parent.hp < 1) {
i = 0;
while (i < 6) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(3);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 5) + random(3);
alive = 0;
}
if (this.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(3);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 5) + random(3);
alive = 0;
}
}
}
}
}
Symbol 360 MovieClip Frame 3
stop();
Instance of Symbol 288 MovieClip in Symbol 360 MovieClip Frame 3
onClipEvent (load) {
_parent.hp = 200;
pow = 1;
alive = 1;
targetx = 300;
targety = 200;
Dwait = 50;
Swait = 70;
exit = 0;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
_global.LevelDone1 = 1;
_parent._x = _parent._x + 0.2;
_parent._y = _parent._y + 0.2;
exit++;
if (exit > 200) {
i = 2;
while (i < 20) {
_global["B" + i] = 0;
_global["Fc" + i] = 0;
i++;
}
_global.score = _global.score + 200;
_global.game = 2;
}
}
if (alive > 0) {
if (_parent.hp < 1) {
alive = 0;
this.gotoAndStop(3);
}
if (_parent._x > targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 50);
}
if (_parent._y > targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 50);
}
if (_parent._x < targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 50);
}
if (_parent._y < targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 50);
}
Dwait--;
if (Dwait < 0) {
Dwait = 35;
targetx = random(80) + 300;
targety = random(200) + 100;
}
Swait--;
if (Swait < 0) {
i = 0;
k = random(3);
while (i < k) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(4);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
Swait = 70;
}
rx = r;
r = _parent.hp;
if (_currentframe == 1) {
if (rx != _parent.hp) {
this.gotoAndStop(2);
}
}
if (_parent.hitTest(_root.Hit._x, _root.Hit._y, true)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
}
}
}
}
Instance of Symbol 290 MovieClip "bosshit" in Symbol 360 MovieClip Frame 3
onClipEvent (load) {
this._alpha = 0;
}
Symbol 360 MovieClip Frame 4
stop();
Instance of Symbol 294 MovieClip in Symbol 360 MovieClip Frame 4
onClipEvent (load) {
Dwait = 35;
shottype = 2;
stay = 8;
targetx = random(250) + 250;
targety = random(400) + 0;
alive = 1;
dspeed = 1;
xspeed = random(4) + 10;
moveing = 1;
pow = 20;
_parent.hp = 3;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - 5;
_root["shot" + _global.N]._x = _parent._x - 5;
_global.N++;
i++;
}
this.gotoAndStop(2);
_parent._x = _parent._x - 3;
_parent._y = _parent._y + dspeed;
dspeed = dspeed * 1.3;
if (_parent._y > 450) {
removeMovieClip(_parent);
}
}
if (alive == 1) {
_parent._x = _parent._x - xspeed;
if (moveing == 1) {
xspeed = xspeed - 0.3;
if (xspeed < 0) {
moveing = 0;
Mwait = 50;
}
}
if (moveing == 0) {
Mwait--;
if (Mwait < 0) {
xspeed = random(5) + 12;
moveing = 1;
}
}
if (this._x < -50) {
removeMovieClip(_parent);
}
if (_parent._y > 450) {
removeMovieClip(_parent);
}
if (_parent._y < -50) {
removeMovieClip(_parent);
}
if (_parent.hp < 1) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(3);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
if (this.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(3);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
}
}
}
}
Symbol 360 MovieClip Frame 5
stop();
Instance of Symbol 299 MovieClip in Symbol 360 MovieClip Frame 5
onClipEvent (load) {
Dwait = 35;
alive = 1;
dspeed = 1;
pow = 10;
_parent.hp = 2;
stay = 90;
Dwait = random(100) + 70;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - 5;
_root["shot" + _global.N]._x = _parent._x - 5;
_global.N++;
i++;
}
this.gotoAndStop(2);
_parent._x = _parent._x - 3;
_parent._y = _parent._y + dspeed;
dspeed = dspeed * 1.3;
if (_parent._y > 450) {
removeMovieClip(_parent);
}
}
if (alive == 1) {
stay--;
if (stay < 0) {
_parent.xspeed = _parent.xspeed - 0.3;
_parent.yspeed = _parent.yspeed + 0.3;
}
_parent._x = _parent._x - _parent.xspeed;
_parent._y = _parent._y - _parent.yspeed;
if (this._x < -50) {
removeMovieClip(_parent);
}
if (_parent._y > 450) {
removeMovieClip(_parent);
}
if (_parent._y < -50) {
removeMovieClip(_parent);
}
Dwait--;
if (Dwait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(2);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
Dwait = 359999 /* 0x057E3F */;
}
if (_parent.hp < 1) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(2);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
if (this.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(2);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
}
}
}
}
Symbol 360 MovieClip Frame 6
stop();
Instance of Symbol 299 MovieClip in Symbol 360 MovieClip Frame 6
onClipEvent (load) {
Dwait = 35;
alive = 1;
dspeed = 1;
pow = 10;
_parent.hp = 2;
stay = 90;
Dwait = random(100) + 70;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - 5;
_root["shot" + _global.N]._x = _parent._x - 5;
_global.N++;
i++;
}
this.gotoAndStop(2);
_parent._x = _parent._x - 3;
_parent._y = _parent._y + dspeed;
dspeed = dspeed * 1.3;
if (_parent._y > 450) {
removeMovieClip(_parent);
}
}
if (alive == 1) {
stay--;
if (stay < 0) {
_parent.xspeed = _parent.xspeed - 0.3;
_parent.yspeed = _parent.yspeed + 0.3;
}
_parent._x = _parent._x + _parent.xspeed;
_parent._y = _parent._y + _parent.yspeed;
if (this._x > 600) {
removeMovieClip(_parent);
}
if (_parent._y > 450) {
removeMovieClip(_parent);
}
if (_parent._y < -50) {
removeMovieClip(_parent);
}
Dwait--;
if (Dwait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(2);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
Dwait = 359999 /* 0x057E3F */;
}
if (_parent.hp < 1) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(2);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
if (this.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(2);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
}
}
}
}
Symbol 360 MovieClip Frame 7
stop();
Instance of Symbol 302 MovieClip in Symbol 360 MovieClip Frame 7
onClipEvent (load) {
Dwait = 35;
shottype = 2;
stay = 8;
targetx = random(250) + 250;
targety = random(400) + 0;
alive = 1;
dspeed = 1;
_parent.hp = 4;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
if (alive == 0) {
i = 0;
while (i < 6) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - 5;
_root["shot" + _global.N]._x = _parent._x - 5;
_global.N++;
i++;
}
this.gotoAndStop(2);
_parent._x--;
_parent._y = _parent._y + dspeed;
dspeed = dspeed * 1.3;
if (_parent._y > 450) {
removeMovieClip(_parent);
}
}
if (alive == 1) {
if (this._x < -50) {
removeMovieClip(_parent);
}
if (_parent._x > targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 10);
}
if (_parent._y > targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 10);
}
if (_parent._x < targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 10);
}
if (_parent._y < targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 10);
}
Dwait--;
if (Dwait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(shottype);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
Dwait = 35;
targetx = random(250) + 250;
targety = random(400) + 0;
stay--;
}
if (stay < 0) {
targetx = -100;
targety = -random(200);
}
if (_parent.hp < 1) {
i = 0;
while (i < 6) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
_global.score = (_global.score + 50) + random(30);
alive = 0;
}
}
}
}
Symbol 360 MovieClip Frame 8
stop();
Instance of Symbol 308 MovieClip in Symbol 360 MovieClip Frame 8
onClipEvent (load) {
pow = 30;
Dwait = 35;
shottype = 7;
stay = 15;
targetx = random(350) + 250;
targety = random(400) + 0;
alive = 1;
dspeed = 1;
_parent.hp = 45;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - 5;
_root["shot" + _global.N]._x = _parent._x - 5;
_global.N++;
i++;
}
this.gotoAndStop(3);
_parent._x--;
_parent._y = _parent._y + dspeed;
dspeed = dspeed * 1.3;
if (_parent._y > 450) {
removeMovieClip(_parent);
}
}
if (alive == 1) {
rx = r;
r = _parent.hp;
if (_currentframe == 1) {
if (rx != _parent.hp) {
this.gotoAndStop(2);
}
}
if (this._x < -150) {
removeMovieClip(_parent);
}
if (_parent._x > targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 10);
}
if (_parent._y > targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 10);
}
if (_parent._x < targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 10);
}
if (_parent._y < targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 10);
}
Dwait--;
if (Dwait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(shottype);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
Dwait = 65;
targetx = random(350) + 250;
targety = random(400) + 0;
stay--;
}
if (stay < 0) {
targetx = -100;
targety = -random(200);
}
if (_parent.hp < 1) {
i = 0;
while (i < 6) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(7);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 65) + random(3);
alive = 0;
}
if (this.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(7);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 65) + random(3);
alive = 0;
}
}
}
}
}
Symbol 360 MovieClip Frame 9
stop();
Instance of Symbol 299 MovieClip in Symbol 360 MovieClip Frame 9
onClipEvent (load) {
Dwait = 35;
alive = 1;
dspeed = 1;
pow = 10;
_parent.hp = 2;
stay = 90;
Dwait = random(100) + 70;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - 5;
_root["shot" + _global.N]._x = _parent._x - 5;
_global.N++;
i++;
}
this.gotoAndStop(2);
_parent._x = _parent._x - 3;
_parent._y = _parent._y + dspeed;
dspeed = dspeed * 1.3;
if (_parent._y > 450) {
removeMovieClip(_parent);
}
}
if (alive == 1) {
stay--;
if (stay < 0) {
_parent.xspeed = _parent.xspeed - 0.3;
_parent.yspeed = _parent.yspeed - 0.3;
}
_parent._x = _parent._x - _parent.xspeed;
_parent._y = _parent._y - _parent.yspeed;
if (this._x < -50) {
removeMovieClip(_parent);
}
if (_parent._y > 450) {
removeMovieClip(_parent);
}
if (_parent._y < -50) {
removeMovieClip(_parent);
}
Dwait--;
if (Dwait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(2);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
Dwait = 359999 /* 0x057E3F */;
}
if (_parent.hp < 1) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(2);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
if (this.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(2);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
}
}
}
}
Symbol 360 MovieClip Frame 10
stop();
Instance of Symbol 299 MovieClip in Symbol 360 MovieClip Frame 10
onClipEvent (load) {
Dwait = 35;
alive = 1;
dspeed = 1;
pow = 10;
_parent.hp = 2;
stay = 90;
Dwait = random(100) + 70;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - 5;
_root["shot" + _global.N]._x = _parent._x - 5;
_global.N++;
i++;
}
this.gotoAndStop(2);
_parent._x = _parent._x - 3;
_parent._y = _parent._y + dspeed;
dspeed = dspeed * 1.3;
if (_parent._y > 450) {
removeMovieClip(_parent);
}
}
if (alive == 1) {
stay--;
if (stay < 0) {
_parent.xspeed = _parent.xspeed - 0.3;
_parent.yspeed = _parent.yspeed - 0.3;
}
_parent._x = _parent._x + _parent.xspeed;
_parent._y = _parent._y + _parent.yspeed;
if (this._x > 600) {
removeMovieClip(_parent);
}
if (_parent._y > 450) {
removeMovieClip(_parent);
}
if (_parent._y < -50) {
removeMovieClip(_parent);
}
Dwait--;
if (Dwait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(2);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
Dwait = 359999 /* 0x057E3F */;
}
if (_parent.hp < 1) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(2);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
if (this.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(2);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
}
}
}
}
Symbol 360 MovieClip Frame 11
stop();
Instance of Symbol 314 MovieClip in Symbol 360 MovieClip Frame 11
onClipEvent (load) {
_parent.hp = 200;
pow = 1;
alive = 1;
targetx = 300;
targety = 200;
Dwait = 50;
Swait = 70;
exit = 0;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
_global.LevelDone2 = 1;
_parent._x = _parent._x + 0.2;
_parent._y = _parent._y + 0.2;
exit++;
if (exit > 200) {
i = 2;
while (i < 20) {
_global["B" + i] = 0;
_global["Fc" + i] = 0;
i++;
}
_global.score = _global.score + 400;
_global.game = 2;
}
}
if (alive > 0) {
if (_parent.hp < 1) {
alive = 0;
this.gotoAndStop(3);
}
if (_parent._x > targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 50);
}
if (_parent._y > targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 50);
}
if (_parent._x < targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 50);
}
if (_parent._y < targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 50);
}
Dwait--;
if (Dwait < 0) {
Dwait = 35;
targetx = random(80) + 300;
targety = random(200) + 100;
}
Swait--;
if (Swait < 0) {
i = 0;
k = 5;
while (i < k) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(10);
_root["shot" + _global.N]._y = _parent._y + (random(400) - 200);
_root["shot" + _global.N]._x = _parent._x + random(100);
_global.N++;
i++;
}
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(2);
_root["shot" + _global.N]._y = _parent._y - 70;
_root["shot" + _global.N]._x = _parent._x + 50;
_global.N++;
i++;
Swait = 70;
}
rx = r;
r = _parent.hp;
if (_currentframe == 1) {
if (rx != _parent.hp) {
this.gotoAndStop(2);
}
}
if (_parent.hitTest(_root.Hit._x, _root.Hit._y, true)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
}
}
}
}
Instance of Symbol 290 MovieClip "bosshit" in Symbol 360 MovieClip Frame 11
onClipEvent (load) {
this._alpha = 0;
}
Symbol 360 MovieClip Frame 12
stop();
Instance of Symbol 320 MovieClip in Symbol 360 MovieClip Frame 12
onClipEvent (load) {
shottype = 5;
alive = 1;
dspeed = 1;
pow = 20;
_parent.hp = 17;
_parent._y = 400;
_parent._x = 600;
xspeed = 4;
Dwait = 5;
}
onClipEvent (enterFrame) {
trace(_parent.hp);
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - 100;
_root["shot" + _global.N]._x = _parent._x - 15;
_global.N++;
i++;
}
this.gotoAndStop(3);
_parent._x = _parent._x - 3;
_parent._y = _parent._y + dspeed;
dspeed = dspeed * 1.3;
if (_parent._y > 550) {
removeMovieClip(_parent);
}
}
if (alive == 1) {
rx = r;
r = _parent.hp;
if (_currentframe == 1) {
if (rx != _parent.hp) {
this.gotoAndStop(2);
}
}
_parent._x = _parent._x - xspeed;
Dwait--;
if (Dwait > 1) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(shottype);
_root["shot" + _global.N]._y = _parent._y - 60;
_root["shot" + _global.N]._x = _parent._x - 15;
_global.N++;
}
if (Dwait < -5) {
Dwait = 5;
}
if (_parent._x < -50) {
removeMovieClip(_parent);
}
if (_parent.hp < 1) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(3);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 14) + random(4);
alive = 0;
}
if (this.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(3);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 8) + random(3);
alive = 0;
}
}
}
}
}
Symbol 360 MovieClip Frame 13
stop();
Instance of Symbol 326 MovieClip in Symbol 360 MovieClip Frame 13
onClipEvent (load) {
shottype = 2;
alive = 1;
dspeed = 1;
pow = 20;
_parent.hp = 21;
_parent._y = 400;
_parent._x = 600;
xspeed = 1;
Dwait = 5;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - 100;
_root["shot" + _global.N]._x = _parent._x - 15;
_global.N++;
i++;
}
this.gotoAndStop(3);
_parent._x = _parent._x - 3;
_parent._y = _parent._y + dspeed;
dspeed = dspeed * 1.3;
if (_parent._y > 550) {
removeMovieClip(_parent);
}
}
if (alive == 1) {
rx = r;
r = _parent.hp;
if (_currentframe == 1) {
if (rx != _parent.hp) {
this.gotoAndStop(2);
}
}
_parent._x = _parent._x - xspeed;
Dwait--;
if (Dwait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(shottype);
_root["shot" + _global.N]._y = _parent._y - 100;
_root["shot" + _global.N]._x = _parent._x - 15;
_global.N++;
Dwait = 15;
}
if (_parent._x < -50) {
removeMovieClip(_parent);
}
if (_parent.hp < 1) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(3);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 14) + random(4);
alive = 0;
}
if (this.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(3);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 8) + random(3);
alive = 0;
}
}
}
}
}
Symbol 360 MovieClip Frame 14
stop();
Instance of Symbol 294 MovieClip in Symbol 360 MovieClip Frame 14
onClipEvent (load) {
Dwait = 35;
shottype = 2;
stay = 8;
targetx = random(250) + 150;
alive = 1;
dspeed = 1;
moveing = 1;
pow = 20;
_parent.hp = 3;
xspeed = (_parent._x - targetx) / 30;
xwait = 5;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - 5;
_root["shot" + _global.N]._x = _parent._x - 5;
_global.N++;
i++;
}
this.gotoAndStop(2);
_parent._x = _parent._x - 3;
_parent._y = _parent._y + dspeed;
dspeed = dspeed * 1.3;
if (_parent._y > 450) {
removeMovieClip(_parent);
}
}
if (alive == 1) {
_parent._x = _parent._x - xspeed;
_parent._y = _parent._y - yspeed;
if (moveing == 1) {
xwait--;
if (xwait < 0) {
xspeed = (_parent._x - targetx) / 30;
xwait = 5;
}
if (_parent._x < (targetx + 60)) {
moveing = 0;
Mwait = 10;
}
}
if (moveing == 0) {
Mwait--;
if (Mwait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(shottype);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
targetx = -50;
targety = random(800) - 200;
xspeed = (_parent._x - targetx) / 30;
yspeed = (_parent._y - targety) / 30;
moveing = 2;
}
}
if (this._x < -50) {
removeMovieClip(_parent);
}
if (_parent._y > 450) {
removeMovieClip(_parent);
}
if (_parent._y < -50) {
removeMovieClip(_parent);
}
if (_parent.hp < 1) {
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(3);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
if (this.hitTest(_root.Hit)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
i = 0;
while (i < 2) {
duplicateMovieClip (_root.splash, "shot" + _global.N, _global.N);
_root["shot" + _global.N]._y = _parent._y - ((_parent._width / 2) + (random(_parent._width) / 2));
_root["shot" + _global.N]._x = _parent._x - ((_parent._height / 2) + (random(_parent._height) / 2));
_global.N++;
i++;
}
i = 0;
j = random(3);
while (i < j) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(6);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
i++;
}
_global.score = (_global.score + 3) + random(2);
alive = 0;
}
}
}
}
}
Symbol 360 MovieClip Frame 15
stop();
Instance of Symbol 332 MovieClip in Symbol 360 MovieClip Frame 15
onClipEvent (load) {
_parent.hp = 700;
pow = 1;
alive = 1;
targetx = -900;
targety = 400;
exit = 0;
Dwait = 1500;
Swait = 3;
Kwait = 15;
shottype = 2;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
_global.LevelDone3 = 1;
_parent._x = _parent._x + 0.2;
_parent._y = _parent._y + 0.2;
exit++;
if (exit > 100) {
i = 2;
while (i < 20) {
_global["B" + i] = 0;
_global["Fc" + i] = 0;
i++;
}
_global.score = _global.score + 1200;
_global.game = 2;
}
}
if (alive > 0) {
if (_parent.hp < 1) {
alive = 0;
this.gotoAndStop(3);
}
if (Kwait > 0) {
Swait--;
if (Swait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(shottype);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x + random(this._width);
_global.N++;
Swait = 5;
}
}
Kwait--;
if (Kwait < -30) {
Kwait = 15;
}
if (_parent._x > targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 200);
}
if (_parent._y > targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 200);
}
if (_parent._x < targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 200);
}
if (_parent._y < targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 200);
}
Dwait--;
if (Dwait == 1100) {
targety = 100;
}
if (Dwait == 700) {
targetx = 600;
}
if (Dwait == 200) {
targety = 400;
}
if (Dwait == 0) {
targetx = -900;
Dwait = 1500;
}
rx = r;
r = _parent.hp;
if (_currentframe == 1) {
if (rx != _parent.hp) {
this.gotoAndStop(2);
}
}
if (_parent.hitTest(_root.Hit._x, _root.Hit._y, true)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
}
}
}
}
Instance of Symbol 290 MovieClip "bosshit" in Symbol 360 MovieClip Frame 15
onClipEvent (load) {
this._alpha = 0;
}
Symbol 360 MovieClip Frame 16
stop();
Instance of Symbol 336 MovieClip in Symbol 360 MovieClip Frame 16
onClipEvent (load) {
pow = 30;
Dwait = 35;
shottype = 11;
targetx = 500;
targety = 200;
alive = 1;
dspeed = 1;
_parent.hp = 800;
exit = 0;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
_global.LevelDone4 = 1;
_parent._x = _parent._x + 0.2;
_parent._y = _parent._y + 0.2;
exit++;
if (exit > 100) {
i = 2;
while (i < 20) {
_global["B" + i] = 0;
_global["Fc" + i] = 0;
i++;
}
_global.score = _global.score + 2500;
_global.game = 2;
}
}
if (alive == 1) {
if (_parent._x > targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 10);
}
if (_parent._y > targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 10);
}
if (_parent._x < targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 10);
}
if (_parent._y < targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 10);
}
Dwait--;
if (Dwait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(shottype);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x;
_global.N++;
Dwait = 125;
targetx = random(550);
targety = random(400);
}
rx = r;
r = _parent.hp;
if (_currentframe == 1) {
if (rx != _parent.hp) {
this.gotoAndStop(2);
}
}
if (_parent.hp < 1) {
alive = 0;
this.gotoAndStop(3);
}
if (_parent.hitTest(_root.Hit._x, _root.Hit._y, true)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
}
}
}
}
Symbol 360 MovieClip Frame 17
stop();
Instance of Symbol 338 MovieClip in Symbol 360 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_parent._x < 5) {
if (this._x > -80) {
this._x = this._x - 5;
}
if (this._x < -79) {
this._x = 1288.3;
}
}
}
Instance of Symbol 338 MovieClip in Symbol 360 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_parent._x < 5) {
if (this._x > -80) {
this._x = this._x - 5;
}
if (this._x < -79) {
this._x = 1288.3;
}
}
}
Instance of Symbol 338 MovieClip in Symbol 360 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_parent._x < 5) {
if (this._x > -80) {
this._x = this._x - 5;
}
if (this._x < -79) {
this._x = 1288.3;
}
}
}
Instance of Symbol 338 MovieClip in Symbol 360 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_parent._x < 5) {
if (this._x > -80) {
this._x = this._x - 5;
}
if (this._x < -79) {
this._x = 1288.3;
}
}
}
Instance of Symbol 340 MovieClip in Symbol 360 MovieClip Frame 17
onClipEvent (load) {
Swait = 3;
Kwait = 15;
shottype = 2;
}
onClipEvent (enterFrame) {
if (_global.game == 1) {
if (_parent.alive > 0) {
if (Kwait > 0) {
Swait--;
if (Swait < 0) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(shottype);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x + random(this._width);
_global.N++;
Swait = 8;
}
}
Kwait--;
if (Kwait < -30) {
Kwait = 15;
}
}
}
}
Instance of Symbol 344 MovieClip in Symbol 360 MovieClip Frame 17
onClipEvent (load) {
_parent.hp = 900;
pow = 10;
_parent.alive = 1;
targetx = -900;
targety = 400;
exit = 0;
Dwait = 1500;
Swait = 3;
Kwait = 15;
shottype = 2;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (_parent.alive == 0) {
_global.LevelDone5 = 1;
exit++;
if (exit > 100) {
i = 2;
while (i < 20) {
_global["B" + i] = 0;
_global["Fc" + i] = 0;
i++;
}
_global.score = _global.score + 1200;
_global.game = 2;
}
}
if (_parent.alive > 0) {
if (_parent.hp < 1) {
_parent.alive = 0;
this.gotoAndStop(3);
}
if (_parent._x > 0) {
_parent._x--;
}
rx = r;
r = _parent.hp;
if (_currentframe == 1) {
if (rx != _parent.hp) {
this.gotoAndStop(2);
}
}
if (_parent.hitTest(_root.Hit._x, _root.Hit._y, true)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
}
}
}
}
Symbol 360 MovieClip Frame 18
stop();
Instance of Symbol 351 MovieClip in Symbol 360 MovieClip Frame 18
onClipEvent (load) {
_parent.hp = 900;
pow = 50;
alive = 1;
targetx = 300;
targety = 200;
Dwait = 50;
Swait = 70;
exit = 0;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
_parent._x = _parent._x + 0.2;
_parent._y = _parent._y + 0.2;
exit++;
_root.flashy.blink = 10;
if (exit > 200) {
_global.score = _global.score + 1000;
_global.F = 30;
duplicateMovieClip (_root.foe, "Boss", _global.F);
_root.Boss.gotoAndStop(19);
_root.Boss._y = _parent._y;
_root.Boss._x = _parent._x + 300;
_global.F = 0;
removeMovieClip(_parent);
}
}
if (alive > 0) {
if (_parent.hp < 1) {
alive = 0;
this.gotoAndStop(3);
}
if (_parent._x > targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 50);
}
if (_parent._y > targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 50);
}
if (_parent._x < targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 50);
}
if (_parent._y < targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 50);
}
Dwait--;
if (Dwait < 0) {
Dwait = 35;
targetx = random(300) + 100;
targety = random(150) + 100;
}
Swait--;
if (Swait < 0) {
i = 0;
k = 7;
while (i < k) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(10);
_root["shot" + _global.N]._y = random(400);
_root["shot" + _global.N]._x = 540;
_global.N++;
i++;
}
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(2);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x + random(300);
_global.N++;
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(2);
_root["shot" + _global.N]._y = _parent._y;
_root["shot" + _global.N]._x = _parent._x + random(300);
_global.N++;
Swait = 70;
}
rx = r;
r = _parent.hp;
if (_currentframe == 1) {
if (rx != _parent.hp) {
this.gotoAndStop(2);
}
}
if (_parent.hitTest(_root.Hit._x, _root.Hit._y, true)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
}
}
}
}
Symbol 360 MovieClip Frame 19
stop();
Instance of Symbol 359 MovieClip in Symbol 360 MovieClip Frame 19
onClipEvent (load) {
_parent.hp = 600;
pow = 50;
alive = 1;
targetx = 300;
targety = 200;
Dwait = 50;
Swait = 70;
exit = 0;
_parent._x = 500;
_parent._y = 200;
}
onClipEvent (enterFrame) {
if (_global.game == 2) {
removeMovieClip(_parent);
}
if (_global.game == 1) {
if (alive == 0) {
_global.LevelDone6 = 1;
exit++;
_root.flashy2._x = 0;
_root.flashy2._y = 0;
_root.flashy2._alpha++;
_root.flashy2._width = 550;
_root.flashy2._height = 400;
if (exit > 400) {
i = 2;
while (i < 20) {
_global["B" + i] = 0;
_global["Fc" + i] = 0;
i++;
}
_global.score = _global.score + 80000;
_root.flashy2._x = -50;
_root.flashy2._y = 0;
_root.flashy2._alpha = 0;
_root.flashy2._width = 1;
_root.flashy2._height = 1;
if (_global.monkeyfuck == 0) {
_global.monkeyfuck = 1;
}
_global.game = 2;
}
}
if (alive > 0) {
if (_parent.hp < 1) {
alive = 0;
this.gotoAndStop(3);
}
if (_parent._x > targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 50);
}
if (_parent._y > targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 50);
}
if (_parent._x < targetx) {
_parent._x = _parent._x - ((_parent._x - targetx) / 50);
}
if (_parent._y < targety) {
_parent._y = _parent._y - ((_parent._y - targety) / 50);
}
Dwait--;
if (Dwait < 0) {
Dwait = 35;
targetx = random(550);
targety = random(350) + 100;
}
Swait--;
if (Swait < 0) {
i = 0;
k = 10;
while (i < k) {
duplicateMovieClip (_root.Fshot, "shot" + _global.N, _global.N);
_root["shot" + _global.N].gotoAndStop(10);
_root["shot" + _global.N]._y = random(400);
_root["shot" + _global.N]._x = 570;
_global.N++;
i++;
}
Swait = 70;
}
rx = r;
r = _parent.hp;
if (_currentframe == 1) {
if (rx != _parent.hp) {
this.gotoAndStop(2);
}
}
if (_parent.hitTest(_root.Hit._x, _root.Hit._y, true)) {
if (_global.fire > 0) {
if (_global.safe < 1) {
_root.Player.alive = 0;
}
}
if (_global.fire == 0) {
_root.flashy.blink = 10;
_global.life = _global.life - pow;
_global.fire = 200;
}
}
}
}
}
Symbol 362 MovieClip Frame 1
stop();
Symbol 365 MovieClip Frame 3
stop();
Symbol 368 MovieClip Frame 1
stop();
Symbol 368 MovieClip Frame 2
stop();
Symbol 368 MovieClip Frame 3
stop();
Instance of Symbol 285 MovieClip in Symbol 368 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 368 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 285 MovieClip in Symbol 368 MovieClip Frame 3
onClipEvent (load) {
life = 30;
}
onClipEvent (enterFrame) {
this._width = this._width + 2;
this._height = this._height + 2;
this._width = this._width + 2;
this._height = this._height + 2;
life--;
this._rotation = this._rotation + 30;
if (life < 0) {
this._alpha--;
}
if (this._alpha < 1) {
this._width = 1;
this._height = 1;
}
}
Instance of Symbol 367 MovieClip in Symbol 368 MovieClip Frame 3
onClipEvent (load) {
exit = 180;
}
onClipEvent (enterFrame) {
exit--;
if (exit < 0) {
i = 2;
while (i < 20) {
_global["B" + i] = 0;
_global["Fc" + i] = 0;
i++;
}
_global.game = 2;
}
}
Symbol 370 MovieClip Frame 1
stop();
Symbol 370 MovieClip Frame 2
stop();
Instance of Symbol 31 MovieClip "num" in Symbol 370 MovieClip Frame 2
onClipEvent (enterFrame) {
this.num = _global["Fc" + _parent._currentframe];
}
Symbol 370 MovieClip Frame 3
stop();
Symbol 370 MovieClip Frame 4
stop();
Symbol 370 MovieClip Frame 5
stop();
Symbol 370 MovieClip Frame 6
stop();
Symbol 370 MovieClip Frame 7
stop();
Symbol 370 MovieClip Frame 8
stop();
Symbol 370 MovieClip Frame 9
stop();
Symbol 370 MovieClip Frame 10
stop();
Symbol 370 MovieClip Frame 11
stop();
Symbol 370 MovieClip Frame 12
stop();
Symbol 370 MovieClip Frame 13
stop();
Symbol 370 MovieClip Frame 14
stop();
Symbol 370 MovieClip Frame 15
stop();
Symbol 370 MovieClip Frame 16
stop();
Symbol 370 MovieClip Frame 17
stop();
Symbol 370 MovieClip Frame 18
stop();
Symbol 370 MovieClip Frame 19
stop();
Symbol 370 MovieClip Frame 20
stop();
Symbol 371 MovieClip Frame 1
stop();
Symbol 371 MovieClip Frame 2
stop();
Instance of Symbol 31 MovieClip "num" in Symbol 371 MovieClip Frame 2
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Symbol 371 MovieClip Frame 3
stop();
Symbol 371 MovieClip Frame 4
stop();
Symbol 371 MovieClip Frame 5
stop();
Symbol 371 MovieClip Frame 6
stop();
Symbol 371 MovieClip Frame 7
stop();
Symbol 371 MovieClip Frame 8
stop();
Symbol 371 MovieClip Frame 9
stop();
Symbol 371 MovieClip Frame 10
stop();
Symbol 371 MovieClip Frame 11
stop();
Symbol 371 MovieClip Frame 12
stop();
Symbol 371 MovieClip Frame 13
stop();
Symbol 371 MovieClip Frame 14
stop();
Symbol 371 MovieClip Frame 15
stop();
Symbol 371 MovieClip Frame 16
stop();
Symbol 371 MovieClip Frame 17
stop();
Symbol 371 MovieClip Frame 18
stop();
Symbol 371 MovieClip Frame 19
stop();
Symbol 371 MovieClip Frame 20
stop();
Instance of Symbol 13 MovieClip in Symbol 372 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "$ " + _global.score;
}
Instance of Symbol 17 MovieClip in Symbol 372 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.fire < 1) {
this.gotoAndStop(1);
}
if (_global.fire > 0) {
this.gotoAndStop(2);
}
this._height = 6.5;
}
Instance of Symbol 19 MovieClip in Symbol 372 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.fire < 1) {
this._width = 176.8 - (176.8 * (_global.life / 100));
}
if (_global.fire > 0) {
this._width = 0;
}
this._height = 8.3;
}
Instance of Symbol 26 MovieClip in Symbol 372 MovieClip Frame 1
onClipEvent (enterFrame) {
this._width = 177.1 * (_global.rage / 100);
if (_global.rage < 50) {
this.gotoAndStop(1);
}
if (_global.rage > 50) {
this.gotoAndStop(3);
}
if (_global.rage > 100) {
_global.rage = 100;
}
}
Instance of Symbol 370 MovieClip in Symbol 372 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_global.FW);
}
Instance of Symbol 371 MovieClip in Symbol 372 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_global.BW);
}
Instance of Symbol 13 MovieClip in Symbol 372 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = _global.Points;
}
Symbol 380 MovieClip Frame 3
stop();
Symbol 393 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 2
stop();
Symbol 393 MovieClip Frame 3
stop();
Symbol 393 MovieClip Frame 4
stop();
Symbol 393 MovieClip Frame 5
stop();
Symbol 393 MovieClip Frame 6
stop();
Symbol 393 MovieClip Frame 7
stop();
Symbol 402 Button
on (release) {
if (hate == 1) {
if (love == 1) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Bs" + i]._currentframe == 1) {
_parent["Bs" + i].gotoAndStop(2);
_global.B2 = _global.B2 + 3;
_global.score = _global.score - _parent.Bcost1.num;
r++;
}
i++;
}
}
if (love == 2) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Bs" + i]._currentframe == 1) {
_parent["Bs" + i].gotoAndStop(3);
_global.B3 = _global.B3 + 3;
_global.score = _global.score - _parent.Bcost2.num;
r++;
}
i++;
}
}
if (love == 3) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Bs" + i]._currentframe == 1) {
_parent["Bs" + i].gotoAndStop(4);
_global.B4 = _global.B4 + 10;
_global.score = _global.score - _parent.Bcost3.num;
r++;
}
i++;
}
}
if (love == 4) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Bs" + i]._currentframe == 1) {
_parent["Bs" + i].gotoAndStop(5);
_global.B5 = _global.B5 + 10;
_global.score = _global.score - _parent.Bcost4.num;
r++;
}
i++;
}
}
if (love == 5) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Bs" + i]._currentframe == 1) {
_parent["Bs" + i].gotoAndStop(6);
_global.B6 = _global.B6 + 3;
_global.score = _global.score - _parent.Bcost5.num;
r++;
}
i++;
}
}
if (love == 6) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Bs" + i]._currentframe == 1) {
_parent["Bs" + i].gotoAndStop(7);
_global.B7 = _global.B7 + 1;
_global.score = _global.score - _parent.Bcost6.num;
r++;
}
i++;
}
}
if (love == 9) {
_global.BslotLevel++;
_global.score = _global.score - _parent.Bcost9.num;
}
}
if (hate == 2) {
if (love == 1) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Fs" + i]._currentframe == 1) {
_parent["Fs" + i].gotoAndStop(2);
_global.Fc2 = _global.Fc2 + 3;
_global.score = _global.score - _parent.Fcost1.num;
r++;
}
i++;
}
}
if (love == 2) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Fs" + i]._currentframe == 1) {
_parent["Fs" + i].gotoAndStop(3);
_global.Fc3 = _global.Fc3 + 3;
_global.score = _global.score - _parent.Fcost2.num;
r++;
}
i++;
}
}
if (love == 3) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Fs" + i]._currentframe == 1) {
_parent["Fs" + i].gotoAndStop(4);
_global.Fc4 = _global.Fc4 + 10;
_global.score = _global.score - _parent.Fcost3.num;
r++;
}
i++;
}
}
if (love == 4) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Fs" + i]._currentframe == 1) {
_parent["Fs" + i].gotoAndStop(5);
_global.Fc5 = _global.Fc5 + 10;
_global.score = _global.score - _parent.Fcost4.num;
r++;
}
i++;
}
}
if (love == 5) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Fs" + i]._currentframe == 1) {
_parent["Fs" + i].gotoAndStop(6);
_global.Fc6 = _global.Fc6 + 3;
_global.score = _global.score - _parent.Fcost5.num;
r++;
}
i++;
}
}
if (love == 6) {
i = 1;
r = 0;
while (r < 1) {
if (_parent["Fs" + i]._currentframe == 1) {
_parent["Fs" + i].gotoAndStop(7);
_global.Fc7 = _global.Fc7 + 1;
_global.score = _global.score - _parent.Fcost6.num;
r++;
}
i++;
}
}
if (love == 9) {
_global.FslotLevel++;
_global.score = _global.score - _parent.Fcost9.num;
}
}
}
Symbol 403 MovieClip Frame 1
stop();
Symbol 403 MovieClip Frame 2
stop();
Symbol 408 Button
on (release) {
if (_global.shottype == 6) {
if (_global.Orb1 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb1;
_global.shottype = 7;
_global.Orb1 = "N/A";
}
}
if (_global.shottype == 5) {
if (_global.Orb1 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb1;
_global.shottype = 6;
_global.Orb1 = 150;
}
}
if (_global.shottype == 4) {
if (_global.Orb1 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb1;
_global.shottype = 5;
_global.Orb1 = 80;
}
}
if (_global.shottype == 3) {
if (_global.Orb1 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb1;
_global.shottype = 4;
_global.Orb1 = 50;
}
}
if (_global.shottype == 2) {
if (_global.Orb1 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb1;
_global.shottype = 3;
_global.Orb1 = 20;
}
}
}
Symbol 409 Button
on (release) {
if (_global.Deff == 0.6) {
if (_global.Orb2 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb2;
_global.Deff = 0.5;
_global.Orb2 = "N/A";
}
}
if (_global.Deff == 0.7) {
if (_global.Orb2 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb2;
_global.Deff = 0.6;
_global.Orb2 = 150;
}
}
if (_global.Deff == 0.8) {
if (_global.Orb2 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb2;
_global.Deff = 0.7;
_global.Orb2 = 80;
}
}
if (_global.Deff == 0.9) {
if (_global.Orb2 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb2;
_global.Deff = 0.8;
_global.Orb2 = 50;
}
}
if (_global.Deff == 1) {
if (_global.Orb2 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb2;
_global.Deff = 0.9;
_global.Orb2 = 20;
}
}
}
Symbol 410 Button
on (release) {
if (_global.FireRep == 2.2) {
if (_global.Orb3 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb3;
_global.FireRep = 2.5;
_global.Orb3 = "N/A";
}
}
if (_global.FireRep == 1.9) {
if (_global.Orb3 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb3;
_global.FireRep = 2.2;
_global.Orb3 = 150;
}
}
if (_global.FireRep == 1.6) {
if (_global.Orb3 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb3;
_global.FireRep = 1.9;
_global.Orb3 = 80;
}
}
if (_global.FireRep == 1.3) {
if (_global.Orb3 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb3;
_global.FireRep = 1.6;
_global.Orb3 = 50;
}
}
if (_global.FireRep == 1) {
if (_global.Orb3 < (_global.Points + 1)) {
_global.Points = _global.Points - _global.Orb3;
_global.FireRep = 1.3;
_global.Orb3 = 20;
}
}
}
Symbol 417 Button
on (release) {
getURL ("http://grawsie.wildtwilight.com/", "_blank");
}
Symbol 422 Button
on (press) {
_global.game = 1;
_global.time = 0;
_global.squidwait = 0;
_root.levly.gotoAndStop(1);
_global.BW = 1;
_global.FW = 1;
_global.F = 0;
_global.N = 100;
_global.life = 100;
_global.fire = 0;
_global.B1 = 1;
_global.Fc1 = 1;
_root.Player.shottype = _global.shottype;
_root.Player.alive = 1;
_root.Player.Fusewait = 0;
_root.Player.Busewait = 0;
_root.Player.Dwait = 0;
_root.Hit._alpha = 0;
_root.Player._x = 200;
_root.Player._y = 200;
_root.Player.yspeed = 0;
_root.Player.xspeed = 0;
}
Instance of Symbol 424 MovieClip in Symbol 425 MovieClip Frame 1
onClipEvent (load) {
if (_global.LevelDone1 == 0) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Symbol 430 Button
on (press) {
_global.game = 1;
_global.time = 0;
_global.squidwait = 0;
_root.levly.gotoAndStop(4);
_global.BW = 1;
_global.FW = 1;
_global.F = 0;
_global.N = 100;
_global.life = 100;
_global.fire = 0;
_global.B1 = 1;
_global.Fc1 = 1;
_root.Player.shottype = _global.shottype;
_root.Player.alive = 1;
_root.Player.Fusewait = 0;
_root.Player.Busewait = 0;
_root.Player.Dwait = 0;
_root.Hit._alpha = 0;
_root.Player._x = 200;
_root.Player._y = 200;
_root.Player.yspeed = 0;
_root.Player.xspeed = 0;
}
Instance of Symbol 424 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (load) {
if (_global.LevelDone5 == 0) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Symbol 436 Button
on (press) {
_global.game = 1;
_global.time = 0;
_global.squidwait = 0;
_root.levly.gotoAndStop(5);
_global.BW = 1;
_global.FW = 1;
_global.F = 0;
_global.N = 100;
_global.life = 100;
_global.fire = 0;
_global.B1 = 1;
_global.Fc1 = 1;
_root.Player.shottype = _global.shottype;
_root.Player.alive = 1;
_root.Player.Fusewait = 0;
_root.Player.Busewait = 0;
_root.Player.Dwait = 0;
_root.Hit._alpha = 0;
_root.Player._x = 200;
_root.Player._y = 200;
_root.Player.yspeed = 0;
_root.Player.xspeed = 0;
}
Instance of Symbol 424 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (load) {
if (_global.LevelDone4 == 0) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Symbol 442 Button
on (press) {
_global.game = 1;
_global.time = 0;
_global.squidwait = 0;
_root.levly.gotoAndStop(2);
_global.BW = 1;
_global.FW = 1;
_global.F = 0;
_global.N = 100;
_global.life = 100;
_global.fire = 0;
_global.B1 = 1;
_global.Fc1 = 1;
_root.Player.shottype = _global.shottype;
_root.Player.alive = 1;
_root.Player.Fusewait = 0;
_root.Player.Busewait = 0;
_root.Player.Dwait = 0;
_root.Hit._alpha = 0;
_root.Player._x = 200;
_root.Player._y = 200;
_root.Player.yspeed = 0;
_root.Player.xspeed = 0;
}
Instance of Symbol 424 MovieClip in Symbol 443 MovieClip Frame 1
onClipEvent (load) {
if (_global.LevelDone2 == 0) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Symbol 448 Button
on (press) {
_global.game = 1;
_global.time = 0;
_global.squidwait = 0;
_root.levly.gotoAndStop(3);
_global.BW = 1;
_global.FW = 1;
_global.F = 0;
_global.N = 100;
_global.life = 100;
_global.fire = 0;
_global.B1 = 1;
_global.Fc1 = 1;
_root.Player.shottype = _global.shottype;
_root.Player.alive = 1;
_root.Player.Fusewait = 0;
_root.Player.Busewait = 0;
_root.Player.Dwait = 0;
_root.Hit._alpha = 0;
_root.Player._x = 200;
_root.Player._y = 200;
_root.Player.yspeed = 0;
_root.Player.xspeed = 0;
}
Instance of Symbol 424 MovieClip in Symbol 449 MovieClip Frame 1
onClipEvent (load) {
if (_global.LevelDone3 == 0) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Symbol 454 Button
on (press) {
r = 0;
if (_global.LevelDone1 == 0) {
r++;
}
if (_global.LevelDone2 == 0) {
r++;
}
if (_global.LevelDone3 == 0) {
r++;
}
if (_global.LevelDone4 == 0) {
r++;
}
if (_global.LevelDone5 == 0) {
r++;
}
if (r == 0) {
_global.game = 1;
_global.time = 0;
_global.squidwait = 0;
_root.levly.gotoAndStop(7);
_global.BW = 1;
_global.FW = 1;
_global.F = 0;
_global.N = 100;
_global.life = 100;
_global.fire = 0;
_global.B1 = 1;
_global.Fc1 = 1;
_root.Player.shottype = _global.shottype;
_root.Player.alive = 1;
_root.Player.Fusewait = 0;
_root.Player.Busewait = 0;
_root.Player.Dwait = 0;
_root.Hit._alpha = 0;
_root.Player._x = 200;
_root.Player._y = 200;
_root.Player.yspeed = 0;
_root.Player.xspeed = 0;
}
}
Instance of Symbol 424 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) {
if (_global.LevelDone6 == 0) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 456 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
if (_global.LevelDone1 == 0) {
this._alpha = 100;
}
if (_global.LevelDone2 == 0) {
this._alpha = 100;
}
if (_global.LevelDone3 == 0) {
this._alpha = 100;
}
if (_global.LevelDone4 == 0) {
this._alpha = 100;
}
if (_global.LevelDone5 == 0) {
this._alpha = 100;
}
}
Symbol 463 Button
on (release) {
getURL ("http://laikros.newgrounds.com/", "_blank");
}
Instance of Symbol 466 MovieClip in Symbol 467 MovieClip Frame 1
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 469 Button
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 472 Button
on (release) {
getURL ("http://scores.crazymonkeygames.com/hs/listscores.php?id=352", "_blank");
}
Symbol 479 Button
on (release) {
_global.monkeyfuck = 0;
}
Symbol 482 MovieClip Frame 1
stop();
Instance of Symbol 13 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Power";
}
Instance of Symbol 13 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Defense";
}
Instance of Symbol 13 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Recovery";
}
Instance of Symbol 392 MovieClip "BL1" in Symbol 482 MovieClip Frame 1
onClipEvent (load) {
startx = this._x;
}
onClipEvent (enterFrame) {
if (_global.shottype == 3) {
this._x = startx + 4.3;
}
if (_global.shottype == 4) {
this._x = startx + 8.6;
}
if (_global.shottype == 5) {
this._x = startx + 12.9;
}
if (_global.shottype == 6) {
this._x = startx + 17.2;
}
if (_global.shottype == 7) {
this._x = startx + 21.5;
}
if (_global.shottype == 8) {
this._x = startx + 25.8;
}
}
Instance of Symbol 392 MovieClip "BL2" in Symbol 482 MovieClip Frame 1
onClipEvent (load) {
startx = this._x;
}
onClipEvent (enterFrame) {
if (_global.Deff == 0.9) {
this._x = startx + 4.3;
}
if (_global.Deff == 0.8) {
this._x = startx + 8.6;
}
if (_global.Deff == 0.7) {
this._x = startx + 12.9;
}
if (_global.Deff == 0.6) {
this._x = startx + 17.2;
}
if (_global.Deff == 0.5) {
this._x = startx + 21.5;
}
if (_global.Deff == 0.4) {
this._x = startx + 25.8;
}
}
Instance of Symbol 392 MovieClip "BL3" in Symbol 482 MovieClip Frame 1
onClipEvent (load) {
startx = this._x;
}
onClipEvent (enterFrame) {
if (_global.FireRep == 1) {
this._x = startx + 4.3;
}
if (_global.FireRep == 1.3) {
this._x = startx + 8.6;
}
if (_global.FireRep == 1.6) {
this._x = startx + 12.9;
}
if (_global.FireRep == 1.9) {
this._x = startx + 17.2;
}
if (_global.FireRep == 2.2) {
this._x = startx + 21.5;
}
if (_global.FireRep == 2.5) {
this._x = startx + 25.8;
}
}
Instance of Symbol 395 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (load) {
i = 1;
while (i < 10) {
_parent["BBuy" + i].love = i;
_parent["BBuy" + i].hate = 1;
_parent["FBuy" + i].love = i;
_parent["FBuy" + i].hate = 2;
i++;
}
i = 1;
while (i < 11) {
_parent["Bs" + i]._alpha = 0;
_parent["Bs" + i].gotoAndStop(1);
_parent["Bcost" + i]._alpha = 0;
_parent["Fs" + i]._alpha = 0;
_parent["Fs" + i].gotoAndStop(1);
_parent["Fcost" + i]._alpha = 0;
i++;
}
}
onClipEvent (enterFrame) {
if (_global.BslotLevel == 1) {
_parent.Bcost1._alpha = 100;
_parent.Bcost1.num = 50;
_parent.Bs1._alpha = 100;
if (_global.score > (_parent.Bcost1.num - 1)) {
_parent.BWs1._alpha = 0;
} else {
_parent.BWs1._alpha = 50;
}
_parent.Bcost9._alpha = 100;
_parent.Bcost9.num = 200;
}
if (_global.BslotLevel == 2) {
_parent.Bs1._alpha = 100;
_parent.Bs2._alpha = 100;
_parent.Bs3._alpha = 100;
_parent.Bcost1._alpha = 100;
_parent.Bcost1.num = 50;
if (_global.score > (_parent.Bcost1.num - 1)) {
_parent.BWs1._alpha = 0;
} else {
_parent.BWs1._alpha = 50;
}
_parent.Bcost4._alpha = 100;
_parent.Bcost4.num = 40;
if (_global.score > (_parent.Bcost4.num - 1)) {
_parent.BWs4._alpha = 0;
} else {
_parent.BWs4._alpha = 50;
}
_parent.Bcost9._alpha = 100;
_parent.Bcost9.num = 250;
}
if (_global.BslotLevel == 3) {
_parent.Bs1._alpha = 100;
_parent.Bs2._alpha = 100;
_parent.Bs3._alpha = 100;
_parent.Bs4._alpha = 100;
_parent.Bs5._alpha = 100;
_parent.Bs6._alpha = 100;
_parent.Bcost1._alpha = 100;
_parent.Bcost1.num = 50;
if (_global.score > (_parent.Bcost1.num - 1)) {
_parent.BWs1._alpha = 0;
} else {
_parent.BWs1._alpha = 50;
}
_parent.Bcost4._alpha = 100;
_parent.Bcost4.num = 40;
if (_global.score > (_parent.Bcost4.num - 1)) {
_parent.BWs4._alpha = 0;
} else {
_parent.BWs4._alpha = 50;
}
_parent.Bcost2._alpha = 100;
_parent.Bcost2.num = 30;
if (_global.score > (_parent.Bcost2.num - 1)) {
_parent.BWs2._alpha = 0;
} else {
_parent.BWs2._alpha = 50;
}
_parent.Bcost9._alpha = 100;
_parent.Bcost9.num = 450;
}
if (_global.BslotLevel == 4) {
_parent.Bs1._alpha = 100;
_parent.Bs2._alpha = 100;
_parent.Bs3._alpha = 100;
_parent.Bs4._alpha = 100;
_parent.Bs5._alpha = 100;
_parent.Bs6._alpha = 100;
_parent.Bs7._alpha = 100;
_parent.Bs8._alpha = 100;
_parent.Bcost1._alpha = 100;
_parent.Bcost1.num = 50;
if (_global.score > (_parent.Bcost1.num - 1)) {
_parent.BWs1._alpha = 0;
} else {
_parent.BWs1._alpha = 50;
}
_parent.Bcost4._alpha = 100;
_parent.Bcost4.num = 40;
if (_global.score > (_parent.Bcost4.num - 1)) {
_parent.BWs4._alpha = 0;
} else {
_parent.BWs4._alpha = 50;
}
_parent.Bcost2._alpha = 100;
_parent.Bcost2.num = 30;
if (_global.score > (_parent.Bcost2.num - 1)) {
_parent.BWs2._alpha = 0;
} else {
_parent.BWs2._alpha = 50;
}
_parent.Bcost6._alpha = 100;
_parent.Bcost6.num = 100;
if (_global.score > (_parent.Bcost6.num - 1)) {
_parent.BWs6._alpha = 0;
} else {
_parent.BWs6._alpha = 50;
}
_parent.Bcost9._alpha = 100;
_parent.Bcost9.num = 550;
}
if (_global.BslotLevel == 5) {
_parent.Bs1._alpha = 100;
_parent.Bs2._alpha = 100;
_parent.Bs3._alpha = 100;
_parent.Bs4._alpha = 100;
_parent.Bs5._alpha = 100;
_parent.Bs6._alpha = 100;
_parent.Bs7._alpha = 100;
_parent.Bs8._alpha = 100;
_parent.Bs9._alpha = 100;
_parent.Bs10._alpha = 100;
_parent.Bcost1._alpha = 100;
_parent.Bcost1.num = 50;
if (_global.score > (_parent.Bcost1.num - 1)) {
_parent.BWs1._alpha = 0;
} else {
_parent.BWs1._alpha = 50;
}
_parent.Bcost4._alpha = 100;
_parent.Bcost4.num = 40;
if (_global.score > (_parent.Bcost4.num - 1)) {
_parent.BWs4._alpha = 0;
} else {
_parent.BWs4._alpha = 50;
}
_parent.Bcost2._alpha = 100;
_parent.Bcost2.num = 30;
if (_global.score > (_parent.Bcost2.num - 1)) {
_parent.BWs2._alpha = 0;
} else {
_parent.BWs2._alpha = 50;
}
_parent.Bcost6._alpha = 100;
_parent.Bcost6.num = 100;
if (_global.score > (_parent.Bcost6.num - 1)) {
_parent.BWs6._alpha = 0;
} else {
_parent.BWs6._alpha = 50;
}
_parent.Bcost3._alpha = 100;
_parent.Bcost3.num = 40;
if (_global.score > (_parent.Bcost3.num - 1)) {
_parent.BWs3._alpha = 0;
} else {
_parent.BWs3._alpha = 50;
}
_parent.Bcost5._alpha = 100;
_parent.Bcost5.num = 60;
if (_global.score > (_parent.Bcost5.num - 1)) {
_parent.BWs5._alpha = 0;
} else {
_parent.BWs5._alpha = 50;
}
_parent.Bcost9._alpha = 0;
_parent.Bcost9.num = "N/A";
}
if (_global.FslotLevel == 1) {
_parent.Fs1._alpha = 100;
_parent.Fs2._alpha = 100;
_parent.Fcost2._alpha = 100;
_parent.Fcost2.num = 30;
if (_global.score > (_parent.Fcost2.num - 1)) {
_parent.FWs2._alpha = 0;
} else {
_parent.FWs2._alpha = 50;
}
_parent.Fcost3._alpha = 100;
_parent.Fcost3.num = 40;
if (_global.score > (_parent.Fcost3.num - 1)) {
_parent.FWs3._alpha = 0;
} else {
_parent.FWs3._alpha = 50;
}
_parent.Fcost9._alpha = 100;
_parent.Fcost9.num = 200;
}
if (_global.FslotLevel == 2) {
_parent.Fs1._alpha = 100;
_parent.Fs2._alpha = 100;
_parent.Fs3._alpha = 100;
_parent.Fcost2._alpha = 100;
_parent.Fcost2.num = 30;
if (_global.score > (_parent.Fcost2.num - 1)) {
_parent.FWs2._alpha = 0;
} else {
_parent.FWs2._alpha = 50;
}
_parent.Fcost3._alpha = 100;
_parent.Fcost3.num = 40;
if (_global.score > (_parent.Fcost3.num - 1)) {
_parent.FWs3._alpha = 0;
} else {
_parent.FWs3._alpha = 50;
}
_parent.Fcost5._alpha = 100;
_parent.Fcost5.num = 60;
if (_global.score > (_parent.Fcost5.num - 1)) {
_parent.FWs5._alpha = 0;
} else {
_parent.FWs5._alpha = 50;
}
_parent.Fcost9._alpha = 100;
_parent.Fcost9.num = 300;
}
if (_global.FslotLevel == 3) {
_parent.Fs1._alpha = 100;
_parent.Fs2._alpha = 100;
_parent.Fs3._alpha = 100;
_parent.Fs4._alpha = 100;
_parent.Fs5._alpha = 100;
_parent.Fcost2._alpha = 100;
_parent.Fcost2.num = 30;
if (_global.score > (_parent.Fcost2.num - 1)) {
_parent.FWs2._alpha = 0;
} else {
_parent.FWs2._alpha = 50;
}
_parent.Fcost3._alpha = 100;
_parent.Fcost3.num = 40;
if (_global.score > (_parent.Fcost3.num - 1)) {
_parent.FWs3._alpha = 0;
} else {
_parent.FWs3._alpha = 50;
}
_parent.Fcost5._alpha = 100;
_parent.Fcost5.num = 60;
if (_global.score > (_parent.Fcost5.num - 1)) {
_parent.FWs5._alpha = 0;
} else {
_parent.FWs5._alpha = 50;
}
_parent.Fcost9._alpha = 100;
_parent.Fcost9.num = 450;
}
if (_global.FslotLevel == 4) {
_parent.Fs1._alpha = 100;
_parent.Fs2._alpha = 100;
_parent.Fs3._alpha = 100;
_parent.Fs4._alpha = 100;
_parent.Fs5._alpha = 100;
_parent.Fs6._alpha = 100;
_parent.Fs7._alpha = 100;
_parent.Fs8._alpha = 100;
_parent.Fcost2._alpha = 100;
_parent.Fcost2.num = 30;
if (_global.score > (_parent.Fcost2.num - 1)) {
_parent.FWs2._alpha = 0;
} else {
_parent.FWs2._alpha = 50;
}
_parent.Fcost3._alpha = 100;
_parent.Fcost3.num = 40;
if (_global.score > (_parent.Fcost3.num - 1)) {
_parent.FWs3._alpha = 0;
} else {
_parent.FWs3._alpha = 50;
}
_parent.Fcost5._alpha = 100;
_parent.Fcost5.num = 60;
if (_global.score > (_parent.Fcost5.num - 1)) {
_parent.FWs5._alpha = 0;
} else {
_parent.FWs5._alpha = 50;
}
_parent.Fcost4._alpha = 100;
_parent.Fcost4.num = 40;
if (_global.score > (_parent.Fcost4.num - 1)) {
_parent.FWs4._alpha = 0;
} else {
_parent.FWs4._alpha = 50;
}
_parent.Fcost9._alpha = 100;
_parent.Fcost9.num = 650;
}
if (_global.FslotLevel == 5) {
_parent.Fs1._alpha = 100;
_parent.Fs2._alpha = 100;
_parent.Fs3._alpha = 100;
_parent.Fs4._alpha = 100;
_parent.Fs5._alpha = 100;
_parent.Fs6._alpha = 100;
_parent.Fs7._alpha = 100;
_parent.Fs8._alpha = 100;
_parent.Fs9._alpha = 100;
_parent.Fs10._alpha = 100;
_parent.Fcost2._alpha = 100;
_parent.Fcost2.num = 30;
if (_global.score > (_parent.Fcost2.num - 1)) {
_parent.FWs2._alpha = 0;
} else {
_parent.FWs2._alpha = 50;
}
_parent.Fcost3._alpha = 100;
_parent.Fcost3.num = 40;
if (_global.score > (_parent.Fcost3.num - 1)) {
_parent.FWs3._alpha = 0;
} else {
_parent.FWs3._alpha = 50;
}
_parent.Fcost5._alpha = 100;
_parent.Fcost5.num = 60;
if (_global.score > (_parent.Fcost5.num - 1)) {
_parent.FWs5._alpha = 0;
} else {
_parent.FWs5._alpha = 50;
}
_parent.Fcost4._alpha = 100;
_parent.Fcost4.num = 40;
if (_global.score > (_parent.Fcost4.num - 1)) {
_parent.FWs4._alpha = 0;
} else {
_parent.FWs4._alpha = 50;
}
_parent.Fcost6._alpha = 100;
_parent.Fcost6.num = 100;
if (_global.score > (_parent.Fcost6.num - 1)) {
_parent.FWs6._alpha = 0;
} else {
_parent.FWs6._alpha = 50;
}
_parent.Fcost1._alpha = 100;
_parent.Fcost1.num = 50;
if (_global.score > (_parent.Fcost1.num - 1)) {
_parent.FWs1._alpha = 0;
} else {
_parent.FWs1._alpha = 50;
}
_parent.Fcost9._alpha = 0;
_parent.Fcost9.num = "N/A";
}
if (_global.score > (_parent.Bcost9.num - 1)) {
_parent.BWs9._alpha = 0;
} else {
_parent.BWs9._alpha = 50;
}
if (_global.score > (_parent.Fcost9.num - 1)) {
_parent.FWs9._alpha = 0;
} else {
_parent.FWs9._alpha = 50;
}
k = 1;
b = 0;
f = 0;
while (k < 11) {
if (_parent["Bs" + k]._currentframe != 1) {
b++;
}
if (_parent["Bs" + k]._alpha == 0) {
b++;
}
if (_parent["Fs" + k]._currentframe != 1) {
f++;
}
if (_parent["Fs" + k]._alpha == 0) {
f++;
}
k++;
}
if (b > 9) {
i = 0;
while (i < 9) {
if (_parent["BWs" + i]._alpha == 0) {
_parent["BWs" + i]._alpha = 50;
}
i++;
}
}
if (f > 9) {
i = 0;
while (i < 9) {
if (_parent["FWs" + i]._alpha == 0) {
_parent["FWs" + i]._alpha = 50;
}
i++;
}
}
if (_global.shottype == 2) {
_global.Orb1 = 10;
}
if (_global.Deff == 1) {
_global.Orb2 = 10;
}
if (_global.FireRep == 1) {
_global.Orb3 = 10;
}
}
Instance of Symbol 399 MovieClip "Bcost1" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Bcost2" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Bcost3" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Bcost4" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Bcost5" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Bcost6" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Bcost7" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Bcost8" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Bcost9" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Fcost1" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Fcost2" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Fcost3" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Fcost4" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Fcost5" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Fcost6" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Fcost7" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Fcost8" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 399 MovieClip "Fcost9" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.num = _global["B" + _parent._currentframe];
}
Instance of Symbol 13 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "$ " + _global.score;
}
Instance of Symbol 403 MovieClip "BBuy1" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["BWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "BBuy2" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["BWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "BBuy3" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["BWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "BBuy4" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["BWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "BBuy5" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["BWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "BBuy6" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["BWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "BBuy7" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["BWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "BBuy8" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["BWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "BBuy9" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["BWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "FBuy1" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["FWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "FBuy2" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["FWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "FBuy3" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["FWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "FBuy4" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["FWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "FBuy5" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["FWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "FBuy6" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["FWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "FBuy7" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["FWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "FBuy8" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["FWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 403 MovieClip "FBuy9" in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
i = this.love;
if (_parent["FWs" + i]._alpha == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 405 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Click to Buy:";
}
Instance of Symbol 405 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Click to Buy:";
}
Instance of Symbol 405 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Upgrade >";
}
Instance of Symbol 405 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Upgrade >";
}
Instance of Symbol 13 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = _global.Points;
}
Instance of Symbol 13 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Slot A Weapons";
}
Instance of Symbol 13 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Slot B Weapons";
}
Instance of Symbol 407 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = _global.Orb2;
}
Instance of Symbol 407 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = _global.Orb3;
}
Instance of Symbol 407 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = _global.Orb1;
}
Instance of Symbol 405 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Upgrade";
}
Instance of Symbol 405 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Upgrade";
}
Instance of Symbol 405 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Upgrade";
}
Instance of Symbol 405 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Ship Status";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Majar";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Easy";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Grogo";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Medium";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Rolonid";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Medium";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "OuKuf";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Hard";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Sufriel";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Hard";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Nirah";
}
Instance of Symbol 412 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Very Hard";
}
Instance of Symbol 459 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
this.score = "Select a World to Begin:";
}
Symbol 482 MovieClip Frame 2
stop();
Symbol 482 MovieClip Frame 3
stop();
CMG_AS2.ScoreSubmitter.gameId = 352;
CMG_AS2.ScoreSubmitter.gameVersion = "1.0";
CMG_AS2.ScoreSubmitter.gameValidationCode = "juno319ee8d63b605470a22e6aa29723d056";
CMG_AS2.ScoreSubmitter.responseHandler = function (returncode) {
switch (returncode) {
case CMG_AS2.ScoreSubmitter.RETURNCODE_WORKING :
hsOutput.text = "Score is being sent...";
break;
case CMG_AS2.ScoreSubmitter.RETURNCODE_SUCCESS :
hsOutput.text = "Your score has been submitted!";
CMG_AS2.ScoreSubmitter.loadHighScorePage();
break;
case CMG_AS2.ScoreSubmitter.RETURNCODE_REJECTED :
hsOutput.text = "The server rejected your score!";
break;
case CMG_AS2.ScoreSubmitter.RETURNCODE_WRONGVERSION :
hsOutput.text = "This is the wrong version of the game!";
CMG_AS2.ScoreSubmitter.loadUpdatePage();
break;
case CMG_AS2.ScoreSubmitter.RETURNCODE_NETWORKERROR :
hsOutput.text = "Your score could not reach the server at this time.";
break;
default :
hsOutput.text = "Unknown error " + returnCode;
}
};
submitBtn.onPress = function () {
var _local2 = new CMG_AS2.ScoreSubmitter();
_local2.submitScore(Monkeyname, _global.score);
submitBtn._x = -600;
};
Instance of Symbol 13 MovieClip in Symbol 482 MovieClip Frame 3
onClipEvent (enterFrame) {
this.score = _global.score;
}
Instance of Symbol 13 MovieClip in Symbol 482 MovieClip Frame 3
onClipEvent (enterFrame) {
_global.Monkeyname = _parent.Monkeyname;
this.score = _global.Monkeyname;
}
Instance of Symbol 481 MovieClip in Symbol 482 MovieClip Frame 3
onClipEvent (enterFrame) {
this.score = _global.score;
}
Symbol 487 Button
on (press) {
user_so.data.LevelDone1 = _global.LevelDone1;
user_so.data.LevelDone2 = _global.LevelDone2;
user_so.data.LevelDone3 = _global.LevelDone3;
user_so.data.LevelDone4 = _global.LevelDone4;
user_so.data.LevelDone5 = _global.LevelDone5;
user_so.data.LevelDone6 = _global.LevelDone6;
user_so.data.BslotLevel = _global.BslotLevel;
user_so.data.FslotLevel = _global.FslotLevel;
user_so.data.score = _global.score;
user_so.data.Points = _global.Points;
user_so.data.rage = _global.rage;
user_so.data.shottype = _global.shottype;
user_so.data.Deff = _global.Deff;
user_so.data.FireRep = _global.FireRep;
_root.flashy.blink = 5;
user_so.data.Orb1 = _global.Orb1;
user_so.data.Orb2 = _global.Orb2;
user_so.data.Orb3 = _global.Orb3;
}