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

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

Follow.swf

This is the info page for
Flash #48046

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


Text
brought to you by:

Credits

play

instructions

practice

Play
more
Games

Follow

back

watch out for fake walls...

this is a check point...

use the mouse to move...

watch out for obstacles...

push "q" to quit...

this is a check point...

CREDITS

Game developed by Grant Titus
My website GrantTitus.com

Exit

remember push "q" to quit...

hurry!!!

man, you are slow...

...?!

lots of
circles...

circular...

square-ular...

wait... is that a real word?

i love spinning stuff...

so much spinning...

skinny...

wow...so easy...

Mwhahaha!

just say it's the scenic route...

did you fall for my trap?

you wish you could go this way...

almost done...

Great Job!
You finished!

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); } __com_mochibot__("46e91d15", this, 10301, true); function nielsen(movieClip) { scCI = "us-ugo"; scCG = "ugoplayer_flashgames"; scSI = escape(movieClip); loadMovieNum ((((((("http://secure-us.imrworldwide.com/cgi-bin/m?ci=" + scCI) + "&cg=") + scCG) + "&si=") + scSI) + "&rnd=") + Math.ceil(Math.random() * 100000000), 100); } nielsen("game_intro");
Frame 130
Mouse.hide(); cursor.onEnterFrame = function () { this._x = _xmouse; this._y = _ymouse; }; var hide = new ContextMenu(); hide.hideBuiltInItems(); _root.menu = hide; stop(); delay = 10; cred.onRelease = function () { _root.gotoAndStop("cred"); }; setx = b1._x; sety = b1._y; b1.onEnterFrame = function () { this.onRelease = function () { _root.gotoAndStop("lv1"); }; dist_x = _xmouse - this._x; dist_y = _ymouse - this._y; distance = Math.sqrt((dist_x * dist_x) + (dist_y * dist_y)); angle = Math.atan2(dist_y, dist_x); speed = distance / delay; xspeed = speed * Math.cos(angle); yspeed = speed * Math.sin(angle); dist_x_from = setx - this._x; dist_y_from = sety - this._y; distance_from = Math.sqrt((dist_x_from * dist_x_from) + (dist_y_from * dist_y_from)); angle_from = Math.atan2(dist_y_from, dist_x_from); speed_from = distance_from / delay; xspeed_from = speed_from * Math.cos(angle_from); yspeed_from = speed_from * Math.sin(angle_from); if (distance_from <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed; this._y = this._y + yspeed; } else { this._x = this._x + xspeed_from; this._y = this._y + yspeed_from; } } else { this._x = this._x + xspeed_from; this._y = this._y + yspeed_from; } }; setx2 = b2._x; sety2 = b2._y; b2.onEnterFrame = function () { this.onRelease = function () { _root.gotoAndStop("ins"); }; dist_x2 = _xmouse - this._x; dist_y2 = _ymouse - this._y; distance2 = Math.sqrt((dist_x2 * dist_x2) + (dist_y2 * dist_y2)); angle2 = Math.atan2(dist_y2, dist_x2); speed2 = distance2 / delay; xspeed2 = speed2 * Math.cos(angle2); yspeed2 = speed2 * Math.sin(angle2); dist_x_from2 = setx2 - this._x; dist_y_from2 = sety2 - this._y; distance_from2 = Math.sqrt((dist_x_from2 * dist_x_from2) + (dist_y_from2 * dist_y_from2)); angle_from2 = Math.atan2(dist_y_from2, dist_x_from2); speed_from2 = distance_from2 / delay; xspeed_from2 = speed_from2 * Math.cos(angle_from2); yspeed_from2 = speed_from2 * Math.sin(angle_from2); if (distance_from2 <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed2; this._y = this._y + yspeed2; } else { this._x = this._x + xspeed_from2; this._y = this._y + yspeed_from2; } } else { this._x = this._x + xspeed_from2; this._y = this._y + yspeed_from2; } }; setx3 = b3._x; sety3 = b3._y; b3.onEnterFrame = function () { this.onRelease = function () { _root.gotoAndStop("practice"); }; dist_x3 = _xmouse - this._x; dist_y3 = _ymouse - this._y; distance3 = Math.sqrt((dist_x3 * dist_x3) + (dist_y3 * dist_y3)); angle3 = Math.atan2(dist_y3, dist_x3); speed3 = distance3 / delay; xspeed3 = speed3 * Math.cos(angle3); yspeed3 = speed3 * Math.sin(angle3); dist_x_from3 = setx3 - this._x; dist_y_from3 = sety3 - this._y; distance_from3 = Math.sqrt((dist_x_from3 * dist_x_from3) + (dist_y_from3 * dist_y_from3)); angle_from3 = Math.atan2(dist_y_from3, dist_x_from3); speed_from3 = distance_from3 / delay; xspeed_from3 = speed_from3 * Math.cos(angle_from3); yspeed_from3 = speed_from3 * Math.sin(angle_from3); if (distance_from3 <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed3; this._y = this._y + yspeed3; } else { this._x = this._x + xspeed_from3; this._y = this._y + yspeed_from3; } } else { this._x = this._x + xspeed_from3; this._y = this._y + yspeed_from3; } }; setx4 = b4._x; sety4 = b4._y; b4.onEnterFrame = function () { this.onRelease = function () { getURL ("http://secure-us.imrworldwide.com/cgi-bin/b?cg=ugoplayer_flash_games&ci=us-ugclicks&tu=http://www.ugoplayer.com"); }; dist_x4 = _xmouse - this._x; dist_y4 = _ymouse - this._y; distance4 = Math.sqrt((dist_x4 * dist_x4) + (dist_y4 * dist_y4)); angle4 = Math.atan2(dist_y4, dist_x4); speed4 = distance4 / delay; xspeed4 = speed4 * Math.cos(angle4); yspeed4 = speed4 * Math.sin(angle4); dist_x_from4 = setx4 - this._x; dist_y_from4 = sety4 - this._y; distance_from4 = Math.sqrt((dist_x_from4 * dist_x_from4) + (dist_y_from4 * dist_y_from4)); angle_from4 = Math.atan2(dist_y_from4, dist_x_from4); speed_from4 = distance_from4 / delay; xspeed_from4 = speed_from4 * Math.cos(angle_from4); yspeed_from4 = speed_from4 * Math.sin(angle_from4); if (distance_from4 <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed4; this._y = this._y + yspeed4; } else { this._x = this._x + xspeed_from4; this._y = this._y + yspeed_from4; } } else { this._x = this._x + xspeed_from4; this._y = this._y + yspeed_from4; } }; setx5 = b5._x; sety5 = b5._y; b5.onEnterFrame = function () { dist_x5 = _xmouse - this._x; dist_y5 = _ymouse - this._y; distance5 = Math.sqrt((dist_x5 * dist_x5) + (dist_y5 * dist_y5)); angle5 = Math.atan2(dist_y5, dist_x5); speed5 = distance5 / delay; xspeed5 = speed5 * Math.cos(angle5); yspeed5 = speed5 * Math.sin(angle5); dist_x_from5 = setx5 - this._x; dist_y_from5 = sety5 - this._y; distance_from5 = Math.sqrt((dist_x_from5 * dist_x_from5) + (dist_y_from5 * dist_y_from5)); angle_from5 = Math.atan2(dist_y_from5, dist_x_from5); speed_from5 = distance_from5 / delay; xspeed_from5 = speed_from5 * Math.cos(angle_from5); yspeed_from5 = speed_from5 * Math.sin(angle_from5); if (distance_from5 <= 100) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed5; this._y = this._y + yspeed5; } else { this._x = this._x + xspeed_from5; this._y = this._y + yspeed_from5; } } else { this._x = this._x + xspeed_from5; this._y = this._y + yspeed_from5; } };
Frame 131
stop(); stop(); delay = 10; setx = b1._x; sety = b1._y; b1.onEnterFrame = function () { this.onRelease = function () { _root.gotoAndStop("menu"); }; dist_x = _xmouse - this._x; dist_y = _ymouse - this._y; distance = Math.sqrt((dist_x * dist_x) + (dist_y * dist_y)); angle = Math.atan2(dist_y, dist_x); speed = distance / delay; xspeed = speed * Math.cos(angle); yspeed = speed * Math.sin(angle); dist_x_from = setx - this._x; dist_y_from = sety - this._y; distance_from = Math.sqrt((dist_x_from * dist_x_from) + (dist_y_from * dist_y_from)); angle_from = Math.atan2(dist_y_from, dist_x_from); speed_from = distance_from / delay; xspeed_from = speed_from * Math.cos(angle_from); yspeed_from = speed_from * Math.sin(angle_from); if (distance_from <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed; this._y = this._y + yspeed; } else { this._x = this._x + xspeed_from; this._y = this._y + yspeed_from; } } else { this._x = this._x + xspeed_from; this._y = this._y + yspeed_from; } }; setx4 = b4._x; sety4 = b4._y; b4.onEnterFrame = function () { this.onRelease = function () { getURL ("http://secure-us.imrworldwide.com/cgi-bin/b?cg=ugoplayer_flash_games&ci=us-ugclicks&tu=http://www.ugoplayer.com"); }; dist_x4 = _xmouse - this._x; dist_y4 = _ymouse - this._y; distance4 = Math.sqrt((dist_x4 * dist_x4) + (dist_y4 * dist_y4)); angle4 = Math.atan2(dist_y4, dist_x4); speed4 = distance4 / delay; xspeed4 = speed4 * Math.cos(angle4); yspeed4 = speed4 * Math.sin(angle4); dist_x_from4 = setx4 - this._x; dist_y_from4 = sety4 - this._y; distance_from4 = Math.sqrt((dist_x_from4 * dist_x_from4) + (dist_y_from4 * dist_y_from4)); angle_from4 = Math.atan2(dist_y_from4, dist_x_from4); speed_from4 = distance_from4 / delay; xspeed_from4 = speed_from4 * Math.cos(angle_from4); yspeed_from4 = speed_from4 * Math.sin(angle_from4); if (distance_from4 <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed4; this._y = this._y + yspeed4; } else { this._x = this._x + xspeed_from4; this._y = this._y + yspeed_from4; } } else { this._x = this._x + xspeed_from4; this._y = this._y + yspeed_from4; } };
Frame 132
stop(); delay = 10; setx = b1._x; sety = b1._y; b1.onEnterFrame = function () { this.onRelease = function () { _root.gotoAndStop("menu"); }; dist_x = _xmouse - this._x; dist_y = _ymouse - this._y; distance = Math.sqrt((dist_x * dist_x) + (dist_y * dist_y)); angle = Math.atan2(dist_y, dist_x); speed = distance / delay; xspeed = speed * Math.cos(angle); yspeed = speed * Math.sin(angle); dist_x_from = setx - this._x; dist_y_from = sety - this._y; distance_from = Math.sqrt((dist_x_from * dist_x_from) + (dist_y_from * dist_y_from)); angle_from = Math.atan2(dist_y_from, dist_x_from); speed_from = distance_from / delay; xspeed_from = speed_from * Math.cos(angle_from); yspeed_from = speed_from * Math.sin(angle_from); if (distance_from <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed; this._y = this._y + yspeed; } else { this._x = this._x + xspeed_from; this._y = this._y + yspeed_from; } } else { this._x = this._x + xspeed_from; this._y = this._y + yspeed_from; } }; setx4 = b4._x; sety4 = b4._y; b4.onEnterFrame = function () { this.onRelease = function () { getURL ("http://secure-us.imrworldwide.com/cgi-bin/b?cg=ugoplayer_flash_games&ci=us-ugclicks&tu=http://www.ugoplayer.com"); }; dist_x4 = _xmouse - this._x; dist_y4 = _ymouse - this._y; distance4 = Math.sqrt((dist_x4 * dist_x4) + (dist_y4 * dist_y4)); angle4 = Math.atan2(dist_y4, dist_x4); speed4 = distance4 / delay; xspeed4 = speed4 * Math.cos(angle4); yspeed4 = speed4 * Math.sin(angle4); dist_x_from4 = setx4 - this._x; dist_y_from4 = sety4 - this._y; distance_from4 = Math.sqrt((dist_x_from4 * dist_x_from4) + (dist_y_from4 * dist_y_from4)); angle_from4 = Math.atan2(dist_y_from4, dist_x_from4); speed_from4 = distance_from4 / delay; xspeed_from4 = speed_from4 * Math.cos(angle_from4); yspeed_from4 = speed_from4 * Math.sin(angle_from4); if (distance_from4 <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed4; this._y = this._y + yspeed4; } else { this._x = this._x + xspeed_from4; this._y = this._y + yspeed_from4; } } else { this._x = this._x + xspeed_from4; this._y = this._y + yspeed_from4; } };
Instance of Symbol 46 MovieClip "man" in Frame 132
onClipEvent (load) { ypos = this._y; xpos = this._x; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); }
Frame 133
stop(); site.onRelease = function () { getURL ("http://www.granttitus.com"); }; setx = b1._x; sety = b1._y; b1.onEnterFrame = function () { this.onRelease = function () { _root.gotoAndStop("menu"); }; dist_x = _xmouse - this._x; dist_y = _ymouse - this._y; distance = Math.sqrt((dist_x * dist_x) + (dist_y * dist_y)); angle = Math.atan2(dist_y, dist_x); speed = distance / delay; xspeed = speed * Math.cos(angle); yspeed = speed * Math.sin(angle); dist_x_from = setx - this._x; dist_y_from = sety - this._y; distance_from = Math.sqrt((dist_x_from * dist_x_from) + (dist_y_from * dist_y_from)); angle_from = Math.atan2(dist_y_from, dist_x_from); speed_from = distance_from / delay; xspeed_from = speed_from * Math.cos(angle_from); yspeed_from = speed_from * Math.sin(angle_from); if (distance_from <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed; this._y = this._y + yspeed; } else { this._x = this._x + xspeed_from; this._y = this._y + yspeed_from; } } else { this._x = this._x + xspeed_from; this._y = this._y + yspeed_from; } }; setx4 = b4._x; sety4 = b4._y; b4.onEnterFrame = function () { this.onRelease = function () { getURL ("http://secure-us.imrworldwide.com/cgi-bin/b?cg=ugoplayer_flash_games&ci=us-ugclicks&tu=http://www.ugoplayer.com"); }; dist_x4 = _xmouse - this._x; dist_y4 = _ymouse - this._y; distance4 = Math.sqrt((dist_x4 * dist_x4) + (dist_y4 * dist_y4)); angle4 = Math.atan2(dist_y4, dist_x4); speed4 = distance4 / delay; xspeed4 = speed4 * Math.cos(angle4); yspeed4 = speed4 * Math.sin(angle4); dist_x_from4 = setx4 - this._x; dist_y_from4 = sety4 - this._y; distance_from4 = Math.sqrt((dist_x_from4 * dist_x_from4) + (dist_y_from4 * dist_y_from4)); angle_from4 = Math.atan2(dist_y_from4, dist_x_from4); speed_from4 = distance_from4 / delay; xspeed_from4 = speed_from4 * Math.cos(angle_from4); yspeed_from4 = speed_from4 * Math.sin(angle_from4); if (distance_from4 <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed4; this._y = this._y + yspeed4; } else { this._x = this._x + xspeed_from4; this._y = this._y + yspeed_from4; } } else { this._x = this._x + xspeed_from4; this._y = this._y + yspeed_from4; } };
Frame 134
stop(); up = 1; clock = 30; timer = 0; time = 1; onEnterFrame = function () { _root.sec = time; timer = timer + 1; if (timer >= clock) { timer = 0; time = time + up; } if (Key.isDown(81)) { _root.gotoAndStop("menu"); time = 0; } };
Instance of Symbol 46 MovieClip "man" in Frame 134
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv2"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 135
stop();
Instance of Symbol 46 MovieClip "man" in Frame 135
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv3"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 136
stop();
Instance of Symbol 46 MovieClip "man" in Frame 136
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv4"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 137
stop();
Instance of Symbol 46 MovieClip "man" in Frame 137
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv5"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 138
stop();
Instance of Symbol 46 MovieClip "man" in Frame 138
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv6"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 139
stop();
Instance of Symbol 46 MovieClip "man" in Frame 139
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv7"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 140
stop();
Instance of Symbol 46 MovieClip "man" in Frame 140
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv8"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 141
stop();
Instance of Symbol 46 MovieClip "man" in Frame 141
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv9"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 142
stop();
Instance of Symbol 91 MovieClip "rotate" in Frame 142
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.5; }
Instance of Symbol 46 MovieClip "man" in Frame 142
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv10"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 143
stop();
Instance of Symbol 91 MovieClip "rotate2" in Frame 143
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.5; }
Instance of Symbol 46 MovieClip "man" in Frame 143
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv11"); } if ((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 144
stop();
Instance of Symbol 91 MovieClip "rotate1" in Frame 144
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.5; }
Instance of Symbol 91 MovieClip "rotate2" in Frame 144
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.5; }
Instance of Symbol 91 MovieClip "rotate3" in Frame 144
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.5; }
Instance of Symbol 91 MovieClip "rotate4" in Frame 144
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.5; }
Instance of Symbol 46 MovieClip "man" in Frame 144
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv12"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate1.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 145
stop();
Instance of Symbol 91 MovieClip "rotate5" in Frame 145
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.5; }
Instance of Symbol 46 MovieClip "man" in Frame 145
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv13"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate1.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 146
stop();
Instance of Symbol 46 MovieClip "man" in Frame 146
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv14"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 147
stop();
Instance of Symbol 46 MovieClip "man" in Frame 147
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv15"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 148
stop();
Instance of Symbol 46 MovieClip "man" in Frame 148
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv16"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 149
stop();
Instance of Symbol 46 MovieClip "man" in Frame 149
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv17"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 150
stop();
Instance of Symbol 46 MovieClip "man" in Frame 150
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv18"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 151
stop();
Instance of Symbol 46 MovieClip "man" in Frame 151
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv19"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 152
stop();
Instance of Symbol 46 MovieClip "man" in Frame 152
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("lv20"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 153
stop();
Instance of Symbol 46 MovieClip "man" in Frame 153
onClipEvent (load) { ypos = this._y; xpos = this._x; dead = false; } onClipEvent (enterFrame) { _global.yspeed = _ymouse; _global.xspeed = _xmouse; this._y = this._y + (yspeed / 15); this._x = this._x + (xspeed / 15); if (_root.exit.hitTest(this._x, this._y, true)) { _root.gotoAndStop("done"); } if (((((_root.land.hitTest(this._x, this._y, true) || (_root.rotate.hitTest(this._x, this._y, true))) || (_root.rotate2.hitTest(this._x, this._y, true))) || (_root.rotate3.hitTest(this._x, this._y, true))) || (_root.rotate4.hitTest(this._x, this._y, true))) || (_root.rotate5.hitTest(this._x, this._y, true))) { dead = false; } else { dead = true; } if (_root.object.hitTest(this._x, this._y, true)) { dead = true; } if (dead == true) { this._y = ypos; this._x = xpos; dead = false; } if (_root.object.hitTest(this._x, this._y, true)) { this._y = ypos; this._x = xpos; } if (_root.check.hitTest(this._x, this._y, true)) { xpos = this._x; ypos = this._y; } }
Frame 154
stop(); up = 0; setx7 = b7._x; sety7 = b7._y; b7.onEnterFrame = function () { this.onRelease = function () { _root.gotoAndStop("menu"); }; dist_x = _xmouse - this._x; dist_y = _ymouse - this._y; distance = Math.sqrt((dist_x * dist_x) + (dist_y * dist_y)); angle = Math.atan2(dist_y, dist_x); speed = distance / delay; xspeed = speed * Math.cos(angle); yspeed = speed * Math.sin(angle); dist_x_from = setx7 - this._x; dist_y_from = sety7 - this._y; distance_from = Math.sqrt((dist_x_from * dist_x_from) + (dist_y_from * dist_y_from)); angle_from = Math.atan2(dist_y_from, dist_x_from); speed_from = distance_from / delay; xspeed_from = speed_from * Math.cos(angle_from); yspeed_from = speed_from * Math.sin(angle_from); if (distance_from <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed; this._y = this._y + yspeed; } else { this._x = this._x + xspeed_from; this._y = this._y + yspeed_from; } } else { this._x = this._x + xspeed_from; this._y = this._y + yspeed_from; } }; setx4 = b4._x; sety4 = b4._y; b4.onEnterFrame = function () { this.onRelease = function () { getURL ("http://secure-us.imrworldwide.com/cgi-bin/b?cg=ugoplayer_flash_games&ci=us-ugclicks&tu=http://www.ugoplayer.com"); }; dist_x4 = _xmouse - this._x; dist_y4 = _ymouse - this._y; distance4 = Math.sqrt((dist_x4 * dist_x4) + (dist_y4 * dist_y4)); angle4 = Math.atan2(dist_y4, dist_x4); speed4 = distance4 / delay; xspeed4 = speed4 * Math.cos(angle4); yspeed4 = speed4 * Math.sin(angle4); dist_x_from4 = setx4 - this._x; dist_y_from4 = sety4 - this._y; distance_from4 = Math.sqrt((dist_x_from4 * dist_x_from4) + (dist_y_from4 * dist_y_from4)); angle_from4 = Math.atan2(dist_y_from4, dist_x_from4); speed_from4 = distance_from4 / delay; xspeed_from4 = speed_from4 * Math.cos(angle_from4); yspeed_from4 = speed_from4 * Math.sin(angle_from4); if (distance_from4 <= 50) { if (this.hitTest(_xmouse, _ymouse, true)) { this._x = this._x + xspeed4; this._y = this._y + yspeed4; } else { this._x = this._x + xspeed_from4; this._y = this._y + yspeed_from4; } } else { this._x = this._x + xspeed_from4; this._y = this._y + yspeed_from4; } };
Symbol 10 Button
on (release) { getURL ("http://secure-us.imrworldwide.com/cgi-bin/b?cg=ugoplayer_flash_games&ci=us-ugclicks&tu=http://www.ugoplayer.com", "_blank"); }

