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

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

Tilt 2.swf

This is the info page for
Flash #11666

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


Text
1.02

PLAY s

TILT

Distribution allowed, suggestions welcome.

© 2007 Alex Heaton @ AlexHeaton.co.uk

Use the mouse to balance for as long as
possible, if the tray drops, just move
the mouse round to flip it back over!

The balls increase your score but
make it harder to balance

Submit Score

Have 1000 extra
points on the house

Loading

Score

Name

ActionScript [AS1/AS2]

Frame 1
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); } Stage.scaleMode = "noScale"; __com_mochibot__("01cd40c5", this, 10301, true); stop();
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (load) { title_text = "AlexHeaton.co.uk"; this.rollArea.onRelease = function () { getURL ("http://www.alexheaton.co.uk", "_blank"); }; }
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (load) { title_text = "More Games"; this.rollArea.onRelease = function () { getURL ("http://www.armorgames.com", "_blank"); }; }
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (load) { title_text = "High Scores"; this.rollArea.onRelease = function () { getURL ("http://armorbot.com/mytable/?id=822", "_blank"); }; }
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (load) { title_text = "PLAY"; this.rollArea.onRelease = function () { _root.gotoAndStop(2); }; }
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); } var attached_array = new Array(); submit._alpha = 40; n = 0; ball_count = 0; score = 0; score2 = 0; upside_down = false; var max_dist = 120; var point1 = (new flash.geom.Point()); var point2 = (new flash.geom.Point(p2._x, p2._y)); var pvx = 0; var pvy = 0; _root.createEmptyMovieClip("holder", _root.getNextHighestDepth()); holder._x = (holder._y = 0); _root.back_cover.swapDepths(_root.getNextHighestDepth()); this.onEnterFrame = function () { Mouse.hide(); g = (5 + (attached_array.length / 3)) + (score / 500); if ((ball_count++) == 6) { ball_count = 0; n++; r = random(3) + 3; _root.holder.attachMovie("ball", "ball" + n, _root.holder.getNextHighestDepth(), {_x:random(470) - 20, _y:-150, vy:Math.random() * 5, n:n, r:r, _width:r * 2, _height:r * 2}); } point1.x = (p1._x = _root._xmouse); point1.y = (p1._y = _root._ymouse); dist = flash.geom.Point.distance(point1, point2); dp = point2.subtract(point1); theta = Math.atan2(dp.y, dp.x); point2.x = point2.x - (((dist - max_dist) * Math.cos(theta)) + ((Math.random() - Math.random()) * 0.1)); point2.y = point2.y - ((dist - max_dist) * Math.sin(theta)); point2.y = point2.y + _root.g; p2._x = point2.x; p2._y = point2.y; p2._rotation = ((theta * 180) / Math.PI) + 90; p2_o._x = point2.x; p2_o._y = point2.y; p2_o._rotation = ((theta * 180) / Math.PI) + 90; thet = theta + (Math.PI/2); i = 0; while (i < attached_array.length) { x = _root.holder["ball" + attached_array[i]].x; y = _root.holder["ball" + attached_array[i]].y; _root.holder["ball" + attached_array[i]]._x = (_root.point2.x + (Math.cos(thet) * x)) - (Math.sin(thet) * y); _root.holder["ball" + attached_array[i]]._y = (point2.y + (Math.cos(this.thet) * y)) + (Math.sin(thet) * x); i++; } if (Math.abs(thet) > 1.25663706143592) { upside_down = true; i = 0; while (i < attached_array.length) { _root.holder["ball" + attached_array[i]].dx = ((point2.x - oldx) + (Math.random() * 3)) - 1.5; _root.holder["ball" + attached_array[i]].dy = (point2.y - oldy) + (Math.random() / 2); _root.holder["ball" + attached_array[i]].onEnterFrame = function () { this._x = this._x + this.dx; this._y = this._y + this.dy; this.dy = this.dy + 0.3; if (this._y > 600) { removeMovieClip(this); } }; i++; } attached_array = new Array(); submit._alpha = 100; } else { if (upside_down) { upside_down = false; score = 0; score2 = 0; g = 5; submit._alpha = 40; } score2 = score2 + (1 + (attached_array.length / 3)); score = Math.floor(score2); } oldx = point2.x; oldy = point2.y; }; __com_mochibot__("6993b0df", this, 10301, true);
Instance of Symbol 47 MovieClip "submit" in Frame 2
onClipEvent (load) { this.onPress = function () { _root.nextFrame(); }; }
Frame 3
delete this.onEnterFrame; Mouse.show(); _root.name = "Name"; stop(); __top10_send__ = new LoadVars(); __top10_receive__ = new LoadVars(); __top10_url_1__ = "http://www.armorbot.com/flashcomm"; __top10_url_2__ = "/top10_b"; __top10_send__.hid = 528; __top10_send__.kid = "HCUJAB"; __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST"); __top10_receive__.onLoad = function (success) { if (success) { i = 1; while (i < 11) { _root[("_name" + i) + "_"].text = __top10_receive__["name" + i]; _root[("_score" + i) + "_"].text = __top10_receive__["score" + i]; i++; } } else { _root.__err__.gotoAndStop(2); } }; scoreboard.gotoAndStop(1); friend_button._visible = false;
Instance of Symbol 16 MovieClip "play" in Frame 3
onClipEvent (load) { title_text = "Submit Score"; this.rollArea.onRelease = function () { if ((_root.name != "Name") && (_root.score != 0)) { if (((((((((((((_root.name.toLowerCase() == "alexei metcalf") || (_root.name.toLowerCase() == "kyle turton")) || (_root.name.toLowerCase() == "richard turner")) || (_root.name.toLowerCase() == "aidan hornsby")) || (_root.name.toLowerCase() == "john ireland")) || (_root.name.toLowerCase() == "jade capper")) || (_root.name.toLowerCase() == "fausto eppinger")) || (_root.name.toLowerCase() == "georgie leslie")) || (_root.name.toLowerCase() == "lucy fraser")) || (_root.name.toLowerCase() == "richard maclennan")) || (_root.name.toLowerCase() == "robin dodds")) || (_root.name.toLowerCase() == "rozzy roberts")) || (_root.name.toLowerCase() == "dijana trenevska")) { if (_root.name.toLowerCase() == "rozzy roberts") { _root.score = _root.score + 2500; } else { _root.score = _root.score + 1000; } first_name = _root.name.split(" "); _root.name = first_name[0]; _root.friend_button.friend_name.text = "Hi " + first_name[0]; _root.friend_button._visible = true; _root.friend_button._alpha = 160; _root.friend_button.onEnterFrame = function () { this._alpha = this._alpha - 2; if (this._alpha < 0) { this._visible = false; } }; } ab20_09 = new LoadVars(); ab20_09.z = _root.name; ab20_09.x = _root.score; ab20_09.c = 822; ab20_09.v = "SZGDGE"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); _root.score = 0; _root.scoreboard.gotoAndPlay(2); _root.name_button.onEnterFrame = (_root.score_button.onEnterFrame = (this._parent.onEnterFrame = function () { this._alpha = this._alpha - 3; if (this._alpha < 0) { this._visible = false; } })); _root.menu_button.onEnterFrame = function () { this._alpha = this._alpha + 3; if (this._alpha > 100) { this._alpha = 100; delete this.onEnterFrame; } }; } }; }
Instance of Symbol 16 MovieClip "menu_button" in Frame 3
onClipEvent (load) { title_text = "Return to menu"; _alpha = 0; this.rollArea.onRelease = function () { _root.gotoAndStop(1); }; }
Symbol 7 MovieClip [ball] Frame 1
stop(); max_rotation = (Math.PI/4); frame = random(6) + 1; this.gotoAndStop(frame); var f = (new flash.filters.BevelFilter(2, 143, 16777215, 0.5, 0, 0.5, 2, 2, 1, 3)); this.filters = [f]; this.cacheAsBitmap = true; onEnterFrame = function () { this.theta = _root.theta + (Math.PI/2); if ((this.hitTest(_root.p2) && (_root.thet > (-max_rotation))) && (_root.thet < max_rotation)) { x = ((-Math.cos(this.theta)) * (_root.p2._x - this._x)) - (Math.sin(this.theta) * (_root.p2._y - this._y)); y = (2 - r) - ((Math.abs(x) * Math.abs(x)) / 200); if (Math.abs(x) < 33) { _root.attached_array.push(this.n); delete this.onEnterFrame; } } this._y = this._y + this.vy; this.vy = this.vy + 0.3; this.vy = this.vy * 0.98; if (this._y > 600) { removeMovieClip(this); } };
Symbol 11 MovieClip Frame 1
glow = new flash.filters.GlowFilter(0, 80, 3, 3, 1, 3, false, false); this.filters = [glow]; vb = 0; Tblur = 3; blur = 3; this.onRollOver = function () { Tblur = 8; }; this.onRollOut = function () { Tblur = 3; }; this.onPress = function () { Tblur = 5; }; this.onReleaseOutside = function () { Tblur = 3; }; this.onEnterFrame = function () { d = this.Tblur - this.blur; this.vb = this.vb + (d / 1); this.blur = this.blur + vb; this.vb = this.vb * 0.5; this.glow.blurX = (this.glow.blurY = this.blur); this.glow.strength = 2 / Math.sqrt(this.blur); _parent.internal.filters = [this.glow]; _parent.internal._xscale = (_parent.internal._yscale = (100 + blur) - 4); };
Symbol 41 MovieClip Frame 511
stop();
Symbol 86 MovieClip Frame 1
__top10_send__ = new LoadVars(); __top10_receive__ = new LoadVars(); __top10_url_1__ = "http://www.armorbot.com/flashcomm"; __top10_url_2__ = "/top10_b"; __top10_send__.hid = 822; __top10_send__.kid = "SZGDGE"; __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST"); __top10_receive__.onLoad = function (success) { if (success) { i = 1; while (i < 11) { _root.scoreboard[("_name" + i) + "_"].text = __top10_receive__["name" + i]; _root.scoreboard[("_score" + i) + "_"].text = __top10_receive__["score" + i]; loading._visible = false; i++; } } }; stop();

