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

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

Mario & Platformer - Doodle Jump Online.swf

This is the info page for
Flash #231690

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


Text
play




menu

(c)2010

v2.4


credits: pgpg & sytze.
many thanks to all the members of mylgcookie.com

doodle jump v2.4.7.1
mod by aquared


items
jetpack: fly away
mushroom: inverse control
coin: extra points
platforms
green: normal
blue: moving left<->right
brown: allow one jump

ActionScript [AS1/AS2]

Frame 1
function SpyConnection1() { this._statusMovie = 0; this._connSortante = new LocalConnection(); this._connEntrante = new LocalConnection(); this._nomConnectionEntrante = ""; this._tabSpies = []; this._mcSpies = this.createEmptyMovieClip("_mcSpies", 1); this._intervalIdCheckStatus = 0; this._idIntervalSendInfos = -1; this._frameBefore = 1; this._spyPendingArguments = null; this._NOM_CONNECTION_SORTANTE = "connectionFile2Controle"; } function getNextHighestDepthOfRoot() { var de:Number; de = 0; var res:Number; res = 0; for (var elem in _root) { if (elem instanceof MovieClip) { de = MovieClip(elem).getDepth(); } if (elem instanceof TextField) { de = TextField(elem).getDepth(); } if (elem instanceof Button) { de = Button(elem).getDepth(); } res = Math.max(de, res); } res++; return(res); } var protoSC; protoSC = new MovieClip(); protoSC.get_statusMovie = function () { return(this._statusMovie); }; protoSC.get_connSortante = function () { return(this._connSortante); }; protoSC.get_connEntrante = function () { return(this._connEntrante); }; protoSC.get_nomConnectionEntrante = function () { return(this._nomConnectionEntrante); }; protoSC.get_tabSpies = function () { return(this._tabSpies); }; protoSC.get_mcSpies = function () { return(this._mcSpies); }; protoSC.get_intervalIdCheckStatus = function () { return(this._intervalIdCheckStatus); }; protoSC.get_idIntervalSendInfos = function () { return(this._idIntervalSendInfos); }; protoSC.get_frameBefore = function () { return(this._frameBefore); }; protoSC.get_spyPendingArguments = function () { return(this._spyPendingArguments); }; protoSC.get_NOM_CONNECTION_SORTANTE = function () { return("connectionFile2Controle"); }; protoSC.set_statusMovie = function ($_statusMovie:Number) { this._statusMovie = $_statusMovie; }; protoSC.set_nomConnectionEntrante = function ($_nomConnectionEntrante:String) { this._nomConnectionEntrante = $_nomConnectionEntrante; }; protoSC.set_tabSpies = function ($_tabSpies:Array) { this._tabSpies = $_tabSpies; }; protoSC.set_intervalIdCheckStatus = function ($_intervalIdCheckStatus:Number) { this._intervalIdCheckStatus = $_intervalIdCheckStatus; }; protoSC.set_frameBefore = function ($_frameBefore:Number) { this._frameBefore = $_frameBefore; }; protoSC.set_spyPendingArguments = function ($_spyPendingArguments:arguments) { this._spyPendingArguments = $_spyPendingArguments; }; protoSC.addProperty("statusMovie", protoSC.get_statusMovie, protoSC.set_statusMovie); protoSC.addProperty("connSortante", protoSC.get_connSortante, null); protoSC.addProperty("connEntrante", protoSC.get_connEntrante, null); protoSC.addProperty("nomConnectionEntrante", protoSC.get_nomConnectionEntrante, protoSC.set_nomConnectionEntrante); protoSC.addProperty("tabSpies", protoSC.get_tabSpies, protoSC.set_tabSpies); protoSC.addProperty("mcSpies", protoSC.get_mcSpies, null); protoSC.addProperty("intervalIdCheckStatus", protoSC.get_intervalIdCheckStatus, protoSC.set_intervalIdCheckStatus); protoSC.addProperty("idIntervalSendInfos", protoSC.get_idIntervalSendInfos, null); protoSC.addProperty("frameBefore", protoSC.get_frameBefore, protoSC.set_frameBefore); protoSC.addProperty("spyPendingArguments", protoSC.get_spyPendingArguments, protoSC.set_spyPendingArguments); protoSC.addProperty("NOM_CONNECTION_SORTANTE", protoSC.get_NOM_CONNECTION_SORTANTE, null); protoSC.checkStatusMovie = function () { if (this._statusMovie != 1) { if ((_root._framesloaded >= _root._totalframes) && (_root.getBytesLoaded() >= _root.getBytesTotal())) { this._statusMovie = 1; clearInterval(this._intervalIdCheckStatus); this._intervalIdCheckStatus = 0; this._intervalIdCheckStatus = setInterval(this, "checkStatusMovie", 500); } } else if (_root._currentframe != this._frameBefore) { this._frameBefore = _root._currentframe; } else { this._statusMovie = 2; clearInterval(this._intervalIdCheckStatus); this.swapDepths(this.getNextInTheHighestDepths()); } if (this._spyPendingArguments != null) { this._connEntrante.loadSpy.apply(this._connEntrante, this._spyPendingArguments); } }; protoSC.initcheckStatusMovie = function () { this.checkStatusMovie(); this._intervalIdCheckStatus = setInterval(this, "checkStatusMovie", 10); }; protoSC.onLoadSpy = function ($mcSpy) { if ($mcSpy.getBytesLoaded >= $mcSpy.getBytesTotal) { clearInterval(this.idIntervalCheckLoading); this._tabSpies.push($mcSpy); try { $mcSpy.configure(this); throw new Error("L'espion n'a pas de fonction configure."); } catch(_local) { var e:Error = ( /* Error999 */ ); } finally { this.sendOnComplete(); } } }; protoSC.checkLoading = function ($mcSpy) { this.idIntervalCheckLoading = setInterval(this, "onLoadSpy", 20, $mcSpy); }; protoSC.initConnEntrante = function () { var dt:Date; dt = new Date(); this._nomConnectionEntrante = (dt.valueOf() + "_") + _root._url.split("/").pop(); this._connEntrante.connect(this._nomConnectionEntrante); var _this = this; this._connEntrante.loadSpy = function ($spy_statusMovie, urlToLoad, isURLLoader, paramsGET, paramsPOST) { clearInterval(_this._idIntervalSendInfos); var spy_statusMovie:Number = 0; if ($spy_statusMovie != null) { if ($spy_statusMovie.toString() != "") { spy_statusMovie = Number($spy_statusMovie.toString()); } } if (spy_statusMovie > _this._statusMovie) { _this._spyPendingArguments = arguments; } else { _this._spyPendingArguments = null; var mcSpy:MovieClip; mcSpy = _this._mcSpies.createEmptyMovieClip("mcSpy" + _this._tabSpies.length, 2 + _this._tabSpies.length); mcSpy._lockroot = false; var method:String; if (((isURLLoader == "true") || (isURLLoader == "yes")) || (isURLLoader == "1")) { if (paramsGET == "") { if (paramsPOST != "") { method = "POST"; _this.addVariables(paramsPOST, mcSpy); } } else { method = "GET"; _this.addVariables(paramsGET, mcSpy); } } _this.checkLoading(mcSpy); mcSpy.loadMovie(urlToLoad.toString(), method); } }; this._connEntrante.activateSpy = function (numSpy) { try { _this._tabSpies[Number(numSpy)].activate(_this); throw new Error("Cet espion ne contient pas de fonction activate."); } catch(_local) { var e:Error = ( /* Error999 */ ); } }; }; protoSC._sendInfos = function () { if (this._idIntervalSendInfos != -1) { clearInterval(this._idIntervalSendInfos); } var isError:Boolean; isError = false; try { this._connSortante.send(this._NOM_CONNECTION_SORTANTE, "getConnection", this._nomConnectionEntrante, "1", _root.getSWFVersion().toString()); throw new Error("Connection d\u00E9j\u00E0 utilis\u00E9e ou autre erreur d'envoi."); } catch(_local) { var e:Error = ( /* Error999 */ ); this._idIntervalSendInfos = setInterval(this, "_sendInfos", 200); } }; protoSC.sendOnComplete = function () { this._connSortante.send(this._NOM_CONNECTION_SORTANTE, "onLoadSpyComplete", this._nomConnectionEntrante); }; protoSC.addVariables = function (parameters:String, mcSpy:MovieClip) { var tab:Array; tab = parameters.split(","); var valVar:String; valVar = ""; var nomVar:Array; for (var index in tab) { nomVar = tab[index].split("="); valVar = nomVar.pop().toString(); mcSpy[nomVar] = valVar; } }; protoSC.getNextInTheHighestDepths = function () { var depth:Number; var depthMax:Number; var depthMin:Number; depth = (depthMax = 1048575); depthMin = depthMax - 100; while (depth-- , (_root.getInstanceAtDepth(depth) == undefined) && (depth >= depthMin)) { } depth++; return(depth); }; protoSC.onLoad = function () { this.initcheckStatusMovie(); this.initConnEntrante(); this._sendInfos(); }; SpyConnection1.prototype = protoSC; Object.registerClass("MCSpyConnection", SpyConnection1); this.attachMovie("MCSpyConnection", "mcSpyConnection", getNextHighestDepthOfRoot(), {_y:0, _x:0}); fscommand ("setHighQuality", 2); stop();
Instance of Symbol 46 MovieClip [button] in Frame 1
onClipEvent (load) { this.button_txt.text = "scores"; } on (release) { _root.gotoAndStop(5); }
Instance of Symbol 46 MovieClip [button] in Frame 1
onClipEvent (load) { this.button_txt.text = "options"; } on (release) { _root.gotoAndStop(4); }
Instance of Symbol 46 MovieClip [button] in Frame 1
onClipEvent (load) { this.button_txt.text = "info"; } on (release) { _root.gotoAndPlay(6); }
Instance of Symbol 46 MovieClip [button] in Frame 1
onClipEvent (load) { this.button_txt.text = "play"; } on (release) { _root.gotoAndPlay(2); }
Instance of Symbol 40 MovieClip [Hero] "hero" in Frame 1
onClipEvent (load) { var vy = 0; var gravity = 4; var yradius = (this._height / 2); var jump = false; var jumpspeed = 9; } onClipEvent (enterFrame) { if (_root.block.hitTest(this._x, (this._y + yradius) + vy)) { this._y = this._y - vy; vy = 0; jump = true; } if (jump) { vy = vy - jumpspeed; if (vy < -20) { vy = -20; jump = false; } } vy = vy + gravity; if (vy > 15) { vy = 15; } this._y = this._y + vy; }
Frame 2
function findOS() { var _loc1 = System.capabilities.os; if (_loc1 == "Windows") { return(true); } return(false); } var emulator = false; var gameOver = false; stop();
Instance of Symbol 40 MovieClip [Hero] "hero" in Frame 2
onClipEvent (load) { function fadeOut(mc, step, target) { mc.onEnterFrame = function () { this._alpha = this._alpha - step; if (this._alpha <= target) { this._alpha = target; removeMovieClip(this); delete this.onEnterFrame; } }; } var sfxholder = new Sound(); var ax = 0; var ay = 0; var emul; var move_inversed = false; var counter = 0; var hitBlock = false; var gravity = 4; var SH = Stage.height; var SW = Stage.width; var xradius = (this._width / 2); var yradius = (this._height / 2); var block; var coin; var inverse; var jump = false; var jumpspeed = 17; var jumpspeed_factor; var vy = 0; var lastblockhit = 0; var lastDeletedBlock = 0; var DeleteBlock; var container = _root.container; var score = 0; var scores = SharedObject.getLocal("score"); var maxjump = 22; var jetcount = 0; loadMovieNum ("motion.swf", 1); this.onEnterFrame = function () { if (_level1.magicball._width > 0) { _level1._x = _level1._x - 240; unloadMovie (_level1.magicball); delete this.onEnterFrame; } }; _root.background._y = 400; } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + 10; } if (Key.isDown(37)) { this._x = this._x - 10; } if (!(Key.isDown(39) && (!jetpack))) { if (!(Key.isDown(37) && (!jetpack))) { if (!(Key.isDown(39) && (jetpack))) { if (Key.isDown(39) && (jetpack)) { this.gotoAndStop(4); } } else { this.gotoAndStop(3); } } else { this.gotoAndStop(2); } } else { this.gotoAndStop(1); } ay = Number(_level1.ay) * 2; if (!((ay > 0) && (!jetpack))) { if (!((ay < 0) && (!jetpack))) { if (!((ay > 0) && (jetpack))) { if ((ay < 0) && (jetpack)) { this.gotoAndStop(4); } } else { this.gotoAndStop(3); } } else { this.gotoAndStop(2); } } else { this.gotoAndStop(1); } if (!move_inversed) { this._x = this._x + (ay * 13); } else { this._x = this._x - (ay * 13); counter++; if (counter > 80) { move_inversed = false; counter = 0; } } if ((this._x - xradius) > SW) { this._x = 0; } if (this._x < (-xradius)) { this._x = SW; } if (jump) { vy = vy - (jumpspeed * jumpspeed_factor); jump = false; } if (_root.gameOver) { scores.data.score = score; scores.flush(); _root.gotoAndStop(3); } _root.score_txt.text = "" + score; vy = vy + gravity; if (vy > maxjump) { vy = maxjump; } if ((this._y + (this._height / 2)) > 400) { _root.gameOver = true; } if (!((vy < 0) && (this._y < 185))) { this._y = this._y + vy; } else { container._y = container._y - vy; score = score - Math.round(vy); } if ((vy > 0) && (!jump)) { i = lastblockhit - 3; while (i < (lastblockhit + 10)) { block = container["block_" + i]; hitBlock = false; if (block.hitTest(this._x + xradius, (this._y + yradius) + vy) || (block.hitTest(this._x - xradius, (this._y + yradius) + vy))) { if (container.attribute[i] != 2) { jump = true; maxjump = 22; jumpspeed_factor = 1.89999997615814; hitBlock = true; sfxholder.attachSound("sfx_0"); sfxholder.start(); } else { jump = true; maxjump = 22; jumpspeed_factor = 1.89999997615814; hitBlock = true; block.gotoAndStop(4); } } if (container.attribute[i] == 1) { spring = container["spring_" + i]; if (spring.hitTest(this)) { spring.gotoAndStop(2); maxjump = 22; jump = true; jumpspeed_factor = 4; hitBlock = true; } } if (container.attribute[i] == 3) { nail = container["nail_" + i]; if (nail.hitTest(this)) { this.gotoAndStop(3); jetpack = true; removeMovieClip(nail); } } if (container.attribute[i] == 6) { inverse = container["inverse_" + i]; if (inverse.hitTest(this)) { move_inversed = true; removeMovieClip(inverse); } } if (container.attribute[i] == 7) { coin = container["coin_" + i]; if (coin.hitTest(this)) { score = score + 500; removeMovieClip(coin); } } if (hitBlock) { if (container.attribute[i] != 2) { vy = 0; } lastblockhit = i; _root.container.maxblocks = lastblockhit + 9; DeleteBlock = lastblockhit - 4; if (DeleteBlock > lastDeletedBlock) { j = lastDeletedBlock; while (j < DeleteBlock) { block = container["block_" + j]; removeMovieClip(block); if (container.attribute[j] == 1) { spring = container["spring_" + j]; removeMovieClip(spring); } if (container.attribute[j] == 3) { nail = container["nail_" + j]; removeMovieClip(nail); } if (container.attribute[j] == 6) { inverse = container["inverse_" + j]; removeMovieClip(inverse); } if (container.attribute[j] == 7) { coin = container["coin_" + j]; removeMovieClip(coin); } j++; } lastDeletedBlock = DeleteBlock; } } i++; } } if (jetpack) { jump = true; jumpspeed = 10; jumpspeed_factor = 0.5; jetcount = jetcount + 1; if (vy < 0) { lastblockhit = lastblockhit + 1; i = i + 1; _root.container.maxblocks = _root.container.maxblocks + 1; } if (jetcount > 100) { jump = false; jumpspeed = 17; this.gotoAndStop(2); jump = false; jetpack = false; jetcount = 0; } } }
Instance of Symbol 46 MovieClip [button] in Frame 2
onClipEvent (load) { this.button_txt.text = "X"; } on (release) { _root.gameOver = false; _root.gotoAndPlay(1); }
Frame 3
if (gameOver) { scores = SharedObject.getLocal("score"); if (!((scores.data.highscore == undefined) || (scores.data.score > scores.data.highscore))) { this.gameover.score_txt.text = "your score: " + scores.data.score; this.gameover.hiscore_txt.text = "your highscore: " + scores.data.highscore; } else { scores.data.highscore = scores.data.score; scores.flush(); this.gameover.score_txt.text = "new highscore: " + scores.data.highscore; } } stop();
Instance of Symbol 20 MovieClip [gameover] "gameover" in Frame 3
on (release) { gameOver = false; _root.gotoAndStop(2); }
Instance of Symbol 46 MovieClip [button] in Frame 3
on (release) { _root.gameOver = false; _root.gotoAndPlay(1); }
Frame 4
stop();
Instance of Symbol 46 MovieClip [button] in Frame 4
onClipEvent (load) { this.button_txt.text = "back"; } on (release) { _root.gotoAndStop(1); }
Frame 5
scores = SharedObject.getLocal("score"); if (scores.data.score != undefined) { score_txt.text = (("last score: " + scores.data.score) + " \rhighscore: ") + scores.data.highscore; } else { score_txt.text = "you got to play first!"; } stop();
Frame 6
stop();
Symbol 2 MovieClip [coin] Frame 1
gotoAndPlay (1);
Symbol 10 MovieClip [spring] Frame 1
stop();
Symbol 10 MovieClip [spring] Frame 2
stop();
Symbol 17 MovieClip [Inverse] Frame 1
gotoAndPlay (1);
Symbol 25 MovieClip [levelcontainer] Frame 1
function attachBlocks() { this.onEnterFrame = function () { if (lastBlockAttached != maxblocks) { i = lastBlockAttached; while (i < maxblocks) { spring_height = 0; nail_height = 0; inverse_height = 0; coin_height = 0; attribute[blocknr] = 0; block = this.attachMovie("cloud", "block_" + blocknr, this.getNextHighestDepth()); if (Math.round(Math.random() * (15 - (_root.hero.score / 2000))) != 1) { if (Math.round(Math.random() * 80) != 1) { if (Math.round(Math.random() * 40) != 1) { if (Math.round(Math.random() * 40) != 1) { if (!((Math.round(Math.random() * 6) == 1) && (attribute[blocknr - 1] != 2))) { if (Math.round(Math.random() * 10) == 1) { indi = false; block.gotoAndStop(3); } } else { block.gotoAndStop(2); attribute[blocknr] = 2; } } else { coin = this.attachMovie("coin", "coin_" + blocknr, this.getNextHighestDepth()); coin_height = 17; attribute[blocknr] = 7; } } else { inverse = this.attachMovie("Inverse", "inverse_" + blocknr, this.getNextHighestDepth()); inverse_height = 20; attribute[blocknr] = 6; } } else { nail = this.attachMovie("Nail", "nail_" + blocknr, this.getNextHighestDepth()); nail_height = 17; attribute[blocknr] = 3; } } else { spring = this.attachMovie("spring", "spring_" + blocknr, this.getNextHighestDepth()); spring_height = 17; attribute[blocknr] = 1; } randomx = (Math.random() * (240 - block._width)) + (block._width / 2); if (attribute[blocknr] == 1) { spring._x = randomx; spring._y = (lastblock_y - (block._height + distance)) - spring_height; } if (attribute[blocknr] == 3) { nail._x = randomx; nail._y = (lastblock_y - (block._height + distance)) - nail_height; } if (attribute[blocknr] == 6) { inverse._x = randomx; inverse._y = (lastblock_y - (block._height + distance)) - inverse_height; } if (attribute[blocknr] == 7) { coin._x = randomx; coin._y = (lastblock_y - (block._height + distance)) - coin_height; } if (indi != false) { block._x = randomx; } else { block._x = 0; } indi = true; block._y = lastblock_y - (((((block._height + distance) + spring_height) + nail_height) + inverse_height) + coin_height); lastblock_y = block._y; blocknr++; i++; } lastBlockAttached = maxblocks; } }; } var blocknr = 0; var block; var spring; var nail; var inverse; var coin; var distance = 15; var maxblocks = 15; var minblocks = 0; var lastblock_y = 400; var spring_height; var nail_height; var inverse_height; var attribute = new Array(); var randomx; var loaded = false; var isNormalBlock; var springSet = false; var lastBlockAttached = 0; attachBlocks(); stop();
Symbol 27 MovieClip [cloud] Frame 1
stop();
Symbol 27 MovieClip [cloud] Frame 2
stop();
Instance of Symbol 32 MovieClip "aaa" in Symbol 27 MovieClip [cloud] Frame 3
onClipEvent (load) { var ac = 5; } onClipEvent (enterFrame) { this._x = this._x + ac; if (this._x < 20) { ac = 5; } if (this._x > 190) { ac = -5; } }
Instance of Symbol 37 MovieClip in Symbol 27 MovieClip [cloud] Frame 4
onClipEvent (load) { var ac = 8; } onClipEvent (enterFrame) { this._y = this._y + ac; if (this._y < 0) { removeMovieClip(block); } }
Symbol 40 MovieClip [Hero] Frame 1
stop();
Symbol 40 MovieClip [Hero] Frame 2
stop();
Symbol 40 MovieClip [Hero] Frame 3
stop();
Symbol 40 MovieClip [Hero] Frame 4
stop();

