STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #30738 |
MochiAd.showPreGa meAd({id:"ad1940444 7ae6d95", res:"500x300", background:0xFFFFFF, color:0xA8763B, outline:0x000000, no_bg:true}); |
mochi.MochiServices .connect("ad1940444 7ae6d95"); |
YOU ONLY GET ONE CHANCE |
ActionScript [AS1/AS2]
Frame 1stop(); onEnterFrame = function () { totalBytes = Math.round(getBytesTotal() / 1024); loadedBytes = Math.round(getBytesLoaded() / 1024); percentDone = Math.round((loadedBytes / totalBytes) * 100); if (_root._framesloaded >= _root._totalframes) { play(); } };Instance of Symbol 5 MovieClip in Frame 1onClipEvent (enterFrame) { _xscale = _root.percentDone; }Frame 2function __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); } function checkState() { if (State == "falling") { if (ground.hitTest(player._x, player.getBounds(_root).yMax + 2, true)) { fixPosition(); State = "standing"; player._y = player._y + 1; djump = "fresh"; yforce = 0; } else if (((ground.hitTest(player.getBounds(_root).xMin - 1, player._y, true) && (Left)) && (!ground.hitTest(player._x, player.getBounds(_root).yMax + 3, true))) && (player._y > 0)) { State = "hanging"; djump = "used"; } else if (((ground.hitTest(player.getBounds(_root).xMax + 1, player._y, true) && (Right)) && (!ground.hitTest(player._x, player.getBounds(_root).yMax + 3, true))) && (player._y > 0)) { State = "hanging"; djump = "used"; } else { fall(); applySpeed(); fallHit(); } } else if (State == "hanging") { fixPosition(); getKeys(); if ((ground.hitTest(player.getBounds(_root).xMax + 4, player._y, true) && (!Right)) && (!Up)) { State = "falling"; player._x--; yforce = 0; } else if ((ground.hitTest(player.getBounds(_root).xMin - 4, player._y, true) && (!Left)) && (!Up)) { State = "falling"; player._x++; yforce = 0; } else if ((ground.hitTest(player.getBounds(_root).xMax + 4, player._y, true) && (!Right)) && (Up)) { fixPosition(); State = "jumping"; yforce = -10; xforce = -5; } else if ((ground.hitTest(player.getBounds(_root).xMin - 4, player._y, true) && (!Left)) && (Up)) { State = "jumping"; yforce = -10; xforce = 5; } else if (((!Left) && (!Right)) && (!Up)) { State = "falling"; } else { hangHit(); checkSide(); } } else if (State == "jumping") { if (yforce >= 0) { State = "falling"; } else if (((ground.hitTest(player.getBounds(_root).xMin - 1, player._y, true) && (Left)) && (!ground.hitTest(player._x, player.getBounds(_root).yMax + 3, true))) && (player._y > 0)) { State = "hanging"; } else if (((ground.hitTest(player.getBounds(_root).xMax + 1, player._y, true) && (Right)) && (!ground.hitTest(player._x, player.getBounds(_root).yMax + 3, true))) && (player._y > 0)) { State = "hanging"; } else { jump(); applySpeed(); jumpHit(); } } else if (State == "standing") { fixPosition(); if (!ground.hitTest(player._x, player.getBounds(_root).yMax + 1, true)) { State = "falling"; } else if (Up) { State = "jumping"; player._y = player._y - 1; yforce = -10; } else { stand(); applySpeed(); standHit(); } } } function fall() { yforce++; run(0.5); if (((yforce <= 5) && (Up)) && (djump == "fresh")) { yforce = -7; djump = "used"; } } function hang() { } function jump() { yforce++; run(0.5); } function stand() { run(1); } function applySpeed() { player._x = player._x + xforce; player._y = player._y + yforce; } function fallHit() { while ((ground.hitTest(player.getBounds(_root).xMin, player._y, true) && (!ground.hitTest(player.getBounds(_root).xMax, player._y, true))) && (!ground.hitTest(player._x, player.getBounds(_root).yMax, true))) { player._x = player._x + 1; } while ((ground.hitTest(player.getBounds(_root).xMax, player._y, true) && (!ground.hitTest(player.getBounds(_root).xMin, player._y, true))) && (!ground.hitTest(player._x, player.getBounds(_root).yMax, true))) { player._x = player._x - 1; } while (ground.hitTest(player._x, player.getBounds(_root).yMin, true) && (!ground.hitTest(player._x, player.getBounds(_root).yMax, true))) { player._y = player._y + 0.1; } while (ground.hitTest(player._x, player.getBounds(_root).yMax, true)) { fixPosition(); player._y = player._y - 0.1; } } function hangHit() { while ((!ground.hitTest(player.getBounds(_root).xMin - 1, player._y, true)) && (ground.hitTest(player.getBounds(_root).xMin - 4, player._y, true))) { player._x = player._x - 0.001; } if ((hangside == "right") && (!ground.hitTest(player.getBounds(_root).xMax + 4, player._y, true))) { State = "falling"; player._x = player._x + 2; } else if ((hangside == "left") && (!ground.hitTest(player.getBounds(_root).xMin - 4, player._y, true))) { State = "falling"; player._x = player._x - 2; } } function jumpHit() { while (ground.hitTest(player.getBounds(_root).xMin + 1, player._y, true) && (!ground.hitTest(player.getBounds(_root).xMax - 1, player._y, true))) { xforce = 0; applySpeed(); player._x = player._x + 1; } while (ground.hitTest(player.getBounds(_root).xMax - 1, player._y, true) && (!ground.hitTest(player.getBounds(_root).xMin + 1, player._y, true))) { xforce = 0; applySpeed(); player._x = player._x - 1; } while (ground.hitTest(player._x, player.getBounds(_root).yMin - 1, true)) { player._y = player._y + 0.1; yforce = 0; player._y = player._y + yforce; } while (ground.hitTest(player._x, player.getBounds(_root).yMax, true)) { player._y = player._y - 0.1; yforce = 0; applySpeed(); } } function standHit() { while (ground.hitTest(player.getBounds(_root).xMin, player._y, true) && (!ground.hitTest(player.getBounds(_root).xMax, player._y, true))) { player._x = player._x + 0.1; xforce = Math.abs(xforce); applySpeed(); } while (ground.hitTest(player.getBounds(_root).xMax, player._y, true) && (!ground.hitTest(player.getBounds(_root).xMin, player._y, true))) { player._x = player._x - 0.01; xforce = -Math.abs(xforce); applySpeed(); } while (ground.hitTest(player._x, player.getBounds(_root).yMax, true)) { player._y = player._y - 0.001; } } function getKeys() { Up = Key.isDown(38); Down = Key.isDown(40); Left = Key.isDown(37); Right = Key.isDown(39); } function run(amt) { if ((Right || (Left)) && (Math.abs(xforce) < maxspeed)) { xforce = xforce - (amt * Left); xforce = xforce + (amt * Right); } else { xforce = xforce * 0.6; } } function seed(caller) { if (!ground.hitTest(caller._x, caller.getBounds(_root).xMax)) { caller._xscale = (caller._yscale = caller._yscale + 3); } } function checkSide() { if (ground.hitTest(player.getBounds(_root).xMax + 4, player._y, true)) { hangside = "right"; } else if (ground.hitTest(player.getBounds(_root).xMin - 4, player._y, true)) { hangside = "left"; } } function animState() { if (State == "falling") { player.gotoAndStop(3); if (!ground.hitTest(player._x, player.getBounds(_root).yMax + 5, true)) { if (Math.abs(yforce) > 5) { player._xscale = 80 - yforce; } else { player._xscale = 100 - yforce; } if (Math.abs(yforce) < 10) { player._rotation = (-xforce) * 5; } } player.gotoAndStop(1); } else if (State == "standing") { fixPosition(); player.gotoAndStop(2); if (xforce > 0) { player.stand.eyes._xscale = 100; } else if (xforce <= 0) { player.stand.eyes._xscale = -100; } } else if (State == "jumping") { player.gotoAndStop(3); if (!ground.hitTest(player._x, player.getBounds(_root).yMax + 5, true)) { if (Math.abs(yforce) > 5) { player._xscale = 80 + yforce; } else { player._xscale = 100 - yforce; } if (Math.abs(yforce) < 10) { player._rotation = xforce * 5; } } } else if (State == "hanging") { fixPosition(); checkSide(); if (hangside == "left") { player.gotoAndStop(4); } else if (hangside == "right") { player.gotoAndStop(5); } } } function fixPosition() { player._rotation = 0; player._xscale = 100; } function playerReset() { if (player._y > 300) { player._y = initialY; player._x = initialX; yforce = 0; xforce = 0; } } function playerMenu() { if (player._y > 300) { playerscore = 0; nextFrame(); player._y = 60; yforce = 0; player._x = 60; } } function jumpPad(caller, amount) { if (caller.hitTest(player._x, player.getBounds(_root).yMax + 2, true)) { State = "jumping"; yforce = -amount; applySpeed(); caller.play(); } } function watchState() { if (watchStatee.length == 3) { watchStatee.pop(0); } watchStatee.unshift(State); if (((watchStatee[0] == "standing") && (watchStatee[1] == "falling")) && (watchStatee[2] == "standing")) { sfError++; } if ((((watchStatee[0] == "standing") && (watchStatee[1] == "falling")) && (watchStatee[2] == "standing")) && (sfError >= 3)) { State = "falling"; player._y = player._y - 5; sfError = 0; } } function fan(caller) { if (caller.hitTest(player)) { xforce = xforce - 3; yforce = yforce * 0.3; applySpeed(); } } function swapFrames() { if (player._x > 500) { nextFrame(); } else if (player._x < 0) { prevFrame(); } } function fixLevel() { initialY = player._y; if (player._x > 250) { initialX = 0; } else { initialX = 498; } if (player._x > 250) { player._x = 0; } else if (player._x < 250) { player._x = 498; } else { trace("_x ERROR"); } } function fixLevelFirst() { initialY = player._y; if (player._x > 250) { initialX = player._x + 2; } else { initialX = player._x - 2; } if (player._x < 15) { player._x = 500; } } function buttonHit(caller) { if (player.hitTest(caller)) { caller.nextFrame(); } else if ((!player.hitTest(caller)) && (caller._currentframe > 1)) { caller.nextFrame(); } } function crazyEvent(caller) { if ((player.hitTest(caller) && (yforce > 13)) && (contraption._currentframe == 1)) { contraption.play(); } else if ((player.hitTest(caller) && (yforce > 5)) && (contraption._currentframe == 1)) { yforce = -2; } } function catapult(caller) { if (caller.hitTest(player._x, player.getBounds(_root).yMax + 3) && (contraption._currentframe == 82)) { yforce = -20; } } function telone(caller) { if (caller.hitTest(_root.player)) { player._x = 225; player._y = 35; xforce = 0; yforce = 0; } } function teltwo(caller) { if (caller.hitTest(_root.player)) { player._x = 115; player._y = 241; xforce = 0; yforce = -yforce; } } function telthree(caller) { if (caller.hitTest(_root.player) && (yforce > 0)) { player._x = 356; player._y = 234; xforce = 0; yforce = -yforce; } } function knobby(caller) { if (caller.hitTest(player._x, player.getBounds(_root).yMax + 3, true)) { caller.nextFrame(); ground.nextFrame(); } if (ground._currentframe > 15) { ground.nextFrame(); fg.nextFrame(); color.nextFrame(); } } function time() { playerscore = playerscore + 28.5714285714286; timer = Math.round(playerscore / 10).toString(); if (timer.length == 2) { timer = "time = 0." + timer.charAt(0); } else if (timer.length == 3) { timer = ((("time = " + timer.charAt(0)) + ".") + timer.charAt(1)) + timer.charAt(2); } else if (timer.length == 4) { timer = (((("time = " + timer.charAt(0)) + timer.charAt(1)) + ".") + timer.charAt(2)) + timer.charAt(3); } else if (timer.length == 5) { timer = (((("time = " + timer.charAt(0)) + timer.charAt(1)) + timer.charAt(2)) + ".") + timer.charAt(3); } } mochi.MochiServices.connect("ad19404447ae6d95"); Stage.showMenu = false; onEnterFrame = function () { urlStart = _url.indexOf("://") + 3; urlEnd = _url.indexOf("/", urlStart); domain = _url.substring(urlStart, urlEnd); LastDot = domain.lastIndexOf(".") - 1; domEnd = domain.lastIndexOf(".", LastDot) + 1; domain = domain.substring(domEnd, domain.length); if (domain != "jaywebdesigns.com") { } }; __com_mochibot__("f6406471", this, 10301, true); var State = "falling"; var xforce = 0; var yforce = 0; var maxspeed = 5; var djump = "fresh"; var hangside = "left"; var watchStatee = new Array(); var sfError = 0; var where = 2; var playerscore = 0; var timer;Frame 3stop(); timer = ""; onEnterFrame = function () { playerMenu(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };Instance of Symbol 13 MovieClip "seesaw" in Frame 3onClipEvent (enterFrame) { _root.crazyEvent(this); }Frame 4stop(); fixLevelFirst(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };Frame 5stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };Frame 6stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };Instance of Symbol 77 MovieClip "jp" in Frame 6onClipEvent (enterFrame) { _root.jumpPad(this, 20); }Frame 7stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };Instance of Symbol 90 MovieClip in Frame 7onClipEvent (enterFrame) { _root.buttonHit(this); }Frame 8stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };Instance of Symbol 106 MovieClip in Frame 8onClipEvent (enterFrame) { _root.catapult(this); }Instance of Symbol 115 MovieClip in Frame 8onClipEvent (enterFrame) { if (_root.contraption._currentframe > 30) { play(); } }Instance of Symbol 77 MovieClip "jp" in Frame 8onClipEvent (enterFrame) { _root.jumpPad(this, 15); }Frame 9stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };Frame 10stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };Instance of Symbol 77 MovieClip "jp" in Frame 10onClipEvent (enterFrame) { _root.jumpPad(this, 20); }Frame 11stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };Instance of Symbol 205 MovieClip in Frame 11onClipEvent (enterFrame) { _root.telone(this); }Instance of Symbol 205 MovieClip in Frame 11onClipEvent (enterFrame) { _root.telthree(this); }Instance of Symbol 205 MovieClip in Frame 11onClipEvent (enterFrame) { _root.teltwo(this); }Frame 12stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };Instance of Symbol 77 MovieClip in Frame 12onClipEvent (enterFrame) { _root.jumpPad(this, 20); }Instance of Symbol 77 MovieClip in Frame 12onClipEvent (enterFrame) { _root.jumpPad(this, 20); }Instance of Symbol 77 MovieClip in Frame 12onClipEvent (enterFrame) { _root.jumpPad(this, 20); }Instance of Symbol 77 MovieClip in Frame 12onClipEvent (enterFrame) { _root.jumpPad(this, 20); }Instance of Symbol 77 MovieClip in Frame 12onClipEvent (enterFrame) { _root.jumpPad(this, 20); }Instance of Symbol 218 MovieClip in Frame 12onClipEvent (enterFrame) { _root.fan(this); }Frame 13stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };Instance of Symbol 236 MovieClip in Frame 13onClipEvent (enterFrame) { _root.knobby(this); }Frame 14stop(); delete onEnterFrame; mochi.MochiScores.showLeaderboard({boardID:"1ce479fde8691648", score:playerscore, res:"500x260", showTableRank:true});Frame 15stop(); gotoAndStop ("menu");Frame 16delete onEnterFrame; mochi.MochiScores.showLeaderboard({boardID:"1ce479fde8691648", res:"500x300", height:300});Frame 17stop(); gotoAndStop ("menu");Symbol 3 Buttonon (release) { getURL ("http://www.dabontv.com", "_blank"); }Symbol 237 MovieClip [__Packages.mochi.MochiServices] Frame 0class 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 238 MovieClip [__Packages.mochi.MochiScores] Frame 0class 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 41 Buttonon (press) { _root.gotoAndStop("highscores"); }Symbol 49 Buttonon (release) { getURL ("http://www.dabontv.com", "_blank"); }Symbol 77 MovieClip Frame 1stop();Symbol 83 MovieClip Frame 1stop();Symbol 83 MovieClip Frame 40stop();Symbol 84 MovieClip Frame 1stop();Symbol 84 MovieClip Frame 40stop();Symbol 90 MovieClip Frame 1stop();Symbol 90 MovieClip Frame 2_root.ground.play(); _root.pillar.play();Symbol 90 MovieClip Frame 10stop();Symbol 105 MovieClip Frame 1stop();Symbol 105 MovieClip Frame 86stop();Symbol 113 MovieClip Frame 1stop();Instance of Symbol 113 MovieClip in Symbol 114 MovieClip Frame 1onClipEvent (enterFrame) { if (_root.contraption._currentframe > 30) { play(); } }Symbol 115 MovieClip Frame 1stop();Symbol 197 Buttonon (release) { getURL ("http://www.dabontv.com", "_blank"); }Symbol 223 MovieClip Frame 1stop();Symbol 228 MovieClip Frame 1stop();Symbol 233 MovieClip Frame 1stop();Symbol 236 MovieClip Frame 1stop();
Library Items
Symbol 1 Bitmap | Used by:2 | |
Symbol 2 Graphic | Uses:1 | Used by:3 |
Symbol 3 Button | Uses:2 | Used by:Timeline |
Symbol 4 Graphic | Used by:5 | |
Symbol 5 MovieClip | Uses:4 | Used by:Timeline |
Symbol 237 MovieClip [__Packages.mochi.MochiServices] | ||
Symbol 238 MovieClip [__Packages.mochi.MochiScores] | ||
Symbol 6 Graphic | Used by:Timeline | |
Symbol 7 Font | Used by:8 9 | |
Symbol 8 Text | Uses:7 | Used by:Timeline |
Symbol 9 Text | Uses:7 | Used by:Timeline |
Symbol 10 Font | Used by:11 | |
Symbol 11 EditableText | Uses:10 | Used by:Timeline |
Symbol 12 Graphic | Used by:13 106 | |
Symbol 13 MovieClip | Uses:12 | Used by:Timeline |
Symbol 14 Bitmap | Used by:15 | |
Symbol 15 Graphic | Uses:14 | Used by:Timeline |
Symbol 16 Bitmap | Used by:17 | |
Symbol 17 Graphic | Uses:16 | Used by:Timeline |
Symbol 18 Graphic | Used by:19 | |
Symbol 19 MovieClip | Uses:18 | Used by:Timeline |
Symbol 20 Graphic | Used by:21 | |
Symbol 21 MovieClip | Uses:20 | Used by:33 |
Symbol 22 Graphic | Used by:33 | |
Symbol 23 Graphic | Used by:26 | |
Symbol 24 Graphic | Used by:25 | |
Symbol 25 MovieClip | Uses:24 | Used by:26 |
Symbol 26 MovieClip | Uses:23 25 | Used by:33 |
Symbol 27 Graphic | Used by:28 | |
Symbol 28 MovieClip | Uses:27 | Used by:33 |
Symbol 29 Graphic | Used by:30 | |
Symbol 30 MovieClip | Uses:29 | Used by:33 |
Symbol 31 Graphic | Used by:32 | |
Symbol 32 MovieClip | Uses:31 | Used by:33 |
Symbol 33 MovieClip | Uses:21 22 26 28 30 32 | Used by:Timeline |
Symbol 34 Bitmap | Used by:36 | |
Symbol 35 Bitmap | Used by:36 | |
Symbol 36 Graphic | Uses:34 35 | Used by:Timeline |
Symbol 37 Bitmap | Used by:38 | |
Symbol 38 Graphic | Uses:37 | Used by:41 |
Symbol 39 Bitmap | Used by:40 | |
Symbol 40 Graphic | Uses:39 | Used by:41 |
Symbol 41 Button | Uses:38 40 | Used by:Timeline |
Symbol 42 Bitmap | Used by:44 46 | |
Symbol 43 Bitmap | Used by:44 46 48 | |
Symbol 44 Graphic | Uses:42 43 | Used by:49 |
Symbol 45 Bitmap | Used by:46 48 | |
Symbol 46 Graphic | Uses:42 45 43 | Used by:49 |
Symbol 47 Graphic | Used by:49 | |
Symbol 48 Graphic | Uses:45 43 | Used by:49 |
Symbol 49 Button | Uses:44 46 47 48 | Used by:Timeline |
Symbol 50 Graphic | Used by:Timeline | |
Symbol 51 Bitmap | Used by:52 | |
Symbol 52 Graphic | Uses:51 | Used by:Timeline |
Symbol 53 Graphic | Used by:54 | |
Symbol 54 MovieClip | Uses:53 | Used by:Timeline |
Symbol 55 Bitmap | Used by:57 | |
Symbol 56 Bitmap | Used by:57 | |
Symbol 57 Graphic | Uses:55 56 | Used by:Timeline |
Symbol 58 Bitmap | Used by:60 | |
Symbol 59 Bitmap | Used by:60 | |
Symbol 60 Graphic | Uses:58 59 | Used by:Timeline |
Symbol 61 Graphic | Used by:62 | |
Symbol 62 MovieClip | Uses:61 | Used by:Timeline |
Symbol 63 Bitmap | Used by:65 | |
Symbol 64 Bitmap | Used by:65 | |
Symbol 65 Graphic | Uses:63 64 | Used by:Timeline |
Symbol 66 Bitmap | Used by:67 | |
Symbol 67 Graphic | Uses:66 | Used by:Timeline |
Symbol 68 Graphic | Used by:69 | |
Symbol 69 MovieClip | Uses:68 | Used by:Timeline |
Symbol 70 Bitmap | Used by:72 | |
Symbol 71 Bitmap | Used by:72 | |
Symbol 72 Graphic | Uses:70 71 | Used by:Timeline |
Symbol 73 Graphic | Used by:77 | |
Symbol 74 Bitmap | Used by:75 | |
Symbol 75 Graphic | Uses:74 | Used by:76 |
Symbol 76 MovieClip | Uses:75 | Used by:77 |
Symbol 77 MovieClip | Uses:73 76 | Used by:Timeline |
Symbol 78 Graphic | Used by:83 | |
Symbol 79 Graphic | Used by:83 90 223 236 | |
Symbol 80 Graphic | Used by:83 | |
Symbol 81 Bitmap | Used by:82 | |
Symbol 82 Graphic | Uses:81 | Used by:83 84 |
Symbol 83 MovieClip | Uses:78 79 80 82 | Used by:Timeline |
Symbol 84 MovieClip | Uses:82 | Used by:Timeline |
Symbol 85 Bitmap | Used by:87 | |
Symbol 86 Bitmap | Used by:87 | |
Symbol 87 Graphic | Uses:85 86 | Used by:Timeline |
Symbol 88 Bitmap | Used by:89 | |
Symbol 89 Graphic | Uses:88 | Used by:90 |
Symbol 90 MovieClip | Uses:79 89 | Used by:Timeline |
Symbol 91 Bitmap | Used by:93 | |
Symbol 92 Bitmap | Used by:93 | |
Symbol 93 Graphic | Uses:91 92 | Used by:Timeline |
Symbol 94 Graphic | Used by:105 | |
Symbol 95 Graphic | Used by:96 | |
Symbol 96 MovieClip | Uses:95 | Used by:105 |
Symbol 97 Graphic | Used by:98 | |
Symbol 98 MovieClip | Uses:97 | Used by:105 |
Symbol 99 Graphic | Used by:100 | |
Symbol 100 MovieClip | Uses:99 | Used by:105 |
Symbol 101 Graphic | Used by:105 | |
Symbol 102 Graphic | Used by:105 | |
Symbol 103 Graphic | Used by:105 | |
Symbol 104 Graphic | Used by:105 | |
Symbol 105 MovieClip | Uses:94 96 98 100 101 102 103 104 | Used by:Timeline |
Symbol 106 MovieClip | Uses:12 | Used by:Timeline |
Symbol 107 Bitmap | Used by:108 | |
Symbol 108 Graphic | Uses:107 | Used by:Timeline |
Symbol 109 Graphic | Used by:114 | |
Symbol 110 Graphic | Used by:113 | |
Symbol 111 Bitmap | Used by:112 | |
Symbol 112 Graphic | Uses:111 | Used by:113 115 |
Symbol 113 MovieClip | Uses:110 112 | Used by:114 |
Symbol 114 MovieClip | Uses:109 113 | Used by:Timeline |
Symbol 115 MovieClip | Uses:112 | Used by:Timeline |
Symbol 116 Bitmap | Used by:118 | |
Symbol 117 Bitmap | Used by:118 | |
Symbol 118 Graphic | Uses:116 117 | Used by:Timeline |
Symbol 119 Font | Used by:120 | |
Symbol 120 Text | Uses:119 | Used by:Timeline |
Symbol 121 Bitmap | Used by:122 | |
Symbol 122 Graphic | Uses:121 | Used by:Timeline |
Symbol 123 Graphic | Used by:124 | |
Symbol 124 MovieClip | Uses:123 | Used by:Timeline |
Symbol 125 Bitmap | Used by:127 | |
Symbol 126 Bitmap | Used by:127 | |
Symbol 127 Graphic | Uses:125 126 | Used by:Timeline |
Symbol 128 Graphic | Used by:187 | |
Symbol 129 Graphic | Used by:187 | |
Symbol 130 Graphic | Used by:187 | |
Symbol 131 Graphic | Used by:187 | |
Symbol 132 Graphic | Used by:187 | |
Symbol 133 Graphic | Used by:187 | |
Symbol 134 Graphic | Used by:187 | |
Symbol 135 Graphic | Used by:187 | |
Symbol 136 Graphic | Used by:187 | |
Symbol 137 Graphic | Used by:187 | |
Symbol 138 Graphic | Used by:187 | |
Symbol 139 Graphic | Used by:187 | |
Symbol 140 Graphic | Used by:187 | |
Symbol 141 Graphic | Used by:187 | |
Symbol 142 Graphic | Used by:187 | |
Symbol 143 Graphic | Used by:187 | |
Symbol 144 Graphic | Used by:187 | |
Symbol 145 Graphic | Used by:187 | |
Symbol 146 Graphic | Used by:187 | |
Symbol 147 Graphic | Used by:187 | |
Symbol 148 Graphic | Used by:187 | |
Symbol 149 Graphic | Used by:187 | |
Symbol 150 Graphic | Used by:187 | |
Symbol 151 Graphic | Used by:187 | |
Symbol 152 Graphic | Used by:187 | |
Symbol 153 Graphic | Used by:187 | |
Symbol 154 Graphic | Used by:187 | |
Symbol 155 Graphic | Used by:187 | |
Symbol 156 Graphic | Used by:187 | |
Symbol 157 Graphic | Used by:187 | |
Symbol 158 Graphic | Used by:187 | |
Symbol 159 Graphic | Used by:187 | |
Symbol 160 Graphic | Used by:187 | |
Symbol 161 Graphic | Used by:187 | |
Symbol 162 Graphic | Used by:187 | |
Symbol 163 Graphic | Used by:187 | |
Symbol 164 Graphic | Used by:187 | |
Symbol 165 Graphic | Used by:187 | |
Symbol 166 Graphic | Used by:187 | |
Symbol 167 Graphic | Used by:187 | |
Symbol 168 Graphic | Used by:187 | |
Symbol 169 Graphic | Used by:187 | |
Symbol 170 Graphic | Used by:187 | |
Symbol 171 Graphic | Used by:187 | |
Symbol 172 Graphic | Used by:187 | |
Symbol 173 Graphic | Used by:187 | |
Symbol 174 Graphic | Used by:187 | |
Symbol 175 Graphic | Used by:187 | |
Symbol 176 Graphic | Used by:187 | |
Symbol 177 Graphic | Used by:187 | |
Symbol 178 Graphic | Used by:187 | |
Symbol 179 Graphic | Used by:187 | |
Symbol 180 Graphic | Used by:187 | |
Symbol 181 Graphic | Used by:187 | |
Symbol 182 Graphic | Used by:187 | |
Symbol 183 Graphic | Used by:187 | |
Symbol 184 Graphic | Used by:187 | |
Symbol 185 Graphic | Used by:187 | |
Symbol 186 Graphic | Used by:187 | |
Symbol 187 MovieClip | Uses:128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 | Used by:Timeline |
Symbol 188 Bitmap | Used by:189 | |
Symbol 189 Graphic | Uses:188 | Used by:Timeline |
Symbol 190 Graphic | Used by:191 | |
Symbol 191 MovieClip | Uses:190 | Used by:Timeline |
Symbol 192 Bitmap | Used by:194 | |
Symbol 193 Bitmap | Used by:194 | |
Symbol 194 Graphic | Uses:192 193 | Used by:Timeline |
Symbol 195 Bitmap | Used by:196 | |
Symbol 196 Graphic | Uses:195 | Used by:197 |
Symbol 197 Button | Uses:196 | Used by:Timeline |
Symbol 198 Graphic | Used by:Timeline | |
Symbol 199 Graphic | Used by:200 | |
Symbol 200 MovieClip | Uses:199 | Used by:Timeline |
Symbol 201 Bitmap | Used by:203 | |
Symbol 202 Bitmap | Used by:203 | |
Symbol 203 Graphic | Uses:201 202 | Used by:Timeline |
Symbol 204 Graphic | Used by:205 | |
Symbol 205 MovieClip | Uses:204 | Used by:Timeline |
Symbol 206 Graphic | Used by:207 | |
Symbol 207 MovieClip | Uses:206 | Used by:Timeline |
Symbol 208 Bitmap | Used by:209 | |
Symbol 209 Graphic | Uses:208 | Used by:Timeline |
Symbol 210 Graphic | Used by:214 | |
Symbol 211 Graphic | Used by:214 | |
Symbol 212 Graphic | Used by:214 | |
Symbol 213 Graphic | Used by:214 | |
Symbol 214 MovieClip | Uses:210 211 212 213 | Used by:Timeline |
Symbol 215 Bitmap | Used by:216 | |
Symbol 216 Graphic | Uses:215 | Used by:Timeline |
Symbol 217 Graphic | Used by:218 | |
Symbol 218 MovieClip | Uses:217 | Used by:Timeline |
Symbol 219 Graphic | Used by:220 | |
Symbol 220 MovieClip | Uses:219 | Used by:Timeline |
Symbol 221 Graphic | Used by:223 | |
Symbol 222 Graphic | Used by:223 | |
Symbol 223 MovieClip | Uses:221 79 222 | Used by:Timeline |
Symbol 224 Bitmap | Used by:225 | |
Symbol 225 Graphic | Uses:224 | Used by:228 |
Symbol 226 Bitmap | Used by:227 | |
Symbol 227 Graphic | Uses:226 | Used by:228 |
Symbol 228 MovieClip | Uses:225 227 | Used by:Timeline |
Symbol 229 Bitmap | Used by:230 | |
Symbol 230 Graphic | Uses:229 | Used by:233 |
Symbol 231 Bitmap | Used by:232 | |
Symbol 232 Graphic | Uses:231 | Used by:233 |
Symbol 233 MovieClip | Uses:230 232 | Used by:Timeline |
Symbol 234 Bitmap | Used by:235 | |
Symbol 235 Graphic | Uses:234 | Used by:236 |
Symbol 236 MovieClip | Uses:79 235 | Used by:Timeline |
Instance Names
"seesaw" | Frame 3 | Symbol 13 MovieClip |
"ground" | Frame 3 | Symbol 19 MovieClip |
"player" | Frame 3 | Symbol 33 MovieClip |
"ground" | Frame 4 | Symbol 54 MovieClip |
"ground" | Frame 5 | Symbol 62 MovieClip |
"ground" | Frame 6 | Symbol 69 MovieClip |
"jp" | Frame 6 | Symbol 77 MovieClip |
"ground" | Frame 7 | Symbol 83 MovieClip |
"pillar" | Frame 7 | Symbol 84 MovieClip |
"contraption" | Frame 8 | Symbol 105 MovieClip |
"ground" | Frame 8 | Symbol 114 MovieClip |
"jp" | Frame 8 | Symbol 77 MovieClip |
"ground" | Frame 9 | Symbol 124 MovieClip |
"ground" | Frame 10 | Symbol 191 MovieClip |
"jp" | Frame 10 | Symbol 77 MovieClip |
"ground" | Frame 11 | Symbol 200 MovieClip |
"ground" | Frame 12 | Symbol 207 MovieClip |
"ground" | Frame 13 | Symbol 223 MovieClip |
"color" | Frame 13 | Symbol 228 MovieClip |
"fg" | Frame 13 | Symbol 233 MovieClip |
"win" | Frame 13 | Symbol 220 MovieClip |
"eyes" | Symbol 26 MovieClip Frame 1 | Symbol 25 MovieClip |
"fall" | Symbol 33 MovieClip Frame 1 | Symbol 21 MovieClip |
"stand" | Symbol 33 MovieClip Frame 2 | Symbol 26 MovieClip |
"jump" | Symbol 33 MovieClip Frame 3 | Symbol 28 MovieClip |
"hangleft" | Symbol 33 MovieClip Frame 4 | Symbol 30 MovieClip |
"hangright" | Symbol 33 MovieClip Frame 5 | Symbol 32 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access network only, Metadata not present, AS1/AS2. |
Protect (24) | Timeline Frame 1 | 31 bytes "..$1$Yd$.M1pi.wSe3FwRHA0lbdel1." |
ExportAssets (56) | Timeline Frame 1 | Symbol 237 as "__Packages.mochi.MochiServices" |
ExportAssets (56) | Timeline Frame 1 | Symbol 238 as "__Packages.mochi.MochiScores" |
Labels
"menu" | Frame 3 |
"highscores" | Frame 16 |
Dynamic Text Variables
_root.timer | Symbol 11 EditableText | "" |
|