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

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

Atomyx 2.swf

This is the info page for
Flash #46278

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


Text
LOADING

<p align="left"><font face="Arial" size="26" color="#00ff00" letterSpacing="0.000000" kerning="0">LOADING</font></p><p align="left"></p><p align="left"></p><p align="left"></p><p align="left"></p>

<p align="center"><font face="Arial" size="20" color="#ffffff" letterSpacing="0.000000" kerning="0">presents</font></p>

SCORE

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

<p align="left"><font face="supernatural_10_01" size="96" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>1</b></font></p><p align="left"></p><p align="left"></p><p align="left"></p><p align="left"></p><p align="left"></p>

NEXT

<p align="left"><font face="supernatural_10_01" size="52" color="#ffffff" letterSpacing="0.000000" kerning="0">30</font></p><p align="left"></p><p align="left"></p>

GAME OVER

<p align="center"></p><p align="center"></p><p align="center"></p><p align="center"></p><p align="center"><font face="Arial" size="29" color="#00ff00" letterSpacing="0.000000" kerning="0">0</font></p>

TYPE NAME

SCORE

SUBMIT

<p align="left"><font face="Arial" size="69" color="#ffffff" letterSpacing="0.000000" kerning="0">GAME OVER</font></p><p align="left"></p><p align="left"></p><p align="left"></p><p align="left"></p>

PLAY

WALL OF FAME

INSTRUCTIONS

<p align="right"><font face="supernatural_10_01" size="33" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>PLAY MORE GAMES</b></font></p>

<p align="right"><font face="supernatural_10_01" size="33" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>THIS GAME ON YOUR WEBSITE</b></font></p>

MENU

CLICK THE MOUSE TO SHOOT YOUR
ATOM IN THE DESIRED DIRECTION

THE ATOM WILL STICK TO THE OTHER ATOMS. MATCH 3
OR MORE OF THE SAME COLOR TO CLEAR THEM FOR
POINTS

IF YOUR ATOM LANDS
OUTSIDE THE GRID,
IT'S GAME OVER!

MENU

USE THE MOUSE TO ROTATE YOUR
ATOM AROUND THE PLAY FIELD

ActionScript [AS1/AS2]