Library Items

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

Instance Names

"cred"Frame 130Symbol 15 MovieClip
"b1"Frame 130Symbol 19 MovieClip
"b2"Frame 130Symbol 22 MovieClip
"b3"Frame 130Symbol 24 MovieClip
"b4"Frame 130Symbol 26 MovieClip
"cursor"Frame 130Symbol 32 MovieClip
"b1"Frame 131Symbol 35 MovieClip
"check"Frame 131Symbol 40 MovieClip
"man"Frame 132Symbol 46 MovieClip
"check"Frame 132Symbol 40 MovieClip
"site"Frame 133Symbol 50 MovieClip
"land"Frame 134Symbol 52 MovieClip
"exit"Frame 134Symbol 55 MovieClip
"man"Frame 134Symbol 46 MovieClip
"land"Frame 135Symbol 59 MovieClip
"man"Frame 135Symbol 46 MovieClip
"land"Frame 136Symbol 62 MovieClip
"object"Frame 136Symbol 64 MovieClip
"man"Frame 136Symbol 46 MovieClip
"land"Frame 137Symbol 66 MovieClip
"object"Frame 137Symbol 68 MovieClip
"man"Frame 137Symbol 46 MovieClip
"land"Frame 138Symbol 71 MovieClip
"object"Frame 138Symbol 73 MovieClip
"man"Frame 138Symbol 46 MovieClip
"land"Frame 139Symbol 76 MovieClip
"man"Frame 139Symbol 46 MovieClip
"land"Frame 140Symbol 79 MovieClip
"object"Frame 140Symbol 82 MovieClip
"check"Frame 140Symbol 40 MovieClip
"man"Frame 140Symbol 46 MovieClip
"land"Frame 141Symbol 84 MovieClip
"man"Frame 141Symbol 46 MovieClip
"land"Frame 142Symbol 88 MovieClip
"rotate"Frame 142Symbol 91 MovieClip
"man"Frame 142Symbol 46 MovieClip
"land"Frame 143Symbol 93 MovieClip
"rotate2"Frame 143Symbol 91 MovieClip
"man"Frame 143Symbol 46 MovieClip
"rotate1"Frame 144Symbol 91 MovieClip
"rotate2"Frame 144Symbol 91 MovieClip
"rotate3"Frame 144Symbol 91 MovieClip
"rotate4"Frame 144Symbol 91 MovieClip
"land"Frame 144Symbol 95 MovieClip
"man"Frame 144Symbol 46 MovieClip
"land"Frame 145Symbol 98 MovieClip
"rotate5"Frame 145Symbol 91 MovieClip
"check"Frame 145Symbol 40 MovieClip
"object"Frame 145Symbol 100 MovieClip
"man"Frame 145Symbol 46 MovieClip
"land"Frame 146Symbol 102 MovieClip
"man"Frame 146Symbol 46 MovieClip
"land"Frame 147Symbol 105 MovieClip
"man"Frame 147Symbol 46 MovieClip
"land"Frame 148Symbol 110 MovieClip
"man"Frame 148Symbol 46 MovieClip
"check"Frame 148Symbol 40 MovieClip
"land"Frame 149Symbol 114 MovieClip
"man"Frame 149Symbol 46 MovieClip
"land"Frame 150Symbol 118 MovieClip
"rotate"Frame 150Symbol 91 MovieClip
"man"Frame 150Symbol 46 MovieClip
"land"Frame 151Symbol 121 MovieClip
"check"Frame 151Symbol 40 MovieClip
"man"Frame 151Symbol 46 MovieClip
"land"Frame 152Symbol 125 MovieClip
"man"Frame 152Symbol 46 MovieClip
"land"Frame 153Symbol 129 MovieClip
"check"Frame 153Symbol 40 MovieClip
"man"Frame 153Symbol 46 MovieClip
"b7"Frame 154Symbol 35 MovieClip
"b4"Frame 154Symbol 26 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"menu"Frame 130
"ins"Frame 131
"practice"Frame 132
"cred"Frame 133
"lv1"Frame 134
"lv2"Frame 135
"lv3"Frame 136
"lv4"Frame 137
"lv5"Frame 138
"lv6"Frame 139
"lv7"Frame 140
"lv8"Frame 141
"lv9"Frame 142
"lv10"Frame 143
"lv11"Frame 144
"lv12"Frame 145
"lv13"Frame 146
"lv14"Frame 147
"lv15"Frame 148
"lv16"Frame 149
"lv17"Frame 150
"lv18"Frame 151
"lv19"Frame 152
"lv20"Frame 153
"done"Frame 154

Dynamic Text Variables

timeSymbol 57 EditableText""
_root.secSymbol 132 EditableText""




http://swfchan.com/10/48046/info.shtml
Created: 30/4 -2019 17:12:32 Last modified: 30/4 -2019 17:12:32 Server time: 17/05 -2024 22:24:14