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

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

armorgames lock-n-roll-4283.swf

This is the info page for
Flash #263509

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


Text
<p align="right"></p>

<p align="center"></p>

<p align="center"><font face="Arial" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">This version must be played only at Armor Games. </font></p><p align="center"><font face="Arial" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">For an unrestricted version, please download the distribution package from</font></p>

<p align="center"><font face="Arial" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1"><a href="http://canned-bananas.com/lock-n-roll" target = "_blank">http://canned-bananas.com/lock-n-roll</a></font></p>

Combinations Cleared
From Board

Joker

The joker may be placed anywhere to
complete a combination, including on top
of a locked die. Each Joker deducts 25%
from the point value of a combination.
The first Joker is awarded after 250
have been earned. The cost of additional
Jokers increases by 250 points up to a
maximum of 1500 points to earn a new
Joker.

Joker Bonus

Clearing Bonus

You can have a maximum of two unused
Jokers at any time. If you earn a third, you
will receive a 1000 point bonus instead.

If you clear more than four spaces in a
turn, you receive 50 points for each
additional space cleared.

Combinations Not
Cleared

1 of 4

<p align="center"></p>

<p align="right"><font face="Arial" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">Version 1.6 AG</font></p>

ActionScript [AS1/AS2]

Frame 1
myURL = _url; okDomain = "armorgames.com"; if (myURL.indexOf(okDomain) != -1) { } else { stop(); } var my_cm = new ContextMenu(); my_cm.hideBuiltInItems(); my_cm.builtInItems.print = true; my_cm.builtInItems.zoom = true; my_cm.builtInItems.quality = true; my_cm.customItems.push(new ContextMenuItem("Canned Bananas website", function () { var _local2 = "h"; _local2 = _local2 + "t"; _local2 = _local2 + "t"; _local2 = _local2 + "p"; _local2 = _local2 + ":"; _local2 = _local2 + "/"; _local2 = _local2 + "/"; _local2 = _local2 + "c"; _local2 = _local2 + "a"; _local2 = _local2 + "n"; _local2 = _local2 + "n"; _local2 = _local2 + "e"; _local2 = _local2 + "d"; _local2 = _local2 + "-"; _local2 = _local2 + "b"; _local2 = _local2 + "a"; _local2 = _local2 + "n"; _local2 = _local2 + "."; _local2 = _local2 + "a"; _local2 = _local2 + "n"; _local2 = _local2 + "a"; _local2 = _local2 + "s"; _local2 = _local2 + "."; _local2 = _local2 + "c"; _local2 = _local2 + "o"; _local2 = _local2 + "m"; _root.getURL(_local2, "_blank"); })); this.menu = my_cm;
Frame 15
_root.clayouts = new Array(); _root.clayouts[1] = new Array(7, 11, 15, 19); _root.clayouts[2] = new Array(8, 12, 16, 20); _root.clayouts[3] = new Array(9, 13, 17, 21); _root.clayouts[4] = new Array(10, 14, 18, 22); _root.clayouts[5] = new Array(7, 8, 9, 10); _root.clayouts[6] = new Array(11, 12, 13, 14); _root.clayouts[7] = new Array(15, 16, 17, 18); _root.clayouts[8] = new Array(19, 20, 21, 22); _root.clayouts[9] = new Array(7, 8, 11, 12); _root.clayouts[10] = new Array(11, 12, 15, 16); _root.clayouts[11] = new Array(15, 16, 19, 20); _root.clayouts[12] = new Array(8, 9, 12, 13); _root.clayouts[13] = new Array(12, 13, 16, 17); _root.clayouts[14] = new Array(16, 17, 20, 21); _root.clayouts[15] = new Array(9, 10, 13, 14); _root.clayouts[16] = new Array(13, 14, 17, 18); _root.clayouts[17] = new Array(17, 18, 21, 22); _root.clayouts[18] = new Array(7, 12, 17, 22); _root.clayouts[19] = new Array(10, 13, 16, 19); _root.clayouts[20] = new Array(7, 10, 19, 22); _root.ctypes = new Array(); typeindx = 0; _root.firstload = false; _root.loaddata = function () { _root.highscore = _root.myLocalSO.data.highscore; _root.updateHighscore(); _root.dieindex = 0; ld = 1; while (ld <= 22) { if (_root.myLocalSO.data["odie" + ld] != undefined) { ds = ld; targeto = _root.main.attachMovie("die", "die" + _root.dieindex, _root.dieindex, {_x:_root.main.grid["g" + ds]._x + _root.main.grid._x, _y:_root.main.grid["g" + ds]._y + _root.main.grid._y}); _root.dieindex++; targeto.gridpoint = _root.main.grid["g" + ds]; targeto.dietype = _root.myLocalSO.data["odie" + ld].dietype; targeto.gposition = _root.myLocalSO.data["odie" + ld].gposition; targeto.gotoAndStop(targeto.dietype); targeto._alpha = 100; if (_root.myLocalSO.data["odie" + ld].locked) { targeto.locked = true; } } if (_root.myLocalSO.data["die" + ld] != undefined) { ds = ld; target = _root.main.attachMovie("die", "die" + _root.dieindex, _root.dieindex, {_x:_root.main.grid["g" + ds]._x + _root.main.grid._x, _y:_root.main.grid["g" + ds]._y + _root.main.grid._y}); _root.dieindex++; target.gridpoint = _root.main.grid["g" + ds]; _root.main.grid["g" + ds].occupied = true; _root.main.grid["g" + ds].occupier = target; target.dietype = _root.myLocalSO.data["die" + ld].dietype; target.gposition = _root.myLocalSO.data["die" + ld].gposition; target.gotoAndStop(target.dietype); target._alpha = 100; if (_root.myLocalSO.data["die" + ld].locked) { target.locked = true; } if (_root.myLocalSO.data["odie" + ld] != undefined) { target.overwriting = targeto; } } ld++; } _root.availrollslots = _root.myLocalSO.data.availrollslots; _root.availgridslots = _root.myLocalSO.data.availgridslots; _root.score = _root.myLocalSO.data.score; _root.main.scoreholder.update(_root.score); _root.jokers = _root.myLocalSO.data.jokers; _root.jokerpoints = _root.myLocalSO.data.jokerpoints; _root.jokerlimit = _root.myLocalSO.data.jokerlimit; _root.main.jokerbar.updatebar(); if (_root.myLocalSO.data.gameover) { _root.main.gameover.ready = true; _root.main.gameover._visible = true; _root.main.gameover.dontplay = true; } _root.firsttime = _root.myLocalSO.data.firsttime; if (_root.firsttime != undefined) { _root.mainmenu.rulestipsbutton.helper._visible = false; } _root.splash.ready = true; trace("HIHI"); if (_root.firstload == false) { trace("START"); _root.firstload = true; _root.savedataslim = function () { _root.myLocalSO2.data = new Object(); trace("+" + _root.myLocalSO2.data); _root.myLocalSO2.data.thisid = _root.thisid; trace("+" + _root.myLocalSO2.data.thisid); _root.myLocalSO2.flush(); }; _root.thisid = (_root.newid = String(Math.random() * 1000000)); _root.savedataslim(); _root.checkId = setInterval(_root, "checkit", 200); } }; _root.loaddataslim = function () { _root.newid = _root.myLocalSO2.data.thisid; }; _root.executeCallback = function () { if (_root.myLocalSO.data.dataloaded == true) { _root.loaddata(); clearInterval(intervalId); } else { _root.timeout++; } if (_root.timeout >= 120) { _root.splash.ready = true; if (_root.firstload == false) { trace("START"); _root.firstload = true; _root.savedataslim = function () { _root.myLocalSO2.data = new Object(); trace("+" + _root.myLocalSO2.data); _root.myLocalSO2.data.thisid = _root.thisid; trace("+" + _root.myLocalSO2.data.thisid); _root.myLocalSO2.flush(); }; _root.thisid = (_root.newid = String(Math.random() * 1000000)); _root.savedataslim(); _root.checkId = setInterval(_root, "checkit", 200); } clearInterval(intervalId); } }; _root.checkit = function () { _root.myLocalSO2 = undefined; _root.myLocalSO2 = SharedObject.getLocal("lockrollcookie2"); if (_root.myLocalSO2 == null) { _root.SOdisabled = true; } else { _root.SOdisabled = false; } _root.timeout2 = 0; _root.checkId2 = setInterval(_root, "executecheckback", 20); }; _root.executecheckback = function () { if (_root.myLocalSO2.data.dataloaded == true) { _root.loaddataslim(); _root.checkit2(); clearInterval(checkId2); } else { _root.timeout2++; } if (_root.timeout2 >= 120) { clearInterval(checkId2); } }; _root.checkit2 = function () { _root.cctext.text = (("this: " + _root.thisid) + " , new:") + _root.newid; if (_root.thisid != _root.newid) { clearInterval(checkId); _root.ccmenu.oef = true; _root.curmenu.oef = true; _root.curmenu = _root.ccmenu; } }; _root.refreshdata = function () { _root.myLocalSO = SharedObject.getLocal("lockrollcookie"); _root.myLocalSO2 = SharedObject.getLocal("lockrollcookie2"); if (_root.myLocalSO == null) { _root.SOdisabled = true; } else { _root.SOdisabled = false; } _root.timeout = 0; _root.intervalId = setInterval(_root, "executeCallback", 20); }; _root.refreshdata(); _root.savedata = function () { if (_root.SOdisabled != true) { _root.myLocalSO.data = new Object(); _root.myLocalSO2.data = new Object(); _root.myLocalSO.data.highscore = _root.highscore; ld = 1; while (ld <= 22) { _root.myLocalSO.data["die" + ld] = undefined; _root.myLocalSO.data["odie" + ld] = undefined; if (_root.main.grid["g" + ld].occupied == true) { _root.myLocalSO.data["die" + ld] = new Object(); _root.myLocalSO.data["die" + ld].dietype = _root.main.grid["g" + ld].occupier.dietype; _root.myLocalSO.data["die" + ld].gposition = _root.main.grid["g" + ld].occupier.gposition; _root.myLocalSO.data["die" + ld].locked = _root.main.grid["g" + ld].occupier.locked; if (_root.main.grid["g" + ld].occupier.overwriting != undefined) { _root.myLocalSO.data["odie" + ld] = new Object(); _root.myLocalSO.data["odie" + ld].dietype = _root.main.grid["g" + ld].occupier.overwriting.dietype; _root.myLocalSO.data["odie" + ld].gposition = _root.main.grid["g" + ld].occupier.overwriting.gposition; _root.myLocalSO.data["odie" + ld].locked = _root.main.grid["g" + ld].occupier.overwriting.locked; } } ld++; } _root.myLocalSO.data.score = _root.score; _root.myLocalSO.data.jokerpoints = _root.jokerpoints; _root.myLocalSO.data.jokerlimit = _root.jokerlimit; _root.myLocalSO.data.jokers = _root.jokers; _root.myLocalSO.data.availrollslots = _root.availrollslots; _root.myLocalSO.data.availgridslots = _root.availgridslots; if (_root.main.gameover.ready) { _root.myLocalSO.data.gameover = true; } else { _root.myLocalSO.data.gameover = false; } _root.myLocalSO.data.firsttime = _root.firsttime; _root.myLocalSO2.data.thisid = _root.thisid; trace(_root.myLocalSO2.data.thisid); _root.myLocalSO.data.dataloaded = true; _root.myLocalSO2.data.dataloaded = true; _root.myLocalSO.flush(); _root.myLocalSO2.flush(); } }; stop(); _root.faderate = 5; _root.highscore = 0; _root.soundon = true; _root.resetgame = function () { _root.availrollslots = 4; _root.availgridslots = 16; _root.control = true; _root.dieindex = 1; _root.combotester.swapDepths(9000); _root.combotester.testing = false; _root.combotester._alpha = 0; _root.combotester._visible = false; _root.combotester.bonusing = false; _root.combotester.area = undefined; _root.combotester.wait = 14; _root.arealist = undefined; _root.recentlocks = undefined; _root.combotester.movecount = 0; trace("arealist: " + _root.arealist); _root.main.gameover.swapDepths(9000); _root.main.plus1000.swapDepths(9001); _root.main.gameover.ready = false; _root.main.gameover.waiting = 0; _root.main.waiting = 0; _root.jokers = 0; _root.jokerpoints = 0; _root.jokerlimit = 250; _root.justgameover = true; _root.score = 0; _root.main.scoreholder.update(_root.score); _root.main.jokerbar.updatebar(); _root.curmenu = _root.main; ld = 1; while (ld <= 22) { if (_root.main.grid["g" + ld].occupied != undefined) { _root.main.grid["g" + ld].occupied = false; _root.main.grid["g" + ld].occupier.goaway(); _root.main.grid["g" + ld].occupier = undefined; } ld++; } }; _root.resetgame(); _root.curmenu = _root.splash; _root.curmenu.oef = true; gi = 1; while (gi <= 6) { _root.main.grid["g" + gi].indx = 0; gi++; } gi = 7; while (gi <= 22) { _root.main.grid["g" + gi].indx = gi; gi++; } _root.lockit = function () { trace("LOCK"); lockcount = 0; _root.recentlocks = new Array(); ld = 7; while (ld <= 22) { if (_root.main.grid["g" + ld].occupier != undefined) { if (_root.main.grid["g" + ld].occupier.locked != true) { lockcount++; _root.main.grid["g" + ld].occupier.lockdown(false); if (_root.main.grid["g" + ld].occupier.dietype == 17) { _root.jokers--; } } } ld++; } if (lockcount != 0) { if (_root.soundon) { hit2 = new Sound(this); hit2.attachSound("Lock.mp3"); hit2.setVolume(75); hit2.start(); } } else if (_root.main.gameover.ready != true) { if (_root.justgameover) { _root.justgameover = false; } else { if (_root.soundon) { hit = new Sound(this); hit.attachSound("Error.mp3"); hit.start(); } _root.shakefrees(); } } }; _root.rollit = function () { _root.main.rollbutton.onEnterFrame = undefined; if (_root.availrollslots == 4) { if (_root.availgridslots >= 1) { if (_root.soundon) { hit = new Sound(this); hit.attachSound("Roll.mp3"); hit.start(); } stopat = _root.availgridslots; if (stopat > 4) { stopat = 4; } ds = 1; while (ds <= stopat) { _root.availrollslots--; target = _root.main.attachMovie("die", "die" + _root.dieindex, _root.dieindex, {_x:_root.main.grid["g" + ds]._x + _root.main.grid._x, _y:_root.main.grid["g" + ds]._y + _root.main.grid._y}); _root.dieindex++; target.gridpoint = _root.main.grid["g" + ds]; _root.main.grid["g" + ds].occupied = true; _root.main.grid["g" + ds].occupier = target; target.dietype = Math.floor(Math.random() * 16) + 1; target.gposition = 0; target.gotoAndStop(target.dietype); target._alpha = 0; target.soef = true; ds++; } } } if ((_root.availgridslots == 0) && (_root.jokers == 0)) { _root.main.gameover.ready = true; _root.main.gameover.waiting = 0; } _root.savedata(); }; _root.shakefrees = function () { ld = 1; while (ld <= 6) { if (_root.main.grid["g" + ld].occupier != undefined) { _root.main.grid["g" + ld].occupier.shake(); } ld++; } }; _root.spawnjoker = function () { if (_root.jokers < 2) { _root.jokers = _root.jokers + 1; if (_root.main.grid.g5.occupied == true) { ds = 6; } else { ds = 5; } target = _root.main.attachMovie("die", "die" + _root.dieindex, _root.dieindex, {_x:_root.main.grid["g" + ds]._x + _root.main.grid._x, _y:_root.main.grid["g" + ds]._y + _root.main.grid._y}); _root.dieindex++; target.gridpoint = _root.main.grid["g" + ds]; _root.main.grid["g" + ds].occupied = true; _root.main.grid["g" + ds].occupier = target; target.dietype = 17; target.gposition = 0; target.gotoAndStop(target.dietype); _root.main.jokermaker.jokerfade.glow(); } else { _root.score = _root.score + 1000; _root.main.plus1000.curstage = 1; _root.combotester.wait = _root.combotester.wait + 50; if (_root.score > _root.highscore) { _root.highscore = _root.score; } _root.updateHighscore(); _root.main.scoreholder.update(_root.score); } if (_root.jokerlimit < 1500) { _root.jokerlimit = _root.jokerlimit + 250; } }; _root.hi = function () { trace("HI"); }; _root.updateHighscore = function () { _root.mainmenu.scoreholder.update(_root.highscore); };
Instance of Symbol 97 MovieClip [main] "main" in Frame 15
/* no clip actions */
Symbol 8 MovieClip [soundtoggle] Frame 1
this._visible = false; this._alpha = 100; this.fading = true; this.onEnterFrame = function () { if ((_root.curmenu == _root.main) && (_root.curmenu != undefined)) { this._visible = true; } if ((this.fading == true) && (_root.curmenu != _root.splash)) { if (this._alpha > 50) { this._alpha = this._alpha - 5; } } else if (this._alpha < 100) { this._alpha = this._alpha + 13; } }; this.onRollOver = function () { this.fading = false; }; this.onRollOut = function () { this.fading = true; }; this.onRelease = function () { if (this._currentframe == 2) { _root.soundon = false; this.gotoAndStop(3); } else { _root.soundon = true; this.gotoAndStop(2); } };
Symbol 8 MovieClip [soundtoggle] Frame 2
stop();
Symbol 11 MovieClip [ccmenu] Frame 1
this.xscale = 50; this._visible = false; this._alpha = 0; this.onEnterFrame = function () { if (this.oef == true) { if (_root.curmenu == this) { if (this.xscale < 100) { this._visible = true; this.xscale = this.xscale + _root.faderate; this._alpha = this._alpha + (_root.faderate * 3); } else if (this.xscale == 100) { this.oef = false; } } else if (this.xscale > 50) { this.xscale = this.xscale - _root.faderate; this._alpha = this._alpha - (_root.faderate * 3); } else if (this.xscale <= 50) { this._visible = false; this.oef = false; } } };
Symbol 14 MovieClip [AG menu] Frame 1
this.xscale = 50; myURL = _url; okDomain = "armorgames.com"; if (myURL.indexOf(okDomain) != -1) { this._visible = false; } this._alpha = 0; this.onEnterFrame = function () { if (this.oef == true) { if (_root.curmenu == this) { if (this.xscale < 100) { this._visible = true; this.xscale = this.xscale + _root.faderate; this._alpha = this._alpha + (_root.faderate * 3); } else if (this.xscale == 100) { this.oef = false; } } else if (this.xscale > 50) { this.xscale = this.xscale - _root.faderate; this._alpha = this._alpha - (_root.faderate * 3); } else if (this.xscale <= 50) { this._visible = false; this.oef = false; } } };
Symbol 225 MovieClip [__Packages.mochi.as2.MochiScores] Frame 0
class mochi.as2.MochiScores { static var boardID, onClose, onError; function MochiScores () { } static function setBoardID(boardID) { mochi.as2.MochiScores.boardID = boardID; mochi.as2.MochiServices.send("scores_setBoardID", {boardID:boardID}); } static function showLeaderboard(options) { if ((options.clip == null) || (options.clip == undefined)) { options.clip = mochi.as2.MochiServices.clip; } if ((options.clip != mochi.as2.MochiServices.__get__clip()) || (mochi.as2.MochiServices.__get__childClip()._target == undefined)) { mochi.as2.MochiServices.disconnect(); mochi.as2.MochiServices.connect(mochi.as2.MochiServices.__get__id(), options.clip); } delete options.clip; if (options.name != null) { if (typeof(options.name) == "object") { if (options.name.text != undefined) { options.name = options.name.text; } } } if (options.score != null) { if (options.score instanceof TextField) { if (options.score.text != undefined) { options.score = options.score.text; } } else if (options.score instanceof mochi.as2.MochiDigits) { options.score = options.score.value; } var _local1 = Number(options.score); if (isNaN(_local1)) { trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is 'Not a Number'"); } else if ((_local1 == Number.NEGATIVE_INFINITY) || (_local1 == Number.POSITIVE_INFINITY)) { trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is an infinite"); } else { if (Math.floor(_local1) != _local1) { trace(("WARNING: Submitted score '" + options.score) + "' will be truncated"); } options.score = _local1; } } if (options.onDisplay != null) { options.onDisplay(); } else { mochi.as2.MochiServices.__get__clip().stop(); } if (options.onClose != null) { onClose = options.onClose; } else { onClose = function () { mochi.as2.MochiServices.__get__clip().play(); }; } if (options.onError != null) { onError = options.onError; } else { onError = onClose; } if (options.boardID == null) { if (boardID != null) { options.boardID = boardID; } } trace("[MochiScores] NOTE: Security Sandbox Violation errors below are normal"); mochi.as2.MochiServices.send("scores_showLeaderboard", {options:options}, null, doClose); } static function closeLeaderboard() { mochi.as2.MochiServices.send("scores_closeLeaderboard"); } static function getPlayerInfo(callbackObj, callbackMethod) { mochi.as2.MochiServices.send("scores_getPlayerInfo", null, callbackObj, callbackMethod); } static function submit(score, name, callbackObj, callbackMethod) { score = Number(score); if (isNaN(score)) { trace(("ERROR: Submitted score '" + String(score)) + "' will be rejected, score is 'Not a Number'"); } else if ((score == Number.NEGATIVE_INFINITY) || (score == Number.POSITIVE_INFINITY)) { trace(("ERROR: Submitted score '" + String(score)) + "' will be rejected, score is an infinite"); } else { if (Math.floor(score) != score) { trace(("WARNING: Submitted score '" + String(score)) + "' will be truncated"); } score = Number(score); } mochi.as2.MochiServices.send("scores_submit", {score:score, name:name}, callbackObj, callbackMethod); } static function requestList(callbackObj, callbackMethod) { mochi.as2.MochiServices.send("scores_requestList", null, callbackObj, callbackMethod); } static function scoresArrayToObjects(scores) { var _local5 = {}; var _local1; var _local4; var _local2; var _local6; for (var _local8 in scores) { if (typeof(scores[_local8]) == "object") { if ((scores[_local8].cols != null) && (scores[_local8].rows != null)) { _local5[_local8] = []; _local2 = scores[_local8]; _local4 = 0; while (_local4 < _local2.rows.length) { _local6 = {}; _local1 = 0; while (_local1 < _local2.cols.length) { _local6[_local2.cols[_local1]] = _local2.rows[_local4][_local1]; _local1++; } _local5[_local8].push(_local6); _local4++; } } else { _local5[_local8] = {}; for (var _local7 in scores[_local8]) { _local5[_local8][_local7] = scores[_local8][_local7]; } } } else { _local5[_local8] = scores[_local8]; } } return(_local5); } static function doClose(args) { if (args.error == true) { if (args.errorCode == undefined) { args.errorCode = "IOError"; } onError.apply(null, [args.errorCode]); } else { onClose.apply(); } } }
Symbol 226 MovieClip [__Packages.mochi.as2.MochiServices] Frame 0
class mochi.as2.MochiServices { static var _id, _container, _clip, _sendChannelName, __get__comChannelName, onError, _listenChannel, _loader, _loaderListener, _sendChannel; function MochiServices () { } static function get id() { return(_id); } static function get clip() { return(_container); } static function get childClip() { return(_clip); } static function getVersion() { return("3.0"); } static function allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function get isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function set comChannelName(val) { if (val != undefined) { if (val.length > 3) { _sendChannelName = val + "_fromgame"; initComChannels(); } } //return(__get__comChannelName()); } static function get connected() { return(_connected); } static function connect(id, clip, onError) { if ((!_connected) && (_clip == undefined)) { trace("MochiServices Connecting..."); _connecting = true; init(id, clip); } if (onError != undefined) { mochi.as2.MochiServices.onError = onError; } else if (mochi.as2.MochiServices.onError == undefined) { mochi.as2.MochiServices.onError = function (errorCode) { trace(errorCode); }; } } static function disconnect() { if (_connected || (_connecting)) { _connecting = (_connected = false); flush(true); if (_clip != undefined) { _clip.removeMovieClip(); delete _clip; } _listenChannel.close(); } } static function init(id, clip) { _id = id; if (clip != undefined) { _container = clip; } else { _container = _root; } loadCommunicator(id, _container); } static function loadCommunicator(id, clip) { var _local3 = "_mochiservices_com_" + id; if (_clip != null) { return(_clip); } if (!isNetworkAvailable) { return(null); } if (urlOptions().servicesURL != undefined) { _servicesURL = urlOptions().servicesURL; } allowDomains(_servicesURL); _clip = clip.createEmptyMovieClip(_local3, 10336, false); _listenChannelName = _listenChannelName + ((Math.floor(new Date().getTime()) + "_") + Math.floor(Math.random() * 99999)); listen(); _loader = new MovieClipLoader(); if (_loaderListener.waitInterval != null) { clearInterval(_loaderListener.waitInterval); } _loaderListener = {}; _loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) { trace("MochiServices could not load."); mochi.as2.MochiServices.disconnect(); mochi.as2.MochiServices.onError.apply(null, [errorCode]); }; _loaderListener.onLoadStart = function (target_mc) { this.isLoading = true; }; _loaderListener.startTime = getTimer(); _loaderListener.wait = function () { if ((getTimer() - this.startTime) > 10000) { if (!this.isLoading) { mochi.as2.MochiServices.disconnect(); mochi.as2.MochiServices.onError.apply(null, ["IOError"]); } clearInterval(this.waitInterval); } }; _loaderListener.waitInterval = setInterval(_loaderListener, "wait", 1000); _loader.addListener(_loaderListener); _loader.loadClip((((_servicesURL + "?listenLC=") + _listenChannelName) + "&mochiad_options=") + escape(_root.mochiad_options), _clip); _sendChannel = new LocalConnection(); _sendChannel._queue = []; return(_clip); } static function onStatus(infoObject) { if (!(infoObject.level === "error")) { } else { _connected = false; _listenChannel.connect(_listenChannelName); } } static function listen() { _listenChannel = new LocalConnection(); _listenChannel.handshake = function (args) { mochi.as2.MochiServices.__set__comChannelName(args.newChannel); }; _listenChannel.allowDomain = function (d) { return(true); }; _listenChannel.allowInsecureDomain = _listenChannel.allowDomain; _listenChannel._nextcallbackID = 0; _listenChannel._callbacks = {}; _listenChannel.connect(_listenChannelName); trace("Waiting for MochiAds services to connect..."); } static function initComChannels() { if (!_connected) { _sendChannel.onStatus = function (infoObject) { mochi.as2.MochiServices.onStatus(infoObject); }; _sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"}); _sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, clip:_clip, version:getVersion()}); _listenChannel.onStatus = function (infoObject) { mochi.as2.MochiServices.onStatus(infoObject); }; _listenChannel.onReceive = function (pkg) { var _local5 = pkg.callbackID; var _local4 = this._callbacks[_local5]; if (!_local4) { return(undefined); } var _local2 = _local4.callbackMethod; var _local3 = _local4.callbackObject; if (_local3 && (typeof(_local2) == "string")) { _local2 = _local3[_local2]; } if (_local2 != undefined) { _local2.apply(_local3, pkg.args); } delete this._callbacks[_local5]; }; _listenChannel.onError = function () { mochi.as2.MochiServices.onError.apply(null, ["IOError"]); }; trace("connected!"); _connecting = false; _connected = true; while (_sendChannel._queue.length > 0) { _sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift()); } } } static function flush(error) { var _local1; var _local2; while (_sendChannel._queue.length > 0) { _local1 = _sendChannel._queue.shift(); if (_local1.callbackID != null) { _local2 = _listenChannel._callbacks[_local1.callbackID]; } delete _listenChannel._callbacks[_local1.callbackID]; if (error) { handleError(_local1.args, _local2.callbackObject, _local2.callbackMethod); } } } static function handleError(args, callbackObject, callbackMethod) { if (args != null) { if (args.onError != null) { args.onError.apply(null, ["NotConnected"]); } if ((args.options != null) && (args.options.onError != null)) { args.options.onError.apply(null, ["NotConnected"]); } } if (callbackMethod != null) { args = {}; args.error = true; args.errorCode = "NotConnected"; if ((callbackObject != null) && (typeof(callbackMethod) == "string")) { callbackObject[callbackMethod](args); } else if (callbackMethod != null) { callbackMethod.apply(args); } } } static function send(methodName, args, callbackObject, callbackMethod) { if (_connected) { _sendChannel.send(_sendChannelName, "onReceive", {methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID}); } else { if ((_clip == undefined) || (!_connecting)) { onError.apply(null, ["NotConnected"]); handleError(args, callbackObject, callbackMethod); flush(true); return(undefined); } _sendChannel._queue.push({methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID}); } _listenChannel._callbacks[_listenChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod}; _listenChannel._nextcallbackID++; } static function urlOptions() { var _local5 = {}; if (_root.mochiad_options) { var _local4 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local4.length) { var _local3 = _local4[_local2].split("="); _local5[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } return(_local5); } static function addLinkEvent(url, burl, btn, onClick) { var timeout = 1500; var t0 = getTimer(); var _local2 = new Object(); _local2.mav = getVersion(); _local2.swfv = btn.getSWFVersion() || 6; _local2.swfurl = btn._url; _local2.fv = System.capabilities.version; _local2.os = System.capabilities.os; _local2.lang = System.capabilities.language; _local2.scres = (System.capabilities.screenResolutionX + "x") + System.capabilities.screenResolutionY; var s = "?"; var _local3 = 0; for (var _local6 in _local2) { if (_local3 != 0) { s = s + "&"; } _local3++; s = ((s + _local6) + "=") + escape(_local2[_local6]); } if (!(netupAttempted || (_connected))) { var ping = btn.createEmptyMovieClip("ping", 777); var _local7 = btn.createEmptyMovieClip("nettest", 778); netupAttempted = true; ping.loadMovie("http://x.mochiads.com/linkping.swf?t=" + getTimer()); _local7.onEnterFrame = function () { if ((ping._totalframes > 0) && (ping._totalframes == ping._framesloaded)) { delete this.onEnterFrame; } else if ((getTimer() - t0) > timeout) { delete this.onEnterFrame; mochi.as2.MochiServices.netup = false; } }; } var _local4 = btn.createEmptyMovieClip("clk", 1001); _local4._alpha = 0; _local4.beginFill(1044735); _local4.moveTo(0, 0); _local4.lineTo(0, btn._height); _local4.lineTo(btn._width, btn._height); _local4.lineTo(btn._width, 0); _local4.lineTo(0, 0); _local4.endFill(); _local4.onRelease = function () { if (mochi.as2.MochiServices.netup) { getURL (url + s, "_blank"); } else { getURL (burl, "_blank"); } if (onClick != undefined) { onClick(); } }; } static var _servicesURL = "http://www.mochiads.com/static/lib/services/services.swf"; static var _listenChannelName = "__ms_"; static var _connecting = false; static var _connected = false; static var netup = true; static var netupAttempted = false; }
Symbol 227 MovieClip [__Packages.mochi.as2.MochiDigits] Frame 0
class mochi.as2.MochiDigits { var Encoder, Fragment, Sibling; function MochiDigits (digit, index) { Encoder = 0; setValue(digit, index); } function get value() { return(Number(toString())); } function set value(v) { setValue(v); //return(value); } function addValue(v) { value = value + v; } function setValue(digit, index) { var _local3 = digit.toString(); if ((index == undefined) || (isNaN(index))) { index = 0; } Fragment = _local3.charCodeAt(index++) ^ Encoder; if (index < _local3.length) { Sibling = new mochi.as2.MochiDigits(digit, index); } else { Sibling = null; } reencode(); } function reencode() { var _local2 = int(2147483647 * Math.random()); Fragment = Fragment ^ (_local2 ^ Encoder); Encoder = _local2; } function toString() { var _local2 = String.fromCharCode(Fragment ^ Encoder); return(((Sibling != null) ? (_local2.concat(Sibling.toString())) : (_local2))); } }
Symbol 20 MovieClip [gamebg] Frame 1
stop();
Symbol 20 MovieClip [gamebg] Frame 10
stop();
Symbol 22 MovieClip [gamefade] Frame 1
stop();
Symbol 55 MovieClip [rulesinner] Frame 1
this.onEnterFrame = function () { this._x = this._x + (0.25 * (this.sbx - this._x)); };
Symbol 57 MovieClip [ruletipsmenu] Frame 1
this.xscale = 50; this._visible = false; this._alpha = 0; this.curmenu = 1; this.menux = new Array(); this.menux[1] = (-1 * this.rulesinner.rule1._x) + 20; this.menux[2] = (-1 * this.rulesinner.rule2._x) + 20; this.menux[3] = (-1 * this.rulesinner.rule3._x) + 20; this.menux[4] = (-1 * this.rulesinner.rule4._x) + 20; this.onEnterFrame = function () { if (this.oef == true) { if (_root.curmenu == this) { if (this.xscale < 100) { this._visible = true; this.xscale = this.xscale + _root.faderate; this._alpha = this._alpha + (_root.faderate * 3); } else if (this.xscale == 100) { this.oef = false; } } else if (this.xscale > 50) { this.xscale = this.xscale - _root.faderate; this._alpha = this._alpha - (_root.faderate * 3); } else if (this.xscale <= 50) { this._visible = false; this.oef = false; } } };
Instance of Symbol 28 MovieClip [donebutton] in Symbol 57 MovieClip [ruletipsmenu] Frame 1
on (release) { if (_root.curmenu == _root.ruletipsmenu) { _root.ruletipsmenu.oef = true; _root.mainmenu.oef = true; _root.curmenu = _root.mainmenu; } }
Instance of Symbol 31 MovieClip [arrow button] in Symbol 57 MovieClip [ruletipsmenu] Frame 1
on (release) { if (this._parent.curmenu > 1) { this._parent.curmenu--; this._parent.menuat.text = this._parent.curmenu + " of 4"; } this._parent.rulesinner.sbx = this._parent.menux[this._parent.curmenu]; }
Instance of Symbol 31 MovieClip [arrow button] in Symbol 57 MovieClip [ruletipsmenu] Frame 1
on (release) { if (this._parent.curmenu < 4) { this._parent.curmenu++; this._parent.menuat.text = this._parent.curmenu + " of 4"; } this._parent.rulesinner.sbx = this._parent.menux[this._parent.curmenu]; }
Symbol 65 MovieClip [gridpoint] Frame 1
this.occupied = false; this.occurpier = undefined;
Symbol 66 MovieClip [grid] Frame 1
this._visible = false;
Symbol 71 MovieClip Frame 1
this.glow = function () { this.glowingup = true; this.glowcount = 0; this.glowcounter = 0; this.oef = true; }; this._alpha = 0; this.onEnterFrame = function () { if (this.oef) { if (this.glowcount < 8) { if (this.glowingup == true) { if (this._alpha < 100) { this._alpha = this._alpha + 8; } else { this.glowingup = false; } } else if (this._alpha > 0) { this._alpha = this._alpha - 8; } else { this.glowingup = true; this.glowcount++; } } else { this.oef = false; } } };
Symbol 78 MovieClip [jokerbar] Frame 1
stop(); this.updatebar = function () { this.gotoAndStop(Math.ceil((_root.jokerpoints / _root.jokerlimit) * 100) + 1); };
Symbol 81 MovieClip [jokerprogress] Frame 1
this._visible = false; this.swapDepths(10000); this.wide = 15; this.updateProgress = function (progstring) { ds = 1; while (ds <= 9) { this["number" + ds]._visible = false; ds++; } digits = progstring.length; this.progback._width = (this.wide * digits) + 10; pp = 1; while (pp <= progstring.length) { newdigit = this.attachMovie("number", "number" + pp, pp, {_x:((((-1 * this.wide) * digits) / 2) + (pp * this.wide)) - 7}); if (isNaN(Number(progstring.charAt(pp - 1)))) { newdigit.gotoAndStop(11); } else if (Number(progstring.charAt(pp - 1)) == 0) { newdigit.gotoAndStop(10); } else { newdigit.gotoAndStop(Number(progstring.charAt(pp - 1))); } pp++; } };
Symbol 86 MovieClip [numberholder] Frame 1
this.spacing = 5; this.wide = 15; this.update = function (number) { ds = 1; while (ds <= 7) { this["number" + ds]._visible = false; ds++; } if (number < 10000000) { digits = 7; } if (number < 1000000) { digits = 6; } if (number < 100000) { digits = 5; } if (number < 10000) { digits = 4; } if (number < 1000) { digits = 3; } if (number < 100) { digits = 2; } if (number < 10) { digits = 1; } numString = String(number); this._parent.pointsback._width = (this.wide * digits) + 10; di = 1; while (di <= digits) { newdigit = this.attachMovie("number", "number" + di, di, {_x:((((-1 * this.wide) * digits) / 2) + (di * this.wide)) - 7.5}); single = numString.charAt(di - 1); if (single == 0) { newdigit.gotoAndStop(10); } else { newdigit.gotoAndStop(Number(single)); } newdigit._visible = true; di++; } }; this.update(0);
Symbol 88 MovieClip [gridlight] Frame 1
this._visible = false; this.onEnterFrame = function () { if (this.activated && (this._visible == false)) { this._visible = true; this._alpha = 25; } if ((this.activated != true) && (this._alpha > 0)) { this._alpha = this._alpha - 5; } if ((this.activated != true) && (this._alpha <= 0)) { this._visible = false; } };
Symbol 91 MovieClip [plus1000] Frame 1
this.curstage = 0; this.origy = this._y; this._visible = false; this._alpha = 0; this.waiting = 0; this.onEnterFrame = function () { if (this.curstage == 1) { if (this._visible == false) { this._visible = true; } if (this._alpha < 100) { this._alpha = this._alpha + 5; this._y = this._y - 1; } else if ((this._alpha >= 100) && (this.waiting == 0)) { this.waiting++; } else if ((this._alpha >= 100) && (this.waiting < 30)) { this.waiting++; } else if (this.waiting == 30) { this.waiting = 0; this.curstage = 2; } } if (this.curstage == 2) { if (this._alpha > 0) { this._alpha = this._alpha - 5; this._y = this._y - 1; } else if (this._alpha <= 0) { this.curstage = 0; this._visible = false; this._y = this.origy; } } };
Symbol 96 MovieClip Frame 1
this._visible = false; this.ready = false; this.waiting = 0; this.onEnterFrame = function () { if (this.ready) { this.waiting++; if (this.waiting >= 30) { this._visible = true; } if ((this.waiting == 30) && (this.dontplay != true)) { if (_root.soundon) { hit = new Sound(this); hit.attachSound("GameOver.mp3"); hit.start(); } } else if ((this.dontplay == true) && (this.waiting == 30)) { this.dontplay = false; } if (((this.waiting == 90) && (_root.mochiconnect != false)) && (_root.score != 0)) { if (_root.curmenu == _root.main) { _root.main.oef = true; _root.submitmenu.oef = true; _root.curmenu = _root.submitmenu; _root.submitmenu.scoreholder.update(_root.score); } } } if (this.ready == false) { this._visible = false; } };
Symbol 97 MovieClip [main] Frame 1
this.xscale = 50; this._visible = false; this._alpha = 0; this.onEnterFrame = function () { if (this.oef == true) { if (_root.curmenu == this) { if (this.xscale < 100) { this._visible = true; this.xscale = this.xscale + _root.faderate; this._alpha = this._alpha + (_root.faderate * 3); } else if (this.xscale >= 100) { this.oef = false; } } else if (this.xscale > 50) { this.xscale = this.xscale - _root.faderate; this._alpha = this._alpha - (_root.faderate * 3); } else if (this.xscale <= 50) { this._visible = false; this.oef = false; } } };
Instance of Symbol 63 MovieClip [rollbutton] "rollbutton" in Symbol 97 MovieClip [main] Frame 1
on (release) { if (_root.main.gameover.ready) { _root.resetgame(); _root.justgameover = true; } if ((_root.combotester.testing != true) && (_root.combotester.bonusing != true)) { _root.lockit(); _root.areatry = new Array(); ct = 1; while (ct <= 20) { _root.areatry[ct] = false; ct++; } ct = 1; while (ct <= 20) { cc = 0; while (cc <= 3) { ccc = 0; while (ccc <= (_root.recentlocks.length - 1)) { if (_root.recentlocks[ccc] == _root.clayouts[ct][cc]) { _root.areatry[ct] = true; } ccc++; } cc++; } ct++; } ct = 1; while (ct <= 20) { cc = 0; while (cc <= 3) { if (_root.main.grid["g" + _root.clayouts[ct][cc]].occupier == undefined) { _root.areatry[ct] = false; } cc++; } ct++; } _root.arealist = new Array(); ct = 1; while (ct <= 20) { if (_root.areatry[ct]) { _root.arealist.push(ct); } ct++; } if (_root.arealist[0] == undefined) { if (_root.recentlocks[0] == undefined) { this.wait = 0; } else { this.wait = 15; } this.onEnterFrame = function () { if (this.wait > 0) { this.wait--; } else if (this.wait == 0) { _root.rollit(); } }; } else { _root.combotester.testcombos(); } } }
Instance of Symbol 72 MovieClip [jokermaker] "jokermaker" in Symbol 97 MovieClip [main] Frame 1
on (release) { if (_root.debug) { _root.spawnjoker(); } _root.main.jokerprogress._visible = true; _root.main.jokerprogress.timer = 60; _root.main.jokerprogress.updateProgress((String(_root.jokerpoints) + "/") + String(_root.jokerlimit)); _root.main.jokerprogress.onEnterFrame = function () { if (this.timer > 0) { this.timer--; } else if (this.timer == 0) { this._visible = false; this.onEnterFrame = undefined; } }; }
Instance of Symbol 83 MovieClip [infobutton] "infobutton" in Symbol 97 MovieClip [main] Frame 1
on (press) { if (_root.curmenu == _root.main) { _root.main.oef = true; _root.mainmenu.oef = true; _root.curmenu = _root.mainmenu; _root.updateHighscore(); } }
Instance of Symbol 93 MovieClip [cannedlink] in Symbol 97 MovieClip [main] Frame 1
on (release) { getURL ("http://www.canned-bananas.com", "_blank"); }
Symbol 108 MovieClip [namebutton] Frame 1
this.shake = function () { this.shaking = true; this.shakeindex = 0; }; this.origx = this._x; this.onEnterFrame = function () { if (this.shaking) { this.shakeindex++; if (this.shakeindex == 17) { this.shaking = false; } else { if ((this.shakeindex % 4) == 1) { this._x = this.origx - 1; } if ((this.shakeindex % 8) == 2) { this._x = this.origx; } if ((this.shakeindex % 8) == 3) { this._x = this.origx + 1; } if ((this.shakeindex % 8) == 0) { this._x = this.origx; } } } };
Symbol 117 MovieClip [submitmenu] Frame 1
this.xscale = 50; this._visible = false; this._alpha = 0; this.onEnterFrame = function () { if (this.oef == true) { if (_root.curmenu == this) { if (this.xscale < 100) { this._visible = true; this.xscale = this.xscale + _root.faderate; this._alpha = this._alpha + (_root.faderate * 3); } else if (this.xscale >= 100) { this.oef = false; } } else if (this.xscale > 50) { this.xscale = this.xscale - _root.faderate; this._alpha = this._alpha - (_root.faderate * 3); } else if (this.xscale <= 50) { this._visible = false; this.oef = false; } } }; this.nameinput.text.restrict = " -~"; this.nameinput.onChanged = function () { if (this.text.length > 12) { this.text = this.text.substring(0, 12); } }; this.nameinput.text = "";
Instance of Symbol 100 MovieClip [submitbutton] in Symbol 117 MovieClip [submitmenu] Frame 1
on (release) { if ((_root.curmenu == _root.submitmenu) && (this._parent.nameinput.text != "")) { mochi.as2.MochiScores.showLeaderboard({score:_root.score, name:this._parent.nameinput.text, boardID:"8af6a5a83d8a6436", width:"500", height:"400", onDisplay:_root.mochimenu, onClose:_root.mochimenu}); _root.gobackto = _root.main; } else if ((_root.curmenu == _root.submitmenu) && (this._parent.nameinput.text == "")) { this._parent.namebutton.shake(); hit = new Sound(this); hit.attachSound("Error.mp3"); hit.start(); } }
Instance of Symbol 103 MovieClip [cancelbutton] in Symbol 117 MovieClip [submitmenu] Frame 1
on (release) { if (_root.curmenu == _root.submitmenu) { _root.main.oef = true; _root.submitmenu.oef = true; _root.curmenu = _root.main; } }
Symbol 131 MovieClip [die] Frame 1
this.lockbox._visible = false; this.oef = false; this.loef = false; stop(); this.lockdown = function (fast) { this.locked = true; this.lockbox._visible = true; if (this.dietype == 17) { this.overwriting.goaway(); } if (fast) { } else { this.lockbox._alpha = 0; this.loef = true; } this.onPress = undefined; this.onRelease = (this.onReleaseOutside = undefined); _root.recentlocks.push(this.gposition); }; this.shake = function () { this.shaking = true; this.shakeindex = 0; }; this.goaway = function () { this.removing = true; }; this.onPress = function () { if ((_root.combotester.testing != true) && (_root.combotester.bonusing != true)) { this.startDrag(); this.shaking = false; this.dragging = true; this._alpha = 50; this.swapDepths(_root.dieindex); _root.dieindex++; if (_root.soundon) { hit = new Sound(this); hit.attachSound("Grab.mp3"); hit.start(); } } }; this.onRelease = (this.onReleaseOutside = (this.loadSO = function () { if ((_root.combotester.testing != true) && (_root.combotester.bonusing != true)) { this.stopDrag(); this.dragging = false; gc = 7; while (gc <= 22) { _root.main["l" + gc].activated = false; gc++; } this._alpha = 100; candidate = this.gridpoint; candidatedist = (_root.main.grid.g8._x - _root.main.grid.g7._x) * 0.75; gc = 1; while (gc <= 22) { if ((_root.main.grid["g" + gc].occupied == false) || ((this.dietype == 17) && (_root.main.grid["g" + gc].occupier.dietype != 17))) { if (((this.dietype != 17) && ((gc <= 4) || (gc >= 7))) || ((this.dietype == 17) && (gc >= 5))) { xdist = Math.abs(this._x - (_root.main.grid._x + _root.main.grid["g" + gc]._x)); ydist = Math.abs(this._y - (_root.main.grid._y + _root.main.grid["g" + gc]._y)); dist = Math.sqrt(Math.pow(xdist, 2) + Math.pow(ydist, 2)); if (dist < candidatedist) { candidate = _root.main.grid["g" + gc]; candidatedist = dist; } } } gc++; } if ((this.dietype == 17) && (this.overwriting != undefined)) { this.gridpoint.occupier = this.overwriting; this.overwriting = undefined; } else { this.gridpoint.occupier = undefined; this.gridpoint.occupied = false; if (this.gposition == 0) { if (this.dietype != 17) { _root.availrollslots++; } } else { _root.availgridslots++; } } if (this.gridpoint == candidate) { if (_root.soundon) { hit = new Sound(this); hit.attachSound("Error.mp3"); hit.start(); } } this.gridpoint = candidate; if ((this.dietype == 17) && (this.gridpoint.occupier != undefined)) { this.overwriting = this.gridpoint.occupier; this.gridpoint.occupier = this; this.gposition = this.gridpoint.indx; } else { this.gridpoint.occupier = this; this.gridpoint.occupied = true; this.gposition = this.gridpoint.indx; if (this.gposition == 0) { if (this.dietype != 17) { _root.availrollslots--; } } else { _root.availgridslots--; } } this.oef = true; if (_root.soundon) { hit = new Sound(this); hit.attachSound("Drop.mp3"); hit.start(); } } _root.savedata(); })); this.onEnterFrame = function () { if (this.shaking) { this.shakeindex++; if (this.shakeindex == 17) { this.shaking = false; } else { if ((this.shakeindex % 4) == 1) { this._x = (this.gridpoint._x + _root.main.grid._x) - 1; } if ((this.shakeindex % 8) == 2) { this._x = this.gridpoint._x + _root.main.grid._x; } if ((this.shakeindex % 8) == 3) { this._x = (this.gridpoint._x + _root.main.grid._x) + 1; } if ((this.shakeindex % 8) == 0) { this._x = this.gridpoint._x + _root.main.grid._x; } } } if (this.oef) { this._x = this._x + (0.5 * ((this.gridpoint._x + _root.main.grid._x) - this._x)); this._y = this._y + (0.5 * ((this.gridpoint._y + _root.main.grid._y) - this._y)); if ((Math.abs(0.25 * (this._y - (this.gridpoint._y + _root.main.grid._y))) + Math.abs(0.25 * (this._x - (this.gridpoint._x + _root.main.grid._x)))) < 0.25) { this.oef = false; this._x = this.gridpoint._x + _root.main.grid._x; this._y = this.gridpoint._y + _root.main.grid._y; } } if (this.loef && (this.lockbox._alpha < 100)) { this.lockbox._alpha = this.lockbox._alpha + 20; } else { this.loef = false; } if (this.removing && (this._alpha > 0)) { this._alpha = this._alpha - 10; } else if (this.removing && (this._alpha <= 0)) { this.removeMovieClip(); this.unloadMovie(); } if (this.soef == true) { if (this._alpha < 100) { this._alpha = this._alpha + 10; } else { this.soef = false; } } if (this.dragging) { if (this._xscale < 120) { this._xscale = this._xscale + 6; this._yscale = this._yscale + 6; } } else if (this._xscale > 100) { this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; } if (this.dragging) { candidate = this.gridpoint; candidatedist = (_root.main.grid.g8._x - _root.main.grid.g7._x) * 0.75; gc = 7; while (gc <= 22) { _root.main["l" + gc].activated = false; if ((_root.main.grid["g" + gc].occupied == false) || (_root.main.grid["g" + gc].occupier == this)) { xdist = Math.abs(this._x - (_root.main.grid._x + _root.main.grid["g" + gc]._x)); ydist = Math.abs(this._y - (_root.main.grid._y + _root.main.grid["g" + gc]._y)); dist = Math.sqrt(Math.pow(xdist, 2) + Math.pow(ydist, 2)); if (dist < candidatedist) { candidate = _root.main["l" + gc]; candidatedist = dist; } } gc++; } candidate.activated = true; } }; if (this.locked) { this.lockdown(true); }
Symbol 157 MovieClip [splashmenu] Frame 1
this._xscale = 50; this._yscale = 50; this._alpha = 0; this.xscale = 50; this.waiting = 0; this.onEnterFrame = function () { this.waiting++; if (this.waiting == 15) { _root.titlelogo.ready = true; } if (this.oef == true) { if (_root.curmenu == this) { if (this.xscale < 100) { this._visible = true; this.xscale = this.xscale + _root.faderate; this._xscale = this._xscale + _root.faderate; this._yscale = this._yscale + _root.faderate; this._alpha = this._alpha + (_root.faderate * 3); } else if (this.xscale == 100) { this.oef = false; } } else if (this.xscale > 50) { this.xscale = this.xscale - _root.faderate; this._xscale = this._xscale - _root.faderate; this._yscale = this._yscale - _root.faderate; this._alpha = this._alpha - (_root.faderate * 3); } else if (this.xscale <= 50) { this._visible = false; this.oef = false; } } if (((this.ready == true) && (this.xscale >= 100)) && (this.waiting >= 120)) { _root.curmenu = _root.main; this.oef = true; _root.main.oef = true; _root.titlebar.play(); _root.titlelogo.ready2 = true; } };
Symbol 159 MovieClip [title] Frame 1
this._alpha = 0; this.onEnterFrame = function () { if ((this._alpha < 100) && (this.ready)) { this._alpha = this._alpha + 5; } if ((this._alpha > 0) && (this.ready2)) { this._alpha = this._alpha - 10; } };
Symbol 169 MovieClip [sounds] Frame 1
stop();
Symbol 173 MovieClip [fader] Frame 1
this.onEnterFrame = function () { if ((this.goingup == true) && (this._alpha < 50)) { this._alpha = this._alpha + 10; } else if (this.goingup && (this._alpha >= 50)) { this.goingup = false; } else if ((this.goingup == false) && (this._alpha > 0)) { this._alpha = this._alpha - 10; } else if ((this.goingup == false) && (this._alpha <= 0)) { this.unloadMovie(); this.removeMovieClip(); } };
Symbol 175 MovieClip [combotester] Frame 1
this._alpha = 0; this._visible = false; this.movespeed = 5; this.movecount = 0; this.testcombos = function () { this.testing = true; this._visible = true; this.area = _root.arealist[0]; this._x = (_root.main._x + _root.main.grid["g" + _root.clayouts[area][0]]._x) + ((_root.main.grid["g" + _root.clayouts[area][3]]._x - _root.main.grid["g" + _root.clayouts[area][0]]._x) / 2); this._x = this._x + _root.main.grid._x; this._y = _root.main.grid["g" + _root.clayouts[area][0]]._y + ((_root.main.grid["g" + _root.clayouts[area][3]]._y - _root.main.grid["g" + _root.clayouts[area][0]]._y) / 2); this._y = this._y + (_root.main._y + _root.main.grid._y); this.sbx = this._x; this.sby = this._y; this.wait = 14; }; this.onEnterFrame = function () { if (this.testing && (this.wait == 0)) { if (this._alpha < 100) { this._alpha = this._alpha + 10; } else if (this.movecount == 0) { _root.arealist.shift(); this.area = _root.arealist[0]; this.xmove = 0; this.ymove = 0; if (_root.arealist[0] == undefined) { trace("HI"); this.testing = false; this.wait = 14; forbonus = new Array(); cleared = 0; rc = 7; while (rc <= 22) { if (_root.main.grid["g" + rc].occupier.remove) { cleared++; forbonus.push(rc); _root.main.grid["g" + rc].occupier.goaway(); _root.main.grid["g" + rc].occupier = undefined; _root.main.grid["g" + rc].occupied = false; _root.availgridslots++; } rc++; } if (cleared > 4) { trace("MOVE"); this.bonusing = true; rc = 7; while (rc <= 22) { if (_root.main.grid["g" + rc].occupier.remove) { fade = _root.attachMovie("fader", "fader" + rc, (_root.dieindex + rc) + 8000, {_x:(_root.main.grid["g" + rc]._x + _root.main.grid._x) + _root.main._x, _y:(_root.main.grid["g" + rc]._y + _root.main.grid._y) + _root.main._y}); fade.goingup = true; fade._alpha = 0; fade.gotoAndStop(3); } rc++; } this.sbx = 350; this.sby = 377; this.xmove = (this.sbx - this._x) / this.movespeed; this.movecount = this.movespeed; this.ymove = (this.sby - this._y) / this.movespeed; this.wait = 14; } else { _root.rollit(); } } else { trace("KEEP"); this.sbx = (_root.main._x + _root.main.grid["g" + _root.clayouts[area][0]]._x) + ((_root.main.grid["g" + _root.clayouts[area][3]]._x - _root.main.grid["g" + _root.clayouts[area][0]]._x) / 2); this.sbx = this.sbx + _root.main.grid._x; this.sby = (_root.main._y + _root.main.grid["g" + _root.clayouts[area][0]]._y) + ((_root.main.grid["g" + _root.clayouts[area][3]]._y - _root.main.grid["g" + _root.clayouts[area][0]]._y) / 2); this.sby = this.sby + _root.main.grid._y; this.xmove = (this.sbx - this._x) / this.movespeed; this.ymove = (this.sby - this._y) / this.movespeed; this.movecount = this.movespeed; this.wait = 14; } } else { this._x = this._x + this.xmove; this._y = this._y + this.ymove; this.movecount--; } } else if ((((this.testing == false) && (this._alpha > 0)) && (this.wait == 0)) && (this.bonusing != true)) { if (this._alpha > 100) { _root.rollit(); } this._alpha = this._alpha - 10; } else if (((this.testing == false) && (this._alpha <= 0)) && (this.bonusing != true)) { this._visible = false; } else if (this.wait > 0) { if (((this.wait == 1) && (_root.arealist[0] != undefined)) && (this.bonusing != true)) { points = this.calculatepoints(_root.main.grid["g" + _root.clayouts[area][0]].occupier.dietype, _root.main.grid["g" + _root.clayouts[area][1]].occupier.dietype, _root.main.grid["g" + _root.clayouts[area][2]].occupier.dietype, _root.main.grid["g" + _root.clayouts[area][3]].occupier.dietype); sf = 0; while (sf <= 3) { fade = _root.attachMovie("fader", "fader" + sf, (_root.dieindex + sf) + 8000, {_x:(_root.main.grid["g" + _root.clayouts[area][sf]]._x + _root.main.grid._x) + _root.main._x, _y:(_root.main.grid["g" + _root.clayouts[area][sf]]._y + _root.main.grid._y) + _root.main._y}); fade.goingup = true; fade._alpha = 0; if (points == 0) { fade.gotoAndStop(1); } else if ((points > 0) && (points < 100)) { fade.gotoAndStop(2); } else if (points >= 100) { fade.gotoAndStop(3); _root.main.grid["g" + _root.clayouts[area][sf]].occupier.remove = true; } sf++; } if (points >= 100) { if (_root.soundon) { hit = new Sound(this); hit.attachSound("Score2.mp3"); hit.start(); } } else if (points > 0) { if (_root.soundon) { hit = new Sound(this); hit.attachSound("Score1.mp3"); hit.start(); } } jokersused = 0; jp = 0; while (jp <= 3) { if (_root.main.grid["g" + _root.clayouts[area][jp]].occupier.dietype == 17) { jokersused++; } jp++; } points = points - Math.ceil((points * 0.25) * jokersused); this.scoreholder.update(points); _root.score = _root.score + points; if (_root.score > _root.highscore) { _root.highscore = _root.score; } _root.main.scoreholder.update(_root.score); _root.jokerpoints = _root.jokerpoints + points; jp = 1; while (jp <= 20) { if (_root.jokerpoints >= _root.jokerlimit) { _root.jokerpoints = _root.jokerpoints - _root.jokerlimit; _root.spawnjoker(); } jp++; } _root.main.jokerbar.updatebar(); } else if ((this.wait == 1) && (this.bonusing == true)) { points = (cleared - 4) * 50; this.scoreholder.update(points); _root.score = _root.score + points; if (_root.score > _root.highscore) { _root.highscore = _root.score; } _root.main.scoreholder.update(_root.score); _root.jokerpoints = _root.jokerpoints + points; jp = 1; while (jp <= 20) { if (_root.jokerpoints >= _root.jokerlimit) { _root.jokerpoints = _root.jokerpoints - _root.jokerlimit; _root.spawnjoker(); } jp++; } _root.main.jokerbar.updatebar(); bf = 0; while (bf <= (forbonus.length - 1)) { sf = forbonus[bf]; fade = _root.attachMovie("fader", "fader" + sf, (_root.dieindex + sf) + 8000, {_x:(_root.main.grid["g" + sf]._x + _root.main.grid._x) + _root.main._x, _y:(_root.main.grid["g" + sf]._y + _root.main.grid._y) + _root.main._y}); fade.goingup = true; fade._alpha = 0; fade.gotoAndStop(3); bf++; } if (_root.soundon) { hit = new Sound(this); hit.attachSound("Score2.mp3"); hit.start(); } } this.wait--; } else if (this.bonusing) { if (this.movecount == 0) { this.xmove = 0; this.ymove = 0; this.bonusing = false; this.bonused = true; this.wait = 14; } else { this._x = this._x + this.xmove; this._y = this._y + this.ymove; this.movecount--; } } }; this.calculatepoints = function (d1, d2, d3, d4) { t = new Array(d1, d2, d3, d4); to = new Array(d1, d2, d3, d4); to.sort(16); n = new Array(); if (to[0] == 17) { n[0] = 5; } else { n[0] = ((to[0] - 1) % 4) + 1; } if (to[1] == 17) { n[1] = 5; } else { n[1] = ((to[1] - 1) % 4) + 1; } if (to[2] == 17) { n[2] = 5; } else { n[2] = ((to[2] - 1) % 4) + 1; } if (to[3] == 17) { n[3] = 5; } else { n[3] = ((to[3] - 1) % 4) + 1; } no = new Array(n[0], n[1], n[2], n[3]); no.sort(16); c = new Array((((to[0] - ((to[0] - 1) % 4)) - 1) / 4) + 1, (((to[1] - ((to[1] - 1) % 4)) - 1) / 4) + 1, (((to[2] - ((to[2] - 1) % 4)) - 1) / 4) + 1, (((to[3] - ((to[3] - 1) % 4)) - 1) / 4) + 1); combofound = false; pointsreward = 0; if ((((combofound == false) && ((to[0] == to[1]) || (to[1] == 17))) && ((to[0] == to[2]) || (to[2] == 17))) && ((to[0] == to[3]) || (to[3] == 17))) { combofound = true; pointsreward = 400; trace("four of a kind of a kind"); } if ((combofound == false) && ((((((c[0] == c[1]) && ((c[0] == c[2]) || (c[2] == 5))) && ((c[0] == c[3]) || (c[3] == 5))) && (no[1] > no[0])) && ((no[2] > no[1]) || (no[2] == 5))) && ((no[3] > no[2]) || (no[3] == 5)))) { trace("same color, each number"); combofound = true; pointsreward = 200; } if ((combofound == false) && ((((((c[1] > c[0]) && ((c[2] > c[1]) || (c[2] == 5))) && ((c[3] > c[2]) || (c[3] == 5))) && (n[0] == n[1])) && ((no[0] == no[2]) || (no[2] == 5))) && ((no[0] == no[3]) || (no[3] == 5)))) { trace("same number, each color"); combofound = true; pointsreward = 200; } if ((combofound == false) && ((((((c[1] > c[0]) && ((c[2] > c[1]) || (c[2] == 5))) && ((c[3] > c[2]) || (c[3] == 5))) && (no[1] > no[0])) && ((no[2] > no[1]) || (no[2] == 5))) && ((no[3] > no[2]) || (no[3] == 5)))) { trace("each color, each number"); combofound = true; pointsreward = 100; } if ((combofound == false) && (((to[0] == to[1]) && ((to[2] == to[3]) || (to[3] == 17))) || (((to[0] != to[1]) && (to[1] == to[2])) && (to[3] == 17)))) { trace("two pair"); combofound = true; pointsreward = 60; } if ((((combofound == false) && (c[0] == c[1])) && (c[0] == c[2])) && (c[0] == c[3])) { trace("same color only"); combofound = true; pointsreward = 40; } if ((((combofound == false) && (n[0] == n[1])) && (n[0] == n[2])) && (n[0] == n[3])) { trace("same number only"); combofound = true; pointsreward = 40; } if ((combofound == false) && ((((no[0] == no[1]) && ((no[2] == no[3]) || (no[3] == 5))) || (((no[0] != no[1]) && (no[1] == no[2])) && (no[3] == 5))) && (((c[0] == c[1]) && ((c[2] == c[3]) || (c[3] == 5))) || (((c[0] != c[1]) && (c[1] == c[2])) && (c[3] == 5))))) { trace("pair color pair number"); combofound = true; pointsreward = 20; } if ((((combofound == false) && (c[1] > c[0])) && (c[2] > c[1])) && ((c[3] > c[2]) || (c[3] == 5))) { trace("each color only"); combofound = true; pointsreward = 10; } if ((((combofound == false) && (no[1] > no[0])) && (no[2] > no[1])) && ((no[3] > no[2]) || (no[3] == 5))) { trace("each number only"); combofound = true; pointsreward = 10; } if (((combofound == false) && (c[0] == c[1])) && (c[2] == c[3])) { trace("color two pair"); combofound = true; pointsreward = 5; } if (((combofound == false) && (no[0] == no[1])) && (no[2] == no[3])) { trace("number two pair"); combofound = true; pointsreward = 5; } return(pointsreward); };
Symbol 179 MovieClip [creditsmenu] Frame 1
this.xscale = 50; this._visible = false; this._alpha = 0; this.onEnterFrame = function () { if (this.oef == true) { if (_root.curmenu == this) { if (this.xscale < 100) { this._visible = true; this.xscale = this.xscale + _root.faderate; this._alpha = this._alpha + (_root.faderate * 3); } else if (this.xscale == 100) { this.oef = false; } } else if (this.xscale > 50) { this.xscale = this.xscale - _root.faderate; this._alpha = this._alpha - (_root.faderate * 3); } else if (this.xscale <= 50) { this._visible = false; this.oef = false; } } };
Instance of Symbol 28 MovieClip [donebutton] "donebutton" in Symbol 179 MovieClip [creditsmenu] Frame 1
on (release) { if (_root.curmenu == _root.creditsmenu) { _root.creditsmenu.oef = true; _root.mainmenu.oef = true; _root.curmenu = _root.mainmenu; _root.apple._visible = true; } }
Symbol 187 MovieClip [rules tips] Frame 1
stop();
Symbol 190 MovieClip [canned bananas] Frame 1
stop();
Symbol 193 MovieClip [credits] Frame 1
stop();
Symbol 202 MovieClip [fulladdbutton] Frame 1
stop();
Symbol 205 MovieClip [more games] Frame 1
stop();
Symbol 206 MovieClip [menu] Frame 1
this.xscale = 50; this._visible = false; this._alpha = 0; this.onEnterFrame = function () { if (this.oef == true) { if (_root.curmenu == this) { if (this.xscale < 100) { this._visible = true; this.xscale = this.xscale + _root.faderate; this._alpha = this._alpha + (_root.faderate * 3); } else if (this.xscale == 100) { this.oef = false; } } else if (this.xscale > 50) { this.xscale = this.xscale - _root.faderate; this._alpha = this._alpha - (_root.faderate * 3); } else if (this.xscale <= 50) { this._visible = false; this.oef = false; } } };
Instance of Symbol 28 MovieClip [donebutton] "donebutton" in Symbol 206 MovieClip [menu] Frame 1
on (release) { if (_root.curmenu == _root.mainmenu) { _root.main.oef = true; _root.mainmenu.oef = true; _root.curmenu = _root.main; } }
Instance of Symbol 187 MovieClip [rules tips] "rulestipsbutton" in Symbol 206 MovieClip [menu] Frame 1
on (press) { this.pressing = true; this.gotoAndStop(2); this.helper._y = 11; } on (dragOut) { if (this.pressing) { this.gotoAndStop(1); this.helper._y = 0; } } on (dragOver) { if (this.pressing) { this.gotoAndStop(2); this.helper._y = 11; } } on (release) { if (_root.curmenu == _root.mainmenu) { _root.ruletipsmenu.oef = true; _root.mainmenu.oef = true; _root.curmenu = _root.ruletipsmenu; _root.firsttime = false; _root.savedata(); } this.pressing = false; this.gotoAndStop(1); this.helper._y = 0; } on (releaseOutside) { this.pressing = false; this.gotoAndStop(1); this.helper._y = 0; }
Instance of Symbol 190 MovieClip [canned bananas] in Symbol 206 MovieClip [menu] Frame 1
on (press) { this.pressing = true; this.gotoAndStop(2); } on (dragOut) { if (this.pressing) { this.gotoAndStop(1); } } on (dragOver) { if (this.pressing) { this.gotoAndStop(2); } } on (release) { this.pressing = false; getURL ("http://www.canned-bananas.com", "_blank"); this.gotoAndStop(1); } on (releaseOutside) { this.pressing = false; this.gotoAndStop(1); }
Instance of Symbol 193 MovieClip [credits] in Symbol 206 MovieClip [menu] Frame 1
on (press) { this.pressing = true; this.gotoAndStop(2); } on (dragOut) { if (this.pressing) { this.gotoAndStop(1); } } on (dragOver) { if (this.pressing) { this.gotoAndStop(2); } } on (release) { if (_root.curmenu == _root.mainmenu) { _root.creditsmenu.oef = true; _root.mainmenu.oef = true; _root.curmenu = _root.creditsmenu; } this.pressing = false; this.gotoAndStop(1); } on (releaseOutside) { this.pressing = false; this.gotoAndStop(1); }
Instance of Symbol 196 MovieClip [resetbutton] in Symbol 206 MovieClip [menu] Frame 1
on (press) { if (_root.curmenu == _root.mainmenu) { _root.resetmenu.oef = true; _root.mainmenu.oef = true; _root.curmenu = _root.resetmenu; _root.mainbg.play(); } }
Instance of Symbol 202 MovieClip [fulladdbutton] in Symbol 206 MovieClip [menu] Frame 1
on (press) { this.pressing = true; this.gotoAndStop(2); } on (dragOut) { if (this.pressing) { this.gotoAndStop(1); } } on (dragOver) { if (this.pressing) { this.gotoAndStop(2); } } on (release) { this.pressing = false; getURL ("http://canned-bananas.com/lock-n-roll", "_blank"); this.gotoAndStop(1); } on (releaseOutside) { this.pressing = false; this.gotoAndStop(1); }
Instance of Symbol 205 MovieClip [more games] in Symbol 206 MovieClip [menu] Frame 1
on (press) { this.pressing = true; this.gotoAndStop(2); } on (dragOut) { if (this.pressing) { this.gotoAndStop(1); } } on (dragOver) { if (this.pressing) { this.gotoAndStop(2); } } on (release) { this.pressing = false; getURL ("http://click.linksynergy.com/fs-bin/stat?id=CHQ9Cdfc/Dg&offerid=146261&type=3&subid=0&tmpid=1826&RD_PARM1=http%253A%252F%252Fitunes.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewArtist%253Fid%253D296595378%2526uo%253D6%2526partnerId%253D30", "_blank"); this.gotoAndStop(1); } on (releaseOutside) { this.pressing = false; this.gotoAndStop(1); }
Symbol 213 MovieClip [resetmenu] Frame 1
this.xscale = 50; this._visible = false; this._alpha = 0; this.onEnterFrame = function () { if (this.oef == true) { if (_root.curmenu == this) { if (this.xscale < 100) { this._visible = true; this.xscale = this.xscale + _root.faderate; this._alpha = this._alpha + (_root.faderate * 3); } else if (this.xscale == 100) { this.oef = false; } } else if (this.xscale > 50) { this.xscale = this.xscale - _root.faderate; this._alpha = this._alpha - (_root.faderate * 3); } else if (this.xscale <= 50) { this._visible = false; this.oef = false; } } };
Instance of Symbol 208 MovieClip [yesbutton] in Symbol 213 MovieClip [resetmenu] Frame 1
on (press) { if (_root.curmenu == _root.resetmenu) { _root.resetmenu.oef = true; _root.main.oef = true; _root.curmenu = _root.main; _root.resetgame(); _root.mainbg.play(); } }
Instance of Symbol 208 MovieClip [yesbutton] in Symbol 213 MovieClip [resetmenu] Frame 1
on (press) { if (_root.curmenu == _root.resetmenu) { _root.resetmenu.oef = true; _root.mainmenu.oef = true; _root.curmenu = _root.mainmenu; _root.mainbg.play(); } }
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 30
stop();
Symbol 224 MovieClip [itunes_button] Frame 1
this._visible = false; this._alpha = 100; this.fading = true; this.onEnterFrame = function () { if (_root.curmenu == _root.main) { this._visible = true; } if ((this.fading == true) && (_root.curmenu != _root.splash)) { if (this._alpha > 50) { this._alpha = this._alpha - 5; } } else if (this._alpha < 100) { this._alpha = this._alpha + 13; } }; this.onRollOver = function () { this.fading = false; }; this.onRollOut = function () { this.fading = true; }; this.onRelease = function () { getURL ("http://click.linksynergy.com/fs-bin/stat?id=CHQ9Cdfc/Dg&offerid=146261&type=3&subid=0&tmpid=1826&RD_PARM1=http%253A%252F%252Fitunes.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewSoftware%253Fid%253D303476518%2526mt%253D8%2526uo%253D6%2526partnerId%253D30", "_blank"); };

Library Items

Symbol 1 FontUsed by:2 9 12 13 44 49 50 178
Symbol 2 EditableTextUses:1Used by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClip [lh]Uses:3Used by:Timeline
Symbol 5 GraphicUsed by:8
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClip [soundbar]Uses:6Used by:8
Symbol 8 MovieClip [soundtoggle]Uses:5 7Used by:Timeline
Symbol 9 EditableTextUses:1Used by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClip [ccmenu]Uses:10Used by:Timeline
Symbol 12 EditableTextUses:1Used by:14
Symbol 13 EditableTextUses:1Used by:14
Symbol 14 MovieClip [AG menu]Uses:12 13Used by:Timeline
Symbol 225 MovieClip [__Packages.mochi.as2.MochiScores]
Symbol 226 MovieClip [__Packages.mochi.as2.MochiServices]
Symbol 227 MovieClip [__Packages.mochi.as2.MochiDigits]
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:20
Symbol 17 ShapeTweeningUsed by:20
Symbol 18 ShapeTweeningUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClip [gamebg]Uses:16 17 18 19Used by:Timeline
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClip [gamefade]Uses:21Used by:Timeline
Symbol 23 ShapeTweeningUsed by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 BitmapUsed by:27 180 197
Symbol 27 GraphicUses:26Used by:28
Symbol 28 MovieClip [donebutton]Uses:27Used by:57 179 206
Symbol 29 BitmapUsed by:30 99 107 113 191 192 198 207 209
Symbol 30 GraphicUses:29Used by:31
Symbol 31 MovieClip [arrow button]Uses:30Used by:57
Symbol 32 FontUsed by:33 43 47 48 51 56
Symbol 33 TextUses:32Used by:55
Symbol 34 BitmapUsed by:42 52 127
Symbol 35 BitmapUsed by:42 52 120
Symbol 36 BitmapUsed by:42 52 126
Symbol 37 BitmapUsed by:42 52 128
Symbol 38 BitmapUsed by:42 52 125
Symbol 39 BitmapUsed by:42 52 129
Symbol 40 BitmapUsed by:42 52 121
Symbol 41 BitmapUsed by:42 52 130
Symbol 42 GraphicUses:34 35 36 37 38 39 40 41Used by:55
Symbol 43 TextUses:32Used by:55
Symbol 44 TextUses:1Used by:55
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:55 131
Symbol 47 TextUses:32Used by:55
Symbol 48 TextUses:32Used by:55
Symbol 49 TextUses:1Used by:55
Symbol 50 TextUses:1Used by:55
Symbol 51 TextUses:32Used by:55
Symbol 52 GraphicUses:36 41 40 37 35 39 38 34Used by:55
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:55
Symbol 55 MovieClip [rulesinner]Uses:33 42 43 44 46 47 48 49 50 51 52 54Used by:57
Symbol 56 EditableTextUses:32Used by:57
Symbol 57 MovieClip [ruletipsmenu]Uses:28 31 55 56Used by:Timeline
Symbol 58 BitmapUsed by:61
Symbol 59 BitmapUsed by:61 215 219
Symbol 60 BitmapUsed by:61 62 82 98 106
Symbol 61 GraphicUses:58 59 60Used by:97
Symbol 62 GraphicUses:60Used by:63
Symbol 63 MovieClip [rollbutton]Uses:62Used by:97
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClip [gridpoint]Uses:64Used by:66
Symbol 66 MovieClip [grid]Uses:65Used by:97
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:72
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:71
Symbol 71 MovieClipUses:70Used by:72
Symbol 72 MovieClip [jokermaker]Uses:68 71Used by:97
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:78
Symbol 75 GraphicUsed by:78
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:78
Symbol 78 MovieClip [jokerbar]Uses:74 75 77Used by:97
Symbol 79 GraphicUsed by:80 174
Symbol 80 MovieClip [progback]Uses:79Used by:81
Symbol 81 MovieClip [jokerprogress]Uses:80Used by:97
Symbol 82 GraphicUses:60Used by:83
Symbol 83 MovieClip [infobutton]Uses:82Used by:97
Symbol 84 GraphicUsed by:97
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClip [numberholder]Uses:85Used by:97 117 175 206
Symbol 87 GraphicUsed by:88 185
Symbol 88 MovieClip [gridlight]Uses:87Used by:97
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:91
Symbol 91 MovieClip [plus1000]Uses:90Used by:97
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClip [cannedlink]Uses:92Used by:97
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:96
Symbol 96 MovieClipUses:95Used by:97
Symbol 97 MovieClip [main]Uses:61 63 66 72 78 81 83 84 86 88 91 93 96Used by:Timeline
Symbol 98 GraphicUses:60Used by:117
Symbol 99 GraphicUses:29Used by:100 103
Symbol 100 MovieClip [submitbutton]Uses:99Used by:117
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClip [submittext2]Uses:101Used by:117
Symbol 103 MovieClip [cancelbutton]Uses:99Used by:117
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClip [canceltext]Uses:104Used by:117
Symbol 106 GraphicUses:60Used by:117
Symbol 107 GraphicUses:29Used by:108
Symbol 108 MovieClip [namebutton]Uses:107Used by:117
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClip [nametext]Uses:109Used by:117
Symbol 111 FontUsed by:112
Symbol 112 EditableTextUses:111Used by:117
Symbol 113 GraphicUses:29Used by:116
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClip [submittext]Uses:114Used by:116
Symbol 116 MovieClip [submittitle]Uses:113 115Used by:117
Symbol 117 MovieClip [submitmenu]Uses:98 86 100 102 103 105 106 108 110 112 116Used by:Timeline
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:Timeline
Symbol 120 GraphicUses:35Used by:131
Symbol 121 GraphicUses:40Used by:131
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:124
Symbol 124 MovieClip [lockbox]Uses:123Used by:131
Symbol 125 GraphicUses:38Used by:131
Symbol 126 GraphicUses:36Used by:131
Symbol 127 GraphicUses:34Used by:131
Symbol 128 GraphicUses:37Used by:131
Symbol 129 GraphicUses:39Used by:131
Symbol 130 GraphicUses:41Used by:131
Symbol 131 MovieClip [die]Uses:120 121 124 125 126 127 128 129 130 46Used by:Timeline
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:154
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134Used by:154
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:154
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:154
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:154
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:154
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:154
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:154
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:154
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:154
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClip [prog_dash]Uses:152Used by:154
Symbol 154 MovieClip [number]Uses:133 135 137 139 141 143 145 147 149 151 153Used by:Timeline
Symbol 155 BitmapUsed by:156 158
Symbol 156 GraphicUses:155Used by:157
Symbol 157 MovieClip [splashmenu]Uses:156Used by:Timeline
Symbol 158 GraphicUses:155Used by:159
Symbol 159 MovieClip [title]Uses:158Used by:Timeline
Symbol 160 GraphicUsed by:169
Symbol 161 Sound [Drop.mp3]Used by:169
Symbol 162 Sound [Error.mp3]Used by:169
Symbol 163 Sound [GameOver.mp3]Used by:169
Symbol 164 Sound [Grab.mp3]Used by:169
Symbol 165 Sound [Lock.mp3]Used by:169
Symbol 166 Sound [Roll.mp3]Used by:169
Symbol 167 Sound [Score1.mp3]Used by:169
Symbol 168 Sound [Score2.mp3]Used by:169
Symbol 169 MovieClip [sounds]Uses:160 161 162 163 164 165 166 167 168Used by:Timeline
Symbol 170 GraphicUsed by:173
Symbol 171 GraphicUsed by:173
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClip [fader]Uses:170 171 172Used by:Timeline
Symbol 174 MovieClip [pointsback]Uses:79Used by:175
Symbol 175 MovieClip [combotester]Uses:174 86Used by:Timeline
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:179
Symbol 178 EditableTextUses:1Used by:179
Symbol 179 MovieClip [creditsmenu]Uses:177 28 178Used by:Timeline
Symbol 180 GraphicUses:26Used by:206
Symbol 181 BitmapUsed by:182 186
Symbol 182 GraphicUses:181Used by:183
Symbol 183 MovieClip [rulestipsshadow]Uses:182Used by:187
Symbol 184 GraphicUsed by:187 190 193 202 205
Symbol 185 MovieClip [helper]Uses:87Used by:187
Symbol 186 GraphicUses:181Used by:187
Symbol 187 MovieClip [rules tips]Uses:183 184 185 186Used by:206
Symbol 188 BitmapUsed by:189
Symbol 189 GraphicUses:188Used by:190
Symbol 190 MovieClip [canned bananas]Uses:189 184Used by:206
Symbol 191 GraphicUses:29Used by:193
Symbol 192 GraphicUses:29Used by:193
Symbol 193 MovieClip [credits]Uses:191 184 192Used by:206
Symbol 194 BitmapUsed by:195
Symbol 195 GraphicUses:194Used by:196
Symbol 196 MovieClip [resetbutton]Uses:195Used by:206
Symbol 197 GraphicUses:26Used by:206
Symbol 198 GraphicUses:29Used by:199
Symbol 199 MovieClip [addthisbutton]Uses:198Used by:202 205
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClip [addgametext]Uses:200Used by:202
Symbol 202 MovieClip [fulladdbutton]Uses:199 201 184Used by:206
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClip [moregamestext]Uses:203Used by:205
Symbol 205 MovieClip [more games]Uses:199 204 184Used by:206
Symbol 206 MovieClip [menu]Uses:180 28 187 190 193 196 197 86 202 205Used by:Timeline
Symbol 207 GraphicUses:29Used by:208
Symbol 208 MovieClip [yesbutton]Uses:207Used by:213
Symbol 209 GraphicUses:29Used by:213
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClip [fontfilter]Uses:210Used by:213
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClip [resetmenu]Uses:208 209 211 212Used by:Timeline
Symbol 214 GraphicUsed by:Timeline
Symbol 215 GraphicUses:59Used by:220
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:220
Symbol 218 GraphicUsed by:220
Symbol 219 GraphicUses:59Used by:220
Symbol 220 MovieClipUses:215 217 218 219Used by:Timeline
Symbol 221 GraphicUsed by:Timeline
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:224
Symbol 224 MovieClip [itunes_button]Uses:223Used by:Timeline

Instance Names

"lh"Frame 1Symbol 4 MovieClip [lh]
"soundtoggle"Frame 1Symbol 8 MovieClip [soundtoggle]
"cctext"Frame 1Symbol 9 EditableText
"ccmenu"Frame 1Symbol 11 MovieClip [ccmenu]
"agmenu"Frame 1Symbol 14 MovieClip [AG menu]
"mainbg"Frame 2Symbol 20 MovieClip [gamebg]
"gamefade"Frame 2Symbol 22 MovieClip [gamefade]
"ruletipsmenu"Frame 15Symbol 57 MovieClip [ruletipsmenu]
"main"Frame 15Symbol 97 MovieClip [main]
"submitmenu"Frame 15Symbol 117 MovieClip [submitmenu]
"splash"Frame 15Symbol 157 MovieClip [splashmenu]
"titlelogo"Frame 15Symbol 159 MovieClip [title]
"soundholder"Frame 15Symbol 169 MovieClip [sounds]
"combotester"Frame 15Symbol 175 MovieClip [combotester]
"creditsmenu"Frame 15Symbol 179 MovieClip [creditsmenu]
"mainmenu"Frame 15Symbol 206 MovieClip [menu]
"resetmenu"Frame 15Symbol 213 MovieClip [resetmenu]
"titlebar"Frame 15Symbol 220 MovieClip
"apple"Frame 15Symbol 224 MovieClip [itunes_button]
"rule1"Symbol 55 MovieClip [rulesinner] Frame 1Symbol 54 MovieClip
"rule2"Symbol 55 MovieClip [rulesinner] Frame 1Symbol 54 MovieClip
"rule3"Symbol 55 MovieClip [rulesinner] Frame 1Symbol 54 MovieClip
"rule4"Symbol 55 MovieClip [rulesinner] Frame 1Symbol 54 MovieClip
"rulesinner"Symbol 57 MovieClip [ruletipsmenu] Frame 1Symbol 55 MovieClip [rulesinner]
"menuat"Symbol 57 MovieClip [ruletipsmenu] Frame 1Symbol 56 EditableText
"g1"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g2"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g3"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g4"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g5"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g6"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g7"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g8"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g9"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g10"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g11"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g12"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g13"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g14"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g19"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g20"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g21"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g22"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g15"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g16"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g17"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"g18"Symbol 66 MovieClip [grid] Frame 1Symbol 65 MovieClip [gridpoint]
"jokerfade"Symbol 72 MovieClip [jokermaker] Frame 1Symbol 71 MovieClip
"progback"Symbol 81 MovieClip [jokerprogress] Frame 1Symbol 80 MovieClip [progback]
"rollbutton"Symbol 97 MovieClip [main] Frame 1Symbol 63 MovieClip [rollbutton]
"grid"Symbol 97 MovieClip [main] Frame 1Symbol 66 MovieClip [grid]
"jokermaker"Symbol 97 MovieClip [main] Frame 1Symbol 72 MovieClip [jokermaker]
"jokerbar"Symbol 97 MovieClip [main] Frame 1Symbol 78 MovieClip [jokerbar]
"jokerprogress"Symbol 97 MovieClip [main] Frame 1Symbol 81 MovieClip [jokerprogress]
"infobutton"Symbol 97 MovieClip [main] Frame 1Symbol 83 MovieClip [infobutton]
"scoreholder"Symbol 97 MovieClip [main] Frame 1Symbol 86 MovieClip [numberholder]
"l12"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l11"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l13"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l14"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l8"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l7"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l9"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l10"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l20"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l19"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l21"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l22"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l16"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l15"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l17"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"l18"Symbol 97 MovieClip [main] Frame 1Symbol 88 MovieClip [gridlight]
"plus1000"Symbol 97 MovieClip [main] Frame 1Symbol 91 MovieClip [plus1000]
"gameover"Symbol 97 MovieClip [main] Frame 1Symbol 96 MovieClip
"scoreholder"Symbol 117 MovieClip [submitmenu] Frame 1Symbol 86 MovieClip [numberholder]
"namebutton"Symbol 117 MovieClip [submitmenu] Frame 1Symbol 108 MovieClip [namebutton]
"nameinput"Symbol 117 MovieClip [submitmenu] Frame 1Symbol 112 EditableText
"lockbox"Symbol 131 MovieClip [die] Frame 1Symbol 124 MovieClip [lockbox]
"pointsback"Symbol 175 MovieClip [combotester] Frame 1Symbol 174 MovieClip [pointsback]
"scoreholder"Symbol 175 MovieClip [combotester] Frame 1Symbol 86 MovieClip [numberholder]
"donebutton"Symbol 179 MovieClip [creditsmenu] Frame 1Symbol 28 MovieClip [donebutton]
"helper"Symbol 187 MovieClip [rules tips] Frame 1Symbol 185 MovieClip [helper]
"donebutton"Symbol 206 MovieClip [menu] Frame 1Symbol 28 MovieClip [donebutton]
"rulestipsbutton"Symbol 206 MovieClip [menu] Frame 1Symbol 187 MovieClip [rules tips]
"scoreholder"Symbol 206 MovieClip [menu] Frame 1Symbol 86 MovieClip [numberholder]

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 4 as "lh"
ExportAssets (56)Timeline Frame 1Symbol 7 as "soundbar"
ExportAssets (56)Timeline Frame 1Symbol 8 as "soundtoggle"
ExportAssets (56)Timeline Frame 1Symbol 11 as "ccmenu"
ExportAssets (56)Timeline Frame 1Symbol 14 as "AG menu"
ExportAssets (56)Timeline Frame 1Symbol 225 as "__Packages.mochi.as2.MochiScores"
ExportAssets (56)Timeline Frame 1Symbol 226 as "__Packages.mochi.as2.MochiServices"
ExportAssets (56)Timeline Frame 1Symbol 227 as "__Packages.mochi.as2.MochiDigits"
ExportAssets (56)Timeline Frame 2Symbol 20 as "gamebg"
ExportAssets (56)Timeline Frame 2Symbol 22 as "gamefade"
ExportAssets (56)Timeline Frame 15Symbol 28 as "donebutton"
ExportAssets (56)Timeline Frame 15Symbol 31 as "arrow button"
ExportAssets (56)Timeline Frame 15Symbol 55 as "rulesinner"
ExportAssets (56)Timeline Frame 15Symbol 57 as "ruletipsmenu"
ExportAssets (56)Timeline Frame 15Symbol 63 as "rollbutton"
ExportAssets (56)Timeline Frame 15Symbol 65 as "gridpoint"
ExportAssets (56)Timeline Frame 15Symbol 66 as "grid"
ExportAssets (56)Timeline Frame 15Symbol 72 as "jokermaker"
ExportAssets (56)Timeline Frame 15Symbol 78 as "jokerbar"
ExportAssets (56)Timeline Frame 15Symbol 80 as "progback"
ExportAssets (56)Timeline Frame 15Symbol 81 as "jokerprogress"
ExportAssets (56)Timeline Frame 15Symbol 83 as "infobutton"
ExportAssets (56)Timeline Frame 15Symbol 86 as "numberholder"
ExportAssets (56)Timeline Frame 15Symbol 88 as "gridlight"
ExportAssets (56)Timeline Frame 15Symbol 91 as "plus1000"
ExportAssets (56)Timeline Frame 15Symbol 93 as "cannedlink"
ExportAssets (56)Timeline Frame 15Symbol 97 as "main"
ExportAssets (56)Timeline Frame 15Symbol 100 as "submitbutton"
ExportAssets (56)Timeline Frame 15Symbol 102 as "submittext2"
ExportAssets (56)Timeline Frame 15Symbol 103 as "cancelbutton"
ExportAssets (56)Timeline Frame 15Symbol 105 as "canceltext"
ExportAssets (56)Timeline Frame 15Symbol 108 as "namebutton"
ExportAssets (56)Timeline Frame 15Symbol 110 as "nametext"
ExportAssets (56)Timeline Frame 15Symbol 115 as "submittext"
ExportAssets (56)Timeline Frame 15Symbol 116 as "submittitle"
ExportAssets (56)Timeline Frame 15Symbol 117 as "submitmenu"
ExportAssets (56)Timeline Frame 15Symbol 124 as "lockbox"
ExportAssets (56)Timeline Frame 15Symbol 131 as "die"
ExportAssets (56)Timeline Frame 15Symbol 153 as "prog_dash"
ExportAssets (56)Timeline Frame 15Symbol 154 as "number"
ExportAssets (56)Timeline Frame 15Symbol 157 as "splashmenu"
ExportAssets (56)Timeline Frame 15Symbol 159 as "title"
ExportAssets (56)Timeline Frame 15Symbol 161 as "Drop.mp3"
ExportAssets (56)Timeline Frame 15Symbol 162 as "Error.mp3"
ExportAssets (56)Timeline Frame 15Symbol 163 as "GameOver.mp3"
ExportAssets (56)Timeline Frame 15Symbol 164 as "Grab.mp3"
ExportAssets (56)Timeline Frame 15Symbol 165 as "Lock.mp3"
ExportAssets (56)Timeline Frame 15Symbol 166 as "Roll.mp3"
ExportAssets (56)Timeline Frame 15Symbol 167 as "Score1.mp3"
ExportAssets (56)Timeline Frame 15Symbol 168 as "Score2.mp3"
ExportAssets (56)Timeline Frame 15Symbol 169 as "sounds"
ExportAssets (56)Timeline Frame 15Symbol 173 as "fader"
ExportAssets (56)Timeline Frame 15Symbol 174 as "pointsback"
ExportAssets (56)Timeline Frame 15Symbol 175 as "combotester"
ExportAssets (56)Timeline Frame 15Symbol 179 as "creditsmenu"
ExportAssets (56)Timeline Frame 15Symbol 183 as "rulestipsshadow"
ExportAssets (56)Timeline Frame 15Symbol 185 as "helper"
ExportAssets (56)Timeline Frame 15Symbol 187 as "rules tips"
ExportAssets (56)Timeline Frame 15Symbol 190 as "canned bananas"
ExportAssets (56)Timeline Frame 15Symbol 193 as "credits"
ExportAssets (56)Timeline Frame 15Symbol 196 as "resetbutton"
ExportAssets (56)Timeline Frame 15Symbol 199 as "addthisbutton"
ExportAssets (56)Timeline Frame 15Symbol 201 as "addgametext"
ExportAssets (56)Timeline Frame 15Symbol 202 as "fulladdbutton"
ExportAssets (56)Timeline Frame 15Symbol 204 as "moregamestext"
ExportAssets (56)Timeline Frame 15Symbol 205 as "more games"
ExportAssets (56)Timeline Frame 15Symbol 206 as "menu"
ExportAssets (56)Timeline Frame 15Symbol 208 as "yesbutton"
ExportAssets (56)Timeline Frame 15Symbol 211 as "fontfilter"
ExportAssets (56)Timeline Frame 15Symbol 213 as "resetmenu"
ExportAssets (56)Timeline Frame 15Symbol 224 as "itunes_button"




https://swfchan.com/53/263509/info.shtml
Created: 25/3 -2026 20:44:14 Last modified: 25/3 -2026 20:44:14 Server time: 05/04 -2026 07:03:25