Frame 1
stopAllSounds();
_root.bytesLoaded = _root.getBytesLoaded();
_root.bytesTotal = _root.getBytesTotal();
_root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal));
_root.percentLoadedText = _root.percentLoaded + "%";
_root.bar.gotoAndStop(percentLoaded);
_root.plt2 = (_root.bytesTotal / 1000) + " KB";
_root.plt3 = (_root.bytesLoaded / 1000) + " KB";
_root.plt4 = ((_root.bytesTotal - _root.bytesLoaded) / 1000) + " KB";
duplicate = function () {
duplicateMovieClip (_root.mainloaderg, "mainloaderg" + _root.n, _root.getNextHighestDepth() + _root.n);
};
MENU = new ContextMenu();
MENU.hideBuiltInItems();
function createTimer(Name1, ID1, Offset, VCount, timing1) {
createEmptyMovieClip(Name1 + ID1, this.getNextHighestDepth());
_root[Name1 + ID1].startt = getTimer() / 1000;
_root[Name1 + ID1].Offset = Offset;
_root[Name1 + ID1].ID1 = ID1;
_root[Name1 + ID1].VCount = VCount;
_root[Name1 + ID1].pauseTime = 0;
_root[Name1 + ID1].Name1 = Name1;
_root[Name1 + ID1].timePaused = 0;
_root[Name1 + ID1].timeUnpaused = 0;
_root[Name1 + ID1].pauseLength = 0;
_root[Name1 + ID1].stopt = 0;
_root[Name1 + ID1].timing = timing1;
}
function resetTimer(Name1, ID1, timing) {
createTimer(Name1, ID1, _root[Name1 + ID1].Offset, _root[Name1 + ID1].VCount, timing);
}
function gettime(Name1, ID1) {
trace(1);
if ((_root[Name1 + ID1].VCount == "down") && (_root[Name1 + ID1].timing == 1)) {
_root[Name1 + ID1].stopt = (_root[Name1 + ID1].Offset - ((getTimer() / 1000) - _root[Name1 + ID1].startt)) + _root[Name1 + ID1].pauseLength;
return(_root[Name1 + ID1].stopt);
}
if (_root[Name1 + ID1].timing == 0) {
return(_root[Name1 + ID1].stopt);
}
if ((_root[Name1 + ID1].VCount == "up") && (_root[Name1 + ID1].timing == 1)) {
_root[Name1 + ID1].stopt = (_root[Name1 + ID1].Offset + ((getTimer() / 1000) - _root[Name1 + ID1].startt)) - _root[Name1 + ID1].pauseLength;
return(_root[Name1 + ID1].stopt);
}
}
function pauseTimer(Name1, ID1) {
_root[Name1 + ID1].timing = 0;
_root[Name1 + ID1].timePaused = getTimer() / 1000;
}
function unpauseTimer(Name1, ID1) {
_root[Name1 + ID1].timing = 1;
_root[Name1 + ID1].timeUnpaused = getTimer() / 1000;
_root[Name1 + ID1].pauseLength = (_root[Name1 + ID1].timeUnpaused - _root[Name1 + ID1].timePaused) + _root[Name1 + ID1].pauseLength;
}
function restartTimer(Name1, ID1) {
_root[Name1 + ID].startt = getTimer() / 1000;
_root[Name1 + ID1].pauseTime = 0;
_root[Name1 + ID1].timePaused = 0;
_root[Name1 + ID1].timeUnpaused = 0;
_root[Name1 + ID1].pauseLength = 0;
pauseTimer(Name1, ID1);
}
duplicate = function () {
duplicateMovieClip (this.mainloadergg1, "mainloadergg1" + this.n, this.getNextHighestDepth() + this.n);
};
Instance of Symbol 5 MovieClip "mainloadergg1" in Frame 1
onClipEvent (load) {
if (this._name != "mainloadergg1") {
_parent.deletename = this._name;
this._width = this._width + Math.round(Math.random() * 40);
this._height = this._width;
location1 = Math.round(Math.random() * 4);
if (location1 == 0) {
location1 = 1;
}
trace(location1);
if (location1 == 1) {
this._y = Math.round(Math.random() * 500);
this._x = -this._width;
} else if (location1 == 4) {
this._x = Math.round(Math.random() * 650);
this._y = -this._width;
} else if (location1 == 2) {
this._x = Math.round(Math.random() * 650);
this._y = 500 + this._width;
} else if (location1 == 3) {
this._y = Math.round(Math.random() * 500);
this._x = 650 + this._width;
}
speed1 = Math.round(Math.random() * 14) + 1;
values1 = speed1 + Math.round(Math.random() * 3);
} else {
_parent.n = 1;
this.duplicateMovieClip("mainloadergg1" + this._parent.n, this.getNextHighestDepth + this._parent.n);
}
}
onClipEvent (enterFrame) {
if (_root._currentframe > 2) {
this.removeMovieClip(this);
}
if (_root.gpaused) {
} else if (this._name != "mainloadergg1") {
if (location1 == 1) {
this._x = this._x + speed1;
} else if (location1 == 4) {
this._y = this._y + speed1;
} else if (location1 == 2) {
this._y = this._y - speed1;
} else if (location1 == 3) {
this._x = this._x - speed1;
}
if (((location1 == 1) || (location1 == 4)) && ((this._x >= (650 + this._width)) || (this._y >= (500 + this._width)))) {
this.gotoAndStop(this._totalframes);
}
if (((location1 == 2) || (location1 == 3)) && ((this._x <= ((-this._width) + 1)) || (this._y <= ((-this._width) + 1)))) {
this.gotoAndStop(this._totalframes);
}
}
}
Frame 2
if (_root.percentLoaded == 100) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
if (_root._framesloaded >= 16) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.autostream == "yes") {
gotoAndPlay (3);
}
}
Frame 3
function doSomething2() {
getURL ("http://www.flak-games.com", "_blank");
}
function doSomething3() {
_quality = "BEST";
}
function doSomething4() {
_quality = "MEDIUM";
}
function doSomething5() {
_quality = "LOW";
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned2 = new ContextMenuItem("\u00A9 2008 Flak-Games.com. All Rights Reserved", doSomething2);
Functioned3 = new ContextMenuItem("High Quality", doSomething3);
Functioned4 = new ContextMenuItem("Medium Quality", doSomething4);
Functioned5 = new ContextMenuItem("Low Quality", doSomething5);
Functioned3.separatorBefore = true;
MENU.customItems.push(Functioned2, Functioned3, Functioned4, Functioned5);
_root.menu = MENU;
removeMovieClip(_root.mainloaderg);
removeMovieClip(_root[deletename]);
Frame 14
function doSomething() {
getURL ("http://www.flak-games.com", "_blank");
}
function doSomething3() {
_quality = "BEST";
}
function doSomething4() {
_quality = "MEDIUM";
}
function doSomething5() {
_quality = "LOW";
}
stop();
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("\u00A9 2007 Flak-Games.com. All Rights Reserved", doSomething);
Functioned3 = new ContextMenuItem("High Quality", doSomething3);
Functioned4 = new ContextMenuItem("Medium Quality", doSomething4);
Functioned5 = new ContextMenuItem("Low Quality", doSomething5);
Functioned3.separatorBefore = true;
MENU.customItems.push(Functioned, Functioned3, Functioned4, Functioned5);
_root.menu = MENU;
removeMovieClip(_root.mainloaderg);
removeMovieClip(_root[deletename]);
Frame 15
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__("7b1281a9", this, 10301, true);
stop();
cursor_mc.onMouseMove = function () {
if ((((_root._ymouse <= 500) && (_root._ymouse >= 0)) && (_root._xmouse >= 0)) && (_root._xmouse <= 650)) {
Mouse.hide();
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
} else {
Mouse.show();
updateAfterEvent();
}
};
_root.fkjsdflsajldkja = 0;
_root.fkjsdflsajldkja2 = 0;
Instance of Symbol 219 MovieClip "pausemenu" in Frame 15
onClipEvent (enterFrame) {
if ((!Key.isDown(80)) && (this._currentframe == 1)) {
o = 2;
}
if ((Key.isDown(80) && (this._currentframe == 1)) && (o == 2)) {
this.gotoAndStop(2);
_root.pausegame();
}
if ((!Key.isDown(80)) && (this._currentframe != 1)) {
o = 1;
}
if ((Key.isDown(80) && (this._currentframe != 1)) && (o == 1)) {
this.gotoAndStop(1);
_root.unpausegame();
}
}
Instance of Symbol 221 MovieClip "cursor_mc" in Frame 15
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 15
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 15
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
if (game.data.colorscheme == undefined) {
game.data.colorscheme = "blue";
game.flush();
}
this._alpha = game.data.brightness;
_root.bg1.gotoAndStop(game.data.colorscheme);
}
Instance of Symbol 228 MovieClip "m" in Frame 15
onClipEvent (load) {
if (_root.minitiated == undefined) {
_root.minitiated = true;
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data._currentsong == undefined) {
game.data._currentsong = 1;
game.flush();
this.gotoAndStop(game.data._currentsong + 1);
} else if (game.data._currentsong == "off") {
this.gotoAndStop(1);
} else {
this.gotoAndStop(game.data._currentsong + 1);
}
}
}
Frame 16
function LevelDescription(LevelD) {
if (_root["g" + LevelD].locked == false) {
_root.LDB.info.glocked = false;
_root.LDB.info.loading = _root["g" + LevelD].loading;
_root.LDB.info.gname = _root["g" + LevelD].gameTitle;
_root.LDB.info.glfn = _root["g" + LevelD].lfn;
_root.LDB.info.LevelD = LevelD;
_root.LDB.locked = false;
_root.LDB.n = LevelD;
_root.LDB.info.framen1 = _root["g" + LevelD].framen1;
_root.LDB.info.Game_Description = _root["g" + LevelD].Game_Description;
} else {
_root.LDB.info.loading = _root["g" + LevelD].loading;
_root.LDB.info.framen1 = "djlskjkldjs;lakf";
_root.LDB.locked = true;
_root.LDB.info.gname = "<b><u>LOCKED</u></b>";
_root.LDB.info.glfn = _root["g" + LevelD].lfn;
_root.LDB.info.LevelD = LevelD;
_root.LDB.info.Game_Description = " This game is currently locked. You must unlock it to play it. Usually, you will unlock a game by beating another one or getting a high enough score.";
}
_root.LDB.gotoAndStop(2);
}
stop();
clearInterval(timerInterval);
_root.fkjsdflsajldkja2 = 0;
game = SharedObject.getLocal("minigamecollectioninfo");
_root.g1.gameTitle = "<b><u>Loader Minigame</u></b>";
_root.g1.n = 1;
_root.g1.lfn = _root._currentframe;
_root.g1.locked = false;
_root.g1.score = game.data.g2score;
_root.g1.onRelease = function () {
_root.loaderminigame.gotoAndStop(2);
_root.fkjsdflsajldkja = 0;
_root.fkjsdflsajldkja2 = 0;
_root.gotoAndStop("mainMenu");
};
_root.g2.gameTitle = "<b><u>Mouse Avoider</u></b>";
_root.g2.n = 2;
_root.g2.score = game.data.g1score;
_root.g2.lfn = 23;
_root.g2.locked = false;
_root.g2.Game_Description = " This game is a simple maze game in which you must guide your mouse through the maze without hitting any walls or obstacles. If you hit anything, you must start the level over. To begin playing a level, place your cursor on the green button. To advance to the next level, guide your cursor to the red button. Your score drops each second. Be quick!";
_root.g2.framen1 = "Mouse Avoider";
_root.g2.onRelease = function () {
_root.fkjsdflsajldkja = 0;
_root.fkjsdflsajldkja2 = 0;
if ((game.data.skipdirections == "yes") && (_root._framesloaded == _root._totalframes)) {
_root.gotoAndStop(_root.g2.framen1);
}
LevelDescription(2);
};
_root.g3.gameTitle = "<b><u>Missile Mayhem</u></b>";
_root.g3.score = game.data.g3score;
_root.g3.n = 3;
_root.g3.lfn = 47;
_root.g3.locked = false;
_root.g3.Game_Description = " You play as a missile in this game. You must avoid obstacles. Use the arrow keys to move left, right, up, and down. Get past as many obstacles as possible to get a high score. Have Fun!";
_root.g3.framen1 = "Missle Mayhem";
_root.g3.onRelease = function () {
_root.fkjsdflsajldkja = 0;
_root.fkjsdflsajldkja2 = 0;
if ((game.data.skipdirections == "yes") && (_root._framesloaded == _root._totalframes)) {
_root.gotoAndStop(_root.g3.framen1);
}
LevelDescription(3);
};
_root.g4.gameTitle = "<b><u>Turret Trouble</u></b>";
_root.g4.n = 4;
_root.g4.lfn = 51;
_root.g4.locked = false;
_root.g4.score = game.data.g4score;
_root.g4.Game_Description = " Move your cursor to avoid bullets and other obstacles. If you get hit, you will die. Bullets will stop moving at a certain point, but they are still deadly. Stay alive for as long as possible to get a high score.";
_root.g4.framen1 = "Turret Trouble";
_root.g4.onRelease = function () {
_root.fkjsdflsajldkja2 = 0;
_root.fkjsdflsajldkja = 0;
if ((game.data.skipdirections == "yes") && (_root._framesloaded == _root._totalframes)) {
_root.gotoAndStop(_root.g4.framen1);
}
LevelDescription(4);
};
_root.g5.gameTitle = "<b><u>Selection</u></b>";
_root.g5.n = 5;
_root.g5.lfn = 101;
_root.g5.locked = false;
_root.g5.score = game.data.g5score;
_root.g5.Game_Description = " In this game, you select boxes by using the arrow keys. You must select the red box to gain points. When hit, another box will turn red. Get as many points as possible in the given time according to difficulty.";
_root.g5.framen1 = "Selection";
_root.g5.onRelease = function () {
_root.fkjsdflsajldkja2 = 0;
_root.fkjsdflsajldkja = 0;
if ((game.data.skipdirections == "yes") && (_root._framesloaded == _root._totalframes)) {
_root.gotoAndStop(_root.g5.framen1);
}
LevelDescription(5);
};
_root.g6.gameTitle = "<b><u>Target Practice</u></b>";
_root.g6.n = 6;
_root.g6.lfn = 107;
_root.g6.locked = false;
_root.g6.score = game.data.g6score;
_root.g6.Game_Description = " In this game, you control a laser cannon. Aim and shoot at the moving targets by using the mouse. Get as many points as possible in the given time. Tip: Several targets can get hit at certain times.";
_root.g6.framen1 = "Target Practice";
_root.g6.onRelease = function () {
_root.fkjsdflsajldkja = 0;
if ((game.data.skipdirections == "yes") && (_root._framesloaded == _root._totalframes)) {
_root.gotoAndStop(_root.g6.framen1);
}
LevelDescription(6);
};
_root.g7.gameTitle = "<b><u>Space Waste</u></b>";
_root.g7.n = 7;
_root.g7.lfn = 97;
_root.g7.locked = false;
_root.g7.score = game.data.g7score;
_root.g7.Game_Description = " In this game, you control a spaceship which collects trash, such as destroyed spacecraft, in space. Use the Left and Right arrow keys to turn, the Up arrow key to accelerate, and the Down arrow key to go in reverse. Have Fun!";
_root.g7.framen1 = "Space Waste";
_root.g7.onRelease = function () {
_root.fkjsdflsajldkja = 0;
if ((game.data.skipdirections == "yes") && (_root._framesloaded == _root._totalframes)) {
_root.gotoAndStop(_root.g7.framen1);
}
LevelDescription(7);
};
_root.g8.gameTitle = "<b><u>Bomb Barrage</u></b>";
_root.g8.n = 8;
_root.g8.lfn = 93;
_root.g8.locked = false;
_root.g8.score = game.data.g8score;
_root.g8.Game_Description = " In this game, you must dodge as many bombs as possible. Use the left and right arrow keys to move side to side and the up arrow key to jump.";
_root.g8.framen1 = "Bomb Barrage";
_root.g8.onRelease = function () {
_root.fkjsdflsajldkja = 0;
if ((game.data.skipdirections == "yes") && (_root._framesloaded == _root._totalframes)) {
_root.gotoAndStop(_root.g8.framen1);
}
LevelDescription(8);
};
_root.g9.gameTitle = "<b><u>Slingshot Fun</u></b>";
_root.g9.n = 9;
_root.g9.lfn = 111;
_root.g9.locked = false;
_root.g9.score = game.data.g9score;
_root.g9.Game_Description = " In this game, you control a slingshot. You shoot a ball trying to get it to hit the other side of the screen. Enemy walls get in the way though. Shoot around the walls gaining as many points as possible within a minute.";
_root.g9.framen1 = "Slingshot Fun";
_root.g9.onRelease = function () {
_root.fkjsdflsajldkja = 0;
if ((game.data.skipdirections == "yes") && (_root._framesloaded == _root._totalframes)) {
_root.gotoAndStop(_root.g9.framen1);
}
LevelDescription(9);
};
_root.g10.gameTitle = "<b><u>Quick Shot</u></b>";
_root.g10.n = 10;
_root.g10.lfn = 114;
_root.g10.locked = false;
_root.g10.score = game.data.g10score;
_root.g10.Game_Description = " In this fps, you have a gun and must shoot the targets that appear on the screen. The closer to the center of the target you shoot, the more points you get. Get as many points as possible in the given time.";
_root.g10.framen1 = "Quick Shot";
_root.g10.onRelease = function () {
if ((game.data.skipdirections == "yes") && (_root._framesloaded == _root._totalframes)) {
_root.gotoAndStop(_root.g10.framen1);
}
LevelDescription(10);
};
_root.g11.gameTitle = "<b><u>Leave A Review!</u></b>";
_root.g11.n = 11;
_root.g11.lfn = 117;
_root.g11.locked = true;
_root.g11.score = game.data.g11score;
_root.g11.Game_Description = " This feature is for leaving a comment/review from within the game. Since this can only be unlocked by playing all the games, I will pay more attention to these reviews than any other review from any website.";
_root.g11.framen1 = "Review";
_root.g11.onRelease = function () {
if (((game.data.skipdirections == "yes") && (_root.g11.locked == false)) && (_root._framesloaded == _root._totalframes)) {
_root.gotoAndStop(_root.g11.framen1);
}
LevelDescription(11);
};
_root.g12.gameTitle = "<b><u>Extra Stuff!</u></b>";
_root.g12.n = 12;
_root.g12.lfn = 118;
_root.g12.locked = true;
_root.g12.Game_Description = " This is a bunch of random stuff added to the game. This was unlocked by getting a score higher than 2000. Things that this has includes is previews for future games, ";
_root.g12.framen1 = "Extra";
_root.g12.onRelease = function () {
if (((game.data.skipdirections == "yes") && (_root.g12.locked == false)) && (_root._framesloaded == _root._totalframes)) {
_root.gotoAndStop(_root.g12.framen1);
}
LevelDescription(12);
};
_root.g10.score = game.data.g10score;
ii = 0;
while (ii < 11) {
if (_root["g" + ii].score == undefined) {
_root["g" + ii].score = 0;
}
if (_root["g" + ii].score == "0") {
_root["g" + ii].score = 0;
}
ii++;
}
if (g10.score == undefined) {
g10.score = 0;
}
trace((((((((((g1.score + g2.score) + g3.score) + g4.score) + g5.score) + g6.score) + g7.score) + g8.score) + g9.score) + " ") + g10.score);
overallscore = ((((((((g1.score + g2.score) + g3.score) + g4.score) + g5.score) + g6.score) + g7.score) + g8.score) + g9.score) + g10.score;
if ((((((((((game.data.g1score > 0) && (game.data.g2score > 0)) && (game.data.g3score > 0)) && (game.data.g4score > 0)) && (game.data.g5score > 0)) && (game.data.g6score > 0)) && (game.data.g7score > 0)) && (game.data.g8score > 0)) && (game.data.g10score > 0)) && (game.data.g10score > 0)) {
_root.g11.locked = false;
}
if (overallscore >= 2000) {
g12.locked = false;
}
cursor_mc.onMouseMove = function () {
if ((((_root._ymouse <= 500) && (_root._ymouse >= 0)) && (_root._xmouse >= 0)) && (_root._xmouse <= 650)) {
Mouse.hide();
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
} else {
Mouse.show();
updateAfterEvent();
}
};
if (showadcd2 == 1) {
showadcd2 = 0;
_root.mus.setVolume(prevvolume);
}
Instance of Symbol 300 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.fkjsdflsajldkja && (this._currentframe == 1)) {
this.gotoAndPlay(2);
} else if (this._currentframe == 2) {
this.gotoAndStop(1);
}
}
Frame 17
showadcd = 1;
MochiAd.showInterLevelAd({id:"7a17519ae46cdb9f", res:"650x500"});
Frame 18
cursor_mc.onMouseMove = function () {
if ((((_root._ymouse <= 500) && (_root._ymouse >= 0)) && (_root._xmouse >= 0)) && (_root._xmouse <= 650)) {
Mouse.hide();
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
} else {
Mouse.show();
updateAfterEvent();
}
};
if (showadcd == 1) {
showadcd = 0;
showadcd2 = 1;
gotoAndStop ("selectgameblue");
}
Instance of Symbol 219 MovieClip "pausemenu" in Frame 18
onClipEvent (enterFrame) {
if ((!Key.isDown(80)) && (this._currentframe == 1)) {
o = 2;
}
if ((Key.isDown(80) && (this._currentframe == 1)) && (o == 2)) {
this.gotoAndStop(2);
_root.pausegame();
}
if ((!Key.isDown(80)) && (this._currentframe != 1)) {
o = 1;
}
if ((Key.isDown(80) && (this._currentframe != 1)) && (o == 1)) {
this.gotoAndStop(1);
_root.unpausegame();
}
}
Instance of Symbol 221 MovieClip "cursor_mc" in Frame 18
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 18
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 18
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
if (game.data.colorscheme == undefined) {
game.data.colorscheme = "blue";
game.flush();
}
this._alpha = game.data.brightness;
_root.bg1.gotoAndStop(game.data.colorscheme);
}
Frame 19
stop();
Mouse.hide();
Mouse.hide();
cursor_mc.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
fscommand ("showmenu", false);
Instance of Symbol 337 MovieClip in Frame 19
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.creditsm._currentframe >= _root.creditsm._totalframes) {
_root.creditsm._alpha = _root.creditsm._alpha - 5;
this.gotoAndStop(2);
}
if (_root.creditsm._alpha == 0) {
this._alpha = this._alpha + 5;
}
}
Instance of Symbol 221 MovieClip "cursor_mc" in Frame 19
/* no clip actions */
Instance of Symbol 228 MovieClip "m" in Frame 19
onClipEvent (load) {
this.gotoAndStop(2);
}
Frame 20
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.currentlevel = _root.currentlevel;
game.data.loadedmascore = _root.levels.mascore;
game.data.saveddifficulty = _root.difficulty;
game.flush();
};
pausegame = function () {
_root.gpaused = 1;
};
unpausegame = function () {
_root.gpaused = 0;
};
refresh_movie = function (framename) {
clearInterval(_root.levels.intervalID);
trace(framename);
_root.gotoAndStop(framename);
};
_root.currentgame = "Mouse Avoider";
Instance of Symbol 219 MovieClip "pausemenu" in Frame 20
onClipEvent (enterFrame) {
if ((!Key.isDown(80)) && (this._currentframe == 1)) {
o = 2;
}
if ((Key.isDown(80) && (this._currentframe == 1)) && (o == 2)) {
this.gotoAndStop(2);
_root.pausegame();
}
if ((!Key.isDown(80)) && (this._currentframe != 1)) {
o = 1;
}
if ((Key.isDown(80) && (this._currentframe != 1)) && (o == 1)) {
this.gotoAndStop(1);
_root.unpausegame();
}
}
Instance of Symbol 389 MovieClip "cursor" in Frame 20
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 20
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 20
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
this._alpha = game.data.brightness;
}
Instance of Symbol 228 MovieClip "m" in Frame 20
onClipEvent (load) {
gotoAndStop (26);
}
Frame 21
stop();
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
Instance of Symbol 487 MovieClip "levels" in Frame 21
onClipEvent (load) {
function dropscore() {
_root.levels.mascore--;
}
this.mascore = 900;
var intervalID = setInterval(dropscore, 1000);
trace(_root.currentlevel);
if (_root.cfsd == true) {
if (_root.currentlevel != undefined) {
this.mascore = _root.loadedmascore;
this.gotoAndStop((_root.currentlevel * 2) - 1);
}
}
}
onClipEvent (enterFrame) {
if (((this._currentframe == (this._totalframes - 1)) || (_root.gpaused)) || (_root._ymouse > 470)) {
clearInterval(intervalID);
trace(9);
set123 = 1;
}
if (_root.gpaused) {
clearInterval(intervalID);
set123 = 1;
}
if ((((!_root.gpaused) && (set123)) && (this._currentframe != (this._totalframes - 1))) || (((_root._ymouse <= 470) && (set123)) && (this._currentframe != (this._totalframes - 1)))) {
set123 = 0;
clearInterval(intervalID);
var intervalID = setInterval(dropscore, 1000);
}
if (this._currentframe == (this._totalframes - 1)) {
this.mascored = this.mascore * _root.difficulty1;
trace(_root.difficulty1);
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.g1score <= mascored) {
game.data.g1score = mascored;
}
}
}
Frame 22
stop();
Frame 23
prevFrame();
Frame 24
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.currentlevel = _root.currentlevel;
game.flush();
trace("kjhjgyh");
i = 0;
while (i < _root.wallCount) {
_root["wallu" + i].removeMovieClip();
_root["walld" + i].removeMovieClip();
i++;
}
_root.goal.removeMovieClip();
};
pausegame = function () {
};
unpausegame = function () {
};
refresh_movie = function (framename) {
removeMovieClip(pausemenu);
removeMovieClip(menub);
removeMovieClip(cursor);
removeMovieClip(_root.goal);
gotoAndPlay ("refreshf");
_root.framename = framename;
};
stop();
_root.currentgame = "Missle Mayhem";
Instance of Symbol 365 MovieClip "bg" in Frame 24
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 219 MovieClip "pausemenu" in Frame 24
onClipEvent (enterFrame) {
if ((!Key.isDown(80)) && (this._currentframe == 1)) {
o = 2;
}
if ((Key.isDown(80) && (this._currentframe == 1)) && (o == 2)) {
this.gotoAndStop(2);
_root.pausegame();
}
if ((!Key.isDown(80)) && (this._currentframe != 1)) {
o = 1;
}
if ((Key.isDown(80) && (this._currentframe != 1)) && (o == 1)) {
this.gotoAndStop(1);
_root.unpausegame();
}
}
Instance of Symbol 389 MovieClip "cursor" in Frame 24
onClipEvent (enterFrame) {
Mouse.hide();
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 24
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 24
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
this._alpha = game.data.brightness;
}
Instance of Symbol 228 MovieClip "m" in Frame 24
onClipEvent (load) {
gotoAndStop (30);
}
Frame 31
stop();
var WALLSPEED = 7;
var PLAYERMAXSPEED = 20;
var PLAYERACCEL = 1;
var PLAYDECEL = 1;
var win = false;
var distance = 150;
var wallCount = 0;
var timerResset = 70;
var timer = timerResset;
_root.passed = 0;
var gamePaused = false;
pressed = false;
pausegame = function () {
_root.gamePaused = true;
};
if (difficulty == "easy") {
var WALLSPEED = 5;
var timerResset = 80;
}
if (difficulty == "hard") {
var WALLSPEED = 8;
var timerResset = 60;
}
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
unpausegame = function () {
_root.gamePaused = false;
};
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
Instance of Symbol 511 MovieClip "wallu" in Frame 31
onClipEvent (load) {
if (this._name != "wallu") {
WALLNUM = _root.wallCount - 1;
_root.HALFWIDTH = this._width / 2;
HALFHEIGHT = this._height / 2;
speed = _root.WALLSPEED;
this._x = 650 + _root.HALFWIDTH;
this._y = (random(500) - 500) - _root.distance;
if (this._y < -500) {
this._y = -500;
}
_root.distance--;
}
this.swapDepths(_root.cursor);
this.swapDepths(_root.pausemenu);
this.swapDepths(_root.menub);
}
onClipEvent (enterFrame) {
if (!_root.gamePaused) {
if (this._name != "wallu") {
if (this._x < (-_root.HALFWIDTH)) {
this.removeMovieClip(this);
}
this._x = this._x - speed;
_root["walld" + WALLNUM]._x = this._x;
}
}
}
Instance of Symbol 511 MovieClip "walld" in Frame 31
onClipEvent (load) {
WALLNUM = _root.wallCount - 1;
_root.HALFWIDTH = this._width / 2;
this._y = (_root["wallu" + WALLNUM]._y + _root.distance) + 500;
this.swapDepths(_root.cursor);
this.swapDepths(_root.pausemenu);
this.swapDepths(_root.menub);
}
onClipEvent (enterFrame) {
if (!_root.gamePaused) {
if (this._x < (-_root.HALFWIDTH)) {
if (!kfjlask) {
kfjlask = 1;
_root.passed = _root.passed + 4;
}
this.removeMovieClip(this);
}
this._x = _root["wallu" + WALLNUM]._x;
}
}
Instance of Symbol 514 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (!_root.gamePaused) {
if (_root.timer > 0) {
_root.timer--;
} else if (_root.timer == 0) {
if (_root.wallCount < 1.5E22) {
duplicateMovieClip (_root.wallu, "wallu" + _root.wallCount, 10000 + _root.wallCount);
duplicateMovieClip (_root.walld, "walld" + _root.wallCount, 20000 + _root.wallCount);
_root.WALLSPEED = _root.WALLSPEED + 0.05;
_root.timerResset--;
_root.timer = _root.timerResset;
} else {
duplicateMovieClip (_root.xgoal, "goal", 100000);
_root.timer = 9999999 /* 0x98967F */;
}
_root.wallCount++;
}
}
}
Instance of Symbol 682 MovieClip "rocket" in Frame 31
onClipEvent (load) {
_root.HALFWIDTH = this._width / 2;
HALFHEIGHT = this._height / 2;
maxSpeed = _root.PLAYERMAXSPEED;
accel = _root.PLAYERACCEL;
decel = _root.PLAYDECEL;
xSpeed = 0;
ySpeed = 0;
}
onClipEvent (enterFrame) {
if (!_root.gamePaused) {
if (this._x > _root.goal._x) {
_root.win = true;
this.play();
}
this._x = this._x + xSpeed;
this._y = this._y + ySpeed;
while (this._x < (25 + _root.HALFWIDTH)) {
xSpeed = 0;
this._x++;
}
while (this._x > (625 - _root.HALFWIDTH)) {
xSpeed = 0;
this._x--;
}
while (this._y < (25 + HALFHEIGHT)) {
ySpeed = 0;
this._y++;
}
while (this._y > (475 - HALFHEIGHT)) {
ySpeed = 0;
this._y--;
}
if (Key.isDown(39) && (xSpeed < maxSpeed)) {
xSpeed = xSpeed + accel;
} else if (Key.isDown(37) && (xSpeed > (-maxSpeed))) {
xSpeed = xSpeed - accel;
} else if ((xSpeed - decel) >= 0) {
xSpeed = xSpeed - decel;
} else if ((xSpeed + decel) <= 0) {
xSpeed = xSpeed + decel;
} else {
xSpeed = 0;
}
if (Key.isDown(38) && (ySpeed < maxSpeed)) {
ySpeed = ySpeed - accel;
} else if (Key.isDown(40) && (ySpeed > (-maxSpeed))) {
ySpeed = ySpeed + accel;
} else if ((ySpeed - decel) >= 0) {
ySpeed = ySpeed - decel;
} else if ((ySpeed + decel) <= 0) {
ySpeed = ySpeed + decel;
} else {
ySpeed = 0;
}
}
}
Instance of Symbol 684 MovieClip "xgoal" in Frame 31
onClipEvent (load) {
if (this._name != "xgoal") {
HALFWIDTH = this._width / 2;
this._x = 650 + HALFWIDTH;
this._y = 208.2;
speed = 5;
}
}
onClipEvent (enterFrame) {
if (!_root.gamePaused) {
if (!_root.win) {
this._x = this._x - speed;
}
}
}
Frame 38
passedxd = passed * difficulty1;
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.g3score <= passedxd) {
game.data.g3score = passedxd;
game.flush();
}
Frame 43
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.g3complete = true;
game.flush();
Frame 49
_root.gotoAndStop(_root.framename);
trace(_root.framename);
Frame 50
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.currentlevel = _root.currentlevel;
game.flush();
};
_root.savegame();
_root.jjj = 0;
_root.jjj2 = 0;
_root.jjj3 = 0;
_root.jjj4 = 0;
_root.ttn = 0;
_root.ttn2 = 0;
_root.ttn3 = 0;
_root.ttn4 = 0;
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
_root.currentgame = "Turret Trouble";
stop();
gameover = function () {
_root.levels.gotoAndStop((_root.currentlevel * 3) - 2);
};
pausegame = function () {
gpaused = true;
};
unpausegame = function () {
gpaused = false;
};
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.g3currentlevel = _root.currentlevel;
game.flush();
};
refresh_movie = function (framename) {
_root.framename = framename;
_root.gotoAndStop("refresh3");
};
fire = function () {
trace("fdhdf");
if (_root[ttn + this._x] == undefined) {
_root[ttn + this._x] = 0;
}
_root[ttn + this._x]++;
this._alpha = 100;
duplicateMovieClip ("_root.level." + this.name, (("_root.level." + this.name) + ".bullet") + _root[ttn + this._x], _root[ttn + this._x]);
removeMovieClip(this);
};
gameover = function () {
refresh_movie();
};
Instance of Symbol 365 MovieClip "bg" in Frame 50
onClipEvent (load) {
this.gotoAndStop(10);
}
Instance of Symbol 219 MovieClip "pausemenu" in Frame 50
onClipEvent (enterFrame) {
if ((!Key.isDown(80)) && (this._currentframe == 1)) {
o = 2;
}
if ((Key.isDown(80) && (this._currentframe == 1)) && (o == 2)) {
this.gotoAndStop(2);
_root.pausegame();
}
if ((!Key.isDown(80)) && (this._currentframe != 1)) {
o = 1;
}
if ((Key.isDown(80) && (this._currentframe != 1)) && (o == 1)) {
this.gotoAndStop(1);
_root.unpausegame();
}
}
Instance of Symbol 389 MovieClip "cursor" in Frame 50
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 50
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 50
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
this._alpha = game.data.brightness;
}
Instance of Symbol 228 MovieClip "m" in Frame 50
onClipEvent (load) {
gotoAndStop (56);
}
Frame 51
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.currentlevel = _root.currentlevel;
game.flush();
};
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
difficultya = "Difficulty: " + difficulty;
Instance of Symbol 714 MovieClip "levels" in Frame 51
onClipEvent (load) {
if (_root.currentlevel != undefined) {
this.gotoAndStop((_root.currentlevel * 3) - 2);
}
}
onClipEvent (enterFrame) {
_quality = "HIGH";
}
Frame 52
stop();
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
ttscorexd = ttscore * difficulty1;
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.g4score <= ttscorexd) {
game.data.g4score = ttscorexd;
game.flush();
}
_root.jjj = 0;
_root.jjj2 = 0;
_root.jjj3 = 0;
_root.jjj4 = 0;
_root.ttn = 0;
_root.ttn2 = 0;
_root.ttn3 = 0;
_root.ttn4 = 0;
ttscorexd = ttscore * difficulty1;
Frame 53
_root.gotoAndStop(_root.framename);
trace(_root.currentlevel);
Frame 54
Mouse.hide();
_root.currentgame = "Bomb Barrage";
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.currentlevel = _root.currentlevel;
game.flush();
};
pausegame = function () {
gpaused = true;
};
unpausegame = function () {
gpaused = false;
};
refresh_movie = function (framename) {
_root.gotoAndStop(framename);
};
stop();
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
Instance of Symbol 365 MovieClip "bg" in Frame 54
onClipEvent (load) {
this.gotoAndStop(9);
}
Instance of Symbol 219 MovieClip "pausemenu" in Frame 54
onClipEvent (enterFrame) {
if ((!Key.isDown(80)) && (this._currentframe == 1)) {
o = 2;
}
if ((Key.isDown(80) && (this._currentframe == 1)) && (o == 2)) {
this.gotoAndStop(2);
_root.pausegame();
}
if ((!Key.isDown(80)) && (this._currentframe != 1)) {
o = 1;
}
if ((Key.isDown(80) && (this._currentframe != 1)) && (o == 1)) {
this.gotoAndStop(1);
_root.unpausegame();
}
}
Instance of Symbol 389 MovieClip "cursor" in Frame 54
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 54
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 54
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
this._alpha = game.data.brightness;
}
Instance of Symbol 228 MovieClip "m" in Frame 54
onClipEvent (load) {
gotoAndStop (60);
}
Frame 63
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
var bombCount = 0;
var timer = 50;
var timerReset = 50;
var gamePaused = false;
_root.doged = 0;
onEnterFrame = function () {
if ((gpaused == false) || (gpaused == undefined)) {
if (!_root.guy.dead) {
if (timer > 0) {
timer--;
} else if (timerReset > 15) {
duplicateMovieClip (_root.bomb, "bomb" + (_root.bombCount++), 1000 + _root.bombCount);
timerReset = timerReset - 5;
timer = timerReset;
} else {
duplicateMovieClip (_root.bomb, "bomb" + (_root.bombCount++), 1000 + _root.bombCount);
timer = timerReset;
}
}
}
};
Instance of Symbol 732 MovieClip "bomb" in Frame 63
onClipEvent (load) {
if (this._name != "bomb") {
this._x = random(650);
speed = 10;
if (_root.difficutly1 == 1) {
speed = 8;
}
if (_root.difficutly1 == 3) {
speed = 12;
}
dead = false;
}
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._name != "bomb") {
if ((this._y >= 450) && (!dead)) {
this._y = 450;
this.gotoAndPlay(2);
if (this.explosion.hitTest(_root.guy) && (!_root.guy.dead)) {
_root.guy.ySpeed = -20;
_root.guy.jumping = true;
_root.guy.dead = true;
} else if (!_root.guy.dead) {
_root.doged = _root.doged + 2;
}
this.dead = true;
} else if ((this._y < 450) && (!dead)) {
if (!_root.gpaused) {
this._y = this._y + speed;
speed = speed + 1;
}
}
}
}
}
Instance of Symbol 750 MovieClip "guy" in Frame 63
onClipEvent (load) {
gotoAndStop (56);
dead = false;
speed = 7;
xSpeed = 0;
ySpeed = 0;
jumping = true;
jump = false;
canJump = true;
jumpHeight = 10;
WID = this._xscale;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._x <= (this._width / 2)) {
this._x = this._x + 7;
}
if (this._x >= (650 - (this._width / 2))) {
this._x = this._x - 7;
}
this._x = this._x + xSpeed;
if (jumping) {
this._y = this._y + ySpeed;
ySpeed++;
}
if ((this._y > 450) && (jumping)) {
if (dead) {
_root.gotoAndStop("over3");
}
gotoAndStop (54);
jump = true;
ySpeed = 0;
this._y = 450;
jumping = false;
}
if (((Key.isDown(38) && (jump)) && (!dead)) && (canJump)) {
ySpeed = -jumpHeight;
this.gotoAndStop(3);
canJump = false;
jumping = true;
jump = false;
} else if (!Key.isDown(38)) {
canJump = true;
}
if (Key.isDown(39) && (!dead)) {
if (!jumping) {
this.gotoAndStop(2);
}
this._xscale = WID;
xSpeed = speed;
} else if (Key.isDown(37) && (!dead)) {
if (!jumping) {
this.gotoAndStop(2);
}
this._xscale = -WID;
xSpeed = -speed;
} else if (dead) {
this.gotoAndStop(4);
if (xSpeed > 0) {
xSpeed = xSpeed - 0.15;
} else if (xSpeed < 0) {
xSpeed = xSpeed + 0.15;
}
} else if (!jumping) {
xSpeed = 0;
this.gotoAndStop(1);
}
}
}
Frame 73
dogedxd = doged * difficulty1;
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.g8score <= dogedxd) {
game.data.g8score = dogedxd;
game.flush();
}
i = 0;
while (i < _root.bombCount) {
_root["bomb" + i].removeMovieClip();
i++;
}
Frame 83
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.g4complete = true;
game.flush();
Frame 96
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.currentlevel = _root.currentlevel;
game.flush();
};
_root.currentgame = "Space Waste";
_root.savegame();
stop();
gameover = function () {
};
pausegame = function () {
_root.car.timePaused = getTimer() / 1000;
gpaused = true;
};
unpausegame = function () {
_root.car.unPauseTime = getTimer() / 1000;
trace(_root.car.startt);
_root.car.pauseLength = _root.car.pauseLength + ((_root.car.unPauseTime - _root.car.timePaused) / 2);
gpaused = false;
};
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.g6currentlevel = _root.currentlevel;
game.flush();
};
refresh_movie = function (framename) {
pauseTime = 0;
unPauseTime = 0;
pauseLength = 0;
myscorec1 = 0;
trace(framename);
_root.gotoAndStop(framename);
};
Instance of Symbol 763 MovieClip "bg" in Frame 96
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 219 MovieClip "pausemenu" in Frame 96
onClipEvent (enterFrame) {
if ((!Key.isDown(80)) && (this._currentframe == 1)) {
o = 2;
}
if ((Key.isDown(80) && (this._currentframe == 1)) && (o == 2)) {
this.gotoAndStop(2);
_root.pausegame();
}
if ((!Key.isDown(80)) && (this._currentframe != 1)) {
o = 1;
}
if ((Key.isDown(80) && (this._currentframe != 1)) && (o == 1)) {
this.gotoAndStop(1);
_root.unpausegame();
}
}
Instance of Symbol 389 MovieClip "cursor" in Frame 96
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 96
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 96
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
this._alpha = game.data.brightness;
}
Instance of Symbol 228 MovieClip "m" in Frame 96
onClipEvent (load) {
gotoAndStop (102);
}
Frame 97
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.currentlevel = _root.currentlevel;
game.flush();
};
stop();
if (difficulty == "easy") {
spdt123 = 2000;
difficulty1 = 1;
} else if (difficulty == "normal") {
spdt123 = 3000;
difficulty1 = 2;
} else if (difficulty == "hard") {
spdt123 = 4000;
difficulty1 = 3;
}
Instance of Symbol 778 MovieClip "trash1" in Frame 97
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else if (this._name == "trash1") {
if (!n) {
n = 1;
_root.ttt1 = 1;
duplicateMovieClip (this, "trash1" + _root.ttt1, this.getNextHighestDepth() + 900);
}
} else {
if (((((_x + (_width / 2)) >= (_root.car._x - (_root.car._width / 2))) && ((_x + (_width / 2)) <= (_root.car._x + (_root.car._width / 2)))) || (((_x - (_width / 2)) <= (_root.car._x + (_root.car._width / 2))) && ((_x - (_width / 2)) >= (_root.car._x - (_root.car._width / 2))))) && ((((_y + (_height / 2)) >= (_root.car._y - (_root.car._height / 2))) && ((_y + (_height / 2)) <= (_root.car._y + (_root.car._height / 2)))) || (((_y - (_height / 2)) <= (_root.car._y + (_root.car._height / 2))) && ((_y - (_height / 2)) >= (_root.car._y - (_root.car._height / 2)))))) {
if (!n) {
n = 1;
_root.ttt1++;
_root.trash1.duplicateMovieClip("trash1" + _root.ttt1, (_root.trash1.getNextHighestDepth() + _root.ttt1) + 700);
_root.ttt1++;
}
_root.myscorec1++;
this._x = 10000;
}
this._x = this._x + (3 * dr);
this._y = this._y + (3 * dr2);
if ((((this._x <= -300) || (this._y <= -300)) || (this._x >= 1000)) || (this._y >= 1000)) {
removeMovieClip(this);
}
check123 = getTimer() - this.startt;
if (check123 >= (_root.spdt123 - 500)) {
if (!n) {
n = 1;
_root.ttt1++;
_root.trash1.duplicateMovieClip("trash1" + _root.ttt1, ((_root.trash1.getNextHighestDepth() + _root.ttt1) + _root.ttt2) + 1);
_root.ttt1++;
}
}
}
}
onClipEvent (load) {
if (this._name != "trash1") {
this.startt = getTimer();
dr1 = Math.round(Math.random() * 3);
if (dr1 == 1) {
this._y = Math.round(Math.random() * 480);
this._x = this._width * -1;
dr = 1;
dr2 = 0;
} else if (dr1 == 0) {
this._x = Math.round(Math.random() * 650);
this._y = 650 + this._height;
dr = 0;
dr2 = -1;
} else if (dr1 == 2) {
this._y = Math.round(Math.random() * 480);
this._x = 650 + this._width;
dr = -1;
dr2 = 0;
} else if (dr1 == 3) {
this._x = Math.round(Math.random() * 650);
this._y = this._height * -1;
dr = 0;
dr2 = 1;
}
}
}
Instance of Symbol 780 MovieClip "trash2" in Frame 97
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else if (this._name == "trash2") {
if (!n) {
n = 1;
_root.ttt2 = 1;
duplicateMovieClip (this, "trash2" + _root.ttt2, this.getNextHighestDepth() + _root.ttt1);
}
} else {
if (((((_x + (_width / 2)) >= (_root.car._x - (_root.car._width / 2))) && ((_x + (_width / 2)) <= (_root.car._x + (_root.car._width / 2)))) || (((_x - (_width / 2)) <= (_root.car._x + (_root.car._width / 2))) && ((_x - (_width / 2)) >= (_root.car._x - (_root.car._width / 2))))) && ((((_y + (_height / 2)) >= (_root.car._y - (_root.car._height / 2))) && ((_y + (_height / 2)) <= (_root.car._y + (_root.car._height / 2)))) || (((_y - (_height / 2)) <= (_root.car._y + (_root.car._height / 2))) && ((_y - (_height / 2)) >= (_root.car._y - (_root.car._height / 2)))))) {
if (!n) {
n = 1;
_root.ttt2++;
_root.trash2.duplicateMovieClip("trash2" + _root.ttt2, (_root.trash2.getNextHighestDepth() + _root.ttt2) + 100);
_root.ttt2++;
}
_root.myscorec1 = _root.myscorec1 + 2;
this._x = 10000;
}
this._x = this._x + (5 * dr);
this._y = this._y + (5 * dr2);
if ((((this._x <= -300) || (this._y <= -300)) || (this._x >= 1000)) || (this._y >= 1000)) {
removeMovieClip(this);
}
check123 = getTimer() - this.startt;
if (check123 >= _root.spdt123) {
if (!n) {
n = 1;
_root.ttt2++;
_root.trash2.duplicateMovieClip("trash2" + _root.ttt2, _root.trash2.getNextHighestDepth() + _root.ttt2);
_root.ttt2++;
}
}
}
}
onClipEvent (load) {
if (this._name != "trash2") {
this.startt = getTimer();
dr1 = Math.round(Math.random() * 3);
if (dr1 == 1) {
this._y = Math.round(Math.random() * 480);
this._x = this._width * -1;
dr = 1;
dr2 = 0;
} else if (dr1 == 0) {
this._x = Math.round(Math.random() * 650);
this._y = 650 + this._height;
dr = 0;
dr2 = -1;
} else if (dr1 == 2) {
this._y = Math.round(Math.random() * 480);
this._x = 650 + this._width;
dr = -1;
dr2 = 0;
} else if (dr1 == 3) {
this._x = Math.round(Math.random() * 650);
this._y = this._height * -1;
dr = 0;
dr2 = 1;
}
}
}
Instance of Symbol 782 MovieClip "trash3" in Frame 97
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else if (this._name == "trash3") {
if (!n) {
n = 1;
_root.ttt3 = 1;
duplicateMovieClip (this, "trash3" + _root.ttt3, this.getNextHighestDepth() + 30);
}
} else {
if (((((_x + (_width / 2)) >= (_root.car._x - (_root.car._width / 2))) && ((_x + (_width / 2)) <= (_root.car._x + (_root.car._width / 2)))) || (((_x - (_width / 2)) <= (_root.car._x + (_root.car._width / 2))) && ((_x - (_width / 2)) >= (_root.car._x - (_root.car._width / 2))))) && ((((_y + (_height / 2)) >= (_root.car._y - (_root.car._height / 2))) && ((_y + (_height / 2)) <= (_root.car._y + (_root.car._height / 2)))) || (((_y - (_height / 2)) <= (_root.car._y + (_root.car._height / 2))) && ((_y - (_height / 2)) >= (_root.car._y - (_root.car._height / 2)))))) {
if (!n) {
n = 1;
_root.ttt3++;
_root.trash3.duplicateMovieClip("trash3" + _root.ttt3, (((((_root.trash3.getNextHighestDepth() + _root.ttt3) + _root.ttt2) + 10) + _root.ttt1) + _root.ttt1) + 120);
_root.ttt3++;
}
_root.myscorec1++;
this._x = 10000;
}
this._x = this._x + (3 * dr);
this._y = this._y + (3 * dr2);
if ((((this._x <= -200) || (this._y <= -200)) || (this._x >= 800)) || (this._y >= 800)) {
removeMovieClip(this);
}
check123 = getTimer() - this.startt;
if (check123 >= _root.spdt123) {
if (!n) {
n = 1;
_root.ttt3++;
_root.trash3.duplicateMovieClip("trash3" + _root.ttt3, (((_root.trash3.getNextHighestDepth() + _root.ttt3) + _root.ttt2) + 1) + _root.ttt1);
_root.ttt3++;
}
}
}
}
onClipEvent (load) {
if (this._name != "trash3") {
this.startt = getTimer();
dr1 = Math.round(Math.random() * 3);
if (dr1 == 1) {
this._y = Math.round(Math.random() * 480);
this._x = this._width * -1;
dr = 1;
dr2 = 0;
} else if (dr1 == 0) {
this._x = Math.round(Math.random() * 650);
this._y = 650 + this._height;
dr = 0;
dr2 = -1;
} else if (dr1 == 2) {
this._y = Math.round(Math.random() * 480);
this._x = 650 + this._width;
dr = -1;
dr2 = 0;
} else if (dr1 == 3) {
this._x = Math.round(Math.random() * 650);
this._y = this._height * -1;
dr = 0;
dr2 = 1;
}
}
}
Instance of Symbol 784 MovieClip "trash4" in Frame 97
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else if (this._name == "trash4") {
if (!n) {
n = 1;
_root.ttt4 = 1;
duplicateMovieClip (this, "trash4" + _root.ttt4, this.getNextHighestDepth() + 60);
}
} else {
if (((((_x + (_width / 2)) >= (_root.car._x - (_root.car._width / 2))) && ((_x + (_width / 2)) <= (_root.car._x + (_root.car._width / 2)))) || (((_x - (_width / 2)) <= (_root.car._x + (_root.car._width / 2))) && ((_x - (_width / 2)) >= (_root.car._x - (_root.car._width / 2))))) && ((((_y + (_height / 2)) >= (_root.car._y - (_root.car._height / 2))) && ((_y + (_height / 2)) <= (_root.car._y + (_root.car._height / 2)))) || (((_y - (_height / 2)) <= (_root.car._y + (_root.car._height / 2))) && ((_y - (_height / 2)) >= (_root.car._y - (_root.car._height / 2)))))) {
if (!n) {
n = 1;
_root.ttt4++;
_root.trash4.duplicateMovieClip("trash4" + _root.ttt4, (((((_root.trash4.getNextHighestDepth() + _root.ttt4) + _root.ttt2) + 10) + _root.ttt1) + _root.ttt1) + 200);
_root.ttt4++;
}
_root.myscorec1 = _root.myscorec1 + 3;
this._x = 10000;
}
this._x = this._x + (7 * dr);
this._y = this._y + (7 * dr2);
if ((((this._x <= -300) || (this._y <= -300)) || (this._x >= 1000)) || (this._y >= 1000)) {
removeMovieClip(this);
}
check123 = getTimer() - this.startt;
if (check123 >= _root.spdt123) {
if (!n) {
n = 1;
_root.ttt4++;
_root.trash4.duplicateMovieClip("trash4" + _root.ttt4, ((((_root.trash4.getNextHighestDepth() + _root.ttt4) + _root.ttt2) + 1) + _root.ttt1) + 10);
_root.ttt4++;
}
}
}
}
onClipEvent (load) {
if (this._name != "trash4") {
this.startt = getTimer();
dr1 = Math.round(Math.random() * 3);
if (dr1 == 1) {
this._y = Math.round(Math.random() * 480);
this._x = this._width * -1;
dr = 1;
dr2 = 0;
} else if (dr1 == 0) {
this._x = Math.round(Math.random() * 650);
this._y = 650 + this._height;
dr = 0;
dr2 = -1;
} else if (dr1 == 2) {
this._y = Math.round(Math.random() * 480);
this._x = 650 + this._width;
dr = -1;
dr2 = 0;
} else if (dr1 == 3) {
this._x = Math.round(Math.random() * 650);
this._y = this._height * -1;
dr = 0;
dr2 = 1;
}
}
}
Instance of Symbol 786 MovieClip "trash5" in Frame 97
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else if (this._name == "trash5") {
if (!n) {
n = 1;
_root.ttt5 = 1;
duplicateMovieClip (this, "trash5" + _root.ttt5, this.getNextHighestDepth() + 6000);
}
} else {
if (((((_x + (_width / 2)) >= (_root.car._x - (_root.car._width / 2))) && ((_x + (_width / 2)) <= (_root.car._x + (_root.car._width / 2)))) || (((_x - (_width / 2)) <= (_root.car._x + (_root.car._width / 2))) && ((_x - (_width / 2)) >= (_root.car._x - (_root.car._width / 2))))) && ((((_y + (_height / 2)) >= (_root.car._y - (_root.car._height / 2))) && ((_y + (_height / 2)) <= (_root.car._y + (_root.car._height / 2)))) || (((_y - (_height / 2)) <= (_root.car._y + (_root.car._height / 2))) && ((_y - (_height / 2)) >= (_root.car._y - (_root.car._height / 2)))))) {
if (!n) {
n = 1;
_root.ttt5++;
_root.trash5.duplicateMovieClip("trash5" + _root.ttt5, (_root.trash5.getNextHighestDepth() + _root.ttt5) + 8000);
_root.ttt5++;
}
_root.myscorec1++;
this._x = 10000;
}
this._x = this._x + (3 * dr);
this._y = this._y + (3 * dr2);
if ((((this._x <= -300) || (this._y <= -300)) || (this._x >= 1000)) || (this._y >= 1000)) {
removeMovieClip(this);
}
check123 = getTimer() - this.startt;
if (check123 >= _root.spdt123) {
if (!n) {
n = 1;
_root.ttt5++;
_root.trash5.duplicateMovieClip("trash5" + _root.ttt5, ((((_root.trash5.getNextHighestDepth() + _root.ttt5) + _root.ttt2) + 1) + _root.ttt1) + 10);
_root.ttt5++;
}
}
}
}
onClipEvent (load) {
if (this._name != "trash5") {
this.startt = getTimer();
dr1 = Math.round(Math.random() * 3);
if (dr1 == 1) {
this._y = Math.round(Math.random() * 480);
this._x = this._width * -1;
dr = 1;
dr2 = 0;
} else if (dr1 == 0) {
this._x = Math.round(Math.random() * 650);
this._y = 650 + this._height;
dr = 0;
dr2 = -1;
} else if (dr1 == 2) {
this._y = Math.round(Math.random() * 480);
this._x = 650 + this._width;
dr = -1;
dr2 = 0;
} else if (dr1 == 3) {
this._x = Math.round(Math.random() * 650);
this._y = this._height * -1;
dr = 0;
dr2 = 1;
}
}
}
Instance of Symbol 793 MovieClip "car" in Frame 97
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else {
if (_root.mytimerc == 0) {
pauseTime = 0;
unPauseTime = 0;
pauseLength = 0;
_root.gotoAndStop("losec6");
}
if (speed == undefined) {
speed = 0;
}
if (Key.isDown(38)) {
this.fire1.play();
this.fire2.play();
this.fire3.play();
this.speed = this.speed + 1;
}
if (Key.isDown(40)) {
this.speed = this.speed - 1;
}
if (Math.abs(speed) > 20) {
this.speed = this.speed * 0.7;
}
if (Key.isDown(37)) {
this.firer.play();
this._rotation = this._rotation - 15;
}
if (Key.isDown(39)) {
this.firel.play();
this._rotation = this._rotation + 15;
}
this.speed = this.speed * 0.98;
this.x = Math.sin(this._rotation * (Math.PI/180)) * speed;
this.y = (Math.cos(this._rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(this._x + this.x, this._y + this.y, true)) {
this._x = this._x + this.x;
this._y = this._y + this.y;
} else {
this.speed = this.speed * -0.6;
}
}
}
onClipEvent (load) {
if (unPauseTime == undefined) {
unPauseTime = 0;
}
if (timePaused == undefined) {
timePaused = 0;
}
if (pauseLength == undefined) {
pauseLength = 0;
}
this.startt = getTimer() / 1000;
}
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else {
_root.mytimerc = Math.round((60 - ((getTimer() / 1000) - this.startt)) + pauseLength);
}
}
Frame 98
myscorec1xd = (myscorec1 / 2) * difficulty1;
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.g7score <= myscorec1xd) {
game.data.g7score = myscorec1xd;
game.flush();
}
Frame 99
_root.gotoAndStop(_root.framename);
trace(_root.currentlevel);
Frame 100
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.currentlevel = _root.currentlevel;
game.flush();
};
_root.currentgame = "Selection";
_root.savegame();
stop();
gameover = function () {
};
pausegame = function () {
_root.sbtn1.timePaused = getTimer() / 1000;
gpaused = true;
};
unpausegame = function () {
_root.sbtn1.unPauseTime = getTimer() / 1000;
trace(_root.sbtn1.startt);
_root.sbtn1.pauseLength = _root.sbtn1.pauseLength + ((_root.sbtn1.unPauseTime - _root.sbtn1.timePaused) / 2);
gpaused = false;
};
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.g6currentlevel = _root.currentlevel;
game.flush();
};
refresh_movie = function (framename) {
pauseTime = 0;
unPauseTime = 0;
pauseLength = 0;
myscorec1 = 0;
trace(framename);
_root.gotoAndStop(framename);
};
_root.currentgame = "Selection";
stop();
Instance of Symbol 365 MovieClip "bg" in Frame 100
onClipEvent (load) {
this.gotoAndStop(8);
}
Instance of Symbol 219 MovieClip "pausemenu" in Frame 100
onClipEvent (enterFrame) {
if ((!Key.isDown(80)) && (this._currentframe == 1)) {
o = 2;
}
if ((Key.isDown(80) && (this._currentframe == 1)) && (o == 2)) {
this.gotoAndStop(2);
_root.pausegame();
}
if ((!Key.isDown(80)) && (this._currentframe != 1)) {
o = 1;
}
if ((Key.isDown(80) && (this._currentframe != 1)) && (o == 1)) {
this.gotoAndStop(1);
_root.unpausegame();
}
}
Instance of Symbol 389 MovieClip "cursor" in Frame 100
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 100
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 100
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
this._alpha = game.data.brightness;
}
Instance of Symbol 228 MovieClip "m" in Frame 100
onClipEvent (load) {
gotoAndStop (106);
}
Frame 101
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.currentlevel = _root.currentlevel;
game.flush();
};
myscorec5 = 0;
stop();
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
Instance of Symbol 814 MovieClip "sbtn1" in Frame 101
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else {
if (currentselection == undefined) {
currentselection = 1;
_root["sbtn" + currentselection].gotoAndStop(2);
}
if (Key.isDown(39)) {
if (rts) {
} else {
rts = 1;
if (((currentselection == 5) || (currentselection == 10)) || (currentselection == 15)) {
_root["sbtn" + currentselection].gotoAndStop(1);
_root["sbtn" + (currentselection - 4)].gotoAndStop(2);
currentselection = currentselection - 4;
} else {
_root["sbtn" + currentselection].gotoAndStop(1);
_root["sbtn" + (currentselection + 1)].gotoAndStop(2);
currentselection = currentselection + 1;
}
}
} else {
rts = 0;
}
if (Key.isDown(37)) {
if (lts) {
} else {
lts = 1;
if (((currentselection == 1) || (currentselection == 6)) || (currentselection == 11)) {
_root["sbtn" + currentselection].gotoAndStop(1);
_root["sbtn" + (currentselection + 4)].gotoAndStop(2);
currentselection = currentselection + 4;
} else {
_root["sbtn" + currentselection].gotoAndStop(1);
_root["sbtn" + (currentselection - 1)].gotoAndStop(2);
currentselection = currentselection - 1;
}
}
} else {
lts = 0;
}
if (Key.isDown(38)) {
if (uts) {
} else {
uts = 1;
if (currentselection <= 5) {
_root["sbtn" + currentselection].gotoAndStop(1);
_root["sbtn" + (currentselection + 10)].gotoAndStop(2);
currentselection = currentselection + 10;
} else {
_root["sbtn" + currentselection].gotoAndStop(1);
_root["sbtn" + (currentselection - 5)].gotoAndStop(2);
currentselection = currentselection - 5;
}
}
} else {
uts = 0;
}
if (Key.isDown(40)) {
if (dts) {
} else {
dts = 1;
if (currentselection >= 11) {
_root["sbtn" + currentselection].gotoAndStop(1);
_root["sbtn" + (currentselection - 10)].gotoAndStop(2);
currentselection = currentselection - 10;
} else {
_root["sbtn" + currentselection].gotoAndStop(1);
_root["sbtn" + (currentselection + 5)].gotoAndStop(2);
currentselection = currentselection + 5;
}
}
} else {
dts = 0;
}
}
}
onClipEvent (load) {
targetselection = Math.round(Math.random() * 15);
_root["sbtn" + targetselection].gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else {
if (targetselection == 0) {
targetselection = 3;
_root["sbtn" + targetselection].gotoAndStop(3);
}
if (currentselection != targetselection) {
_root["sbtn" + currentselection].gotoAndStop(2);
}
if (currentselection == targetselection) {
_root.myscorec5 = _root.myscorec5 + 1;
targetselection = Math.round(Math.random() * 15);
if (targetselection == currentselection) {
targetselection = Math.round(Math.random() * 15);
}
_root["sbtn" + targetselection].gotoAndStop(3);
}
}
}
onClipEvent (load) {
if (unPauseTime == undefined) {
unPauseTime = 0;
}
if (timePaused == undefined) {
timePaused = 0;
}
if (pauseLength == undefined) {
pauseLength = 0;
}
this.startt = getTimer() / 1000;
}
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else {
if (_root.difficulty == "normal") {
timesec = 45;
}
if (_root.difficulty == "hard") {
timesec = 30;
}
if (_root.difficulty == "easy") {
timesec = 60;
}
if (Math.round((timesec - ((getTimer() / 1000) - this.startt)) + pauseLength) == 0) {
_root.gotoAndStop("youlose5");
}
_root.mytimerc5 = Math.round((timesec - ((getTimer() / 1000) - this.startt)) + pauseLength);
}
}
Frame 102
myscorec5xd = difficulty1 * myscorec5;
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.g5score <= myscorec5xd) {
game.data.g5score = myscorec5xd;
game.flush();
}
Frame 103
_root.gotoAndStop(_root.framename);
trace(_root.currentlevel);
Frame 104
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.currentlevel = _root.currentlevel;
game.flush();
};
_root.currentgame = "Target Practice";
_root.savegame();
stop();
gameover = function () {
};
pausegame = function () {
_root.MainTurret.timePaused = getTimer() / 1000;
gpaused = true;
};
unpausegame = function () {
_root.MainTurret.unPauseTime = getTimer() / 1000;
trace(_root.MainTurret.startt);
_root.MainTurret.pauseLength = _root.MainTurret.pauseLength + ((_root.MainTurret.unPauseTime - _root.MainTurret.timePaused) / 2);
gpaused = false;
};
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.g6currentlevel = _root.currentlevel;
game.flush();
};
refresh_movie = function (framename) {
pauseTime = 0;
unPauseTime = 0;
pauseLength = 0;
myscorec1 = 0;
trace(framename);
_root.gotoAndStop(framename);
};
stop();
Instance of Symbol 365 MovieClip "bg" in Frame 104
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 219 MovieClip "pausemenu" in Frame 104
onClipEvent (enterFrame) {
if ((!Key.isDown(80)) && (this._currentframe == 1)) {
o = 2;
}
if ((Key.isDown(80) && (this._currentframe == 1)) && (o == 2)) {
this.gotoAndStop(2);
_root.pausegame();
}
if ((!Key.isDown(80)) && (this._currentframe != 1)) {
o = 1;
}
if ((Key.isDown(80) && (this._currentframe != 1)) && (o == 1)) {
this.gotoAndStop(1);
_root.unpausegame();
}
}
Instance of Symbol 389 MovieClip "cursor" in Frame 104
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 104
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 104
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
this._alpha = game.data.brightness;
}
Instance of Symbol 228 MovieClip "m" in Frame 104
onClipEvent (load) {
gotoAndStop (110);
}
Frame 105
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.currentlevel = _root.currentlevel;
game.flush();
};
myscorec6 = 0;
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
stop();
Instance of Symbol 707 MovieClip "MainTurret" in Frame 105
onClipEvent (enterFrame) {
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
}
onClipEvent (load) {
if (unPauseTime == undefined) {
unPauseTime = 0;
}
if (timePaused == undefined) {
timePaused = 0;
}
if (pauseLength == undefined) {
pauseLength = 0;
}
this.startt = getTimer() / 1000;
}
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else {
if (_root.difficulty == "easy") {
tptime123 = 60;
}
if (_root.difficulty == "normal") {
tptime123 = 45;
}
if (_root.difficulty == "hard") {
tptime123 = 30;
}
_root.mytimerc6 = Math.round((tptime123 - ((getTimer() / 1000) - this.startt)) + pauseLength);
if (_root.mytimerc6 <= 0) {
pauseTime = 0;
unPauseTime = 0;
pauseLength = 0;
_root.gotoAndStop("youlose6");
}
}
}
Instance of Symbol 833 MovieClip "MainBullet" in Frame 105
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._rotation = _root.MainTurret._rotation;
}
}
Instance of Symbol 835 MovieClip "Target" in Frame 105
onClipEvent (load) {
this._y = Math.round(Math.random() * 500);
speed = 0.0099 * _root.difficulty1;
a = _root.MainBullet._x - this._x;
b = (_root.MainBullet._y - this._y) + Math.round(Math.random() * 100);
c = Math.sqrt((a * a) + (b * b));
pptn = 550 / c;
a = a * pptn;
b = b * pptn;
startt = getTimer();
}
onClipEvent (enterFrame) {
if (_root._currentframe != 105) {
this.removeMovieClip(this);
}
if (_root.gpaused) {
} else if (this._name != "Target") {
if (_root.difficulty == "easy") {
respawntime123 = 500;
}
if (_root.difficulty == "normal") {
respawntime123 = 750;
}
if (_root.difficulty == "hard") {
respawntime123 = 1000;
}
if (((getTimer() - startt) >= respawntime123) && (!alreadycopied)) {
alreadycopied = 1;
duplicateMovieClip (_root.Target, "Target" + _root.Target.tttt, (this.getNextHighestDepth() + 10) + _root.Target.tttt);
_root.Target.tttt++;
}
this._x = this._x + (a * speed);
this._y = this._y + (b * speed);
if (_root.MainBullet.hitTest(this._x, this._y, true)) {
if (!alreadycopied) {
alreadycopied = 1;
duplicateMovieClip (_root.Target, "Target" + _root.Target.tttt, this.getNextHighestDepth() + 10);
_root.Target.tttt++;
}
_root.myscorec6++;
this.removeMovieClip(this);
}
if (((this._x >= 800) || (this._y >= 800)) || ((this._x <= -100) || (this._y <= -100))) {
this.removeMovieClip(this);
}
} else if (!hh) {
tttt = 1;
hh = 1;
this.duplicateMovieClip(this._name + tttt, this.getNextHighestDepth() + 1000);
tttt++;
}
}
Frame 106
myscorec6xd = difficulty1 * myscorec6;
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.g6score <= myscorec6xd) {
game.data.g6score = myscorec6xd;
game.flush();
}
Frame 107
_root.gotoAndStop(_root.framename);
trace(_root.currentlevel);
Frame 108
cursor.onMouseMove = function () {
Mouse.hide();
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
if (difficulty == undefined) {
difficulty = "easy";
}
_root.currentgame = "Slingshot Fun";
stop();
_root.savegame();
gameover = function () {
};
pausegame = function () {
_root.originalb.timePaused = getTimer() / 1000;
gpaused = true;
};
unpausegame = function () {
_root.originalb.unPauseTime = getTimer() / 1000;
_root.originalb.pauseLength = _root.originalb.pauseLength + ((_root.originalb.unPauseTime - _root.originalb.timePaused) / 2);
gpaused = false;
};
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.g7currentlevel = _root.currentlevel;
game.flush();
};
refresh_movie = function (framename) {
pauseTime = 0;
unPauseTime = 0;
pauseLength = 0;
myscorec1 = 0;
trace(framename);
_root.gotoAndStop(framename);
};
Instance of Symbol 365 MovieClip "bg" in Frame 108
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 219 MovieClip "pausemenu" in Frame 108
onClipEvent (enterFrame) {
if ((!Key.isDown(80)) && (this._currentframe == 1)) {
o = 2;
}
if ((Key.isDown(80) && (this._currentframe == 1)) && (o == 2)) {
this.gotoAndStop(2);
_root.pausegame();
}
if ((!Key.isDown(80)) && (this._currentframe != 1)) {
o = 1;
}
if ((Key.isDown(80) && (this._currentframe != 1)) && (o == 1)) {
this.gotoAndStop(1);
_root.unpausegame();
}
}
Instance of Symbol 389 MovieClip "cursor" in Frame 108
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 108
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 108
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
this._alpha = game.data.brightness;
}
Instance of Symbol 228 MovieClip "m" in Frame 108
onClipEvent (load) {
gotoAndStop (114);
}
Frame 109
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
myscorec7 = 0;
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
Instance of Symbol 846 MovieClip "sfwall1" in Frame 109
onClipEvent (enterFrame) {
if (framede123 == undefined) {
framede123 = _root._currentframe;
}
if (_root._currentframe != framede123) {
this.removeMovieClip(this);
}
game = SharedObject.getLocal("minigamecollectioninfo");
if (this._name == "sfwall1") {
if (!uuuuewfjskldjf) {
uuuuewfjskldjf = 1;
if (_root.difficulty == "easy") {
}
if (_root.difficulty == "normal") {
this.duplicateMovieClip("sfwall2", this.getNextHighestDepth() + 10000);
_root.sfwall2._x = this._x - 50;
}
if (_root.difficulty == "hard") {
this.duplicateMovieClip("sfwall2", this.getNextHighestDepth() + 10000);
this.duplicateMovieClip("sfwall3", this.getNextHighestDepth() + 11000);
_root.sfwall2._x = this._x - 50;
_root.sfwall3._x = this._x - 100;
}
}
}
}
onClipEvent (load) {
framede123 = _root._currentframe;
}
Instance of Symbol 849 MovieClip "sling" in Frame 109
onClipEvent (enterFrame) {
}
Instance of Symbol 852 MovieClip "originalb" in Frame 109
onClipEvent (load) {
startframe123 = _root._currentframe;
if (this._name == "originalb") {
this._alpha = 0;
bn = 1;
this.duplicateMovieClip("ball" + bn, this.getNextHighestDepth() + (bn * 1000));
}
}
onClipEvent (enterFrame) {
if (startframe123 != _root._currentframe) {
this.removeMovieClip(this);
}
if ((((this._x <= -100) || (this._x >= 1000)) || (this._y >= 1000)) || (this._y <= -300)) {
this.removeMovieClip(this);
}
if (_root.sfwall1.hitTest(this._x, this._y, true)) {
this.removeMovieClip(this);
}
if (_root.sfwall2.hitTest(this._x + 9, this._y, true)) {
this.removeMovieClip(this);
}
if (_root.sfwall3.hitTest(this._x + 9, this._y, true)) {
this.removeMovieClip(this);
}
if (_root.sfgoal.hitTest(this._x + 9, this._y, true)) {
trace("jdfslkjfsl");
_root.myscorec7 = _root.myscorec7 + (3 * _root.difficulty1);
this.removeMovieClip(this);
}
if (!_root.gpaused) {
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
if (this.fired != true) {
if (this._currentframe != _root.sling._currentframe) {
this.gotoAndStop(_root.sling._currentframe);
}
this._rotation = angle_in_degrees;
_root.sling._rotation = angle_in_degrees;
}
}
if (this._name != "originalb") {
if (!_root.gpaused) {
if (this.fired == true) {
this.stop();
if (!duplicated) {
speed = this._currentframe * 3;
this.gotoAndStop(1);
tx = this._x + this.balln2._x;
ty = this._y + this.balln2._y;
sy = _root._ymouse;
sx = _root._xmouse;
a = sx - tx;
b = sy - ty;
c = Math.sqrt((a * a) + (b * b));
pptn = 550 / c;
a = a * pptn;
b = b * pptn;
duplicated = 1;
_root.originalb.bn++;
_root.originalb.duplicateMovieClip("ball" + _root.originalb.bn, (this.getNextHighestDepth() + _root.originalb.bn) + 100);
}
this._x = this._x + ((a * speed) / 1000);
this._y = this._y + ((b * speed) / 1000);
}
}
}
}
onClipEvent (load) {
if (unPauseTime == undefined) {
unPauseTime = 0;
}
if (timePaused == undefined) {
timePaused = 0;
}
if (pauseLength == undefined) {
pauseLength = 0;
}
this.startt = getTimer() / 1000;
pausegame();
unpausegame();
}
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else {
if (Math.round((60 - ((getTimer() / 1000) - this.startt)) + pauseLength) == 0) {
_root.gotoAndStop("over2");
}
_root.mytimerc7 = Math.round((60 - ((getTimer() / 1000) - this.startt)) + pauseLength);
}
}
Frame 110
myscorec7xd = myscorec7 * difficulty1;
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.g9score <= myscorec7xd) {
game.data.g9score = myscorec7xd;
game.flush();
}
Frame 111
cursor.onMouseMove = function () {
Mouse.hide();
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
stop();
clearInterval(timerInterval);
_root.currentgame = "Quick Shot";
stop();
_root.savegame();
gameover = function () {
};
pausegame = function () {
gpaused = true;
};
unpausegame = function () {
gpaused = false;
};
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
};
refresh_movie = function (framename) {
pauseTime = 0;
unPauseTime = 0;
pauseLength = 0;
myscorec1 = 0;
_root.gotoAndStop(framename);
};
Instance of Symbol 365 MovieClip "bg" in Frame 111
onClipEvent (load) {
this.gotoAndStop(9);
}
Instance of Symbol 219 MovieClip "pausemenu" in Frame 111
onClipEvent (enterFrame) {
if ((!Key.isDown(80)) && (this._currentframe == 1)) {
o = 2;
}
if ((Key.isDown(80) && (this._currentframe == 1)) && (o == 2)) {
this.gotoAndStop(2);
_root.pausegame();
}
if ((!Key.isDown(80)) && (this._currentframe != 1)) {
o = 1;
}
if ((Key.isDown(80) && (this._currentframe != 1)) && (o == 1)) {
this.gotoAndStop(1);
_root.unpausegame();
}
}
Instance of Symbol 389 MovieClip "cursor" in Frame 111
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 111
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 111
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
this._alpha = game.data.brightness;
}
Instance of Symbol 228 MovieClip "m" in Frame 111
onClipEvent (load) {
gotoAndStop (117);
}
Frame 112
if (difficulty == "easy") {
difficulty1 = 1;
} else if (difficulty == "normal") {
difficulty1 = 2;
} else if (difficulty == "hard") {
difficulty1 = 3;
}
var blowBack = 10;
var clipSize = 12;
var ammo = clipSize;
var firing = false;
var reloadng = false;
var scoreqs = 0;
var timeLeft = 45;
empty = false;
if (difficulty1 == 1) {
timeLeft = 60;
}
if (difficulty1 == 2) {
clipSize = 10;
ammo = clipSize;
timeLeft = 45;
}
if (difficulty1 == 3) {
clipSize = 8;
ammo = clipSize;
timeLeft = 30;
}
var targetCount = 0;
_root.crossHair.swapDepths(100000);
_root.cursor.swapDepths(100001);
startDrag (_root.cursor, true);
Mouse.hide();
onMouseDown = function () {
if (!gpaused) {
if ((!_root.reloading) && (ammo > 0)) {
i = 0;
while (i < _root.targetCount) {
if (_root["target" + i].hitTest(_root.crossHair._x, _root.crossHair._y, false) && (_root["target" + i]._currentframe == 10)) {
_root["target" + i].play();
xDis = Math.abs(_root["target" + i]._x - _root.crossHair._x);
yDis = Math.abs(_root["target" + i]._y - _root.crossHair._y);
_root.scoreqs = _root.scoreqs + Math.round((50 - ((xDis + yDis) / 2)) / 10);
trace(Math.round(50 - ((xDis + yDis) / 2)));
}
i++;
}
_root.crossHair.atY = _root.crossHair.atY + _root.blowBack;
_root.ammo--;
}
}
};
onEnterFrame = function () {
if (!gpaused) {
if (Key.isDown(32) && (!_root.reloading)) {
_root.reloading = true;
empty = false;
}
if (_root.reloading) {
_root.ammo = _root.ammo + 0.25;
if (_root.ammo == _root.clipSize) {
_root.ammo = _root.clipSize;
_root.reloading = false;
}
}
if (_root.ammo > 0) {
_root.ammoBar.gotoAndStop(_root.ammo);
} else if (!empty) {
_root.ammoBar.gotoAndPlay(21);
empty = true;
}
}
};
timerInterval = setInterval(function () {
if (!gpaused) {
_root.timeLeft--;
if (_root.timeLeft == 0) {
_root.gotoAndStop("over10");
clearInterval(timerInterval);
}
}
}, 1000);
Instance of Symbol 867 MovieClip "crossHair" in Frame 112
onClipEvent (load) {
kjdflsaf = _root._currentframe;
atY = 0;
}
onClipEvent (enterFrame) {
if (kjdflsaf != _root._currentframe) {
this.removeMovieClip(this);
this._x = -5000;
stopDrag();
} else {
this._x = _root._xmouse;
this._y = _root._ymouse - atY;
if (atY > 0) {
atY = atY - 1;
}
}
}
Instance of Symbol 869 MovieClip "cursor" in Frame 112
onClipEvent (enterFrame) {
if (dfjalsjdfsijflksd != _root._currentframe) {
this._x = -5000;
}
}
onClipEvent (load) {
dfjalsjdfsijflksd = _root._currentframe;
}
Instance of Symbol 873 MovieClip in Frame 112
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 112
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 112
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 112
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 112
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 112
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 112
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Frame 113
cursor.onMouseMove = function () {
Mouse.hide();
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
score10 = scoreqs * difficulty1;
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.g10score <= score10) {
game.data.g10score = score10;
game.flush();
}
Instance of Symbol 389 MovieClip "cursor" in Frame 113
onClipEvent (enterFrame) {
}
Frame 114
cursor.onMouseMove = function () {
Mouse.hide();
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
_root.currentgame = "Review";
stop();
_root.savegame();
gameover = function () {
};
pausegame = function () {
gpaused = true;
};
unpausegame = function () {
gpaused = false;
};
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
};
refresh_movie = function (framename) {
pauseTime = 0;
unPauseTime = 0;
pauseLength = 0;
myscorec1 = 0;
_root.gotoAndStop(framename);
};
Instance of Symbol 365 MovieClip "bg" in Frame 114
onClipEvent (load) {
this.gotoAndStop(9);
}
Instance of Symbol 389 MovieClip "cursor" in Frame 114
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 114
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 114
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
this._alpha = game.data.brightness;
}
Instance of Symbol 228 MovieClip "m" in Frame 114
onClipEvent (load) {
gotoAndStop (120);
}
Instance of Symbol 867 MovieClip "crossHair" in Frame 115
onClipEvent (load) {
kjdflsaf = _root._currentframe;
atY = 0;
}
onClipEvent (enterFrame) {
if (kjdflsaf != _root._currentframe) {
this.removeMovieClip(this);
this._x = -5000;
stopDrag();
} else {
this._x = _root._xmouse;
this._y = _root._ymouse - atY;
if (atY > 0) {
atY = atY - 1;
}
}
}
Instance of Symbol 869 MovieClip "cursor" in Frame 115
onClipEvent (enterFrame) {
if (dfjalsjdfsijflksd != _root._currentframe) {
this._x = -5000;
}
}
onClipEvent (load) {
dfjalsjdfsijflksd = _root._currentframe;
}
Instance of Symbol 873 MovieClip in Frame 115
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 115
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 115
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 115
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 115
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 115
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Instance of Symbol 873 MovieClip in Frame 115
onClipEvent (load) {
this._name = "target" + _root.targetCount;
_root.targetCount++;
isUp = false;
timeUp = 0;
}
onClipEvent (enterFrame) {
if (!_root.gpaused) {
if (this._currentframe == 1) {
popup = random(90);
if (popup == 0) {
this.play();
}
} else if ((this._currentframe > 1) && (!isUp)) {
isUp = true;
}
if (isUp) {
timeUp++;
if (timeUp >= 150) {
timeUp = 0;
this.play();
isUp = false;
}
}
}
}
Frame 116
cursor.onMouseMove = function () {
Mouse.hide();
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
Instance of Symbol 389 MovieClip "cursor" in Frame 116
onClipEvent (enterFrame) {
}
Frame 117
cursor.onMouseMove = function () {
Mouse.hide();
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
_root.currentgame = "Extra Stuff";
stop();
_root.savegame();
gameover = function () {
};
pausegame = function () {
gpaused = true;
};
unpausegame = function () {
gpaused = false;
};
Mouse.hide();
cursor.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
savegame = function () {
};
refresh_movie = function (framename) {
pauseTime = 0;
unPauseTime = 0;
pauseLength = 0;
myscorec1 = 0;
_root.gotoAndStop(framename);
};
Instance of Symbol 365 MovieClip "bg" in Frame 117
onClipEvent (load) {
this.gotoAndStop(9);
}
Instance of Symbol 389 MovieClip "cursor" in Frame 117
onClipEvent (enterFrame) {
}
Instance of Symbol 226 MovieClip "b_mc2" in Frame 117
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == undefined) {
game.data.tint = "default";
game.flush();
}
this.gotoAndStop(game.data.tint);
}
Instance of Symbol 227 MovieClip "b_mc" in Frame 117
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == undefined) {
game.data.brightness = 0;
game.flush();
}
this._alpha = game.data.brightness;
}
Instance of Symbol 228 MovieClip "m" in Frame 117
onClipEvent (load) {
gotoAndStop (123);
}
Frame 119
listeningLC = new LocalConnection();
listeningLC.sendBack = function (gamedata) {
game = SharedObject.getLocal("minigamecollectioninfo");
lc123 = 1;
while (lc123 < 11) {
if (game.data[("g" + lc123) + "score"] > gamedata[lc123 - 1]) {
sendbackdata[lc123 - 1] = game.data[("g" + lc123) + "score"];
} else {
game.data[("g" + lc123) + "score"] = gamedata[lc123 - 1];
sendbackdata[lc123 - 1] = false;
}
lc123++;
}
game.flush();
listeningLC.send("__ma_connection__", "sendback", sendbackdata);
};
listeningLC2.connect("__ma_connection__");
Symbol 3 Button
on (press) {
if (_parent.totalpts == undefined) {
_parent.totalpts = 0;
}
_parent.totalpts = _parent.totalpts + values1;
play();
}
Symbol 5 MovieClip Frame 1
stop();
Symbol 5 MovieClip Frame 9
stop();
if (this._name != "mainloadergg1") {
this._parent.n++;
this._parent.duplicate();
this.removeMovieClip(this);
}
Symbol 17 Button
on (release) {
getURL ("http://www.flak-games.com/", "_blank");
}
Symbol 26 Button
on (release) {
_root.gotoAndPlay(3);
}
Symbol 27 MovieClip Frame 1
if (_root._framesloaded >= 16) {
this.gotoAndStop(3);
}
Symbol 27 MovieClip Frame 2
gotoAndPlay (1);
Symbol 946 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 + "\\n";
_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 947 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.1");
}
static function showPreGameAd(options) {
var _local30 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local30);
var _local20 = options.clip;
var _local26 = 11000;
var _local29 = options.ad_timeout;
delete options.ad_timeout;
var _local23 = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var _local6 = _local20._mochiad;
_local6.onUnload = function () {
options.ad_finished();
};
var _local15 = _getRes(options);
var _local4 = _local15[0];
var _local14 = _local15[1];
_local6._x = _local4 * 0.5;
_local6._y = _local14 * 0.5;
var chk = _local6.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local14 * -0.5;
var _local8 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local8._x = 10;
_local8._y = _local14 - 20;
var _local25 = options.color;
delete options.color;
var _local21 = options.background;
delete options.background;
var _local27 = options.outline;
delete options.outline;
var _local5 = _local8.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local21);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local8.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local25);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local7 = _local8.createEmptyMovieClip("_outline", 3);
_local7.lineStyle(0, _local27, 100);
_local7.moveTo(0, 0);
_local7.lineTo(_local4 - 20, 0);
_local7.lineTo(_local4 - 20, 10);
_local7.lineTo(0, 10);
_local7.lineTo(0, 0);
chk.ad_msec = _local26;
chk.ad_timeout = _local29;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = _local23;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
_local6.lc.adLoaded = function (width, height) {
};
_local6.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showInterLevelAd(options) {
var _local16 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local16);
var _local10 = options.clip;
var _local13 = 11000;
var _local15 = options.ad_timeout;
delete options.ad_timeout;
var _local12 = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var _local3 = _local10._mochiad;
_local3.onUnload = function () {
options.ad_finished();
};
var _local6 = _getRes(options);
var _local17 = _local6[0];
var _local14 = _local6[1];
_local3._x = _local17 * 0.5;
_local3._y = _local14 * 0.5;
var chk = _local3.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local13;
chk.ad_timeout = _local15;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = _local12;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
_local3.lc.adLoaded = function (width, height) {
};
_local3.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showTimedAd(options) {
showInterLevelAd(options);
}
static function showPreloaderAd(options) {
showPreGameAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function _loadCommunicator(options) {
var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = _parseOptions(options, _local26);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
_allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local25 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local25);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb_arg) {
var _local8 = parseInt(cb_arg);
var _local4 = this._callbacks[_local8];
if (!_local4) {
return(undefined);
}
delete this._callbacks[_local8];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}
static function fetchHighScores(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}
static function sendHighScore(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["sendHighScore", options];
_local1.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local9 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local4);
}
}
Symbol 40 Button
on (release) {
getURL ("http://www.flak-games.com", "_blank");
}
Symbol 50 MovieClip Frame 275
_parent.play();
Symbol 51 MovieClip Frame 2
stop();
Symbol 51 MovieClip Frame 3
_root.play();
Symbol 60 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 6
stop();
Symbol 67 Button
on (release) {
game = SharedObject.getLocal("minigamecollectioninfo");
if ((Key.isDown(67) && (Key.isDown(51))) && (game.data.tint == "blue")) {
_root.mus.setVolume(50);
game.data.allgamesunlocked = true;
game.flush();
}
gotoAndStop ("selectgameblue");
}
Symbol 68 Button
on (release) {
gotoAndStop ("info");
}
Symbol 69 Button
on (release) {
_root.pausemenu.gotoAndStop(2);
}
Symbol 70 Button
on (release) {
_root.gotoAndStop("Credits");
}
Symbol 71 Button
on (release) {
getURL ("http://www.flak-games.com", "_blank");
}
Symbol 72 Button
on (release) {
getURL ("http://rankz.armorbot.com/Minigame_Arcade/", "_blank");
}
Symbol 85 MovieClip Frame 1
stop();
Symbol 91 Button
on (release) {
if (_parent.bg._currentframe == _parent.bg._totalframes) {
_parent.bg.gotoAndStop(1);
} else {
_parent.bg.nextFrame();
}
}
Symbol 95 Button
on (release) {
if (_parent.bg._currentframe == 1) {
_parent.bg.gotoAndStop(_parent.bg._totalframes);
} else {
_parent.bg.prevFrame();
}
}
Symbol 97 Button
on (release) {
if (_root.cursor._currentframe != 1) {
_root.cursor.prevFrame();
} else {
_root.cursor.gotoAndStop(_root.cusor._totalframes);
}
}
Symbol 98 Button
on (release) {
if (_root.cursor._currentframe != _root.cursor._totalframes) {
_root.cursor.nextFrame();
} else {
_root.cursor.gotoAndStop(1);
}
}
Symbol 100 Button
on (release) {
_parent.gotoAndStop(1);
}
Symbol 101 Button
on (release) {
_parent.gotoAndStop(2);
}
Symbol 108 Button
on (release) {
nextFrame();
}
Symbol 113 Button
on (release) {
gotoAndStop (2);
_root.difficulty = "easy";
}
Symbol 114 Button
on (release) {
gotoAndStop (3);
_root.difficulty = "normal";
}
Symbol 115 Button
on (release) {
gotoAndStop (4);
_root.difficulty = "hard";
}
Symbol 120 MovieClip Frame 1
stop();
if (jkl123 == undefined) {
jkl123 = 1;
game = SharedObject.getLocal("minigamecollectioninfo");
_root.difficulty = game.data.defaultdifficulty;
if (_root.difficulty == undefined) {
_root.difficulty = "normal";
}
gotoAndStop(_root.difficulty);
}
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 9
stop();
if (this._name != "mainloadergg") {
this._parent.n++;
this._parent.duplicate();
this.removeMovieClip(this);
}
Symbol 134 MovieClip Frame 1
duplicate = function () {
duplicateMovieClip (this.mainloadergg, "mainloadergg" + this.n, this.getNextHighestDepth() + this.n);
};
Mouse.hide();
_root.savegame = function () {
_root.loaderminigame.gotoAndStop(1);
};
_root.pausegame = function () {
_root.loaderminigame.mainloadergg.timePaused = getTimer() / 1000;
_root.gpaused = true;
};
_root.unpausegame = function () {
_root.loaderminigame.mainloadergg.unPauseTime = getTimer() / 1000;
trace(_root.loaderminigame.mainloadergg.startt);
_root.loaderminigame.mainloadergg.pauseLength = _root.loaderminigame.mainloadergg.pauseLength + ((_root.loaderminigame.mainloadergg.unPauseTime - _root.loaderminigame.mainloadergg.timePaused) / 2);
_root.gpaused = false;
};
stop();
Symbol 134 MovieClip Frame 2
_root.currentgame = "Loader Minigame";
Symbol 134 MovieClip Frame 3
totalpts = 0;
mainloadergg.unPauseTime = 0;
mainloadergg.timePaused = 0;
mainloadergg.pauseLength = 0;
currenttime = 60;
stop();
if (_root.difficulty == "easy") {
difficulty1 = 1;
} else if (_root.difficulty == "normal") {
difficulty1 = 2;
} else if (_root.difficulty == "hard") {
difficulty1 = 3;
}
difficulty = _root.difficulty;
Instance of Symbol 121 MovieClip "mainloadergg" in Symbol 134 MovieClip Frame 3
onClipEvent (load) {
if (this._name != "mainloadergg") {
_parent.deletename = this._name;
this._width = this._width + Math.round(Math.random() * 40);
this._height = this._width;
location = Math.round(Math.random() * 4);
if (location == 0) {
location = 1;
}
trace(location);
if (location == 1) {
this._y = Math.round(Math.random() * 480);
this._x = -this._width;
} else if (location == 4) {
this._x = Math.round(Math.random() * 650);
this._y = -this._width;
} else if (location == 2) {
this._x = Math.round(Math.random() * 650);
this._y = 500 + this._width;
} else if (location == 3) {
this._y = Math.round(Math.random() * 480);
this._x = 650 + this._width;
}
speed = Math.round((Math.random() * 14) * _root.loaderminigame.difficulty1) + 1;
trace(speed);
values1 = 1 + Math.round((Math.random() * speed) / 5);
if (_root.loaderminigame.currenttime <= 0) {
_root.loaderminigame.nextFrame();
}
} else {
if (unPauseTime == undefined) {
unPauseTime = 0;
}
if (timePaused == undefined) {
timePaused = 0;
}
if (pauseLength == undefined) {
pauseLength = 0;
}
this.startt = getTimer() / 1000;
_parent.n = 1;
this.duplicateMovieClip("mainloadergg" + this._parent.n, (this.getNextHighestDepth + this._parent.n) + 50);
}
}
onClipEvent (enterFrame) {
if (_root.gpaused) {
} else {
if (_root.loaderminigame._currentframe != 3) {
this.gotoAndStop(this._totalframes);
}
if (this._name != "mainloadergg") {
if (location == 1) {
this._x = this._x + speed;
} else if (location == 4) {
this._y = this._y + speed;
} else if (location == 2) {
this._y = this._y - speed;
} else if (location == 3) {
this._x = this._x - speed;
}
if (((location == 1) || (location == 4)) && ((this._x >= (650 + this._width)) || (this._y >= (500 + this._width)))) {
this.gotoAndStop(this._totalframes);
}
if (((location == 2) || (location == 3)) && ((this._x <= ((-this._width) + 1)) || (this._y <= ((-this._width) + 1)))) {
this.gotoAndStop(this._totalframes);
}
} else {
_parent.currenttime = Math.round((60 - ((getTimer() / 1000) - this.startt)) + pauseLength);
}
}
}
Symbol 134 MovieClip Frame 4
difficulty = _root.difficulty;
totalptsxd = totalpts * difficulty1;
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.g2score <= totalptsxd) {
game.data.g2score = totalptsxd;
game.flush();
}
Symbol 134 MovieClip Frame 5
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.glcomplete = true;
game.flush();
Symbol 140 Button
on (release) {
gotoAndStop (1);
}
Symbol 141 Button
on (release) {
gotoAndStop ("Video Settings");
}
Symbol 142 Button
on (release) {
gotoAndStop ("Audio Settings");
}
Symbol 143 Button
on (release) {
gotoAndStop ("Misc. Settings");
}
Symbol 144 Button
on (release) {
qu.gotoAndStop(2);
}
Symbol 150 Button
on (release) {
_root.savegame();
_root.gotoAndStop("mainMenu");
_parent.gotoAndStop(1);
}
Symbol 151 Button
on (release) {
gotoAndStop (1);
}
Symbol 152 MovieClip Frame 1
stop();
Symbol 154 Button
on (release) {
gotoAndStop (2);
}
Symbol 164 Button
on (press) {
startDrag (box, true, -50, 0, 50, 0);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
jj = -50;
jj2 = 100;
j5 = 20;
j10 = 10;
if (box._x <= (-50 + j10)) {
box._x = -50;
}
if ((box._x <= (-j10)) && (box._x > (-50 + j10))) {
box._x = -25;
}
if ((box._x <= j10) && (box._x > (-j10))) {
box._x = 0;
}
if ((box._x <= ((50 - j5) + j10)) && (box._x > j10)) {
box._x = 25;
}
if ((box._x <= 50) && (box._x > ((50 - j5) + j10))) {
box._x = 50;
}
}
Instance of Symbol 166 MovieClip "box" in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._y > 0) || (this._y < 0)) {
this._y = 0;
}
this._y = 0;
_root.mus.setVolume(Math.round(this._x + (_parent.width / 2)));
}
Symbol 173 Button
on (press) {
startDrag (box, true, -50, 0, 50, 0);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
jj = -50;
jj2 = 100;
j5 = 20;
j10 = 10;
if (box._x <= (-50 + j10)) {
box._x = -50;
}
if ((box._x <= (-j10)) && (box._x > (-50 + j10))) {
box._x = -25;
}
if ((box._x <= j10) && (box._x > (-j10))) {
box._x = 0;
}
if ((box._x <= ((50 - j5) + j10)) && (box._x > j10)) {
box._x = 25;
}
if ((box._x <= 50) && (box._x > ((50 - j5) + j10))) {
box._x = 50;
}
}
Instance of Symbol 166 MovieClip "box" in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._y > 0) || (this._y < 0)) {
this._y = 0;
}
this._y = 0;
}
Symbol 180 Button
on (press) {
startDrag (box3, true, -50, 0, 50, 0);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
jj = -50;
jj2 = 100;
j5 = 20;
j10 = 10;
if (box3._x <= (-50 + j10)) {
box3._x = -50;
}
if ((box3._x <= (-j10)) && (box3._x > (-50 + j10))) {
box3._x = -25;
}
if ((box3._x <= j10) && (box3._x > (-j10))) {
box3._x = 0;
}
if ((box3._x <= ((50 - j5) + j10)) && (box3._x > j10)) {
box3._x = 25;
}
if ((box3._x <= 50) && (box3._x > ((50 - j5) + j10))) {
box3._x = 50;
}
}
Instance of Symbol 166 MovieClip "box3" in Symbol 181 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._y > 0) || (this._y < 0)) {
this._y = 0;
}
this._y = 0;
}
Symbol 188 Button
on (press) {
startDrag (box, true, -50, 0, 50, 0);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
jj = -50;
jj2 = 100;
j5 = 20;
j10 = 10;
if (box._x <= (-50 + j10)) {
box._x = -50;
}
if ((box._x <= (-j10)) && (box._x > (-50 + j10))) {
box._x = -25;
}
if ((box._x <= j10) && (box._x > (-j10))) {
box._x = 0;
}
if ((box._x <= ((50 - j5) + j10)) && (box._x > j10)) {
box._x = 25;
}
if ((box._x <= 50) && (box._x > ((50 - j5) + j10))) {
box._x = 50;
}
}
Instance of Symbol 166 MovieClip "box" in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._y > 0) || (this._y < 0)) {
this._y = 0;
}
this._y = 0;
}
onClipEvent (load) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (_quality == "BEST") {
this._x = 50;
}
if (_quality == "MEDIUM") {
this._x = 0;
}
if (_quality == "autohigh") {
this._x = -50;
}
if (_quality == "HIGH") {
this._x = 25;
}
if (_root._quality == "LOW") {
this._x = -25;
}
}
Symbol 192 Button
on (press) {
startDrag (box2, true, -50, 0, 50, 0);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
jj = -50;
jj2 = 100;
j5 = 20;
j10 = 10;
if (box2._x <= (-50 + j10)) {
box2._x = -50;
}
if ((box2._x <= (-j10)) && (box2._x > (-50 + j10))) {
box2._x = -25;
}
if ((box2._x <= j10) && (box2._x > (-j10))) {
box2._x = 0;
}
if ((box2._x <= ((50 - j5) + j10)) && (box2._x > j10)) {
box2._x = 25;
}
if ((box2._x <= 50) && (box2._x > ((50 - j5) + j10))) {
box2._x = 50;
}
}
Instance of Symbol 166 MovieClip "box2" in Symbol 193 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._y > 0) || (this._y < 0)) {
this._y = 0;
}
this._y = 0;
}
onClipEvent (load) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.brightness == 0) {
this._x = 50;
}
if (game.data.brightness == 25) {
this._x = 0;
}
if (game.data.brightness == 50) {
this._x = -50;
}
if (game.data.brightness == 12) {
this._x = 25;
}
if (game.data.brightness == 37) {
this._x = -25;
}
}
Symbol 199 Button
on (press) {
startDrag (box3, true, -50, 0, 50, 0);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
jj = -50;
jj2 = 100;
j5 = 20;
j10 = 10;
if (box3._x <= (-50 + j10)) {
box3._x = -50;
}
if ((box3._x <= (-j10)) && (box3._x > (-50 + j10))) {
box3._x = -25;
}
if ((box3._x <= j10) && (box3._x > (-j10))) {
box3._x = 0;
}
if ((box3._x <= ((50 - j5) + j10)) && (box3._x > j10)) {
box3._x = 25;
}
if ((box3._x <= 50) && (box3._x > ((50 - j5) + j10))) {
box3._x = 50;
}
}
Instance of Symbol 166 MovieClip "box3" in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._y > 0) || (this._y < 0)) {
this._y = 0;
}
this._y = 0;
}
onClipEvent (load) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.tint == "yellow") {
this._x = 50;
}
if (game.data.tint == "blue") {
this._x = 0;
}
if (game.data.tint == "default") {
this._x = -50;
}
if (game.data.tint == "green") {
this._x = 25;
}
if (game.data.tint == "red") {
this._x = -25;
}
}
Symbol 204 MovieClip Frame 2
if (_parent.gr == 1) {
gotoAndPlay (1);
} else if (_parent.gr == 2) {
gotoAndPlay (3);
}
if (_parent.gr == undefined) {
gotoAndPlay (1);
}
Symbol 204 MovieClip Frame 4
if (_parent.gr == 1) {
gotoAndPlay (1);
} else if (_parent.gr == 2) {
gotoAndPlay (3);
}
if (_parent.gr == undefined) {
gotoAndPlay (1);
}
Symbol 207 Button
on (release) {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.defaultdifficulty = "easy";
game.flush();
_root.pausemenu.easy.gr = 2;
_root.pausemenu.normal.gr = 1;
_root.pausemenu.hard.gr = 1;
}
Symbol 208 Button
on (release) {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.defaultdifficulty = "normal";
game.flush();
_root.pausemenu.easy.gr = 1;
_root.pausemenu.normal.gr = 2;
_root.pausemenu.hard.gr = 1;
}
Symbol 209 Button
on (release) {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.defaultdifficulty = "hard";
game.flush();
_root.pausemenu.easy.gr = 1;
_root.pausemenu.normal.gr = 1;
_root.pausemenu.hard.gr = 2;
}
Symbol 210 Button
on (release) {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.skipdirections = "yes";
game.flush();
_root.pausemenu.no1.gr = 1;
_root.pausemenu.yes1.gr = 2;
}
Symbol 211 Button
on (release) {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.skipdirections = "no";
game.flush();
_root.pausemenu.no1.gr = 2;
_root.pausemenu.yes1.gr = 1;
}
Symbol 212 Button
on (release) {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.autostream = "yes";
game.flush();
_root.pausemenu.no2.gr = 1;
_root.pausemenu.yes2.gr = 2;
}
Symbol 213 Button
on (release) {
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.autostream = "no";
game.flush();
_root.pausemenu.no2.gr = 2;
_root.pausemenu.yes2.gr = 1;
}
Symbol 219 MovieClip Frame 1
stop();
_root.unpausegame();
Instance of Symbol 167 MovieClip "vc" in Symbol 219 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.box._x == -50) {
_root.mus.setVolume(0);
}
if (this.box._x == -25) {
_root.mus.setVolume(25);
}
if (this.box._x == 0) {
_root.mus.setVolume(50);
}
if (this.box._x == 25) {
_root.mus.setVolume(75);
}
if (this.box._x == 50) {
_root.mus.setVolume(100);
}
}
Instance of Symbol 174 MovieClip "vm" in Symbol 219 MovieClip Frame 3
onClipEvent (load) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data._currentsong == "off") {
this.box._x = -50;
}
if (game.data._currentsong == 1) {
this.box._x = -25;
}
if (game.data._currentsong == 2) {
this.box._x = 0;
}
if (game.data._currentsong == 3) {
this.box._x = 25;
}
if (game.data._currentsong == 4) {
this.box._x = 50;
}
}
onClipEvent (enterFrame) {
if (this.box._x == -50) {
_root.m.gotoAndStop(6);
game.data._currentsong = "off";
}
if (this.box._x == -25) {
if (game.data._currentsong != 1) {
_root.m.gotoAndStop(2);
game.data._currentsong = 1;
}
}
if (this.box._x == 0) {
if (game.data._currentsong != 2) {
_root.m.gotoAndStop(3);
game.data._currentsong = 2;
}
}
if (this.box._x == 25) {
if (game.data._currentsong != 3) {
_root.m.gotoAndStop(4);
game.data._currentsong = 3;
}
}
if (this.box._x == 50) {
if (game.data._currentsong != 4) {
_root.m.gotoAndStop(5);
game.data._currentsong = 4;
}
}
}
Instance of Symbol 181 MovieClip "vp" in Symbol 219 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.box3._x == -50) {
_root.mus.setPan(-100);
}
if (this.box3._x == -25) {
_root.mus.setPan(-50);
}
if (this.box3._x == 0) {
_root.mus.setPan(0);
}
if (this.box3._x == 25) {
_root.mus.setPan(50);
}
if (this.box3._x == 50) {
_root.mus.setPan(100);
}
}
Instance of Symbol 189 MovieClip "vq" in Symbol 219 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.box._x == -50) {
_root._quality = "autohigh";
}
if (this.box._x == -25) {
_root._quality = "LOW";
}
if (this.box._x == 0) {
_root._quality = "MEDIUM";
}
if (this.box._x == 25) {
_root._quality = "HIGH";
}
if (this.box._x == 50) {
_root._quality = "BEST";
}
}
Instance of Symbol 193 MovieClip "vb" in Symbol 219 MovieClip Frame 4
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (this.box2._x == -50) {
game.data.brightness = 50;
game.flush();
}
if (this.box2._x == -25) {
game.data.brightness = 37;
game.flush();
}
if (this.box2._x == 0) {
game.data.brightness = 25;
game.flush();
}
if (this.box2._x == 25) {
game.data.brightness = 12;
game.flush();
}
if (this.box2._x == 50) {
game.data.brightness = 0;
game.flush();
}
}
Instance of Symbol 200 MovieClip "vt" in Symbol 219 MovieClip Frame 4
onClipEvent (enterFrame) {
game = SharedObject.getLocal("minigamecollectioninfo");
if (this.box3._x == -50) {
game.data.tint = "default";
game.flush();
}
if (this.box3._x == -25) {
game.data.tint = "red";
game.flush();
}
if (this.box3._x == 0) {
game.data.tint = "blue";
game.flush();
}
if (this.box3._x == 25) {
game.data.tint = "green";
game.flush();
}
if (this.box3._x == 50) {
game.data.tint = "yellow";
game.flush();
}
}
Symbol 219 MovieClip Frame 5
game = SharedObject.getLocal("minigamecollectioninfo");
if (game.data.defaultdifficulty == undefined) {
_root.pausemenu.easy.gr = 1;
_root.pausemenu.normal.gr = 2;
_root.pausemenu.hard.gr = 1;
}
if (game.data.defaultdifficulty == "easy") {
_root.pausemenu.easy.gr = 2;
_root.pausemenu.normal.gr = 1;
_root.pausemenu.hard.gr = 1;
}
if (game.data.defaultdifficulty == "normal") {
_root.pausemenu.easy.gr = 1;
_root.pausemenu.normal.gr = 2;
_root.pausemenu.hard.gr = 1;
}
if (game.data.defaultdifficulty == "hard") {
_root.pausemenu.easy.gr = 1;
_root.pausemenu.normal.gr = 1;
_root.pausemenu.hard.gr = 2;
}
if (game.data.skipdirections == undefined) {
_root.pausemenu.no1.gr = 2;
_root.pausemenu.yes1.gr = 1;
}
if (game.data.skipdirections == "no") {
_root.pausemenu.no1.gr = 2;
_root.pausemenu.yes1.gr = 1;
}
if (game.data.skipdirections == "yes") {
_root.pausemenu.no1.gr = 1;
_root.pausemenu.yes1.gr = 2;
}
if (game.data.autostream == undefined) {
_root.pausemenu.no2.gr = 2;
_root.pausemenu.yes2.gr = 1;
}
if (game.data.autostream == "no") {
_root.pausemenu.no2.gr = 2;
_root.pausemenu.yes2.gr = 1;
}
if (game.data.autostream == "yes") {
_root.pausemenu.no2.gr = 1;
_root.pausemenu.yes2.gr = 2;
}
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 2
stopAllSounds();
_root.mus = new Sound();
_root.mus.attachSound("NG62233");
_root.mus.start(0, 5000);
Symbol 228 MovieClip Frame 3
stopAllSounds();
_root.mus = new Sound();
_root.mus.attachSound("106783");
_root.mus.start(0, 5000);
Symbol 228 MovieClip Frame 4
stopAllSounds();
_root.mus = new Sound();
_root.mus.attachSound("113810");
_root.mus.start(0, 5000);
Symbol 228 MovieClip Frame 5
stopAllSounds();
_root.mus = new Sound();
_root.mus.attachSound("92394");
_root.mus.start(0, 5000);
Symbol 228 MovieClip Frame 6
stopAllSounds();
Symbol 234 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 2
if (_root[this._parent._parent._name].locked == true) {
_parent.gotoAndStop(2);
} else {
_parent.gotoAndStop(_root[this._parent._parent._name].n + 2);
}
Symbol 272 MovieClip Frame 1
if (_root[this._parent._name].locked == true) {
gotoAndStop (2);
} else {
gotoAndStop(_root[this._parent._name].n + 2);
}
stop();
Symbol 272 MovieClip Frame 2
if (_root[this._parent._name].locked == true) {
gotoAndStop (2);
} else {
gotoAndStop(_root[this._parent._name].n + 2);
}
Instance of Symbol 238 MovieClip in Symbol 272 MovieClip Frame 2
onClipEvent (enterFrame) {
}
Symbol 272 MovieClip Frame 4
stop();
Symbol 272 MovieClip Frame 5
stop();
Symbol 272 MovieClip Frame 6
stop();
Symbol 272 MovieClip Frame 10
stop();
Symbol 275 MovieClip Frame 1
play();
if (_root[this._parent._name].gameTitle != undefined) {
if (_root[this._parent._name].locked != true) {
gameTitle = ((_root[this._parent._name].gameTitle + newline) + " ") + _root[this._parent._name].loading;
} else {
gameTitle = "<b><u>LOCKED</b></u>";
}
}
Symbol 275 MovieClip Frame 2
if (_root._framesloaded >= _root[this._parent._name].lfn) {
g = this._parent._name;
if (_root[this._parent._name].score == undefined) {
_root[this._parent._name].score = 0;
}
_root[this._parent._name].loading = "Best Score:" + _root[this._parent._name].score;
} else {
_root[this._parent._name].loading = "Loading...";
}
play();
Symbol 280 Button
on (release) {
gotoAndStop ("mainMenu");
}
Symbol 289 Button
on (release) {
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);
}
};
if ((!_root.fkjsdflsajldkja2) || (_root.overallscore == 0)) {
_root.fkjsdflsajldkja2 = 1;
_root.fkjsdflsajldkja = 1;
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
}
bXlnYW1lX25hbWVfdmFyaWFibGU = _root.highscorename;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.overallscore;
__rankz_send__("MjEzOGolZSVhJW4lcw==", "clZYQnhsb0I=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
}
Symbol 290 Button
on (release) {
getURL ("http://rankz.armorbot.com/Minigame_Arcade/", "_blank");
}
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 2
play();
Symbol 300 MovieClip Frame 90
_root.fkjsdflsajldkja = 0;
Symbol 312 Button
on (release) {
gotoAndStop (1);
}
Symbol 314 Button
on (release) {
if (info.loading != "Loading...") {
if (glocked == false) {
_root.gotoAndStop(framen1);
}
}
}
Symbol 319 MovieClip Frame 1
play();
Symbol 320 MovieClip Frame 1
stop();
i = false;
Symbol 320 MovieClip Frame 2
if ((i == undefined) || (i == false)) {
_root.LDB._alpha = 0;
i = true;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 100;
}
if ((this._alpha == 100) && (_root._framesloaded >= glfn)) {
stop();
} else {
play();
}
if (_root._framesloaded <= glfn) {
gname = (gname + newline) + "Loading Complete";
}
gname = info.gname;
glocked = info.glocked;
glfn = info.glfn;
LevelD = info.LevelD;
Game_Description = info.Game_Description;
framen1 = info.framen1;
loading = info.loading;
Instance of Symbol 272 MovieClip in Symbol 320 MovieClip Frame 2
/* no clip actions */
Symbol 320 MovieClip Frame 3
prevFrame();
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
Symbol 322 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 1048
stop();
Symbol 332 Button
on (release) {
gotoAndStop ("mainMenu");
}
Symbol 335 Button
on (release) {
getURL ("http://www.flak-games.com/", "_blank");
}
Symbol 336 Button
on (release) {
getURL ("mailto:chad@flak-games.com");
}
Symbol 337 MovieClip Frame 1
stop();
Symbol 365 MovieClip Frame 1
stop();
Symbol 366 Button
on (press) {
frm = (_root.currentlevel * 2) - 1;
_root.levels.gotoAndStop(frm);
}
on (release) {
frm = (_root.currentlevel * 2) - 1;
_root.levels.gotoAndStop(frm);
}
on (rollOut) {
frm = (_root.currentlevel * 2) - 1;
_root.levels.gotoAndStop(frm);
}
Symbol 367 Button
on (release) {
if (_root.bg._currentframe != _root.bg._totalframes) {
_root.bg.nextFrame();
} else {
_root.bg.gotoAndStop(1);
}
}
Symbol 368 Button
on (release) {
if (_root.bg._currentframe != 1) {
_root.bg.prevFrame();
} else {
_root.bg.gotoAndStop(_root.bg._totalframes);
}
}
Symbol 369 Button
on (release) {
_root.savegame();
_root.refresh_movie("selectgameblue");
}
Symbol 370 Button
on (release) {
_root.refresh_movie(_root.currentgame);
}
Symbol 373 Button
on (release) {
_root.cfsd = false;
nextFrame();
}
Symbol 374 Button
on (release) {
game = SharedObject.getLocal("minigamecollectioninfo");
_root.currentlevel = game.data.currentlevel;
_root.loadedmascore = game.data.loadedmascore;
_root.difficulty = game.data.saveddifficulty;
_root.cfsd = true;
if (_root.loadedmascore == undefined) {
} else {
nextFrame();
}
}
Symbol 389 MovieClip Frame 1
stop();
Symbol 395 Button
on (rollOver) {
if ((((_root._xmouse < 200) && (_root._ymouse < 200)) && (_root._ymouse > 150)) && (_root._xmouse > 100)) {
gotoAndStop (2);
}
}
on (press) {
frm = (_root.currentlevel * 2) - 1;
_root.levels.gotoAndStop(frm);
}
Symbol 404 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 2
_root.levels.gotoAndStop(_root.levels._currentframe + 2);
stop();
Symbol 405 Button
on (rollOver) {
gotoAndStop (3);
}
Symbol 408 Button
on (rollOver) {
gotoAndStop (1);
}
Symbol 410 Button
on (rollOver) {
_parent.prevFrame();
}
Symbol 414 Button
on (rollOver) {
if ((((_root._xmouse < 120) && (_root._ymouse < 440)) && (_root._ymouse > 375)) && (_root._xmouse > 70)) {
gotoAndStop (4);
}
}
on (press) {
frm = (_root.currentlevel * 2) - 1;
_root.levels.gotoAndStop(frm);
}
Symbol 417 Button
on (rollOver) {
gotoAndStop (5);
}
Symbol 419 Button
on (rollOver) {
gotoAndStop (3);
}
Symbol 420 Button
on (rollOver) {
frm = (_root.currentlevel * 2) - 1;
_root.levels.gotoAndStop(frm);
}
Symbol 424 Button
on (rollOver) {
if ((((_root._xmouse < 350) && (_root._ymouse < 575)) && (_root._ymouse > 400)) && (_root._xmouse > 300)) {
gotoAndStop (6);
}
}
on (press) {
frm = (_root.currentlevel * 2) - 1;
_root.levels.gotoAndStop(frm);
}
Symbol 426 Button
on (rollOver) {
gotoAndStop (7);
}
Symbol 428 Button
on (rollOver) {
gotoAndStop (5);
}
Symbol 433 Button
on (rollOver) {
_parent.prevFrame();
}
Symbol 436 Button
on (rollOver) {
nextFrame();
}
on (press) {
frm = (_root.currentlevel * 2) - 1;
_root.levels.gotoAndStop(frm);
}
Symbol 438 Button
on (rollOver) {
gotoAndStop (9);
}
Symbol 443 Button
on (rollOver) {
gotoAndStop (11);
}
Symbol 452 MovieClip Frame 4
stop();
Symbol 453 MovieClip Frame 1
stop();
Instance of Symbol 449 MovieClip in Symbol 453 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._parent._xmouse <= (this._width + this._x)) && (this._parent._ymouse <= 94)) && (this._parent._ymouse >= -4)) {
nextFrame();
_root.levels.mob = true;
trace(_root.levels.mob);
}
}
Symbol 453 MovieClip Frame 2
stop();
Symbol 456 Button
on (rollOver) {
gotoAndStop (13);
}
Symbol 460 Button
on (rollOver) {
frm = (_root.currentlevel * 2) - 1;
_root.levels.gotoAndStop(frm);
}
Symbol 464 Button
on (rollOver) {
gotoAndStop (15);
}
Symbol 469 Button
on (rollOver) {
gotoAndStop (17);
}
Symbol 474 Button
on (rollOver) {
gotoAndStop (19);
}
Symbol 479 Button
on (rollOver) {
gotoAndStop (21);
}
Symbol 487 MovieClip Frame 1
_root.currentlevel = 1;
stop();
Instance of Symbol 404 MovieClip "chad_cheat" in Symbol 487 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(67) && (Key.isDown(72))) {
i = true;
this.gotoAndStop(2);
} else {
i = false;
this.gotoAndStop(1);
}
}
Instance of Symbol 411 MovieClip in Symbol 487 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 411 MovieClip in Symbol 487 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Symbol 487 MovieClip Frame 3
_root.currentlevel = 2;
Instance of Symbol 411 MovieClip in Symbol 487 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 421 MovieClip in Symbol 487 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 422 MovieClip in Symbol 487 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 421 MovieClip in Symbol 487 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Instance of Symbol 411 MovieClip in Symbol 487 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Symbol 487 MovieClip Frame 5
_root.currentlevel = 3;
Instance of Symbol 421 MovieClip in Symbol 487 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 429 MovieClip in Symbol 487 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 421 MovieClip in Symbol 487 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Instance of Symbol 434 MovieClip in Symbol 487 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Symbol 487 MovieClip Frame 7
_root.currentlevel = 4;
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Symbol 487 MovieClip Frame 9
_root.currentlevel = 5;
Instance of Symbol 453 MovieClip in Symbol 487 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.levels.mob == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Symbol 487 MovieClip Frame 11
_root.currentlevel = 6;
Instance of Symbol 461 MovieClip in Symbol 487 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 12
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 12
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Symbol 487 MovieClip Frame 13
_root.currentlevel = 7;
Instance of Symbol 421 MovieClip in Symbol 487 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Symbol 487 MovieClip Frame 15
_root.currentlevel = 8;
Instance of Symbol 421 MovieClip in Symbol 487 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 429 MovieClip in Symbol 487 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Symbol 487 MovieClip Frame 17
_root.currentlevel = 9;
Instance of Symbol 411 MovieClip in Symbol 487 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 18
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 18
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Symbol 487 MovieClip Frame 19
_root.currentlevel = 10;
Instance of Symbol 461 MovieClip in Symbol 487 MovieClip Frame 20
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 421 MovieClip in Symbol 487 MovieClip Frame 20
onClipEvent (enterFrame) {
if (_root.difficulty == "easy") {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 20
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 20
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Instance of Symbol 430 MovieClip in Symbol 487 MovieClip Frame 20
onClipEvent (enterFrame) {
if ((_root.difficulty == "easy") || (_root.difficulty == "normal")) {
this._x = -5000;
}
}
Symbol 487 MovieClip Frame 21
_root.currentlevel = 11;
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.game1 = "Complete";
game.data.g2complete = true;
game.data.currentlevel = 11;
game.flush();
Symbol 491 Button
on (release) {
_root.cfsd = true;
_root.currentlevel = 1;
prevFrame();
}
Symbol 492 Button
on (release) {
_root.cfsd = true;
_root.currentlevel = 2;
prevFrame();
}
Symbol 493 Button
on (release) {
_root.cfsd = true;
_root.currentlevel = 3;
prevFrame();
}
Symbol 494 Button
on (release) {
_root.cfsd = true;
_root.currentlevel = 4;
prevFrame();
}
Symbol 495 Button
on (release) {
_root.cfsd = true;
_root.currentlevel = 5;
prevFrame();
}
Symbol 496 Button
on (release) {
_root.cfsd = true;
_root.currentlevel = 6;
prevFrame();
}
Symbol 497 Button
on (release) {
_root.cfsd = true;
_root.currentlevel = 7;
prevFrame();
}
Symbol 498 Button
on (release) {
_root.cfsd = true;
_root.currentlevel = 8;
prevFrame();
}
Symbol 499 Button
on (release) {
_root.cfsd = true;
_root.currentlevel = 9;
prevFrame();
}
Symbol 500 Button
on (release) {
_root.cfsd = true;
_root.currentlevel = 10;
prevFrame();
}
Symbol 505 Button
on (release) {
gotoAndStop ("game");
}
Symbol 682 MovieClip Frame 1
stop();
Instance of Symbol 673 MovieClip "fire" in Symbol 682 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gamePaused == false) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 675 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 0;
while (i < _root.wallCount) {
if (this.hitTest(_root["wallu" + i]) || (this.hitTest(_root["walld" + i]))) {
_parent.play();
}
i++;
}
}
Symbol 682 MovieClip Frame 22
if (_root.win) {
_root.goal.removeMovieClip();
_root.gotoAndStop("win");
i = 0;
while (i < _root.wallCount) {
_root["wallu" + i].removeMovieClip();
_root["walld" + i].removeMovieClip();
i++;
}
} else {
i = 0;
while (i < _root.wallCount) {
_root["wallu" + i].removeMovieClip();
_root["walld" + i].removeMovieClip();
i++;
}
_root.gotoAndStop("over");
}
Symbol 697 Button
on (release) {
refresh_movie("Missle Mayhem");
}
Symbol 704 Button
on (release) {
_root.currentlevel = 1;
refresh_movie("game3");
}
Symbol 705 Button
on (release) {
_root.loadgame = true;
_root.nextFrame();
}
Symbol 714 MovieClip Frame 1
play();
mouse_x = _root.cursor._x;
mouse_y = _root.cursor._y;
if (_root.gpaused) {
if (f) {
f = false;
timePaused = getTimer() / 1000;
}
ffff = false;
} else {
if (ff != true) {
ff = true;
pauseLength = 0;
timePaused = 0;
timeUnpaused = 0;
startingTime = (getTimer() / 1000) - timePaused;
}
f = true;
if (ffff != true) {
timeUnpaused = getTimer() / 1000;
pauseLength = (timeUnpaused - timePaused) + pauseLength;
ffff = true;
}
if (pauseLength == undefined) {
pauseLength = 0;
}
timeElapsed = (getTimer() / 1000) - pauseLength;
timeRemaining = timeElapsed;
if (Math.round(timeRemaining) < 10) {
seconds = Math.round(timeRemaining);
} else {
seconds = Math.round(timeRemaining);
}
tttimer = seconds;
}
Instance of Symbol 707 MovieClip "e_turrent1" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
}
Instance of Symbol 709 MovieClip "enemy_bullet1" in Symbol 714 MovieClip Frame 1
onClipEvent (load) {
if (this._name != "enemy_bullet1") {
trace("success");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
xDest = _root.levels.mouse_x;
yDest = _root.levels.mouse_y;
this._alpha = 100;
}
onClipEvent (enterFrame) {
if (_root.delete1 == true) {
this.removeMovieClip(this);
}
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
if (this._name != "enemy_bullet1") {
if (Math.ceil(this._y) != yDest) {
this._y = this._y + ((yDest - this._y) * (0.1 + (_root.ttn * ((_root.difficulty1 * 3) / 650))));
}
if (Math.ceil(this._x) != Math.round(xDest)) {
this._x = this._x + ((xDest - this._x) * (0.1 + (_root.ttn * ((_root.difficulty1 * 3) / 650))));
} else if (Math.ceil(this._y) == Math.round(yDest)) {
if (jjj != true) {
jjj = true;
_root.ttn++;
_root.levels.enemy_bullet1.duplicateMovieClip("enemy_bullet1" + _root.ttn, _root.levels.enemy_bullet1.getNextHighestDepth() + _root.ttn);
}
}
} else if (_root.jjj != true) {
if (_root.ttn == undefined) {
_root.ttn = 0;
}
_root.jjj = true;
_root.ttn++;
this._alpha = 0;
this.duplicateMovieClip("enemy_bullet1" + _root.ttn, this.getNextHighestDepth() + _root.ttn);
}
}
}
onClipEvent (enterFrame) {
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
if ((((this._x > (_root.cursor._x - 5)) && (this._x < (_root.cursor._x + 5))) && (this._y < (_root.cursor._y + 5))) && (this._y > (_root.cursor._y - 5))) {
_root.ttscore = _parent.tttimer;
_root.refresh_movie("game3dead");
}
}
}
Instance of Symbol 707 MovieClip "e_turrent2" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
}
Instance of Symbol 709 MovieClip "enemy_bullet2" in Symbol 714 MovieClip Frame 1
onClipEvent (load) {
if (this._name != "enemy_bullet2") {
trace("success");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
xDest = _root.levels.mouse_x;
yDest = _root.levels.mouse_y;
this._alpha = 100;
}
onClipEvent (enterFrame) {
if (_root.delete1 == true) {
this.removeMovieClip(this);
}
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
if (this._name != "enemy_bullet2") {
if (Math.ceil(this._y) != yDest) {
this._y = this._y + ((yDest - this._y) * (0.1 + (_root.ttn2 * ((_root.difficulty1 * 3) / 650))));
}
if (Math.ceil(this._x) != Math.round(xDest)) {
this._x = this._x + ((xDest - this._x) * (0.1 + (_root.ttn2 * ((_root.difficulty1 * 3) / 650))));
} else if (Math.ceil(this._y) == Math.round(yDest)) {
if (jjj != true) {
jjj = true;
_root.ttn2++;
_root.levels.enemy_bullet2.duplicateMovieClip("enemy_bullet2" + _root.ttn2, (_root.levels.enemy_bullet2.getNextHighestDepth() + _root.ttn2) + 500);
}
}
} else if (_root.jjj2 != true) {
if (_root.ttn2 == undefined) {
_root.ttn2 = 0;
}
_root.jjj2 = true;
_root.ttn2++;
this._alpha = 0;
this.duplicateMovieClip("enemy_bullet2" + _root.ttn2, (this.getNextHighestDepth() + _root.ttn2) + 500);
}
}
}
onClipEvent (enterFrame) {
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
if ((((this._x > (_root.cursor._x - 5)) && (this._x < (_root.cursor._x + 5))) && (this._y < (_root.cursor._y + 5))) && (this._y > (_root.cursor._y - 5))) {
_root.ttscore = _parent.tttimer;
_root.refresh_movie("game3dead");
}
}
}
Instance of Symbol 707 MovieClip "e_turrent3" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
}
Instance of Symbol 709 MovieClip "enemy_bullet3" in Symbol 714 MovieClip Frame 1
onClipEvent (load) {
if (this._name != "enemy_bullet3") {
trace("success");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
xDest = _root.levels.mouse_x;
yDest = _root.levels.mouse_y;
this._alpha = 100;
}
onClipEvent (enterFrame) {
if (_root.delete1 == true) {
this.removeMovieClip(this);
}
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
if (this._name != "enemy_bullet3") {
if (Math.ceil(this._y) != yDest) {
this._y = this._y + ((yDest - this._y) * (0.1 + (_root.ttn3 * ((_root.difficulty1 * 3) / 650))));
}
if (Math.ceil(this._x) != Math.round(xDest)) {
this._x = this._x + ((xDest - this._x) * (0.1 + (_root.ttn3 * ((_root.difficulty1 * 3) / 650))));
} else if (Math.ceil(this._y) == Math.round(yDest)) {
if (jjj != true) {
jjj = true;
_root.ttn3++;
_root.levels.enemy_bullet3.duplicateMovieClip("enemy_bullet3" + _root.ttn3, (_root.levels.enemy_bullet3.getNextHighestDepth() + _root.ttn3) + 1000);
}
}
} else if (_root.jjj3 != true) {
if (_root.ttn3 == undefined) {
_root.ttn3 = 0;
}
_root.jjj3 = true;
_root.ttn3++;
this._alpha = 0;
this.duplicateMovieClip("enemy_bullet3" + _root.ttn3, (this.getNextHighestDepth() + _root.ttn3) + 1000);
}
}
}
onClipEvent (enterFrame) {
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
if ((((this._x > (_root.cursor._x - 5)) && (this._x < (_root.cursor._x + 5))) && (this._y < (_root.cursor._y + 5))) && (this._y > (_root.cursor._y - 5))) {
_root.ttscore = _parent.tttimer;
_root.refresh_movie("game3dead");
}
}
}
Instance of Symbol 707 MovieClip "e_turrent4d" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
}
Instance of Symbol 709 MovieClip "enemy_bullet4" in Symbol 714 MovieClip Frame 1
onClipEvent (load) {
if (this._name != "enemy_bullet4") {
trace("success");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
xDest = _root.levels.mouse_x;
yDest = _root.levels.mouse_y;
this._alpha = 100;
}
onClipEvent (enterFrame) {
if (_root.delete1 == true) {
this.removeMovieClip(this);
}
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
if (this._name != "enemy_bullet4") {
if (Math.ceil(this._y) != yDest) {
this._y = this._y + ((yDest - this._y) * (0.1 + (_root.ttn * ((_root.difficulty1 * 3) / 650))));
trace((_root.difficulty1 * 3) / 650);
}
if (Math.ceil(this._x) != Math.round(xDest)) {
this._x = this._x + ((xDest - this._x) * (0.1 + (_root.ttn * ((_root.difficulty1 * 3) / 650))));
} else if (Math.ceil(this._y) == Math.round(yDest)) {
if (jjj4 != true) {
jjj4 = true;
_root.ttn4++;
_root.levels.enemy_bullet4.duplicateMovieClip("enemy_bullet4" + _root.ttn4, (_root.levels.enemy_bullet4.getNextHighestDepth() + _root.ttn4) + 1500);
}
}
} else if (_root.jjj4 != true) {
if (_root.ttn4 == undefined) {
_root.ttn4 = 0;
}
_root.jjj4 = true;
_root.ttn4++;
this._alpha = 0;
this.duplicateMovieClip("enemy_bullet4" + _root.ttn4, (this.getNextHighestDepth() + _root.ttn4) + 1500);
}
}
}
onClipEvent (enterFrame) {
if ((_root.gpaused == false) || (_root.gpaused == undefined)) {
if ((((this._x > (_root.cursor._x - 5)) && (this._x < (_root.cursor._x + 5))) && (this._y < (_root.cursor._y + 5))) && (this._y > (_root.cursor._y - 5))) {
_root.ttscore = _parent.tttimer;
_root.refresh_movie("game3dead");
}
}
}
Symbol 714 MovieClip Frame 2
prevFrame();
Symbol 714 MovieClip Frame 3
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.g4complete = true;
game.flush();
_root.jjj = 0;
_root.jjj2 = 0;
_root.jjj3 = 0;
_root.jjj4 = 0;
_root.ttn = 0;
_root.ttn2 = 0;
_root.ttn3 = 0;
_root.ttn4 = 0;
Symbol 724 Button
on (release) {
gotoAndStop ("game2");
}
Symbol 732 MovieClip Frame 1
stop();
Symbol 732 MovieClip Frame 21
stop();
this.removeMovieClip(this);
Symbol 750 MovieClip Frame 1
stop();
Symbol 758 Button
on (release) {
gotoAndStop (54);
}
Symbol 763 MovieClip Frame 1
stop();
Symbol 768 Button
on (release) {
_root.car.startt = getTimer() / 1000;
_root.mytimerc = 60;
gotoAndStop ("game6c");
}
Symbol 791 MovieClip Frame 1
stop();
Symbol 807 Button
on (release) {
nextFrame();
}
Symbol 814 MovieClip Frame 1
stop();
Symbol 824 Button
on (release) {
prevFrame();
}
Symbol 829 Button
on (press) {
_root.MainBullet.play();
}
Symbol 833 MovieClip Frame 1
stop();
Symbol 840 Button
on (press) {
duplicateMovieClip (_root.MainBullet, "MainBullet" + _root.MainBullet.tttt, this.getNextHighestDepth() + 10);
_root.MainBullet.tttt++;
}
Symbol 844 Button
on (press) {
if (((getTimer() - startt1) >= 250) || (startt1 == undefined)) {
if (_root.sling._currentframe != _root.sling._totalframes) {
_root.sling.play();
_root["ball" + _root.originalb.bn].play();
_root["ball" + _root.originalb.bn]._alpha = 100;
}
}
}
on (release) {
if (((getTimer() - startt1) >= 700) || (startt1 == undefined)) {
trace(getTimer() - startt1);
startt1 = getTimer();
_root["ball" + _root.originalb.bn].fired = true;
_root.sling.gotoAndStop(1);
}
}
Symbol 846 MovieClip Frame 1
jjh = Math.round(Math.random() * 5);
if (jjh == 1) {
gotoAndPlay (2);
}
if (jjh == 2) {
gotoAndPlay (45);
}
if (jjh == 3) {
gotoAndPlay (77);
}
if (jjh == 4) {
gotoAndPlay (95);
}
if (jjh == 5) {
gotoAndPlay (111);
}
Symbol 846 MovieClip Frame 44
gotoAndPlay (1);
Symbol 846 MovieClip Frame 76
gotoAndPlay (1);
Symbol 846 MovieClip Frame 94
gotoAndPlay (1);
Symbol 846 MovieClip Frame 110
gotoAndPlay (1);
Symbol 846 MovieClip Frame 143
gotoAndPlay (1);
Symbol 849 MovieClip Frame 1
stop();
Symbol 849 MovieClip Frame 15
stop();
Symbol 852 MovieClip Frame 1
stop();
Symbol 852 MovieClip Frame 15
stop();
Symbol 857 Button
on (press) {
if (((getTimer() - startt1) >= 250) || (startt1 == undefined)) {
if (_root.sling._currentframe != _root.sling._totalframes) {
_root.sling.play();
_root["ball" + _root.originalb.bn].play();
_root["ball" + _root.originalb.bn]._alpha = 100;
}
}
}
on (release) {
if (((getTimer() - startt1) >= 300) || (startt1 == undefined)) {
trace(getTimer() - startt1);
startt1 = getTimer();
_root["ball" + _root.originalb.bn].fired = true;
_root.sling.gotoAndStop(1);
}
}
Symbol 864 Button
on (release) {
gotoAndStop ("game10");
}
Symbol 873 MovieClip Frame 1
stop();
Symbol 873 MovieClip Frame 10
stop();
Symbol 887 MovieClip Frame 35
gotoAndPlay (21);
Symbol 906 MovieClip Frame 1
stop();
Symbol 906 MovieClip Frame 2
play();
Symbol 906 MovieClip Frame 6
stop();
Symbol 907 MovieClip Frame 1
stop();
Symbol 907 MovieClip Frame 2
star1_mc.gotoAndPlay("grow");
Symbol 907 MovieClip Frame 3
star2_mc.gotoAndPlay("grow");
Symbol 907 MovieClip Frame 4
star3_mc.gotoAndPlay("grow");
Symbol 907 MovieClip Frame 5
star4_mc.gotoAndPlay("grow");
Symbol 907 MovieClip Frame 6
star5_mc.gotoAndPlay("grow");
Symbol 910 MovieClip Frame 1
var base_mc = this;
var i = 1;
while (i <= 5) {
base_mc["b" + i].num = i;
base_mc["b" + i].onRollOver = function () {
stars_mc.gotoAndStop(this.num + 1);
};
base_mc["b" + i].onRollOut = function () {
if (setscore == undefined) {
setscore = 0;
}
stars_mc.gotoAndStop(setscore + 1);
};
base_mc["b" + i].onPress = function () {
setscore = stars_mc._currentframe - 1;
_parent._parent.vote = stars_mc._currentframe - 1;
if (stars_mc._currentframe == 1) {
_parent.vote = undefined;
}
};
i++;
}
Symbol 911 Button
on (release) {
vName1 = name_txt.text;
vEmail1 = email_txt.text;
vComment1 = review_txt.text;
vVote1 = _parent.vote;
if (checkVoteLimiter(vCookieNamechad, 720)) {
setVoteLimiter(vCookieNamechad);
MochiBotSubmitComment(vName1, vEmail1, vComment1, vVote1);
game = SharedObject.getLocal("minigamecollectioninfo");
game.data.g11score = vVote1;
game.flush();
gotoAndStop (3);
} else {
gotoAndStop (4);
}
}
Symbol 912 Button
on (release) {
getURL ("http://www.mochibot.com/shared/shared_feedback.html?swfid=7b1281a9", "_blank");
}
Symbol 915 Button
on (release) {
vName1 = name_txt.text;
vEmail1 = email_txt.text;
vComment1 = review_txt.text;
vVote1 = _parent.vote;
if (checkVoteLimiter(vCookieNamechad, 720)) {
setVoteLimiter(vCookieNamechad);
MochiBotSubmitComment(vName1, vEmail1, vComment1, vVote1);
gotoAndStop (3);
} else {
gotoAndStop (4);
}
}
Symbol 916 MovieClip Frame 1
function setVoteLimiter(vCookieName) {
cookie = SharedObject.getLocal(vCookieName);
var _local1 = new Date();
var _local4 = _local1.getFullYear();
var _local3 = _local1.getMonth();
var _local5 = _local1.getDate();
var _local7 = _local1.getHours();
var _local6 = _local1.getMinutes();
var _local2 = _local1.getSeconds();
cookie.data.year = _local4;
cookie.data.month = _local3;
cookie.data.date = _local5;
cookie.data.hour = _local7;
cookie.data.min = _local6;
cookie.data.sec = _local2;
cookie.flush();
}
function checkVoteLimiter(vCookieName, vVotingLimit) {
cookie = SharedObject.getLocal(vCookieName);
var _local1 = cookie.data.year;
var _local4 = cookie.data.month;
var _local3 = cookie.data.date;
var _local5 = cookie.data.hour;
var _local6 = cookie.data.min;
var _local9 = cookie.data.sec;
cookieDate = new Date(_local1, _local4, _local3, _local5, _local6, _local9);
cookieMillisecs = cookieDate.getTime();
currentDate = new Date();
currentMillisecs = currentDate.getTime();
var _local8 = currentMillisecs - cookieMillisecs;
var _local7 = Math.floor(_local8 / 1000);
var _local2 = Math.floor(_local7 / 60);
var _local10 = Math.floor(_local2 / 60);
if ((_local2 < vVotingLimit) && (_local1 != undefined)) {
return(false);
}
return(true);
}
stop();
MOCHIBOT_ID = "7b1281a9";
MOCHIBOT_FEEDBACK_API_PATH = "http://www.mochibot.com/api/api-feedback.html";
MochiBotSubmitComment = function (vName, vEmail, vComment, vVote) {
oSend = new LoadVars();
oReceive = new LoadVars();
oSend.mochibot_id = MOCHIBOT_ID;
oSend.name = vName;
oSend.email = vEmail;
oSend.comment = vComment;
oSend.vote = vVote;
oReceive.onLoad = function (success) {
if (success) {
trace("Results loaded:");
trace("score = " + this.score);
trace("votes = " + this.votes);
trace("comments = " + this.comments);
trace("commentsPublic = " + this.commentsPublic);
} else {
trace("An error occurred");
}
};
oSend.sendAndLoad(MOCHIBOT_FEEDBACK_API_PATH, oReceive, "POST");
};
Symbol 920 Button
on (release) {
_root.gotoAndStop(_root._currentframe + 2);
}
Symbol 928 Button
on (press) {
nextFrame();
}
Symbol 933 Button
on (press) {
prevFrame();
}
Symbol 935 MovieClip Frame 1
stop();
Symbol 942 Button
on (release) {
talkingLC = new LocalConnection();
talkingLC.send("__ma_connection__", "sendback", speech);
}