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

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/14555324?noj=FRM14555324-21DC" width="1" height="1"></div>

Arcade Lines Online.swf

This is the info page for
Flash #42701

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


Text
<p align="left"><font face="_sans" size="12" color="#000000"> </font></p>

0

0

2DPlay.com - Games of Mass Distraction™

2DPlay.com - Games of Mass Distraction™

2DPlay.com - Games of Mass Distraction™

2DPlay.com - Games of Mass Distraction™

© Lobstersoft

© Lobstersoft

0

Page 1 of 5

Click!

Page 1 of 5

Page 1 of 5

Page 1 of 5

Page 1 of 5

ActionScript [AS1/AS2]

Frame 1
function playSound(soundID) { if (rootMain.isSound_bool) { var _local1 = new Sound(); _local1.attachSound(soundID); _local1.start(); } } function downloadFullVersion() { if (rootMain.gameVersion_int == ARCADE_LINES) { getURL (FULLVERSION_ARCADELINES_URL); } else if (rootMain.gameVersion_int == ALLES_MURMEL) { getURL (FULLVERSION_ALLESMURMEL_URL, "_blank"); } else if (rootMain.gameVersion_int == MIND_YOUR_MARBLES) { getURL (FULLVERSION_MINDYOURMARBLES_URL, "_blank"); } else { getURL (FULLVERSION_ARCADELINES_URL, "_blank"); } } function startFirstGame() { rootMain.game_object = new GameObject(game_mc); rootMain.game_object.startGame(); if (rootMain.isFirstTime_bool) { rootMain.isFirstTime_bool = false; rootMain.saveSettingsData(); rootMain.isPaused_bool = true; game_mc.helpScreen_mc.gotoAndStop("page_1"); } } function startNewGame() { rootMain.game_object.endGame(); rootMain.game_object = new GameObject(game_mc); rootMain.game_object.startGame(); } function showGameOver() { rootMain.isPaused_bool = true; game_mc.tipAlert_mc.gotoAndStop("hide"); game_mc.tipScreen_mc.gotoAndStop("hide"); game_mc.helpScreen_mc.gotoAndStop("hide"); game_mc.gameOver_mc.gotoAndPlay("show"); } function getText(line_int) { return(rootMain.gameText_string[line_int]); } function saveSettingsData() { var _local1 = SharedObject.getLocal("lobstersoft_alines_" + rootMain.gameVersion_int, "/"); _local1.data.tip = String(_root.isTipsEnabled_bool); _local1.data.first = String(_root.isFirstTime_bool); _local1.flush(20); } function loadSettingsData() { var _local1 = SharedObject.getLocal("lobstersoft_alines_" + rootMain.gameVersion_int, "/"); if ((_local1.data.tip == undefined) || (_local1.data.tip == "true")) { rootMain.isTipsEnabled_bool = true; } else { rootMain.isTipsEnabled_bool = false; } if ((_local1.data.first == undefined) || (_local1.data.first == "true")) { rootMain.isFirstTime_bool = true; } else { rootMain.isFirstTime_bool = false; } } function checkSiteIsValid() { var _local2 = true; var _local1 = new Array(); _local1[0] = "lobstersoft.com"; _local1[1] = "lobstersoft.de"; _local1[2] = "devlabs.com"; var protocol = _url.substr(0, _url.indexOf(":")); if (protocol == "http") { var doubleSlash = _url.indexOf("//"); var _local3 = _url.substr(doubleSlash + 2, (_url.indexOf("/", doubleSlash + 2) - doubleSlash) - 2); _local3 = _local3.toUpperCase(); if (_local3.indexOf("WWW.") != -1) { siteName_string = _local3.substr(_local3.indexOf("WWW.") + 4, _local3.length); index = 0; while (index < _local1.length) { if (siteName_string.indexOf(_local1[index].toUpperCase()) != -1) { _local2 = false; } index++; } } } if (_local2) { rootMain.getUrl(REDIRECT_INVALID_SITE_URL, "_blank"); rootMain.messages_mc.gotoAndStop("invalidsite"); stop(); } } function searchReplace(the_string, search_string, replace_string) { var _local2 = the_string; if (search_string == replace_string) { return(_local2); } var found = 0; var _local1 = _local2.indexOf(search_string); while (_local1 >= 0) { found++; var _local3 = _local2.substr(0, _local1); var end_string = _local2.substr(_local1 + search_string.length); _local2 = (_local3 + replace_string) + end_string; _local1 = _local2.indexOf(search_string, _local1 + replace_string.length); } return(_local2); } function getAdvertURL() { if (rootMain.sideAdType_int == ARCADE_LINES) { downloadURL = ARCADE_LINES_AD_URL; } else if (rootMain.sideAdType_int == ALLES_MURMEL) { downloadURL = ALLES_MURMEL_AD_URL; } else if (rootMain.sideAdType_int == MIND_YOUR_MARBLES) { downloadURL = MIND_YOUR_MARBLES_AD_URL; } return(downloadURL); } function loadText() { switch (rootMain.gameVersion_int) { case ARCADE_LINES : rootMain.gameName_string = ARCADE_LINES_NAME; break; case ALLES_MURMEL : rootMain.gameName_string = ALLES_MURMEL_NAME; break; case MIND_YOUR_MARBLES : rootMain.gameName_string = MIND_YOUR_MARBLES_NAME; } if (rootMain.languageVersion_int == ENGLISH) { rootMain.gameText_string[0] = "Lobstersoft Games"; rootMain.gameText_string[1] = "www.lobstersoft.com"; rootMain.gameText_string[2] = "Loading [Game Name]..."; rootMain.gameText_string[3] = "Enhanced deluxe version includes:"; rootMain.gameText_string[4] = "New Special Game Pieces"; rootMain.gameText_string[5] = "4 Dazzling Full-Screen Graphic Skins"; rootMain.gameText_string[6] = "One-Click Internet Highscores"; rootMain.gameText_string[7] = "8 Captivating Game Modes"; rootMain.gameText_string[8] = "Countless Detailed Statistics"; rootMain.gameText_string[9] = "Automatic \"Save Game\" Feature"; rootMain.gameText_string[10] = "Play Offline Anytime You Want!"; rootMain.gameText_string[11] = "Download [Game Name] Deluxe while you play online!"; rootMain.gameText_string[12] = "Download while you play"; rootMain.gameText_string[13] = "Just play the web version"; rootMain.gameText_string[14] = "Do not show this hint again"; rootMain.gameText_string[15] = "Joker"; rootMain.gameText_string[16] = "The joker fits into every row just as if it had the same color as the other pieces in the row. It counts to your score just as normal pieces would. You cannot build a row of jokers only."; rootMain.gameText_string[17] = "Multi-Colored Pieces"; rootMain.gameText_string[18] = "These game pieces fit in every row which contains one of its two colors, e.g. the green and yellow colored stone will fit in green rows as well as in yellow rows. These game pieces count towards your score just as normal pieces would."; rootMain.gameText_string[19] = "Dynamite Bar"; rootMain.gameText_string[20] = "Just like the Joker, the Dynamite Bar can be used as any color to build a row. However, when it is dissolved, it blows up all balls on the board that have the same color as the last dissolved row! You only get the score for the row you dissolved, but the dynamite bar is still great when the board gets stuffed."; rootMain.gameText_string[21] = "Invalid Move..."; rootMain.gameText_string[22] = "The move you just attempted is not possible. Game pieces can be moved for unlimited distances vertically and horizontally, but not diagonally, and there must be a free path from their origin to their destination."; rootMain.gameText_string[23] = "Well done!"; rootMain.gameText_string[24] = "You have just scored a combo by building 2 rows with 2 or less moves. This is why your score for the last move was doubled. Build another row with your next move to get the score for this row tripled!"; rootMain.gameText_string[25] = "Did you know?"; rootMain.gameText_string[26] = "There are two ways to move game pieces: You can either click once on the piece itself and then again on the destination field (this is what you are currently doing). Or you can press the mouse button on the piece, keep it pressed and drag it to its destination.\r\nIf you haven't done so already, you should give it a try. Many people find the second way to be much easier."; rootMain.gameText_string[27] = "How to Play [Game Name]"; rootMain.gameText_string[28] = "Welcome to [Game Name]!"; rootMain.gameText_string[29] = "Welcome! This tutorial will show you how to play [Game Name] in five easy steps.\n\n[Game Name] is played on a 9x9-squared board, which is filled with colored game pieces.\n\nYour goal is to align five or more pieces of the same color into horizontal, vertical or diagonal rows. The rows will disappear and your score will increase."; rootMain.gameText_string[30] = "How to Move Game Pieces"; rootMain.gameText_string[31] = "Moving game pieces is very easy:\n\n1. Click on the piece you would like to move, and keep the mouse button pressed down.\n\n2. Drag it to the destination field while still keeping the mouse button pressed.\n\n3. Release the mouse button and watch the piece slide over the board."; rootMain.gameText_string[32] = "You can move game pieces to any field on the board, as long as there is a free path to their destination. Note that you can even let them slide around corners with a single move as shown on the right picture."; rootMain.gameText_string[33] = "Game pieces can be moved vertically and horizontally, but not diagonally! The movement shown on the left would therefore not be valid since there is no free path."; rootMain.gameText_string[34] = "Apart from the regular marbles, you will encounter many game pieces which add more variety to the game.\n\nMost of them, like the paint bucket or the dynamite bar, help you dissolve marbles more quickly. Use them wisely to maximize your score!"; rootMain.gameText_string[35] = "Build several lines in consecutive turns to get the Combo bonus!\n\nThe first line scores as usual, the second is doubled, the third is tripled and so on. The combo ends when you make a move that does not complete a row of five same-colored pieces."; rootMain.gameText_string[36] = "Whenever a new special game piece comes up, you will see this cloud with a question sign beside the board. Be sure to click on it to get some more information about the new game piece."; rootMain.gameText_string[37] = "That's it for the basics, but there are quite a few tricks and advanced tactics you can use to get higher scores and to keep the board clean."; rootMain.gameText_string[38] = "We wish you endless hours of mind-bending fun with [Game Name]!"; rootMain.gameText_string[39] = "Page 1 of 5"; rootMain.gameText_string[40] = "Page 2 of 5"; rootMain.gameText_string[41] = "Page 3 of 5"; rootMain.gameText_string[42] = "Page 4 of 5"; rootMain.gameText_string[43] = "Page 5 of 5"; rootMain.gameText_string[44] = "Next"; rootMain.gameText_string[45] = "Go Back"; rootMain.gameText_string[46] = "Start the Game!"; rootMain.gameText_string[47] = "Highest-scoring move:"; rootMain.gameText_string[48] = "You scored xxx points"; rootMain.gameText_string[49] = "points"; rootMain.gameText_string[50] = "New\nGame"; } else if (rootMain.languageVersion_int == GERMAN) { rootMain.gameText_string[0] = "Lobstersoft Spiele"; rootMain.gameText_string[1] = "www.lobstersoft.de"; rootMain.gameText_string[2] = "Lade [Game Name] hereunter..."; rootMain.gameText_string[3] = "Die erweiterte Deluxe-Version enth\u00E4lt:"; rootMain.gameText_string[4] = "Zahlreiche neue Spielsteine"; rootMain.gameText_string[5] = "4 brilliante Vollbild-Grafiksets"; rootMain.gameText_string[6] = "Internationale Internet-Highscores"; rootMain.gameText_string[7] = "8 abwechlsungsreiche Spielstufen"; rootMain.gameText_string[8] = "Speicherfunktion f\u00FCr aktuellen Spielstand"; rootMain.gameText_string[9] = "Viele aufschlussreiche Statistiken"; rootMain.gameText_string[10] = "Spielen Sie [Game Name] jederzeit offline!"; rootMain.gameText_string[11] = "Laden Sie sich die [Game Name] Deluxe Version herunter w\u00E4hrend Sie online spielen!"; rootMain.gameText_string[12] = "Herunterladen und gleichzeitig spielen"; rootMain.gameText_string[13] = "Nur online spielen"; rootMain.gameText_string[14] = "Diesen Hinweis nicht wieder anzeigen"; rootMain.gameText_string[15] = "Joker"; rootMain.gameText_string[16] = "Der Joker kann in jede Reihe gesetzt werden, er z\u00E4hlt bei der Punktevergabe wie ein ganz normaler Spielstein."; rootMain.gameText_string[17] = "Zweifarbige Steine"; rootMain.gameText_string[18] = "Diese gekachelten Steine passen jeweils in gleichfarbige Reihen der Farben, die sie selbst enthalten. Der gr\u00FCn-gelbe Stein etwa kann in gelben und in gr\u00FCnen Linien aufgel\u00F6st werden. Zweifarbige Steine z\u00E4hlen bei der Punktevergabe wie ganz normale Steine."; rootMain.gameText_string[19] = "Dynamitstange"; rootMain.gameText_string[20] = "Wird die Dynamitstange aufgel\u00F6st, so l\u00F6sen sich alle Steine der gleichen Farbe auf dem gesamten Spielbrett auf. Jedoch werden nur die Punkte der Reihe dem Punktestand gutgeschrieben, die sonstigen aufgel\u00F6sten Steine bringen keine Punkte. Die Dynamitstange kann ein Spiel retten, falls das Spielbrett sehr voll ist und man es dringend leeren muss. "; rootMain.gameText_string[21] = "Ung\u00FCltiger Zug..."; rootMain.gameText_string[22] = "Der soeben von Ihnen versuchte Zug ist leider nicht m\u00F6glich. Um einen Ball zu bewegen, muss zwischen dem Ursprungsfeld und dem Zielfeld ein freier Weg vorhanden sein. Hierbei kann er sich horizontal und vertikal, nicht aber diagonal bewegen.\r\n\r\n Mit anderen Worten: B\u00E4lle k\u00F6nnen nicht springen."; rootMain.gameText_string[23] = "Gut gemacht!"; rootMain.gameText_string[24] = "Sie haben soeben eine sogenannte 'Combo' erzielt, wodurch sich Ihre Punkte f\u00FCr den letzten Zug verdoppelt haben. Dies passiert immer dann, wenn Sie in mehreren aufeinanderfolgenden Z\u00FCgen Reihen von 5 oder mehr gleichfarbigen Kugeln bilden. Bilden Sie im n\u00E4chsten Zug eine weitere Reihe, werden Ihre Punkte f\u00FCr diese Reihe verdreifacht!"; rootMain.gameText_string[25] = "Wussten Sie schon..."; rootMain.gameText_string[26] = "Es gibt 2 Wege, einen Ball zu bewegen: \r\nSie k\u00F6nnen auf den Ball selbst und dann ein zweites mal auf das Zielfeld klicken (diese Technik scheinen Sie gerade zu verwenden). Alternativ k\u00F6nnen Sie jedoch auch bei gedr\u00FCcktem Mausknopf den Ball zu seinem Zielfeld ziehen.\r\n Falls Sie dies nicht schon getan haben, sollten Sie dies auch mal ausprobieren - Viele Leute finden die zweite Technik leichter und Schonender f\u00FCr den Zeigefinger."; rootMain.gameText_string[27] = "[Game Name] Schnellstartanleitung"; rootMain.gameText_string[28] = "Willkommen bei [Game Name]!"; rootMain.gameText_string[29] = "Mit dieser kurzen Anleitung lernen Sie in f\u00FCnf einfachen Schritten die grundlegenden Spielregeln.\n\n[Game Name] wird auf einem Spielfeld mit neun mal neun Feldern gespielt, das mit farbigen Spielsteinen angef\u00FCllt ist.\n\nIhr Ziel ist es, horizontale, vertikale oder diagonale Reihen aus f\u00FCnf oder mehr gleichfarbigen Spielsteinen zu bilden. Diese l\u00F6sen sich auf und erh\u00F6hen Ihren Punktestand."; rootMain.gameText_string[30] = "Bewegen von Spielsteinen"; rootMain.gameText_string[31] = "Das Bewegen von Spielsteinen ist denkbar einfach:\n\n1. Klicken Sie auf den zu bewegenden Spielstein und halten Sie den Mausknopf gedr\u00FCckt.\n\n2. Ziehen Sie den Mauszeiger auf das Zielfeld und halten Sie dabei weiterhin den Knopf gedr\u00FCckt.\n\n3. Lassen Sie jetzt den Mausknopf los. Der Spielstein bewegt sich nun zu seinem Ziel."; rootMain.gameText_string[32] = "Sie k\u00F6nnen Spielsteine auf jedes Feld auf dem Spielbrett bewegen, solange ein freier Weg zum Zielfeld existiert. Spielsteine k\u00F6nnen sogar mit einem einzigen Zug um Ecken herum bewegt werden, wie auf dem rechten Bild zu sehen ist."; rootMain.gameText_string[33] = "Aber Vorsicht: Spielsteine k\u00F6nnen zwar vertikal und horizontal, nicht aber diagonal bewegt werden. Der links gezeigte Zug w\u00E4re nicht g\u00FCltig, da kein freier Weg zum Zielfeld besteht."; rootMain.gameText_string[34] = "Im Laufe des Spiels werden Sie auf zahlreiche Sondersteine sto\u00DFen, die mehr Abwechslung ins Spiel bringen. Die meisten davon, zum Beispiel der Farbeimer oder die Dynamitstange, helfen Ihnen beim Aufl\u00F6sen von Spielsteinen. Setzen Sie diese klug ein, um m\u00F6glichst viele Punkte zu erreichen!"; rootMain.gameText_string[35] = "Komplettieren Sie mehrere Reihen in aufeinanderfolgenden Spielz\u00FCgen, um den sogenannten 'Combo'-Bonus zu erzielen.\n\nDie erste Reihe wird einfach, die zweite doppelt, die dritte dreifach gez\u00E4hlt, und so weiter... Eine Combo endet, wenn Sie einen Zug machen, der keine Reihe mit 5 gleichfarbigen Steinen bildet."; rootMain.gameText_string[36] = "Immer wenn ein neuer Sonderstein ins Spiel kommt, erscheint eine Wolke mit einem Fragezeichen neben dem Spielfeld.\n\nKlicken Sie darauf, um weitere Informationen zum neuen Sonderstein zu erhalten."; rootMain.gameText_string[37] = "Das waren schon die grundlegenden Regeln, es gibt jedoch einige Tricks und Strategien, mit denen Sie mehr Punkte erzielen und das Spielfeld leeren k\u00F6nnen."; rootMain.gameText_string[38] = "Wir w\u00FCnschen Ihnen viele vergn\u00FCgliche Stunden mit [Game Name]!"; rootMain.gameText_string[39] = "Seite 1 von 5"; rootMain.gameText_string[40] = "Seite 2 von 5"; rootMain.gameText_string[41] = "Seite 3 von 5"; rootMain.gameText_string[42] = "Seite 4 von 5"; rootMain.gameText_string[43] = "Seite 5 von 5"; rootMain.gameText_string[44] = "Weiter"; rootMain.gameText_string[45] = "Zur\u00FCck"; rootMain.gameText_string[46] = "Spiel Starten!"; rootMain.gameText_string[47] = "Bester Zug:"; rootMain.gameText_string[48] = "Sie haben xxx Punkte erzielt"; rootMain.gameText_string[49] = "Punkte"; rootMain.gameText_string[50] = "Neues\nSpiel"; } index = 0; while (index < rootMain.gameText_string.length) { rootMain.gameText_string[index] = rootMain.searchReplace(rootMain.gameText_string[index], "[Game Name]", rootMain.gameName_string); index++; } } fscommand ("showmenu", "false"); Stage.scaleMode = "noScale"; _global.rootMain = this; _global.ARCADE_LINES = 1; _global.ALLES_MURMEL = 2; _global.MIND_YOUR_MARBLES = 3; _global.ARCADE_LINES_NAME = "Arcade Lines"; _global.ALLES_MURMEL_NAME = "Alles Murmel"; _global.MIND_YOUR_MARBLES_NAME = "Mind your Marbles"; _global.FULLVERSION_MINDYOURMARBLES_URL = "http://www.lobstersoft.com/alines/download.html"; _global.ARCADE_LINES_AD_URL = "http://www.five-plus.com/downloads/alines/ArcadeLinesAd.swf"; _global.ALLES_MURMEL_AD_URL = "http://www.five-plus.com/downloads/alines/AllesMurmelAd.swf"; _global.MIND_YOUR_MARBLES_AD_URL = "http://www.five-plus.com/downloads/alines/MindMarblesAd.swf"; _global.REDIRECT_INVALID_SITE_URL = "http://www.lobstersoft.com"; _global.GAMEBOARD_SIZE = 9; _global.SQUARE_SPACING = 36; _global.NUMBER_OF_BALLS_ON_START = 5; _global.STARTSTEPSTONEXTBALLINCREASE = 25; _global.NUMBER_OF_DIFFERENT_BALLS = 12; _global.NEXT_BALL_START_NUMBER = 3; _global.NEXT_BALL_SPACING = 40; _global.NEXT_BALL_START_XPOS = 376; _global.NEXT_BALL_START_YPOS = 36; _global.BALL_XOFFSET = 0.5; _global.BALL_YOFFSET = 0.5; _global.MAX_NEXTBALLS = 9; _global.MAX_NEXTBALLS_SHOWN = 7; _global.BALL_BOARD_SPACING = 36; _global.BALL_BOARD_START = 19; _global.SQUARE_DEPTH_START = 100; _global.BALL_DEPTH_START = 200; _global.SELECT_DEPTH = 200000 /* 0x030D40 */; _global.MOVE_SPEED = 18; _global.MINIMUM_BALLS_IN_LINE = 5; _global.ENGLISH = 1; _global.GERMAN = 2; _global.HORIZONTAL_LINE = 1; _global.VERTICAL_LINE = 2; _global.TOPLEFT_DIAGONAL_LINE = 3; _global.BOTTOMLEFT_DIAGONAL_LINE = 4; _global.YELLOW_BALL = 1; _global.BLACK_BALL = 2; _global.RED_BALL = 3; _global.BLUE_BALL = 4; _global.GREEN_BALL = 5; _global.ORANGE_BALL = 6; _global.WHITE_BALL = 7; _global.JOKER_BALL = 8; _global.BLUEWHITE_BALL = 9; _global.REDORANGE_BALL = 10; _global.YELLOWGREEN_BALL = 11; _global.DYNAMITE_BALL = 12; _global.DYNAMITE_PROBABILITY = 30; _global.TWOCOLOR_BALL_PROBABILITY = 40; _global.JOKER_BALL_PROBABILITY = 120; _global.NORMAL_BALL_PROBABILITY = 285; _global.JOKER_TIP = "joker"; _global.TWOCOLOR_TIP = "twocolor"; _global.DYNAMITE_TIP = "dynamite"; _global.INVALID_TIP = "invalid"; _global.COMBO_TIP = "combo"; _global.DRAGDROP_TIP = "dragdrop"; _root.gameID_str = "1174"; _root.main_link = "http://www.2DPlay.com/index.php?gameid=" + gameID_str; var game_object; var checkSite_bool = false; var languageVersion_int = 1; var gameVersion_int = 1; var sideAdType_int = 1; _global.FULLVERSION_ARCADELINES_URL = "http://www.2dplay.com/arcade-lines-online/ArcadeLinesSetup.exe"; var gameName_string; var isSound_bool = true; var isPaused_bool = false; var isTipsEnabled_bool = true; var isFirstTime_bool = true; var gameText_string = new Array(); rootMain.loadText();
Frame 2
stop(); loadingscreen_mc.lobstersoftHeadingShown = rootMain.getText(0); loadingscreen_mc.lobstersoftLinkShown = rootMain.getText(1); loadingscreen_mc.loadingTextShown = rootMain.getText(2);
Frame 3
function AStarObject() { var _local3 = this; _local3.final = null; _local3.table = new Array(); _local3.pathSum_string = ""; var _local2 = 1100; while (_local2 <= 1900) { _local3.table[_local2] = 1; _local3.table[_local2 + 10] = 1; _local2 = _local2 + 100; } var _local1 = 0; while (_local1 <= 10) { _local3.table[1000 + _local1] = 1; _local3.table[2000 + _local1] = 1; _local1++; } _local3.timeTaken_int = -1; } function GameObject(gameClip) { var _local1 = this; _local1.gameScreen_mc = gameClip; _local1.select_object = new SelectObject(gameClip.gameBoard_mc.attachMovie("Select", "select_mc", SELECT_DEPTH)); _local1.nextBalls_object = new Array(); _local1.newBallsOnBoard_object = new Array(); _local1.board_object = new Array(); _local1.squares_object = new Array(); _local1.ballProbabilities_object = new Array(); _local1.ballProbabilitySum_int = 0; _local1.nextBallIndex_int; _local1.currentMoves_int = 0; _local1.stepstoNextBallIncrease = _global.STARTSTEPSTONEXTBALLINCREASE; _local1.nextStepstoNextBallIncrease = _global.STARTSTEPSTONEXTBALLINCREASE - 1; _local1.currentBallsPerTurn = _global.NEXT_BALL_START_NUMBER; _local1.nextTurnNewBalls = _global.NEXT_BALL_START_NUMBER; _local1.highestScoringMove_int = 0; _local1.currentTipNumber_int = 0; _local1.ballNumber_int = 0; _local1.ballCounter_int = 0; _local1.dragDropMovesMade_int = 0; _local1.tipShownCount = 0; _local1.removedBalls_int = 0; _local1.totalBallsToRemove_int = 0; _local1.isTipAlertShown = false; _local1.comboCounter_int = 0; _local1.isSelectable_bool = true; _local1.currentDepth_int = 0; _local1.currentTip_string; _local1.astar_object = new AStarObject(); _local1.lines_object; _local1.currentLineIndex; _local1.ballTypeSetForLine_int; _local1.currentBallIndex = 0; _local1.explosionNumber = 0; _local1.queuedSelectedBall_object = null; _local1.gameScore_int = 0; var _local3; var _local2; _local3 = 0; while (_local3 < GAMEBOARD_SIZE) { _local1.board_object.push(new Array()); _local2 = 0; while (_local2 < GAMEBOARD_SIZE) { _local1.board_object[_local3][_local2] = null; _local2++; } _local3++; } } function BallObject(ballType, ballClip) { var _local1 = this; _local1.type_int = ballType; _local1.clip_mc = ballClip; _local1.xPos_int; _local1.yPos_int; _local1.isInLine_bool = false; _local1.score_int = 0; _local1.combo_int = 0; } function SquareObject(squareClip) { this.clip_mc = squareClip; this.pathSum_string = "notset"; } function SelectObject(selectClip) { var _local1 = this; _local1.isSelected_bool = false; _local1.clip_mc = selectClip; _local1.clip_mc._alpha = 40; _local1.ball_object = null; _local1.xPos_int = -1; _local1.yPos_int = -1; } function LineObject() { var _local1 = this; _local1.ballClipName; _local1.coloredType_int = 0; _local1.type_int = 0; _local1.lineSize_int = 0; _local1.score_int = 0; _local1.isDynamite_bool = false; _local1.balls_object = new Array(); } function BallProbObject(type_int, prob_int) { this.ballType_int = type_int; this.probability_int = prob_int; } AStarObject.prototype.addNode = function (xPos, yPos) { var _local1 = (((xPos + 1) * 100) + 1000) + (yPos + 1); this.table[_local1] = 1; }; AStarObject.prototype.removeNode = function (xPos, yPos) { var _local1 = (((xPos + 1) * 100) + 1000) + (yPos + 1); this.table[_local1] = 0; }; AStarObject.prototype.search = function (startpoint, endpoint) { var _local3 = this; var inittime = getTimer(); var points = new Array(); var sb = 0; var st = 1; var n; var c; var _local1; var _local2; var i; var v; var index = new Array(); for (v in _local3.table) { index[v] = _local3.table[v]; } points[sb] = startpoint; while (sb != st) { n = points[sb]; _local2 = n - 1; if (!index[_local2]) { index[_local2] = n; points[st] = _local2; if (_local2 == endpoint) { _local3.final = new Array(); _local3.final[0] = _local2; c = 1; _local1 = _local2; while (index[_local1] != startpoint) { _local1 = index[_local1]; _local3.final[c] = _local1; c++; } _local3.final.reverse(); _local3.timeTaken_int = getTimer() - inittime; return(true); } st++; } _local2 = n + 1; if (!index[_local2]) { index[_local2] = n; points[st] = _local2; if (_local2 == endpoint) { _local3.final = new Array(); _local3.final[0] = _local2; c = 1; _local1 = _local2; while (index[_local1] != startpoint) { _local1 = index[_local1]; _local3.final[c] = _local1; c++; } _local3.final.reverse(); _local3.timeTaken_int = getTimer() - inittime; return(true); } st++; } _local2 = n + 100; if (!index[_local2]) { index[_local2] = n; points[st] = _local2; if (_local2 == endpoint) { _local3.final = new Array(); _local3.final[0] = _local2; c = 1; _local1 = _local2; while (index[_local1] != startpoint) { _local1 = index[_local1]; _local3.final[c] = _local1; c++; } _local3.final.reverse(); _local3.timeTaken_int = getTimer() - inittime; return(true); } st++; } _local2 = n - 100; if (!index[_local2]) { index[_local2] = n; points[st] = _local2; if (_local2 == endpoint) { _local3.final = new Array(); _local3.final[0] = _local2; c = 1; _local1 = _local2; while (index[_local1] != startpoint) { _local1 = index[_local1]; _local3.final[c] = _local1; c++; } _local3.final.reverse(); _local3.timeTaken_int = getTimer() - inittime; return(true); } st++; } sb++; } _local3.timeTaken_int = -1; return(false); }; GameObject.prototype.startGame = function () { var _local1 = this; game_object.initGame(); _local1.setStartNextBalls(); if (_local1.setBallsOnBoard(true)) { _local1.showTipAlert(); } _local1.setNextBalls(); }; GameObject.prototype.endGame = function () { var _local1 = this; removeMovieClip(_local1.select_object.clip_mc); index = 0; while (index < _local1.nextBalls_object.length) { if (_local1.nextBalls_object[index] != null) { removeMovieClip(_local1.nextBalls_object[index].clip_mc); } index++; } xIndex = 0; while (xIndex < GAMEBOARD_SIZE) { yIndex = 0; while (yIndex < GAMEBOARD_SIZE) { if (_local1.board_object[xIndex][yIndex] != null) { removeMovieClip(_local1.board_object[xIndex][yIndex].clip_mc); _local1.board_object[xIndex][yIndex] = null; } yIndex++; } xIndex++; } xSquareNumber_int = 0; while (xSquareNumber_int < GAMEBOARD_SIZE) { ySquareNumber_int = 0; while (ySquareNumber_int < GAMEBOARD_SIZE) { removeMovieClip(_local1.squares_object[xSquareNumber_int][ySquareNumber_int].clip_mc); _local1.squares_object[xSquareNumber_int][ySquareNumber_int] = null; ySquareNumber_int++; } xSquareNumber_int++; } }; GameObject.prototype.initGame = function () { var _local1 = this; rootMain.isPaused_bool = false; _local1.gameScreen_mc.gameScore_mc.setScore(0); _local1.setBallProbabilities(); _local1.currentDepth_int = SQUARE_DEPTH_START; _local1.renderSquares(); _local1.currentDepth_int = BALL_DEPTH_START; }; GameObject.prototype.renderSquares = function () { var _local1 = this; var _local2 = 0; var xSquareNumber_int; var _local3; xSquareNumber_int = 0; while (xSquareNumber_int < GAMEBOARD_SIZE) { _local1.squares_object.push(new Array()); _local3 = 0; while (_local3 < GAMEBOARD_SIZE) { _local1.gameScreen_mc.gameBoard_mc.attachMovie("Square", "square_" + _local2, ++_local1.currentDepth_int); _local1.gameScreen_mc.gameBoard_mc["square_" + _local2]._x = xSquareNumber_int * SQUARE_SPACING; _local1.gameScreen_mc.gameBoard_mc["square_" + _local2]._y = _local3 * SQUARE_SPACING; _local1.squares_object[xSquareNumber_int][_local3] = new SquareObject(_local1.gameScreen_mc.gameBoard_mc["square_" + _local2]); _local2++; _local3++; } xSquareNumber_int++; } }; GameObject.prototype.setStartNextBalls = function () { var _local2 = this; var _local1; var _local3; _local1 = 0; while (_local1 < NUMBER_OF_BALLS_ON_START) { _local3 = _local2.getBallType(); _local2.nextBalls_object[_local1] = _local2.createNextBall(_local3, _local1); _local2.nextBalls_object[_local1].clip_mc.gotoAndStop("hide"); _local2.ballNumber_int++; _local1++; } _local2.nextBalls_object[_local1] = null; }; GameObject.prototype.setNextBalls = function () { var _local2 = this; var index; var _local3 = _local2.nextTurnNewBalls; if (_local2.getNumberOfEmptyBoardSpaces() <= (_local2.getTotalBoardSpaces() / 10)) { if (_local3 > 2) { _local3 = _local3 - 2; } else { _local3--; } } else if ((_local3 > 2) && (_local2.getNumberOfEmptyBoardSpaces() <= ((_local2.getTotalBoardSpaces() / 10) * 4))) { _local3--; } _local3 = Math.min(_local3, MAX_NEXTBALLS); var ballType; var _local1; _local1 = 0; while (_local1 < _local3) { ballType = _local2.getBallType(); _local2.nextBalls_object[_local1] = _local2.createNextBall(ballType, _local1); if (_local1 < MAX_NEXTBALLS_SHOWN) { _local2.nextBalls_object[_local1].clip_mc.gotoAndStop("nextball"); } else { _local2.nextBalls_object[_local1].clip_mc.gotoAndStop("hide"); } _local2.ballNumber_int++; _local1++; } _local2.nextBalls_object[_local1] = null; }; GameObject.prototype.getBallType = function () { var _local2 = this; var _local3; var startAgain_bool = true; var rand_int; while (startAgain_bool) { startAgain_bool = false; rand_int = Math.ceil(Math.random() * _local2.ballProbabilitySum_int); var _local1 = 0; _local3 = _local2.ballProbabilities_object[0]; while (rand_int > _local2.ballProbabilities_object[_local1].probability_int) { _local1++; _local3 = _local2.ballProbabilities_object[_local1]; } if (!_local2.isBallAllowed(_local3)) { startAgain_bool = true; } } return(_local3.ballType_int); }; GameObject.prototype.isBallAllowed = function (ballProb_object) { var _local1 = ballProb_object; if (this.currentMoves_int < 10) { if (((((_local1.ballType_int == DYNAMITE_BALL) || (_local1.ballType_int == YELLOWGREEN_BALL)) || (_local1.ballType_int == REDORANGE_BALL)) || (_local1.ballType_int == BLUEWHITE_BALL)) || (_local1.ballType_int == JOKER_BALL)) { return(false); } return(true); } return(true); }; GameObject.prototype.setBallProbabilities = function () { var _local1 = this; _local1.ballProbabilities_object[0] = new BallProbObject(DYNAMITE_BALL, DYNAMITE_PROBABILITY); _local1.ballProbabilities_object[1] = new BallProbObject(BLUEWHITE_BALL, _local1.ballProbabilities_object[0].probability_int + TWOCOLOR_BALL_PROBABILITY); _local1.ballProbabilities_object[2] = new BallProbObject(REDORANGE_BALL, _local1.ballProbabilities_object[1].probability_int + TWOCOLOR_BALL_PROBABILITY); _local1.ballProbabilities_object[3] = new BallProbObject(YELLOWGREEN_BALL, _local1.ballProbabilities_object[2].probability_int + TWOCOLOR_BALL_PROBABILITY); _local1.ballProbabilities_object[4] = new BallProbObject(JOKER_BALL, _local1.ballProbabilities_object[3].probability_int + JOKER_BALL_PROBABILITY); _local1.ballProbabilities_object[5] = new BallProbObject(YELLOW_BALL, _local1.ballProbabilities_object[4].probability_int + NORMAL_BALL_PROBABILITY); _local1.ballProbabilities_object[6] = new BallProbObject(BLACK_BALL, _local1.ballProbabilities_object[5].probability_int + NORMAL_BALL_PROBABILITY); _local1.ballProbabilities_object[7] = new BallProbObject(RED_BALL, _local1.ballProbabilities_object[6].probability_int + NORMAL_BALL_PROBABILITY); _local1.ballProbabilities_object[8] = new BallProbObject(BLUE_BALL, _local1.ballProbabilities_object[7].probability_int + NORMAL_BALL_PROBABILITY); _local1.ballProbabilities_object[9] = new BallProbObject(GREEN_BALL, _local1.ballProbabilities_object[8].probability_int + NORMAL_BALL_PROBABILITY); _local1.ballProbabilities_object[10] = new BallProbObject(ORANGE_BALL, _local1.ballProbabilities_object[9].probability_int + NORMAL_BALL_PROBABILITY); _local1.ballProbabilities_object[11] = new BallProbObject(WHITE_BALL, _local1.ballProbabilities_object[10].probability_int + NORMAL_BALL_PROBABILITY); _local1.ballProbabilitySum_int = _local1.ballProbabilities_object[11].probability_int; }; GameObject.prototype.createNextBall = function (ballType, ballIndex) { this.gameScreen_mc.gameBoard_mc.attachMovie("Ball" + ballType, "ball_" + this.ballNumber_int, ++this.currentDepth_int); var ballClip = this.gameScreen_mc.gameBoard_mc["ball_" + this.ballNumber_int]; with (ballClip) { _x = NEXT_BALL_START_XPOS; _y = NEXT_BALL_START_YPOS + (ballIndex * NEXT_BALL_SPACING); } return(new BallObject(ballType, ballClip)); }; GameObject.prototype.setBallsOnBoard = function (isStart_bool) { var _local1 = this; var _local3; var _local2; _local1.newBallsOnBoard_object = new Array(); _local1.nextBallIndex_int = 0; var ball_object; var showTip_bool = false; if (!isStart_bool) { rootMain.playSound("plop"); } var lastNewBallIndex_int = (_local1.getNumberOfEmptyBoardSpaces() - 1); while (_local1.nextBalls_object[_local1.nextBallIndex_int] != null) { ball_object = _local1.nextBalls_object[_local1.nextBallIndex_int]; ball_object.clip_mc.gotoAndStop("hide"); randomIndex = 0; do { if (randomIndex > 2) { xIndex = _local3; while (xIndex < GAMEBOARD_SIZE) { yIndex = _local2; while (yIndex < GAMEBOARD_SIZE) { if (_local1.board_object[xIndex][yIndex] != null) { _local3 = xIndex; _local2 = yIndex; break; } yIndex++; } xIndex++; } if (_local1.board_object[_local3][_local2] == null) { break; } randomIndex = 0; } _local3 = Math.floor(Math.random() * GAMEBOARD_SIZE); _local2 = Math.floor(Math.random() * GAMEBOARD_SIZE); randomIndex++; } while (_local1.board_object[_local3][_local2] != null); _local1.setBoardBallPosition(ball_object, _local3, _local2); if (isStart_bool) { ball_object.clip_mc.gotoAndStop("static"); } else { ball_object.clip_mc.gotoAndPlay("show"); } _local1.board_object[_local3][_local2] = _local1.nextBalls_object[_local1.nextBallIndex_int]; _local1.newBallsOnBoard_object[_local1.nextBallIndex_int] = _local1.nextBalls_object[_local1.nextBallIndex_int]; _local1.astar_object.addNode(_local3, _local2); _local1.ballCounter_int++; _local1.nextBallIndex_int++; if (ball_object.type_int == DYNAMITE_BALL) { _local1.currentTip_string = DYNAMITE_TIP; showTip_bool = true; } else if (ball_object.type_int == JOKER_BALL) { _local1.currentTip_string = JOKER_TIP; showTip_bool = true; } else if (((ball_object.type_int == BLUEWHITE_BALL) || (ball_object.type_int == REDORANGE_BALL)) || (ball_object.type_int == YELLOWGREEN_BALL)) { _local1.currentTip_string = TWOCOLOR_TIP; showTip_bool = true; } if (_local1.nextBallIndex_int > lastNewBallIndex_int) { var index = (lastNewBallIndex_int + 1); while (_local1.nextBalls_object[index] != null) { removeMovieClip(_local1.nextBalls_object[index].clip_mc); _local1.nextBalls_object[index] = null; index++; } return(showTip_bool); } } return(showTip_bool); }; GameObject.prototype.setBoardBallPosition = function (ball_object, xIndex, yIndex) { with (ball_object.clip_mc) { _x = (BALL_BOARD_START + (xIndex * BALL_BOARD_SPACING)) - BALL_XOFFSET; _y = (BALL_BOARD_START + (yIndex * BALL_BOARD_SPACING)) - BALL_YOFFSET; } ball_object.xPos_int = xIndex; ball_object.yPos_int = yIndex; }; GameObject.prototype.getNumberOfEmptyBoardSpaces = function () { return(this.getTotalBoardSpaces() - this.ballCounter_int); }; GameObject.prototype.getTotalBoardSpaces = function () { return(GAMEBOARD_SIZE * GAMEBOARD_SIZE); }; GameObject.prototype.buildPath = function (isRemovePath_bool) { var _local1 = this; var _local2; var _local3; var yPos_int; _local1.astar_object.pathSum_string = ""; _local2 = 0; while (_local2 < _local1.astar_object.final.length) { point = _local1.astar_object.final[_local2]; _local3 = int((point - 1000) / 100); yPos_int = (point - (_local3 * 100)) - 1000; if (isRemovePath_bool) { _local1.squares_object[_local3 - 1][yPos_int - 1].clip_mc.gotoAndStop("empty"); } else { _local1.astar_object.pathSum_string = _local1.astar_object.pathSum_string + (point + " "); _local1.squares_object[_local3 - 1][yPos_int - 1].clip_mc.gotoAndStop("highlight"); } _local2++; } }; GameObject.prototype.setBoardSelectOrMove = function (xMousePos, yMousePos, isMouseUp_bool) { var _local1 = this; var _local3 = Math.floor(xMousePos / SQUARE_SPACING); var _local2 = Math.floor(yMousePos / SQUARE_SPACING); if (((_local3 >= 0) && (_local3 < GAMEBOARD_SIZE)) && ((_local2 >= 0) && (_local2 < GAMEBOARD_SIZE))) { if ((isMouseUp_bool && (_local1.select_object.isSelected_bool)) && ((_local1.select_object.xPos_int == _local3) && (_local1.select_object.yPos_int == _local2))) { } else { var ball_object = _local1.board_object[_local3][_local2]; if (ball_object != null) { if (_local1.isSelectable_bool) { _local1.select_object.setPosition(_local3, _local2, ball_object); } else if (!isMouseUp_bool) { _local1.queuedSelectedBall_object = ball_object; } } else if (_local1.select_object.isSelected_bool) { if (_local1.select_object.isSelected_bool && (ball_object == null)) { if ((_local1.select_object.xPos_int != _local3) || (_local1.select_object.yPos_int != _local2)) { var point = ((((_local3 + 1) * 100) + 1000) + (_local2 + 1)); var startpoint = ((((_local1.select_object.xPos_int + 1) * 100) + 1000) + (_local1.select_object.yPos_int + 1)); _local1.buildPath(true); if (_local1.astar_object.search(startpoint, point)) { if (isMouseUp_bool) { _local1.dragDropMovesMade_int++; } _local1.moveBall(); } else { rootMain.playSound("error"); _local1.currentTip_string = INVALID_TIP; _local1.showTipAlert(); } } } } } } }; GameObject.prototype.setShortestPath = function (xMousePos, yMousePos, onDemand_bool) { var _local1 = this; var _local3 = Math.floor(xMousePos / SQUARE_SPACING); var _local2 = Math.floor(yMousePos / SQUARE_SPACING); if (((_local3 >= 0) && (_local3 < GAMEBOARD_SIZE)) && ((_local2 >= 0) && (_local2 < GAMEBOARD_SIZE))) { var square_object = _local1.squares_object[_local3][_local2]; if (_local1.select_object.isSelected_bool && (onDemand_bool || (square_object.pathSum_string != _local1.astar_object.pathSum_string))) { var point = ((((_local3 + 1) * 100) + 1000) + (_local2 + 1)); var startpoint = ((((_local1.select_object.xPos_int + 1) * 100) + 1000) + (_local1.select_object.yPos_int + 1)); _local1.buildPath(true); if (_local1.astar_object.search(startpoint, point)) { _local1.buildPath(false); _local1.squares_object[_local3][_local2].pathSum_string = _local1.astar_object.pathSum_string; } } } }; GameObject.prototype.getBallObjectFromName = function (ballClip_string) { var _local3 = this; var _local2; var _local1; _local2 = 0; while (_local2 < GAMEBOARD_SIZE) { _local1 = 0; while (_local1 < GAMEBOARD_SIZE) { if (_local3.board_object[_local2][_local1].clip_mc._name == ballClip_string) { return(_local3.board_object[_local2][_local1]); } _local1++; } _local2++; } return(null); }; GameObject.prototype.moveBall = function () { var _local1 = this; _local1.checkToHideTipAlert(); _local1.queuedSelectedBall_object = null; _local1.isSelectable_bool = false; _local1.board_object[_local1.select_object.ball_object.xPos_int][_local1.select_object.ball_object.yPos_int] = null; _local1.astar_object.removeNode(_local1.select_object.ball_object.xPos_int, _local1.select_object.ball_object.yPos_int); _local1.select_object.ball_object.setPath(_local1.astar_object.final); _local1.board_object[_local1.select_object.ball_object.xPos_int][_local1.select_object.ball_object.yPos_int] = _local1.select_object.ball_object; _local1.astar_object.addNode(_local1.select_object.ball_object.xPos_int, _local1.select_object.ball_object.yPos_int); _local1.select_object.deselect(); _local1.select_object.ball_object.clip_mc.gotoAndPlay("startmove"); }; GameObject.prototype.moveComplete = function (ballClip_string) { var _local1 = this; _local1.currentMoves_int++; trace("steps:" + _local1.stepstoNextBallIncrease); if (!(--_local1.stepstoNextBallIncrease)) { trace("stepstoNextBallIncrease == 0!"); _local1.nextTurnNewBalls = _local1.currentBallsPerTurn + 1; trace("new balls next time:" + _local1.nextTurnNewBalls); if (!(--_local1.nextStepstoNextBallIncrease)) { _local1.nextStepstoNextBallIncrease = _global.STARTSTEPSTONEXTBALLINCREASE; _local1.stepstoNextBallIncrease = _global.STARTSTEPSTONEXTBALLINCREASE; _local1.currentBallsPerTurn++; } else { _local1.stepstoNextBallIncrease = _local1.nextStepstoNextBallIncrease; trace("Setting stepstoNextBallIncrease to " + _local1.stepstoNextBallIncrease); } } else { trace("resetting next turn new balls"); _local1.nextTurnNewBalls = _local1.currentBallsPerTurn; } if (((_local1.currentMoves_int % 10) == 0) && (_local1.dragDropMovesMade_int == 0)) { _local1.currentTip_string = DRAGDROP_TIP; _local1.showTipAlert(); } _local1.currentLineIndex = 0; var _local2 = _local1.select_object.ball_object; _local1.lines_object = new Array(); _local1.lines_object.push(new LineObject()); if (!_local1.checkForLines(_local2, false)) { if (_local1.setBallsOnBoard(false)) { _local1.showTipAlert(); } _local1.setNextBalls(); } else { _local1.removeBalls(_local2); if (_local1.ballCounter_int == 0) { if (_local1.setBallsOnBoard(false)) { _local1.showTipAlert(); } _local1.setNextBalls(); } } }; GameObject.prototype.removeBalls = function (ball_object) { var _local1 = this; var _local2; var ballIndex; var _local3; var xIndex; var yIndex; var isDynamite_bool = false; var explodeBall_bool = new Array(); var baseScore_int; var scoreIndex; var numberOfBallsToCheck_int = 0; var numberOfBallsIndex_int = 0; var moveScore_int = 0; _local1.removedBalls_int = 0; _local1.totalBallsToRemove_int = 0; rootMain.playSound("plop_away"); prevComboCounter_int = _local1.comboCounter_int; var isCheckNewBalls_bool = false; if (ball_object == null) { numberOfBallsToCheck_int = _local1.newBallsOnBoard_object.length; isCheckNewBalls_bool = true; } else { numberOfBallsToCheck_int = 1; } while (numberOfBallsIndex_int < numberOfBallsToCheck_int) { if (isCheckNewBalls_bool) { ball_object = _local1.newBallsOnBoard_object[numberOfBallsIndex_int]; if (!ball_object.isInLine_bool) { numberOfBallsIndex_int++; continue; } } _local3 = 0; while (_local3 < _local1.currentLineIndex) { if (_local1.lines_object[_local3].lineSize_int >= MINIMUM_BALLS_IN_LINE) { if (_local1.lines_object[_local3].ballClipName == ball_object.clip_mc._name) { ballIndex = 0; while (ballIndex < _local1.lines_object[_local3].lineSize_int) { _local2 = _local1.lines_object[_local3].balls_object[ballIndex]; if (ball_object.clip_mc._name == _local2.clip_mc._name) { baseScore_int = 3; if ((_local1.lines_object[_local3].type_int == TOPLEFT_DIAGONAL_LINE) || (_local1.lines_object[_local3].type_int == BOTTOMLEFT_DIAGONAL_LINE)) { lineScore_int = _local1.lines_object[_local3].lineSize_int + 1; } else { lineScore_int = _local1.lines_object[_local3].lineSize_int; } scoreIndex = 2; while (scoreIndex < ((lineScore_int - MINIMUM_BALLS_IN_LINE) + 2)) { baseScore_int = baseScore_int + scoreIndex; scoreIndex++; } ball_object.score_int = ball_object.score_int + baseScore_int; _local1.comboCounter_int++; } if (_local1.lines_object[_local3].isDynamite_bool) { isDynamite_bool = true; if ((_local2.type_int >= YELLOW_BALL) && (_local2.type_int <= WHITE_BALL)) { explodeBall_bool[_local2.type_int] = true; } } if (_local1.board_object[_local2.xPos_int][_local2.yPos_int] != null) { _local1.astar_object.removeNode(_local2.xPos_int, _local2.yPos_int); _local1.board_object[_local2.xPos_int][_local2.yPos_int] = null; _local1.ballCounter_int--; _local1.totalBallsToRemove_int++; _local2.clip_mc.gotoAndPlay("dissolve"); } ballIndex++; } } } _local3++; } moveScore_int = moveScore_int + _local1.showScore(ball_object); numberOfBallsIndex_int++; } if (_local1.comboCounter_int >= 2) { rootMain.playSound("combo"); if ((_local1.comboCounter_int >= 2) && (prevComboCounter_int <= 1)) { _local1.currentTip_string = COMBO_TIP; _local1.showTipAlert(); } } if (isDynamite_bool) { var ballType_int; rootMain.playSound("explode"); xIndex = 0; while (xIndex < GAMEBOARD_SIZE) { yIndex = 0; while (yIndex < GAMEBOARD_SIZE) { if (_local1.board_object[xIndex][yIndex] != null) { if (explodeBall_bool[_local1.board_object[xIndex][yIndex].type_int]) { _local1.explodeBall(xIndex, yIndex); } } yIndex++; } xIndex++; } } if (moveScore_int > _local1.highestScoringMove_int) { _local1.highestScoringMove_int = moveScore_int; } }; GameObject.prototype.showScore = function (ball_object) { var score_int; if (rootMain.gameVersion_int == MIND_YOUR_MARBLES) { ball_object.score_int = ball_object.score_int * 10; } var depth_int = (++this.currentDepth_int); this.gameScreen_mc.gameBoard_mc.attachMovie("ScoreAlert", "scorealert" + depth_int, depth_int); with (this.gameScreen_mc.gameBoard_mc["scorealert" + depth_int]) { _x = BALL_BOARD_START + (ball_object.xPos_int * BALL_BOARD_SPACING); _y = BALL_BOARD_START + (ball_object.yPos_int * BALL_BOARD_SPACING); if (this.comboCounter_int >= 2) { score_mc.scoreShown1 = (ball_object.score_int + "x") + this.comboCounter_int; score_mc.scoreShown2 = (ball_object.score_int + "x") + this.comboCounter_int; score_int = ball_object.score_int * this.comboCounter_int; } else { score_mc.scoreShown1 = ball_object.score_int; score_mc.scoreShown2 = ball_object.score_int; score_int = ball_object.score_int; } } depth_int = ++this.currentDepth_int; this.gameScreen_mc.gameBoard_mc.attachMovie("ParticleAnimation", "particle" + depth_int, depth_int); with (this.gameScreen_mc.gameBoard_mc["particle" + depth_int]) { _x = BALL_BOARD_START + (ball_object.xPos_int * BALL_BOARD_SPACING); _y = BALL_BOARD_START + (ball_object.yPos_int * BALL_BOARD_SPACING); } this.gameScore_int = this.gameScore_int + (ball_object.score_int * this.comboCounter_int); this.gameScreen_mc.gameScore_mc.setScore(this.gameScore_int); return(score_int); }; GameObject.prototype.explodeBall = function (xIndex, yIndex) { this.astar_object.removeNode(xIndex, yIndex); removeMovieClip(this.board_object[xIndex][yIndex].clip_mc); this.board_object[xIndex][yIndex] = null; this.ballCounter_int--; this.totalBallsToRemove_int++; this.gameScreen_mc.gameBoard_mc.attachMovie("Explosion", "explosion" + this.explosionNumber, ++this.currentDepth_int); with (this.gameScreen_mc.gameBoard_mc["explosion" + this.explosionNumber]) { _x = BALL_BOARD_START + (xIndex * BALL_BOARD_SPACING); _y = BALL_BOARD_START + (yIndex * BALL_BOARD_SPACING); } this.explosionNumber++; }; GameObject.prototype.duplicateLineCheck = function (ball_object, lineType_int) { var _local3 = this; var isLineDuplicate_bool = false; var _local2; var _local1; _local2 = 0; while (_local2 < _local3.lines_object.length) { if (_local3.lines_object[_local2].type_int == lineType_int) { _local1 = 0; while (_local1 < _local3.lines_object[_local2].lineSize_int) { if (ball_object.clip_mc._name == _local3.lines_object[_local2].balls_object[_local1].clip_mc._name) { isLineDuplicate_bool = true; break; } _local1++; } } _local2++; } return(isLineDuplicate_bool); }; GameObject.prototype.checkNewBallInLine = function (line_object, ball_object) { var _local1 = line_object; var _local3 = ball_object; var _local2 = false; ballIndex = 0; while (ballIndex < _local1.balls_object.length) { if (_local3.clip_mc._name == _local1.balls_object[ballIndex].clip_mc._name) { _local2 = true; } ballIndex++; } return(_local2); }; GameObject.prototype.checkForLines = function (ball_object, isNewBalls_bool) { var _local1 = this; var isLineDuplicate_bool; var isCancelledLine_bool; var _local2; var _local3; if (ball_object == null) { return(false); } isLineDuplicate_bool = false; if (isNewBalls_bool && (_local1.lines_object.length > 1)) { isLineDuplicate_bool = _local1.duplicateLineCheck(ball_object, HORIZONTAL_LINE); } if (!isLineDuplicate_bool) { _local1.currentBallIndex = 0; _local1.ballTypeSetForLine_int = 0; _local3 = ball_object.yPos_int; var next_int = 0; _local2 = 0; while (_local2 < GAMEBOARD_SIZE) { if (!_local1.checkBallInLine(_local1.board_object[_local2][_local3])) { if (_local1.currentBallIndex >= MINIMUM_BALLS_IN_LINE) { break; } if ((next_int + MINIMUM_BALLS_IN_LINE) < GAMEBOARD_SIZE) { next_int++; _local2 = next_int; _local1.currentBallIndex = 0; _local1.ballTypeSetForLine_int = 0; } else { break; } } else { _local2++; } } if ((_local1.currentBallIndex >= MINIMUM_BALLS_IN_LINE) && ((_local1.lines_object[_local1.currentLineIndex].coloredType_int >= YELLOW_BALL) && (_local1.lines_object[_local1.currentLineIndex].coloredType_int <= WHITE_BALL))) { isCancelledLine_bool = false; if (isNewBalls_bool) { if (!_local1.checkNewBallInLine(_local1.lines_object[_local1.currentLineIndex], ball_object)) { _local1.lines_object[_local1.currentLineIndex] = new LineObject(); isCancelledLine_bool = true; } } if (!isCancelledLine_bool) { _local1.board_object[ball_object.xPos_int][ball_object.yPos_int].isInLine_bool = true; _local1.lines_object[_local1.currentLineIndex].ballClipName = ball_object.clip_mc._name; _local1.lines_object[_local1.currentLineIndex].type_int = HORIZONTAL_LINE; _local1.lines_object[_local1.currentLineIndex].lineSize_int = _local1.currentBallIndex; _local1.lines_object.push(new LineObject()); _local1.currentLineIndex++; } } } isLineDuplicate_bool = false; if (isNewBalls_bool && (_local1.lines_object.length > 1)) { isLineDuplicate_bool = _local1.duplicateLineCheck(ball_object, VERTICAL_LINE); } if (!isLineDuplicate_bool) { _local1.currentBallIndex = 0; _local1.ballTypeSetForLine_int = 0; _local2 = ball_object.xPos_int; next_int = 0; _local3 = 0; while (_local3 < GAMEBOARD_SIZE) { if (!_local1.checkBallInLine(_local1.board_object[_local2][_local3])) { if (_local1.currentBallIndex >= MINIMUM_BALLS_IN_LINE) { break; } if ((next_int + MINIMUM_BALLS_IN_LINE) < GAMEBOARD_SIZE) { next_int++; _local3 = next_int; _local1.currentBallIndex = 0; _local1.ballTypeSetForLine_int = 0; } else { break; } } else { _local3++; } } if ((_local1.currentBallIndex >= MINIMUM_BALLS_IN_LINE) && ((_local1.lines_object[_local1.currentLineIndex].coloredType_int >= YELLOW_BALL) && (_local1.lines_object[_local1.currentLineIndex].coloredType_int <= WHITE_BALL))) { isCancelledLine_bool = false; if (isNewBalls_bool) { if (!_local1.checkNewBallInLine(_local1.lines_object[_local1.currentLineIndex], ball_object)) { _local1.lines_object[_local1.currentLineIndex] = new LineObject(); isCancelledLine_bool = true; } } if (!isCancelledLine_bool) { _local1.board_object[ball_object.xPos_int][ball_object.yPos_int].isInLine_bool = true; _local1.lines_object[_local1.currentLineIndex].ballClipName = ball_object.clip_mc._name; _local1.lines_object[_local1.currentLineIndex].type_int = VERTICAL_LINE; _local1.lines_object[_local1.currentLineIndex].lineSize_int = _local1.currentBallIndex; _local1.lines_object.push(new LineObject()); _local1.currentLineIndex++; } } } isLineDuplicate_bool = false; if (isNewBalls_bool && (_local1.lines_object.length > 1)) { isLineDuplicate_bool = _local1.duplicateLineCheck(ball_object, TOPLEFT_DIAGONAL_LINE); } if (!isLineDuplicate_bool) { var xStart_int; var yStart_int; var xEnd_int; var yEnd_int; _local1.currentBallIndex = 0; _local1.ballTypeSetForLine_int = 0; _local2 = ball_object.xPos_int; _local3 = ball_object.yPos_int; var diff_int = Math.abs(_local2 - _local3); if (_local2 >= _local3) { xStart_int = diff_int; xEnd_int = GAMEBOARD_SIZE - 1; yStart_int = 0; yEnd_int = xEnd_int - diff_int; } else { yStart_int = diff_int; yEnd_int = GAMEBOARD_SIZE - 1; xStart_int = 0; xEnd_int = yEnd_int - diff_int; } _local3 = yStart_int; _local2 = xStart_int; nextX_int = xStart_int; nextY_int = yStart_int; while (_local2 <= xEnd_int) { if (!_local1.checkBallInLine(_local1.board_object[_local2][_local3])) { if (_local1.currentBallIndex >= MINIMUM_BALLS_IN_LINE) { break; } if ((nextY_int + MINIMUM_BALLS_IN_LINE) < GAMEBOARD_SIZE) { nextX_int++; nextY_int++; _local2 = nextX_int; _local3 = nextY_int; _local1.currentBallIndex = 0; _local1.ballTypeSetForLine_int = 0; } else { break; } } else { _local2++; _local3++; } } if ((_local1.currentBallIndex >= MINIMUM_BALLS_IN_LINE) && ((_local1.lines_object[_local1.currentLineIndex].coloredType_int >= YELLOW_BALL) && (_local1.lines_object[_local1.currentLineIndex].coloredType_int <= WHITE_BALL))) { isCancelledLine_bool = false; if (isNewBalls_bool) { if (!_local1.checkNewBallInLine(_local1.lines_object[_local1.currentLineIndex], ball_object)) { _local1.lines_object[_local1.currentLineIndex] = new LineObject(); isCancelledLine_bool = true; } } if (!isCancelledLine_bool) { _local1.board_object[ball_object.xPos_int][ball_object.yPos_int].isInLine_bool = true; _local1.lines_object[_local1.currentLineIndex].ballClipName = ball_object.clip_mc._name; _local1.lines_object[_local1.currentLineIndex].type_int = TOPLEFT_DIAGONAL_LINE; _local1.lines_object[_local1.currentLineIndex].lineSize_int = _local1.currentBallIndex; _local1.lines_object.push(new LineObject()); _local1.currentLineIndex++; } } } isLineDuplicate_bool = false; if (isNewBalls_bool && (_local1.lines_object.length > 1)) { isLineDuplicate_bool = _local1.duplicateLineCheck(ball_object, BOTTOMLEFT_DIAGONAL_LINE); } if (!isLineDuplicate_bool) { _local1.currentBallIndex = 0; _local1.ballTypeSetForLine_int = 0; _local2 = ball_object.xPos_int; _local3 = ball_object.yPos_int; xStart_int = _local2 - ((GAMEBOARD_SIZE - 1) - _local3); yStart_int = _local3 + ((GAMEBOARD_SIZE - 1) - _local3); if (xStart_int < 0) { yStart_int = yStart_int - Math.abs(xStart_int); xStart_int = 0; } xEnd_int = _local2 + ((GAMEBOARD_SIZE - 1) - _local2); yEnd_int = _local3 - ((GAMEBOARD_SIZE - 1) - _local2); if (yEnd_int < 0) { xEnd_int = xEnd_int - Math.abs(yEnd_int); yEnd_int = 0; } _local3 = yStart_int; _local2 = xStart_int; nextX_int = xStart_int; nextY_int = yStart_int; while (_local2 <= xEnd_int) { if (!_local1.checkBallInLine(_local1.board_object[_local2][_local3])) { if (_local1.currentBallIndex >= MINIMUM_BALLS_IN_LINE) { break; } if ((nextX_int + MINIMUM_BALLS_IN_LINE) < GAMEBOARD_SIZE) { nextX_int++; nextY_int--; _local2 = nextX_int; _local3 = nextY_int; _local1.currentBallIndex = 0; _local1.ballTypeSetForLine_int = 0; } else { break; } } else { _local2++; _local3--; } } if ((_local1.currentBallIndex >= MINIMUM_BALLS_IN_LINE) && ((_local1.lines_object[_local1.currentLineIndex].coloredType_int >= YELLOW_BALL) && (_local1.lines_object[_local1.currentLineIndex].coloredType_int <= WHITE_BALL))) { isCancelledLine_bool = false; if (isNewBalls_bool) { if (!_local1.checkNewBallInLine(_local1.lines_object[_local1.currentLineIndex], ball_object)) { _local1.lines_object[_local1.currentLineIndex] = new LineObject(); isCancelledLine_bool = true; } } if (!isCancelledLine_bool) { _local1.board_object[ball_object.xPos_int][ball_object.yPos_int].isInLine_bool = true; _local1.lines_object[_local1.currentLineIndex].ballClipName = ball_object.clip_mc._name; _local1.lines_object[_local1.currentLineIndex].lineSize_int = _local1.currentBallIndex; _local1.lines_object[_local1.currentLineIndex].type_int = BOTTOMLEFT_DIAGONAL_LINE; _local1.lines_object.push(new LineObject()); _local1.currentLineIndex++; } } } return(_local1.currentLineIndex > 0); }; GameObject.prototype.checkBallInLine = function (ball_object) { var _local1 = this; var _local2; var _local3 = false; if ((ball_object != undefined) && (ball_object != null)) { _local2 = ball_object.type_int; if (_local2 == JOKER_BALL) { _local3 = true; } else if (_local2 == DYNAMITE_BALL) { _local3 = true; } else if (_local1.ballTypeSetForLine_int != 0) { if (_local1.ballTypeSetForLine_int == _local2) { _local3 = true; } else if ((_local1.ballTypeSetForLine_int >= YELLOW_BALL) && (_local1.ballTypeSetForLine_int <= WHITE_BALL)) { if ((_local2 == YELLOWGREEN_BALL) && ((_local1.ballTypeSetForLine_int == YELLOW_BALL) || (_local1.ballTypeSetForLine_int == GREEN_BALL))) { _local3 = true; } else if ((_local2 == BLUEWHITE_BALL) && ((_local1.ballTypeSetForLine_int == BLUE_BALL) || (_local1.ballTypeSetForLine_int == WHITE_BALL))) { _local3 = true; } else if ((_local2 == REDORANGE_BALL) && ((_local1.ballTypeSetForLine_int == RED_BALL) || (_local1.ballTypeSetForLine_int == ORANGE_BALL))) { _local3 = true; } } else if ((_local1.ballTypeSetForLine_int >= BLUEWHITE_BALL) && (_local1.ballTypeSetForLine_int <= YELLOWGREEN_BALL)) { if ((_local1.ballTypeSetForLine_int == YELLOWGREEN_BALL) && ((_local2 == YELLOW_BALL) || (_local2 == GREEN_BALL))) { _local1.ballTypeSetForLine_int = _local2; _local3 = true; } else if ((_local1.ballTypeSetForLine_int == BLUEWHITE_BALL) && ((_local2 == BLUE_BALL) || (_local2 == WHITE_BALL))) { _local1.ballTypeSetForLine_int = _local2; _local3 = true; } else if ((_local1.ballTypeSetForLine_int == REDORANGE_BALL) && ((_local2 == RED_BALL) || (_local2 == ORANGE_BALL))) { _local1.ballTypeSetForLine_int = _local2; _local3 = true; } } } else { _local1.ballTypeSetForLine_int = _local2; _local3 = true; } } if (_local3) { _local1.lines_object[_local1.currentLineIndex].balls_object[_local1.currentBallIndex] = ball_object; if (ball_object.type_int == DYNAMITE_BALL) { _local1.lines_object[_local1.currentLineIndex].isDynamite_bool = true; } if ((ball_object.type_int >= YELLOW_BALL) && (ball_object.type_int <= WHITE_BALL)) { _local1.lines_object[_local1.currentLineIndex].coloredType_int = ball_object.type_int; } _local1.currentBallIndex++; if (_local1.currentBallIndex < GAMEBOARD_SIZE) { _local1.lines_object[_local1.currentLineIndex].balls_object[_local1.currentBallIndex] = null; } return(true); } if ((_local1.currentBallIndex < MINIMUM_BALLS_IN_LINE) || (!((_local1.lines_object[_local1.currentLineIndex].coloredType_int >= YELLOW_BALL) && (_local1.lines_object[_local1.currentLineIndex].coloredType_int <= WHITE_BALL)))) { _local1.lines_object[_local1.currentLineIndex].isDynamite_bool = false; _local1.lines_object[_local1.currentLineIndex].coloredType_int = 0; _local1.currentBallIndex = 0; } return(false); }; GameObject.prototype.newBallsComplete = function (ballClip_string) { var _local1 = this; _local1.nextBallIndex_int--; if (_local1.nextBallIndex_int == 0) { _local1.comboCounter_int = 0; var _local3 = false; var _local2; _local1.lines_object = new Array(); _local1.lines_object.push(new LineObject()); _local2 = 0; while (_local2 < _local1.newBallsOnBoard_object.length) { if (_local1.checkForLines(_local1.newBallsOnBoard_object[_local2], true)) { _local3 = true; } _local2++; } if (_local3) { _local1.removeBalls(null); } else if (_local1.isGameOver()) { rootMain.showGameOver(); } else { _local1.isSelectable_bool = true; } _local1.setQueuedBall(); } }; GameObject.prototype.isGameOver = function () { if (this.getNumberOfEmptyBoardSpaces() <= 0) { return(true); } return(false); }; GameObject.prototype.setQueuedBall = function () { var _local1 = this; if (_local1.board_object[_local1.queuedSelectedBall_object.xPos_int][_local1.queuedSelectedBall_object.yPos_int] != null) { _local1.select_object.setPosition(_local1.queuedSelectedBall_object.xPos_int, _local1.queuedSelectedBall_object.yPos_int, _local1.queuedSelectedBall_object); _local1.setShortestPath(_local1.gameScreen_mc.gameBoard_mc._xmouse, _local1.gameScreen_mc.gameBoard_mc._ymouse, true); } else { _local1.queuedSelectedBall_object = null; _local1.select_object.deselect(); } }; GameObject.prototype.removeComplete = function () { var _local1 = this; _local1.removedBalls_int++; if (_local1.removedBalls_int >= _local1.totalBallsToRemove_int) { _local1.setQueuedBall(); _local1.isSelectable_bool = true; } }; GameObject.prototype.showTipAlert = function () { var _local1 = this; if (rootMain.isTipsEnabled_bool) { _local1.tipShownCount = 0; _local1.gameScreen_mc.tipAlert_mc.gotoAndPlay("show"); _local1.isTipAlertShown = true; } }; GameObject.prototype.checkToHideTipAlert = function () { var _local1 = this; if (rootMain.isTipsEnabled_bool) { if (_local1.isTipAlertShown) { _local1.tipShownCount++; if (_local1.tipShownCount > 2) { _local1.gameScreen_mc.tipAlert_mc.gotoAndStop("hide"); } } } }; BallObject.prototype.setPath = function (points_int) { var _local1; var _local2; var _local3; var old_xPos_int = this.xPos_int; var old_yPos_int = this.yPos_int; this.clip_mc.path_int = new Array(); _local1 = 0; while (_local1 < points_int.length) { point = points_int[_local1]; _local2 = int((point - 1000) / 100); _local3 = (point - (_local2 * 100)) - 1000; this.clip_mc.path_int.push(new Array()); _local2--; _local3--; this.clip_mc.path_int[_local1][0] = _local2 - old_xPos_int; this.clip_mc.path_int[_local1][1] = _local3 - old_yPos_int; old_xPos_int = _local2; old_yPos_int = _local3; _local1++; } this.xPos_int = _local2; this.yPos_int = _local3; }; SelectObject.prototype.setPosition = function (xPos, yPos, ball) { var _local1 = this; _local1.isSelected_bool = true; _local1.xPos_int = xPos; _local1.yPos_int = yPos; _local1.ball_object = ball; _local1.clip_mc._x = (BALL_BOARD_START + (xPos * BALL_BOARD_SPACING)) - BALL_XOFFSET; _local1.clip_mc._y = (BALL_BOARD_START + (yPos * BALL_BOARD_SPACING)) - BALL_YOFFSET; _local1.clip_mc.gotoAndPlay("show"); }; SelectObject.prototype.deselect = function () { var _local1 = this; _local1.clip_mc.gotoAndStop("hide"); _local1.isSelected_bool = false; _local1.xPos_int = -1; _local1.yPos_int = -1; }; rootMain.loadSettingsData();
Frame 4
rootMain.startFirstGame();
Symbol 6 MovieClip [Select] Frame 1
stop();
Symbol 6 MovieClip [Select] Frame 50
gotoAndPlay ("show");
Symbol 17 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 20 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "background");
Symbol 23 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 25 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 28 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "foregroundDisabled");
Symbol 31 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "check");
Symbol 32 MovieClip [fcb_states] Frame 1
stop();
Symbol 32 MovieClip [fcb_states] Frame 2
stop();
Symbol 32 MovieClip [fcb_states] Frame 3
stop();
Symbol 32 MovieClip [fcb_states] Frame 4
stop();
Symbol 32 MovieClip [fcb_states] Frame 5
stop();
Symbol 32 MovieClip [fcb_states] Frame 6
stop();
Symbol 35 MovieClip [FLabelSymbol] Frame 1
#initclip 2 _global.FLabelClass = function () { var _local1 = this; if (_local1.hostComponent == undefined) { _local1.hostComponent = ((_local1._parent.controller == undefined) ? (_local1._parent) : (_local1._parent.controller)); } if (_local1.customTextStyle == undefined) { if (_local1.hostComponent.textStyle == undefined) { _local1.hostComponent.textStyle = new TextFormat(); } _local1.textStyle = _local1.hostComponent.textStyle; _local1.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var _local1 = this; var _local2 = _local1.hostComponent.styleTable.embedFonts.value; if (_local2 != undefined) { _local1.labelField.embedFonts = _local2; } _local1.labelField.setNewTextFormat(_local1.textStyle); _local1.labelField.text = label; _local1.labelField._height = _local1.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { var _local2 = this; var _local3 = enable; _local2.enable = _local3; var _local1 = _local2.hostComponent.styleTable[(_local3 ? "textColor" : "textDisabled")].value; if (_local1 == undefined) { _local1 = (_local3 ? 0 : 8947848); } _local2.setColor(_local1); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip
Symbol 36 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { var _local1 = this; var _local3 = _global; _local1.enable = true; _local1.focused = false; _local1.useHandCursor = false; _local1._accImpl = new Object(); _local1._accImpl.stub = true; _local1.styleTable = new Array(); if (_local3.globalStyleFormat == undefined) { _local3.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _local3._focusControl = new Object(); _local3._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_local3._focusControl); } if (_local1._name != undefined) { _local1._focusrect = false; _local1.tabEnabled = true; _local1.focusEnabled = true; _local1.tabChildren = false; _local1.tabFocused = true; if (_local1.hostStyle == undefined) { globalStyleFormat.addListener(_local1); } else { _local1.styleTable = _local1.hostStyle; } _local1.deadPreview._visible = false; _local1.deadPreview._width = (_local1.deadPreview._height = 1); _local1.methodTable = new Object(); _local1.keyListener = new Object(); _local1.keyListener.controller = _local1; _local1.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; _local1.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var _local2 in _local1.styleFormat_prm) { _local1.setStyleProperty(_local2, _local1.styleFormat_prm[_local2]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { var _local1 = this; _local1.enable = ((arguments.length > 0) ? (enabledFlag) : true); _local1.tabEnabled = (_local1.focusEnabled = enabledFlag); if ((!_local1.enable) && (_local1.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { var _local1 = this; _local1.width = w; _local1.height = h; _local1.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { var _local1 = this; _local1.handlerObj = ((obj == undefined) ? (_local1._parent) : (obj)); _local1.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { var _local1 = this; _local1.methodTable[methodName] = true; _local1.onEnterFrame = _local1.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { var _local1 = this; if (_local1.methodTable.setSize) { _local1.setSize(_local1.width, _local1.height); } else { _local1.cleanUINotSize(); } _local1.methodTable = new Object(); delete _local1.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { var _local1 = this; for (var _local2 in _local1.methodTable) { _local1[_local2](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var _local1 = this; var _local2 = y; var _local3 = x; var inner = _local1.styleTable.focusRectInner.value; var outer = _local1.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } _local1.createEmptyMovieClip("focusRect", 1000); _local1.focusRect.controller = _local1; _local1.focusRect.lineStyle(1, outer); _local1.focusRect.moveTo(_local3, _local2); _local1.focusRect.lineTo(_local3 + w, _local2); _local1.focusRect.lineTo(_local3 + w, _local2 + h); _local1.focusRect.lineTo(_local3, _local2 + h); _local1.focusRect.lineTo(_local3, _local2); _local1.focusRect.lineStyle(1, inner); _local1.focusRect.moveTo(_local3 + 1, _local2 + 1); _local1.focusRect.lineTo((_local3 + w) - 1, _local2 + 1); _local1.focusRect.lineTo((_local3 + w) - 1, (_local2 + h) - 1); _local1.focusRect.lineTo(_local3 + 1, (_local2 + h) - 1); _local1.focusRect.lineTo(_local3 + 1, _local2 + 1); }; FUIComponentClass.prototype.pressFocus = function () { var _local1 = this; _local1.tabFocused = false; _local1.focusRect.removeMovieClip(); Selection.setFocus(_local1); }; FUIComponentClass.prototype.drawFocusRect = function () { var _local1 = this; _local1.drawRect(-2, -2, _local1.width + 4, _local1.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { var _local1 = this; _local1.focused = true; Key.addListener(_local1.keyListener); if (_local1.tabFocused) { _local1.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { var _local1 = this; _local1.tabFocused = true; _local1.focused = false; _local1.focusRect.removeMovieClip(); Key.removeListener(_local1.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { var _local1 = this; _local1.handlerObj[_local1.changeHandler](_local1); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { var _local1 = this; var _local2 = propName; if (value == "") { } else { var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (_local1.styleTable[_local2] == undefined) { _local1.styleTable[_local2] = new Object(); _local1.styleTable[_local2].useGlobal = true; } if (_local1.styleTable[_local2].useGlobal || (!global)) { _local1.styleTable[_local2].value = value; if (_local1.setCustomStyleProperty(_local2, value)) { } else if (_local2 == "embedFonts") { _local1.invalidate("setSize"); } else if (_local2.subString(0, 4) == "text") { if (_local1.textStyle == undefined) { _local1.textStyle = new TextFormat(); } var textProp = _local2.subString(4, _local2.length); _local1.textStyle[textProp] = value; _local1.invalidate("setSize"); } else { for (var j in _local1.styleTable[_local2].coloredMCs) { var _local3 = new Color(_local1.styleTable[_local2].coloredMCs[j]); if (_local1.styleTable[_local2].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; _local3.setTransform(myTObj); } else { _local3.setRGB(value); } } } _local1.styleTable[_local2].useGlobal = global; } } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { var _local1 = this; var _local2 = propName; if (_local1.styleTable[_local2] == undefined) { _local1.styleTable[_local2] = new Object(); _local1.styleTable[_local2].useGlobal = true; } if (_local1.styleTable[_local2].coloredMCs == undefined) { _local1.styleTable[_local2].coloredMCs = new Object(); } _local1.styleTable[_local2].coloredMCs[skinMCRef] = skinMCRef; if (_local1.styleTable[_local2].value != undefined) { var _local3 = new Color(skinMCRef); _local3.setRGB(_local1.styleTable[_local2].value); } }; _global.FStyleFormat = function () { var _local1 = arguments; var _local2 = this; _local2.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; _local2.listeners = new Object(); _local2.isGlobal = false; if (_local1.length > 0) { for (var _local3 in _local1[0]) { _local2[_local3] = _local1[0][_local3]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var _local1 = this; var _local2 = 0; while (_local2 < arguments.length) { var _local3 = arguments[_local2]; _local1.listeners[arguments[_local2]] = _local3; for (var i in _local1) { if (_local1.isAStyle(i)) { _local3.updateStyleProperty(_local1, i.toString()); } } _local2++; } }; FStyleFormat.prototype.removeListener = function (component) { var _local1 = this; var _local2 = component; _local1.listeners[_local2] = undefined; for (var prop in _local1) { if (_local1.isAStyle(prop)) { if (_local2.styleTable[prop].useGlobal == _local1.isGlobal) { _local2.styleTable[prop].useGlobal = true; var _local3 = (_local1.isGlobal ? undefined : (globalStyleFormat[prop])); _local2.setStyleProperty(prop, _local3, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var _local1 = this; var _local2 = arguments; var count = 0; for (var i in _local1.listeners) { var _local3 = _local1.listeners[i]; if (_local2.length > 0) { var j = 0; while (j < _local2.length) { if (_local1.isAStyle(_local2[j])) { _local3.updateStyleProperty(_local1, _local2[j]); } j++; } } else { for (var j in _local1) { if (_local1.isAStyle(j)) { _local3.updateStyleProperty(_local1, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 40 MovieClip [Select_new] Frame 1
stop();
Symbol 40 MovieClip [Select_new] Frame 80
gotoAndPlay ("show");
Symbol 45 MovieClip [ScoreAlert] Frame 45
removeMovieClip(this);
Symbol 48 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 48 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 51 MovieClip [FCheckBoxSymbol] Frame 1
#initclip 3 function FCheckBoxClass() { this.init(); } FCheckBoxClass.prototype = new FUIComponentClass(); Object.registerClass("FCheckBoxSymbol", FCheckBoxClass); FCheckBoxClass.prototype.init = function () { var _local1 = this; super.setSize(_local1._width, _local1._height); _local1.boundingBox_mc.unloadMovie(); _local1.attachMovie("fcb_hitArea", "fcb_hitArea_mc", 1); _local1.attachMovie("fcb_states", "fcb_states_mc", 2); _local1.attachMovie("FLabelSymbol", "fLabel_mc", 3); super.init(); _local1.setChangeHandler(_local1.changeHandler); _local1._xscale = 100; _local1._yscale = 100; _local1.setSize(_local1.width, _local1.height); if (_local1.initialValue == undefined) { _local1.setCheckState(false); } else { _local1.setCheckState(_local1.initialValue); } if (_local1.label != undefined) { _local1.setLabel(_local1.label); } _local1.ROLE_SYSTEM_CHECKBUTTON = 44; _local1.STATE_SYSTEM_CHECKED = 16; _local1.EVENT_OBJECT_STATECHANGE = 32778; _local1.EVENT_OBJECT_NAMECHANGE = 32780; _local1._accImpl.master = _local1; _local1._accImpl.stub = false; _local1._accImpl.get_accRole = _local1.get_accRole; _local1._accImpl.get_accName = _local1.get_accName; _local1._accImpl.get_accState = _local1.get_accState; _local1._accImpl.get_accDefaultAction = _local1.get_accDefaultAction; _local1._accImpl.accDoDefaultAction = _local1.accDoDefaultAction; }; FCheckBoxClass.prototype.setLabelPlacement = function (pos) { var _local1 = this; var _local3 = pos; _local1.setLabel(_local1.getLabel()); _local1.txtFormat(_local3); var halfLabelH = (_local1.fLabel_mc._height / 2); var halfFrameH = (_local1.fcb_states_mc._height / 2); var vertCenter = (halfFrameH - halfLabelH); var checkWidth = _local1.fcb_states_mc._width; var frame = _local1.fcb_states_mc; var label = _local1.fLabel_mc; var _local2 = 0; if (frame._width > _local1.width) { _local2 = 0; } else { _local2 = _local1.width - frame._width; } _local1.fLabel_mc.setSize(_local2); if ((_local3 == "right") || (_local3 == undefined)) { _local1.labelPlacement = "right"; _local1.fcb_states_mc._x = 0; _local1.fLabel_mc._x = checkWidth; _local1.txtFormat("left"); } else if (_local3 == "left") { _local1.labelPlacement = "left"; _local1.fLabel_mc._x = 0; _local1.fcb_states_mc._x = _local1.width - checkWidth; _local1.txtFormat("right"); } _local1.fLabel_mc._y = vertCenter; _local1.fcb_hitArea_mc._y = vertCenter; }; FCheckBoxClass.prototype.txtFormat = function (pos) { var _local1 = this; var _local2 = _local1.textStyle; var _local3 = _local1.styleTable; _local2.align = ((_local3.textAlign.value == undefined) ? ((_local2.align = pos)) : undefined); _local2.leftMargin = ((_local3.textLeftMargin.value == undefined) ? ((_local2.leftMargin = 0)) : undefined); _local2.rightMargin = ((_local3.textRightMargin.value == undefined) ? ((_local2.rightMargin = 0)) : undefined); if (_local1.flabel_mc._height > _local1.height) { super.setSize(_local1.width, _local1.flabel_mc._height); } else { super.setSize(_local1.width, _local1.height); } _local1.fLabel_mc.labelField.setTextFormat(_local1.textStyle); _local1.setEnabled(_local1.enable); }; FCheckBoxClass.prototype.setHitArea = function (w, h) { var _local2 = this; var _local1 = _local2.fcb_hitArea_mc; _local2.hitArea = _local1; if (_local2.fcb_states_mc._width > w) { _local1._width = _local2.fcb_states_mc._width; } else { _local1._width = w; } _local1._visible = false; if (arguments.length > 1) { _local1._height = h; } }; FCheckBoxClass.prototype.setSize = function (w) { var _local1 = this; _local1.setLabel(_local1.getLabel()); _local1.setLabelPlacement(_local1.labelPlacement); if (_local1.fcb_states_mc._height < _local1.flabel_mc.labelField._height) { super.setSize(w, _local1.flabel_mc.labelField._height); } _local1.setHitArea(_local1.width, _local1.height); _local1.setLabelPlacement(_local1.labelPlacement); }; FCheckBoxClass.prototype.drawFocusRect = function () { var _local1 = this; _local1.drawRect(-2, -2, _local1._width + 6, _local1._height - 1); }; FCheckBoxClass.prototype.onPress = function () { var _local2 = this; _local2.pressFocus(); _root.focusRect.removeMovieClip(); var _local1 = _local2.fcb_states_mc; if (_local2.getValue()) { _local1.gotoAndStop("checkedPress"); } else { _local1.gotoAndStop("press"); } }; FCheckBoxClass.prototype.onRelease = function () { var _local1 = this; _local1.fcb_states_mc.gotoAndStop("up"); _local1.setValue(!_local1.checked); }; FCheckBoxClass.prototype.onReleaseOutside = function () { var _local1 = this.fcb_states_mc; if (this.getValue()) { _local1.gotoAndStop("checkedEnabled"); } else { _local1.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOut = function () { var _local1 = this.fcb_states_mc; if (this.getValue()) { _local1.gotoAndStop("checkedEnabled"); } else { _local1.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOver = function () { var _local1 = this.fcb_states_mc; if (this.getValue()) { _local1.gotoAndStop("checkedPress"); } else { _local1.gotoAndStop("press"); } }; FCheckBoxClass.prototype.setValue = function (checkedValue) { var _local1 = this; var _local2 = checkedValue; if (_local2 || (_local2 == undefined)) { _local1.setCheckState(_local2); } else if (_local2 == false) { _local1.setCheckState(_local2); } _local1.executeCallBack(); if (Accessibility.isActive()) { Accessibility.sendEvent(_local1, 0, _local1.EVENT_OBJECT_STATECHANGE, true); } }; FCheckBoxClass.prototype.setCheckState = function (checkedValue) { var _local1 = this; var _local3 = checkedValue; var _local2 = _local1.fcb_states_mc; if (_local1.enable) { _local1.flabel_mc.setEnabled(true); if (_local3 || (_local3 == undefined)) { _local2.gotoAndStop("checkedEnabled"); _local1.enabled = true; _local1.checked = true; } else { _local2.gotoAndStop("up"); _local1.enabled = true; _local1.checked = false; } } else { _local1.flabel_mc.setEnabled(false); if (_local3 || (_local3 == undefined)) { _local2.gotoAndStop("checkedDisabled"); _local1.enabled = false; _local1.checked = true; } else { _local2.gotoAndStop("uncheckedDisabled"); _local1.enabled = false; _local1.checked = false; _local1.focusRect.removeMovieClip(); } } }; FCheckBoxClass.prototype.getValue = function () { return(this.checked); }; FCheckBoxClass.prototype.setEnabled = function (enable) { var _local1 = this; if ((enable == true) || (enable == undefined)) { _local1.enable = true; Super.setEnabled(true); } else { _local1.enable = false; Super.setEnabled(false); } _local1.setCheckState(_local1.checked); }; FCheckBoxClass.prototype.getEnabled = function () { return(this.enable); }; FCheckBoxClass.prototype.setLabel = function (label) { var _local1 = this; _local1.fLabel_mc.setLabel(label); _local1.txtFormat(); if (Accessibility.isActive()) { Accessibility.sendEvent(_local1, 0, _local1.EVENT_OBJECT_NAMECHANGE); } }; FCheckBoxClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FCheckBoxClass.prototype.setTextColor = function (color) { this.fLabel_mc.labelField.textColor = color; }; FCheckBoxClass.prototype.myOnKeyDown = function () { var _local1 = this; if (((Key.getCode() == 32) && (_local1.pressOnce == undefined)) && (_local1.enabled == true)) { _local1.setValue(!_local1.getValue()); _local1.pressOnce = true; } }; FCheckBoxClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.pressOnce = undefined; } }; FCheckBoxClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_CHECKBUTTON); }; FCheckBoxClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FCheckBoxClass.prototype.get_accState = function (childId) { if (this.master.getValue()) { return(this.master.STATE_SYSTEM_CHECKED); } return(0); }; FCheckBoxClass.prototype.get_accDefaultAction = function (childId) { if (this.master.getValue()) { return("UnCheck"); } return("Check"); }; FCheckBoxClass.prototype.accDoDefaultAction = function (childId) { this.master.setValue(!this.master.getValue()); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;
Symbol 63 MovieClip Frame 1
var gameBytesTotal = 0; var gameBytesLoaded = 0; var percent = 0;
Symbol 63 MovieClip Frame 3
gameBytesTotal = _root.getBytesTotal(); gameBytesLoaded = _root.getBytesLoaded(); percent = Math.round((gameBytesLoaded / gameBytesTotal) * 100); bar.loadbar._xscale = percent; if (((gameBytesLoaded >= gameBytesTotal) && (gameBytesTotal > 0)) && (_root.logo._currentframe >= _root.logo._totalframes)) { _root.gotoAndStop("initgame"); stop(); } else { gotoAndPlay ("preload"); }
Symbol 67 Button
on (release) { getURL (_root.main_link, "_blank"); }
Symbol 137 MovieClip Frame 1
_root.loading._visible = false;
Symbol 137 MovieClip Frame 207
_root.loading._visible = true; stop();
Symbol 143 MovieClip Frame 1
stop();
Symbol 148 MovieClip [Square] Frame 1
stop();
Symbol 155 MovieClip [Ball1] Frame 1
stop();
Symbol 155 MovieClip [Ball1] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 155 MovieClip [Ball1] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 155 MovieClip [Ball1] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 155 MovieClip [Ball1] Frame 10
play();
Symbol 155 MovieClip [Ball1] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 155 MovieClip [Ball1] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 162 MovieClip [Ball2] Frame 1
stop();
Symbol 162 MovieClip [Ball2] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 162 MovieClip [Ball2] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 162 MovieClip [Ball2] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 162 MovieClip [Ball2] Frame 10
play();
Symbol 162 MovieClip [Ball2] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 162 MovieClip [Ball2] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 169 MovieClip [Ball3] Frame 1
stop();
Symbol 169 MovieClip [Ball3] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 169 MovieClip [Ball3] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 169 MovieClip [Ball3] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 169 MovieClip [Ball3] Frame 10
play();
Symbol 169 MovieClip [Ball3] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 169 MovieClip [Ball3] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 176 MovieClip [Ball4] Frame 1
stop();
Symbol 176 MovieClip [Ball4] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 176 MovieClip [Ball4] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 176 MovieClip [Ball4] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 176 MovieClip [Ball4] Frame 10
play();
Symbol 176 MovieClip [Ball4] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 176 MovieClip [Ball4] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 183 MovieClip [Ball5] Frame 1
stop();
Symbol 183 MovieClip [Ball5] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 183 MovieClip [Ball5] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 183 MovieClip [Ball5] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 183 MovieClip [Ball5] Frame 10
play();
Symbol 183 MovieClip [Ball5] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 183 MovieClip [Ball5] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 190 MovieClip [Ball6] Frame 1
stop();
Symbol 190 MovieClip [Ball6] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 190 MovieClip [Ball6] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 190 MovieClip [Ball6] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 190 MovieClip [Ball6] Frame 10
play();
Symbol 190 MovieClip [Ball6] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 190 MovieClip [Ball6] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 197 MovieClip [Ball7] Frame 1
stop();
Symbol 197 MovieClip [Ball7] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 197 MovieClip [Ball7] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 197 MovieClip [Ball7] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 197 MovieClip [Ball7] Frame 10
play();
Symbol 197 MovieClip [Ball7] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 197 MovieClip [Ball7] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 201 MovieClip [Ball8] Frame 1
stop();
Symbol 201 MovieClip [Ball8] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 201 MovieClip [Ball8] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 201 MovieClip [Ball8] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 201 MovieClip [Ball8] Frame 10
play();
Symbol 201 MovieClip [Ball8] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 201 MovieClip [Ball8] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 208 MovieClip [Ball9] Frame 1
stop();
Symbol 208 MovieClip [Ball9] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 208 MovieClip [Ball9] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 208 MovieClip [Ball9] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 208 MovieClip [Ball9] Frame 10
play();
Symbol 208 MovieClip [Ball9] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 208 MovieClip [Ball9] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 212 MovieClip [Ball10] Frame 1
stop();
Symbol 212 MovieClip [Ball10] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 212 MovieClip [Ball10] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 212 MovieClip [Ball10] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 212 MovieClip [Ball10] Frame 10
play();
Symbol 212 MovieClip [Ball10] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 212 MovieClip [Ball10] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 219 MovieClip [Ball11] Frame 1
stop();
Symbol 219 MovieClip [Ball11] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 219 MovieClip [Ball11] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 219 MovieClip [Ball11] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 219 MovieClip [Ball11] Frame 10
play();
Symbol 219 MovieClip [Ball11] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 219 MovieClip [Ball11] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 222 MovieClip [Ball12] Frame 1
stop();
Symbol 222 MovieClip [Ball12] Frame 4
var pathIndex = 0; var xDirection_int; var yDirection_int; var movedPixels_int = 0;
Symbol 222 MovieClip [Ball12] Frame 5
xDirection_int = this.path_int[pathIndex][0]; yDirection_int = this.path_int[pathIndex][1]; if (xDirection_int > 0) { this._x = this._x + MOVE_SPEED; } else if (xDirection_int < 0) { this._x = this._x - MOVE_SPEED; } else if (yDirection_int > 0) { this._y = this._y + MOVE_SPEED; } else if (yDirection_int < 0) { this._y = this._y - MOVE_SPEED; } movedPixels_int = movedPixels_int + MOVE_SPEED;
Symbol 222 MovieClip [Ball12] Frame 6
if (movedPixels_int >= BALL_BOARD_SPACING) { movedPixels_int = 0; pathIndex++; } if (pathIndex > this.path_int.length) { gotoAndStop ("static"); rootMain.game_object.moveComplete(this._name); } else { gotoAndPlay ("move"); }
Symbol 222 MovieClip [Ball12] Frame 10
play();
Symbol 222 MovieClip [Ball12] Frame 26
stop(); rootMain.game_object.newBallsComplete(this._name);
Symbol 222 MovieClip [Ball12] Frame 43
stop(); removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 251 MovieClip [Explosion] Frame 16
removeMovieClip(this); rootMain.game_object.removeComplete();
Symbol 254 MovieClip [ParticleAnimation] Frame 24
removeMovieClip(this);
Symbol 263 MovieClip Frame 1
stop(); if (rootMain.gameVersion_int == ALLES_MURMEL) { gotoAndStop ("allesmurmel"); } else if (rootMain.gameVersion_int == MIND_YOUR_MARBLES) { gotoAndStop ("mindyourmarbles"); }
Symbol 279 MovieClip Frame 1
stop(); nag1HeadingShown = rootMain.getText(3); nag1Point1Shown = rootMain.getText(4); nag1Point2Shown = rootMain.getText(6); nag1Point3Shown = rootMain.getText(7); nag1Point4Shown = rootMain.getText(8); nag1Point5Shown = rootMain.getText(5); nag1Point6Shown = rootMain.getText(9); nag1Point7Shown = rootMain.getText(10); nag1FooterShown = rootMain.getText(11); nag1DownloadButtonShown = rootMain.getText(12); nag1PlayButtonShown = rootMain.getText(13); downloadPlay_btn.onRelease = function () { rootMain.downloadFullVersion(); rootMain.gotoAndStop("startgame"); }; playWeb_btn.onRelease = function () { rootMain.gotoAndStop("startgame"); };
Symbol 286 Button
on (press) { getURL (_root.main_link, "_blank"); }
Symbol 293 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 1
stop(); if (rootMain.gameVersion_int == ALLES_MURMEL) { gotoAndStop ("allesmurmel"); } else if (rootMain.gameVersion_int == MIND_YOUR_MARBLES) { gotoAndStop ("mindyourmarbles"); }
Symbol 305 MovieClip Frame 1
stop(); if (rootMain.languageVersion_int == GERMAN) { gotoAndStop ("german"); }
Symbol 310 MovieClip Frame 1
stop(); if (rootMain.languageVersion_int == GERMAN) { gotoAndStop ("german"); }
Symbol 312 MovieClip Frame 1
newGameTextShown = rootMain.getText(50);
Symbol 318 MovieClip Frame 1
function setScore(score_int) { this.gameScoreShown = score_int; }
Symbol 319 MovieClip Frame 1
stop(); onMouseDown = function () { if (!rootMain.isPaused_bool) { rootMain.game_object.setBoardSelectOrMove(_xmouse, _ymouse, false); } }; onMouseMove = function () { if (!rootMain.isPaused_bool) { rootMain.game_object.setShortestPath(_xmouse, _ymouse, false); } }; onMouseUp = function () { if (!rootMain.isPaused_bool) { rootMain.game_object.setBoardSelectOrMove(_xmouse, _ymouse, true); } };
Symbol 324 MovieClip Frame 1
stop();
Symbol 324 MovieClip Frame 2
highestScoringMoveShown = (((rootMain.getText(47) + " ") + rootMain.game_object.highestScoringMove_int) + " ") + rootMain.getText(49); finalScoreShown = rootMain.searchReplace(rootMain.getText(48), "xxx", rootMain.game_object.gameScore_int);
Symbol 324 MovieClip Frame 75
gotoAndStop ("hide"); _parent.newGameAdvert_mc.gotoAndStop("show");
Symbol 339 MovieClip Frame 1
stop();
Symbol 339 MovieClip Frame 2
nag1HeadingShown = rootMain.getText(3); nag1Point1Shown = rootMain.getText(4); nag1Point2Shown = rootMain.getText(6); nag1Point3Shown = rootMain.getText(7); nag1Point4Shown = rootMain.getText(8); nag1Point5Shown = rootMain.getText(5); nag1Point6Shown = rootMain.getText(9); nag1Point7Shown = rootMain.getText(10); nag1FooterShown = rootMain.getText(11); nag1DownloadButtonShown = rootMain.getText(12); nag1PlayButtonShown = rootMain.getText(13); play_btn.onRelease = function () { rootMain.startNewGame(); gotoAndStop ("hide"); }; downloadplay_btn.onRelease = function () { rootMain.downloadFullVersion(); rootMain.startNewGame(); gotoAndStop ("hide"); };
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 2
tip_btn.onRelease = function () { if (!_root.isPaused_bool) { stop(); _root.isPaused_bool = true; rootMain.game_object.isTipAlertShown = false; _parent.tipScreen_mc.gotoAndStop("tip_" + rootMain.game_object.currentTip_string); } };
Symbol 342 MovieClip Frame 80
stop();
Symbol 372 MovieClip Frame 1
this.onPress = function () { pressing = true; i = 1; while (i <= 3) { buttonColor = new Color(eval ("piece" + i).colorchip); buttonColor.setRGB(3355443); lowColor = new Color(eval ("piece" + i).bottomhilite); lowColorTransform = new Object(); lowColorTransform = {ra:"0", rb:"200", ga:"0", gb:"200", ba:"0", bb:"200", aa:"100", ab:"0"}; lowColor.setTransform(lowColorTransform); i++; } }; this.onRelease = function () { var _local1 = _parent; pressing = false; if (type == "next") { _local1.nextFrame(); } else if ((type == "start") || (type == "close")) { _local1.resumeGame(); } else if (type == "back") { _local1.prevFrame(); } }; this.onReleaseOutside = function () { pressing = false; }; this.onEnterFrame = function () { if (pressing != true) { i = 1; while (i <= 3) { buttonColor = new Color(eval ("piece" + i).colorchip); buttonColor.setRGB(rgb); lowColor = new Color(eval ("piece" + i).bottomhilite); lowColorTransform = new Object(); lowColorTransform = {ra:"0", rb:hc1, ga:"0", gb:hc2, ba:"0", bb:hc3, aa:"100", ab:"0"}; lowColor.setTransform(lowColorTransform); i++; } } }; with (piece2) { _width = _parent.wide; piece1._x = _x - (_width / 2); piece3._x = _x + (_width / 2); _parent.midshadow._width = _width; _parent.leftshadow._x = _x - (_width / 2); _parent.rightshadow._x = _x + (_width / 2); } label1.autoSize = "center";
Symbol 383 MovieClip Frame 25
stop();
Symbol 384 MovieClip Frame 47
click1_mc.gotoAndPlay(1);
Symbol 384 MovieClip Frame 85
click2_mc.gotoAndPlay(1);
Symbol 411 MovieClip Frame 1
stop();
Symbol 411 MovieClip Frame 2
function resumeGame() { rootMain.isPaused_bool = false; gotoAndStop ("hide"); } helpHeadingShown = rootMain.getText(27); next_btn.label = rootMain.getText(44); pageNumberShown = rootMain.getText(39); page1HeadingShown = rootMain.getText(28); page1TextShown = rootMain.getText(29); close_btn.onRelease = function () { resumeGame(); };
Instance of Symbol 372 MovieClip "next_btn" in Symbol 411 MovieClip Frame 2
//component parameters onClipEvent (initialize) { label = "Next"; type = "next"; wide = 72; c1 = 163; c3 = 224; hc1 = 163; hc2 = 191; hc3 = 224; baseMode = false; widthMode = true; rgb = 10731488 /* 0xA3BFE0 */; rb = 255; gb = 255; bb = 255; hilitergb = 10731488 /* 0xA3BFE0 */; c2 = 191; }
Symbol 411 MovieClip Frame 3
next_btn.label = rootMain.getText(44); back_btn.label = rootMain.getText(45); pageNumberShown = rootMain.getText(40); page2HeadingShown = rootMain.getText(30); page2TextShown = rootMain.getText(31);
Instance of Symbol 372 MovieClip "back_btn" in Symbol 411 MovieClip Frame 3
//component parameters onClipEvent (initialize) { label = "Back"; type = "back"; wide = 72; c1 = 163; c3 = 224; hc1 = 163; hc2 = 191; hc3 = 224; baseMode = false; widthMode = true; rgb = 10731488 /* 0xA3BFE0 */; rb = 255; gb = 255; bb = 255; hilitergb = 10731488 /* 0xA3BFE0 */; c2 = 191; }
Symbol 411 MovieClip Frame 4
next_btn.label = rootMain.getText(44); back_btn.label = rootMain.getText(45); pageNumberShown = rootMain.getText(41); page3TextShown1 = rootMain.getText(32); page3TextShown2 = rootMain.getText(33);
Symbol 411 MovieClip Frame 5
next_btn.label = rootMain.getText(44); back_btn.label = rootMain.getText(45); pageNumberShown = rootMain.getText(42); page4TextShown1 = rootMain.getText(34); page4TextShown2 = rootMain.getText(35);
Symbol 411 MovieClip Frame 6
start_btn.label = rootMain.getText(46); back_btn.label = rootMain.getText(45); pageNumberShown = rootMain.getText(43); page5TextShown1 = rootMain.getText(36); page5TextShown2 = rootMain.getText(37); page5TextShown3 = rootMain.getText(38);
Instance of Symbol 372 MovieClip "start_btn" in Symbol 411 MovieClip Frame 6
//component parameters onClipEvent (initialize) { label = "Start"; type = "start"; wide = 72; c1 = 163; c3 = 224; hc1 = 163; hc2 = 191; hc3 = 224; baseMode = false; widthMode = true; rgb = 10731488 /* 0xA3BFE0 */; rb = 255; gb = 255; bb = 255; hilitergb = 10731488 /* 0xA3BFE0 */; c2 = 191; }
Symbol 428 MovieClip Frame 1
function resumeGame() { _parent.tipAlert_mc.gotoAndStop("hide"); rootMain.isPaused_bool = false; tipHeadingShown = ""; tipTextShown = ""; gotoAndStop ("hide"); } function onCheck(component) { rootMain.isTipsEnabled_bool = !component.getValue(); rootMain.saveSettingsData(); } stop();
Symbol 428 MovieClip Frame 2
disableTips_chk.setLabel(rootMain.getText(14)); tipHeadingShown = rootMain.getText(15); tipTextShown = rootMain.getText(16);
Instance of Symbol 372 MovieClip "close_btn" in Symbol 428 MovieClip Frame 2
//component parameters onClipEvent (initialize) { label = "Close"; type = "close"; wide = 72; c1 = 163; c3 = 224; hc1 = 163; hc2 = 191; hc3 = 224; baseMode = false; widthMode = true; rgb = 10731488 /* 0xA3BFE0 */; rb = 255; gb = 255; bb = 255; hilitergb = 10731488 /* 0xA3BFE0 */; c2 = 191; }
Instance of Symbol 51 MovieClip [FCheckBoxSymbol] "disableTips_chk" in Symbol 428 MovieClip Frame 2
//component parameters onClipEvent (initialize) { label = ""; initialValue = false; labelPlacement = "right"; changeHandler = "onCheck"; }
Symbol 428 MovieClip Frame 3
disableTips_chk.setLabel(rootMain.getText(14)); tipHeadingShown = rootMain.getText(17); tipTextShown = rootMain.getText(18);
Symbol 428 MovieClip Frame 4
disableTips_chk.setLabel(rootMain.getText(14)); tipHeadingShown = rootMain.getText(19); tipTextShown = rootMain.getText(20);
Symbol 428 MovieClip Frame 5
disableTips_chk.setLabel(rootMain.getText(14)); tipHeadingShown = rootMain.getText(23); tipTextShown = rootMain.getText(24);
Symbol 428 MovieClip Frame 6
disableTips_chk.setLabel(rootMain.getText(14)); tipHeadingShown = rootMain.getText(21); tipTextShown = rootMain.getText(22);
Symbol 428 MovieClip Frame 7
disableTips_chk.setLabel(rootMain.getText(14)); tipHeadingShown = rootMain.getText(25); tipTextShown = rootMain.getText(26);
Symbol 429 MovieClip Frame 1
newGame_btn.onRelease = function () { if (!rootMain.isPaused_bool) { rootMain.showGameOver(); } }; sound_btn.onRelease = function () { if (rootMain.isSound_bool) { rootMain.isSound_bool = false; soundState_mc.gotoAndStop("off"); } else { rootMain.isSound_bool = true; soundState_mc.gotoAndStop("on"); } }; help_btn.onRelease = function () { if (!rootMain.isPaused_bool) { rootMain.isPaused_bool = true; helpScreen_mc.gotoAndStop("page_1"); } };

Library Items

Symbol 1 ShapeTweeningUsed by:6
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:6
Symbol 4 ShapeTweeningUsed by:6
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClip [Select]Uses:1 3 4 5
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClip [fcb_hitArea]Uses:7
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:17
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:17
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:17
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:10 12 14 16Used by:32
Symbol 18 GraphicUsed by:19 46 61
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClipUses:19Used by:32
Symbol 21 GraphicUsed by:22 24 286
Symbol 22 MovieClipUses:21Used by:23
Symbol 23 MovieClipUses:22Used by:32
Symbol 24 MovieClipUses:21Used by:25
Symbol 25 MovieClipUses:24Used by:32
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClipUses:27Used by:32
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:31
Symbol 31 MovieClipUses:30Used by:32
Symbol 32 MovieClip [fcb_states]Uses:17 20 23 25 28 31
Symbol 33 FontUsed by:34
Symbol 34 EditableTextUses:33Used by:35
Symbol 35 MovieClip [FLabelSymbol]Uses:34
Symbol 36 MovieClip [FUIComponentSymbol]
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:39
Symbol 39 MovieClipUses:38Used by:40
Symbol 40 MovieClip [Select_new]Uses:39
Symbol 41 FontUsed by:42 43 317
Symbol 42 EditableTextUses:41Used by:44
Symbol 43 EditableTextUses:41Used by:44
Symbol 44 MovieClipUses:42 43Used by:45
Symbol 45 MovieClip [ScoreAlert]Uses:44
Symbol 46 MovieClipUses:18Used by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClip [FBoundingBoxSymbol]Uses:46 47Used by:51
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:51
Symbol 51 MovieClip [FCheckBoxSymbol]Uses:48 50Used by:428
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:54
Symbol 54 MovieClip [BallImage10]Uses:53Used by:212 428
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:57
Symbol 57 MovieClip [BallImage8 copy]Uses:56Used by:201
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:59Used by:62
Symbol 61 MovieClipUses:18Used by:62
Symbol 62 MovieClipUses:60 61Used by:63
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 ShapeTweeningUsed by:137
Symbol 65 GraphicUsed by:137
Symbol 66 GraphicUsed by:67
Symbol 67 ButtonUses:66Used by:137
Symbol 68 GraphicUsed by:137
Symbol 69 GraphicUsed by:137
Symbol 70 GraphicUsed by:137
Symbol 71 GraphicUsed by:137
Symbol 72 GraphicUsed by:137
Symbol 73 GraphicUsed by:137
Symbol 74 GraphicUsed by:137
Symbol 75 GraphicUsed by:137
Symbol 76 GraphicUsed by:137
Symbol 77 GraphicUsed by:137
Symbol 78 GraphicUsed by:137
Symbol 79 GraphicUsed by:137
Symbol 80 GraphicUsed by:137
Symbol 81 GraphicUsed by:137
Symbol 82 GraphicUsed by:137
Symbol 83 GraphicUsed by:137
Symbol 84 GraphicUsed by:137
Symbol 85 GraphicUsed by:137
Symbol 86 GraphicUsed by:137
Symbol 87 GraphicUsed by:137
Symbol 88 GraphicUsed by:137
Symbol 89 GraphicUsed by:137
Symbol 90 GraphicUsed by:137
Symbol 91 GraphicUsed by:137
Symbol 92 GraphicUsed by:137
Symbol 93 GraphicUsed by:137
Symbol 94 GraphicUsed by:137
Symbol 95 GraphicUsed by:137
Symbol 96 GraphicUsed by:137
Symbol 97 GraphicUsed by:137
Symbol 98 GraphicUsed by:137
Symbol 99 GraphicUsed by:137
Symbol 100 GraphicUsed by:137
Symbol 101 GraphicUsed by:137
Symbol 102 GraphicUsed by:137
Symbol 103 GraphicUsed by:137
Symbol 104 GraphicUsed by:137
Symbol 105 GraphicUsed by:137
Symbol 106 GraphicUsed by:137
Symbol 107 GraphicUsed by:137
Symbol 108 GraphicUsed by:137
Symbol 109 GraphicUsed by:137
Symbol 110 GraphicUsed by:137
Symbol 111 GraphicUsed by:137
Symbol 112 GraphicUsed by:137
Symbol 113 GraphicUsed by:137
Symbol 114 GraphicUsed by:137
Symbol 115 GraphicUsed by:137
Symbol 116 GraphicUsed by:137
Symbol 117 GraphicUsed by:137
Symbol 118 GraphicUsed by:137
Symbol 119 GraphicUsed by:137
Symbol 120 GraphicUsed by:137
Symbol 121 GraphicUsed by:137
Symbol 122 GraphicUsed by:137
Symbol 123 GraphicUsed by:137
Symbol 124 GraphicUsed by:137
Symbol 125 ShapeTweeningUsed by:137
Symbol 126 GraphicUsed by:137
Symbol 127 GraphicUsed by:137
Symbol 128 GraphicUsed by:137
Symbol 129 GraphicUsed by:137
Symbol 130 GraphicUsed by:137
Symbol 131 GraphicUsed by:137
Symbol 132 GraphicUsed by:137
Symbol 133 GraphicUsed by:137
Symbol 134 GraphicUsed by:137
Symbol 135 GraphicUsed by:137
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:64 65 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 SS1Used by:Timeline
Symbol 138 Sound [combo]Used by:143
Symbol 139 Sound [error]Used by:143
Symbol 140 Sound [explode]Used by:143
Symbol 141 Sound [plop]Used by:143
Symbol 142 Sound [plop_away]Used by:143
Symbol 143 MovieClipUses:138 139 140 141 142Used by:279
Symbol 144 BitmapUsed by:145 417
Symbol 145 GraphicUses:144Used by:148 428
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:148
Symbol 148 MovieClip [Square]Uses:145 147Used by:279 384
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:151
Symbol 151 MovieClipUses:150Used by:155
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:154
Symbol 154 MovieClipUses:153Used by:155 384
Symbol 155 MovieClip [Ball1]Uses:151 154Used by:279
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:158
Symbol 158 MovieClipUses:157Used by:162
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:161
Symbol 161 MovieClipUses:160Used by:162
Symbol 162 MovieClip [Ball2]Uses:158 161Used by:279
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:165
Symbol 165 MovieClipUses:164Used by:169
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:168
Symbol 168 MovieClipUses:167Used by:169
Symbol 169 MovieClip [Ball3]Uses:165 168Used by:279
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:172
Symbol 172 MovieClipUses:171Used by:176
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:175
Symbol 175 MovieClipUses:174Used by:176 384
Symbol 176 MovieClip [Ball4]Uses:172 175Used by:279
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:179
Symbol 179 MovieClipUses:178Used by:183
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:182
Symbol 182 MovieClipUses:181Used by:183 384
Symbol 183 MovieClip [Ball5]Uses:179 182Used by:279
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:186
Symbol 186 MovieClipUses:185Used by:190
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:189
Symbol 189 MovieClipUses:188Used by:190
Symbol 190 MovieClip [Ball6]Uses:186 189Used by:279
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:193
Symbol 193 MovieClipUses:192Used by:197
Symbol 194 BitmapUsed by:195
Symbol 195 GraphicUses:194Used by:196
Symbol 196 MovieClipUses:195Used by:197
Symbol 197 MovieClip [Ball7]Uses:193 196Used by:279
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:200
Symbol 200 MovieClipUses:199Used by:201 428
Symbol 201 MovieClip [Ball8]Uses:57 200Used by:279
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:204
Symbol 204 MovieClipUses:203Used by:208
Symbol 205 BitmapUsed by:206
Symbol 206 GraphicUses:205Used by:207
Symbol 207 MovieClipUses:206Used by:208 428
Symbol 208 MovieClip [Ball9]Uses:204 207Used by:279
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:211
Symbol 211 MovieClipUses:210Used by:212
Symbol 212 MovieClip [Ball10]Uses:211 54Used by:279
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:215
Symbol 215 MovieClipUses:214Used by:219
Symbol 216 BitmapUsed by:217
Symbol 217 GraphicUses:216Used by:218
Symbol 218 MovieClipUses:217Used by:219 428
Symbol 219 MovieClip [Ball11]Uses:215 218Used by:279
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:222 428
Symbol 222 MovieClip [Ball12]Uses:221Used by:279
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:251
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:251
Symbol 227 BitmapUsed by:228
Symbol 228 GraphicUses:227Used by:251
Symbol 229 BitmapUsed by:230
Symbol 230 GraphicUses:229Used by:251
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:251
Symbol 233 BitmapUsed by:234
Symbol 234 GraphicUses:233Used by:251
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:251
Symbol 237 BitmapUsed by:238
Symbol 238 GraphicUses:237Used by:251
Symbol 239 BitmapUsed by:240
Symbol 240 GraphicUses:239Used by:251
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:251
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:251
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:251
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:251
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:251
Symbol 251 MovieClip [Explosion]Uses:224 226 228 230 232 234 236 238 240 242 244 246 248 250Used by:279
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252Used by:254
Symbol 254 MovieClip [ParticleAnimation]Uses:253Used by:279
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:279
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:263
Symbol 259 BitmapUsed by:260
Symbol 260 GraphicUses:259Used by:263
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:261Used by:263
Symbol 263 MovieClipUses:258 260 262Used by:279 339
Symbol 264 GraphicUsed by:265
Symbol 265 ButtonUses:264Used by:279 339 342
Symbol 266 FontUsed by:267 268 269 270 271 272 273 274 275 311 322 323 329 330 331 332 333 334 335 336 350 351 352 371 377 385 386 387 391 392 393 401 402 403 406 407 408 410 414 415 416 418 419 422 425
Symbol 267 EditableTextUses:266Used by:279
Symbol 268 EditableTextUses:266Used by:279
Symbol 269 EditableTextUses:266Used by:279
Symbol 270 EditableTextUses:266Used by:279
Symbol 271 EditableTextUses:266Used by:279
Symbol 272 EditableTextUses:266Used by:279
Symbol 273 EditableTextUses:266Used by:279
Symbol 274 EditableTextUses:266Used by:279
Symbol 275 EditableTextUses:266Used by:279
Symbol 276 FontUsed by:277 278 282 283 284 285 287 288 337 338 381
Symbol 277 EditableTextUses:276Used by:279
Symbol 278 EditableTextUses:276Used by:279
Symbol 279 MovieClipUses:143 148 155 162 169 176 183 190 197 201 208 212 219 222 251 254 256 263 265 267 268 269 270 271 272 273 274 275 277 278Used by:Timeline
Symbol 280 BitmapUsed by:281
Symbol 281 GraphicUses:280Used by:429
Symbol 282 TextUses:276Used by:286
Symbol 283 TextUses:276Used by:286
Symbol 284 TextUses:276Used by:286
Symbol 285 TextUses:276Used by:286
Symbol 286 ButtonUses:282 283 284 285 21Used by:429
Symbol 287 TextUses:276Used by:429
Symbol 288 TextUses:276Used by:429
Symbol 289 BitmapUsed by:290
Symbol 290 GraphicUses:289Used by:293
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:293
Symbol 293 MovieClipUses:290 292Used by:429
Symbol 294 BitmapUsed by:295
Symbol 295 GraphicUses:294Used by:300
Symbol 296 BitmapUsed by:297
Symbol 297 GraphicUses:296Used by:300
Symbol 298 BitmapUsed by:299
Symbol 299 GraphicUses:298Used by:300
Symbol 300 MovieClipUses:295 297 299Used by:429
Symbol 301 BitmapUsed by:302
Symbol 302 GraphicUses:301Used by:305
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:305
Symbol 305 MovieClipUses:302 304Used by:429
Symbol 306 BitmapUsed by:307
Symbol 307 GraphicUses:306Used by:310
Symbol 308 BitmapUsed by:309
Symbol 309 GraphicUses:308Used by:310
Symbol 310 MovieClipUses:307 309Used by:429
Symbol 311 EditableTextUses:266Used by:312
Symbol 312 MovieClipUses:311Used by:429
Symbol 313 GraphicUsed by:314
Symbol 314 ButtonUses:313Used by:429
Symbol 315 GraphicUsed by:316
Symbol 316 ButtonUses:315Used by:429
Symbol 317 EditableTextUses:41Used by:318
Symbol 318 MovieClipUses:317Used by:429
Symbol 319 MovieClipUsed by:429
Symbol 320 BitmapUsed by:321
Symbol 321 GraphicUses:320Used by:324
Symbol 322 EditableTextUses:266Used by:324
Symbol 323 EditableTextUses:266Used by:324
Symbol 324 MovieClipUses:321 322 323Used by:429
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClipUses:325Used by:339 411
Symbol 327 BitmapUsed by:328
Symbol 328 GraphicUses:327Used by:339
Symbol 329 EditableTextUses:266Used by:339
Symbol 330 EditableTextUses:266Used by:339
Symbol 331 EditableTextUses:266Used by:339
Symbol 332 EditableTextUses:266Used by:339
Symbol 333 EditableTextUses:266Used by:339
Symbol 334 EditableTextUses:266Used by:339
Symbol 335 EditableTextUses:266Used by:339
Symbol 336 EditableTextUses:266Used by:339
Symbol 337 EditableTextUses:276Used by:339
Symbol 338 EditableTextUses:276Used by:339
Symbol 339 MovieClipUses:326 328 263 265 329 330 331 332 333 334 335 336 337 338Used by:429
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:340Used by:342 409
Symbol 342 MovieClipUses:341 265Used by:429
Symbol 343 BitmapUsed by:344
Symbol 344 GraphicUses:343Used by:345
Symbol 345 MovieClipUses:344Used by:411
Symbol 346 GraphicUsed by:347
Symbol 347 MovieClipUses:346Used by:411
Symbol 348 BitmapUsed by:349
Symbol 349 GraphicUses:348Used by:411
Symbol 350 EditableTextUses:266Used by:411
Symbol 351 EditableTextUses:266Used by:411
Symbol 352 EditableTextUses:266Used by:411
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:353Used by:372
Symbol 355 GraphicUsed by:356
Symbol 356 MovieClipUses:355Used by:372
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:357Used by:363
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359Used by:363
Symbol 361 GraphicUsed by:362
Symbol 362 MovieClipUses:361Used by:363
Symbol 363 MovieClipUses:358 360 362Used by:372
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClipUses:364Used by:370
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClipUses:366Used by:370
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:368Used by:370
Symbol 370 MovieClipUses:365 367 369Used by:372
Symbol 371 EditableTextUses:266Used by:372
Symbol 372 MovieClipUses:354 356 363 370 371Used by:411 428
Symbol 373 GraphicUsed by:376
Symbol 374 GraphicUsed by:376
Symbol 375 GraphicUsed by:376
Symbol 376 ButtonUses:373 374 375Used by:411
Symbol 377 EditableTextUses:266Used by:411
Symbol 378 GraphicUsed by:379
Symbol 379 MovieClipUses:378Used by:384
Symbol 380 GraphicUsed by:382
Symbol 381 TextUses:276Used by:382
Symbol 382 MovieClipUses:380 381Used by:383
Symbol 383 MovieClipUses:382Used by:384
Symbol 384 MovieClipUses:148 175 182 154 379 383Used by:411
Symbol 385 EditableTextUses:266Used by:411
Symbol 386 EditableTextUses:266Used by:411
Symbol 387 EditableTextUses:266Used by:411
Symbol 388 BitmapUsed by:390
Symbol 389 BitmapUsed by:390
Symbol 390 GraphicUses:388 389Used by:411
Symbol 391 EditableTextUses:266Used by:411
Symbol 392 EditableTextUses:266Used by:411
Symbol 393 EditableTextUses:266Used by:411
Symbol 394 GraphicUsed by:395
Symbol 395 MovieClipUses:394Used by:411
Symbol 396 GraphicUsed by:397
Symbol 397 MovieClipUses:396Used by:411
Symbol 398 BitmapUsed by:400
Symbol 399 BitmapUsed by:400
Symbol 400 GraphicUses:398 399Used by:411
Symbol 401 EditableTextUses:266Used by:411
Symbol 402 EditableTextUses:266Used by:411
Symbol 403 EditableTextUses:266Used by:411
Symbol 404 BitmapUsed by:405
Symbol 405 GraphicUses:404Used by:411
Symbol 406 EditableTextUses:266Used by:411
Symbol 407 EditableTextUses:266Used by:411
Symbol 408 EditableTextUses:266Used by:411
Symbol 409 MovieClipUses:341Used by:411
Symbol 410 EditableTextUses:266Used by:411
Symbol 411 MovieClipUses:326 345 347 349 350 351 352 372 376 377 384 385 386 387 390 391 392 393 395 397 400 401 402 403 405 406 407 408 409 410Used by:429
Symbol 412 GraphicUsed by:413
Symbol 413 MovieClipUses:412Used by:428
Symbol 414 EditableTextUses:266Used by:428
Symbol 415 EditableTextUses:266Used by:428
Symbol 416 EditableTextUses:266Used by:428
Symbol 417 GraphicUses:144Used by:428
Symbol 418 EditableTextUses:266Used by:428
Symbol 419 EditableTextUses:266Used by:428
Symbol 420 BitmapUsed by:421
Symbol 421 GraphicUses:420Used by:428
Symbol 422 EditableTextUses:266Used by:428
Symbol 423 BitmapUsed by:424
Symbol 424 GraphicUses:423Used by:428
Symbol 425 EditableTextUses:266Used by:428
Symbol 426 BitmapUsed by:427
Symbol 427 GraphicUses:426Used by:428
Symbol 428 MovieClipUses:413 414 415 145 200 372 51 416 417 218 54 207 418 221 419 421 422 424 425 427Used by:429
Symbol 429 MovieClipUses:281 286 287 288 293 300 305 310 312 314 316 318 319 324 339 342 411 428Used by:Timeline
Streaming Sound 1Used by:Symbol 137 MovieClip

Instance Names

"loading"Frame 2Symbol 63 MovieClip
"logo"Frame 2Symbol 137 MovieClip
"game_mc"Frame 4Symbol 429 MovieClip
"highlight3D_mc"Symbol 17 MovieClip Frame 1Symbol 10 MovieClip
"highlight_mc"Symbol 17 MovieClip Frame 1Symbol 12 MovieClip
"shadow_mc"Symbol 17 MovieClip Frame 1Symbol 14 MovieClip
"darkshadow_mc"Symbol 17 MovieClip Frame 1Symbol 16 MovieClip
"background_mc"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"background_mc"Symbol 23 MovieClip Frame 1Symbol 22 MovieClip
"background_mc"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"check_mc"Symbol 28 MovieClip Frame 1Symbol 27 MovieClip
"check_mc"Symbol 31 MovieClip Frame 1Symbol 30 MovieClip
"fcb_frame_mc"Symbol 32 MovieClip [fcb_states] Frame 1Symbol 17 MovieClip
"frb_frame_mc"Symbol 32 MovieClip [fcb_states] Frame 1Symbol 20 MovieClip
"labelField"Symbol 35 MovieClip [FLabelSymbol] Frame 1Symbol 34 EditableText
"score_mc"Symbol 45 MovieClip [ScoreAlert] Frame 1Symbol 44 MovieClip
"boundingBox"Symbol 48 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 46 MovieClip
"boundingBox2"Symbol 48 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 46 MovieClip
"boundingBox_mc"Symbol 51 MovieClip [FCheckBoxSymbol] Frame 1Symbol 48 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 51 MovieClip [FCheckBoxSymbol] Frame 1Symbol 50 MovieClip
"loadbar"Symbol 62 MovieClip Frame 1Symbol 61 MovieClip
"bar"Symbol 63 MovieClip Frame 2Symbol 62 MovieClip
"downloadPlay_btn"Symbol 279 MovieClip Frame 1Symbol 265 Button
"playWeb_btn"Symbol 279 MovieClip Frame 1Symbol 265 Button
"play_btn"Symbol 339 MovieClip Frame 2Symbol 265 Button
"downloadplay_btn"Symbol 339 MovieClip Frame 2Symbol 265 Button
"tip_btn"Symbol 342 MovieClip Frame 2Symbol 265 Button
"colorchip"Symbol 363 MovieClip Frame 1Symbol 358 MovieClip
"bottomhilite"Symbol 363 MovieClip Frame 1Symbol 360 MovieClip
"tophilite"Symbol 363 MovieClip Frame 1Symbol 362 MovieClip
"colorchip"Symbol 370 MovieClip Frame 1Symbol 365 MovieClip
"bottomhilite"Symbol 370 MovieClip Frame 1Symbol 367 MovieClip
"tophilite"Symbol 370 MovieClip Frame 1Symbol 369 MovieClip
"midshadow"Symbol 372 MovieClip Frame 1Symbol 354 MovieClip
"rightshadow"Symbol 372 MovieClip Frame 1Symbol 356 MovieClip
"leftshadow"Symbol 372 MovieClip Frame 1Symbol 356 MovieClip
"piece2"Symbol 372 MovieClip Frame 1Symbol 363 MovieClip
"piece1"Symbol 372 MovieClip Frame 1Symbol 370 MovieClip
"piece3"Symbol 372 MovieClip Frame 1Symbol 370 MovieClip
"label1"Symbol 372 MovieClip Frame 1Symbol 371 EditableText
"click1_mc"Symbol 384 MovieClip Frame 47Symbol 383 MovieClip
"click2_mc"Symbol 384 MovieClip Frame 85Symbol 383 MovieClip
"next_btn"Symbol 411 MovieClip Frame 2Symbol 372 MovieClip
"close_btn"Symbol 411 MovieClip Frame 2Symbol 376 Button
"back_btn"Symbol 411 MovieClip Frame 3Symbol 372 MovieClip
"start_btn"Symbol 411 MovieClip Frame 6Symbol 372 MovieClip
"close_btn"Symbol 428 MovieClip Frame 2Symbol 372 MovieClip
"disableTips_chk"Symbol 428 MovieClip Frame 2Symbol 51 MovieClip [FCheckBoxSymbol]
"soundState_mc"Symbol 429 MovieClip Frame 1Symbol 293 MovieClip
"newGame_btn"Symbol 429 MovieClip Frame 1Symbol 314 Button
"sound_btn"Symbol 429 MovieClip Frame 1Symbol 316 Button
"help_btn"Symbol 429 MovieClip Frame 1Symbol 316 Button
"gameScore_mc"Symbol 429 MovieClip Frame 1Symbol 318 MovieClip
"gameBoard_mc"Symbol 429 MovieClip Frame 1Symbol 319 MovieClip
"gameOver_mc"Symbol 429 MovieClip Frame 1Symbol 324 MovieClip
"newGameAdvert_mc"Symbol 429 MovieClip Frame 1Symbol 339 MovieClip
"tipAlert_mc"Symbol 429 MovieClip Frame 1Symbol 342 MovieClip
"helpScreen_mc"Symbol 429 MovieClip Frame 1Symbol 411 MovieClip
"tipScreen_mc"Symbol 429 MovieClip Frame 1Symbol 428 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$IE$gs8qy30N44Kmft9Gc9/D21."
ExportAssets (56)Timeline Frame 1Symbol 6 as "Select"
ExportAssets (56)Timeline Frame 1Symbol 8 as "fcb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 32 as "fcb_states"
ExportAssets (56)Timeline Frame 1Symbol 35 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 36 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 40 as "Select_new"
ExportAssets (56)Timeline Frame 1Symbol 45 as "ScoreAlert"
ExportAssets (56)Timeline Frame 1Symbol 48 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 51 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 1Symbol 57 as "BallImage8 copy"
ExportAssets (56)Timeline Frame 3Symbol 138 as "combo"
ExportAssets (56)Timeline Frame 3Symbol 139 as "error"
ExportAssets (56)Timeline Frame 3Symbol 140 as "explode"
ExportAssets (56)Timeline Frame 3Symbol 141 as "plop"
ExportAssets (56)Timeline Frame 3Symbol 142 as "plop_away"
ExportAssets (56)Timeline Frame 3Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 3Symbol 155 as "Ball1"
ExportAssets (56)Timeline Frame 3Symbol 162 as "Ball2"
ExportAssets (56)Timeline Frame 3Symbol 169 as "Ball3"
ExportAssets (56)Timeline Frame 3Symbol 176 as "Ball4"
ExportAssets (56)Timeline Frame 3Symbol 183 as "Ball5"
ExportAssets (56)Timeline Frame 3Symbol 190 as "Ball6"
ExportAssets (56)Timeline Frame 3Symbol 197 as "Ball7"
ExportAssets (56)Timeline Frame 3Symbol 57 as "BallImage8 copy"
ExportAssets (56)Timeline Frame 3Symbol 201 as "Ball8"
ExportAssets (56)Timeline Frame 3Symbol 208 as "Ball9"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 3Symbol 212 as "Ball10"
ExportAssets (56)Timeline Frame 3Symbol 219 as "Ball11"
ExportAssets (56)Timeline Frame 3Symbol 222 as "Ball12"
ExportAssets (56)Timeline Frame 3Symbol 251 as "Explosion"
ExportAssets (56)Timeline Frame 3Symbol 254 as "ParticleAnimation"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 148 as "Square"
ExportAssets (56)Timeline Frame 4Symbol 51 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 4Symbol 54 as "BallImage10"
ExportAssets (56)Timeline Frame 4Symbol 51 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 4Symbol 51 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 4Symbol 51 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 4Symbol 51 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 4Symbol 51 as "FCheckBoxSymbol"

Labels

"loading"Frame 2
"initgame"Frame 3
"startgame"Frame 4
"hide"Symbol 6 MovieClip [Select] Frame 1
"show"Symbol 6 MovieClip [Select] Frame 2
"up"Symbol 32 MovieClip [fcb_states] Frame 1
"press"Symbol 32 MovieClip [fcb_states] Frame 2
"uncheckedDisabled"Symbol 32 MovieClip [fcb_states] Frame 3
"checkedDisabled"Symbol 32 MovieClip [fcb_states] Frame 4
"checkedPress"Symbol 32 MovieClip [fcb_states] Frame 5
"checkedEnabled"Symbol 32 MovieClip [fcb_states] Frame 6
"Symbol_32"Symbol 35 MovieClip [FLabelSymbol] Frame 1
"Symbol_36"Symbol 36 MovieClip [FUIComponentSymbol] Frame 1
"hide"Symbol 40 MovieClip [Select_new] Frame 1
"show"Symbol 40 MovieClip [Select_new] Frame 2
"enabled"Symbol 48 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 48 MovieClip [FBoundingBoxSymbol] Frame 2
"preload"Symbol 63 MovieClip Frame 2
"empty"Symbol 148 MovieClip [Square] Frame 1
"highlight"Symbol 148 MovieClip [Square] Frame 2
"hide"Symbol 155 MovieClip [Ball1] Frame 1
"nextball"Symbol 155 MovieClip [Ball1] Frame 2
"static"Symbol 155 MovieClip [Ball1] Frame 3
"startmove"Symbol 155 MovieClip [Ball1] Frame 4
"move"Symbol 155 MovieClip [Ball1] Frame 5
"show"Symbol 155 MovieClip [Ball1] Frame 10
"dissolve"Symbol 155 MovieClip [Ball1] Frame 27
"hide"Symbol 162 MovieClip [Ball2] Frame 1
"nextball"Symbol 162 MovieClip [Ball2] Frame 2
"static"Symbol 162 MovieClip [Ball2] Frame 3
"startmove"Symbol 162 MovieClip [Ball2] Frame 4
"move"Symbol 162 MovieClip [Ball2] Frame 5
"show"Symbol 162 MovieClip [Ball2] Frame 10
"dissolve"Symbol 162 MovieClip [Ball2] Frame 27
"hide"Symbol 169 MovieClip [Ball3] Frame 1
"nextball"Symbol 169 MovieClip [Ball3] Frame 2
"static"Symbol 169 MovieClip [Ball3] Frame 3
"startmove"Symbol 169 MovieClip [Ball3] Frame 4
"move"Symbol 169 MovieClip [Ball3] Frame 5
"show"Symbol 169 MovieClip [Ball3] Frame 10
"dissolve"Symbol 169 MovieClip [Ball3] Frame 27
"hide"Symbol 176 MovieClip [Ball4] Frame 1
"nextball"Symbol 176 MovieClip [Ball4] Frame 2
"static"Symbol 176 MovieClip [Ball4] Frame 3
"startmove"Symbol 176 MovieClip [Ball4] Frame 4
"move"Symbol 176 MovieClip [Ball4] Frame 5
"show"Symbol 176 MovieClip [Ball4] Frame 10
"dissolve"Symbol 176 MovieClip [Ball4] Frame 27
"hide"Symbol 183 MovieClip [Ball5] Frame 1
"nextball"Symbol 183 MovieClip [Ball5] Frame 2
"static"Symbol 183 MovieClip [Ball5] Frame 3
"startmove"Symbol 183 MovieClip [Ball5] Frame 4
"move"Symbol 183 MovieClip [Ball5] Frame 5
"show"Symbol 183 MovieClip [Ball5] Frame 10
"dissolve"Symbol 183 MovieClip [Ball5] Frame 27
"hide"Symbol 190 MovieClip [Ball6] Frame 1
"nextball"Symbol 190 MovieClip [Ball6] Frame 2
"static"Symbol 190 MovieClip [Ball6] Frame 3
"startmove"Symbol 190 MovieClip [Ball6] Frame 4
"move"Symbol 190 MovieClip [Ball6] Frame 5
"show"Symbol 190 MovieClip [Ball6] Frame 10
"dissolve"Symbol 190 MovieClip [Ball6] Frame 27
"hide"Symbol 197 MovieClip [Ball7] Frame 1
"nextball"Symbol 197 MovieClip [Ball7] Frame 2
"static"Symbol 197 MovieClip [Ball7] Frame 3
"startmove"Symbol 197 MovieClip [Ball7] Frame 4
"move"Symbol 197 MovieClip [Ball7] Frame 5
"show"Symbol 197 MovieClip [Ball7] Frame 10
"dissolve"Symbol 197 MovieClip [Ball7] Frame 27
"hide"Symbol 201 MovieClip [Ball8] Frame 1
"nextball"Symbol 201 MovieClip [Ball8] Frame 2
"static"Symbol 201 MovieClip [Ball8] Frame 3
"startmove"Symbol 201 MovieClip [Ball8] Frame 4
"move"Symbol 201 MovieClip [Ball8] Frame 5
"show"Symbol 201 MovieClip [Ball8] Frame 10
"dissolve"Symbol 201 MovieClip [Ball8] Frame 27
"hide"Symbol 208 MovieClip [Ball9] Frame 1
"nextball"Symbol 208 MovieClip [Ball9] Frame 2
"static"Symbol 208 MovieClip [Ball9] Frame 3
"startmove"Symbol 208 MovieClip [Ball9] Frame 4
"move"Symbol 208 MovieClip [Ball9] Frame 5
"show"Symbol 208 MovieClip [Ball9] Frame 10
"dissolve"Symbol 208 MovieClip [Ball9] Frame 27
"hide"Symbol 212 MovieClip [Ball10] Frame 1
"nextball"Symbol 212 MovieClip [Ball10] Frame 2
"static"Symbol 212 MovieClip [Ball10] Frame 3
"startmove"Symbol 212 MovieClip [Ball10] Frame 4
"move"Symbol 212 MovieClip [Ball10] Frame 5
"show"Symbol 212 MovieClip [Ball10] Frame 10
"dissolve"Symbol 212 MovieClip [Ball10] Frame 27
"hide"Symbol 219 MovieClip [Ball11] Frame 1
"nextball"Symbol 219 MovieClip [Ball11] Frame 2
"static"Symbol 219 MovieClip [Ball11] Frame 3
"startmove"Symbol 219 MovieClip [Ball11] Frame 4
"move"Symbol 219 MovieClip [Ball11] Frame 5
"show"Symbol 219 MovieClip [Ball11] Frame 10
"dissolve"Symbol 219 MovieClip [Ball11] Frame 27
"hide"Symbol 222 MovieClip [Ball12] Frame 1
"nextball"Symbol 222 MovieClip [Ball12] Frame 2
"static"Symbol 222 MovieClip [Ball12] Frame 3
"startmove"Symbol 222 MovieClip [Ball12] Frame 4
"move"Symbol 222 MovieClip [Ball12] Frame 5
"show"Symbol 222 MovieClip [Ball12] Frame 10
"dissolve"Symbol 222 MovieClip [Ball12] Frame 27
"show"Symbol 254 MovieClip [ParticleAnimation] Frame 1
"arcadelines"Symbol 263 MovieClip Frame 1
"allesmurmel"Symbol 263 MovieClip Frame 2
"mindyourmarbles"Symbol 263 MovieClip Frame 3
"on"Symbol 293 MovieClip Frame 1
"off"Symbol 293 MovieClip Frame 2
"arcadelines"Symbol 300 MovieClip Frame 1
"allesmurmel"Symbol 300 MovieClip Frame 2
"mindyourmarbles"Symbol 300 MovieClip Frame 3
"english"Symbol 305 MovieClip Frame 1
"german"Symbol 305 MovieClip Frame 2
"english"Symbol 310 MovieClip Frame 1
"german"Symbol 310 MovieClip Frame 2
"hide"Symbol 324 MovieClip Frame 1
"show"Symbol 324 MovieClip Frame 2
"hide"Symbol 339 MovieClip Frame 1
"show"Symbol 339 MovieClip Frame 2
"hide"Symbol 342 MovieClip Frame 1
"show"Symbol 342 MovieClip Frame 2
#"Symbol_7"Symbol 354 MovieClip Frame 1
#"Symbol_8"Symbol 356 MovieClip Frame 1
#"Symbol_14"Symbol 358 MovieClip Frame 1
#"Symbol_13"Symbol 360 MovieClip Frame 1
#"Symbol_12"Symbol 362 MovieClip Frame 1
#"Symbol_9"Symbol 365 MovieClip Frame 1
#"Symbol_11"Symbol 367 MovieClip Frame 1
#"Symbol_10"Symbol 369 MovieClip Frame 1
#"Symbol_3"Symbol 370 MovieClip Frame 1
"show"Symbol 409 MovieClip Frame 1
"hide"Symbol 411 MovieClip Frame 1
"page_1"Symbol 411 MovieClip Frame 2
"page_2"Symbol 411 MovieClip Frame 3
"page_3"Symbol 411 MovieClip Frame 4
"page_4"Symbol 411 MovieClip Frame 5
"page_5"Symbol 411 MovieClip Frame 6
"hide"Symbol 428 MovieClip Frame 1
"tip_joker"Symbol 428 MovieClip Frame 2
"tip_twocolor"Symbol 428 MovieClip Frame 3
"tip_dynamite"Symbol 428 MovieClip Frame 4
"tip_combo"Symbol 428 MovieClip Frame 5
"tip_invalid"Symbol 428 MovieClip Frame 6
"tip_dragdrop"Symbol 428 MovieClip Frame 7

Dynamic Text Variables

scoreShown2Symbol 42 EditableText"0"
scoreShown1Symbol 43 EditableText"0"
nag1HeadingShownSymbol 267 EditableText""
nag1Point1ShownSymbol 268 EditableText""
nag1Point2ShownSymbol 269 EditableText""
nag1Point3ShownSymbol 270 EditableText""
nag1Point4ShownSymbol 271 EditableText""
nag1Point5ShownSymbol 272 EditableText""
nag1Point6ShownSymbol 273 EditableText""
nag1Point7ShownSymbol 274 EditableText""
nag1FooterShownSymbol 275 EditableText""
nag1DownloadButtonShownSymbol 277 EditableText""
nag1PlayButtonShownSymbol 278 EditableText""
newGameTextShownSymbol 311 EditableText""
gameScoreShownSymbol 317 EditableText"0"
finalScoreShownSymbol 322 EditableText""
highestScoringMoveShownSymbol 323 EditableText""
nag1HeadingShownSymbol 329 EditableText""
nag1Point1ShownSymbol 330 EditableText""
nag1Point2ShownSymbol 331 EditableText""
nag1Point3ShownSymbol 332 EditableText""
nag1Point4ShownSymbol 333 EditableText""
nag1Point5ShownSymbol 334 EditableText""
nag1Point6ShownSymbol 335 EditableText""
nag1Point7ShownSymbol 336 EditableText""
nag1DownloadButtonShownSymbol 337 EditableText""
nag1PlayButtonShownSymbol 338 EditableText""
page1HeadingShownSymbol 350 EditableText""
pageNumberShownSymbol 351 EditableText"Page 1 of 5"
page1TextShownSymbol 352 EditableText""
labelSymbol 371 EditableText"       "
helpHeadingShownSymbol 377 EditableText""
page2HeadingShownSymbol 385 EditableText""
pageNumberShownSymbol 386 EditableText"Page 1 of 5"
page2TextShownSymbol 387 EditableText""
pageNumberShownSymbol 391 EditableText"Page 1 of 5"
page3TextShown1Symbol 392 EditableText""
page3TextShown2Symbol 393 EditableText""
pageNumberShownSymbol 401 EditableText"Page 1 of 5"
page4TextShown1Symbol 402 EditableText""
page4TextShown2Symbol 403 EditableText""
pageNumberShownSymbol 406 EditableText"Page 1 of 5"
page5TextShown1Symbol 407 EditableText""
page5TextShown3Symbol 408 EditableText""
page5TextShown2Symbol 410 EditableText""
tipTextShownSymbol 414 EditableText""
tipHeadingShownSymbol 415 EditableText""
tipTextShownSymbol 416 EditableText""
tipTextShownSymbol 418 EditableText""
tipTextShownSymbol 419 EditableText""
tipTextShownSymbol 422 EditableText""
tipTextShownSymbol 425 EditableText""




http://swfchan.com/9/42701/info.shtml
Created: 9/5 -2019 19:50:01 Last modified: 9/5 -2019 19:50:01 Server time: 21/05 -2024 14:19:08