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

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

Moss.swf

This is the info page for
Flash #30738

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


Text
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 1
stop(); 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 1
onClipEvent (enterFrame) { _xscale = _root.percentDone; }
Frame 2
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); } 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 3
stop(); timer = ""; onEnterFrame = function () { playerMenu(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };
Instance of Symbol 13 MovieClip "seesaw" in Frame 3
onClipEvent (enterFrame) { _root.crazyEvent(this); }
Frame 4
stop(); fixLevelFirst(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };
Frame 5
stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };
Frame 6
stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };
Instance of Symbol 77 MovieClip "jp" in Frame 6
onClipEvent (enterFrame) { _root.jumpPad(this, 20); }
Frame 7
stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };
Instance of Symbol 90 MovieClip in Frame 7
onClipEvent (enterFrame) { _root.buttonHit(this); }
Frame 8
stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };
Instance of Symbol 106 MovieClip in Frame 8
onClipEvent (enterFrame) { _root.catapult(this); }
Instance of Symbol 115 MovieClip in Frame 8
onClipEvent (enterFrame) { if (_root.contraption._currentframe > 30) { play(); } }
Instance of Symbol 77 MovieClip "jp" in Frame 8
onClipEvent (enterFrame) { _root.jumpPad(this, 15); }
Frame 9
stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };
Frame 10
stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };
Instance of Symbol 77 MovieClip "jp" in Frame 10
onClipEvent (enterFrame) { _root.jumpPad(this, 20); }
Frame 11
stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };
Instance of Symbol 205 MovieClip in Frame 11
onClipEvent (enterFrame) { _root.telone(this); }
Instance of Symbol 205 MovieClip in Frame 11
onClipEvent (enterFrame) { _root.telthree(this); }
Instance of Symbol 205 MovieClip in Frame 11
onClipEvent (enterFrame) { _root.teltwo(this); }
Frame 12
stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };
Instance of Symbol 77 MovieClip in Frame 12
onClipEvent (enterFrame) { _root.jumpPad(this, 20); }
Instance of Symbol 77 MovieClip in Frame 12
onClipEvent (enterFrame) { _root.jumpPad(this, 20); }
Instance of Symbol 77 MovieClip in Frame 12
onClipEvent (enterFrame) { _root.jumpPad(this, 20); }
Instance of Symbol 77 MovieClip in Frame 12
onClipEvent (enterFrame) { _root.jumpPad(this, 20); }
Instance of Symbol 77 MovieClip in Frame 12
onClipEvent (enterFrame) { _root.jumpPad(this, 20); }
Instance of Symbol 218 MovieClip in Frame 12
onClipEvent (enterFrame) { _root.fan(this); }
Frame 13
stop(); fixLevel(); onEnterFrame = function () { time(); playerReset(); getKeys(); animState(); checkState(); watchState(); swapFrames(); };
Instance of Symbol 236 MovieClip in Frame 13
onClipEvent (enterFrame) { _root.knobby(this); }
Frame 14
stop(); delete onEnterFrame; mochi.MochiScores.showLeaderboard({boardID:"1ce479fde8691648", score:playerscore, res:"500x260", showTableRank:true});
Frame 15
stop(); gotoAndStop ("menu");
Frame 16
delete onEnterFrame; mochi.MochiScores.showLeaderboard({boardID:"1ce479fde8691648", res:"500x300", height:300});
Frame 17
stop(); gotoAndStop ("menu");
Symbol 3 Button
on (release) { getURL ("http://www.dabontv.com", "_blank"); }
Symbol 237 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 238 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 41 Button
on (press) { _root.gotoAndStop("highscores"); }
Symbol 49 Button
on (release) { getURL ("http://www.dabontv.com", "_blank"); }
Symbol 77 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 40
stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 40
stop();
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 2
_root.ground.play(); _root.pillar.play();
Symbol 90 MovieClip Frame 10
stop();
Symbol 105 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 86
stop();
Symbol 113 MovieClip Frame 1
stop();
Instance of Symbol 113 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.contraption._currentframe > 30) { play(); } }
Symbol 115 MovieClip Frame 1
stop();
Symbol 197 Button
on (release) { getURL ("http://www.dabontv.com", "_blank"); }
Symbol 223 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 1
stop();
Symbol 236 MovieClip Frame 1
stop();

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:3
Symbol 3 ButtonUses:2Used by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 237 MovieClip [__Packages.mochi.MochiServices]
Symbol 238 MovieClip [__Packages.mochi.MochiScores]
Symbol 6 GraphicUsed by:Timeline
Symbol 7 FontUsed by:8 9
Symbol 8 TextUses:7Used by:Timeline
Symbol 9 TextUses:7Used by:Timeline
Symbol 10 FontUsed by:11
Symbol 11 EditableTextUses:10Used by:Timeline
Symbol 12 GraphicUsed by:13 106
Symbol 13 MovieClipUses:12Used by:Timeline
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:Timeline
Symbol 16 BitmapUsed by:17
Symbol 17 GraphicUses:16Used by:Timeline
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:33
Symbol 22 GraphicUsed by:33
Symbol 23 GraphicUsed by:26
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:26
Symbol 26 MovieClipUses:23 25Used by:33
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:33
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:33
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33
Symbol 33 MovieClipUses:21 22 26 28 30 32Used by:Timeline
Symbol 34 BitmapUsed by:36
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:34 35Used by:Timeline
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:41
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:41
Symbol 41 ButtonUses:38 40Used by:Timeline
Symbol 42 BitmapUsed by:44 46
Symbol 43 BitmapUsed by:44 46 48
Symbol 44 GraphicUses:42 43Used by:49
Symbol 45 BitmapUsed by:46 48
Symbol 46 GraphicUses:42 45 43Used by:49
Symbol 47 GraphicUsed by:49
Symbol 48 GraphicUses:45 43Used by:49
Symbol 49 ButtonUses:44 46 47 48Used by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:Timeline
Symbol 55 BitmapUsed by:57
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:55 56Used by:Timeline
Symbol 58 BitmapUsed by:60
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:58 59Used by:Timeline
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:Timeline
Symbol 63 BitmapUsed by:65
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:63 64Used by:Timeline
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 BitmapUsed by:72
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:70 71Used by:Timeline
Symbol 73 GraphicUsed by:77
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:76
Symbol 76 MovieClipUses:75Used by:77
Symbol 77 MovieClipUses:73 76Used by:Timeline
Symbol 78 GraphicUsed by:83
Symbol 79 GraphicUsed by:83 90 223 236
Symbol 80 GraphicUsed by:83
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:83 84
Symbol 83 MovieClipUses:78 79 80 82Used by:Timeline
Symbol 84 MovieClipUses:82Used by:Timeline
Symbol 85 BitmapUsed by:87
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:85 86Used by:Timeline
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:90
Symbol 90 MovieClipUses:79 89Used by:Timeline
Symbol 91 BitmapUsed by:93
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:91 92Used by:Timeline
Symbol 94 GraphicUsed by:105
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:105
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:105
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:105
Symbol 101 GraphicUsed by:105
Symbol 102 GraphicUsed by:105
Symbol 103 GraphicUsed by:105
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:94 96 98 100 101 102 103 104Used by:Timeline
Symbol 106 MovieClipUses:12Used by:Timeline
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:Timeline
Symbol 109 GraphicUsed by:114
Symbol 110 GraphicUsed by:113
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:113 115
Symbol 113 MovieClipUses:110 112Used by:114
Symbol 114 MovieClipUses:109 113Used by:Timeline
Symbol 115 MovieClipUses:112Used by:Timeline
Symbol 116 BitmapUsed by:118
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:116 117Used by:Timeline
Symbol 119 FontUsed by:120
Symbol 120 TextUses:119Used by:Timeline
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 BitmapUsed by:127
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:125 126Used by:Timeline
Symbol 128 GraphicUsed by:187
Symbol 129 GraphicUsed by:187
Symbol 130 GraphicUsed by:187
Symbol 131 GraphicUsed by:187
Symbol 132 GraphicUsed by:187
Symbol 133 GraphicUsed by:187
Symbol 134 GraphicUsed by:187
Symbol 135 GraphicUsed by:187
Symbol 136 GraphicUsed by:187
Symbol 137 GraphicUsed by:187
Symbol 138 GraphicUsed by:187
Symbol 139 GraphicUsed by:187
Symbol 140 GraphicUsed by:187
Symbol 141 GraphicUsed by:187
Symbol 142 GraphicUsed by:187
Symbol 143 GraphicUsed by:187
Symbol 144 GraphicUsed by:187
Symbol 145 GraphicUsed by:187
Symbol 146 GraphicUsed by:187
Symbol 147 GraphicUsed by:187
Symbol 148 GraphicUsed by:187
Symbol 149 GraphicUsed by:187
Symbol 150 GraphicUsed by:187
Symbol 151 GraphicUsed by:187
Symbol 152 GraphicUsed by:187
Symbol 153 GraphicUsed by:187
Symbol 154 GraphicUsed by:187
Symbol 155 GraphicUsed by:187
Symbol 156 GraphicUsed by:187
Symbol 157 GraphicUsed by:187
Symbol 158 GraphicUsed by:187
Symbol 159 GraphicUsed by:187
Symbol 160 GraphicUsed by:187
Symbol 161 GraphicUsed by:187
Symbol 162 GraphicUsed by:187
Symbol 163 GraphicUsed by:187
Symbol 164 GraphicUsed by:187
Symbol 165 GraphicUsed by:187
Symbol 166 GraphicUsed by:187
Symbol 167 GraphicUsed by:187
Symbol 168 GraphicUsed by:187
Symbol 169 GraphicUsed by:187
Symbol 170 GraphicUsed by:187
Symbol 171 GraphicUsed by:187
Symbol 172 GraphicUsed by:187
Symbol 173 GraphicUsed by:187
Symbol 174 GraphicUsed by:187
Symbol 175 GraphicUsed by:187
Symbol 176 GraphicUsed by:187
Symbol 177 GraphicUsed by:187
Symbol 178 GraphicUsed by:187
Symbol 179 GraphicUsed by:187
Symbol 180 GraphicUsed by:187
Symbol 181 GraphicUsed by:187
Symbol 182 GraphicUsed by:187
Symbol 183 GraphicUsed by:187
Symbol 184 GraphicUsed by:187
Symbol 185 GraphicUsed by:187
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses: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 186Used by:Timeline
Symbol 188 BitmapUsed by:189
Symbol 189 GraphicUses:188Used by:Timeline
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 BitmapUsed by:194
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:192 193Used by:Timeline
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:197
Symbol 197 ButtonUses:196Used by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199Used by:Timeline
Symbol 201 BitmapUsed by:203
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:201 202Used by:Timeline
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:Timeline
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:Timeline
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:Timeline
Symbol 210 GraphicUsed by:214
Symbol 211 GraphicUsed by:214
Symbol 212 GraphicUsed by:214
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:210 211 212 213Used by:Timeline
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:Timeline
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:217Used by:Timeline
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:Timeline
Symbol 221 GraphicUsed by:223
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:221 79 222Used by:Timeline
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:224Used by:228
Symbol 226 BitmapUsed by:227
Symbol 227 GraphicUses:226Used by:228
Symbol 228 MovieClipUses:225 227Used by:Timeline
Symbol 229 BitmapUsed by:230
Symbol 230 GraphicUses:229Used by:233
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:233
Symbol 233 MovieClipUses:230 232Used by:Timeline
Symbol 234 BitmapUsed by:235
Symbol 235 GraphicUses:234Used by:236
Symbol 236 MovieClipUses:79 235Used by:Timeline

