STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
233336
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2643 · P5285

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM59292591-11DC&rnd=59292591" width="1" height="1"></div>

armorgames mini-game-arcade-1020.swf

This is the info page for
Flash #264092

(Click the ID number above for more basic data on this flash file.)


Text
Score:

Loading...

Stream

Minigame Arcade

Created By: Chad Duncan and Dank

© 2008 Flak-Games.com. All Rights Reserved

Loader Minigame

Note: This is the minigame that
appeared in the loader and is meant to
keep you satisfied until the game has
finished loading.

Play

Difficulty
Easy
Normal
Hard

Points:

Time Remaining

60

Difficulty:

Your Score:
x Difficulty=

Gongratulations!
You Win!
Keep winning other minigames to unlock
more minigames.

Are you sure that you
would like save and
exit?

Yes                  No

75%

100%

50%

25%

0%

Song3

Song4

Song2

Song1

Off

50

100(Right)

0

-50

-100(left)

High

Best

Medium

Low

Auto

87%

62%

green

yellow

blue

red

default

Easy

Normal

Hard

No

Yes

<p align="left"><font face="Arial" size="15" color="#ffffff"><b>Loading...</b></font></p>

Select A game

Main Menu

Overall Score:

0

Name:

Anonymous

Submit

View

Posted

Title

<p align="left"></p>

Description

<p align="left"></p>

[X]

Play

Main Menu

Minigame Arcade is a collection of minigames. Each game
has a small description box which gives the controls to each
game. At the bottom is the play button. The highest score you
gain from each game is auto saved. The overall score can be
submitted to a highscore table ONCE. If you wish to submit a
better score later, refresh the page.
Difficulty can be changed. The harder the difficulty is, the
higher the score you can possibly get.
At any time in the game, you can press 'p' to pause the
game. The pause menu contains options such as sound and
video settings. From there, you can also set the default
difficulty.

Info

Minigame Arcade

Main Menu

Visit Authors' Website
E-Mail Author

MiniGame By: Chad Duncan

Level 1

900

Score:

Level 2

Level 3

Level 4

Level 5

Level 6

Level 7

Level 8

Level 9

Level 10

Normal

Play!

Play!

Guide the missile
to it's target!

MiniGame By: Dank

Spawner

Score:

Difficulty:

Normal

Congratulations!

Menu

Menu

Keep winning other minigames to unlock
more minigames.

0

Difficulty:

0

0

Dodge as many bombs as possible!

Right, Left, and Up arrow keys to move!

MiniGame By: Dank

Score:

Congratulations!

Menu

Menu

You Win!
Keep winning other minigames to unlock more
minigames.

Score:

Time:

0

0:00

Timer:

Score:

Score:

x Difficulty=

Congratulations

You Win!

60

0

60

0

Score:
x Difficulty=

0

0

Play

Play

Mouse to aim and shoot.
Space to reload

Reload

Score:

Time:

Your Score*Difficulty:

Leave a Review

Name:

Email:

Review:

Read Reviews                         Post Review

Thanks for reviewing!

Woops! You already
reviewed this today!

Powered By Mochibot

Extra Stuff
Upcoming Games
Unlocks for Sequels

Created by: Chad and dank

Upcoming Games

Retro side-scrolling shooter

Full version of Selection (one
of the minigames in this game.)

As for other games we don't have screenshots
for:
Rhythm Game (title yet to be decided)
-by dank
Puzzle Game (title yet to be decided)
-by chad
Minigame Arcade 2
-By chad and dank
Platformer (Title Yet to be decided)
-By Chad

This feature is used to unlock stuff in
any sequels to this game. If a sequel has
been released, open it up in another
window. Then make sure it is at its' main
menu and press the button below.
If, however, there is no sequel at the
time you are playing this, you can still
use this to transfer saved data from this
game on one website to this same game on
another. Just make sure the game on the
other website is at its' main menu, not the
game menu, the main menu.

Connect

Unlocks for Sequels