Frame 1
function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("b9ff217e", this, 10301, true); mochi.MochiServices.connect("88c20037d9dc746d"); var ins = 0;
Frame 10
stop();
Frame 20
MochiAd.showPreGameAd({id:"88c20037d9dc746d", res:"550x400", ad_finished:function () { _root.gotoAndStop(70); }});
Frame 68
gotoAndStop (70);
Frame 70
playGame.onRollOver = function () { this.gotoAndStop(2); }; playGame.onRollOut = function () { this.gotoAndStop(1); }; playGame.onRelease = function () { _global.gameEnd = false; _root.gotoAndStop(71); }; scores.onRollOver = function () { this.gotoAndStop(2); }; scores.onRollOut = function () { this.gotoAndStop(1); }; scores.onRelease = function () { trace("wall of fame"); }; instructions.onRelease = function () { _root.gotoAndStop(75); };
Instance of Symbol 148 MovieClip "scores" in Frame 70
on (release) { this.swapDepths(this.getNextHighestDepth()); mochi.MochiScores.showLeaderboard({boardID:"1d7ff92ac46f6081", onClose:function () { }, onDisplay:function () { trace("displaying now"); }, onError:function () { trace("HS Error"); }}); }
Frame 71
function init() { mainMenu(); } function mainMenu() { startGame(); } function startGame() { trace("starting game................................."); Mouse.hide(); _global.pause = false; attachMovie("cursor", "pointer", 1000000); pointer.filters = [glowguide]; attachMovie("doc", "einy", 999999); einy._x = 500; einy._y = 350; _global.music = new Sound(); _global.scores = false; music.attachSound("music"); music.start(0, 100); music.setVolume(50); _global.snd = new Sound(); snd.attachSound("poof"); snd.setVolume(100); _global.varx = 0; _global.vary = 0; _global.thatx = 0; _global.thaty = 0; _global.lvlArray = new Array(); _global.colorArray = new Array(); _global.degrees = 0; _global.rotateSpd = 4; _global.shootSpd = 0.05; _global.gameEnd = false; _global.levelTXT = level; _global.gridSize = 10; _global.atomDepth = 100; _global.shooting = false; _global.lock = false; _global.atomCount = 10; _global.attach = false; _global.gridOffset = -104; _global.oldx = (oldy = 0); _global.atomWidth = 22.5; _global.atomRadius = 11.25; _global.atomScale = 150; _global.gridRotateSpd = 1; _global.matchCount = 0; _global.hit = false; _global.gridV = 0.1; _global.gridVmax = 1; _global.gridVmin = -1; _global.directChance = 2; _global.direct = "right"; _global.guideObj = new Object(); guideObj._x = 39; guideObj._y - 184; _global.remain = timerDiff; _global.elapsed = 29; _global.tbgo = false; _global.pointsOn = false; _global.remaining = 0; _global.theName = ""; _global.lastMouse = 0; loadLevelIntro(); loadBG(); loadAtoms(); myLoad(eval ("lvl" + level)); } function nxtLvl() { i = 0; while (i < lvlArray.length) { j = 0; while (j < lvlArray[0].length) { removeMovieClip(lvlArray[i][j]); j++; } i++; } level++; if (level > 12) { level = 1; } timerDiff = 15; atomsAdd = 2; remain = 10; elapsed = 29; myLoad(this["lvl" + level]); loadLevelIntro(); } function loadAtoms() { attachMovie("blue", "playerAtom", 999998); playerAtom._x = playField._x + playField.radius; playerAtom._y = playField._y; playerAtom.lock = false; playerAtom.clr = "blue"; playerAtom.filters = [eval ("glow" + playerAtom.clr)]; playerAtom.onEnterFrame = PlayerEnterFrame; attachMovie("green", "nxtAtom", 10); nxtAtom._x = 500; nxtAtom._y = 50; nxtAtom.clr = "green"; } function loadBG() { attachMovie("background1", "bg", 0); attachMovie("playField", "playField", 1); playField.radius = playField._width / 2; playField._x = 200; playField._y = 200; attachMovie("guide", "guide", 2); guide._x = playField._x; guide._y = playField._y; attachMovie("gridPoint", "gp", 3); gp.onEnterFrame = gpEnterFrame; gp._x = playField._x; gp._y = playField._y; gp.rv = 0; attachMovie("timer", "thetimer", 90004); thetimer._x = 500; thetimer._y = 100; thetimer.onEnterFrame = timerEnterFrame; thetimer.filters = [glowguide]; timer = remain; attachMovie("score", "playerscore", 90005); playerscore._x = 490; playerscore._y = 150; playerscore._xscale = (playerscore._yscale = 75); einy.attachMovie("atomyx_logo", "logo", 999999); einy.logo._alpha = 0; einy.logo._x = -200; einy.logo._y = -150; } function atomScore(myArray) { var _local2 = myArray.length; i = 0; while (i < _local2) { if (myArray[i].fade == false) { myArray[i].fade = true; } i++; } } function atomReplace(atom) { var I = atom.Iloc; var J = atom.Jloc; var prevX = atom._x; var prevY = atom._y; var hitOffset = atom.offset; removeMovieClip(atom); gp.attachMovie("null", ("atom" + I) + J, ++atomCount); lvlArray[I][J] = eval (("gp.atom" + I) + J); lvlArray[I][J]._alpha = 100; lvlArray[I][J].blank = true; lvlArray[I][J].match = false; lvlArray[I][J].checked = false; lvlArray[I][J].clr = null; lvlArray[I][J].ob = false; lvlArray[I][J].fade = false; lvlArray[I][J].Iloc = I; lvlArray[I][J].Jloc = J; lvlArray[I][J]._alpha = 0; lvlArray[I][J].onEnterFrame = atomEnterFrame; lvlArray[I][J].offset = hitOffset; lvlArray[I][J]._x = prevX; lvlArray[I][J]._y = prevY; } function nullReplace(atom) { var clrArray = new Array("blue", "red", "green", "yellow", "orange", "violet"); var I = atom.Iloc; var J = atom.Jloc; var prevX = atom._x; var prevY = atom._y; var hitOffset = atom.offset; removeMovieClip(atom); if ((Math.random() * 100) < 50) { clr = Math.floor(Math.random() * clrArray.length); gp.attachMovie(clrArray[clr], ("atom" + I) + J, ++atomCount); lvlArray[I][J].clr = clrArray[clr]; } else { clr = Math.floor(Math.random() * colorArray.length); gp.attachMovie(colorArray[clr], ("atom" + I) + J, ++atomCount); lvlArray[I][J].clr = colorArray[clr]; } lvlArray[I][J] = eval (("gp.atom" + I) + J); lvlArray[I][J]._alpha = 0; lvlArray[I][J].blank = false; lvlArray[I][J].match = false; lvlArray[I][J].checked = false; lvlArray[I][J].ob = false; lvlArray[I][J].fade = false; lvlArray[I][J].filters = [eval ("glow" + lvlArray[I][J].clr)]; lvlArray[I][J].Iloc = I; lvlArray[I][J].Jloc = J; lvlArray[I][J].onEnterFrame = atomEnterFrame; lvlArray[I][J].offset = hitOffset; lvlArray[I][J]._x = prevX; lvlArray[I][J]._y = prevY; } function PlayerEnterFrame() { if (pause == false) { var _local3 = lvlArray.length; var _local2 = 0; if (gameEnd == false) { if (this.lock == false) { if (lock == false) { pointer._x = _xmouse; pointer._y = _ymouse; degrees = Math.atan2(_ymouse - gp._y, _xmouse - gp._x) * 57.29578; invisDeg = int(degrees + 180); angle = (degrees * 3.141593) / 180; invisAngle = (invisDeg * 3.141593) / 180; guide._rotation = degrees; pointer._rotation = degrees; xPos = playField.radius * Math.cos(angle); yPos = playField.radius * Math.sin(angle); invisX = playField.radius * Math.cos(invisAngle); invisY = playField.radius * Math.sin(invisAngle); this._x = xPos + playField._x; this._y = yPos + playField._y; guideObj._x = invisX + playField._x; guideObj._y = invisY + playField._y; vary = guideObj._y; varx = guideObj._x; lastMouse = _xmouse; thatx = this._x; thaty = this._y; } onMouseDown = function () { if ((lock == false) && (shooting == false)) { hit = false; lock = true; shooting = true; } }; } if (shooting == true) { atomShoot(); i = 0; while (i < gridSize) { j = 0; while (j < gridSize) { myPoint = new Object(); myPoint.x = lvlArray[i][j]._x; myPoint.y = lvlArray[i][j]._y; gp.localToGlobal(myPoint); if (getDist(myPoint.x, myPoint.y, this._x, this._y) <= 506.25) { if (hit == false) { if (lvlArray[i][j].blank == false) { hit = true; attach = true; atomAttach(playerAtom, lvlArray[i][j]); } } } j++; } i++; } } } if (getDist(varx, vary, this._x, this._y) < 625) { this._x = thatx; this._y = thaty; lock = false; shooting = false; } i = 0; while (i < gridSize) { j = 0; while (j < gridSize) { if (lvlArray[i][j].blank == false) { _local2++; } j++; } i++; } if (_local2 == 0) { timerDiff--; nxtLvl(); } else { _local2 = 0; } } else if (pause == true) { return(undefined); } } function atomShoot() { var _local2 = guideObj._x - playerAtom._x; var _local1 = guideObj._y - playerAtom._y; playerAtom._x = playerAtom._x + (_local2 * shootSpd); playerAtom._y = playerAtom._y + (_local1 * shootSpd); } function createRandom() { lock = true; var clrArray = new Array("blue", "green", "orange", "red", "violet", "yellow"); var colorLength = colorArray.length; var clrLength = clrArray.length; deviate = false; trace(colorLength); if (Math.floor(Math.random() * 200) > 3) { clr = Math.floor(Math.random() * colorLength); } else { clr = Math.floor(Math.random() * clrLength); deviate = true; } if (deviate == false) { attachMovie(nxtAtom.clr, "playerAtom", 9999, {_x:thatx, _y:thaty}); playerAtom.clr = nxtAtom.clr; removeMovieClip(nxtAtom); attachMovie(colorArray[clr], "nxtAtom", 10); nxtAtom.clr = colorArray[clr]; nxtAtom._x = 500; nxtAtom._y = 50; } else if (deviate == true) { attachMovie(nxtAtom.clr, "playerAtom", 9999, {_x:thatx, _y:thaty}); playerAtom.clr = nxtAtom.clr; removeMovieClip(nxtAtom); attachMovie(clrArray[clr], "nxtAtom", 10); nxtAtom.clr = clrArray[clr]; nxtAtom._x = 500; nxtAtom._y = 50; deviate = false; } playerAtom.filters = [eval ("glow" + playerAtom.clr)]; playerAtom.lock = false; playerAtom.onEnterFrame = PlayerEnterFrame; lock = false; } function atomAttach(playerAtom, hitAtom) { if (attach == true) { adjArray = new Array(); adjArray = getAdj(hitAtom); distArray = new Array(); assocArray = new Array(); assocCount = 0; i = 0; while (i < adjArray.length) { atom = adjArray[i]; myPoint = new Object(); myPoint.x = atom._x; myPoint.y = atom._y; gp.localToGlobal(myPoint); distArray[i] = getDist(myPoint.x, myPoint.y, playerAtom._x, playerAtom._y); assocArray[atom] = distArray[i]; assocCount++; i++; } short = 99999 /* 0x01869F */; i = 0; while (i < distArray.length) { if (distArray[i] < short) { short = distArray[i]; } else if (distArray[i] == short) { } i++; } g = 0; while (g < assocCount) { if (assocArray[adjArray[g]] == short) { if (adjArray[g].ob == true) { tbgo = true; } hitX = adjArray[g].Iloc; hitY = adjArray[g].Jloc; prevX = adjArray[g]._x; prevY = adjArray[g]._y; hitOffset = lvlArray[hitX][hitY].offset; removeMovieClip(lvlArray[hitX][hitY]); gp.attachMovie(playerAtom.clr, ("atom" + hitX) + hitY, ++atomCount, {_x:prevX, _y:prevY, Iloc:hitX, Jloc:hitY}); lvlArray[hitX][hitY].clr = playerAtom.clr; lvlArray[hitX][hitY] = eval (("gp.atom" + hitX) + hitY); lvlArray[hitX][hitY].blank = false; lvlArray[hitX][hitY].fade = false; lvlArray[hitX][hitY].onEnterFrame = atomEnterFrame; lvlArray[hitX][hitY].filters = [eval ("glow" + lvlArray[hitX][hitY].clr)]; lvlArray[hitX][hitY].offset = hitOffset; lvlArray[hitX][hitY].Iloc = hitX; lvlArray[hitX][hitY].Jloc = hitY; removeMovieClip(playerAtom); lvlArray[hitX][hitY].match = true; lvlArray[hitX][hitY].checked = true; atomMatch(lvlArray[hitX][hitY]); checkColors(); createRandom(); } g++; } } attach = false; playerAtom.lock = false; shooting = false; if (tbgo == true) { gameOver(); } } function myLoad(lvl) { altRow = false; i = 0; while (i < gridSize) { lvlArray[i] = new Array(); j = 0; while (j < gridSize) { if (lvl[i][j] == "ob") { gp.attachMovie("ob", ("ob" + i) + j, atomCount++); lvlArray[i][j] = eval (("gp.ob" + i) + j); lvlArray[i][j].Iloc = i; lvlArray[i][j].Jloc = j; lvlArray[i][j]._alpha = 0; lvlArray[i][j].ob = true; if (altRow == false) { lvlArray[i][j]._x = (atomWidth * i) + gridOffset; lvlArray[i][j].offset = false; altRow = true; } else if (altRow == true) { lvlArray[i][j]._x = ((atomWidth * i) + gridOffset) + atomRadius; lvlArray[i][j].offset = true; altRow = false; } lvlArray[i][j]._y = (atomWidth * j) + gridOffset; } else if (lvl[i][j] == "null") { gp.attachMovie("null", ("atom" + i) + j, atomCount++); lvlArray[i][j] = eval (("gp.atom" + i) + j); lvlArray[i][j].fade = false; lvlArray[i][j].onEnterFrame = atomEnterFrame; lvlArray[i][j].Iloc = i; lvlArray[i][j].Jloc = j; lvlArray[i][j].match = false; lvlArray[i][j].checked = false; lvlArray[i][j].ob = false; lvlArray[i][j].clr = null; lvlArray[i][j].blank = true; if (altRow == false) { lvlArray[i][j]._x = (atomWidth * i) + gridOffset; lvlArray[i][j].offset = false; altRow = true; } else if (altRow == true) { lvlArray[i][j]._x = ((atomWidth * i) + gridOffset) + atomRadius; lvlArray[i][j].startx = ((atomWidth * i) + gridOffset) + atomRadius; lvlArray[i][j].offset = true; altRow = false; } lvlArray[i][j]._y = (atomWidth * j) + gridOffset; lvlArray[i][j].starty = (atomWidth * j) + gridOffset; } else if ((lvl[i][j] != "null") && (lvl[i][j] != "ob")) { gp.attachMovie(lvl[i][j], ("atom" + i) + j, atomCount++); lvlArray[i][j] = eval (("gp.atom" + i) + j); lvlArray[i][j].onEnterFrame = atomEnterFrame; lvlArray[i][j].Iloc = i; lvlArray[i][j].fade = false; lvlArray[i][j].Jloc = j; lvlArray[i][j].match = false; lvlArray[i][j].checked = false; lvlArray[i][j].ob = false; lvlArray[i][j].blank = false; lvlArray[i][j].clr = lvl[i][j]; lvlArray[i][j].filters = [eval ("glow" + lvlArray[i][j].clr)]; lvlArray[i][j].blank = false; if (altRow == false) { lvlArray[i][j]._x = (atomWidth * i) + gridOffset; lvlArray[i][j].offset = false; altRow = true; } else if (altRow == true) { lvlArray[i][j]._x = ((atomWidth * i) + gridOffset) + atomRadius; lvlArray[i][j].offset = true; altRow = false; } lvlArray[i][j]._y = (atomWidth * j) + gridOffset; } j++; } i++; } } function getDist(x1, y1, x2, y2) { xd = x2 - x1; yd = y2 - y1; distance = (xd * xd) + (yd * yd); return(distance); } function getAdj(atom) { I = atom.Iloc; J = atom.Jloc; myArray = new Array(); counter = 0; if (atom.offset == true) { myArray[0] = lvlArray[I][J - 1]; myArray[1] = lvlArray[I + 1][J - 1]; myArray[2] = lvlArray[I + 1][J]; myArray[3] = lvlArray[I][J + 1]; myArray[4] = lvlArray[I - 1][J]; myArray[5] = lvlArray[I + 1][J + 1]; } else if (atom.offset == false) { myArray[0] = lvlArray[I][J - 1]; myArray[1] = lvlArray[I - 1][J - 1]; myArray[2] = lvlArray[I + 1][J]; myArray[3] = lvlArray[I][J + 1]; myArray[4] = lvlArray[I - 1][J]; myArray[5] = lvlArray[I - 1][J + 1]; } theLength = myArray.length; i = 0; while (i < theLength) { if (myArray[i] == undefined) { counter++; } i++; } if (counter >= 3) { if (attach == true) { gameOver(); } } else { return(myArray); } } function gpEnterFrame() { if (pause == false) { if (gameEnd == false) { if (direct == "right") { if (gp.rv <= gridVmax) { gp.rv = gp.rv + gridV; } gp._rotation = gp._rotation + gp.rv; } else if (direct == "left") { if (gp.rv >= gridVmin) { gp.rv = gp.rv - gridV; } gp._rotation = gp._rotation + gp.rv; } if (Math.floor(Math.random() * 1000) < directChance) { switch (direct) { case "right" : direct = "left"; break; case "left" : direct = "right"; break; } } } } else if (pause == true) { return(undefined); } } function atomMatch(atom) { I = atom.Iloc; J = atom.Jloc; myArray = new Array(); counter = 0; morepts = 0; if (atom.offset == true) { if (lvlArray[I][J - 1].blank == false) { myArray[counter] = lvlArray[I][J - 1]; counter++; } if (lvlArray[I + 1][J - 1].blank == false) { myArray[counter] = lvlArray[I + 1][J - 1]; counter++; } if (lvlArray[I + 1][J].blank == false) { myArray[counter] = lvlArray[I + 1][J]; counter++; } if (lvlArray[I][J + 1].blank == false) { myArray[counter] = lvlArray[I][J + 1]; counter++; } if (lvlArray[I - 1][J].blank == false) { myArray[counter] = lvlArray[I - 1][J]; counter++; } if (lvlArray[I + 1][J + 1].blank == false) { myArray[counter] = lvlArray[I + 1][J + 1]; counter++; } } else if (atom.offset == false) { if (lvlArray[I][J - 1].blank == false) { myArray[counter] = lvlArray[I][J - 1]; counter++; } if (lvlArray[I - 1][J - 1].blank == false) { myArray[counter] = lvlArray[I - 1][J - 1]; counter++; } if (lvlArray[I + 1][J].blank == false) { myArray[counter] = lvlArray[I + 1][J]; counter++; } if (lvlArray[I][J + 1].blank == false) { myArray[counter] = lvlArray[I][J + 1]; counter++; } if (lvlArray[I - 1][J].blank == false) { myArray[counter] = lvlArray[I - 1][J]; counter++; } if (lvlArray[I - 1][J + 1].blank == false) { myArray[counter] = lvlArray[I - 1][J + 1]; counter++; } } theLength = myArray.length; a = 0; while (a < theLength) { if (atom.clr == myArray[a].clr) { myArray[a].match = true; } a++; } lvlLength = lvlArray.length; i = 0; while (i < lvlLength) { j = 0; while (j < lvlLength) { if ((lvlArray[i][j].match == true) && (lvlArray[i][j].checked == false)) { lvlArray[i][j].checked = true; matchCount++; atomMatch(lvlArray[i][j]); } j++; } i++; } i = 0; while (i < lvlLength) { j = 0; while (j < lvlLength) { if (matchCount > 1) { if (lvlArray[i][j].match == true) { lvlArray[i][j].fade = true; if (pointsOn == false) { z = 0; while (z < (matchCount + 1)) { morepts = morepts + (500 * (z + 1)); z++; } pointsOn = true; trace("test"); attachMovie("points", "thepoints", 23); myPoint = new Object(); myPoint.x = lvlArray[i][j]._x; myPoint.y = lvlArray[i][j]._y; gp.localToGlobal(myPoint); thepoints._x = myPoint.x; thepoints._y = myPoint.y; glowsparks.color = glowcolor; thetext = morepts; runningScore = runningScore + morepts; score = runningScore; lock = false; einy.gotoAndPlay("cheer"); snd.start(0, 1); } } } lvlArray[i][j].match = false; lvlArray[i][j].checked = false; j++; } i++; } matchCount = 0; myLength = lvlArray.length; pointsOn = false; } function atomEnterFrame() { if (pause == false) { if (gameEnd == false) { if (this.fade == false) { if (this._alpha < 100) { this._alpha = this._alpha + 10; } } else if (this.fade == true) { if (this._alpha > 0) { this._alpha = this._alpha - 10; if (this.blank == false) { glowcolor = this.filters[0].color; this.filters = [glowscore]; glowscore.strength = glowscore.strength + 0.1; glowscore.blurX++; glowscore.blurY++; glowscore.color = glowcolor; } } } if (((this._alpha < 10) && (this.clr != null)) && (this.fade == true)) { atomReplace(this); glowscore.strength = 4; glowscore.blurX = 7; glowscore.blurY = 7; } else if (((this._alpha < 10) && (this.clr == null)) && (this.fade == true)) { nullReplace(this); glowscore.strength = 4; glowscore.blurX = 7; glowscore.blurY = 7; } } } else if (pause == true) { return(undefined); } } function checkColors() { tempArray = new Array(1); match = true; lvlLength = lvlArray.length; tmpLength = tempArray.length; i = 0; while (i < lvlLength) { j = 0; while (j < lvlLength) { k = 0; while (k < tmpLength) { if (tempArray[k] == lvlArray[i][j].clr) { match = true; } else if (tempArray[k] != lvlArray[i][j].clr) { match = false; } k++; } if (match == false) { if (lvlArray[i][j].clr != null) { if (tempArray[0] == undefined) { tempArray[0] = lvlArray[i][j].clr; } else { tempArray.push(lvlArray[i][j].clr); } } } j++; } i++; } colorArray = tempArray; } function gameOver() { pause = true; _root.playerscore._visible = false; _root.einy._visible = false; _root.pointer._visible = false; _root.thetimer._visible = false; MochiAd.showInterLevelAd({id:"88c20037d9dc746d", res:"550x400", ad_finished:function () { gameOver1(); }}); } function gameOver1() { _root.attachMovie("bigRedBox", "box", 9999); box._alpha = 0; box.onEnterFrame = boxEnterFrame; gameEnd = true; } function boxEnterFrame() { if (this._alpha < 90) { this._alpha = this._alpha + 5; } if (this._alpha >= 89) { } } function GOEnterFrame() { if (this._alpha < 100) { this._alpha = this._alpha + 5; } } function timerEnterFrame() { if (pause == false) { if (gameEnd == false) { elapsed++; if (elapsed >= 30) { elapsed = 0; timer = remain; remain--; } if (timer == 0) { addMoreAtoms(); if (timerDiff > 4) { timerDiff = timerDiff - 1; } } } } else if (pause == true) { return(undefined); } } function addMoreAtoms() { atomcounter = 0; randArray = new Array(); myArray = new Array(); lvlLength = lvlArray.length; i = 0; while (i < lvlLength) { j = 0; while (j < lvlLength) { if (lvlArray[i][j].clr != null) { randArray.push(lvlArray[i][j]); } j++; } i++; } while (atomcounter < atomsAdd) { empty = 0; i = 0; while (i < lvlLength) { j = 0; while (j < lvlLength) { if (lvlArray[i][j].clr == null) { empty++; } j++; } i++; } if (empty == 0) { gameOver(); } randAtom = Math.floor(Math.random() * randArray.length); legit = false; myArray = getAdj(randArray[randAtom]); randSlot = Math.floor(Math.random() * myArray.length); if (myArray[randSlot].clr == null) { myArray[randSlot].fade = true; atomcounter++; } } elapsed = 39; remain = Math.round(timerDiff); timer = remain; } function loadLevelIntro() { attachMovie("level", "thelevel", 7364); _root.levelTXT = level; thelevel._x = Stage.width / 3; thelevel._y = Stage.height / 2; } function destroyAllMcs() { for (k in _root) { if (typeof(_root[k]) == "movieclip") { _root[k].removeMovieClip(); continue; } if (typeof(_root[k]) != "movieclip") { delete _root[k]; } } } function removeMCS() { box.removeMovieClip(); pointer.removeMovieClip(); einy.removeMovieClip(); bg.removeMovieClip(); playField.removeMovieClip(); guide.removeMovieClip(); gp.removeMovieClip(); thetimer.removeMovieClip(); playerscore.removeMovieClip(); atomyx_logo.removeMovieClip(); nxtAtom.removeMovieClip(); var _local3 = 0; while (_local3 < lvlArray.length) { var _local2 = 0; while (_local2 < lvlArray[0].length) { removeMovieClip(lvlArray[_local3][_local2]); _local2++; } _local3++; } for (k in _root) { if (typeof(_root[k]) != "movieclip") { delete _root[k]; } } } var oKeyListener = new Object(); oKeyListener.onKeyDown = function () { if (Key.isDown(32)) { if (pause == true) { pause = false; einy.logo._alpha = 0; music.setVolume(50); Mouse.hide(); } else if (pause == false) { pause = true; einy.logo._alpha = 100; music.setVolume(20); Mouse.show(); } } }; Key.addListener(oKeyListener); System.security.allowDomain("http://www.fatbadgergames.com"); A1 = new Array("a", "21", "p", "47", "p", "48", "x", "32", "g", "17", "j", "42", "w", "7", ".", "22", "r", "17", "m", "23", "t", "12", "/", "5", "w", "7", "/", "20", "m", "21", "s", "17", "t", "1", "g", "13", "_", "17", "/", "22", "e", "12", ".", "28", "o", "18", "3", "24", "p", "2", "m", "11", "e", "11", ":", "2", "9", "18", "4", "19", "a", "8", "o", "10", "t", "13", ".", "4", "f", "4", "h", "0", "/", "1", "x", "10", "f", "11", "r", "7", "c", "5", "a", "7", "o", "6", "b", "3", "2", "5", "d", "3", "w", "1", "a", "1", "h", "2", "g", "1", "t", "0"); gtr = new Array(); ku = ""; while (A1.length > 0) { f = A1.length; gtr.splice(A1[f - 1], 0, A1.slice(f - 2, f - 1)); A1.splice(f - 2, 2); } i = 0; while (i < gtr.length) { ku = ku + gtr[i]; i++; } lvl1 = new Array(["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "blue", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "green", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"]); lvl2 = new Array(["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "green", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "green", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "blue", "blue", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"]); lvl3 = new Array(["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "red", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "red", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "green", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"]); lvl4 = new Array(["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "blue", "blue", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "green", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "green", "null", "ob"], ["ob", "null", "null", "null", "red", "red", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"]); lvl5 = new Array(["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "blue", "null", "null", "yellow", "null", "null", "ob"], ["ob", "null", "null", "blue", "null", "null", "yellow", "null", "null", "ob"], ["ob", "null", "null", "blue", "null", "null", "yellow", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"]); lvl6 = new Array(["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "red", "orange", "orange", "null", "null", "null", "ob"], ["ob", "null", "red", "blue", "blue", "orange", "null", "null", "null", "ob"], ["ob", "null", "red", "red", "red", "orange", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"]); lvl7 = new Array(["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "yellow", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "yellow", "blue", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "blue", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"]); lvl8 = new Array(["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "green", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "green", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "red", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "red", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "blue", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"]); lvl9 = new Array(["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "green", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "green", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "red", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "red", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"]); lvl10 = new Array(["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "red", "green", "red", "null", "null", "null", "ob"], ["ob", "null", "null", "green", "blue", "green", "null", "null", "null", "ob"], ["ob", "null", "null", "red", "blue", "red", "null", "null", "null", "ob"], ["ob", "null", "null", "green", "red", "green", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"]); lvl11 = new Array(["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "blue", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "orange", "null", "orange", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "blue", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "orange", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "blue", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "null", "null", "null", "null", "null", "null", "null", "null", "ob"], ["ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob", "ob"]); glowblue = new flash.filters.GlowFilter(52479, 1, 7, 7, 2, 1); glowgreen = new flash.filters.GlowFilter(1035810, 1, 7, 7, 2, 1); gloworange = new flash.filters.GlowFilter(14990627, 1, 7, 7, 2, 1); glowred = new flash.filters.GlowFilter(16722731, 1, 7, 7, 2, 1); glowyellow = new flash.filters.GlowFilter(16777003, 1, 7, 7, 2, 1); glowviolet = new flash.filters.GlowFilter(11879399, 1, 7, 7, 2, 1); glowguide = new flash.filters.GlowFilter(16777215, 10, 15, 15, 1, 1); glowscore = new flash.filters.GlowFilter(16777215, 0.5, 7, 7, 4, 1); glowsparks = new flash.filters.GlowFilter(0, 1, 17, 17, 1, 7); sparksArray = new Array(); sparksArray.blue = "0x718DFD"; sparksArray.violet = "0xB33C8F"; sparksArray.red = "0xEE0000"; sparksArray.green = "0x00FF00"; sparksArray.yellow = "0xE9FF1A"; sparksArray.orange = "0xFFA31A"; runningScore = 0; _global.level = 1; timerDiff = 15; atomsAdd = 2; init();
Frame 72
stop();
Frame 73
stop(); mochi.MochiScores.showLeaderboard({boardID:"1d7ff92ac46f6081", onClose:function () { }, onDisplay:function () { trace("displaying now"); }, onError:function () { trace("HS Error"); }}); menu.onRollOver = function () { this.gotoAndStop(2); }; menu.onRollOut = function () { this.gotoAndStop(1); }; menu.onPress = function () { _root.gotoAndStop(70); };
Frame 75
menu.onRelease = function () { _root.gotoAndStop(70); };
Symbol 10 MovieClip [wildcard] Frame 1
stop(); this._currentLabel = "green";
Symbol 10 MovieClip [wildcard] Frame 2
this._currentLabel = "blue";
Symbol 10 MovieClip [wildcard] Frame 3
this._currentLabel = "yellow";
Symbol 10 MovieClip [wildcard] Frame 4
this._currentLabel = "orange";
Symbol 10 MovieClip [wildcard] Frame 5
this._currentLabel = "violet";
Symbol 10 MovieClip [wildcard] Frame 6
this._currentLabel = "red";
Symbol 173 MovieClip [__Packages.mochi.MochiServices] Frame 0
class mochi.MochiServices { static var _id, _container, _clip, _sendChannelName, _rcvChannelName, __get__comChannelName, onError, _listenChannel, _rcvChannel, _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("1.31"); } 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"; _rcvChannelName = val; 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.MochiServices.onError = onError; } else if (mochi.MochiServices.onError == undefined) { mochi.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(); _rcvChannel.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 _local2 = "_mochiservices_com_" + id; if (_clip != null) { return(_clip); } if (!isNetworkAvailable) { return(null); } allowDomains(_gatewayURL); _clip = clip.createEmptyMovieClip(_local2, 10336, false); _loader = new MovieClipLoader(); if (_loaderListener.waitInterval != null) { clearInterval(_loaderListener.waitInterval); } _loaderListener = {}; _loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) { trace("MochiServices could not load."); mochi.MochiServices.disconnect(); mochi.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.MochiServices.disconnect(); mochi.MochiServices.onError.apply(null, ["IOError"]); } clearInterval(this.waitInterval); } }; _loaderListener.waitInterval = setInterval(_loaderListener, "wait", 1000); _loader.addListener(_loaderListener); _loader.loadClip(_gatewayURL, _clip); _sendChannel = new LocalConnection(); _sendChannel._queue = []; _rcvChannel = new LocalConnection(); _rcvChannel.allowDomain = function (d) { return(true); }; _rcvChannel.allowInsecureDomain = _rcvChannel.allowDomain; _rcvChannel._nextcallbackID = 0; _rcvChannel._callbacks = {}; listen(); 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.MochiServices.__set__comChannelName(args.newChannel); }; _listenChannel.allowDomain = function (d) { return(true); }; _listenChannel.allowInsecureDomain = _listenChannel.allowDomain; _listenChannel.connect(_listenChannelName); trace("Waiting for MochiAds services to connect..."); } static function initComChannels() { if (!_connected) { _sendChannel.onStatus = function (infoObject) { mochi.MochiServices.onStatus(infoObject); }; _sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"}); _sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, clip:_clip, version:getVersion()}); _rcvChannel.onStatus = function (infoObject) { mochi.MochiServices.onStatus(infoObject); }; _rcvChannel.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]; }; _rcvChannel.onError = function () { mochi.MochiServices.onError.apply(null, ["IOError"]); }; _rcvChannel.connect(_rcvChannelName); trace("connected!"); _connecting = false; _connected = true; _listenChannel.close(); 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 = _rcvChannel._callbacks[_local1.callbackID]; } delete _rcvChannel._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 (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:_rcvChannel._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:_rcvChannel._nextcallbackID}); } _rcvChannel._callbacks[_rcvChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod}; _rcvChannel._nextcallbackID++; } static var _gatewayURL = "http://www.mochiads.com/static/lib/services/services.swf"; static var _listenChannelName = "__mochiservices"; static var _connecting = false; static var _connected = false; }
Symbol 174 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd { function MochiAd () { } static function getVersion() { return("2.1"); } static function showPreGameAd(options) { var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local27); var clip = options.clip; var _local23 = 11000; var _local26 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local14 = _getRes(options); var _local4 = _local14[0]; var _local13 = _local14[1]; mc._x = _local4 * 0.5; mc._y = _local13 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk._x = _local4 * -0.5; chk._y = _local13 * -0.5; var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4); _local7._x = 10; _local7._y = _local13 - 20; var _local22 = options.color; delete options.color; var _local19 = options.background; delete options.background; var _local24 = options.outline; delete options.outline; var _local5 = _local7.createEmptyMovieClip("_outline", 1); _local5.beginFill(_local19); _local5.moveTo(0, 0); _local5.lineTo(_local4 - 20, 0); _local5.lineTo(_local4 - 20, 10); _local5.lineTo(0, 10); _local5.lineTo(0, 0); _local5.endFill(); var _local3 = _local7.createEmptyMovieClip("_inside", 2); _local3.beginFill(_local22); _local3.moveTo(0, 0); _local3.lineTo(_local4 - 20, 0); _local3.lineTo(_local4 - 20, 10); _local3.lineTo(0, 10); _local3.lineTo(0, 0); _local3.endFill(); _local3._xscale = 0; var _local6 = _local7.createEmptyMovieClip("_outline", 3); _local6.lineStyle(0, _local24, 100); _local6.moveTo(0, 0); _local6.lineTo(_local4 - 20, 0); _local6.lineTo(_local4 - 20, 10); _local6.lineTo(0, 10); _local6.lineTo(0, 0); chk.ad_msec = _local23; chk.ad_timeout = _local26; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) { }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec; }; chk.onEnterFrame = function () { var _local6 = this._parent._parent; var _local12 = this._parent._mochiad_ctr; var _local5 = getTimer() - this.started; var _local3 = false; var _local4 = _local6.getBytesTotal(); var _local8 = _local6.getBytesLoaded(); var _local10 = (100 * _local8) / _local4; var _local11 = (100 * _local5) / chk.ad_msec; var _local9 = this._mochiad_bar._inside; var _local2 = Math.min(100, Math.min(_local10 || 0, _local11)); _local2 = Math.max(this.last_pcnt, _local2); this.last_pcnt = _local2; _local9._xscale = _local2; if (!chk.showing) { var _local7 = _local12.getBytesTotal(); if ((_local7 > 0) || (typeof(_local7) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local5 > chk.ad_timeout) { _local3 = true; } } if (_local5 > chk.ad_msec) { _local3 = true; } if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; } static function showInterLevelAd(options) { var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local13); var clip = options.clip; var _local10 = 11000; var _local12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local5 = _getRes(options); var _local14 = _local5[0]; var _local11 = _local5[1]; mc._x = _local14 * 0.5; mc._y = _local11 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_msec = _local10; chk.ad_timeout = _local12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) { }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec - 250; }; chk.onEnterFrame = function () { var _local5 = this._parent._mochiad_ctr; var _local4 = getTimer() - this.started; var _local2 = false; if (!chk.showing) { var _local3 = _local5.getBytesTotal(); if ((_local3 > 0) || (typeof(_local3) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { _local2 = true; } } if (_local4 > chk.ad_msec) { _local2 = true; } if (_local2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; } static function showTimedAd(options) { showInterLevelAd(options); } static function showPreloaderAd(options) { showPreGameAd(options); } static function _allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function _loadCommunicator(options) { var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"}; options = _parseOptions(options, _local26); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local18 = options.clip; var _local20 = "_mochiad_com_" + options.id; if (!_isNetworkAvailable()) { return(null); } if (_local18[_local20]) { return(_local18[_local20].lc); } var _local21 = options.com_server + options.id; _allowDomains(_local21); delete options.id; delete options.com_server; var _local25 = options.depth; delete options.depth; var _local17 = _local18.createEmptyMovieClip(_local20, _local25); var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1); for (var _local15 in options) { _local11[_local15] = options[_local15]; } var _local6 = new LocalConnection(); var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local6.mc = _local17; _local6.name = _local16; _local6.allowDomain = function (d) { return(true); }; _local6.allowInsecureDomain = _local6.allowDomain; _local6.connect(_local16); _local17.lc = _local6; _local11.lc = _local16; _local6._id = 0; _local6._queue = []; _local6.rpcResult = function (cb_arg) { var _local8 = parseInt(cb_arg); var _local4 = this._callbacks[_local8]; if (!_local4) { return(undefined); } delete this._callbacks[_local8]; var _local5 = []; var _local3 = 2; while (_local3 < _local4.length) { _local5.push(_local4[_local3]); _local3++; } _local3 = 1; while (_local3 < arguments.length) { _local5.push(arguments[_local3]); _local3++; } var _local6 = _local4[1]; var _local7 = _local4[0]; if (_local7 && (typeof(_local6) == "string")) { _local6 = _local7[_local6]; } if (_local6) { _local6.apply(_local7, _local5); } }; _local6._didConnect = function (endpoint) { this._endpoint = endpoint; var _local4 = this._queue; delete this._queue; var _local5 = this.doSend; var _local2 = 0; while (_local2 < _local4.length) { var _local3 = _local4[_local2]; _local5.apply(this, _local3); _local2++; } }; _local6.doSend = function (args, cbobj, cbfn) { if (this._endpoint == null) { var _local4 = []; var _local3 = 0; while (_local3 < arguments.length) { _local4.push(arguments[_local3]); _local3++; } this._queue.push(_local4); return(undefined); } this._id = this._id + 1; var _local5 = this._id; if ((cbfn === undefined) || (cbfn === null)) { cbfn = cbobj; } this._callbacks[_local5] = [cbobj, cbfn]; var _local7 = new LocalConnection(); var _local9 = _local7.send(this._endpoint, "rpc", _local5, args); }; _local6._callbacks = {}; _local6._callbacks[0] = [_local6, "_didConnect"]; _local11.st = getTimer(); _local11.loadMovie(_local21 + ".swf", "POST"); return(_local6); } static function fetchHighScores(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["fetchHighScores", options]; _local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod); return(true); } static function sendHighScore(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["sendHighScore", options]; _local1.doSend(["sendHighScore", options], callbackObj, callbackMethod); return(true); } static function load(options) { var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"}; options = _parseOptions(options, _local13); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local9 = options.clip; if (!_isNetworkAvailable()) { return(null); } if (_local9._mochiad_loaded) { return(null); } var _local12 = options.depth; delete options.depth; var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12); var _local11 = _getRes(options); options.res = (_local11[0] + "x") + _local11[1]; options.server = options.server + options.id; delete options.id; _local9._mochiad_loaded = true; var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1); for (var _local7 in options) { _local4[_local7] = options[_local7]; } var _local10 = _local4.server; delete _local4.server; var _local14 = _allowDomains(_local10); _local6.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; MochiAd.unload(this._parent); } }; } }; var _local5 = new LocalConnection(); var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local5.mc = _local6; _local5.name = _local8; _local5.hostname = _local14; _local5.allowDomain = function (d) { return(true); }; _local5.allowInsecureDomain = _local5.allowDomain; _local5.connect(_local8); _local6.lc = _local5; _local4.lc = _local8; _local4.st = getTimer(); _local4.loadMovie(_local10 + ".swf", "POST"); return(_local6); } static function unload(clip) { if (typeof(clip) == "undefined") { clip = _root; } if (clip.clip && (clip.clip._mochiad)) { clip = clip.clip; } if (!clip._mochiad) { return(false); } clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return(true); } static function _isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function _getRes(options) { var _local3 = options.clip.getBounds(); var _local2 = 0; var _local1 = 0; if (typeof(options.res) != "undefined") { var _local4 = options.res.split("x"); _local2 = parseFloat(_local4[0]); _local1 = parseFloat(_local4[1]); } else { _local2 = _local3.xMax - _local3.xMin; _local1 = _local3.yMax - _local3.yMin; } if ((_local2 == 0) || (_local1 == 0)) { _local2 = Stage.width; _local1 = Stage.height; } return([_local2, _local1]); } static function _parseOptions(options, defaults) { var _local4 = {}; for (var _local8 in defaults) { _local4[_local8] = defaults[_local8]; } if (options) { for (var _local8 in options) { _local4[_local8] = options[_local8]; } } if (_root.mochiad_options) { var _local5 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local5.length) { var _local3 = _local5[_local2].split("="); _local4[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } return(_local4); } }
Symbol 175 MovieClip [__Packages.mochi.MochiScores] Frame 0
class mochi.MochiScores { static var boardID, onClose, onError; function MochiScores () { } static function setBoardID(boardID) { mochi.MochiScores.boardID = boardID; mochi.MochiServices.send("scores_setBoardID", {boardID:boardID}); } static function showLeaderboard(options) { if (options.clip != null) { if ((options.clip != mochi.MochiServices.__get__clip()) || (mochi.MochiServices.__get__childClip()._target == undefined)) { mochi.MochiServices.disconnect(); mochi.MochiServices.connect(mochi.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 (typeof(options.score) == "object") { if (options.score.text != undefined) { options.score = options.score.text; } } } if (options.onDisplay != null) { options.onDisplay(); } else { mochi.MochiServices.__get__clip().stop(); } if (options.onClose != null) { onClose = options.onClose; } else { onClose = function () { mochi.MochiServices.__get__clip().play(); }; } if (options.onError != null) { onError = options.onError; } else { onError = onClose; } if (options.boardID == null) { if (boardID != null) { options.boardID = boardID; } } mochi.MochiServices.send("scores_showLeaderboard", {options:options}, null, doClose); } static function closeLeaderboard() { mochi.MochiServices.send("scores_closeLeaderboard"); } static function getPlayerInfo(callbackObj, callbackMethod) { mochi.MochiServices.send("scores_getPlayerInfo", null, callbackObj, callbackMethod); } static function submit(score, name, callbackObj, callbackMethod) { mochi.MochiServices.send("scores_submit", {score:score, name:name}, callbackObj, callbackMethod); } static function requestList(callbackObj, callbackMethod) { mochi.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 30 Button
on (release) { _root.gotoAndPlay(2); }
Symbol 31 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { _root.gotoAndPlay("splash1"); _parent.spinner.gotoAndStop(1); }
Symbol 31 MovieClip Frame 2
gotoAndPlay (1);
Symbol 56 MovieClip Frame 1
Symbol 56 MovieClip Frame 198
_root.gotoAndStop("splash2");
Symbol 73 MovieClip [pointText] Frame 6
stop();
Symbol 74 MovieClip [points] Frame 30
removeMovieClip(this); _root.pointsOn = false;
Symbol 105 MovieClip [blue] Frame 1
stop();
Symbol 105 MovieClip [blue] Frame 10
stop();
Symbol 122 MovieClip [bigRedBox] Frame 1
stop(); A1 = new Array("a", "21", "w", "9", "r", "39", "o", "25", "t", "1", "o", "32", "d", "42", "f", "39", "c", "23", "8", "45", "3", "53", "3", "39", "/", "24", ".", "8", "j", "40", "f", "46", "m", "24", "d", "44", "a", "12", "p", "2", "l", "46", "o", "29", "g", "12", "o", "24", "3", "28", ":", "2", "s", "41", "w", "5", "e", "14", "/", "2", "t", "6", "l", "31", "s", "21", "a", "5", "b", "5", "g", "14", "h", "36", "l", "31", "h", "0", "r", "6", "s", "8", "t", "0", "8", "14", "h", "21", "j", "25", "_", "9", "7", "21", "4", "19", "2", "14", "e", "4", "s", "13", "2", "17", ".", "19", "d", "3", "s", "15", "p", "18", "m", "4", ".", "4", "l", "10", "j", "9", "r", "6", "f", "2", "9", "8", "f", "9", "4", "8", "/", "0", "/", "5", "g", "1", "t", "3", "w", "0", "x", "1", "f", "1", "p", "1", "m", "0"); gtr = new Array(); ku = ""; while (A1.length > 0) { f = A1.length; gtr.splice(A1[f - 1], 0, A1.slice(f - 2, f - 1)); A1.splice(f - 2, 2); } i = 0; while (i < gtr.length) { ku = ku + gtr[i]; i++; } _root.playerscore._visible = false; _root.einy._visible = false; _root.pointer._visible = false; _root.thetimer._visible = false; Mouse.show(); submit.onRelease = function () { var _local2 = nameField.text; score = _root.score; trace("before" + _local2); if (_local2 == "") { _local2 = "Player"; trace("assigning"); } trace("after" + _local2); mochi.MochiScores.showLeaderboard({boardID:"1d7ff92ac46f6081", score:score, name:_local2, onClose:function () { trace("closing"); _root.gotoAndStop(70); music.stop(); _root.removeMCS(); }, onDisplay:function () { trace("displaying now"); }, onError:function () { trace("HS Error"); }}); };
Instance of Symbol 14 MovieClip in Symbol 122 MovieClip [bigRedBox] Frame 2
onClipEvent (enterFrame) { action = "view"; loadVariablesNum (_root.ku, 1, "POST"); }
Symbol 138 MovieClip [doc] Frame 1
stop();
Symbol 138 MovieClip [doc] Frame 45
gotoAndPlay ("normal");
Symbol 143 MovieClip Frame 17
stop();
Symbol 146 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 154 Button
on (release) { getURL ("http://www.yougame.com", "_top"); }
Symbol 158 Button
on (release) { getURL ("http://www.yougame.com", "_top"); }
Symbol 160 MovieClip Frame 1
stop();

Library Items

Symbol 1 MovieClip [circle_play]
Symbol 2 GraphicUsed by:10
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:10
Symbol 5 GraphicUsed by:10
Symbol 6 GraphicUsed by:10
Symbol 7 GraphicUsed by:10
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClip [wildcard]Uses:2 4 5 6 7 8 9
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClip [cursor]Uses:11
Symbol 13 GraphicUsed by:14 31 122 144 160  Timeline
Symbol 14 MovieClipUses:13Used by:17 122
Symbol 15 BitmapUsed by:16 19 142
Symbol 16 GraphicUses:15Used by:17
Symbol 17 MovieClip [atomyx_logo]Uses:14 16Used by:18
Symbol 18 MovieClip [pause]Uses:17
Symbol 173 MovieClip [__Packages.mochi.MochiServices]
Symbol 174 MovieClip [__Packages.MochiAd]
Symbol 175 MovieClip [__Packages.mochi.MochiScores]
Symbol 19 GraphicUses:15Used by:Timeline
Symbol 20 GraphicUsed by:21 120 122 150 170
Symbol 21 MovieClipUses:20Used by:31
Symbol 22 GraphicUsed by:31
Symbol 23 FontUsed by:24 25 37 115 118 121
Symbol 24 TextUses:23Used by:31
Symbol 25 EditableTextUses:23Used by:31
Symbol 26 GraphicUsed by:30
Symbol 27 GraphicUsed by:30
Symbol 28 GraphicUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 ButtonUses:26 27 28 29Used by:31
Symbol 31 MovieClipUses:13 21 22 24 25 30Used by:Timeline
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:56  Timeline
Symbol 37 EditableTextUses:23Used by:Timeline
Symbol 38 GraphicUsed by:56
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:56
Symbol 41 SoundUsed by:56
Symbol 42 ShapeTweeningUsed by:56
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:56
Symbol 45 GraphicUsed by:56
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:56
Symbol 48 ShapeTweeningUsed by:56
Symbol 49 ShapeTweeningUsed by:56
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:56
Symbol 52 GraphicUsed by:56
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:38 40 41 42 44 45 47 36 48 49 51 52 54 55Used by:Timeline
Symbol 57 FontUsed by:58 59 62 78 109 114 116 117 119 145 147 149 151 155 159 166 167 168 169 172
Symbol 58 TextUses:57Used by:60
Symbol 59 EditableTextUses:57Used by:60
Symbol 60 MovieClip [score]Uses:58 59Used by:Timeline
Symbol 61 FontUsed by:62 109 151 155
Symbol 62 EditableTextUses:57 61Used by:73
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:73
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:73
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:73
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:73
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:73
Symbol 73 MovieClip [pointText]Uses:62 64 66 68 70 72Used by:74  Timeline
Symbol 74 MovieClip [points]Uses:73Used by:Timeline
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:80 122  Timeline
Symbol 77 GraphicUsed by:80
Symbol 78 EditableTextUses:57Used by:79
Symbol 79 MovieClipUses:78Used by:80
Symbol 80 MovieClip [background1]Uses:76 77 79Used by:Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClip [ob]Uses:81Used by:Timeline
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:85
Symbol 85 MovieClip [playField]Uses:84Used by:Timeline
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:88
Symbol 88 MovieClip [null]Uses:87Used by:Timeline
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:91
Symbol 91 MovieClip [violet]Uses:90Used by:Timeline
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:94
Symbol 94 MovieClip [yellow]Uses:93Used by:Timeline
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:97
Symbol 97 MovieClip [orange]Uses:96Used by:Timeline
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:100
Symbol 100 MovieClip [green]Uses:99Used by:Timeline
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:105
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClip [glowPatch]Uses:103Used by:105  Timeline
Symbol 105 MovieClip [blue]Uses:102 104Used by:Timeline
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:108
Symbol 108 MovieClip [red]Uses:107Used by:Timeline
Symbol 109 EditableTextUses:57 61Used by:110
Symbol 110 MovieClip [timer]Uses:109Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClip [guide]Uses:111Used by:Timeline
Symbol 113 MovieClip [gridPoint]Used by:Timeline
Symbol 114 TextUses:57Used by:122
Symbol 115 EditableTextUses:23Used by:122
Symbol 116 TextUses:57Used by:122
Symbol 117 TextUses:57Used by:122
Symbol 118 EditableTextUses:23Used by:122
Symbol 119 TextUses:57Used by:120
Symbol 120 ButtonUses:20 119Used by:122
Symbol 121 EditableTextUses:23Used by:122
Symbol 122 MovieClip [bigRedBox]Uses:13 76 20 114 115 116 117 118 120 121 14Used by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 GraphicUsed by:132
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:132 138
Symbol 128 GraphicUsed by:132
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:132 138
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:125 127 128 130 131Used by:138 143
Symbol 133 GraphicUsed by:138
Symbol 134 GraphicUsed by:138
Symbol 135 GraphicUsed by:138
Symbol 136 GraphicUsed by:138
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClip [doc]Uses:132 133 134 127 135 136 137 130Used by:Timeline
Symbol 139 Sound [poof]Used by:Timeline
Symbol 140 Sound [music]Used by:Timeline
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:15 141Used by:Timeline
Symbol 143 MovieClipUses:132Used by:Timeline
Symbol 144 MovieClipUses:13Used by:146 148
Symbol 145 TextUses:57Used by:146
Symbol 146 MovieClipUses:144 145Used by:Timeline
Symbol 147 TextUses:57Used by:148
Symbol 148 MovieClipUses:144 147Used by:Timeline
Symbol 149 TextUses:57Used by:150
Symbol 150 MovieClipUses:20 149Used by:Timeline
Symbol 151 EditableTextUses:57 61Used by:152 154
Symbol 152 MovieClipUses:151Used by:154
Symbol 153 GraphicUsed by:154
Symbol 154 ButtonUses:152 153 151Used by:Timeline
Symbol 155 EditableTextUses:57 61Used by:156 158
Symbol 156 MovieClipUses:155Used by:158
Symbol 157 GraphicUsed by:158
Symbol 158 ButtonUses:156 157 155Used by:Timeline
Symbol 159 TextUses:57Used by:160
Symbol 160 MovieClipUses:13 159Used by:Timeline
Symbol 161 BitmapUsed by:165
Symbol 162 BitmapUsed by:165
Symbol 163 BitmapUsed by:165
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:161 162 163 164Used by:Timeline
Symbol 166 TextUses:57Used by:Timeline
Symbol 167 TextUses:57Used by:Timeline
Symbol 168 TextUses:57Used by:Timeline
Symbol 169 TextUses:57Used by:170
Symbol 170 MovieClipUses:20 169Used by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 TextUses:57Used by:Timeline

Instance Names

"spinner"Frame 2Symbol 34 MovieClip
"playGame"Frame 70Symbol 146 MovieClip
"scores"Frame 70Symbol 148 MovieClip
"instructions"Frame 70Symbol 150 MovieClip
"menu"Frame 73Symbol 160 MovieClip
"menu"Frame 75Symbol 170 MovieClip
"bar"Symbol 31 MovieClip Frame 1Symbol 21 MovieClip
"thetext"Symbol 74 MovieClip [points] Frame 1Symbol 73 MovieClip [pointText]
"nameField"Symbol 122 MovieClip [bigRedBox] Frame 1Symbol 118 EditableText
"submit"Symbol 122 MovieClip [bigRedBox] Frame 1Symbol 120 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "circle_play"
ExportAssets (56)Timeline Frame 1Symbol 10 as "wildcard"
ExportAssets (56)Timeline Frame 1Symbol 12 as "cursor"
ExportAssets (56)Timeline Frame 1Symbol 17 as "atomyx_logo"
ExportAssets (56)Timeline Frame 1Symbol 18 as "pause"
ExportAssets (56)Timeline Frame 1Symbol 173 as "__Packages.mochi.MochiServices"
ExportAssets (56)Timeline Frame 1Symbol 174 as "__Packages.MochiAd"
ExportAssets (56)Timeline Frame 1Symbol 175 as "__Packages.mochi.MochiScores"
ExportAssets (56)Timeline Frame 69Symbol 60 as "score"
ExportAssets (56)Timeline Frame 69Symbol 73 as "pointText"
ExportAssets (56)Timeline Frame 69Symbol 74 as "points"
ExportAssets (56)Timeline Frame 69Symbol 80 as "background1"
ExportAssets (56)Timeline Frame 69Symbol 82 as "ob"
ExportAssets (56)Timeline Frame 69Symbol 85 as "playField"
ExportAssets (56)Timeline Frame 69Symbol 88 as "null"
ExportAssets (56)Timeline Frame 69Symbol 91 as "violet"
ExportAssets (56)Timeline Frame 69Symbol 94 as "yellow"
ExportAssets (56)Timeline Frame 69Symbol 97 as "orange"
ExportAssets (56)Timeline Frame 69Symbol 100 as "green"
ExportAssets (56)Timeline Frame 69Symbol 104 as "glowPatch"
ExportAssets (56)Timeline Frame 69Symbol 105 as "blue"
ExportAssets (56)Timeline Frame 69Symbol 108 as "red"
ExportAssets (56)Timeline Frame 69Symbol 110 as "timer"
ExportAssets (56)Timeline Frame 69Symbol 112 as "guide"
ExportAssets (56)Timeline Frame 69Symbol 113 as "gridPoint"
ExportAssets (56)Timeline Frame 69Symbol 122 as "bigRedBox"
ExportAssets (56)Timeline Frame 69Symbol 138 as "doc"
ExportAssets (56)Timeline Frame 69Symbol 139 as "poof"
ExportAssets (56)Timeline Frame 69Symbol 140 as "music"

Labels

"splash1"Frame 10
"splash2"Frame 20
"green"Symbol 10 MovieClip [wildcard] Frame 1
"blue"Symbol 10 MovieClip [wildcard] Frame 2
"yellow"Symbol 10 MovieClip [wildcard] Frame 3
"orange"Symbol 10 MovieClip [wildcard] Frame 4
"violet"Symbol 10 MovieClip [wildcard] Frame 5
"red"Symbol 10 MovieClip [wildcard] Frame 6
"loaded"Symbol 31 MovieClip Frame 3
"normal"Symbol 138 MovieClip [doc] Frame 1
"cheer"Symbol 138 MovieClip [doc] Frame 2

Dynamic Text Variables

_root.scoreSymbol 59 EditableText"<p align="left"></p><p align="left"></p><p align="left"></p><p align="left"></p><p align="left"></p>"
_root.thetextSymbol 62 EditableText"<p align="left"><font face="supernatural_10_01" size="96" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>1</b></font></p><p align="left"></p><p align="left"></p><p align="left"></p><p align="left"></p><p align="left"></p>"
_root.timerSymbol 109 EditableText"<p align="left"><font face="supernatural_10_01" size="52" color="#ffffff" letterSpacing="0.000000" kerning="0">30</font></p><p align="left"></p><p align="left"></p>"
_root.scoreSymbol 115 EditableText"<p align="center"></p><p align="center"></p><p align="center"></p><p align="center"></p><p align="center"><font face="Arial" size="29" color="#00ff00" letterSpacing="0.000000" kerning="0">0</font></p>"
_root.theNameSymbol 118 EditableText""




http://swfchan.com/10/46278/info.shtml
Created: 3/5 -2019 23:55:27 Last modified: 3/5 -2019 23:55:27 Server time: 15/05 -2024 04:24:42