Frame 1
stop();
NewgroundsAPI.connectMovie(6380);
Instance of Symbol 21 MovieClip in Frame 1
on (rollOver) {
this.gotoAndPlay("over");
}
on (rollOut) {
this.gotoAndPlay("out");
}
Frame 2
stopAllSounds();
function refreshTop10() {
rankz_t10_send = new LoadVars();
rankz_t10_receive = new LoadVars();
rankz_t10_send.SU0249 = "MzQ0OGolZSVhJW4lcw==";
rankz_t10_send.flashkey = "RnhSYXpxVGk=";
rankz_t10_receive.onLoad = function (success) {
if (success) {
_rankz_ar_ = rankz_t10_receive.top10.split("<u/*/u>");
i = 0;
while (i < _rankz_ar_.length) {
tempv = _rankz_ar_[i].split("</*/>");
highScoresTable["rankz_n" + (i + 1)].text = tempv[0];
highScoresTable["rankz_v" + (i + 1)].text = tempv[1];
i++;
}
} else {
trace("ERROR");
}
};
rankz_t10_send.sendAndLoad("http://rankz.armorbot.com/get/top10.php", rankz_t10_receive, "POST");
}
splat1 = new Sound(this);
splat1.attachSound("splat1");
splat2 = new Sound(this);
splat2.attachSound("splat2");
splat3 = new Sound(this);
splat3.attachSound("splat3");
splat4 = new Sound(this);
splat4.attachSound("splat4");
splat5 = new Sound(this);
splat5.attachSound("splat5");
Instance of Symbol 58 MovieClip "rainOrig" in Frame 2
onClipEvent (load) {
var spawnTimer = 5;
var grav = 0;
var streach = (Math.random(1) * 2);
var sway = false;
var xSpeed = 0;
}
onClipEvent (enterFrame) {
if ((this._name == "rainOrig") && (!sway)) {
if (spawnTimer > 0) {
spawnTimer--;
}
if (spawnTimer == 0) {
newRain = this.duplicateMovieClip("rain" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
newRain._x = 0 + random(800);
newRain._xscale = newRain._xscale + random(200);
newRain._yscale = newRain._yscale + random(400);
spawnTimer = 5;
}
} else {
grav = grav + 0.2;
_y = (_y + grav);
_yscale = (_yscale + streach);
if (_y > 600) {
this.removeMovieClip();
}
}
if (_root.rainOrig.sway) {
xSpeed = xSpeed - 1;
_x = (_x + xSpeed);
_rotation = (_rotation + 1);
}
}
Instance of Symbol 119 MovieClip in Frame 47
on (keyPress "<Space>") {
this.gotoAndPlay("pressed");
}
Instance of Symbol 119 MovieClip in Frame 51
on (keyPress "<Space>") {
this.gotoAndPlay("pressed");
}
Instance of Symbol 119 MovieClip in Frame 55
on (keyPress "<Space>") {
this.gotoAndPlay("pressed");
}
Instance of Symbol 119 MovieClip in Frame 59
on (keyPress "<Space>") {
this.gotoAndPlay("pressed");
}
Frame 71
stop();
Instance of Symbol 65 MovieClip in Frame 88
onClipEvent (load) {
this.buttonName = "Play Game";
}
Instance of Symbol 66 MovieClip "button" in Frame 88
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
_root.gotoAndPlay("goPlayGame");
}
Instance of Symbol 65 MovieClip in Frame 91
onClipEvent (load) {
this.buttonName = "Play More Games";
}
Instance of Symbol 66 MovieClip "button" in Frame 91
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
Instance of Symbol 65 MovieClip in Frame 94
onClipEvent (load) {
this.buttonName = "Sun-Studios.net";
}
Instance of Symbol 66 MovieClip "button" in Frame 94
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
getURL ("http://www.sun-studios.net", "_blank");
}
Instance of Symbol 65 MovieClip in Frame 97
onClipEvent (load) {
this.buttonName = "HighScore";
}
Instance of Symbol 66 MovieClip "button" in Frame 97
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
if (_root.highScoresTable._currentframe == 1) {
} else {
_root.highScoresTable.gotoAndPlay("close");
}
_root.gotoAndPlay("goPlayGame");
}
Instance of Symbol 66 MovieClip "button" in Frame 97
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
getURL ("http://www.sun-studios.net", "_blank");
}
Instance of Symbol 66 MovieClip "button" in Frame 97
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
if (_root.highScoresTable._currentframe == 1) {
_root.highScoresTable.play();
} else {
_root.highScoresTable.gotoAndPlay("close");
}
}
Frame 119
stop();
Frame 120
rainOrig.sway = true;
Instance of Symbol 65 MovieClip in Frame 120
onClipEvent (load) {
this.buttonName = "Play Game";
action = _root.gotoAndPlay("goPlayGame");
}
Instance of Symbol 65 MovieClip in Frame 120
onClipEvent (load) {
this.buttonName = "Play More Games";
}
Instance of Symbol 65 MovieClip in Frame 120
onClipEvent (load) {
this.buttonName = "Sun-Studios.net";
}
Frame 176
stopAllSounds();
Frame 178
var gameOver = false;
var killAll = false;
stop();
Score = 0;
wave = 1;
zombieMoveSpeed = 3;
_root.createEmptyMovieClip("topDepth", 2001);
_root.waveStat.swapDepths(_root.topDepth);
_root.createEmptyMovieClip("lightDepth", 2000);
_root.lighting.swapDepths(_root.lightDepth);
_root.createEmptyMovieClip("hudDepth", 2002);
_root.gameOverMenu.swapDepths(_root.hudDepth);
_root.createEmptyMovieClip("scoreboardDepth", 2003);
_root.highScoresTable.swapDepths(_root.scoreboardDepth);
Instance of Symbol 126 MovieClip "arrow" in Frame 178
onClipEvent (load) {
var newarrow;
var Depth = 1000;
var xSpeed = 40;
var i = 0;
var holdDown = true;
}
onClipEvent (enterFrame) {
if (this._name == "arrow") {
if (_root.gameOver == false) {
_visible = false;
if (Key.isDown(32) && (holdDown)) {
_root.hero.fire.gotoAndPlay("shoot");
newarrow = this.duplicateMovieClip("arrow" + Depth, Depth);
newarrow._x = _root.hero._x - 30;
newarrow._y = _root.hero._y - 60;
newarrow.visible = true;
Depth--;
}
}
} else {
_visible = true;
this._x = this._x - xSpeed;
if (this._x < 0) {
this.removeMovieClip();
}
}
if (Depth <= 991) {
Depth = 1000;
}
if (Key.isDown(32)) {
holdDown = false;
} else {
holdDown = true;
}
}
Instance of Symbol 155 MovieClip "friend1" in Frame 178
onClipEvent (load) {
var i = 0;
}
onClipEvent (enterFrame) {
i = 1000;
while (i > 988) {
if (this.hitTest(_root["arrow" + i])) {
this.gotoAndStop(2);
_root.gameOver = true;
_root["arrow" + i].removeMovieClip();
}
i--;
}
}
Instance of Symbol 184 MovieClip "friend2" in Frame 178
onClipEvent (load) {
var i = 0;
}
onClipEvent (enterFrame) {
i = 1000;
while (i > 988) {
if (this.hitTest(_root["arrow" + i])) {
this.gotoAndStop(2);
_root.gameOver = true;
_root["arrow" + i].removeMovieClip();
}
i--;
}
}
Instance of Symbol 253 MovieClip "friend3" in Frame 178
onClipEvent (load) {
var i = 0;
}
onClipEvent (enterFrame) {
i = 1000;
while (i > 988) {
if (this.hitTest(_root["arrow" + i])) {
this.gotoAndStop(2);
_root.gameOver = true;
_root["arrow" + i].removeMovieClip();
}
i--;
}
}
Instance of Symbol 285 MovieClip "friend4" in Frame 178
onClipEvent (load) {
var i = 0;
}
onClipEvent (enterFrame) {
i = 1000;
while (i > 988) {
if (this.hitTest(_root["arrow" + i])) {
this.gotoAndStop(2);
_root.gameOver = true;
_root["arrow" + i].removeMovieClip();
}
i--;
}
}
Instance of Symbol 321 MovieClip "hero" in Frame 178
onClipEvent (load) {
var holdDown = true;
var holdUp = true;
var platform = 1;
var timer = 0;
var counter = 0;
}
onClipEvent (enterFrame) {
counter++;
if (counter >= 30) {
timer++;
counter = 0;
}
_root.Time = this.timer;
if (_root.gameOver == false) {
if (platform < 4) {
if (Key.isDown(40) && (holdDown)) {
_y = (_y + 100);
_x = (_x - 20);
platform++;
gotoAndPlay ("down");
}
}
if (platform > 1) {
if (Key.isDown(38) && (holdUp)) {
_y = (_y - 100);
_x = (_x + 20);
platform--;
gotoAndPlay ("up");
}
}
} else {
this.gotoAndStop("noo");
}
if (Key.isDown(40)) {
holdDown = false;
} else {
holdDown = true;
}
if (Key.isDown(38)) {
holdUp = false;
} else {
holdUp = true;
}
}
Instance of Symbol 323 MovieClip "eagle" in Frame 178
onClipEvent (load) {
var eagleUsed = false;
var xSpeed = 60;
}
onClipEvent (enterFrame) {
if (_root.gameOver == false) {
if (!eagleUsed) {
if (Key.isDown(69)) {
this._x = _root.hero._x - 30;
this._y = _root.hero._y - 60;
eagleUsed = true;
}
} else {
this._x = this._x - xSpeed;
}
}
}
Instance of Symbol 330 MovieClip "waveStat" in Frame 178
onClipEvent (enterFrame) {
if (this._currentframe != 1) {
_root.getNextHighestDepth();
}
}
Instance of Symbol 385 MovieClip "zombie" in Frame 178
onClipEvent (load) {
var spawnSpeed = 30;
var spawnSpeedOrig = 30;
var spawnNumber = 9;
var Kills = 9;
var spawnNumreset = 10;
var waveNum = 1;
var Depth4 = 988;
var Depth3 = 888;
var Depth2 = 788;
var Depth1 = 688;
var newzombie;
var Random = (random(4) + 1);
var moveSpeed = 3;
var i = 0;
var count = 120;
var countreset = 120;
var frame = _root._currentframe;
}
onClipEvent (enterFrame) {
if (this._name == "zombie") {
_visible = false;
if (Depth1 < 590) {
Depth1 = 688;
}
if (Depth2 < 690) {
Depth2 = 788;
}
if (Depth3 < 790) {
Depth3 = 888;
}
if (Depth4 < 890) {
Depth4 = 988;
}
if (_root._currentframe < (frame + 1)) {
if (spawnNumber > 0) {
if (spawnSpeed <= 0) {
if (((Random * 100) + 50) == 150) {
newzombie = this.duplicateMovieClip("zombie" + Depth1, Depth1);
newzombie._y = (Random * 100) + 50;
newzombie._x = 205;
Depth1--;
}
if (((Random * 100) + 50) == 250) {
newzombie = this.duplicateMovieClip("zombie" + Depth2, Depth2);
newzombie._y = (Random * 100) + 50;
newzombie._x = 185;
Depth2--;
}
if (((Random * 100) + 50) == 350) {
newzombie = this.duplicateMovieClip("zombie" + Depth3, Depth3);
newzombie._y = (Random * 100) + 50;
newzombie._x = 155;
Depth3--;
}
if (((Random * 100) + 50) == 450) {
newzombie = this.duplicateMovieClip("zombie" + Depth4, Depth4);
newzombie._y = (Random * 100) + 50;
newzombie._x = 135;
Depth4--;
}
Random = random(4) + 1;
spawnNumber--;
spawnSpeed = spawnSpeedOrig;
} else {
spawnSpeed--;
}
}
}
if ((spawnNumber <= 0) && (Kills <= 0)) {
count--;
if (count <= 0) {
_root.zombieMoveSpeed = _root.zombieMoveSpeed + 0.5;
_root.waveStat.gotoAndPlay(2);
waveNum++;
if (spawnSpeedOrig > 10) {
spawnSpeedOrig = spawnSpeedOrig - 5;
}
_root.wave = waveNum;
spawnNumber = spawnNumreset * waveNum;
Kills = spawnNumreset * waveNum;
count = countreset;
}
}
} else {
_visible = true;
if (this._currentframe == 2) {
this._x = this._x + _root.zombieMoveSpeed;
}
if (_root.bound.hitTest(this._x + (_width / 2), _y, true) && (this._currentframe == 2)) {
_root.gameOver = true;
_root.play();
}
i = 1000;
while (i > 991) {
if (this.bound.hitTest(_root["arrow" + i]) && (this._currentframe != 3)) {
_root["arrow" + i].removeMovieClip();
_root.zombie.Kills--;
_root.Score = _root.Score + 1;
this.gotoAndStop(3);
}
i--;
}
if (this.hitTest(_root.eagle)) {
_root.zombie.Kills--;
_root.Score = _root.Score + 1;
this.removeMovieClip();
}
if (_root.killAll) {
this.removeMovieClip();
}
}
}
Instance of Symbol 387 MovieClip "lighting" in Frame 178
onClipEvent (load) {
var frame = _root._currentframe;
}
onClipEvent (enterFrame) {
if (_root._currentframe < frame) {
_visible = false;
} else {
_visible = true;
}
}
Frame 179
var killAll = true;
Instance of Symbol 155 MovieClip "friend1" in Frame 179
onClipEvent (load) {
var i = 0;
}
onClipEvent (enterFrame) {
i = 1000;
while (i > 988) {
if (this.hitTest(_root["arrow" + i])) {
this.gotoAndStop(2);
_root.gameOver = true;
_root["arrow" + i].removeMovieClip();
}
i--;
}
}
Instance of Symbol 184 MovieClip "friend2" in Frame 179
onClipEvent (load) {
var i = 0;
}
onClipEvent (enterFrame) {
i = 1000;
while (i > 988) {
if (this.hitTest(_root["arrow" + i])) {
this.gotoAndStop(2);
_root.gameOver = true;
_root["arrow" + i].removeMovieClip();
}
i--;
}
}
Instance of Symbol 253 MovieClip "friend3" in Frame 179
onClipEvent (load) {
var i = 0;
}
onClipEvent (enterFrame) {
i = 1000;
while (i > 988) {
if (this.hitTest(_root["arrow" + i])) {
this.gotoAndStop(2);
_root.gameOver = true;
_root["arrow" + i].removeMovieClip();
}
i--;
}
}
Instance of Symbol 285 MovieClip "friend4" in Frame 179
onClipEvent (load) {
var i = 0;
}
onClipEvent (enterFrame) {
i = 1000;
while (i > 988) {
if (this.hitTest(_root["arrow" + i])) {
this.gotoAndStop(2);
_root.gameOver = true;
_root["arrow" + i].removeMovieClip();
}
i--;
}
}
Frame 184
stop();
Frame 190
_root.gotoAndStop("game");
Symbol 21 MovieClip Frame 1
stop();
Symbol 21 MovieClip Frame 7
stop();
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 7
stop();
Symbol 43 MovieClip Frame 1
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndPlay ("loaded");
}
loaded = PercentLoaded;
Symbol 43 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 42 MovieClip in Symbol 43 MovieClip Frame 18
on (rollOver) {
gotoAndPlay ("over");
}
on (rollOut) {
gotoAndPlay ("out");
}
on (press) {
_root.gotoAndStop(2);
}
Instance of Symbol 42 MovieClip in Symbol 43 MovieClip Frame 25
on (rollOver) {
gotoAndPlay ("over");
}
on (rollOut) {
gotoAndPlay ("out");
}
on (press) {
_root.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (Key.isDown(13) or Key.isDown(32)) {
_root.gotoAndPlay(2);
}
}
Symbol 43 MovieClip Frame 32
stop();
Symbol 49 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 54 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 56 MovieClip Frame 1
function startAd(ngad_url) {
trace("opening " + ngad_url);
System.security.allowDomain("70.87.128.99");
System.security.allowInsecureDomain("70.87.128.99");
System.security.allowDomain("ads.shizmoo.com");
System.security.allowInsecureDomain("ads.shizmoo.com");
System.security.allowDomain("www.cpmstar.com");
System.security.allowInsecureDomain("www.cpmstar.com");
System.security.allowDomain("server.cpmstar.com");
System.security.allowInsecureDomain("server.cpmstar.com");
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!");
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), "GET");
}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();
Symbol 437 MovieClip [__Packages.NewgroundsAPI] Frame 0
class NewgroundsAPI
{
static var tracker_id, host, version, debug, error_format, header_format, normal_format, link_format;
function NewgroundsAPI () {
}
static function connectMovie(id) {
if (!id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.connectMovie(id:Number)");
} else if (!tracker_id) {
SendMessage("Connecting to API gateway...");
tracker_id = id;
host = _url.split("/")[2].toLowerCase();
if (host.length < 1) {
host = "localhost";
}
var _local2 = new Object();
SendEvent(MOVIE_VIEWS);
}
}
static function setMovieVersion(movie_version) {
if (!movie_version) {
SendError("Missing required 'version' in NewgroundsAPI.setMovieVersion(version:String)");
} else {
version = movie_version;
}
}
static function debugMode() {
debug = true;
}
static function addCustomEvent(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else if (!stat_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else {
custom_events[stat_name] = CUSTOM_STATS + stat_id;
SendMessage("Created custom event: " + stat_name);
}
}
static function addCustomLink(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else if (!stat_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else {
custom_links[stat_name] = CUSTOM_STATS + stat_id;
SendMessage((("Created custom link " + stat_id) + ": ") + stat_name);
}
}
static function loadMySite() {
SendLink(AUTHOR_SITE);
}
static function loadNewgrounds(special) {
if (special) {
var _local1 = {page:special};
}
SendLink(NEWGROUNDS, _local1);
}
static function logCustomEvent(event_name) {
if (!event_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.logCustomEvent(event_name:String)");
} else if (!custom_events[event_name]) {
SendError("Attempted to log undefined custom event: " + event_name);
} else {
SendEvent(custom_events[event_name]);
}
}
static function loadCustomLink(link_name) {
if (!link_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.loadCustomLink(link_name:String)");
} else if (!custom_links[link_name]) {
SendError("Attempted to open undefined custom link: " + link_name);
} else {
SendLink(custom_links[link_name]);
}
}
static function getAdURL() {
return(movie_options.ad_url);
}
static function getMovieURL() {
if (movie_options.movie_url) {
return(movie_options.movie_url);
}
return("Newgrounds.com");
}
static function getNewVersionURL() {
return((((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + NEW_VERSION);
}
static function SendEvent(id) {
SendStat(id, false);
}
static function SendLink(id, extra) {
SendStat(id, true, extra);
}
static function ReadGatewayData(params) {
for (var _local2 in params) {
params[_local2] = unescape(params[_local2]);
movie_options[_local2] = params[_local2];
}
if (params.settings_loaded) {
SendMessage("You have successfully connected to the Newgrounds API gateway!");
SendMessage(("Movie Identified as '" + movie_options.movie_name) + "'");
if (movie_options.message) {
SendMessage(movie_options.message);
}
if (movie_options.ad_url) {
SendMessage("Your movie has been approved to run Flash Ads");
onAdsApproved(movie_options.ad_url);
}
if (movie_options.movie_version and (movie_options.movie_version.toString() != version.toString())) {
SendMessage("WARNING: The movie version configured in your API settings does not match this movie's version!");
onNewVersionAvailable(movie_options.movie_version, getMovieURL(), getNewVersionURL());
}
if (movie_options.deny_host) {
SendMessage("You have blocked 'localHost' in your API settings.");
SendMessage("If you wish to test your movie you will need to remove this block.");
onDenyHost(host, getMovieURL(), getNewVersionURL());
}
if (movie_options.request_portal_url == 1) {
var _local4 = (((GATEWAY_URL + "?&id=") + tracker_id) + "&portal_url=") + escape(_url);
var _local3 = new XML();
_local3.ignoreWhite = true;
_local3.load(_local4);
}
} else if (!movie_options.settings_loaded) {
SendError("Could not establish connection to the API gateway.");
}
}
static function SendStat(stat_id, open_in_browser, extra) {
if (!tracker_id) {
SendError("API calls cannot be made without a valid movie id.");
SendError("Did you remember to add the \"NewgroundsAPI.connectMovie()\" code?");
} else {
var _local7 = (((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + stat_id;
for (var _local9 in extra) {
_local7 = _local7 + ((("&" + escape(_local9)) + "=") + escape(extra[_local9]));
}
trace(_local7);
if (debug) {
_local7 = _local7 + "&debug=1";
}
if (open_in_browser) {
getURL (_local7, "_blank");
} else {
var _local10 = new XML();
_local10.ignoreWhite = true;
_local10.onLoad = function (success) {
var _local6 = new Object();
var _local3 = 0;
while (_local3 < this.firstChild.childNodes.length) {
var _local4 = this.firstChild.childNodes[_local3];
var _local5 = _local4.nodeName;
var _local2 = _local4.attributes.value;
if (_local2 == Number(_local2)) {
_local2 = Number(_local2);
}
_local6[_local5] = _local2;
_local3++;
}
NewgroundsAPI.ReadGatewayData(_local6);
};
_local10.load(_local7);
}
}
}
static function SendError(msg) {
trace("[NEWGROUNDS API ERROR] :: " + msg);
}
static function SendMessage(msg) {
trace("[NEWGROUNDS API] :: " + msg);
}
static function InitTextFormats() {
if (!error_format) {
error_format = new TextFormat();
error_format.font = "Arial Black";
error_format.size = 48;
error_format.color = 16711680 /* 0xFF0000 */;
}
if (!header_format) {
header_format = new TextFormat();
header_format.font = "Arial Black";
header_format.size = 24;
header_format.color = 16777215 /* 0xFFFFFF */;
}
if (!normal_format) {
normal_format = new TextFormat();
normal_format.font = "Arial";
normal_format.bold = true;
normal_format.size = 12;
normal_format.color = 16777215 /* 0xFFFFFF */;
}
if (!link_format) {
link_format = new TextFormat();
link_format.color = 16776960 /* 0xFFFF00 */;
link_format.underline = true;
}
}
static function onNewVersionAvailable(version, movie_url, redirect_url) {
InitTextFormats();
var _local2 = new Object();
_local2.x = Stage.width / 2;
_local2.y = Stage.height / 2;
_root.createEmptyMovieClip("NGAPI_new_version_overlay", _root.getNextHighestDepth());
_root.NGAPI_new_version_overlay.lineStyle(1, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(0, 70);
_root.NGAPI_new_version_overlay.moveTo(-10, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, -10);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.lineStyle(10, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(51);
_root.NGAPI_new_version_overlay.moveTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.createEmptyMovieClip("exit", 1000);
_root.NGAPI_new_version_overlay.exit.lineStyle(2, 39423, 100);
_root.NGAPI_new_version_overlay.exit.beginFill(0, 50);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.endFill();
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 214, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 226, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 226, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 214, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.onMouseUp = function () {
if (_root.NGAPI_new_version_overlay.exit.hitTest(_root._xmouse, _root._ymouse)) {
_root.NGAPI_new_version_overlay.removeMovieClip();
}
};
var _local3 = (("Version " + version) + " is now available at:") + newline;
var _local5 = _local3.length;
_local3 = _local3 + movie_url;
var _local4 = _local3.length;
_root.NGAPI_new_version_overlay.createTextField("mouseblocker", 99, -10, -10, 1000, 1000);
_root.NGAPI_new_version_overlay.createTextField("newversion", 100, _local2.x - 210, _local2.y - 90, 400, 80);
_root.NGAPI_new_version_overlay.newversion.text = "New Version Available!";
_root.NGAPI_new_version_overlay.newversion.setTextFormat(header_format);
_root.NGAPI_new_version_overlay.createTextField("message", 101, (Stage.width - 400) / 2, Stage.height / 2, 400, 40);
_root.NGAPI_new_version_overlay.message.text = _local3;
_root.NGAPI_new_version_overlay.message.multiline = true;
_root.NGAPI_new_version_overlay.message.wordWrap = true;
_root.NGAPI_new_version_overlay.message.html = true;
_root.NGAPI_new_version_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_new_version_overlay.message.setTextFormat(_local5, _local4, link_format);
}
static function onDenyHost(hostname, movie_url, redirect_url) {
InitTextFormats();
_root.createEmptyMovieClip("NGAPI_deny_host_overlay", _root.getNextHighestDepth());
_root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100);
_root.NGAPI_deny_host_overlay.beginFill(6684672);
_root.NGAPI_deny_host_overlay.moveTo(0, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, 0);
_root.NGAPI_deny_host_overlay.endFill();
var _local2 = ("This movie has not been approved for use on " + hostname) + ".";
_local2 = _local2 + "\r\rFor an aproved copy, please visit:\r";
var _local4 = _local2.length;
_local2 = _local2 + movie_url;
var _local3 = _local2.length;
_root.NGAPI_deny_host_overlay.createTextField("mousekill", 100, 0, 0, Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.createTextField("error", 101, (Stage.width - 400) / 2, (Stage.height / 2) - 100, 400, 200);
_root.NGAPI_deny_host_overlay.error.text = "ERROR!";
_root.NGAPI_deny_host_overlay.error.setTextFormat(error_format);
_root.NGAPI_deny_host_overlay.createTextField("message", 102, (Stage.width - 400) / 2, Stage.height / 2, 400, 200);
_root.NGAPI_deny_host_overlay.message.text = _local2;
_root.NGAPI_deny_host_overlay.message.multiline = true;
_root.NGAPI_deny_host_overlay.message.wordWrap = true;
_root.NGAPI_deny_host_overlay.message.html = true;
_root.NGAPI_deny_host_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_deny_host_overlay.message.setTextFormat(_local4, _local3, link_format);
}
static function isInstalled() {
return(true);
}
static function onAdsApproved(ad_url) {
}
static var movie_options = new Object();
static var custom_events = new Object();
static var custom_links = new Object();
static var MOVIE_VIEWS = 1;
static var AUTHOR_SITE = 2;
static var NEWGROUNDS = 3;
static var NEW_VERSION = 4;
static var CUSTOM_STATS = 50;
static var GATEWAY_URL = "http://www.ngads.com/gateway.php";
}
Symbol 438 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1] Frame 0
class ab3.rankz.Armor_Bot_30_En_AS1 extends Object
{
static var _CharsReverseLookup;
var _Armor_Bot_30_En_AS1Str, _Armor_Bot_30_En_AS1Count;
function Armor_Bot_30_En_AS1 () {
super();
}
static function Encode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.encodeArmor_Bot_30_En_AS1(str));
}
static function Decode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.decodeArmor_Bot_30_En_AS1(str));
}
static function StringReplaceAll(source, find, replacement) {
return(source.split(find).join(replacement));
}
static function InitReverseChars() {
_CharsReverseLookup = new Array();
var _local1 = 0;
while (_local1 < _Chars.length) {
_CharsReverseLookup[_Chars[_local1]] = _local1;
_local1++;
}
return(true);
}
static function UrlDecode(str) {
str = StringReplaceAll(str, "\\", " ");
str = unescape(str);
return(str);
}
static function UrlEncode(str) {
str = escape(str);
str = StringReplaceAll(str, "\\", "%2B");
str = StringReplaceAll(str, "%20", "+");
return(str);
}
function setArmor_Bot_30_En_AS1Str(str) {
_Armor_Bot_30_En_AS1Str = str;
_Armor_Bot_30_En_AS1Count = 0;
}
function readArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charCodeAt(_Armor_Bot_30_En_AS1Count) & 255;
_Armor_Bot_30_En_AS1Count++;
return(_local2);
}
function encodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(3);
var _local5 = 0;
var _local4 = false;
while ((!_local4) && (((_local2[0] = readArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[1] = readArmor_Bot_30_En_AS1();
_local2[2] = readArmor_Bot_30_En_AS1();
_local3 = _local3 + _Chars[_local2[0] >> 2];
if (_local2[1] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[0] << 4) & 48) | (_local2[1] >> 4)];
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[1] << 2) & 60) | (_local2[2] >> 6)];
_local3 = _local3 + _Chars[_local2[2] & 63];
} else {
_local3 = _local3 + _Chars[(_local2[1] << 2) & 60];
_local3 = _local3 + "=";
_local4 = true;
}
} else {
_local3 = _local3 + _Chars[(_local2[0] << 4) & 48];
_local3 = _local3 + "=";
_local3 = _local3 + "=";
_local4 = true;
}
_local5 = _local5 + 4;
if (_local5 >= 76) {
_local3 = _local3 + newline;
_local5 = 0;
}
}
return(_local3);
}
function readReverseArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
while (true) {
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charAt(_Armor_Bot_30_En_AS1Count);
_Armor_Bot_30_En_AS1Count++;
if (_CharsReverseLookup[_local2]) {
return(_CharsReverseLookup[_local2]);
}
if (_local2 == "A") {
return(0);
}
}
}
function ntos(n) {
var _local1 = n.toString(16);
if (_local1.length == 1) {
_local1 = "0" + _local1;
}
_local1 = "%" + _local1;
return(unescape(_local1));
}
function decodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(4);
var _local4 = false;
while (((!_local4) && (((_local2[0] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) && (((_local2[1] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[2] = readReverseArmor_Bot_30_En_AS1();
_local2[3] = readReverseArmor_Bot_30_En_AS1();
_local3 = _local3 + ntos(((_local2[0] << 2) & 255) | (_local2[1] >> 4));
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[1] << 4) & 255) | (_local2[2] >> 2));
if (_local2[3] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[2] << 6) & 255) | _local2[3]);
} else {
_local4 = true;
}
} else {
_local4 = true;
}
}
return(_local3);
}
function toHex(n) {
var _local4 = "";
var _local3 = true;
var _local1 = 32;
while (_local1 > 0) {
_local1 = _local1 - 4;
var _local2 = (n >> _local1) & 15;
if ((!_local3) || (_local2 != 0)) {
_local3 = false;
_local4 = _local4 + _Digits[_local2];
}
}
return(((_local4 == "") ? "0" : (_local4)));
}
function pad(str, len, pad) {
var _local2 = str;
var _local1 = str.length;
while (_local1 < len) {
_local2 = pad + _local2;
_local1++;
}
return(_local2);
}
function encodeHex(str) {
var _local4 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local4 = _local4 + pad(toHex(str.charCodeAt(_local2) & 255), 2, "0");
_local2++;
}
return(_local4);
}
function decodeHex(str) {
var _local5 = "";
var _local3 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local3 = _local3 + str.charAt(_local2);
if (_local3.length == 2) {
_local5 = _local5 + ntos(parseInt("0x" + _local3));
_local3 = "";
}
_local2++;
}
return(_local5);
}
static var _EndOfInput = -1;
static var _Chars = new Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "+", "/");
static var _CharsReverseLookupInited = InitReverseChars();
static var _Digits = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f");
}
Symbol 65 MovieClip Frame 42
stop();
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 7
stop();
Symbol 66 MovieClip Frame 8
play();
Symbol 66 MovieClip Frame 13
gotoAndStop (1);
Symbol 78 MovieClip Frame 19
stop();
Symbol 79 MovieClip Frame 1
stop();
Instance of Symbol 65 MovieClip in Symbol 79 MovieClip Frame 21
onClipEvent (load) {
this.buttonName = "Try Again";
}
Instance of Symbol 66 MovieClip "button" in Symbol 79 MovieClip Frame 21
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
_root.gotoAndPlay("goPlayGame");
}
Instance of Symbol 66 MovieClip "button" in Symbol 79 MovieClip Frame 21
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
if (_root.highScoresTable._currentframe == 1) {
} else {
_root.highScoresTable.gotoAndPlay("close");
}
_parent.gotoAndPlay("close");
_root.gotoAndPlay("retry");
}
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
if (_root.highScoresTable._currentframe == 1) {
} else {
_root.highScoresTable.gotoAndPlay("close");
}
_parent.gotoAndPlay("close");
_root.gotoAndPlay("retry");
}
}
Instance of Symbol 66 MovieClip "button" in Symbol 79 MovieClip Frame 21
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
if (_root.highScoresTable._currentframe == 1) {
_root.highScoresTable.play();
} else {
_root.highScoresTable.gotoAndPlay("close");
}
}
Instance of Symbol 66 MovieClip "button" in Symbol 79 MovieClip Frame 21
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
getURL ("http://www.sun-studios.net", "_blank");
}
Instance of Symbol 66 MovieClip "button" in Symbol 79 MovieClip Frame 21
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
if (_root.highScoresTable._currentframe == 1) {
} else {
_root.highScoresTable.gotoAndPlay("close");
}
_parent.gotoAndPlay("close");
_root.gotoAndPlay("menu");
}
Instance of Symbol 65 MovieClip in Symbol 79 MovieClip Frame 25
onClipEvent (load) {
this.buttonName = "HighScore";
}
Instance of Symbol 65 MovieClip in Symbol 79 MovieClip Frame 29
onClipEvent (load) {
this.buttonName = "Play More Games";
}
Instance of Symbol 65 MovieClip in Symbol 79 MovieClip Frame 33
onClipEvent (load) {
this.buttonName = "Submit Score";
}
Instance of Symbol 66 MovieClip "button" in Symbol 79 MovieClip Frame 33
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = _parent.playerName;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.Score;
__rankz_send__("MzQ0OGolZSVhJW4lcw==", "RnhSYXpxVGk=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
if (_root.highScoresTable._currentframe == 1) {
_root.highScoresTable.play();
}
_parent.gotoAndStop(52);
}
Instance of Symbol 65 MovieClip in Symbol 79 MovieClip Frame 33
onClipEvent (load) {
this.buttonName = "Menu";
}
Symbol 79 MovieClip Frame 36
this.playerScore = _root.Score;
Symbol 79 MovieClip Frame 51
stop();
Symbol 79 MovieClip Frame 52
stop();
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 44
_root.refreshTop10();
Symbol 114 MovieClip Frame 64
stop();
Instance of Symbol 65 MovieClip in Symbol 114 MovieClip Frame 64
onClipEvent (load) {
this.buttonName = "All HighScores";
}
Instance of Symbol 66 MovieClip "button" in Symbol 114 MovieClip Frame 64
on (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay("over");
}
}
on (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay("out");
}
}
on (press) {
getURL ("http://rankz.armorbot.com/ZombieMayhem/", "_blank");
}
Symbol 119 MovieClip Frame 15
gotoAndPlay (1);
Symbol 119 MovieClip Frame 36
_root.play();
Symbol 154 MovieClip Frame 1
soundChoose = random(5) + 1;
_root["splat" + soundChoose].start(0, 0);
Symbol 154 MovieClip Frame 43
stop();
Symbol 155 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 1
soundChoose = random(5) + 1;
_root["splat" + soundChoose].start(0, 0);
Symbol 183 MovieClip Frame 46
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 1
soundChoose = random(5) + 1;
_root["splat" + soundChoose].start(0, 0);
Symbol 252 MovieClip Frame 76
stop();
Symbol 253 MovieClip Frame 1
stop();
Symbol 284 MovieClip Frame 1
soundChoose = random(5) + 1;
_root["splat" + soundChoose].start(0, 0);
Symbol 284 MovieClip Frame 31
stop();
Symbol 285 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 1
Symbol 306 MovieClip Frame 10
stop();
Symbol 320 MovieClip Frame 40
stop();
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 2
play();
Symbol 321 MovieClip Frame 4
gotoAndStop (1);
Symbol 321 MovieClip Frame 5
play();
Symbol 321 MovieClip Frame 7
gotoAndStop (1);
Symbol 330 MovieClip Frame 1
stop();
_visible = false;
Symbol 330 MovieClip Frame 2
_visible = true;
this.wave = _root.wave;
Symbol 346 MovieClip Frame 13
_parent.gotoAndStop(2);
Symbol 347 MovieClip Frame 1
_visible = false;
Symbol 384 MovieClip Frame 1
soundChoose = random(5) + 1;
_root["splat" + soundChoose].start(0, 0);
Symbol 384 MovieClip Frame 35
stop();
_parent.removeMovieClip();
Symbol 385 MovieClip Frame 1
stop();
Symbol 385 MovieClip Frame 2
stop();
Symbol 385 MovieClip Frame 3
stop();
Symbol 436 MovieClip Frame 26
soundChoose = random(5) + 1;
_root["splat" + soundChoose].start(0, 0);
Instance of Symbol 348 MovieClip in Symbol 436 MovieClip Frame 50
onClipEvent (load) {
gotoAndPlay(random(23));
}
Instance of Symbol 348 MovieClip in Symbol 436 MovieClip Frame 50
onClipEvent (load) {
gotoAndPlay(random(23));
}
Instance of Symbol 348 MovieClip in Symbol 436 MovieClip Frame 50
onClipEvent (load) {
gotoAndPlay(random(23));
}
Instance of Symbol 348 MovieClip in Symbol 436 MovieClip Frame 50
onClipEvent (load) {
gotoAndPlay(random(23));
}
Instance of Symbol 348 MovieClip in Symbol 436 MovieClip Frame 50
onClipEvent (load) {
gotoAndPlay(random(23));
}
Instance of Symbol 348 MovieClip in Symbol 436 MovieClip Frame 50
onClipEvent (load) {
gotoAndPlay(random(23));
}
Instance of Symbol 348 MovieClip in Symbol 436 MovieClip Frame 50
onClipEvent (load) {
gotoAndPlay(random(23));
}
Instance of Symbol 348 MovieClip in Symbol 436 MovieClip Frame 50
onClipEvent (load) {
gotoAndPlay(random(23));
}
Symbol 436 MovieClip Frame 65
if (_root.gameOverMenu._currentframe == 1) {
_root.gameOverMenu.play();
}
Symbol 436 MovieClip Frame 129
stop();
Instance of Symbol 435 MovieClip in Symbol 436 MovieClip Frame 129
onClipEvent (load) {
gotoAndPlay(random(21));
}
Instance of Symbol 435 MovieClip in Symbol 436 MovieClip Frame 129
onClipEvent (load) {
gotoAndPlay(random(21));
}
Instance of Symbol 435 MovieClip in Symbol 436 MovieClip Frame 129
onClipEvent (load) {
gotoAndPlay(random(21));
}
Instance of Symbol 435 MovieClip in Symbol 436 MovieClip Frame 129
onClipEvent (load) {
gotoAndPlay(random(21));
}
Instance of Symbol 435 MovieClip in Symbol 436 MovieClip Frame 129
onClipEvent (load) {
gotoAndPlay(random(21));
}
Instance of Symbol 435 MovieClip in Symbol 436 MovieClip Frame 129
onClipEvent (load) {
gotoAndPlay(random(21));
}