ActionScript [AS1/AS2]

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); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3 4
Symbol 3 ButtonUses:2Used by:5 121
Symbol 4 ButtonUses:2Used by:5 121
Symbol 5 MovieClipUses:3 4Used by:Timeline
Symbol 6 FontUsed by:7 8 24 285 325 710 719 720 919 923 926 929 934 937 939 943 945
Symbol 7 TextUses:6Used by:Timeline
Symbol 8 EditableTextUses:6Used by:Timeline
Symbol 9 GraphicUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:9 10Used by:Timeline
Symbol 12 FontUsed by:13 14 306 308 313 333
Symbol 13 TextUses:12Used by:Timeline
Symbol 14 EditableTextUses:12Used by:Timeline
Symbol 15 GraphicUsed by:17
Symbol 16 GraphicUsed by:17
Symbol 17 ButtonUses:15 16Used by:Timeline
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:365  Timeline
Symbol 20 GraphicUsed by:23
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:20 21 22Used by:Timeline
Symbol 24 TextUses:6Used by:27
Symbol 25 GraphicUsed by:26 228 366 829 840 844 857 911 912 915
Symbol 26 ButtonUses:25Used by:27
Symbol 27 MovieClipUses:24 26Used by:Timeline
Symbol 946 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1]
Symbol 947 MovieClip [__Packages.MochiAd]
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:50
Symbol 30 GraphicUsed by:31 32
Symbol 31 MovieClipUses:30Used by:33
Symbol 32 MovieClipUses:30Used by:33
Symbol 33 MovieClipUses:31 32Used by:50
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:50
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 MovieClipUses:37Used by:50 365
Symbol 39 GraphicUsed by:40
Symbol 40 ButtonUses:39Used by:50 365
Symbol 41 GraphicUsed by:50
Symbol 42 GraphicUsed by:50
Symbol 43 GraphicUsed by:50 365
Symbol 44 GraphicUsed by:50
Symbol 45 GraphicUsed by:50
Symbol 46 GraphicUsed by:50
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:29 33 35 38 40 41 42 43 44 45 46 48 49Used by:51
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by:60
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:60
Symbol 56 GraphicUsed by:60
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:59
Symbol 59 MovieClipUses:58Used by:60 219 322
Symbol 60 MovieClipUses:53 55 56 59Used by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:62 63 64Used by:67 68 69 70 71 72 140 141 142 143 144 154 280
Symbol 66 GraphicUsed by:67 68 69 70 71 72 140 141 142 143 144 154 280
Symbol 67 ButtonUses:65 66Used by:Timeline
Symbol 68 ButtonUses:65 66Used by:Timeline
Symbol 69 ButtonUses:65 66Used by:Timeline
Symbol 70 ButtonUses:65 66Used by:Timeline
Symbol 71 ButtonUses:65 66Used by:Timeline
Symbol 72 ButtonUses:65 66Used by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 FontUsed by:75 283 327 331 334 391 508 725 917 921
Symbol 75 TextUses:74Used by:Timeline
Symbol 76 FontUsed by:77 78 291 292 293 294 299 307 309 326 815 816 818 822 825 836 837 838 839 855 856 858 895 898 899 900 901 902 903 913 914
Symbol 77 TextUses:76Used by:Timeline
Symbol 78 TextUses:76Used by:Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 ButtonUses:79Used by:134
Symbol 81 GraphicUsed by:85
Symbol 82 GraphicUsed by:85
Symbol 83 GraphicUsed by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:81 82 83 84Used by:134
Symbol 86 GraphicUsed by:134  Timeline
Symbol 87 GraphicUsed by:102 371
Symbol 88 GraphicUsed by:91 98 367
Symbol 89 GraphicUsed by:91 98 367
Symbol 90 GraphicUsed by:91 98 367
Symbol 91 ButtonUses:88 89 90Used by:102
Symbol 92 GraphicUsed by:95 97 368
Symbol 93 GraphicUsed by:95 97 368
Symbol 94 GraphicUsed by:95 97 368
Symbol 95 ButtonUses:92 93 94Used by:102
Symbol 96 GraphicUsed by:102 371
Symbol 97 ButtonUses:92 93 94Used by:102 371
Symbol 98 ButtonUses:88 89 90Used by:102 371
Symbol 99 GraphicUsed by:100 101 108 146 150 151 332 335 336 369 370 373 374 449 491 492 493 494 495 496 497 498 499 500
Symbol 100 ButtonUses:99Used by:102
Symbol 101 ButtonUses:99Used by:102
Symbol 102 MovieClipUses:87 91 95 96 97 98 100 101Used by:134
Symbol 103 GraphicUsed by:134
Symbol 104 FontUsed by:105 106 107 122 123 124 125 126 817 819
Symbol 105 TextUses:104Used by:134
Symbol 106 TextUses:104Used by:134
Symbol 107 TextUses:104Used by:134
Symbol 108 ButtonUses:99Used by:134
Symbol 109 GraphicUsed by:120
Symbol 110 GraphicUsed by:113 114 115 312 314 320
Symbol 111 GraphicUsed by:113 114 115 227 301 365
Symbol 112 GraphicUsed by:113 114 115
Symbol 113 ButtonUses:110 111 112Used by:120
Symbol 114 ButtonUses:110 111 112Used by:120
Symbol 115 ButtonUses:110 111 112Used by:120
Symbol 116 GraphicUsed by:120
Symbol 117 FontUsed by:118 127 148 149 214 215 216 217 218 274 295 296 400 401 402 416 425 437 442 455 463 468 473 478 484 485 488 715 821 823 827 828 859 860 861 862 865 886 888 889 890 891 892 893
Symbol 118 TextUses:117Used by:120
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:109 113 114 115 116 118 119Used by:134  Timeline
Symbol 121 MovieClipUses:3 4Used by:134
Symbol 122 TextUses:104Used by:134
Symbol 123 EditableTextUses:104Used by:134
Symbol 124 TextUses:104Used by:134
Symbol 125 EditableTextUses:104Used by:134
Symbol 126 TextUses:104Used by:134
Symbol 127 EditableTextUses:117Used by:134
Symbol 128 FontUsed by:129 130 131 133
Symbol 129 TextUses:128Used by:134
Symbol 130 EditableTextUses:128Used by:134
Symbol 131 EditableTextUses:128Used by:134
Symbol 132 GraphicUsed by:134
Symbol 133 TextUses:128Used by:134
Symbol 134 MovieClipUses:80 85 86 102 103 105 106 107 108 120 121 122 123 124 125 126 127 129 130 131 132 133Used by:Timeline
Symbol 135 GraphicUsed by:136
Symbol 136 ButtonUses:135Used by:219
Symbol 137 GraphicUsed by:219
Symbol 138 GraphicUsed by:219
Symbol 139 GraphicUsed by:219
Symbol 140 ButtonUses:65 66Used by:219
Symbol 141 ButtonUses:65 66Used by:219
Symbol 142 ButtonUses:65 66Used by:219
Symbol 143 ButtonUses:65 66Used by:219
Symbol 144 ButtonUses:65 66Used by:219
Symbol 145 GraphicUsed by:219
Symbol 146 ButtonUses:99Used by:152
Symbol 147 GraphicUsed by:152
Symbol 148 TextUses:117Used by:152
Symbol 149 TextUses:117Used by:152
Symbol 150 ButtonUses:99Used by:152
Symbol 151 ButtonUses:99Used by:152
Symbol 152 MovieClipUses:146 147 148 149 150 151Used by:219
Symbol 153 GraphicUsed by:219
Symbol 154 ButtonUses:65 66Used by:219
Symbol 155 GraphicUsed by:219
Symbol 156 GraphicUsed by:164 173 180 188 192 199
Symbol 157 FontUsed by:158 159 160 161 162 168 169 170 171 172 175 176 177 178 179 183 184 185 186 187 190 191 194 195 196 197 198
Symbol 158 TextUses:157Used by:164 192
Symbol 159 TextUses:157Used by:164 192
Symbol 160 TextUses:157Used by:164 192
Symbol 161 TextUses:157Used by:164
Symbol 162 TextUses:157Used by:164
Symbol 163 GraphicUsed by:164 173 180 188 192 199
Symbol 164 ButtonUses:156 158 159 160 161 162 163Used by:167
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:167 174 181 189 193 200
Symbol 167 MovieClipUses:164 166Used by:219
Symbol 168 TextUses:157Used by:173
Symbol 169 TextUses:157Used by:173
Symbol 170 TextUses:157Used by:173
Symbol 171 TextUses:157Used by:173
Symbol 172 TextUses:157Used by:173
Symbol 173 ButtonUses:156 168 169 170 171 172 163Used by:174
Symbol 174 MovieClipUses:173 166Used by:219
Symbol 175 TextUses:157Used by:180
Symbol 176 TextUses:157Used by:180
Symbol 177 TextUses:157Used by:180
Symbol 178 TextUses:157Used by:180
Symbol 179 TextUses:157Used by:180
Symbol 180 ButtonUses:156 175 176 177 178 179 163Used by:181
Symbol 181 MovieClipUses:180 166Used by:219
Symbol 182 GraphicUsed by:219
Symbol 183 TextUses:157Used by:188
Symbol 184 TextUses:157Used by:188
Symbol 185 TextUses:157Used by:188
Symbol 186 TextUses:157Used by:188
Symbol 187 TextUses:157Used by:188
Symbol 188 ButtonUses:156 183 184 185 186 187 163Used by:189
Symbol 189 MovieClipUses:188 166Used by:219
Symbol 190 TextUses:157Used by:192
Symbol 191 TextUses:157Used by:192
Symbol 192 ButtonUses:156 190 159 158 191 160 163Used by:193
Symbol 193 MovieClipUses:192 166Used by:219
Symbol 194 TextUses:157Used by:199
Symbol 195 TextUses:157Used by:199
Symbol 196 TextUses:157Used by:199
Symbol 197 TextUses:157Used by:199
Symbol 198 TextUses:157Used by:199
Symbol 199 ButtonUses:156 194 195 196 197 198 163Used by:200
Symbol 200 MovieClipUses:199 166Used by:219
Symbol 201 GraphicUsed by:219
Symbol 202 GraphicUsed by:207 208 209 210 211 212 213
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:207 208 209 210 211 212 213
Symbol 205 GraphicUsed by:207 208 209 210 211 212 213
Symbol 206 GraphicUsed by:207 208 209 210 211 212 213
Symbol 207 ButtonUses:202 204 205 206Used by:219
Symbol 208 ButtonUses:202 204 205 206Used by:219
Symbol 209 ButtonUses:202 204 205 206Used by:219
Symbol 210 ButtonUses:202 204 205 206Used by:219
Symbol 211 ButtonUses:202 204 205 206Used by:219
Symbol 212 ButtonUses:202 204 205 206Used by:219
Symbol 213 ButtonUses:202 204 205 206Used by:219
Symbol 214 TextUses:117Used by:219
Symbol 215 TextUses:117Used by:219
Symbol 216 TextUses:117Used by:219
Symbol 217 TextUses:117Used by:219
Symbol 218 TextUses:117Used by:219
Symbol 219 MovieClipUses:136 137 138 59 139 140 141 142 143 144 145 152 153 154 155 167 174 181 182 189 193 200 201 207 208 209 210 211 212 213 214 215 216 217 218Used by:Timeline
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:Timeline
Symbol 222 GraphicUsed by:226
Symbol 223 GraphicUsed by:226
Symbol 224 GraphicUsed by:226
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:222 223 224 225Used by:Timeline
Symbol 227 MovieClipUses:111Used by:Timeline
Symbol 228 MovieClipUses:25Used by:Timeline
Symbol 229 GraphicUsed by:234
Symbol 230 Sound [NG62233]Used by:234
Symbol 231 Sound [106783]Used by:234
Symbol 232 Sound [92394]Used by:234
Symbol 233 Sound [113810]Used by:234
Symbol 234 MovieClipUses:229 230 231 232 233Used by:Timeline
Symbol 235 GraphicUsed by:272 278 279
Symbol 236 GraphicUsed by:272 278 279
Symbol 237 GraphicUsed by:272
Symbol 238 MovieClipUsed by:272
Symbol 239 BitmapUsed by:240
Symbol 240 GraphicUses:239Used by:241
Symbol 241 MovieClipUses:240Used by:272
Symbol 242 GraphicUsed by:272
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:245
Symbol 245 MovieClipUses:244Used by:272
Symbol 246 BitmapUsed by:247
Symbol 247 GraphicUses:246Used by:272
Symbol 248 BitmapUsed by:249
Symbol 249 GraphicUses:248Used by:250
Symbol 250 MovieClipUses:249Used by:272
Symbol 251 BitmapUsed by:252
Symbol 252 GraphicUses:251Used by:253
Symbol 253 MovieClipUses:252Used by:272
Symbol 254 BitmapUsed by:255
Symbol 255 GraphicUses:254Used by:256
Symbol 256 MovieClipUses:255Used by:272
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:259
Symbol 259 MovieClipUses:258Used by:272
Symbol 260 BitmapUsed by:261
Symbol 261 GraphicUses:260Used by:262
Symbol 262 MovieClipUses:261Used by:272
Symbol 263 BitmapUsed by:264
Symbol 264 GraphicUses:263Used by:265
Symbol 265 MovieClipUses:264Used by:272
Symbol 266 BitmapUsed by:267
Symbol 267 GraphicUses:266Used by:268
Symbol 268 MovieClipUses:267Used by:272
Symbol 269 BitmapUsed by:270
Symbol 270 GraphicUses:269Used by:271
Symbol 271 MovieClipUses:270Used by:272
Symbol 272 MovieClipUses:235 236 237 238 241 242 245 247 250 253 256 259 262 265 268 271Used by:278 279 320
Symbol 273 GraphicUsed by:275 278 279
Symbol 274 EditableTextUses:117Used by:275 278 279
Symbol 275 MovieClipUses:273 274Used by:278 279
Symbol 276 GraphicUsed by:278 279
Symbol 277 GraphicUsed by:278 279
Symbol 278 ButtonUses:272 275 276 277 235 236 273 274Used by:Timeline
Symbol 279 ButtonUses:272 275 276 277 235 236 273 274Used by:Timeline
Symbol 280 ButtonUses:65 66Used by:Timeline
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:Timeline
Symbol 283 TextUses:74Used by:Timeline
Symbol 284 GraphicUsed by:Timeline
Symbol 285 TextUses:6Used by:Timeline
Symbol 286 GraphicUsed by:289 290
Symbol 287 GraphicUsed by:289 290
Symbol 288 GraphicUsed by:289 290
Symbol 289 ButtonUses:286 287 288Used by:Timeline
Symbol 290 ButtonUses:286 287 288Used by:Timeline
Symbol 291 TextUses:76Used by:Timeline
Symbol 292 EditableTextUses:76Used by:Timeline
Symbol 293 TextUses:76Used by:Timeline
Symbol 294 EditableTextUses:76Used by:Timeline
Symbol 295 TextUses:117Used by:Timeline
Symbol 296 TextUses:117Used by:Timeline
Symbol 297 GraphicUsed by:298
Symbol 298 ButtonUses:297Used by:300
Symbol 299 TextUses:76Used by:300
Symbol 300 MovieClipUses:298 299Used by:Timeline
Symbol 301 MovieClipUses:111Used by:320
Symbol 302 GraphicUsed by:303
Symbol 303 ButtonUses:302Used by:320
Symbol 304 GraphicUsed by:320
Symbol 305 GraphicUsed by:320
Symbol 306 TextUses:12Used by:320
Symbol 307 EditableTextUses:76Used by:320
Symbol 308 TextUses:12Used by:320
Symbol 309 EditableTextUses:76Used by:320
Symbol 310 FontUsed by:311
Symbol 311 TextUses:310Used by:320
Symbol 312 ButtonUses:110Used by:320
Symbol 313 TextUses:12Used by:320
Symbol 314 ButtonUses:110Used by:320
Symbol 315 GraphicUsed by:319
Symbol 316 GraphicUsed by:319
Symbol 317 GraphicUsed by:319
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:315 316 317 318Used by:320
Symbol 320 MovieClipUses:110 301 303 304 305 306 307 308 309 272 311 312 313 314 319Used by:Timeline
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:321 59Used by:Timeline
Symbol 323 GraphicUsed by:Timeline
Symbol 324 GraphicUsed by:Timeline
Symbol 325 TextUses:6Used by:Timeline
Symbol 326 TextUses:76Used by:Timeline
Symbol 327 TextUses:74Used by:Timeline
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328Used by:Timeline
Symbol 330 GraphicUsed by:Timeline
Symbol 331 TextUses:74Used by:Timeline
Symbol 332 ButtonUses:99Used by:Timeline
Symbol 333 TextUses:12Used by:Timeline
Symbol 334 TextUses:74Used by:337
Symbol 335 ButtonUses:99Used by:337
Symbol 336 ButtonUses:99Used by:337
Symbol 337 MovieClipUses:334 335 336Used by:Timeline
Symbol 338 GraphicUsed by:365
Symbol 339 BitmapUsed by:340
Symbol 340 GraphicUses:339Used by:341
Symbol 341 MovieClipUses:340Used by:365
Symbol 342 BitmapUsed by:343
Symbol 343 GraphicUses:342Used by:344
Symbol 344 MovieClipUses:343Used by:365
Symbol 345 BitmapUsed by:346
Symbol 346 GraphicUses:345Used by:365
Symbol 347 BitmapUsed by:348
Symbol 348 GraphicUses:347Used by:365
Symbol 349 BitmapUsed by:350
Symbol 350 GraphicUses:349Used by:351
Symbol 351 MovieClipUses:350Used by:365
Symbol 352 BitmapUsed by:353
Symbol 353 GraphicUses:352Used by:365
Symbol 354 BitmapUsed by:355
Symbol 355 GraphicUses:354Used by:356
Symbol 356 MovieClipUses:355Used by:365
Symbol 357 BitmapUsed by:358
Symbol 358 GraphicUses:357Used by:359
Symbol 359 MovieClipUses:358Used by:365
Symbol 360 BitmapUsed by:361
Symbol 361 GraphicUses:360Used by:365
Symbol 362 BitmapUsed by:363
Symbol 363 GraphicUses:362Used by:365
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClipUses:338 111 341 344 346 348 351 353 356 359 361 363 364 38 43 40 19Used by:Timeline
Symbol 366 ButtonUses:25Used by:Timeline
Symbol 367 ButtonUses:88 89 90Used by:371
Symbol 368 ButtonUses:92 93 94Used by:371
Symbol 369 ButtonUses:99Used by:371
Symbol 370 ButtonUses:99Used by:371
Symbol 371 MovieClipUses:87 367 368 96 97 98 369 370Used by:Timeline
Symbol 372 GraphicUsed by:Timeline
Symbol 373 ButtonUses:99Used by:Timeline
Symbol 374 ButtonUses:99Used by:Timeline
Symbol 375 GraphicUsed by:389
Symbol 376 GraphicUsed by:389
Symbol 377 GraphicUsed by:389
Symbol 378 GraphicUsed by:389
Symbol 379 GraphicUsed by:389
Symbol 380 GraphicUsed by:389
Symbol 381 GraphicUsed by:389
Symbol 382 GraphicUsed by:389
Symbol 383 GraphicUsed by:389
Symbol 384 GraphicUsed by:389
Symbol 385 GraphicUsed by:389
Symbol 386 GraphicUsed by:389
Symbol 387 GraphicUsed by:389
Symbol 388 GraphicUsed by:389
Symbol 389 MovieClipUses:375 376 377 378 379 380 381 382 383 384 385 386 387 388Used by:Timeline
Symbol 390 GraphicUsed by:721  Timeline
Symbol 391 TextUses:74Used by:Timeline
Symbol 392 BitmapUsed by:393
Symbol 393 GraphicUses:392Used by:394 395 414 424 436
Symbol 394 MovieClipUses:393Used by:395 414 424 436 487
Symbol 395 ButtonUses:394 393Used by:487
Symbol 396 BitmapUsed by:397
Symbol 397 GraphicUses:396Used by:398 399 405 417 426 438 443 456 464 469 474 479
Symbol 398 MovieClipUses:397Used by:399 405 417 426 438 443 456 464 469 474 479
Symbol 399 ButtonUses:398 397Used by:487
Symbol 400 TextUses:117Used by:487
Symbol 401 EditableTextUses:117Used by:487
Symbol 402 TextUses:117Used by:487
Symbol 403 GraphicUsed by:404
Symbol 404 MovieClipUses:403Used by:487
Symbol 405 ButtonUses:398 397Used by:487
Symbol 406 GraphicUsed by:487
Symbol 407 GraphicUsed by:408
Symbol 408 ButtonUses:407Used by:487
Symbol 409 GraphicUsed by:410 420
Symbol 410 ButtonUses:409Used by:411 422 429 430
Symbol 411 MovieClipUses:410Used by:487
Symbol 412 GraphicUsed by:487
Symbol 413 GraphicUsed by:487
Symbol 414 ButtonUses:394 393Used by:487
Symbol 415 GraphicUsed by:487
Symbol 416 TextUses:117Used by:487
Symbol 417 ButtonUses:398 397Used by:487
Symbol 418 GraphicUsed by:419
Symbol 419 ButtonUses:418Used by:487
Symbol 420 ButtonUses:409Used by:421
Symbol 421 MovieClipUses:420Used by:487
Symbol 422 MovieClipUses:410Used by:487
Symbol 423 GraphicUsed by:487
Symbol 424 ButtonUses:394 393Used by:487
Symbol 425 TextUses:117Used by:487
Symbol 426 ButtonUses:398 397Used by:487
Symbol 427 GraphicUsed by:428
Symbol 428 ButtonUses:427Used by:487
Symbol 429 MovieClipUses:410Used by:487
Symbol 430 MovieClipUses:410Used by:487
Symbol 431 GraphicUsed by:487
Symbol 432 GraphicUsed by:433
Symbol 433 ButtonUses:432Used by:434
Symbol 434 MovieClipUses:433Used by:487
Symbol 435 GraphicUsed by:487
Symbol 436 ButtonUses:394 393Used by:487
Symbol 437 TextUses:117Used by:487
Symbol 438 ButtonUses:398 397Used by:487
Symbol 439 GraphicUsed by:440
Symbol 440 ButtonUses:439Used by:487
Symbol 441 GraphicUsed by:487
Symbol 442 TextUses:117Used by:487
Symbol 443 ButtonUses:398 397Used by:487
Symbol 444 GraphicUsed by:445
Symbol 445 ButtonUses:444Used by:487
Symbol 446 GraphicUsed by:487
Symbol 447 GraphicUsed by:453
Symbol 448 GraphicUsed by:453
Symbol 449 MovieClipUses:99Used by:453
Symbol 450 GraphicUsed by:451 452
Symbol 451 ButtonUses:450Used by:452
Symbol 452 MovieClipUses:450 451Used by:453
Symbol 453 MovieClipUses:447 448 449 452Used by:487
Symbol 454 GraphicUsed by:487
Symbol 455 TextUses:117Used by:487
Symbol 456 ButtonUses:398 397Used by:487
Symbol 457 GraphicUsed by:458
Symbol 458 ButtonUses:457Used by:487
Symbol 459 GraphicUsed by:460
Symbol 460 ButtonUses:459Used by:461
Symbol 461 MovieClipUses:460Used by:487
Symbol 462 GraphicUsed by:487
Symbol 463 TextUses:117Used by:487
Symbol 464 ButtonUses:398 397Used by:487
Symbol 465 GraphicUsed by:466
Symbol 466 ButtonUses:465Used by:487
Symbol 467 GraphicUsed by:487
Symbol 468 TextUses:117Used by:487
Symbol 469 ButtonUses:398 397Used by:487
Symbol 470 GraphicUsed by:471
Symbol 471 ButtonUses:470Used by:487
Symbol 472 GraphicUsed by:487
Symbol 473 TextUses:117Used by:487
Symbol 474 ButtonUses:398 397Used by:487
Symbol 475 GraphicUsed by:476
Symbol 476 ButtonUses:475Used by:487
Symbol 477 GraphicUsed by:487
Symbol 478 TextUses:117Used by:487
Symbol 479 ButtonUses:398 397Used by:487
Symbol 480 GraphicUsed by:481
Symbol 481 ButtonUses:480Used by:487
Symbol 482 GraphicUsed by:487
Symbol 483 GraphicUsed by:487
Symbol 484 EditableTextUses:117Used by:487
Symbol 485 EditableTextUses:117Used by:487
Symbol 486 GraphicUsed by:487
Symbol 487 MovieClipUses:395 399 400 401 402 404 394 405 406 408 411 412 413 414 415 416 417 419 421 422 423 424 425 426 428 429 430 431 434 435 436 437 438 440 441 442 443 445 446 453 454 455 456 458 461 462 463 464 466 467 468 469 471 472 473 474 476 477 478 479 481 482 483 484 485 486Used by:Timeline
Symbol 488 EditableTextUses:117Used by:Timeline
Symbol 489 GraphicUsed by:490
Symbol 490 MovieClipUses:489Used by:Timeline
Symbol 491 ButtonUses:99Used by:Timeline
Symbol 492 ButtonUses:99Used by:Timeline
Symbol 493 ButtonUses:99Used by:Timeline
Symbol 494 ButtonUses:99Used by:Timeline
Symbol 495 ButtonUses:99Used by:Timeline
Symbol 496 ButtonUses:99Used by:Timeline
Symbol 497 ButtonUses:99Used by:Timeline
Symbol 498 ButtonUses:99Used by:Timeline
Symbol 499 ButtonUses:99Used by:Timeline
Symbol 500 ButtonUses:99Used by:Timeline
Symbol 501 FontUsed by:502 503 506 688 689 691 692 693 698 753 754 756 757 759
Symbol 502 TextUses:501Used by:505 724
Symbol 503 TextUses:501Used by:505 724
Symbol 504 GraphicUsed by:505 724
Symbol 505 ButtonUses:502 503 504Used by:Timeline
Symbol 506 TextUses:501Used by:Timeline
Symbol 507 GraphicUsed by:Timeline
Symbol 508 TextUses:74Used by:Timeline
Symbol 509 GraphicUsed by:Timeline
Symbol 510 GraphicUsed by:511
Symbol 511 MovieClipUses:510Used by:Timeline
Symbol 512 FontUsed by:513
Symbol 513 TextUses:512Used by:514
Symbol 514 MovieClipUses:513Used by:Timeline
Symbol 515 BitmapUsed by:516
Symbol 516 GraphicUses:515Used by:673
Symbol 517 BitmapUsed by:518
Symbol 518 GraphicUses:517Used by:673
Symbol 519 BitmapUsed by:520
Symbol 520 GraphicUses:519Used by:673
Symbol 521 BitmapUsed by:522
Symbol 522 GraphicUses:521Used by:673
Symbol 523 BitmapUsed by:524
Symbol 524 GraphicUses:523Used by:673
Symbol 525 BitmapUsed by:526
Symbol 526 GraphicUses:525Used by:673
Symbol 527 BitmapUsed by:528
Symbol 528 GraphicUses:527Used by:673
Symbol 529 BitmapUsed by:530
Symbol 530 GraphicUses:529Used by:673
Symbol 531 BitmapUsed by:532
Symbol 532 GraphicUses:531Used by:673
Symbol 533 BitmapUsed by:534
Symbol 534 GraphicUses:533Used by:673
Symbol 535 BitmapUsed by:536
Symbol 536 GraphicUses:535Used by:673
Symbol 537 BitmapUsed by:538
Symbol 538 GraphicUses:537Used by:673
Symbol 539 BitmapUsed by:540
Symbol 540 GraphicUses:539Used by:673
Symbol 541 BitmapUsed by:542
Symbol 542 GraphicUses:541Used by:673
Symbol 543 BitmapUsed by:544
Symbol 544 GraphicUses:543Used by:673
Symbol 545 BitmapUsed by:546
Symbol 546 GraphicUses:545Used by:673
Symbol 547 BitmapUsed by:548
Symbol 548 GraphicUses:547Used by:673
Symbol 549 BitmapUsed by:550
Symbol 550 GraphicUses:549Used by:673
Symbol 551 BitmapUsed by:552
Symbol 552 GraphicUses:551Used by:673
Symbol 553 BitmapUsed by:554
Symbol 554 GraphicUses:553Used by:673
Symbol 555 BitmapUsed by:556
Symbol 556 GraphicUses:555Used by:673
Symbol 557 BitmapUsed by:558
Symbol 558 GraphicUses:557Used by:673
Symbol 559 BitmapUsed by:560
Symbol 560 GraphicUses:559Used by:673
Symbol 561 BitmapUsed by:562
Symbol 562 GraphicUses:561Used by:673
Symbol 563 BitmapUsed by:564
Symbol 564 GraphicUses:563Used by:673
Symbol 565 BitmapUsed by:566
Symbol 566 GraphicUses:565Used by:673
Symbol 567 BitmapUsed by:568
Symbol 568 GraphicUses:567Used by:673
Symbol 569 BitmapUsed by:570
Symbol 570 GraphicUses:569Used by:673
Symbol 571 BitmapUsed by:572
Symbol 572 GraphicUses:571Used by:673
Symbol 573 BitmapUsed by:574
Symbol 574 GraphicUses:573Used by:673
Symbol 575 BitmapUsed by:576
Symbol 576 GraphicUses:575Used by:673
Symbol 577 BitmapUsed by:578
Symbol 578 GraphicUses:577Used by:673
Symbol 579 BitmapUsed by:580
Symbol 580 GraphicUses:579Used by:673
Symbol 581 BitmapUsed by:582
Symbol 582 GraphicUses:581Used by:673
Symbol 583 BitmapUsed by:584
Symbol 584 GraphicUses:583Used by:673
Symbol 585 BitmapUsed by:586
Symbol 586 GraphicUses:585Used by:673
Symbol 587 BitmapUsed by:588
Symbol 588 GraphicUses:587Used by:673
Symbol 589 BitmapUsed by:590
Symbol 590 GraphicUses:589Used by:673
Symbol 591 BitmapUsed by:592
Symbol 592 GraphicUses:591Used by:673
Symbol 593 BitmapUsed by:594
Symbol 594 GraphicUses:593Used by:673
Symbol 595 BitmapUsed by:596
Symbol 596 GraphicUses:595Used by:673
Symbol 597 BitmapUsed by:598
Symbol 598 GraphicUses:597Used by:673
Symbol 599 BitmapUsed by:600
Symbol 600 GraphicUses:599Used by:673
Symbol 601 BitmapUsed by:602
Symbol 602 GraphicUses:601Used by:673
Symbol 603 BitmapUsed by:604
Symbol 604 GraphicUses:603Used by:673
Symbol 605 BitmapUsed by:606
Symbol 606 GraphicUses:605Used by:673
Symbol 607 BitmapUsed by:608
Symbol 608 GraphicUses:607Used by:673
Symbol 609 BitmapUsed by:610
Symbol 610 GraphicUses:609Used by:673
Symbol 611 BitmapUsed by:612
Symbol 612 GraphicUses:611Used by:673
Symbol 613 BitmapUsed by:614
Symbol 614 GraphicUses:613Used by:673
Symbol 615 BitmapUsed by:616
Symbol 616 GraphicUses:615Used by:673
Symbol 617 BitmapUsed by:618
Symbol 618 GraphicUses:617Used by:673
Symbol 619 BitmapUsed by:620
Symbol 620 GraphicUses:619Used by:673
Symbol 621 BitmapUsed by:622
Symbol 622 GraphicUses:621Used by:673
Symbol 623 BitmapUsed by:624
Symbol 624 GraphicUses:623Used by:673
Symbol 625 BitmapUsed by:626
Symbol 626 GraphicUses:625Used by:673
Symbol 627 BitmapUsed by:628
Symbol 628 GraphicUses:627Used by:673
Symbol 629 BitmapUsed by:630
Symbol 630 GraphicUses:629Used by:673
Symbol 631 BitmapUsed by:632
Symbol 632 GraphicUses:631Used by:673
Symbol 633 BitmapUsed by:634
Symbol 634 GraphicUses:633Used by:673
Symbol 635 BitmapUsed by:636
Symbol 636 GraphicUses:635Used by:673
Symbol 637 BitmapUsed by:638
Symbol 638 GraphicUses:637Used by:673
Symbol 639 BitmapUsed by:640
Symbol 640 GraphicUses:639Used by:673
Symbol 641 BitmapUsed by:642
Symbol 642 GraphicUses:641Used by:673
Symbol 643 BitmapUsed by:644
Symbol 644 GraphicUses:643Used by:673
Symbol 645 BitmapUsed by:646
Symbol 646 GraphicUses:645Used by:673
Symbol 647 BitmapUsed by:648
Symbol 648 GraphicUses:647Used by:673
Symbol 649 BitmapUsed by:650
Symbol 650 GraphicUses:649Used by:673
Symbol 651 BitmapUsed by:652
Symbol 652 GraphicUses:651Used by:673
Symbol 653 BitmapUsed by:654
Symbol 654 GraphicUses:653Used by:673
Symbol 655 BitmapUsed by:656
Symbol 656 GraphicUses:655Used by:673
Symbol 657 BitmapUsed by:658
Symbol 658 GraphicUses:657Used by:673
Symbol 659 BitmapUsed by:660
Symbol 660 GraphicUses:659Used by:673
Symbol 661 BitmapUsed by:662
Symbol 662 GraphicUses:661Used by:673
Symbol 663 BitmapUsed by:664
Symbol 664 GraphicUses:663Used by:673
Symbol 665 BitmapUsed by:666
Symbol 666 GraphicUses:665Used by:673
Symbol 667 BitmapUsed by:668
Symbol 668 GraphicUses:667Used by:673
Symbol 669 BitmapUsed by:670
Symbol 670 GraphicUses:669Used by:673
Symbol 671 BitmapUsed by:672
Symbol 672 GraphicUses:671Used by:673
Symbol 673 MovieClipUses:516 518 520 522 524 526 528 530 532 534 536 538 540 542 544 546 548 550 552 554 556 558 560 562 564 566 568 570 572 574 576 578 580 582 584 586 588 590 592 594 596 598 600 602 604 606 608 610 612 614 616 618 620 622 624 626 628 630 632 634 636 638 640 642 644 646 648 650 652 654 656 658 660 662 664 666 668 670 672Used by:682
Symbol 674 GraphicUsed by:675
Symbol 675 MovieClipUses:674Used by:682
Symbol 676 GraphicUsed by:682
Symbol 677 GraphicUsed by:682 732
Symbol 678 GraphicUsed by:682
Symbol 679 GraphicUsed by:682
Symbol 680 GraphicUsed by:682 730
Symbol 681 GraphicUsed by:682
Symbol 682 MovieClipUses:673 675 676 677 678 679 680 681Used by:Timeline
Symbol 683 GraphicUsed by:684
Symbol 684 MovieClipUses:683Used by:Timeline
Symbol 685 FontUsed by:686 687 694 695 722 723 751 752 755 759
Symbol 686 TextUses:685Used by:Timeline
Symbol 687 EditableTextUses:685Used by:Timeline
Symbol 688 TextUses:501Used by:Timeline
Symbol 689 EditableTextUses:501Used by:Timeline
Symbol 690 GraphicUsed by:Timeline
Symbol 691 EditableTextUses:501Used by:Timeline
Symbol 692 EditableTextUses:501Used by:Timeline
Symbol 693 TextUses:501Used by:Timeline
Symbol 694 TextUses:685Used by:697 758
Symbol 695 TextUses:685Used by:697
Symbol 696 GraphicUsed by:697 758
Symbol 697 ButtonUses:694 695 696Used by:Timeline
Symbol 698 TextUses:501Used by:Timeline
Symbol 699 GraphicUsed by:Timeline
Symbol 700 GraphicUsed by:Timeline
Symbol 701 GraphicUsed by:Timeline
Symbol 702 GraphicUsed by:Timeline
Symbol 703 GraphicUsed by:704 705 768 807 824 920
Symbol 704 ButtonUses:703Used by:Timeline
Symbol 705 ButtonUses:703Used by:Timeline
Symbol 706 GraphicUsed by:707
Symbol 707 MovieClipUses:706Used by:714  Timeline
Symbol 708 GraphicUsed by:709
Symbol 709 MovieClipUses:708Used by:714
Symbol 710 EditableTextUses:6Used by:714
Symbol 711 GraphicUsed by:714
Symbol 712 GraphicUsed by:714
Symbol 713 GraphicUsed by:714
Symbol 714 MovieClipUses:707 709 710 711 712 713Used by:Timeline
Symbol 715 EditableTextUses:117Used by:Timeline
Symbol 716 GraphicUsed by:Timeline
Symbol 717 GraphicUsed by:Timeline
Symbol 718 GraphicUsed by:Timeline
Symbol 719 EditableTextUses:6Used by:Timeline
Symbol 720 EditableTextUses:6Used by:Timeline
Symbol 721 ButtonUses:390Used by:Timeline
Symbol 722 TextUses:685Used by:Timeline
Symbol 723 TextUses:685Used by:Timeline
Symbol 724 ButtonUses:502 503 504Used by:Timeline
Symbol 725 TextUses:74Used by:Timeline
Symbol 726 GraphicUsed by:732
Symbol 727 GraphicUsed by:732
Symbol 728 GraphicUsed by:729
Symbol 729 MovieClipUses:728Used by:732
Symbol 730 MovieClipUses:680Used by:732
Symbol 731 GraphicUsed by:732
Symbol 732 MovieClipUses:726 677 727 729 730 731Used by:Timeline
Symbol 733 GraphicUsed by:734
Symbol 734 MovieClipUses:733Used by:750
Symbol 735 GraphicUsed by:747
Symbol 736 GraphicUsed by:747
Symbol 737 GraphicUsed by:747
Symbol 738 GraphicUsed by:747
Symbol 739 GraphicUsed by:747
Symbol 740 GraphicUsed by:747
Symbol 741 GraphicUsed by:747
Symbol 742 GraphicUsed by:747
Symbol 743 GraphicUsed by:747
Symbol 744 GraphicUsed by:747
Symbol 745 GraphicUsed by:747
Symbol 746 GraphicUsed by:747
Symbol 747 MovieClipUses:735 736 737 738 739 740 741 742 743 744 745 746Used by:750
Symbol 748 GraphicUsed by:749
Symbol 749 MovieClipUses:748Used by:750
Symbol 750 MovieClipUses:734 747 749Used by:Timeline
Symbol 751 EditableTextUses:685Used by:Timeline
Symbol 752 TextUses:685Used by:Timeline
Symbol 753 EditableTextUses:501Used by:Timeline
Symbol 754 EditableTextUses:501Used by:Timeline
Symbol 755 TextUses:685Used by:Timeline
Symbol 756 TextUses:501Used by:758
Symbol 757 TextUses:501Used by:758
Symbol 758 ButtonUses:756 757 696 694Used by:Timeline
Symbol 759 TextUses:685 501Used by:Timeline
Symbol 760 GraphicUsed by:763
Symbol 761 BitmapUsed by:762
Symbol 762 GraphicUses:761Used by:763
Symbol 763 MovieClipUses:760 762Used by:Timeline
Symbol 764 GraphicUsed by:767
Symbol 765 GraphicUsed by:767
Symbol 766 GraphicUsed by:767
Symbol 767 MovieClipUses:764 765 766Used by:Timeline
Symbol 768 ButtonUses:703Used by:Timeline
Symbol 769 GraphicUsed by:Timeline
Symbol 770 GraphicUsed by:Timeline
Symbol 771 FontUsed by:772 773
Symbol 772 TextUses:771Used by:Timeline
Symbol 773 TextUses:771Used by:Timeline
Symbol 774 FontUsed by:775 776
Symbol 775 EditableTextUses:774Used by:Timeline
Symbol 776 EditableTextUses:774Used by:Timeline
Symbol 777 GraphicUsed by:778
Symbol 778 MovieClipUses:777Used by:Timeline
Symbol 779 GraphicUsed by:780
Symbol 780 MovieClipUses:779Used by:Timeline
Symbol 781 GraphicUsed by:782
Symbol 782 MovieClipUses:781Used by:Timeline
Symbol 783 GraphicUsed by:784
Symbol 784 MovieClipUses:783Used by:Timeline
Symbol 785 GraphicUsed by:786
Symbol 786 MovieClipUses:785Used by:Timeline
Symbol 787 GraphicUsed by:788
Symbol 788 MovieClipUses:787Used by:Timeline
Symbol 789 GraphicUsed by:791
Symbol 790 GraphicUsed by:791
Symbol 791 MovieClipUses:789 790Used by:793
Symbol 792 GraphicUsed by:793
Symbol 793 MovieClipUses:791 792Used by:Timeline
Symbol 794 FontUsed by:795
Symbol 795 EditableTextUses:794Used by:Timeline
Symbol 796 GraphicUsed by:800
Symbol 797 GraphicUsed by:800
Symbol 798 GraphicUsed by:800
Symbol 799 GraphicUsed by:800 805
Symbol 800 MovieClipUses:796 797 798 799Used by:Timeline
Symbol 801 GraphicUsed by:Timeline
Symbol 802 GraphicUsed by:805
Symbol 803 GraphicUsed by:805
Symbol 804 GraphicUsed by:805
Symbol 805 MovieClipUses:802 803 804 799Used by:Timeline
Symbol 806 GraphicUsed by:Timeline
Symbol 807 ButtonUses:703Used by:Timeline
Symbol 808 GraphicUsed by:Timeline
Symbol 809 GraphicUsed by:Timeline
Symbol 810 GraphicUsed by:Timeline
Symbol 811 GraphicUsed by:814
Symbol 812 GraphicUsed by:814
Symbol 813 GraphicUsed by:814
Symbol 814 MovieClipUses:811 812 813Used by:Timeline
Symbol 815 EditableTextUses:76Used by:Timeline
Symbol 816 EditableTextUses:76Used by:Timeline
Symbol 817 TextUses:104Used by:Timeline
Symbol 818 EditableTextUses:76Used by:Timeline
Symbol 819 TextUses:104Used by:Timeline
Symbol 820 GraphicUsed by:Timeline
Symbol 821 TextUses:117Used by:Timeline
Symbol 822 EditableTextUses:76Used by:Timeline
Symbol 823 TextUses:117Used by:Timeline
Symbol 824 ButtonUses:703Used by:Timeline
Symbol 825 EditableTextUses:76Used by:Timeline
Symbol 826 GraphicUsed by:Timeline
Symbol 827 TextUses:117Used by:Timeline
Symbol 828 TextUses:117Used by:Timeline
Symbol 829 ButtonUses:25Used by:Timeline
Symbol 830 GraphicUsed by:Timeline
Symbol 831 GraphicUsed by:Timeline
Symbol 832 GraphicUsed by:833
Symbol 833 MovieClipUses:832Used by:Timeline
Symbol 834 GraphicUsed by:835
Symbol 835 MovieClipUses:834Used by:Timeline
Symbol 836 EditableTextUses:76Used by:Timeline
Symbol 837 EditableTextUses:76Used by:Timeline
Symbol 838 EditableTextUses:76Used by:Timeline
Symbol 839 EditableTextUses:76Used by:Timeline
Symbol 840 ButtonUses:25Used by:Timeline
Symbol 841 GraphicUsed by:Timeline
Symbol 842 GraphicUsed by:Timeline
Symbol 843 GraphicUsed by:Timeline
Symbol 844 ButtonUses:25Used by:Timeline
Symbol 845 GraphicUsed by:846
Symbol 846 MovieClipUses:845Used by:Timeline
Symbol 847 ShapeTweeningUsed by:849
Symbol 848 GraphicUsed by:849
Symbol 849 MovieClipUses:847 848Used by:Timeline
Symbol 850 GraphicUsed by:851
Symbol 851 MovieClipUses:850Used by:852
Symbol 852 MovieClipUses:851Used by:Timeline
Symbol 853 GraphicUsed by:854
Symbol 854 MovieClipUses:853Used by:Timeline
Symbol 855 EditableTextUses:76Used by:Timeline
Symbol 856 EditableTextUses:76Used by:Timeline
Symbol 857 ButtonUses:25Used by:Timeline
Symbol 858 TextUses:76Used by:Timeline
Symbol 859 EditableTextUses:117Used by:Timeline
Symbol 860 EditableTextUses:117Used by:Timeline
Symbol 861 TextUses:117Used by:864
Symbol 862 TextUses:117Used by:864
Symbol 863 GraphicUsed by:864
Symbol 864 ButtonUses:861 862 863Used by:Timeline
Symbol 865 TextUses:117Used by:Timeline
Symbol 866 GraphicUsed by:867
Symbol 867 MovieClipUses:866Used by:Timeline
Symbol 868 GraphicUsed by:869
Symbol 869 MovieClipUses:868Used by:Timeline
Symbol 870 ShapeTweeningUsed by:873
Symbol 871 ShapeTweeningUsed by:873
Symbol 872 GraphicUsed by:873
Symbol 873 MovieClipUses:870 871 872Used by:Timeline
Symbol 874 GraphicUsed by:887
Symbol 875 GraphicUsed by:887
Symbol 876 GraphicUsed by:887
Symbol 877 GraphicUsed by:887
Symbol 878 GraphicUsed by:887
Symbol 879 GraphicUsed by:887
Symbol 880 GraphicUsed by:887
Symbol 881 GraphicUsed by:887
Symbol 882 GraphicUsed by:887
Symbol 883 GraphicUsed by:887
Symbol 884 GraphicUsed by:887
Symbol 885 GraphicUsed by:887
Symbol 886 TextUses:117Used by:887
Symbol 887 MovieClipUses:874 875 876 877 878 879 880 881 882 883 884 885 886Used by:Timeline
Symbol 888 EditableTextUses:117Used by:Timeline
Symbol 889 TextUses:117Used by:Timeline
Symbol 890 EditableTextUses:117Used by:Timeline
Symbol 891 TextUses:117Used by:Timeline
Symbol 892 TextUses:117Used by:Timeline
Symbol 893 EditableTextUses:117Used by:Timeline
Symbol 894 GraphicUsed by:916
Symbol 895 EditableTextUses:76Used by:916
Symbol 896 FontUsed by:897
Symbol 897 TextUses:896Used by:916
Symbol 898 TextUses:76Used by:916
Symbol 899 EditableTextUses:76Used by:916
Symbol 900 TextUses:76Used by:916
Symbol 901 TextUses:76Used by:916
Symbol 902 EditableTextUses:76Used by:916
Symbol 903 TextUses:76Used by:916
Symbol 904 GraphicUsed by:907
Symbol 905 GraphicUsed by:906
Symbol 906 MovieClipUses:905Used by:907
Symbol 907 MovieClipUses:904 906Used by:910
Symbol 908 GraphicUsed by:909
Symbol 909 ButtonUses:908Used by:910
Symbol 910 MovieClipUses:907 909Used by:916
Symbol 911 ButtonUses:25Used by:916
Symbol 912 ButtonUses:25Used by:916
Symbol 913 TextUses:76Used by:916
Symbol 914 TextUses:76Used by:916
Symbol 915 ButtonUses:25Used by:916
Symbol 916 MovieClipUses:894 895 897 898 899 900 901 902 903 910 911 912 913 914 915Used by:Timeline
Symbol 917 TextUses:74Used by:Timeline
Symbol 918 GraphicUsed by:Timeline
Symbol 919 TextUses:6Used by:Timeline
Symbol 920 ButtonUses:703Used by:Timeline
Symbol 921 TextUses:74Used by:Timeline
Symbol 922 GraphicUsed by:Timeline
Symbol 923 TextUses:6Used by:Timeline
Symbol 924 BitmapUsed by:925
Symbol 925 GraphicUses:924Used by:935
Symbol 926 TextUses:6Used by:935
Symbol 927 GraphicUsed by:928 933
Symbol 928 ButtonUses:927Used by:935
Symbol 929 TextUses:6Used by:935
Symbol 930 BitmapUsed by:931
Symbol 931 GraphicUses:930Used by:932
Symbol 932 MovieClipUses:931Used by:935
Symbol 933 ButtonUses:927Used by:935
Symbol 934 TextUses:6Used by:935
Symbol 935 MovieClipUses:925 926 928 929 932 933 934Used by:Timeline
Symbol 936 GraphicUsed by:Timeline
Symbol 937 TextUses:6Used by:Timeline
Symbol 938 GraphicUsed by:942
Symbol 939 TextUses:6Used by:942
Symbol 940 GraphicUsed by:942
Symbol 941 GraphicUsed by:942
Symbol 942 ButtonUses:938 939 940 941Used by:Timeline
Symbol 943 EditableTextUses:6Used by:Timeline
Symbol 944 GraphicUsed by:Timeline
Symbol 945 TextUses:6Used by:Timeline

