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

swfchan turned sixteen years old yesterday! (5may2024)

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

Analogous.swf

This is the info page for
Flash #26637

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


Text
the greatest place on earth

inversecoma.com

albinoblacksheep.com

albinoblacksheep.com

for

ONLY

Analogous

by inversecoma

Play

Play

Instructions

The rules of this game are relatively simple.
You will control two separate items on the
screen. One will be your cursor (item 1) and
the other will be your ball (item2). With your
cursor you will have to line it up as best as
you can with the target and click (target1).
With your ball you will have to collect as many
pink balls (target 2) as possible. WASD keys.

target 1

target 2

item 1

item 2

back

back

Level One Objective:

Balls Collected - 3

Points Earned - 30

Time Limit - 30 Seconds

Start!

Start!

LOSER

Score:

Balls:

Time Left:

Perfect!

Level Two Objective:

Balls Collected - 8

Points Earned - 45

Level Three Objective:

Balls Collected - 13

Points Earned - 60

Time Limit - 35 Seconds

Ball Speed +1

Level Four Objective:

Balls Collected - 20

Points Earned - 20

Time Limit - 40 Seconds

Target Size +1

Level Five Objective:

Congratulations, you won!

Wait for the sequel for more levels,
more obstacles and more...stuff.

inversecoma.com

inversecoma.com

main menu