Library Items

Symbol 1 GraphicUsed by:7
Symbol 2 GraphicUsed by:7
Symbol 3 GraphicUsed by:7
Symbol 4 GraphicUsed by:7
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClip [ball]Uses:1 2 3 4 5 6
Symbol 8 FontUsed by:9
Symbol 9 TextUses:8Used by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:16
Symbol 12 FontUsed by:13 17 37 38 42 45 48 49 52 55 58 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
Symbol 13 EditableTextUses:12Used by:15
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:13 14Used by:16
Symbol 16 MovieClipUses:11 15Used by:Timeline
Symbol 17 TextUses:12Used by:22
Symbol 18 GraphicUsed by:22
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:22
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:17 18 20 21Used by:Timeline
Symbol 23 FontUsed by:24 25
Symbol 24 TextUses:23Used by:Timeline
Symbol 25 TextUses:23Used by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 TextUses:12Used by:40
Symbol 38 TextUses:12Used by:40
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:37 38 39Used by:41
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 EditableTextUses:12Used by:44
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:42 43Used by:Timeline
Symbol 45 TextUses:12Used by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:45 46Used by:Timeline
Symbol 48 TextUses:12Used by:51
Symbol 49 EditableTextUses:12Used by:51
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:48 49 50Used by:Timeline
Symbol 52 EditableTextUses:12Used by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:52 53Used by:Timeline
Symbol 55 EditableTextUses:12Used by:57
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:55 56Used by:Timeline
Symbol 58 TextUses:12Used by:59
Symbol 59 MovieClipUses:58Used by:60
Symbol 60 MovieClipUses:59Used by:86
Symbol 61 EditableTextUses:12Used by:86
Symbol 62 EditableTextUses:12Used by:86
Symbol 63 EditableTextUses:12Used by:86
Symbol 64 EditableTextUses:12Used by:86
Symbol 65 EditableTextUses:12Used by:86
Symbol 66 EditableTextUses:12Used by:86
Symbol 67 EditableTextUses:12Used by:86
Symbol 68 EditableTextUses:12Used by:86
Symbol 69 EditableTextUses:12Used by:86
Symbol 70 EditableTextUses:12Used by:86
Symbol 71 EditableTextUses:12Used by:86
Symbol 72 EditableTextUses:12Used by:86
Symbol 73 EditableTextUses:12Used by:86
Symbol 74 EditableTextUses:12Used by:86
Symbol 75 EditableTextUses:12Used by:86
Symbol 76 EditableTextUses:12Used by:86
Symbol 77 EditableTextUses:12Used by:86
Symbol 78 EditableTextUses:12Used by:86
Symbol 79 EditableTextUses:12Used by:86
Symbol 80 EditableTextUses:12Used by:86
Symbol 81 TextUses:12Used by:86
Symbol 82 TextUses:12Used by:86
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:86
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 84 85Used by:Timeline

