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");
}