main menu

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; 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); } MochiAd.showPreGameAd({id:"eeee396dce88e523", res:"550x400"}); __com_mochibot__("961aec8d", this, 10301, true);
Instance of Symbol 9 MovieClip "circle" in Frame 1
onClipEvent (load) { Mouse.hide(); this.startDrag(true); }
Frame 2
stop();
Frame 4
stop(); score = 0; ballscore = 0; _root.timed.gotoAndPlay(2); _root.timed.times = 30;
Instance of Symbol 45 MovieClip "targets" in Frame 4
onClipEvent (load) { this._x = random(250); this._y = random(250); this._alpha = random(100) + 50; if (this._y < 0) { this._y = this._y + 20; } }
Instance of Symbol 5 MovieClip [theCar] "player" in Frame 4
onClipEvent (enterFrame) { speed = 7; if (Key.isDown(65)) { _x = (_x - speed); } if (Key.isDown(68)) { _x = (_x + speed); } if (Key.isDown(87)) { _y = (_y - speed); } if (Key.isDown(83)) { _y = (_y + speed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall)) { _x = (_x + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall2)) { _y = (_y - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall3)) { _x = (_x - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall4)) { _y = (_y + 7); } }
Instance of Symbol 89 MovieClip in Frame 4
onClipEvent (enterFrame) { if (((_root.timed.times <= 0) && (_root.score >= 30)) && (_root.ballscore >= 3)) { _root.nextFrame(); } if (((_root.timed.times <= 0) && (_root.score <= 29)) && (_root.ballscore <= 2)) { _root.loser.play(); _root.gotoAndStop(3); } if ((_root.timed.times <= 0) && (_root.score <= 29)) { _root.loser.play(); _root.gotoAndStop(3); } if ((_root.timed.times <= 0) && (_root.ballscore <= 2)) { _root.loser.play(); _root.gotoAndStop(3); } }
Frame 6
stop(); score = 0; ballscore = 0; _root.timed.gotoAndPlay(2); _root.timed.times = 30;
Instance of Symbol 45 MovieClip "targets" in Frame 6
onClipEvent (load) { this._x = random(250); this._y = random(150); this._alpha = random(100) + 50; }
Instance of Symbol 5 MovieClip [theCar] "ball2" in Frame 6
onClipEvent (enterFrame) { speed = 7; if (Key.isDown(65)) { _x = (_x - speed); } if (Key.isDown(68)) { _x = (_x + speed); } if (Key.isDown(87)) { _y = (_y - speed); } if (Key.isDown(83)) { _y = (_y + speed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall)) { _x = (_x + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall2)) { _y = (_y - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall3)) { _x = (_x - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall4)) { _y = (_y + 7); } }
Instance of Symbol 89 MovieClip in Frame 6
onClipEvent (enterFrame) { if (((_root.timed.times <= 0) && (_root.score >= 45)) && (_root.ballscore >= 8)) { _root.nextFrame(); } if (((_root.timed.times <= 0) && (_root.score <= 44)) && (_root.ballscore <= 7)) { _root.loser.play(); _root.gotoAndStop(5); } if ((_root.timed.times <= 0) && (_root.score <= 44)) { _root.loser.play(); _root.gotoAndStop(5); } if ((_root.timed.times <= 0) && (_root.ballscore <= 7)) { _root.loser.play(); _root.gotoAndStop(5); } }
Frame 8
stop(); score = 0; ballscore = 0; _root.timed.gotoAndPlay(2); _root.timed.times = 30;
Instance of Symbol 45 MovieClip "targets" in Frame 8
onClipEvent (load) { this._x = random(250); this._y = random(150); this._alpha = random(100) + 50; }
Instance of Symbol 5 MovieClip [theCar] "ball2" in Frame 8
onClipEvent (enterFrame) { speed = 9; if (Key.isDown(65)) { _x = (_x - speed); } if (Key.isDown(68)) { _x = (_x + speed); } if (Key.isDown(87)) { _y = (_y - speed); } if (Key.isDown(83)) { _y = (_y + speed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall)) { _x = (_x + 9); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall2)) { _y = (_y - 9); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall3)) { _x = (_x - 9); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall4)) { _y = (_y + 9); } }
Instance of Symbol 89 MovieClip in Frame 8
onClipEvent (enterFrame) { if (((_root.timed.times <= 0) && (_root.score >= 60)) && (_root.ballscore >= 13)) { _root.nextFrame(); } if (((_root.timed.times <= 0) && (_root.score <= 59)) && (_root.ballscore <= 12)) { _root.loser.play(); _root.gotoAndStop(7); } if ((_root.timed.times <= 0) && (_root.score <= 59)) { _root.loser.play(); _root.gotoAndStop(7); } if ((_root.timed.times <= 0) && (_root.ballscore <= 12)) { _root.loser.play(); _root.gotoAndStop(7); } }
Frame 10
stop(); score = 0; ballscore = 0; _root.timed.gotoAndPlay(2); _root.timed.times = 30;
Instance of Symbol 45 MovieClip "targets" in Frame 10
onClipEvent (load) { this._x = random(250); this._y = random(150); this._alpha = random(100) + 50; }
Instance of Symbol 5 MovieClip [theCar] "ball2" in Frame 10
onClipEvent (enterFrame) { speed = 7; if (Key.isDown(65)) { _x = (_x - speed); } if (Key.isDown(68)) { _x = (_x + speed); } if (Key.isDown(87)) { _y = (_y - speed); } if (Key.isDown(83)) { _y = (_y + speed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall)) { _x = (_x + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall2)) { _y = (_y - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall3)) { _x = (_x - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall4)) { _y = (_y + 7); } }
Instance of Symbol 89 MovieClip in Frame 10
onClipEvent (enterFrame) { if (((_root.timed.times <= 0) && (_root.score >= 20)) && (_root.ballscore >= 20)) { _root.nextFrame(); } if (((_root.timed.times <= 0) && (_root.score <= 19)) && (_root.ballscore <= 19)) { _root.loser.play(); _root.gotoAndStop(9); } if ((_root.timed.times <= 0) && (_root.score <= 19)) { _root.loser.play(); _root.gotoAndStop(9); } if ((_root.timed.times <= 0) && (_root.ballscore <= 19)) { _root.loser.play(); _root.gotoAndStop(9); } }
Frame 12
stop(); score = 0; ballscore = 0; _root.timed.gotoAndPlay(2); _root.timed.times = 40;
Instance of Symbol 45 MovieClip "targets" in Frame 12
onClipEvent (load) { this._x = random(250); this._y = random(150); this._alpha = random(100) + 50; }
Instance of Symbol 5 MovieClip [theCar] "ball2" in Frame 12
onClipEvent (enterFrame) { speed = 7; if (Key.isDown(65)) { _x = (_x - speed); } if (Key.isDown(68)) { _x = (_x + speed); } if (Key.isDown(87)) { _y = (_y - speed); } if (Key.isDown(83)) { _y = (_y + speed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall)) { _x = (_x + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall2)) { _y = (_y - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall3)) { _x = (_x - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall4)) { _y = (_y + 7); } }
Instance of Symbol 89 MovieClip in Frame 12
onClipEvent (enterFrame) { if (((_root.timed.times <= 0) && (_root.score >= 60)) && (_root.ballscore >= 20)) { _root.nextFrame(); } if (((_root.timed.times <= 0) && (_root.score <= 59)) && (_root.ballscore <= 19)) { _root.loser.play(); _root.gotoAndStop(11); } if ((_root.timed.times <= 0) && (_root.score <= 59)) { _root.loser.play(); _root.gotoAndStop(11); } if ((_root.timed.times <= 0) && (_root.ballscore <= 19)) { _root.loser.play(); _root.gotoAndStop(11); } }
Instance of Symbol 3 MovieClip in Symbol 5 MovieClip [theCar] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.targets)) { _root.targets._x = random(450); _root.targets._y = random(250); _root.targets._alpha = random(100) + 50; _root.ballscore = _root.ballscore + 1; var my_sound = new Sound(); my_sound.attachSound("BONG"); my_sound.start(); } }
Symbol 124 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd { function MochiAd () { } static function getVersion() { return("2.2"); } static function showPreGameAd(options) { var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local27); var clip = options.clip; var _local23 = 11000; var _local26 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local14 = _getRes(options); var _local4 = _local14[0]; var _local13 = _local14[1]; mc._x = _local4 * 0.5; mc._y = _local13 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk._x = _local4 * -0.5; chk._y = _local13 * -0.5; var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4); _local7._x = 10; _local7._y = _local13 - 20; var _local22 = options.color; delete options.color; var _local19 = options.background; delete options.background; var _local24 = options.outline; delete options.outline; var _local5 = _local7.createEmptyMovieClip("_outline", 1); _local5.beginFill(_local19); _local5.moveTo(0, 0); _local5.lineTo(_local4 - 20, 0); _local5.lineTo(_local4 - 20, 10); _local5.lineTo(0, 10); _local5.lineTo(0, 0); _local5.endFill(); var _local3 = _local7.createEmptyMovieClip("_inside", 2); _local3.beginFill(_local22); _local3.moveTo(0, 0); _local3.lineTo(_local4 - 20, 0); _local3.lineTo(_local4 - 20, 10); _local3.lineTo(0, 10); _local3.lineTo(0, 0); _local3.endFill(); _local3._xscale = 0; var _local6 = _local7.createEmptyMovieClip("_outline", 3); _local6.lineStyle(0, _local24, 100); _local6.moveTo(0, 0); _local6.lineTo(_local4 - 20, 0); _local6.lineTo(_local4 - 20, 10); _local6.lineTo(0, 10); _local6.lineTo(0, 0); chk.ad_msec = _local23; chk.ad_timeout = _local26; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) { }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec; }; chk.onEnterFrame = function () { var _local6 = this._parent._parent; var _local12 = this._parent._mochiad_ctr; var _local5 = getTimer() - this.started; var _local3 = false; var _local4 = _local6.getBytesTotal(); var _local8 = _local6.getBytesLoaded(); var _local10 = (100 * _local8) / _local4; var _local11 = (100 * _local5) / chk.ad_msec; var _local9 = this._mochiad_bar._inside; var _local2 = Math.min(100, Math.min(_local10 || 0, _local11)); _local2 = Math.max(this.last_pcnt, _local2); this.last_pcnt = _local2; _local9._xscale = _local2; if (!chk.showing) { var _local7 = _local12.getBytesTotal(); if ((_local7 > 0) || (typeof(_local7) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local5 > chk.ad_timeout) { _local3 = true; } } if (_local5 > chk.ad_msec) { _local3 = true; } if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; } static function showInterLevelAd(options) { var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local13); var clip = options.clip; var _local10 = 11000; var _local12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local5 = _getRes(options); var _local14 = _local5[0]; var _local11 = _local5[1]; mc._x = _local14 * 0.5; mc._y = _local11 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_msec = _local10; chk.ad_timeout = _local12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) { }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec - 250; }; chk.onEnterFrame = function () { var _local5 = this._parent._mochiad_ctr; var _local4 = getTimer() - this.started; var _local2 = false; if (!chk.showing) { var _local3 = _local5.getBytesTotal(); if ((_local3 > 0) || (typeof(_local3) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { _local2 = true; } } if (_local4 > chk.ad_msec) { _local2 = true; } if (_local2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; } static function showTimedAd(options) { showInterLevelAd(options); } static function showPreloaderAd(options) { showPreGameAd(options); } static function _allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function _loadCommunicator(options) { var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"}; options = _parseOptions(options, _local26); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local18 = options.clip; var _local20 = "_mochiad_com_" + options.id; if (!_isNetworkAvailable()) { return(null); } if (_local18[_local20]) { return(_local18[_local20].lc); } var _local21 = options.com_server + options.id; _allowDomains(_local21); delete options.id; delete options.com_server; var _local25 = options.depth; delete options.depth; var _local17 = _local18.createEmptyMovieClip(_local20, _local25); var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1); for (var _local15 in options) { _local11[_local15] = options[_local15]; } var _local6 = new LocalConnection(); var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local6.mc = _local17; _local6.name = _local16; _local6.allowDomain = function (d) { return(true); }; _local6.allowInsecureDomain = _local6.allowDomain; _local6.connect(_local16); _local17.lc = _local6; _local11.lc = _local16; _local6._id = 0; _local6._queue = []; _local6.rpcResult = function (cb_arg) { var _local8 = parseInt(cb_arg); var _local4 = this._callbacks[_local8]; if (!_local4) { return(undefined); } delete this._callbacks[_local8]; var _local5 = []; var _local3 = 2; while (_local3 < _local4.length) { _local5.push(_local4[_local3]); _local3++; } _local3 = 1; while (_local3 < arguments.length) { _local5.push(arguments[_local3]); _local3++; } var _local6 = _local4[1]; var _local7 = _local4[0]; if (_local7 && (typeof(_local6) == "string")) { _local6 = _local7[_local6]; } if (_local6) { _local6.apply(_local7, _local5); } }; _local6._didConnect = function (endpoint) { this._endpoint = endpoint; var _local4 = this._queue; delete this._queue; var _local5 = this.doSend; var _local2 = 0; while (_local2 < _local4.length) { var _local3 = _local4[_local2]; _local5.apply(this, _local3); _local2++; } }; _local6.doSend = function (args, cbobj, cbfn) { if (this._endpoint == null) { var _local4 = []; var _local3 = 0; while (_local3 < arguments.length) { _local4.push(arguments[_local3]); _local3++; } this._queue.push(_local4); return(undefined); } this._id = this._id + 1; var _local5 = this._id; if ((cbfn === undefined) || (cbfn === null)) { cbfn = cbobj; } this._callbacks[_local5] = [cbobj, cbfn]; var _local7 = new LocalConnection(); var _local9 = _local7.send(this._endpoint, "rpc", _local5, args); }; _local6._callbacks = {}; _local6._callbacks[0] = [_local6, "_didConnect"]; _local11.st = getTimer(); _local11.loadMovie(_local21 + ".swf", "POST"); return(_local6); } static function fetchHighScores(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["fetchHighScores", options]; _local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod); return(true); } static function sendHighScore(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["sendHighScore", options]; _local1.doSend(["sendHighScore", options], callbackObj, callbackMethod); return(true); } static function load(options) { var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"}; options = _parseOptions(options, _local13); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local9 = options.clip; if (!_isNetworkAvailable()) { return(null); } if (_local9._mochiad_loaded) { return(null); } var _local12 = options.depth; delete options.depth; var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12); var _local11 = _getRes(options); options.res = (_local11[0] + "x") + _local11[1]; options.server = options.server + options.id; delete options.id; _local9._mochiad_loaded = true; var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1); for (var _local7 in options) { _local4[_local7] = options[_local7]; } var _local10 = _local4.server; delete _local4.server; var _local14 = _allowDomains(_local10); _local6.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; MochiAd.unload(this._parent); } }; } }; var _local5 = new LocalConnection(); var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local5.mc = _local6; _local5.name = _local8; _local5.hostname = _local14; _local5.allowDomain = function (d) { return(true); }; _local5.allowInsecureDomain = _local5.allowDomain; _local5.connect(_local8); _local6.lc = _local5; _local4.lc = _local8; _local4.st = getTimer(); _local4.loadMovie(_local10 + ".swf", "POST"); return(_local6); } static function unload(clip) { if (typeof(clip) == "undefined") { clip = _root; } if (clip.clip && (clip.clip._mochiad)) { clip = clip.clip; } if (!clip._mochiad) { return(false); } clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return(true); } static function _isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function _getRes(options) { var _local3 = options.clip.getBounds(); var _local2 = 0; var _local1 = 0; if (typeof(options.res) != "undefined") { var _local4 = options.res.split("x"); _local2 = parseFloat(_local4[0]); _local1 = parseFloat(_local4[1]); } else { _local2 = _local3.xMax - _local3.xMin; _local1 = _local3.yMax - _local3.yMin; } if ((_local2 == 0) || (_local1 == 0)) { _local2 = Stage.width; _local1 = Stage.height; } return([_local2, _local1]); } static function _parseOptions(options, defaults) { var _local4 = {}; for (var _local8 in defaults) { _local4[_local8] = defaults[_local8]; } if (options) { for (var _local8 in options) { _local4[_local8] = options[_local8]; } } if (_root.mochiad_options) { var _local5 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local5.length) { var _local3 = _local5[_local2].split("="); _local4[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } if (_local4.id == "test") { trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!"); } return(_local4); } }
Symbol 16 Button
on (release) { getURL ("http://www.inversecoma.com", _blank); }
Symbol 17 MovieClip Frame 119
_root.intro.nextFrame();
Symbol 21 Button
on (release) { getURL ("http://www.albinoblacksheep.com", _blank); }
Symbol 32 Button
on (release) { _root.nextFrame(); }
Symbol 34 Button
on (release) { play(); }
Symbol 37 Button
on (press) { _root.bad.play(); _root.score = _root.score - 3; _root.white.play(); acceleration = 10; newpos = function () { ranx = Math.round(Math.random() * 380); rany = Math.round(Math.random() * 380); }; newpos(); this.onEnterFrame = function () { this._x = this._x + ((ranx - this._x) / acceleration); this._y = this._y + ((rany - this._y) / acceleration); }; }
Symbol 39 Button
on (press) { _root.okay.play(); _root.score = _root.score + 2; _root.white.play(); acceleration = 10; newpos = function () { ranx = Math.round(Math.random() * 380); rany = Math.round(Math.random() * 380); }; newpos(); this.onEnterFrame = function () { this._x = this._x + ((ranx - this._x) / acceleration); this._y = this._y + ((rany - this._y) / acceleration); }; }
Symbol 40 Button
on (press) { _root.good.play(); _root.score = _root.score + 3; _root.white.play(); acceleration = 10; newpos = function () { ranx = Math.round(Math.random() * 380); rany = Math.round(Math.random() * 380); }; newpos(); this.onEnterFrame = function () { this._x = this._x + ((ranx - this._x) / acceleration); this._y = this._y + ((rany - this._y) / acceleration); }; }
Symbol 41 Button
on (press) { _root.perfect.play(); _root.score = _root.score + 5; _root.white.play(); acceleration = 10; newpos = function () { ranx = Math.round(Math.random() * 380); rany = Math.round(Math.random() * 380); }; newpos(); this.onEnterFrame = function () { this._x = this._x + ((ranx - this._x) / acceleration); this._y = this._y + ((rany - this._y) / acceleration); }; }
Symbol 54 Button
on (release) { gotoAndPlay (1); }
Symbol 55 MovieClip Frame 10
stop();
Symbol 55 MovieClip Frame 30
stop();
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 2
stop();
Symbol 67 Button
on (release) { nextFrame(); }
Symbol 77 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 24
times = times - 1; gotoAndPlay (2);
Symbol 88 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 1
stop();
Symbol 119 Button
on (press) { getURL ("http://www.inversecoma.com", _blank); }
Symbol 123 Button
on (release) { gotoAndStop (2); }

Library Items

Symbol 1 Sound [BONG]
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:5
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClip [theCar]Uses:3 4Used by:55  Timeline
Symbol 6 GraphicUsed by:9
Symbol 7 GraphicUsed by:8 89
Symbol 8 MovieClipUses:7Used by:9
Symbol 9 MovieClipUses:6 8Used by:55  Timeline
Symbol 124 MovieClip [__Packages.MochiAd]
Symbol 10 GraphicUsed by:56
Symbol 11 GraphicUsed by:16 17
Symbol 12 FontUsed by:13 14 18 19 22 23 51 52 79 82 87 95 96 102 103 109 110 112 113 114 115 116 117 120 121
Symbol 13 TextUses:12Used by:16 17
Symbol 14 TextUses:12Used by:16 17
Symbol 15 GraphicUsed by:16
Symbol 16 ButtonUses:11 13 14 15Used by:17
Symbol 17 MovieClipUses:11 13 14 16Used by:56
Symbol 18 TextUses:12Used by:21
Symbol 19 TextUses:12Used by:21
Symbol 20 GraphicUsed by:21
Symbol 21 ButtonUses:18 19 20Used by:55  Timeline
Symbol 22 TextUses:12Used by:55
Symbol 23 TextUses:12Used by:55
Symbol 24 FontUsed by:25 26 27 28 31 35 46 47 48 49 60 61 62 63 64 65 76 80 81 83 84 86 92 93 94 97 98 99 100 101 104 105 106 107 108 111
Symbol 25 TextUses:24Used by:55
Symbol 26 TextUses:24Used by:55
Symbol 27 TextUses:24Used by:30 32
Symbol 28 TextUses:24Used by:30 32
Symbol 29 GraphicUsed by:30 32
Symbol 30 ButtonUses:27 28 29Used by:55
Symbol 31 TextUses:24Used by:34 55
Symbol 32 ButtonUses:27 28 29Used by:55
Symbol 33 GraphicUsed by:34
Symbol 34 ButtonUses:31 33Used by:55
Symbol 35 TextUses:24Used by:55
Symbol 36 GraphicUsed by:37
Symbol 37 ButtonUses:36Used by:42
Symbol 38 GraphicUsed by:39 40 41 50
Symbol 39 ButtonUses:38Used by:42
Symbol 40 ButtonUses:38Used by:42
Symbol 41 ButtonUses:38Used by:42
Symbol 42 MovieClipUses:37 39 40 41Used by:55  Timeline
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:43 44Used by:55  Timeline
Symbol 46 TextUses:24Used by:55
Symbol 47 TextUses:24Used by:55
Symbol 48 TextUses:24Used by:55
Symbol 49 TextUses:24Used by:55
Symbol 50 ButtonUses:38Used by:55
Symbol 51 TextUses:12Used by:54
Symbol 52 TextUses:12Used by:54
Symbol 53 GraphicUsed by:54
Symbol 54 ButtonUses:51 52 53Used by:55
Symbol 55 MovieClipUses:21 22 23 25 26 30 31 32 34 35 42 45 46 47 5 9 48 49 50 54Used by:56
Symbol 56 MovieClipUses:10 17 55Used by:Timeline
Symbol 57 MovieClipUses:SS1Used by:Timeline
Symbol 58 MovieClipUses:SS2Used by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 TextUses:24Used by:Timeline
Symbol 61 TextUses:24Used by:Timeline
Symbol 62 TextUses:24Used by:Timeline
Symbol 63 TextUses:24Used by:Timeline
Symbol 64 TextUses:24Used by:67
Symbol 65 TextUses:24Used by:67
Symbol 66 GraphicUsed by:67
Symbol 67 ButtonUses:64 65 66Used by:Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 TextUses:24Used by:77
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 EditableTextUses:12Used by:Timeline
Symbol 80 TextUses:24Used by:Timeline
Symbol 81 TextUses:24Used by:Timeline
Symbol 82 EditableTextUses:12Used by:Timeline
Symbol 83 EditableTextUses:24Used by:85
Symbol 84 EditableTextUses:24Used by:85
Symbol 85 MovieClipUses:83 84Used by:Timeline
Symbol 86 TextUses:24Used by:Timeline
Symbol 87 TextUses:12Used by:88
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 MovieClipUses:7Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 TextUses:24Used by:Timeline
Symbol 93 TextUses:24Used by:Timeline
Symbol 94 TextUses:24Used by:Timeline
Symbol 95 EditableTextUses:12Used by:Timeline
Symbol 96 EditableTextUses:12Used by:Timeline
Symbol 97 TextUses:24Used by:Timeline
Symbol 98 TextUses:24Used by:Timeline
Symbol 99 TextUses:24Used by:Timeline
Symbol 100 TextUses:24Used by:Timeline
Symbol 101 TextUses:24Used by:Timeline
Symbol 102 EditableTextUses:12Used by:Timeline
Symbol 103 EditableTextUses:12Used by:Timeline
Symbol 104 TextUses:24Used by:Timeline
Symbol 105 TextUses:24Used by:Timeline
Symbol 106 TextUses:24Used by:Timeline
Symbol 107 TextUses:24Used by:Timeline
Symbol 108 TextUses:24Used by:Timeline
Symbol 109 EditableTextUses:12Used by:Timeline
Symbol 110 EditableTextUses:12Used by:Timeline
Symbol 111 TextUses:24Used by:Timeline
Symbol 112 EditableTextUses:12Used by:Timeline
Symbol 113 EditableTextUses:12Used by:Timeline
Symbol 114 TextUses:12Used by:Timeline
Symbol 115 TextUses:12Used by:Timeline
Symbol 116 TextUses:12Used by:119
Symbol 117 TextUses:12Used by:119
Symbol 118 GraphicUsed by:119
Symbol 119 ButtonUses:116 117 118Used by:Timeline
Symbol 120 TextUses:12Used by:123
Symbol 121 TextUses:12Used by:123
Symbol 122 GraphicUsed by:123
Symbol 123 ButtonUses:120 121 122Used by:Timeline
Streaming Sound 1Used by:Symbol 57 MovieClip
Streaming Sound 2Used by:Symbol 58 MovieClip

Instance Names

"circle"Frame 1Symbol 9 MovieClip
"intro"Frame 2Symbol 56 MovieClip
"wall"Frame 3Symbol 69 MovieClip
"wall2"Frame 3Symbol 71 MovieClip
"wall3"Frame 3Symbol 73 MovieClip
"wall4"Frame 3Symbol 75 MovieClip
"loser"Frame 3Symbol 77 MovieClip
"timed"Frame 4Symbol 85 MovieClip
"ball"Frame 4Symbol 42 MovieClip
"targets"Frame 4Symbol 45 MovieClip
"player"Frame 4Symbol 5 MovieClip [theCar]
"perfect"Frame 4Symbol 88 MovieClip
"white"Frame 4Symbol 91 MovieClip
"timed"Frame 6Symbol 85 MovieClip
"ball"Frame 6Symbol 42 MovieClip
"targets"Frame 6Symbol 45 MovieClip
"ball2"Frame 6Symbol 5 MovieClip [theCar]
"perfect"Frame 6Symbol 88 MovieClip
"timed"Frame 8Symbol 85 MovieClip
"ball"Frame 8Symbol 42 MovieClip
"targets"Frame 8Symbol 45 MovieClip
"ball2"Frame 8Symbol 5 MovieClip [theCar]
"perfect"Frame 8Symbol 88 MovieClip
"timed"Frame 10Symbol 85 MovieClip
"ball"Frame 10Symbol 42 MovieClip
"targets"Frame 10Symbol 45 MovieClip
"ball2"Frame 10Symbol 5 MovieClip [theCar]
"perfect"Frame 10Symbol 88 MovieClip
"timed"Frame 12Symbol 85 MovieClip
"ball"Frame 12Symbol 42 MovieClip
"targets"Frame 12Symbol 45 MovieClip
"ball2"Frame 12Symbol 5 MovieClip [theCar]
"perfect"Frame 12Symbol 88 MovieClip
"goal"Symbol 9 MovieClip Frame 1Symbol 8 MovieClip
"targets"Symbol 55 MovieClip Frame 20Symbol 45 MovieClip
"circle"Symbol 55 MovieClip Frame 20Symbol 9 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "BONG"
ExportAssets (56)Timeline Frame 1Symbol 5 as "theCar"
ExportAssets (56)Timeline Frame 1Symbol 124 as "__Packages.MochiAd"

Dynamic Text Variables

scoreSymbol 79 EditableText""
ballscoreSymbol 82 EditableText""
timesSymbol 83 EditableText""
timesSymbol 84 EditableText""
scoreSymbol 95 EditableText""
ballscoreSymbol 96 EditableText""
scoreSymbol 102 EditableText""
ballscoreSymbol 103 EditableText""
scoreSymbol 109 EditableText""
ballscoreSymbol 110 EditableText""
scoreSymbol 112 EditableText""
ballscoreSymbol 113 EditableText""




http://swfchan.com/6/26637/info.shtml
Created: 22/5 -2019 11:16:18 Last modified: 22/5 -2019 11:16:18 Server time: 06/05 -2024 11:45:00