Instance Names

"back_cover"Frame 1Symbol 28 MovieClip
"p2_o"Frame 2Symbol 30 MovieClip
"p2"Frame 2Symbol 32 MovieClip
"p1"Frame 2Symbol 34 MovieClip
"submit"Frame 2Symbol 47 MovieClip
"friend_button"Frame 3Symbol 51 MovieClip
"score_button"Frame 3Symbol 54 MovieClip
"name_button"Frame 3Symbol 57 MovieClip
"scoreboard"Frame 3Symbol 86 MovieClip
"play"Frame 3Symbol 16 MovieClip
"menu_button"Frame 3Symbol 16 MovieClip
"named"Symbol 15 MovieClip Frame 1Symbol 13 EditableText
"rollArea"Symbol 16 MovieClip Frame 1Symbol 11 MovieClip
"internal"Symbol 16 MovieClip Frame 1Symbol 15 MovieClip
"friend_name"Symbol 51 MovieClip Frame 1Symbol 49 EditableText
"loading"Symbol 86 MovieClip Frame 1Symbol 60 MovieClip
"_score5_"Symbol 86 MovieClip Frame 1Symbol 61 EditableText
"_score6_"Symbol 86 MovieClip Frame 1Symbol 62 EditableText
"_score7_"Symbol 86 MovieClip Frame 1Symbol 63 EditableText
"_score8_"Symbol 86 MovieClip Frame 1Symbol 64 EditableText
"_score10_"Symbol 86 MovieClip Frame 1Symbol 65 EditableText
"_score9_"Symbol 86 MovieClip Frame 1Symbol 66 EditableText
"_score4_"Symbol 86 MovieClip Frame 1Symbol 67 EditableText
"_score3_"Symbol 86 MovieClip Frame 1Symbol 68 EditableText
"_score2_"Symbol 86 MovieClip Frame 1Symbol 69 EditableText
"_score1_"Symbol 86 MovieClip Frame 1Symbol 70 EditableText
"_name10_"Symbol 86 MovieClip Frame 1Symbol 71 EditableText
"_name9_"Symbol 86 MovieClip Frame 1Symbol 72 EditableText
"_name8_"Symbol 86 MovieClip Frame 1Symbol 73 EditableText
"_name7_"Symbol 86 MovieClip Frame 1Symbol 74 EditableText
"_name6_"Symbol 86 MovieClip Frame 1Symbol 75 EditableText
"_name5_"Symbol 86 MovieClip Frame 1Symbol 76 EditableText
"_name4_"Symbol 86 MovieClip Frame 1Symbol 77 EditableText
"_name3_"Symbol 86 MovieClip Frame 1Symbol 78 EditableText
"_name2_"Symbol 86 MovieClip Frame 1Symbol 79 EditableText
"_name1_"Symbol 86 MovieClip Frame 1Symbol 80 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"

Dynamic Text Variables

_parent.title_textSymbol 13 EditableText"PLAY s"
_root.scoreSymbol 42 EditableText""
_root.scoreSymbol 52 EditableText""
_root.nameSymbol 55 EditableText""




http://swfchan.com/3/11666/info.shtml
Created: 7/6 -2019 00:18:08 Last modified: 7/6 -2019 00:18:08 Server time: 14/11 -2024 23:31:23