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

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

Teleporterr.swf

This is the info page for
Flash #67490

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


Text
TELEPORTER

Music

2

Mute

Mute

1

Your character is the red circle, it will follow
your mouse slowly. Click to make your character
teleport to the location of your mouse.
However, you must wait for your character to
turn red again before you can teleport again.
roll your mouse over the blue circle to begin,
and avoid walls and enemies.
Collect all the stars to finish the level.
Move your ball into teleport pads to make it
instantly teleport to the mouse.

Made by daniel cherbanich
music by Khuskan
thanks to Moonkey for helping with
some coding.

Roll your mouse over
that to begin the level

Stars collected:

0

/4

LEVEL 1

Move your red ball into the
stars to collect them

To get past walls, click your
mouse anywhere to make your
ball teleport there.

Collect all the stars
to finish the level.

These teleport pads can
make your ball teleport
instantly to your mouse
if your ball touches it.

0

/5

LEVEL 2

0

/6

LEVEL 3

0

LEVEL 4

0

/4

LEVEL 5

0

LEVEL 6

0

/3

LEVEL 7

0

LEVEL 8

0

LEVEL 9

0

LEVEL 10

0

LEVEL 11

0

LEVEL 12

0

/11

LEVEL 13

0

LEVEL 14

0

LEVEL 15

0

LEVEL 16

0

0

LEVEL 17

0

/7

LEVEL 18

0

LEVEL 19

0