Instance Names

"mainloadergg1"Frame 1Symbol 5 MovieClip
"bar"Frame 1Symbol 11 MovieClip
"bg1"Frame 15Symbol 60 MovieClip
"loaderminigame"Frame 15Symbol 134 MovieClip
"pausemenu"Frame 15Symbol 219 MovieClip
"cursor_mc"Frame 15Symbol 221 MovieClip
"b_mc2"Frame 15Symbol 226 MovieClip
"b_mc"Frame 15Symbol 227 MovieClip
"m"Frame 15Symbol 228 MovieClip
"hhhhh"Frame 15Symbol 234 MovieClip
"g1"Frame 16Symbol 278 Button
"g4"Frame 16Symbol 278 Button
"g7"Frame 16Symbol 278 Button
"g2"Frame 16Symbol 278 Button
"g5"Frame 16Symbol 278 Button
"g8"Frame 16Symbol 278 Button
"g3"Frame 16Symbol 279 Button
"g6"Frame 16Symbol 278 Button
"g9"Frame 16Symbol 278 Button
"g11"Frame 16Symbol 278 Button
"g10"Frame 16Symbol 278 Button
"LDB"Frame 16Symbol 320 MovieClip
"bg1"Frame 17Symbol 322 MovieClip
"bg1"Frame 18Symbol 60 MovieClip
"loaderminigame"Frame 18Symbol 134 MovieClip
"pausemenu"Frame 18Symbol 219 MovieClip
"cursor_mc"Frame 18Symbol 221 MovieClip
"b_mc2"Frame 18Symbol 226 MovieClip
"b_mc"Frame 18Symbol 227 MovieClip
"bg1"Frame 19Symbol 60 MovieClip
"creditsm"Frame 19Symbol 329 MovieClip
"cursor_mc"Frame 19Symbol 221 MovieClip
"m"Frame 19Symbol 228 MovieClip
"bg"Frame 20Symbol 365 MovieClip
"pausemenu"Frame 20Symbol 219 MovieClip
"cursor"Frame 20Symbol 389 MovieClip
"b_mc2"Frame 20Symbol 226 MovieClip
"b_mc"Frame 20Symbol 227 MovieClip
"m"Frame 20Symbol 228 MovieClip
"m"Frame 20Symbol 228 MovieClip
"levels"Frame 21Symbol 487 MovieClip
"bg"Frame 24Symbol 365 MovieClip
"menub"Frame 24Symbol 371 MovieClip
"pausemenu"Frame 24Symbol 219 MovieClip
"cursor"Frame 24Symbol 389 MovieClip
"b_mc2"Frame 24Symbol 226 MovieClip
"b_mc"Frame 24Symbol 227 MovieClip
"m"Frame 24Symbol 228 MovieClip
"m"Frame 24Symbol 228 MovieClip
"wallu"Frame 31Symbol 511 MovieClip
"walld"Frame 31Symbol 511 MovieClip
"rocket"Frame 31Symbol 682 MovieClip
"xgoal"Frame 31Symbol 684 MovieClip
"bg"Frame 50Symbol 365 MovieClip
"pausemenu"Frame 50Symbol 219 MovieClip
"cursor"Frame 50Symbol 389 MovieClip
"b_mc2"Frame 50Symbol 226 MovieClip
"b_mc"Frame 50Symbol 227 MovieClip
"m"Frame 50Symbol 228 MovieClip
"m"Frame 50Symbol 228 MovieClip
"levels"Frame 51Symbol 714 MovieClip
"bg"Frame 54Symbol 365 MovieClip
"pausemenu"Frame 54Symbol 219 MovieClip
"cursor"Frame 54Symbol 389 MovieClip
"b_mc2"Frame 54Symbol 226 MovieClip
"b_mc"Frame 54Symbol 227 MovieClip
"m"Frame 54Symbol 228 MovieClip
"m"Frame 54Symbol 228 MovieClip
"bomb"Frame 63Symbol 732 MovieClip
"guy"Frame 63Symbol 750 MovieClip
"bg"Frame 96Symbol 763 MovieClip
"pausemenu"Frame 96Symbol 219 MovieClip
"cursor"Frame 96Symbol 389 MovieClip
"b_mc2"Frame 96Symbol 226 MovieClip
"b_mc"Frame 96Symbol 227 MovieClip
"m"Frame 96Symbol 228 MovieClip
"m"Frame 96Symbol 228 MovieClip
"trash1"Frame 97Symbol 778 MovieClip
"trash2"Frame 97Symbol 780 MovieClip
"trash3"Frame 97Symbol 782 MovieClip
"trash4"Frame 97Symbol 784 MovieClip
"trash5"Frame 97Symbol 786 MovieClip
"land"Frame 97Symbol 788 MovieClip
"car"Frame 97Symbol 793 MovieClip
"bg"Frame 100Symbol 365 MovieClip
"pausemenu"Frame 100Symbol 219 MovieClip
"cursor"Frame 100Symbol 389 MovieClip
"b_mc2"Frame 100Symbol 226 MovieClip
"b_mc"Frame 100Symbol 227 MovieClip
"m"Frame 100Symbol 228 MovieClip
"m"Frame 100Symbol 228 MovieClip
"sbtn1"Frame 101Symbol 814 MovieClip
"sbtn2"Frame 101Symbol 814 MovieClip
"sbtn3"Frame 101Symbol 814 MovieClip
"sbtn4"Frame 101Symbol 814 MovieClip
"sbtn5"Frame 101Symbol 814 MovieClip
"sbtn6"Frame 101Symbol 814 MovieClip
"sbtn7"Frame 101Symbol 814 MovieClip
"sbtn8"Frame 101Symbol 814 MovieClip
"sbtn9"Frame 101Symbol 814 MovieClip
"sbtn10"Frame 101Symbol 814 MovieClip
"sbtn11"Frame 101Symbol 814 MovieClip
"sbtn12"Frame 101Symbol 814 MovieClip
"sbtn13"Frame 101Symbol 814 MovieClip
"sbtn14"Frame 101Symbol 814 MovieClip
"sbtn15"Frame 101Symbol 814 MovieClip
"bg"Frame 104Symbol 365 MovieClip
"pausemenu"Frame 104Symbol 219 MovieClip
"cursor"Frame 104Symbol 389 MovieClip
"b_mc2"Frame 104Symbol 226 MovieClip
"b_mc"Frame 104Symbol 227 MovieClip
"m"Frame 104Symbol 228 MovieClip
"m"Frame 104Symbol 228 MovieClip
"MainTurret"Frame 105Symbol 707 MovieClip
"MainBullet"Frame 105Symbol 833 MovieClip
"Target"Frame 105Symbol 835 MovieClip
"bg"Frame 108Symbol 365 MovieClip
"pausemenu"Frame 108Symbol 219 MovieClip
"cursor"Frame 108Symbol 389 MovieClip
"b_mc2"Frame 108Symbol 226 MovieClip
"b_mc"Frame 108Symbol 227 MovieClip
"m"Frame 108Symbol 228 MovieClip
"m"Frame 108Symbol 228 MovieClip
"sfwall1"Frame 109Symbol 846 MovieClip
"sling"Frame 109Symbol 849 MovieClip
"originalb"Frame 109Symbol 852 MovieClip
"sfgoal"Frame 109Symbol 854 MovieClip
"bg"Frame 111Symbol 365 MovieClip
"pausemenu"Frame 111Symbol 219 MovieClip
"cursor"Frame 111Symbol 389 MovieClip
"b_mc2"Frame 111Symbol 226 MovieClip
"b_mc"Frame 111Symbol 227 MovieClip
"m"Frame 111Symbol 228 MovieClip
"m"Frame 111Symbol 228 MovieClip
"crossHair"Frame 112Symbol 867 MovieClip
"cursor"Frame 112Symbol 869 MovieClip
"ammoBar"Frame 112Symbol 887 MovieClip
"cursor"Frame 113Symbol 389 MovieClip
"bg"Frame 114Symbol 365 MovieClip
"cursor"Frame 114Symbol 389 MovieClip
"b_mc2"Frame 114Symbol 226 MovieClip
"b_mc"Frame 114Symbol 227 MovieClip
"m"Frame 114Symbol 228 MovieClip
"m"Frame 114Symbol 228 MovieClip
"crossHair"Frame 115Symbol 867 MovieClip
"cursor"Frame 115Symbol 869 MovieClip
"cursor"Frame 116Symbol 389 MovieClip
"bg"Frame 117Symbol 365 MovieClip
"cursor"Frame 117Symbol 389 MovieClip
"b_mc2"Frame 117Symbol 226 MovieClip
"b_mc"Frame 117Symbol 227 MovieClip
"m"Frame 117Symbol 228 MovieClip
"m"Frame 117Symbol 228 MovieClip
"bg"Symbol 134 MovieClip Frame 2Symbol 85 MovieClip
"mainloadergg"Symbol 134 MovieClip Frame 3Symbol 121 MovieClip
"box"Symbol 167 MovieClip Frame 1Symbol 166 MovieClip
"box"Symbol 174 MovieClip Frame 1Symbol 166 MovieClip
"box3"Symbol 181 MovieClip Frame 1Symbol 166 MovieClip
"box"Symbol 189 MovieClip Frame 1Symbol 166 MovieClip
"box2"Symbol 193 MovieClip Frame 1Symbol 166 MovieClip
"box3"Symbol 200 MovieClip Frame 1Symbol 166 MovieClip
"qu"Symbol 219 MovieClip Frame 2Symbol 152 MovieClip
"vc"Symbol 219 MovieClip Frame 3Symbol 167 MovieClip
"vm"Symbol 219 MovieClip Frame 3Symbol 174 MovieClip
"vp"Symbol 219 MovieClip Frame 3Symbol 181 MovieClip
"qu"Symbol 219 MovieClip Frame 3Symbol 152 MovieClip
"vq"Symbol 219 MovieClip Frame 4Symbol 189 MovieClip
"vb"Symbol 219 MovieClip Frame 4Symbol 193 MovieClip
"vt"Symbol 219 MovieClip Frame 4Symbol 200 MovieClip
"qu"Symbol 219 MovieClip Frame 4Symbol 152 MovieClip
"easy"Symbol 219 MovieClip Frame 5Symbol 207 Button
"normal"Symbol 219 MovieClip Frame 5Symbol 208 Button
"hard"Symbol 219 MovieClip Frame 5Symbol 209 Button
"yes1"Symbol 219 MovieClip Frame 5Symbol 210 Button
"no1"Symbol 219 MovieClip Frame 5Symbol 211 Button
"yes2"Symbol 219 MovieClip Frame 5Symbol 212 Button
"no2"Symbol 219 MovieClip Frame 5Symbol 213 Button
"qu"Symbol 219 MovieClip Frame 5Symbol 152 MovieClip
"info"Symbol 320 MovieClip Frame 1Symbol 301 MovieClip
"bg_btn"Symbol 320 MovieClip Frame 2Symbol 303 Button
"txt1"Symbol 320 MovieClip Frame 2Symbol 307 EditableText
"txt2"Symbol 320 MovieClip Frame 2Symbol 309 EditableText
"chad_cheat"Symbol 487 MovieClip Frame 1Symbol 404 MovieClip
"fire"Symbol 682 MovieClip Frame 1Symbol 673 MovieClip
"e_turrent1"Symbol 714 MovieClip Frame 1Symbol 707 MovieClip
"enemy_bullet1"Symbol 714 MovieClip Frame 1Symbol 709 MovieClip
"e_turrent2"Symbol 714 MovieClip Frame 1Symbol 707 MovieClip
"enemy_bullet2"Symbol 714 MovieClip Frame 1Symbol 709 MovieClip
"e_turrent3"Symbol 714 MovieClip Frame 1Symbol 707 MovieClip
"enemy_bullet3"Symbol 714 MovieClip Frame 1Symbol 709 MovieClip
"e_turrent4d"Symbol 714 MovieClip Frame 1Symbol 707 MovieClip
"enemy_bullet4"Symbol 714 MovieClip Frame 1Symbol 709 MovieClip
"explosion"Symbol 732 MovieClip Frame 2Symbol 729 MovieClip
"firel"Symbol 793 MovieClip Frame 1Symbol 791 MovieClip
"firer"Symbol 793 MovieClip Frame 1Symbol 791 MovieClip
"fire3"Symbol 793 MovieClip Frame 1Symbol 791 MovieClip
"fire2"Symbol 793 MovieClip Frame 1Symbol 791 MovieClip
"fire1"Symbol 793 MovieClip Frame 1Symbol 791 MovieClip
"balln2"Symbol 852 MovieClip Frame 1Symbol 851 MovieClip
"star1_mc"Symbol 907 MovieClip Frame 2Symbol 906 MovieClip
"star2_mc"Symbol 907 MovieClip Frame 3Symbol 906 MovieClip
"star3_mc"Symbol 907 MovieClip Frame 4Symbol 906 MovieClip
"star4_mc"Symbol 907 MovieClip Frame 5Symbol 906 MovieClip
"star5_mc"Symbol 907 MovieClip Frame 6Symbol 906 MovieClip
"stars_mc"Symbol 910 MovieClip Frame 1Symbol 907 MovieClip
"b1"Symbol 910 MovieClip Frame 1Symbol 909 Button
"b2"Symbol 910 MovieClip Frame 1Symbol 909 Button
"b3"Symbol 910 MovieClip Frame 1Symbol 909 Button
"b4"Symbol 910 MovieClip Frame 1Symbol 909 Button
"b5"Symbol 910 MovieClip Frame 1Symbol 909 Button
"name_txt"Symbol 916 MovieClip Frame 1Symbol 895 EditableText
"email_txt"Symbol 916 MovieClip Frame 1Symbol 899 EditableText
"review_txt"Symbol 916 MovieClip Frame 1Symbol 902 EditableText
"vote_mc"Symbol 916 MovieClip Frame 1Symbol 910 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 946 as "__Packages.ab3.rankz.Armor_Bot_30_En_AS1"
ExportAssets (56)Timeline Frame 1Symbol 947 as "__Packages.MochiAd"
ExportAssets (56)Timeline Frame 15Symbol 230 as "NG62233"
ExportAssets (56)Timeline Frame 15Symbol 231 as "106783"
ExportAssets (56)Timeline Frame 15Symbol 232 as "92394"
ExportAssets (56)Timeline Frame 15Symbol 233 as "113810"

