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

swfchan turned sixteen years old the day before yesterday! (5may2024)

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

matching.swf

This is the info page for
Flash #45055

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


Text
the greatest place on earth

inversecoma.com

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 (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

albinoblacksheep.com

albinoblacksheep.com

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 39 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 83 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 39 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 83 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.gotoAndStop(5); _root.loser.play(); } if ((_root.timed.times <= 0) && (_root.score <= 44)) { _root.gotoAndStop(5); _root.loser.play(); } if ((_root.timed.times <= 0) && (_root.ballscore <= 7)) { _root.gotoAndStop(5); _root.loser.play(); } }
Frame 8
stop(); score = 0; ballscore = 0; _root.timed.gotoAndPlay(2); _root.timed.times = 30;
Instance of Symbol 39 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 83 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.gotoAndStop(7); _root.loser.play(); } if ((_root.timed.times <= 0) && (_root.score <= 59)) { _root.gotoAndStop(7); _root.loser.play(); } if ((_root.timed.times <= 0) && (_root.ballscore <= 12)) { _root.gotoAndStop(7); _root.loser.play(); } }
Frame 10
stop(); score = 0; ballscore = 0; _root.timed.gotoAndPlay(2); _root.timed.times = 30;
Instance of Symbol 39 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 83 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.gotoAndStop(9); _root.loser.play(); } if ((_root.timed.times <= 0) && (_root.score <= 19)) { _root.gotoAndStop(9); _root.loser.play(); } if ((_root.timed.times <= 0) && (_root.ballscore <= 19)) { _root.gotoAndStop(9); _root.loser.play(); } }
Frame 12
stop(); score = 0; ballscore = 0; _root.timed.gotoAndPlay(2); _root.timed.times = 40;
Instance of Symbol 39 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 83 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.gotoAndStop(11); _root.loser.play(); } if ((_root.timed.times <= 0) && (_root.score <= 59)) { _root.gotoAndStop(11); _root.loser.play(); } if ((_root.timed.times <= 0) && (_root.ballscore <= 19)) { _root.gotoAndStop(11); _root.loser.play(); } }
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 122 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 26 Button
on (release) { _root.nextFrame(); }
Symbol 28 Button
on (release) { play(); }
Symbol 31 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 33 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 34 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 35 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 48 Button
on (release) { gotoAndPlay (1); }
Symbol 49 MovieClip Frame 10
stop();
Symbol 49 MovieClip Frame 30
stop();
Symbol 50 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 2
stop();
Symbol 61 Button
on (release) { nextFrame(); }
Symbol 71 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 24
times = times - 1; gotoAndPlay (2);
Symbol 82 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 113 Button
on (press) { getURL ("http://www.inversecoma.com", _blank); }
Symbol 117 Button
on (release) { gotoAndStop (2); }
Symbol 121 Button
on (release) { getURL ("http://www.albinoblacksheep.com", _blank); }

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

Instance Names

"circle"Frame 1Symbol 9 MovieClip
"intro"Frame 2Symbol 50 MovieClip
"wall"Frame 3Symbol 63 MovieClip
"wall2"Frame 3Symbol 65 MovieClip
"wall3"Frame 3Symbol 67 MovieClip
"wall4"Frame 3Symbol 69 MovieClip
"loser"Frame 3Symbol 71 MovieClip
"timed"Frame 4Symbol 79 MovieClip
"ball"Frame 4Symbol 36 MovieClip
"targets"Frame 4Symbol 39 MovieClip
"player"Frame 4Symbol 5 MovieClip [theCar]
"perfect"Frame 4Symbol 82 MovieClip
"white"Frame 4Symbol 85 MovieClip
"timed"Frame 6Symbol 79 MovieClip
"ball"Frame 6Symbol 36 MovieClip
"targets"Frame 6Symbol 39 MovieClip
"ball2"Frame 6Symbol 5 MovieClip [theCar]
"perfect"Frame 6Symbol 82 MovieClip
"timed"Frame 8Symbol 79 MovieClip
"ball"Frame 8Symbol 36 MovieClip
"targets"Frame 8Symbol 39 MovieClip
"ball2"Frame 8Symbol 5 MovieClip [theCar]
"perfect"Frame 8Symbol 82 MovieClip
"timed"Frame 10Symbol 79 MovieClip
"ball"Frame 10Symbol 36 MovieClip
"targets"Frame 10Symbol 39 MovieClip
"ball2"Frame 10Symbol 5 MovieClip [theCar]
"perfect"Frame 10Symbol 82 MovieClip
"timed"Frame 12Symbol 79 MovieClip
"ball"Frame 12Symbol 36 MovieClip
"targets"Frame 12Symbol 39 MovieClip
"ball2"Frame 12Symbol 5 MovieClip [theCar]
"perfect"Frame 12Symbol 82 MovieClip
"goal"Symbol 9 MovieClip Frame 1Symbol 8 MovieClip
"targets"Symbol 49 MovieClip Frame 20Symbol 39 MovieClip
"circle"Symbol 49 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 122 as "__Packages.MochiAd"

Dynamic Text Variables

scoreSymbol 73 EditableText""
ballscoreSymbol 76 EditableText""
timesSymbol 77 EditableText""
timesSymbol 78 EditableText""
scoreSymbol 89 EditableText""
ballscoreSymbol 90 EditableText""
scoreSymbol 96 EditableText""
ballscoreSymbol 97 EditableText""
scoreSymbol 103 EditableText""
ballscoreSymbol 104 EditableText""
scoreSymbol 106 EditableText""
ballscoreSymbol 107 EditableText""




http://swfchan.com/10/45055/info.shtml
Created: 6/5 -2019 03:46:46 Last modified: 6/5 -2019 03:46:46 Server time: 08/05 -2024 00:44:25