LEVEL 20

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); } 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); } __com_mochibot__("7ae181d2", this, 10301, true); __com_mochibot__("2aff4d7c", this, 10301, true); function itemHandler2(obj, item) { getURL ("http://www.hypegames.com"); } function itemHandler1(obj, item) { getURL ("http://www.dansgames.tk"); } var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); _root.menu = myMenu; myMenu.customItems.push(new ContextMenuItem("Hype Games", itemHandler2)); item1 = new ContextMenuItem("Visit Authors Site", itemHandler1); myMenu.customItems.push(item1); onEnterFrame = function () { var _local2 = _root.getNextHighestDepth(); var _local3 = _root.attachMovie("Trail", "trail" + _local2, _local2); _local3._x = _root._xmouse; _local3._y = _root._ymouse; }; MochiAd.showPreGameAd({id:"eb158d6f898339c3", res:"800x600", no_bg:true});
Instance of Symbol 8 MovieClip "cursor" in Frame 1
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; }
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 149 MovieClip "stickystuff" in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 170 MovieClip "ball" in Frame 5
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 182 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 182 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 182 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 182 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 189 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.stars == "4") { _root.play(); } }
Frame 6
stop();
Frame 7
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 189 MovieClip in Frame 7
onClipEvent (enterFrame) { if (_root.stars == "5") { _root.play(); } }
Instance of Symbol 170 MovieClip "ball" in Frame 7
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 40); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 40); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 149 MovieClip "stickystuff" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 8
stop();
Frame 9
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 9
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 60); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 60); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 9
onClipEvent (enterFrame) { if (_root.stars == "6") { _root.play(); } }
Instance of Symbol 149 MovieClip "stickystuff" in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 10
stop();
Frame 11
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 149 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 170 MovieClip "ball" in Frame 11
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 60); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 60); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 11
onClipEvent (enterFrame) { if (_root.stars == "5") { _root.play(); } }
Instance of Symbol 149 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 12
stop();
Frame 13
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 13
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 13
onClipEvent (enterFrame) { if (_root.stars == "4") { _root.play(); } }
Instance of Symbol 149 MovieClip "stickystuff" in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 14
stop();
Frame 15
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 15
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 15
onClipEvent (enterFrame) { if (_root.stars == "6") { _root.play(); } }
Instance of Symbol 149 MovieClip "stickystuff" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 16
stop();
Frame 17
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 17
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 17
onClipEvent (enterFrame) { if (_root.stars == "3") { _root.play(); } }
Frame 18
stop();
Frame 19
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 19
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 19
onClipEvent (enterFrame) { if (_root.stars == "5") { _root.play(); } }
Instance of Symbol 149 MovieClip "stickystuff" in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 20
stop();
Frame 21
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 149 MovieClip "stickystuff" in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 170 MovieClip "ball" in Frame 21
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 21
onClipEvent (enterFrame) { if (_root.stars == "4") { _root.play(); } }
Frame 22
stop();
Frame 23
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 248 MovieClip in Frame 23
onClipEvent (enterFrame) { angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; } onClipEvent (enterFrame) { if (_root.cursor._y > _y) { _y = (_y + 2); } } onClipEvent (enterFrame) { if (_root.cursor._y < _y) { _y = (_y - 2); } } onClipEvent (enterFrame) { if (_root.cursor._x > _x) { _x = (_x + 2); } } onClipEvent (enterFrame) { if (_root.cursor._x < _x) { _x = (_x - 2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 170 MovieClip "ball" in Frame 23
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 23
onClipEvent (enterFrame) { if (_root.stars == "4") { _root.play(); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 24
stop();
Frame 25
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 25
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 25
onClipEvent (enterFrame) { if (_root.stars == "4") { _root.play(); } }
Instance of Symbol 248 MovieClip in Frame 25
onClipEvent (enterFrame) { angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; } onClipEvent (enterFrame) { if (_root.cursor._y > _y) { _y = (_y + 2); } } onClipEvent (enterFrame) { if (_root.cursor._y < _y) { _y = (_y - 2); } } onClipEvent (enterFrame) { if (_root.cursor._x > _x) { _x = (_x + 2); } } onClipEvent (enterFrame) { if (_root.cursor._x < _x) { _x = (_x - 2); } }
Instance of Symbol 149 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 26
stop();
Frame 27
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 27
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.stars == "6") { _root.play(); } }
Frame 28
stop();
Frame 29
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 29
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 29
onClipEvent (enterFrame) { if (_root.stars == "11") { _root.play(); } }
Instance of Symbol 248 MovieClip in Frame 29
onClipEvent (enterFrame) { angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; } onClipEvent (enterFrame) { if (_root.cursor._y > _y) { _y = (_y + 2); } } onClipEvent (enterFrame) { if (_root.cursor._y < _y) { _y = (_y - 2); } } onClipEvent (enterFrame) { if (_root.cursor._x > _x) { _x = (_x + 2); } } onClipEvent (enterFrame) { if (_root.cursor._x < _x) { _x = (_x - 2); } }
Instance of Symbol 248 MovieClip in Frame 29
onClipEvent (enterFrame) { angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; } onClipEvent (enterFrame) { if (_root.cursor._y > _y) { _y = (_y + 1); } } onClipEvent (enterFrame) { if (_root.cursor._y < _y) { _y = (_y - 1); } } onClipEvent (enterFrame) { if (_root.cursor._x > _x) { _x = (_x + 1); } } onClipEvent (enterFrame) { if (_root.cursor._x < _x) { _x = (_x - 1); } }
Instance of Symbol 248 MovieClip in Frame 29
onClipEvent (enterFrame) { angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; } onClipEvent (enterFrame) { if (_root.cursor._y > _y) { _y = (_y + 1.5); } } onClipEvent (enterFrame) { if (_root.cursor._y < _y) { _y = (_y - 1.5); } } onClipEvent (enterFrame) { if (_root.cursor._x > _x) { _x = (_x + 1.5); } } onClipEvent (enterFrame) { if (_root.cursor._x < _x) { _x = (_x - 1.5); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 30
stop();
Frame 31
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 31
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.stars == "5") { _root.play(); } }
Instance of Symbol 149 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 32
stop();
Frame 33
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 33
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 33
onClipEvent (enterFrame) { if (_root.stars == "4") { _root.play(); } }
Instance of Symbol 149 MovieClip "stickystuff" in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 34
stop();
Frame 35
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 35
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 35
onClipEvent (enterFrame) { if (_root.stars == "6") { _root.play(); } }
Instance of Symbol 248 MovieClip in Frame 35
onClipEvent (enterFrame) { angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; } onClipEvent (enterFrame) { if (_root.cursor._y > _y) { _y = (_y + 1); } } onClipEvent (enterFrame) { if (_root.cursor._y < _y) { _y = (_y - 1); } } onClipEvent (enterFrame) { if (_root.cursor._x > _x) { _x = (_x + 1); } } onClipEvent (enterFrame) { if (_root.cursor._x < _x) { _x = (_x - 1); } }
Instance of Symbol 149 MovieClip "stickystuff" in Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 36
stop();
Frame 37
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 37
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.stars == "6") { _root.play(); } }
Instance of Symbol 149 MovieClip "stickystuff" in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 38
stop();
Frame 39
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 39
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 39
onClipEvent (enterFrame) { if (_root.stars == "4") { _root.play(); } }
Instance of Symbol 149 MovieClip "stickystuff" in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 40
stop();
Frame 41
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 41
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 60); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 60); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 41
onClipEvent (enterFrame) { if (_root.stars == "7") { _root.play(); } }
Instance of Symbol 149 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 42
stop();
Frame 43
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 170 MovieClip "ball" in Frame 43
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.stars == "5") { _root.play(); } }
Instance of Symbol 182 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 182 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 182 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 182 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 149 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 44
stop();
Frame 45
stop(); stars = 0; onMouseDown = function () { ball.play(); };
Instance of Symbol 149 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 170 MovieClip "ball" in Frame 45
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_tank = Math.round(xDifference / 30); this._x = x_Amount_to_Move_tank + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_tank = Math.round(yDifference / 30); this._y = y_Amount_to_Move_tank + this._y; }
Instance of Symbol 189 MovieClip in Frame 45
onClipEvent (enterFrame) { if (_root.stars == "5") { _root.play(); } }
Instance of Symbol 182 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 182 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 182 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 149 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Instance of Symbol 149 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndPlay(2); } }
Frame 168
stop();
Frame 200
gotoAndPlay (3);
Symbol 3 MovieClip [Trail] Frame 14
this.removeMovieClip();
Symbol 315 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd { function MochiAd () { } static function getVersion() { return("2.1"); } static function showPreGameAd(options) { var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:4653489, background:13369344, outline:16711935, 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++; } } return(_local4); } }
Symbol 12 Button
on (release) { getURL ("http://www.hypegames.com", "_blank"); }
Symbol 25 MovieClip Frame 140
_root.play();
Symbol 32 Button
on (release) { gotoAndPlay (6); }
Symbol 37 Button
on (release) { _root.stopAllSounds; gotoAndPlay (3); }
Instance of Symbol 39 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (enterFrame) { _root.stopAllSounds(); }
Symbol 41 MovieClip Frame 5351
gotoAndPlay (1);
Symbol 44 Button
on (release) { gotoAndPlay (4); }
Symbol 46 MovieClip Frame 918
_root.music.gotoAndPlay(1);
Symbol 47 Button
on (release) { gotoAndPlay (1); }
Symbol 48 Button
on (release) { gotoAndPlay (2); }
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 2
stop();
Symbol 51 MovieClip Frame 3
stop(); _root.stopAllSounds();
Instance of Symbol 50 MovieClip in Symbol 51 MovieClip Frame 3
onClipEvent (enterFrame) { stopAllSounds(); }
Symbol 51 MovieClip Frame 5
gotoAndPlay (1);
Symbol 51 MovieClip Frame 7
gotoAndPlay (2);
Symbol 89 Button
on (release) { getURL ("http://www.hypegames.com", "_blank"); }
Symbol 90 MovieClip Frame 24
stop();
Symbol 91 MovieClip Frame 21
stop();
Symbol 95 Button
on (release) { gotoAndPlay (115); }
Symbol 99 Button
on (release) { gotoAndPlay (77); }
Symbol 103 Button
on (release) { gotoAndPlay (94); }
Symbol 106 Button
on (release) { gotoAndPlay (150); }
Symbol 107 Button
on (release) { gotoAndPlay (88); }
Symbol 108 Button
on (release) { gotoAndPlay (115); }
Symbol 116 Button
on (release) { gotoAndPlay (102); }
Symbol 122 Button
on (release) { gotoAndPlay (133); }
Symbol 130 MovieClip Frame 87
stop();
Symbol 130 MovieClip Frame 101
stop();
Symbol 130 MovieClip Frame 114
gotoAndPlay (87);
Symbol 130 MovieClip Frame 132
stop();
Symbol 130 MovieClip Frame 149
gotoAndPlay (87);
Symbol 130 MovieClip Frame 176
_root.gotoAndPlay(4);
Symbol 132 Button
on (release) { gotoAndPlay (3); }
Symbol 135 Button
on (rollOver) { play(); }
Symbol 140 Button
on (release) { getURL ("http://www.hypegames.com", "_blank"); }
Symbol 149 MovieClip Frame 120
gotoAndPlay (1);
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 101
this.removeMovieClip();
Symbol 169 MovieClip Frame 11
stop(); _root.prevFrame();
Symbol 170 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 3
gotoAndPlay (8);
Symbol 170 MovieClip Frame 8
_root.ball._y = _root._ymouse; _root.ball._x = _root._xmouse;
Symbol 170 MovieClip Frame 66
gotoAndPlay (1);
Symbol 170 MovieClip Frame 67
stop();
Symbol 170 MovieClip Frame 68
stop();
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 11
_root.stars = _root.stars + 1;
Symbol 182 MovieClip Frame 19
stop();
Instance of Symbol 182 MovieClip in Symbol 197 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 172 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 228 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 172 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.ball.gotoAndStop(67); } }
Instance of Symbol 182 MovieClip in Symbol 286 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 182 MovieClip in Symbol 286 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Symbol 286 MovieClip Frame 99
gotoAndPlay (2);
Symbol 311 Button
on (release) { gotoAndPlay (169); }