Labels

"mainMenu"Frame 15
"selectgameblue"Frame 16
"Info"Frame 18
"credits"Frame 19
"Mouse Avoider"Frame 20
"level selectma"Frame 22
"Missle Mayhem"Frame 24
"game"Frame 31
"over"Frame 38
"win"Frame 43
"refreshf"Frame 48
"Turret Trouble"Frame 50
"game3"Frame 51
"game3dead"Frame 52
"refresh3"Frame 53
"Bomb Barrage"Frame 54
"game2"Frame 63
"over3"Frame 73
"win2"Frame 83
"Space Waste"Frame 96
"game6c"Frame 97
"losec6"Frame 98
"winc6"Frame 99
"Selection"Frame 100
"game5"Frame 101
"youlose5"Frame 102
"youwin5"Frame 103
"Target Practice"Frame 104
"youlose6"Frame 106
"youwin6"Frame 107
"Slingshot Fun"Frame 108
"over2"Frame 110
"Quick Shot"Frame 111
"game10"Frame 112
"over10"Frame 113
"Review"Frame 114
"Extra"Frame 117
"blue"Symbol 60 MovieClip Frame 1
"easy"Symbol 120 MovieClip Frame 2
"normal"Symbol 120 MovieClip Frame 3
"hard"Symbol 120 MovieClip Frame 4
"Audio Settings"Symbol 219 MovieClip Frame 3
"video settings"Symbol 219 MovieClip Frame 4
"Misc. Settings"Symbol 219 MovieClip Frame 5
"default"Symbol 226 MovieClip Frame 1
"red"Symbol 226 MovieClip Frame 2
"blue"Symbol 226 MovieClip Frame 3
"green"Symbol 226 MovieClip Frame 4
"yellow"Symbol 226 MovieClip Frame 5
"blue"Symbol 322 MovieClip Frame 1
"grow"Symbol 906 MovieClip Frame 2
"out"Symbol 906 MovieClip Frame 7