Instance Names

"seesaw"Frame 3Symbol 13 MovieClip
"ground"Frame 3Symbol 19 MovieClip
"player"Frame 3Symbol 33 MovieClip
"ground"Frame 4Symbol 54 MovieClip
"ground"Frame 5Symbol 62 MovieClip
"ground"Frame 6Symbol 69 MovieClip
"jp"Frame 6Symbol 77 MovieClip
"ground"Frame 7Symbol 83 MovieClip
"pillar"Frame 7Symbol 84 MovieClip
"contraption"Frame 8Symbol 105 MovieClip
"ground"Frame 8Symbol 114 MovieClip
"jp"Frame 8Symbol 77 MovieClip
"ground"Frame 9Symbol 124 MovieClip
"ground"Frame 10Symbol 191 MovieClip
"jp"Frame 10Symbol 77 MovieClip
"ground"Frame 11Symbol 200 MovieClip
"ground"Frame 12Symbol 207 MovieClip
"ground"Frame 13Symbol 223 MovieClip
"color"Frame 13Symbol 228 MovieClip
"fg"Frame 13Symbol 233 MovieClip
"win"Frame 13Symbol 220 MovieClip
"eyes"Symbol 26 MovieClip Frame 1Symbol 25 MovieClip
"fall"Symbol 33 MovieClip Frame 1Symbol 21 MovieClip
"stand"Symbol 33 MovieClip Frame 2Symbol 26 MovieClip
"jump"Symbol 33 MovieClip Frame 3Symbol 28 MovieClip
"hangleft"Symbol 33 MovieClip Frame 4Symbol 30 MovieClip
"hangright"Symbol 33 MovieClip Frame 5Symbol 32 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$Yd$.M1pi.wSe3FwRHA0lbdel1."
ExportAssets (56)Timeline Frame 1Symbol 237 as "__Packages.mochi.MochiServices"
ExportAssets (56)Timeline Frame 1Symbol 238 as "__Packages.mochi.MochiScores"

Labels

"menu"Frame 3
"highscores"Frame 16

Dynamic Text Variables

_root.timerSymbol 11 EditableText""




http://swfchan.com/7/30738/info.shtml
Created: 19/5 -2019 05:11:40 Last modified: 19/5 -2019 05:11:40 Server time: 10/05 -2024 12:40:17