Library Items

Symbol 1 ShapeTweeningUsed by:3
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClip [Trail]Uses:1 2
Symbol 4 GraphicUsed by:Timeline
Symbol 5 FontUsed by:6
Symbol 6 TextUses:5Used by:Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:Timeline
Symbol 315 MovieClip [__Packages.MochiAd]
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:25
Symbol 11 GraphicUsed by:12
Symbol 12 ButtonUses:11Used by:25
Symbol 13 SoundUsed by:25
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:25
Symbol 16 GraphicUsed by:25
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:25
Symbol 19 SoundUsed by:25
Symbol 20 SoundUsed by:25
Symbol 21 SoundUsed by:25
Symbol 22 SoundUsed by:25
Symbol 23 SoundUsed by:25
Symbol 24 SoundUsed by:25
Symbol 25 MovieClipUses:10 12 13 15 16 18 19 20 21 22 23 24Used by:Timeline
Symbol 26 GraphicUsed by:51
Symbol 27 FontUsed by:28 30 34 36 42
Symbol 28 TextUses:27Used by:51
Symbol 29 GraphicUsed by:32 44 47 48
Symbol 30 TextUses:27Used by:32 48
Symbol 31 GraphicUsed by:32 48
Symbol 32 ButtonUses:29 30 31Used by:51
Symbol 33 GraphicUsed by:37
Symbol 34 TextUses:27Used by:37
Symbol 35 GraphicUsed by:37
Symbol 36 TextUses:27Used by:37
Symbol 37 ButtonUses:33 34 35 36Used by:51
Symbol 38 GraphicUsed by:39 41
Symbol 39 MovieClipUses:38Used by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:39 38 40 SS1Used by:51
Symbol 42 TextUses:27Used by:44 47
Symbol 43 GraphicUsed by:44 47
Symbol 44 ButtonUses:29 42 43Used by:51
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:51
Symbol 47 ButtonUses:29 42 43Used by:51
Symbol 48 ButtonUses:29 30 31Used by:51
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:51
Symbol 51 MovieClipUses:26 28 32 37 41 44 46 47 48 50Used by:Timeline
Symbol 52 GraphicUsed by:130
Symbol 53 GraphicUsed by:130
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:130
Symbol 56 GraphicUsed by:130
Symbol 57 ShapeTweeningUsed by:130
Symbol 58 GraphicUsed by:130
Symbol 59 GraphicUsed by:130
Symbol 60 GraphicUsed by:130
Symbol 61 GraphicUsed by:130
Symbol 62 GraphicUsed by:90
Symbol 63 GraphicUsed by:90
Symbol 64 GraphicUsed by:90
Symbol 65 GraphicUsed by:90
Symbol 66 GraphicUsed by:90
Symbol 67 GraphicUsed by:90
Symbol 68 GraphicUsed by:90
Symbol 69 GraphicUsed by:90
Symbol 70 GraphicUsed by:90
Symbol 71 GraphicUsed by:90
Symbol 72 GraphicUsed by:90
Symbol 73 GraphicUsed by:90
Symbol 74 GraphicUsed by:90
Symbol 75 GraphicUsed by:90
Symbol 76 GraphicUsed by:90
Symbol 77 GraphicUsed by:90
Symbol 78 GraphicUsed by:90
Symbol 79 GraphicUsed by:90
Symbol 80 GraphicUsed by:90
Symbol 81 GraphicUsed by:90
Symbol 82 GraphicUsed by:90
Symbol 83 GraphicUsed by:90
Symbol 84 GraphicUsed by:90
Symbol 85 GraphicUsed by:89
Symbol 86 GraphicUsed by:89
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 ButtonUses:85 86 87 88Used by:90
Symbol 90 MovieClipUses:62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 89Used by:91
Symbol 91 MovieClipUses:90Used by:130
Symbol 92 GraphicUsed by:93 95 106
Symbol 93 MovieClipUses:92Used by:95 106 130
Symbol 94 GraphicUsed by:95 106
Symbol 95 ButtonUses:93 94 92Used by:130
Symbol 96 GraphicUsed by:97 99 107
Symbol 97 MovieClipUses:96Used by:99 107
Symbol 98 GraphicUsed by:99 107
Symbol 99 ButtonUses:97 98 96Used by:130
Symbol 100 GraphicUsed by:101 103 108
Symbol 101 MovieClipUses:100Used by:103 108
Symbol 102 GraphicUsed by:103 108
Symbol 103 ButtonUses:101 102 100Used by:130
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:130
Symbol 106 ButtonUses:93 94 92Used by:130
Symbol 107 ButtonUses:97 98 96Used by:130
Symbol 108 ButtonUses:101 102 100Used by:130
Symbol 109 ShapeTweeningUsed by:130
Symbol 110 GraphicUsed by:130
Symbol 111 FontUsed by:112 121 136 183 192 193 194 195 199 203 211 218 260 281
Symbol 112 TextUses:111Used by:130
Symbol 113 GraphicUsed by:114 116 122 132 311 313
Symbol 114 MovieClipUses:113Used by:116 122 132 311 313
Symbol 115 GraphicUsed by:116 122 132 311 313
Symbol 116 ButtonUses:114 115 113Used by:130
Symbol 117 ShapeTweeningUsed by:130
Symbol 118 GraphicUsed by:130
Symbol 119 ShapeTweeningUsed by:130
Symbol 120 GraphicUsed by:130
Symbol 121 TextUses:111Used by:130
Symbol 122 ButtonUses:114 115 113Used by:130
Symbol 123 ShapeTweeningUsed by:130
Symbol 124 GraphicUsed by:130
Symbol 125 ShapeTweeningUsed by:130
Symbol 126 GraphicUsed by:130
Symbol 127 ShapeTweeningUsed by:130
Symbol 128 ShapeTweeningUsed by:130
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:52 53 55 56 57 58 59 60 61 91 95 99 103 105 106 107 108 109 110 112 116 117 118 119 120 121 122 123 124 125 126 93 127 128 129Used by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 ButtonUses:114 115 113Used by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 ButtonUses:134Used by:Timeline
Symbol 136 TextUses:111Used by:Timeline
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:139 140
Symbol 139 MovieClipUses:138Used by:140
Symbol 140 ButtonUses:139 138Used by:Timeline
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 GraphicUsed by:Timeline
Symbol 144 ShapeTweeningUsed by:149
Symbol 145 ShapeTweeningUsed by:149
Symbol 146 ShapeTweeningUsed by:149
Symbol 147 ShapeTweeningUsed by:149
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:144 145 146 147 148Used by:Timeline
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:170
Symbol 152 GraphicUsed by:159
Symbol 153 GraphicUsed by:158
Symbol 154 GraphicUsed by:158
Symbol 155 GraphicUsed by:158
Symbol 156 GraphicUsed by:158
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:153 154 155 156 157Used by:159
Symbol 159 MovieClipUses:152 158Used by:170
Symbol 160 GraphicUsed by:170
Symbol 161 GraphicUsed by:170
Symbol 162 ShapeTweeningUsed by:170
Symbol 163 GraphicUsed by:170
Symbol 164 ShapeTweeningUsed by:170
Symbol 165 GraphicUsed by:170
Symbol 166 GraphicUsed by:170
Symbol 167 ShapeTweeningUsed by:169
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:167 168Used by:170
Symbol 170 MovieClipUses:151 159 160 161 162 163 164 165 166 169Used by:Timeline
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:173 208 262 279
Symbol 173 MovieClipUses:172Used by:174 196 201 205 209 213 216 220 223 249 252 255 258 262 265 266 271 275 276 279 283 287
Symbol 174 MovieClipUses:173Used by:Timeline
Symbol 175 ShapeTweeningUsed by:178
Symbol 176 ShapeTweeningUsed by:178
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:175 176 177Used by:179
Symbol 179 MovieClipUses:178Used by:182
Symbol 180 ShapeTweeningUsed by:182
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:179 180 181Used by:197 286  Timeline
Symbol 183 TextUses:111Used by:Timeline
Symbol 184 FontUsed by:185 198 202 206 210 214 217 221 224 250 253 256 259 263 267 269 272 277 280 284 288
Symbol 185 EditableTextUses:184Used by:Timeline
Symbol 186 FontUsed by:187
Symbol 187 EditableTextUses:186Used by:Timeline
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:Timeline
Symbol 190 FontUsed by:191 200 204 207 212 215 219 222 225 251 254 257 261 264 268 270 278 282 285 289
Symbol 191 TextUses:190Used by:Timeline
Symbol 192 TextUses:111Used by:Timeline
Symbol 193 TextUses:111Used by:Timeline
Symbol 194 TextUses:111Used by:Timeline
Symbol 195 TextUses:111Used by:Timeline
Symbol 196 MovieClipUses:173Used by:Timeline
Symbol 197 MovieClipUses:182Used by:Timeline
Symbol 198 EditableTextUses:184Used by:Timeline
Symbol 199 TextUses:111Used by:Timeline
Symbol 200 TextUses:190Used by:Timeline
Symbol 201 MovieClipUses:173Used by:Timeline
Symbol 202 EditableTextUses:184Used by:Timeline
Symbol 203 TextUses:111Used by:Timeline
Symbol 204 TextUses:190Used by:Timeline
Symbol 205 MovieClipUses:173Used by:Timeline
Symbol 206 EditableTextUses:184Used by:Timeline
Symbol 207 TextUses:190Used by:Timeline
Symbol 208 MovieClipUses:172Used by:209 213 216 220 223 255 262 287
Symbol 209 MovieClipUses:173 208Used by:Timeline
Symbol 210 EditableTextUses:184Used by:Timeline
Symbol 211 TextUses:111Used by:Timeline
Symbol 212 TextUses:190Used by:Timeline
Symbol 213 MovieClipUses:208 173Used by:Timeline
Symbol 214 EditableTextUses:184Used by:Timeline
Symbol 215 TextUses:190Used by:Timeline
Symbol 216 MovieClipUses:173 208Used by:Timeline
Symbol 217 EditableTextUses:184Used by:Timeline
Symbol 218 TextUses:111Used by:Timeline
Symbol 219 TextUses:190Used by:Timeline
Symbol 220 MovieClipUses:173 208Used by:Timeline
Symbol 221 EditableTextUses:184Used by:Timeline
Symbol 222 TextUses:190Used by:Timeline
Symbol 223 MovieClipUses:173 208Used by:Timeline
Symbol 224 EditableTextUses:184Used by:Timeline
Symbol 225 TextUses:190Used by:Timeline
Symbol 226 GraphicUsed by:247
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:227Used by:247
Symbol 229 GraphicUsed by:247
Symbol 230 GraphicUsed by:247
Symbol 231 GraphicUsed by:247
Symbol 232 GraphicUsed by:247
Symbol 233 GraphicUsed by:247
Symbol 234 GraphicUsed by:247
Symbol 235 GraphicUsed by:247
Symbol 236 GraphicUsed by:247
Symbol 237 GraphicUsed by:247
Symbol 238 GraphicUsed by:247
Symbol 239 GraphicUsed by:247
Symbol 240 GraphicUsed by:247
Symbol 241 GraphicUsed by:247
Symbol 242 GraphicUsed by:247
Symbol 243 GraphicUsed by:247
Symbol 244 GraphicUsed by:247
Symbol 245 GraphicUsed by:247
Symbol 246 GraphicUsed by:247
Symbol 247 MovieClipUses:226 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246Used by:248
Symbol 248 MovieClipUses:247Used by:Timeline
Symbol 249 MovieClipUses:173Used by:Timeline
Symbol 250 EditableTextUses:184Used by:Timeline
Symbol 251 TextUses:190Used by:Timeline
Symbol 252 MovieClipUses:173Used by:Timeline
Symbol 253 EditableTextUses:184Used by:Timeline
Symbol 254 TextUses:190Used by:Timeline
Symbol 255 MovieClipUses:173 208Used by:Timeline
Symbol 256 EditableTextUses:184Used by:Timeline
Symbol 257 TextUses:190Used by:Timeline
Symbol 258 MovieClipUses:173Used by:Timeline
Symbol 259 EditableTextUses:184Used by:Timeline
Symbol 260 TextUses:111Used by:Timeline
Symbol 261 TextUses:190Used by:Timeline
Symbol 262 MovieClipUses:173 172 208Used by:Timeline
Symbol 263 EditableTextUses:184Used by:Timeline
Symbol 264 TextUses:190Used by:Timeline
Symbol 265 MovieClipUses:173Used by:266 271 279 283 287
Symbol 266 MovieClipUses:173 265Used by:Timeline
Symbol 267 EditableTextUses:184Used by:Timeline
Symbol 268 TextUses:190Used by:Timeline
Symbol 269 EditableTextUses:184Used by:Timeline
Symbol 270 TextUses:190Used by:Timeline
Symbol 271 MovieClipUses:173 265Used by:Timeline
Symbol 272 EditableTextUses:184Used by:Timeline
Symbol 273 ShapeTweeningUsed by:275
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:173 273 274Used by:276
Symbol 276 MovieClipUses:173 275Used by:Timeline
Symbol 277 EditableTextUses:184Used by:Timeline
Symbol 278 TextUses:190Used by:Timeline
Symbol 279 MovieClipUses:173 172 265Used by:Timeline
Symbol 280 EditableTextUses:184Used by:Timeline
Symbol 281 TextUses:111Used by:Timeline
Symbol 282 TextUses:190Used by:Timeline
Symbol 283 MovieClipUses:173 265Used by:Timeline
Symbol 284 EditableTextUses:184Used by:Timeline
Symbol 285 TextUses:190Used by:Timeline
Symbol 286 MovieClipUses:182Used by:Timeline
Symbol 287 MovieClipUses:208 173 265Used by:Timeline
Symbol 288 EditableTextUses:184Used by:Timeline
Symbol 289 TextUses:190Used by:Timeline
Symbol 290 ShapeTweeningUsed by:Timeline
Symbol 291 ShapeTweeningUsed by:Timeline
Symbol 292 GraphicUsed by:Timeline
Symbol 293 ShapeTweeningUsed by:Timeline
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:294Used by:314  Timeline
Symbol 296 GraphicUsed by:Timeline
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297Used by:314  Timeline
Symbol 299 GraphicUsed by:Timeline
Symbol 300 GraphicUsed by:Timeline
Symbol 301 GraphicUsed by:Timeline
Symbol 302 GraphicUsed by:Timeline
Symbol 303 GraphicUsed by:Timeline
Symbol 304 GraphicUsed by:Timeline
Symbol 305 GraphicUsed by:Timeline
Symbol 306 GraphicUsed by:Timeline
Symbol 307 GraphicUsed by:Timeline
Symbol 308 GraphicUsed by:Timeline
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:314  Timeline
Symbol 311 ButtonUses:114 115 113Used by:Timeline
Symbol 312 GraphicUsed by:314
Symbol 313 ButtonUses:114 115 113Used by:314
Symbol 314 MovieClipUses:312 310 298 295 313Used by:Timeline
Streaming Sound 1Used by:Symbol 41 MovieClip

