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__("3742d25d", this, 10301, true);
_root.fac = 1;
_root.col = 1;
_root.hair = 1;
_root.hc = 1;
stop();
hiscor = 0;
mochi.MochiServices.connect("7241f57b33bc14d5");
var s = new Sound();
Instance of Symbol 63 MovieClip "mouse" in Frame 1
onClipEvent (enterFrame) {
this._y = _root._ymouse;
this._x = _root._xmouse;
this._visible = false;
}
Frame 3
stop();
Mouse.show();
Frame 4
stop();
Mouse.show();
Frame 5
stop();
Mouse.show();
Frame 6
stop();
Mouse.show();
hiscor = 0;
Frame 7
stop();
Mouse.show();
scor = 0;
_root.scored = 1;
_root.scored2 = 2;
_root.bomb.bc = 0;
Instance of Symbol 283 MovieClip in Frame 7
onClipEvent (load) {
this._y = random(400);
this._x = random(600);
}
onClipEvent (enterFrame) {
if (this._y < 50) {
this._y = random(400);
}
if (this._x < 50) {
this._x = random(600);
}
if (_root.guy.guyz.mg.hitTest(this.bb)) {
_root.bomb.bc = _root.bomb.bc + 1;
if (_root.guy._y > this._y) {
_root.guy.grav = 10;
}
if (_root.guy._y < this._y) {
_root.guy.grav = -20;
}
this.play();
}
}
Instance of Symbol 289 MovieClip "star" in Frame 7
onClipEvent (load) {
this._y = random(400);
this._x = random(600);
}
onClipEvent (enterFrame) {
if (this._y < 50) {
this._y = random(400);
}
if (this._x < 50) {
this._x = random(600);
}
if (_root.guy.guyz.mg.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 298 MovieClip in Frame 7
onClipEvent (enterFrame) {
this.yd = -_root.guy._y;
if (_root.guy._y < 0) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 300 MovieClip "shad" in Frame 7
onClipEvent (enterFrame) {
wd = _root.guy._y + this._y;
_root.wx = wd;
this._width = wd / 12;
this._height = wd * 0.02;
this._x = _root.guy._x;
if (_root.guy._currentframe == 11) {
this._alpha = this._alpha - 10;
} else {
this._alpha = 100;
}
}
Instance of Symbol 313 MovieClip "guy" in Frame 7
onClipEvent (load) {
grav = 0;
spd = 0;
cc = 0;
}
onClipEvent (enterFrame) {
if (_root.scor < 5) {
_root.ss._alpha = _root.ss._alpha + 10;
}
if (_root.scor > 4) {
_root.ss._alpha = _root.ss._alpha - 5;
}
if (_root.ss._alpha > 100) {
_root.ss._alpha = 100;
}
if (_root.ss._alpha < 0) {
_root.ss._alpha = 0;
}
if (_root.hiscor < _root.scor) {
_root.hiscor = _root.scor;
}
this._rotation = this._rotation + (spd * 2);
this._x = this._x + spd;
this._y = this._y + grav;
if (this._y > 440) {
this._y = 440;
grav = 0;
spd = 0;
_root.scor = 0;
_rotation = 0;
this.rok.play();
cc = 0;
_root.bomb.bc = 0;
this.gotoAndStop(11);
}
if (this._y < 450) {
grav = grav + 1;
}
if (this._x > 640) {
spd = -10;
}
if (this._x < 0) {
spd = 10;
}
if (_root.mouse.hitTest(this.guyz.mg)) {
_root.bomb.bc = 0;
grav = -20;
spd = random(cc);
this.play();
if (this._x < _root.mouse._x) {
asd = 2;
} else {
asd = 1;
}
if (asd == 2) {
af = spd;
spd = spd - spd;
spd = spd - af;
}
}
}
Instance of Symbol 318 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.scor < 5) {
this._alpha = this._alpha + 10;
}
if (_root.scor > 4) {
this._alpha = this._alpha - 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (this._alpha < 0) {
this._alpha = 0;
}
}
Frame 8
stop();
Mouse.show();
scor = 0;
_root.scored = 2;
_root.scored2 = 4;
_root.bomb.bc = 0;
Instance of Symbol 298 MovieClip in Frame 8
onClipEvent (enterFrame) {
this.yd = -_root.guy._y;
if (_root.guy._y < 0) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 313 MovieClip "guy" in Frame 8
onClipEvent (load) {
grav = 0;
spd = 0;
cc = 0;
}
onClipEvent (enterFrame) {
if (_root.scor < 5) {
_root.ss._alpha = _root.ss._alpha + 10;
}
if (_root.scor > 4) {
_root.ss._alpha = _root.ss._alpha - 5;
}
if (_root.ss._alpha > 100) {
_root.ss._alpha = 100;
}
if (_root.ss._alpha < 0) {
_root.ss._alpha = 0;
}
if (_root.hiscor < _root.scor) {
_root.hiscor = _root.scor;
}
this._rotation = this._rotation + (spd * 2);
this._x = this._x + spd;
this._y = this._y + grav;
if (this._y > 440) {
this._y = 440;
grav = 0;
spd = 0;
_root.scor = 0;
_rotation = 0;
this.rok.play();
cc = 0;
_root.bomb.bc = 0;
Mouse.show();
this.gotoAndStop(11);
} else {
Mouse.hide();
}
if (this._y < 450) {
grav = grav + 1;
}
if (this._x > 640) {
spd = -10;
}
if (this._x < 0) {
spd = 10;
}
if (_root.mouse.hitTest(this.guyz.mg)) {
_root.bomb.bc = 0;
grav = -20;
spd = random(cc);
this.play();
if (this._x < _root.mouse._x) {
asd = 2;
} else {
asd = 1;
}
if (asd == 2) {
af = spd;
spd = spd - spd;
spd = spd - af;
}
}
}
Frame 9
stop();
scor = 0;
_root.scored = 1;
Instance of Symbol 300 MovieClip "shad" in Frame 9
onClipEvent (enterFrame) {
wd = _root.guy._y + this._y;
_root.wx = wd;
this._width = wd / 12;
this._height = wd * 0.02;
this._x = _root.guy._x;
if (_root.guy._currentframe == 11) {
this._alpha = this._alpha - 10;
} else {
this._alpha = 100;
}
}
Instance of Symbol 313 MovieClip "guy" in Frame 9
onClipEvent (load) {
grav = 0;
spd = 0;
cc = 0;
}
onClipEvent (enterFrame) {
if (_root.scor < 5) {
_root.ss._alpha = _root.ss._alpha + 10;
}
if (_root.scor > 4) {
_root.ss._alpha = _root.ss._alpha - 5;
}
if (_root.ss._alpha > 100) {
_root.ss._alpha = 100;
}
if (_root.ss._alpha < 0) {
_root.ss._alpha = 0;
}
if (_root.hiscor < _root.scor) {
_root.hiscor = _root.scor;
}
this._rotation = this._rotation + (spd * 2);
this._x = this._x + spd;
this._y = this._y + grav;
if (this._y > 440) {
this._y = 440;
grav = 0;
spd = 0;
_root.scor = 0;
_rotation = 0;
this.rok.play();
cc = 0;
Mouse.show();
this.gotoAndStop(11);
}
if (this._y < 450) {
grav = grav + 1;
}
if (this._x > 640) {
spd = -10;
}
if (this._x < 0) {
spd = 10;
}
if (_root.mouse.hitTest(this.guyz.mg)) {
grav = -20;
spd = random(cc);
this.play();
if (this._x < _root.mouse._x) {
asd = 2;
} else {
asd = 1;
}
if (asd == 2) {
af = spd;
spd = spd - spd;
spd = spd - af;
}
}
}
Frame 10
stop();
Mouse.show();
mochi.MochiScores.showLeaderboard({boardID:"206d69adf80e4a2f", score:hiscor, onClose:function () {
_root.gotoAndPlay(3);
}});
zzf.onRelease = function () {
MochiScores.closeLeaderboard();
_root.gotoAndPlay(3);
};
Instance of Symbol 326 MovieClip in Frame 10
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 1;
if (Key.isDown(32)) {
_root.gotoAndPlay(3);
}
}
Symbol 1 MovieClip [FMotionTrail] Frame 1
#initclip 3
function AMotionTrailClass() {
this.slave = this._parent[this._targetInstanceName];
this.i = 0;
this.trails = new Array();
this.trailing = true;
}
AMotionTrailClass.prototype.stopTrails = function () {
this.trailing = false;
};
AMotionTrailClass.prototype.startTrails = function () {
this.trailing = true;
};
AMotionTrailClass.prototype.onEnterFrame = function () {
if (this.trailing) {
this.i++;
var _local3 = "trail" + this.i;
duplicateMovieClip (this.slave, _local3, this.i);
this.trails[this.trails.length] = this.slave._parent[_local3];
this.trails[this.trails.length - 1].num = this.trailNum + 1;
var _local2;
}
var _local2 = 0;
while (_local2 < this.trails.length) {
this.trails[_local2]._alpha = this.trails[_local2]._alpha * (this.trails[_local2].num / (this.trailNum + 2));
this.trails[_local2].num--;
if (this.trails[_local2].num == 0) {
this.trails[_local2].removeMovieClip();
this.trails.splice(_local2, 1);
_local2--;
}
_local2++;
}
};
AMotionTrailClass.prototype.setNumTrails = function (a) {
this.trailNum = a;
};
AMotionTrailClass.prototype.getNumTrails = function () {
return(this.trailNum);
};
AMotionTrailClass.prototype.addProperty("numTrails", AMotionTrailClass.prototype.getNumTrails, AMotionTrailClass.prototype.setNumTrails);
Object.registerClass("FMotionTrail", AMotionTrailClass);
#endinitclip
Symbol 18 Button
on (release) {
getURL ("http://www.psychostudios.co.uk/", "_blank");
}
Symbol 28 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");
}
Symbol 30 MovieClip Frame 1
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");
Symbol 30 MovieClip Frame 165
if ((_root.lodz._currentframe == 3) == false) {
stop();
}
Symbol 30 MovieClip Frame 175
_root.play();
Symbol 60 MovieClip Frame 20
stop();
Instance of Symbol 57 MovieClip in Symbol 60 MovieClip Frame 20
onClipEvent (enterFrame) {
_root.ugo.play();
}
Symbol 61 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 61 MovieClip Frame 2
gotoAndPlay (1);
Symbol 61 MovieClip Frame 3
stop();
Symbol 327 MovieClip [__Packages.mochi.MochiServices] Frame 0
class mochi.MochiServices
{
static var _id, _container, _sendChannelName, _rcvChannelName, __get__comChannelName, onError, _sendChannel, _loader, _loaderListener, _rcvChannel, _listenChannel;
function MochiServices () {
}
static function get id() {
return(_id);
}
static function get clip() {
return(_container);
}
static function getVersion() {
return("1.1");
}
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 get isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function set comChannelName(val) {
if (val != undefined) {
if (val.length > 3) {
_sendChannelName = val + "_fromgame";
_rcvChannelName = val;
initComChannels();
}
}
//return(__get__comChannelName());
}
static function get connected() {
return(_connected);
}
static function connect(id, clip, onError) {
if ((!_connected) && (_container == undefined)) {
trace("MochiServices Connecting...");
_connecting = true;
init(id, clip);
}
if (onError != undefined) {
mochi.MochiServices.onError = onError;
} else if (mochi.MochiServices.onError == undefined) {
mochi.MochiServices.onError = function (errorCode) {
trace(errorCode);
};
}
}
static function disconnect() {
if (_connected || (_connecting)) {
_connecting = (_connected = false);
if (_sendChannel._queue != undefined) {
}
if (_container != undefined) {
_container.removeMovieClip();
delete _container;
}
}
}
static function init(id, clip) {
_id = id;
if (clip != undefined) {
_container = clip.createEmptyMovieClip("__mochiservicesMC", clip.getNextHighestDepth());
} else {
_container = _root.createEmptyMovieClip("__mochiservicesMC", _root.getNextHighestDepth());
}
loadCommunicator(id, _container);
}
static function loadCommunicator(id, clip) {
if (!isNetworkAvailable) {
return(undefined);
}
allowDomains(_gatewayURL);
_loader = new MovieClipLoader();
_loaderListener = {};
_loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) {
trace("MochiServices could not load.");
mochi.MochiServices.disconnect();
mochi.MochiServices.onError.apply(null, [errorCode]);
};
_loader.addListener(_loaderListener);
_loader.loadClip(_gatewayURL, clip);
_sendChannel = new LocalConnection();
_sendChannel._queue = [];
_rcvChannel = new LocalConnection();
_rcvChannel.allowDomain = function (d) {
return(true);
};
_rcvChannel.allowInsecureDomain = _rcvChannel.allowDomain;
_rcvChannel._nextcallbackID = 0;
_rcvChannel._callbacks = {};
listen();
}
static function onStatus(infoObject) {
if (!(infoObject.level === "error")) {
} else {
_connected = false;
_listenChannel.connect(_listenChannelName);
}
}
static function listen() {
_listenChannel = new LocalConnection();
_listenChannel.handshake = function (args) {
mochi.MochiServices.__set__comChannelName(args.newChannel);
};
_listenChannel.allowDomain = function (d) {
return(true);
};
_listenChannel.allowInsecureDomain = _listenChannel.allowDomain;
_listenChannel.connect(_listenChannelName);
trace("Waiting for MochiAds services to connect...");
}
static function initComChannels() {
if (!_connected) {
_sendChannel.onStatus = function (infoObject) {
mochi.MochiServices.onStatus(infoObject);
};
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"});
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, clip:_container, version:getVersion()});
_rcvChannel.onStatus = function (infoObject) {
mochi.MochiServices.onStatus(infoObject);
};
_rcvChannel.onReceive = function (pkg) {
var _local5 = pkg.callbackID;
var _local4 = this._callbacks[_local5];
if (!_local4) {
return(undefined);
}
var _local2 = _local4.callbackMethod;
var _local3 = _local4.callbackObject;
if (_local3 && (typeof(_local2) == "string")) {
_local2 = _local3[_local2];
}
if (_local2 != undefined) {
_local2.apply(_local3, pkg.args);
}
delete this._callbacks[_local5];
};
_rcvChannel.onError = function () {
mochi.MochiServices.onError.apply(null, ["IOError"]);
};
_rcvChannel.connect(_rcvChannelName);
trace("connected!");
_connecting = false;
_connected = true;
_listenChannel.close();
while (_sendChannel._queue.length > 0) {
_sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift());
}
}
}
static function send(methodName, args, callbackObject, callbackMethod) {
if (_connected) {
_sendChannel.send(_sendChannelName, "onReceive", {methodName:methodName, args:args, callbackID:_rcvChannel._nextcallbackID});
} else if (_container == undefined) {
onError.apply(null, ["NotConnected"]);
} else {
_sendChannel._queue.push({methodName:methodName, args:args, callbackID:_rcvChannel._nextcallbackID});
}
_rcvChannel._callbacks[_rcvChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod};
_rcvChannel._nextcallbackID++;
}
static var _gatewayURL = "http://www.mochiads.com/static/lib/services/services.swf";
static var _listenChannelName = "__mochiservices";
static var _connecting = false;
static var _connected = false;
}
Symbol 328 MovieClip [__Packages.mochi.MochiScores] Frame 0
class mochi.MochiScores
{
static var boardID, onClose, onError;
function MochiScores () {
}
static function setBoardID(boardID) {
mochi.MochiScores.boardID = boardID;
mochi.MochiServices.send("scores_setBoardID", {boardID:boardID});
}
static function showLeaderboard(options) {
if (options.clip != null) {
if (options.clip.__mochiservicesMC != mochi.MochiServices.__get__clip()) {
mochi.MochiServices.disconnect();
mochi.MochiServices.connect(mochi.MochiServices.__get__id(), options.clip);
}
delete options.clip;
}
if (options.onDisplay != null) {
options.onDisplay();
} else {
mochi.MochiServices.__get__clip().stop();
}
if (options.onClose != null) {
onClose = options.onClose;
} else {
onClose = function () {
if (mochi.MochiServices.__get__clip() == _root.__mochiservicesMC) {
mochi.MochiServices.__get__clip()._parent.play();
} else {
mochi.MochiServices.__get__clip().play();
}
};
}
if (options.onError != null) {
onError = options.onError;
} else {
onError = onClose;
}
if (options.boardID == null) {
if (boardID != null) {
options.boardID = boardID;
}
}
mochi.MochiServices.send("scores_showLeaderboard", {options:options}, null, doClose);
}
static function getPlayerInfo(callbackObj, callbackMethod) {
mochi.MochiServices.send("scores_getPlayerInfo", null, callbackObj, callbackMethod);
}
static function submit(score, name, callbackObj, callbackMethod) {
mochi.MochiServices.send("scores_submit", {score:score, name:name}, callbackObj, callbackMethod);
}
static function requestList(callbackObj, callbackMethod) {
mochi.MochiServices.send("scores_requestList", null, callbackObj, callbackMethod);
}
static function doClose(args) {
if (args.error == true) {
onError.apply(null, [args.errorCode, args.httpStatus]);
} else {
onClose.apply();
}
}
}
Instance of Symbol 67 MovieClip "sd" in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.s.setVolume(this._x);
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
if (Key.isDown(1)) {
_parent.sd._x = this._x;
}
}
}
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 21
gotoAndPlay (20);
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 22
gotoAndPlay (20);
Symbol 90 Button
on (release) {
_root.play();
}
Instance of Symbol 83 MovieClip "abc" in Symbol 91 MovieClip Frame 59
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
this.play();
} else {
this.prevFrame();
}
}
Symbol 91 MovieClip Frame 91
stop();
asd.onRelease = function () {
_root.play();
};
abc.onRelease = function () {
getURL (" http://secure-us.imrworldwide.com/cgi-bin/b?cg=ugoplayer_flash_games&ci=us-ugclicks&tu=http://www.ugoplayer.com", "_blank");
};
Instance of Symbol 88 MovieClip "asd" in Symbol 91 MovieClip Frame 91
onClipEvent (enterFrame) {
if (_root.mouse.hitTest(this)) {
this.play();
} else {
this.prevFrame();
}
}
Symbol 94 Button
on (release) {
_root.hair = 2;
}
Symbol 96 Button
on (release) {
_root.hair = 3;
}
Symbol 98 Button
on (release) {
_root.hair = 4;
}
Symbol 100 Button
on (release) {
_root.hair = 5;
}
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 2
stop();
Symbol 107 MovieClip Frame 3
stop();
Symbol 107 MovieClip Frame 4
stop();
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 2
stop();
Symbol 114 MovieClip Frame 3
stop();
Symbol 118 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 2
stop();
Symbol 118 MovieClip Frame 3
stop();
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
stop();
Symbol 122 MovieClip Frame 3
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 2
stop();
Symbol 126 MovieClip Frame 3
stop();
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 2
stop();
Symbol 130 MovieClip Frame 3
stop();
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 2
stop();
Symbol 134 MovieClip Frame 3
stop();
Symbol 135 MovieClip Frame 1
stop();
Instance of Symbol 114 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.hc);
}
Symbol 135 MovieClip Frame 2
stop();
Symbol 135 MovieClip Frame 3
stop();
Instance of Symbol 118 MovieClip in Symbol 135 MovieClip Frame 3
onClipEvent (enterFrame) {
this.gotoAndStop(_root.hc);
}
Symbol 135 MovieClip Frame 4
stop();
Instance of Symbol 122 MovieClip in Symbol 135 MovieClip Frame 4
onClipEvent (enterFrame) {
this.gotoAndStop(_root.hc);
}
Symbol 135 MovieClip Frame 5
stop();
Instance of Symbol 126 MovieClip in Symbol 135 MovieClip Frame 5
onClipEvent (enterFrame) {
this.gotoAndStop(_root.hc);
}
Symbol 135 MovieClip Frame 6
stop();
Instance of Symbol 130 MovieClip in Symbol 135 MovieClip Frame 6
onClipEvent (enterFrame) {
this.gotoAndStop(_root.hc);
}
Symbol 135 MovieClip Frame 7
stop();
Instance of Symbol 134 MovieClip in Symbol 135 MovieClip Frame 7
onClipEvent (enterFrame) {
this.gotoAndStop(_root.hc);
}
Symbol 144 MovieClip Frame 1
onEnterFrame = function () {
gotoAndStop(_root.fac);
};
stop();
Instance of Symbol 107 MovieClip "mg" in Symbol 144 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.col);
}
Instance of Symbol 135 MovieClip "hair" in Symbol 144 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.hair);
}
Symbol 144 MovieClip Frame 2
stop();
Symbol 144 MovieClip Frame 3
stop();
Symbol 144 MovieClip Frame 4
stop();
Symbol 144 MovieClip Frame 5
stop();
Symbol 144 MovieClip Frame 6
stop();
Symbol 152 Button
on (release) {
_root.hair = 1;
}
Symbol 155 Button
on (release) {
_root.col = 1;
}
Symbol 157 Button
on (release) {
_root.col = 2;
}
Symbol 159 Button
on (release) {
_root.col = 3;
}
Symbol 161 Button
on (release) {
_root.col = 4;
}
Symbol 162 Button
on (release) {
_root.fac = 1;
}
Symbol 163 Button
on (release) {
_root.fac = 2;
}
Symbol 164 Button
on (release) {
_root.fac = 3;
}
Symbol 165 Button
on (release) {
_root.fac = 4;
}
Symbol 166 Button
on (release) {
_root.fac = 5;
}
Symbol 167 Button
on (release) {
_root.fac = 6;
}
Symbol 180 Button
on (release) {
_root.play();
}
Symbol 184 Button
on (release) {
_root.fac = random(7);
_root.hair = random(8);
_root.col = random(5);
_root.hc = random(3);
}
Symbol 187 Button
on (release) {
_root.gotoAndPlay(3);
}
Symbol 189 Button
on (release) {
_root.hc = 1;
}
Symbol 191 Button
on (release) {
_root.hc = 2;
}
Symbol 192 Button
on (release) {
_root.hc = 3;
}
Symbol 193 Button
on (release) {
_root.hair = 6;
}
Symbol 194 Button
on (release) {
_root.hair = 7;
}
Symbol 204 Button
on (release) {
_root.gotoAndPlay(4);
}
Symbol 209 Button
on (release) {
_root.gotoAndPlay(5);
}
Symbol 217 Button
on (release) {
_root.gotoAndPlay(7);
}
Symbol 223 Button
on (release) {
_root.gotoAndPlay(8);
}
Symbol 229 Button
on (release) {
_root.gotoAndPlay(9);
}
Symbol 271 MovieClip Frame 10
stop();
Symbol 282 MovieClip Frame 18
stop();
Symbol 283 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 19
this._x = random(600);
this._y = random(400);
gotoAndStop (1);
Symbol 287 MovieClip Frame 20
stop();
Symbol 288 MovieClip Frame 35
_parent.play();
Symbol 289 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 2
stop();
Symbol 289 MovieClip Frame 3
_root.scor = _root.scor + _root.scored2;
this._x = random(600);
this._y = random(400);
gotoAndStop (1);
Symbol 295 Button
on (release) {
_root.gotoAndPlay(10);
}
Symbol 298 MovieClip Frame 1
yd = 0;
Symbol 312 MovieClip Frame 37
stop();
Symbol 313 MovieClip Frame 1
onEnterFrame = function () {
guyz.hair.gotoAndStop(_root.hair);
guyz.mg.gotoAndStop(_root.col);
guyz.gotoAndStop(_root.fac);
};
stop();
Symbol 313 MovieClip Frame 3
_root.scor = _root.scor + _root.scored;
cc = cc + 1;
Symbol 313 MovieClip Frame 10
gotoAndStop (1);
Symbol 313 MovieClip Frame 11
stop();
Instance of Symbol 144 MovieClip "guyz" in Symbol 313 MovieClip Frame 11
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_parent.bld._currentframe > 24) {
this._alpha = this._alpha + 10;
}
}
Symbol 317 Button
on (release) {
_root.gotoAndPlay(3);
}