Library Items

Symbol 1 Sound [sfx_0]
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:2
Symbol 2 MovieClip [coin]Uses:4
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:5
Symbol 5 MovieClip [Nail]Uses:7
Symbol 9 GraphicUsed by:8
Symbol 8 MovieClip [background]Uses:9
Symbol 11 GraphicUsed by:10
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:10
Symbol 14 SoundUsed by:10
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:10
Symbol 10 MovieClip [spring]Uses:11 13 14 16
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:17
Symbol 17 MovieClip [Inverse]Uses:19
Symbol 21 FontUsed by:22 23 24 26 47 51 52 57 62 65 68
Symbol 22 EditableTextUses:21Used by:20
Symbol 23 EditableTextUses:21Used by:20
Symbol 24 EditableTextUses:21Used by:20
Symbol 20 MovieClip [gameover]Uses:22 23 24Used by:Timeline
Symbol 26 EditableTextUses:21Used by:25
Symbol 25 MovieClip [levelcontainer]Uses:26Used by:Timeline
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:27
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:27
Symbol 33 GraphicUsed by:32
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:32
Symbol 32 MovieClipUses:33 35Used by:27
Symbol 36 SoundUsed by:27
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:37
Symbol 37 MovieClipUses:39Used by:27
Symbol 27 MovieClip [cloud]Uses:29 31 32 36 37Used by:Timeline
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:40
Symbol 43 SoundUsed by:40
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:40
Symbol 40 MovieClip [Hero]Uses:42 43 45Used by:Timeline
Symbol 47 EditableTextUses:21Used by:46
Symbol 46 MovieClip [button]Uses:47Used by:Timeline
Symbol 48 MovieClip [MCSpyConnection]
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:Timeline
Symbol 51 EditableTextUses:21Used by:Timeline
Symbol 52 EditableTextUses:21Used by:Timeline
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:Timeline
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:Timeline
Symbol 57 EditableTextUses:21Used by:Timeline
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:Timeline
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:Timeline
Symbol 62 EditableTextUses:21Used by:Timeline
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:Timeline
Symbol 65 EditableTextUses:21Used by:Timeline
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:Timeline
Symbol 68 EditableTextUses:21Used by:Timeline