Instance Names

"cursor"Frame 1Symbol 8 MovieClip
"mainbg"Frame 5Symbol 142 MovieClip
"stickystuff"Frame 5Symbol 149 MovieClip
"ball"Frame 5Symbol 170 MovieClip
"stars"Frame 5Symbol 185 EditableText
"stars"Frame 7Symbol 198 EditableText
"ball"Frame 7Symbol 170 MovieClip
"stickystuff"Frame 7Symbol 149 MovieClip
"ball"Frame 9Symbol 170 MovieClip
"stars"Frame 9Symbol 202 EditableText
"stickystuff"Frame 9Symbol 149 MovieClip
"ball"Frame 11Symbol 170 MovieClip
"stars"Frame 11Symbol 206 EditableText
"ball"Frame 13Symbol 170 MovieClip
"stars"Frame 13Symbol 210 EditableText
"stickystuff"Frame 13Symbol 149 MovieClip
"ball"Frame 15Symbol 170 MovieClip
"stars"Frame 15Symbol 214 EditableText
"stickystuff"Frame 15Symbol 149 MovieClip
"ball"Frame 17Symbol 170 MovieClip
"stars"Frame 17Symbol 217 EditableText
"ball"Frame 19Symbol 170 MovieClip
"stars"Frame 19Symbol 221 EditableText
"stickystuff"Frame 19Symbol 149 MovieClip
"stickystuff"Frame 21Symbol 149 MovieClip
"ball"Frame 21Symbol 170 MovieClip
"stars"Frame 21Symbol 224 EditableText
"ball"Frame 23Symbol 170 MovieClip
"stars"Frame 23Symbol 250 EditableText
"ball"Frame 25Symbol 170 MovieClip
"stars"Frame 25Symbol 253 EditableText
"ball"Frame 27Symbol 170 MovieClip
"stars"Frame 27Symbol 256 EditableText
"ball"Frame 29Symbol 170 MovieClip
"stars"Frame 29Symbol 259 EditableText
"ball"Frame 31Symbol 170 MovieClip
"stars"Frame 31Symbol 263 EditableText
"ball"Frame 33Symbol 170 MovieClip
"stars"Frame 33Symbol 267 EditableText
"stickystuff"Frame 33Symbol 149 MovieClip
"ball"Frame 35Symbol 170 MovieClip
"stars"Frame 35Symbol 269 EditableText
"stickystuff"Frame 35Symbol 149 MovieClip
"ball"Frame 37Symbol 170 MovieClip
"stars"Frame 37Symbol 272 EditableText
"stickystuff"Frame 37Symbol 149 MovieClip
"ball"Frame 39Symbol 170 MovieClip
"stars"Frame 39Symbol 277 EditableText
"stickystuff"Frame 39Symbol 149 MovieClip
"ball"Frame 41Symbol 170 MovieClip
"stars"Frame 41Symbol 280 EditableText
"ball"Frame 43Symbol 170 MovieClip
"stars"Frame 43Symbol 284 EditableText
"ball"Frame 45Symbol 170 MovieClip
"stars"Frame 45Symbol 288 EditableText
"ballz"Symbol 170 MovieClip Frame 1Symbol 159 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 3 as "Trail"
ExportAssets (56)Timeline Frame 1Symbol 315 as "__Packages.MochiAd"

Labels

"hype"Symbol 25 MovieClip Frame 1

Dynamic Text Variables

starsSymbol 185 EditableText"0 "
starsSymbol 198 EditableText"0 "
starsSymbol 202 EditableText"0 "
starsSymbol 206 EditableText"0 "
starsSymbol 210 EditableText"0 "
starsSymbol 214 EditableText"0 "
starsSymbol 217 EditableText"0 "
starsSymbol 221 EditableText"0 "
starsSymbol 224 EditableText"0 "
starsSymbol 250 EditableText"0 "
starsSymbol 253 EditableText"0 "
starsSymbol 256 EditableText"0 "
starsSymbol 259 EditableText"0 "
starsSymbol 263 EditableText"0 "
starsSymbol 267 EditableText"0 "
starsSymbol 269 EditableText"0 "
starsSymbol 272 EditableText"0 "
starsSymbol 277 EditableText"0 "
starsSymbol 280 EditableText"0 "
starsSymbol 284 EditableText"0 "
starsSymbol 288 EditableText"0 "




http://swfchan.com/14/67490/info.shtml
Created: 11/4 -2019 12:44:17 Last modified: 11/4 -2019 12:44:17 Server time: 28/09 -2024 10:10:22