Dynamic Text Variables

totalptsSymbol 8 EditableText""
percentLoadedTextSymbol 14 EditableText""
totalptsSymbol 123 EditableText""
currenttimeSymbol 125 EditableText"60"
difficultySymbol 127 EditableText""
totalptsSymbol 130 EditableText""
totalptsxdSymbol 131 EditableText""
gameTitleSymbol 274 EditableText"<p align="left"><font face="Arial" size="15" color="#ffffff"><b>Loading...</b></font></p>"
overallscoreSymbol 292 EditableText"0"
highscorenameSymbol 294 EditableText"Anonymous"
gnameSymbol 307 EditableText"<p align="left"></p>"
Game_DescriptionSymbol 309 EditableText"<p align="left"></p>"
mascoreSymbol 401 EditableText"900"
mascoreSymbol 484 EditableText""
mascoredSymbol 485 EditableText""
difficultySymbol 488 EditableText"Normal"
passedSymbol 687 EditableText""
difficultySymbol 689 EditableText"Normal"
passedSymbol 691 EditableText""
passedxdSymbol 692 EditableText""
tttimerSymbol 710 EditableText"0"
difficultyaSymbol 715 EditableText"Difficulty:"
ttscoreSymbol 719 EditableText"0"
ttscorexdSymbol 720 EditableText"0"
dogedSymbol 751 EditableText""
dogedSymbol 753 EditableText""
dogedxdSymbol 754 EditableText""
mytimercSymbol 775 EditableText""
myscorec1Symbol 776 EditableText"0"
myscorec1xdSymbol 795 EditableText""
difficultySymbol 815 EditableText""
mytimerc5Symbol 816 EditableText"0:00"
myscorec5Symbol 818 EditableText""
myscorec5Symbol 822 EditableText""
myscorec5xdSymbol 825 EditableText""
mytimerc6Symbol 836 EditableText"60"
myscorec6Symbol 837 EditableText"0"
myscorec6Symbol 838 EditableText""
myscorec6xdSymbol 839 EditableText""
mytimerc7Symbol 855 EditableText"60"
myscorec7Symbol 856 EditableText"0"
myscorec7Symbol 859 EditableText"0"
myscorec7xdSymbol 860 EditableText"0"
scoreqsSymbol 888 EditableText""
_root.timeLeftSymbol 890 EditableText""
score10Symbol 893 EditableText""
connectionstatusSymbol 943 EditableText""




https://swfchan.com/53/264092/info.shtml
Created: 3/5 -2026 14:44:43 Last modified: 3/5 -2026 14:44:43 Server time: 11/05 -2026 22:09:47