Instance Names

"hero"Frame 1Symbol 40 MovieClip [Hero]
"block"Frame 1Symbol 27 MovieClip [cloud]
"container"Frame 2Symbol 25 MovieClip [levelcontainer]
"hero"Frame 2Symbol 40 MovieClip [Hero]
"score_txt"Frame 2Symbol 57 EditableText
"gameover"Frame 3Symbol 20 MovieClip [gameover]
"score_txt"Frame 5Symbol 65 EditableText
"score_txt"Symbol 20 MovieClip [gameover] Frame 1Symbol 23 EditableText
"hiscore_txt"Symbol 20 MovieClip [gameover] Frame 1Symbol 24 EditableText
"loading_txt"Symbol 25 MovieClip [levelcontainer] Frame 1Symbol 26 EditableText
"aaa"Symbol 27 MovieClip [cloud] Frame 3Symbol 32 MovieClip
"button_txt"Symbol 46 MovieClip [button] Frame 1Symbol 47 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "sfx_0"
ExportAssets (56)Timeline Frame 1Symbol 2 as "coin"
ExportAssets (56)Timeline Frame 1Symbol 5 as "Nail"
ExportAssets (56)Timeline Frame 1Symbol 8 as "background"
ExportAssets (56)Timeline Frame 1Symbol 10 as "spring"
ExportAssets (56)Timeline Frame 1Symbol 17 as "Inverse"
ExportAssets (56)Timeline Frame 1Symbol 20 as "gameover"
ExportAssets (56)Timeline Frame 1Symbol 25 as "levelcontainer"
ExportAssets (56)Timeline Frame 1Symbol 27 as "cloud"
ExportAssets (56)Timeline Frame 1Symbol 40 as "Hero"
ExportAssets (56)Timeline Frame 1Symbol 46 as "button"
ExportAssets (56)Timeline Frame 1Symbol 48 as "MCSpyConnection"




http://swfchan.com/47/231690/info.shtml
Created: 13/2 -2020 19:37:37 Last modified: 13/2 -2020 19:37:37 Server time: 08/05 -2024 11:34:58