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;
var pv;
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);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&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);
}
mochi.as2.MochiAd.showPreGameAd({id:"e6638a6d1f558b46", res:"800x600"});
__com_mochibot__("0636befd", this, 10301, true);
mochiactif = true;
_root.lavr = 13;
function menuChoiceOne() {
getURL ("http://www.pyrozen.com");
}
stop();
_root.user = SharedObject.getLocal("user_latinheat");
onEnterFrame = function () {
urlStart = _url.indexOf("://") + 3;
urlEnd = _url.indexOf("/", urlStart);
domain = _url.substring(urlStart, urlEnd);
LastDot = domain.lastIndexOf(".") - 1;
domEnd = domain.lastIndexOf(".", LastDot) + 1;
domain = domain.substring(domEnd, domain.length);
if (domain == "gamesfree.ca") {
_root.gore = 2;
} else {
_root.gore = 1;
}
};
NewMenu = new ContextMenu();
NewMenu.hideBuiltInItems();
NewMenu.customItems.push(new ContextMenuItem("Pyrozen", menuChoiceOne));
this.menu = NewMenu;
Frame 3
stop();
onEnterFrame = function () {
if (_root.got2go == 2) {
_root.got2go = 1;
gotoAndPlay (4);
}
};
Frame 19
stop();
onEnterFrame = function () {
if (_root.got2go == 2) {
_root.got2go = 1;
gotoAndStop (20);
}
};
Frame 20
if (_root.user.data.lvl == undefined) {
_root.game_detected = 1;
} else {
_root.game_detected = 2;
}
_root.cash = 0;
_root.lvl = 1;
_root.tuto = 2;
_root.clothes = 3;
_root.clothes_1 = 1;
_root.clothes_2 = 1;
_root.clothes_3 = 2;
_root.clothes_4 = 1;
_root.clothes_5 = 1;
_root.clothes_6 = 1;
_root.bossboy = 1;
_root.trick = 0;
_root.pts = 0;
stop();
onEnterFrame = function () {
if (_root.got2go == 2) {
_root.got2go = 1;
gotoAndPlay (50);
}
};
Instance of Symbol 134 MovieClip in Frame 20
onClipEvent (load) {
boxx.gotoAndStop(3);
gotoAndPlay (2);
}
Instance of Symbol 46 MovieClip in Frame 20
onClipEvent (load) {
txx = "Play";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
if (_root.game_detected == 2) {
gotoAndStop (21);
} else {
_root.got2go = 2;
}
}
}
Instance of Symbol 46 MovieClip in Frame 20
onClipEvent (load) {
txx = "More Games";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
getURL ("http://www.gamesfree.ca/", "_blank");
}
}
Instance of Symbol 46 MovieClip in Frame 20
onClipEvent (load) {
txx = "Pyrozen";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
getURL ("http://www.pyrozen.com/", "_blank");
}
}
Instance of Symbol 442 MovieClip in Frame 20
onClipEvent (load) {
boxx.gotoAndStop(_root.lavr);
boxx2.boxx.gotoAndStop(_root.lavr);
if (_root.lavr != 0) {
_alpha = 100;
} else {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
boxx2.gotoAndStop(boxx.shade + 1);
}
Frame 21
stop();
Instance of Symbol 46 MovieClip in Frame 21
onClipEvent (load) {
txx = "Continue";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.gotoAndStop(22);
}
}
Instance of Symbol 46 MovieClip in Frame 21
onClipEvent (load) {
txx = "New Game";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_root.got2go = 2;
}
}
Frame 22
_root.cash = _root.user.data.cash;
_root.lvl = _root.user.data.lvl;
_root.tuto = _root.user.data.tuto;
_root.clothes = _root.user.data.clothes;
_root.clothes_1 = _root.user.data.clothes_1;
_root.clothes_2 = _root.user.data.clothes_2;
_root.clothes_3 = _root.user.data.clothes_3;
_root.clothes_4 = _root.user.data.clothes_4;
_root.clothes_5 = _root.user.data.clothes_5;
_root.clothes_6 = _root.user.data.clothes_6;
_root.bossboy = _root.user.data.bossboy;
_root.trick = _root.user.data.trick;
_root.pts = _root.user.data.pts;
aa = 100;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
gotoAndStop (40);
}
if (aa != 0) {
aa = aa - 1;
}
};
Frame 23
stop();
Frame 24
stop();
Instance of Symbol 495 MovieClip in Frame 31
onClipEvent (load) {
gotoAndPlay (2);
}
Frame 39
stop();
Frame 40
stop();
_root.user.data.cash = _root.user.data.cash;
_root.user.data.lvl = _root.user.data.lvl;
_root.user.data.tuto = _root.user.data.tuto;
_root.user.data.clothes = _root.user.data.clothes;
_root.user.data.clothes_1 = _root.user.data.clothes_1;
_root.user.data.clothes_2 = _root.user.data.clothes_2;
_root.user.data.clothes_3 = _root.user.data.clothes_3;
_root.user.data.clothes_4 = _root.user.data.clothes_4;
_root.user.data.clothes_5 = _root.user.data.clothes_5;
_root.user.data.clothes_6 = _root.user.data.clothes_6;
_root.user.data.bossboy = _root.user.data.bossboy;
_root.user.data.trick = _root.user.data.trick;
_root.user.data.pts = _root.user.data.pts;
_root.user.data.user.flush();
Instance of Symbol 585 MovieClip "girl" in Frame 40
onClipEvent (load) {
boxx.gotoAndStop(_root.clothes);
gotoAndPlay (2);
}
onClipEvent (enterFrame) {
boxx.gotoAndStop(_root.clothes);
}
Frame 50
stop();
Frame 51
cash_round = 0;
st_clientserved = 0;
st_clientlost = 0;
st_perfects = 0;
st_tricks = 0;
st_cashregister = 0;
st_tip = 0;
ob = 0;
timer = 0;
hour = 22;
daclient = 0;
clients_pop = 0;
clients_served = 0;
clients_failed = 0;
interr.counter.gotoAndPlay(3);
stop();
onEnterFrame = function () {
interr.aff_lvl = "x " + lvl;
interr.cash_aff = cash_round + " $";
if (_root.cash_round < 0) {
_root.cash_round = 0;
}
if (interr.pauseboxx._currentframe == 1) {
mover._x = _xmouse;
mover._y = _ymouse;
}
if (timer < 9) {
minutes_aff = "0" + timer;
} else {
minutes_aff = timer;
}
if (hour < 9) {
hour_aff = "0" + hour;
} else {
hour_aff = hour;
}
timer_aff = (hour_aff + ":") + minutes_aff;
if (got2go == 2) {
got2go = 1;
gotoAndPlay (39);
}
if (got2go == 3) {
got2go = 1;
gotoAndPlay (40);
}
if (got2go == 4) {
got2go = 1;
gotoAndPlay (50);
}
};
Instance of Symbol 442 MovieClip in Frame 51
onClipEvent (load) {
boxx.gotoAndStop(_root.lavr);
boxx2.boxx.gotoAndStop(_root.lavr);
if (_root.lavr != 0) {
_alpha = 100;
} else {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
boxx2.gotoAndStop(boxx.shade + 1);
}
Symbol 7 MovieClip Frame 1
_root.stop();
_root.PercentLoaded = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (_root.PercentLoaded != 100) {
setProperty(bar, _xscale , _root.PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 7 MovieClip Frame 2
gotoAndPlay (1);
Symbol 7 MovieClip Frame 3
_root.play();
Symbol 12 MovieClip Frame 1
stop();
Symbol 20 MovieClip Frame 1
stop();
onEnterFrame = function () {
gotoAndStop(_root.PercentLoaded + 1);
};
Symbol 1384 MovieClip [__Packages.mochi.as2.MochiAd] Frame 0
class mochi.as2.MochiAd
{
function MochiAd () {
}
static function getVersion() {
return(mochi.as2.MochiServices.getVersion());
}
static function showPreGameAd(options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, no_progress_bar:false, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}, ad_skipped:function () {
}, ad_progress:function (percent) {
}};
options = _parseOptions(options, _local27);
if ("c862232051e0a94e1c3609b3916ddb17".substr(0) == "dfeada81ac97cde83665f81c12da7def") {
options.ad_started();
options.ad_finished();
return(undefined);
}
var clip = options.clip;
var _local24 = 11000;
var _local19 = options.ad_timeout;
if (options.skip) {
_local19 = 0;
}
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local15 = _getRes(options);
var _local5 = _local15[0];
var _local14 = _local15[1];
mc._x = _local5 * 0.5;
mc._y = _local14 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local5 * -0.5;
chk._y = _local14 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
if (options.no_progress_bar) {
_local7._visible = false;
delete options.no_progress_bar;
} else {
_local7._x = 10;
_local7._y = _local14 - 20;
}
var _local23 = options.color;
delete options.color;
var _local21 = options.background;
delete options.background;
var _local25 = options.outline;
delete options.outline;
var _local6 = _local7.createEmptyMovieClip("_outline", 1);
_local6.beginFill(_local21);
_local6.moveTo(0, 0);
_local6.lineTo(_local5 - 20, 0);
_local6.lineTo(_local5 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
_local6.endFill();
var _local4 = _local7.createEmptyMovieClip("_inside", 2);
_local4.beginFill(_local23);
_local4.moveTo(0, 0);
_local4.lineTo(_local5 - 20, 0);
_local4.lineTo(_local5 - 20, 10);
_local4.lineTo(0, 10);
_local4.lineTo(0, 0);
_local4.endFill();
_local4._xscale = 0;
var _local8 = _local7.createEmptyMovieClip("_outline", 3);
_local8.lineStyle(0, _local25, 100);
_local8.moveTo(0, 0);
_local8.lineTo(_local5 - 20, 0);
_local8.lineTo(_local5 - 20, 10);
_local8.lineTo(0, 10);
_local8.lineTo(0, 0);
chk.ad_msec = _local24;
chk.ad_timeout = _local19;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
mochi.as2.MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
var sendHostProgress = false;
mc.lc.sendHostLoadProgress = function (lc_name) {
sendHostProgress = true;
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
mc.lc.rpc = function (callbackID, arg) {
mochi.as2.MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
chk.onEnterFrame = function () {
var _local10 = this._parent._parent;
var _local3 = _local10;
while ((!_local3.getBytesTotal()) && (_local3)) {
_local3 = _local3._parent;
}
if (!_local3) {
_local3 = _root;
}
var _local13 = this._parent._mochiad_ctr;
var _local7 = getTimer() - this.started;
var _local5 = false;
var _local6 = _local3.getBytesTotal();
var _local9 = _local3.getBytesLoaded();
var _local4 = (100 * _local9) / _local6;
var _local12 = (100 * _local7) / chk.ad_msec;
var _local11 = this._mochiad_bar._inside;
var _local15 = Math.min(100, Math.min(_local4 || 0, _local12));
_local15 = Math.max(this.last_pcnt, _local15);
this.last_pcnt = _local15;
_local11._xscale = _local15;
options.ad_progress(_local15);
if (sendHostProgress) {
mochi.as2.MochiAd.containerNotify(clip, {id:"hostLoadPcnt", pcnt:_local4}, clip._mochiad._containerLCName);
if (_local4 == 100) {
sendHostProgress = false;
}
}
if (!chk.showing) {
var _local8 = _local13.getBytesTotal();
if ((_local8 > 0) || (typeof(_local8) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if ((_local7 > chk.ad_timeout) && (_local4 == 100)) {
options.ad_failed();
_local5 = true;
}
}
if (_local7 > chk.ad_msec) {
_local5 = true;
}
if (((_local6 > 0) && (_local9 >= _local6)) && (_local5)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showClickAwayAd(options) {
var _local10 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showClickAwayAd", res:"300x250", no_bg:true, ad_started:function () {
}, ad_finished:function () {
}, ad_loaded:function (width, height) {
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_skipped:function () {
}};
options = _parseOptions(options, _local10);
var clip = options.clip;
var _local9 = options.ad_timeout;
delete options.ad_timeout;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var _local3 = clip._mochiad;
_local3.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local11 = _local5[0];
var _local8 = _local5[1];
_local3._x = _local11 * 0.5;
_local3._y = _local8 * 0.5;
var chk = _local3.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_timeout = _local9;
chk.started = getTimer();
chk.showing = false;
_local3.lc.adLoaded = options.ad_loaded;
_local3.lc.adSkipped = options.ad_skipped;
_local3.lc.rpc = function (callbackID, arg) {
mochi.as2.MochiAd.rpc(clip, callbackID, arg);
};
_local3.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
var _local21 = false;
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
_local2 = true;
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local2) {
delete this.onEnterFrame;
}
};
}
static function showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}, ad_skipped:function () {
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
mochi.as2.MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
mc.lc.rpc = function (callbackID, arg) {
mochi.as2.MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showPreloaderAd(options) {
trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0");
showPreGameAd(options);
}
static function showTimedAd(options) {
trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0");
showInterLevelAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function load(options) {
var _local12 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local12);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local6 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local6._mochiad_loaded) {
return(null);
}
var _local11 = options.depth;
delete options.depth;
var mc = _local6.createEmptyMovieClip("_mochiad", _local11);
var _local10 = _getRes(options);
options.res = (_local10[0] + "x") + _local10[1];
options.server = options.server + options.id;
delete options.id;
_local6._mochiad_loaded = true;
if (_local6._url.indexOf("http") != 0) {
trace("[MochiAd] NOTE: Security Sandbox Violation errors below are normal");
}
var _local4 = mc.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local9 = _local4.server;
delete _local4.server;
var _local13 = _allowDomains(_local9);
mc.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
mochi.as2.MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new Object();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = mc;
_local5.name = _local8;
_local5.hostname = _local13;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
mc.lc = _local5;
mc.lc.regContLC = function (lc_name) {
mc._containerLCName = lc_name;
};
_local4.lc = _local8;
_local4.st = getTimer();
if (!options.skip) {
_local4.loadMovie(_local9 + ".swf", "POST");
}
return(mc);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
containerNotify(clip, {id:"unload"}, clip._mochiad._containerLCName);
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
if (_local4.id == "test") {
trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!");
}
return(_local4);
}
static function rpc(clip, callbackID, arg) {
switch (arg.id) {
case "setValue" :
setValue(clip, arg.objectName, arg.value);
break;
case "getValue" :
var _local4 = getValue(clip, arg.objectName);
containerRpcResult(clip, callbackID, _local4, clip._mochiad._containerLCName);
break;
case "runMethod" :
var _local3 = runMethod(clip, arg.method, arg.args);
containerRpcResult(clip, callbackID, _local3, clip._mochiad._containerLCName);
break;
default :
trace("[mochiads rpc] unknown rpc id: " + arg.id);
}
}
static function setValue(base, objectName, value) {
var _local2 = objectName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
base[_local2[_local1]] = value;
}
static function getValue(base, objectName) {
var _local2 = objectName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
return(base[_local2[_local1]]);
}
static function runMethod(base, methodName, argsArray) {
var _local2 = methodName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
if (typeof(base[_local2[_local1]]) == "function") {
return(base[_local2[_local1]].apply(base, argsArray));
}
return(undefined);
}
static function containerNotify(clip, args, lcName) {
var _local1 = clip._mochiad._mochiad_ctr.ad.app;
if (_local1.notify) {
_local1.notify(args);
} else {
new LocalConnection().send(lcName, "notify", args);
}
}
static function containerRpcResult(clip, callbackID, val, lcName) {
var _local1 = clip._mochiad._mochiad_ctr.ad.app;
if (_local1.rpcResult) {
_local1.rpcResult(callbackID, val);
} else {
new LocalConnection().send(lcName, "rpcResult", callbackID, val);
}
}
}
Symbol 1385 MovieClip [__Packages.mochi.as2.MochiEventDispatcher] Frame 0
class mochi.as2.MochiEventDispatcher
{
var eventTable;
function MochiEventDispatcher () {
eventTable = {};
}
function buildDelegate(thisObject, thatObject) {
var _local2 = {thisObject:thisObject, thatObject:thatObject};
if (thatObject != undefined) {
var funct = ((typeof(thatObject) == "string") ? (thisObject[thatObject]) : (thatObject));
_local2.delegate = function (args) {
funct.call(thisObject, args);
};
} else {
_local2.delegate = thisObject;
}
return(_local2);
}
function compareDelegate(d_A, d_B) {
if ((d_A.thisObject != d_B.thisObject) || (d_A.thatObject != d_B.thatObject)) {
return(false);
}
return(true);
}
function addEventListener(event, thisObject, thatObject) {
removeEventListener(event, thisObject, thatObject);
eventTable[event].push(buildDelegate(thisObject, thatObject));
}
function removeEventListener(event, thisObject, thatObject) {
var _local3 = buildDelegate(thisObject, thatObject);
if (eventTable[event] == undefined) {
eventTable[event] = [];
return(undefined);
}
for (var _local4 in eventTable[event]) {
if (!compareDelegate(eventTable[event][_local4], _local3)) {
continue;
}
eventTable[event].splice(Number(_local4), 1);
}
}
function triggerEvent(event, args) {
if (eventTable[event] == undefined) {
return(undefined);
}
for (var _local4 in eventTable[event]) {
eventTable[event][_local4].delegate(args);
}
}
}
Symbol 1386 MovieClip [__Packages.mochi.as2.MochiServices] Frame 0
class mochi.as2.MochiServices
{
static var _id, _container, _clip, _sendChannelName, __get__comChannelName, onError, _listenChannel, _sendChannel;
function MochiServices () {
}
static function get id() {
return(_id);
}
static function get clip() {
return(_container);
}
static function get childClip() {
return(_clip);
}
static function getVersion() {
return("3.9.2 as2");
}
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";
initComChannels();
}
}
//return(__get__comChannelName());
}
static function get connected() {
return(_connected);
}
static function connect(id, clip, onError) {
warnID(id, false);
if ((!_connected) && (_clip == undefined)) {
trace("MochiServices Connecting...");
_connecting = true;
init(id, clip);
}
if (onError != undefined) {
mochi.as2.MochiServices.onError = onError;
} else if (mochi.as2.MochiServices.onError == undefined) {
mochi.as2.MochiServices.onError = function (errorCode) {
trace(errorCode);
};
}
}
static function disconnect() {
if (_connected || (_connecting)) {
_connecting = (_connected = false);
flush(true);
if (_clip != undefined) {
_clip.removeMovieClip();
delete _clip;
}
_listenChannel.close();
}
}
static function init(id, clip) {
_id = id;
if (clip != undefined) {
_container = clip;
} else {
_container = _root;
}
loadCommunicator(id, _container);
}
static function loadCommunicator(id, clip) {
var _local6 = "_mochiservices_com_" + id;
var _local5 = new MovieClipLoader();
var _local3 = {};
if (_clip != null) {
return(_clip);
}
if (!isNetworkAvailable) {
return(null);
}
if (urlOptions().servURL) {
_servURL = urlOptions().servURL;
}
var _local4 = _servURL + _services;
if (urlOptions().servicesURL) {
_local4 = urlOptions().servicesURL;
}
allowDomains(_local4);
_clip = clip.createEmptyMovieClip(_local6, 10336, false);
_listenChannelName = _listenChannelName + ((Math.floor(new Date().getTime()) + "_") + Math.floor(Math.random() * 99999));
listen();
if (_local3.waitInterval != null) {
clearInterval(_local3.waitInterval);
}
_local3.onLoadError = loadError;
_local3.onLoadStart = function (target_mc) {
this.isLoading = true;
};
_local3.onLoadComplete = function (target_mc) {
target_mc.MochiServices = mochi.as2.MochiServices;
};
_local3.startTime = getTimer();
_local3.wait = function () {
if ((getTimer() - this.startTime) > 10000) {
if (!this.isLoading) {
mochi.as2.MochiServices.disconnect();
mochi.as2.MochiServices.onError.apply(null, ["IOError"]);
}
clearInterval(this.waitInterval);
}
};
_local3.waitInterval = setInterval(_local3, "wait", 1000);
_local5.addListener(_local3);
_local5.loadClip((((((_local4 + "?listenLC=") + _listenChannelName) + "&mochiad_options=") + escape(_root.mochiad_options)) + "&api_version=") + getVersion(), _clip);
_sendChannel = new LocalConnection();
_sendChannel._queue = [];
return(_clip);
}
static function loadError(target_mc, errorCode, httpStatus) {
trace("MochiServices could not load.");
disconnect();
onError.apply(null, [errorCode]);
}
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.as2.MochiServices.__set__comChannelName(args.newChannel);
};
_listenChannel.allowDomain = function (d) {
return(true);
};
_listenChannel.allowInsecureDomain = _listenChannel.allowDomain;
_listenChannel._nextcallbackID = 0;
_listenChannel._callbacks = {};
_listenChannel.connect(_listenChannelName);
trace("Waiting for MochiAds services to connect...");
}
static function initComChannels() {
if (!_connected) {
_sendChannel.onStatus = function (infoObject) {
mochi.as2.MochiServices.onStatus(infoObject);
};
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"});
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, version:getVersion()});
_listenChannel.onStatus = function (infoObject) {
mochi.as2.MochiServices.onStatus(infoObject);
};
_listenChannel.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];
};
_listenChannel.onEvent = function (pkg) {
switch (pkg.target) {
case "services" :
mochi.as2.MochiServices.triggerEvent(pkg.event, pkg.args);
break;
case "events" :
mochi.as2.MochiEvents.triggerEvent(pkg.event, pkg.args);
break;
case "coins" :
mochi.as2.MochiCoins.triggerEvent(pkg.event, pkg.args);
break;
case "social" :
mochi.as2.MochiSocial.triggerEvent(pkg.event, pkg.args);
}
};
_listenChannel.onError = function () {
mochi.as2.MochiServices.onError.apply(null, ["IOError"]);
};
trace("[SERVICES_API] connected!");
_connecting = false;
_connected = true;
while (_sendChannel._queue.length > 0) {
_sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift());
}
}
}
static function flush(error) {
var _local1;
var _local2;
while (_sendChannel._queue.length > 0) {
_local1 = _sendChannel._queue.shift();
if (_local1.callbackID != null) {
_local2 = _listenChannel._callbacks[_local1.callbackID];
}
delete _listenChannel._callbacks[_local1.callbackID];
if (error) {
handleError(_local1.args, _local2.callbackObject, _local2.callbackMethod);
}
}
}
static function handleError(args, callbackObject, callbackMethod) {
if (args != null) {
if (args.onError != null) {
args.onError.apply(null, ["NotConnected"]);
}
if ((args.options != null) && (args.options.onError != null)) {
args.options.onError.apply(null, ["NotConnected"]);
}
}
if (callbackMethod != null) {
args = {};
args.error = true;
args.errorCode = "NotConnected";
if ((callbackObject != null) && (typeof(callbackMethod) == "string")) {
callbackObject[callbackMethod](args);
} else if (callbackMethod != null) {
callbackMethod.apply(args);
}
}
}
static function send(methodName, args, callbackObject, callbackMethod) {
if (_connected) {
_sendChannel.send(_sendChannelName, "onReceive", {methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID});
} else {
if ((_clip == undefined) || (!_connecting)) {
trace("Error: MochiServices not connected. Please call MochiServices.connect(). Function: " + methodName);
handleError(args, callbackObject, callbackMethod);
flush(true);
return(undefined);
}
_sendChannel._queue.push({methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID});
}
_listenChannel._callbacks[_listenChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod};
_listenChannel._nextcallbackID++;
}
static function urlOptions() {
var _local5 = {};
var _local6;
if (_root._url.indexOf("mochiad_options") != -1) {
var _local2 = (_root._url.indexOf("mochiad_options") + "mochiad_options".length) + 1;
_local6 = _root._url.substr(_local2, _root._url.length);
} else if (_root.mochiad_options) {
_local6 = _root.mochiad_options;
}
if (_local6) {
var _local4 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2].split("=");
_local5[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local5);
}
static function warnID(bid, leaderboard) {
bid = bid.toLowerCase();
if (bid.length != 16) {
trace(("WARNING: " + (leaderboard ? "board" : "game")) + " ID is not the appropriate length");
return(undefined);
}
if (bid == "1e113c7239048b3f") {
if (leaderboard) {
trace("WARNING: Using testing board ID");
} else {
trace("WARNING: Using testing board ID as game ID");
}
return(undefined);
}
if (bid == "84993a1de4031cd8") {
if (leaderboard) {
trace("WARNING: Using testing game ID as board ID");
} else {
trace("WARNING: Using testing game ID");
}
return(undefined);
}
var _local1 = 0;
while (_local1 < bid.length) {
switch (bid.charAt(_local1)) {
case "0" :
case "1" :
case "2" :
case "3" :
case "4" :
case "5" :
case "6" :
case "7" :
case "8" :
case "9" :
case "a" :
case "b" :
case "c" :
case "d" :
case "e" :
case "f" :
break;
default :
trace("WARNING: Board ID contains illegal characters: " + bid);
return(undefined);
}
_local1++;
}
}
static function addLinkEvent(url, burl, btn, onClick) {
var timeout = 1500;
var t0 = getTimer();
var _local2 = new Object();
_local2.mav = getVersion();
_local2.swfv = btn.getSWFVersion() || 6;
_local2.swfurl = btn._url;
_local2.fv = System.capabilities.version;
_local2.os = System.capabilities.os;
_local2.lang = System.capabilities.language;
_local2.scres = (System.capabilities.screenResolutionX + "x") + System.capabilities.screenResolutionY;
var s = "?";
var _local3 = 0;
for (var _local6 in _local2) {
if (_local3 != 0) {
s = s + "&";
}
_local3++;
s = ((s + _local6) + "=") + escape(_local2[_local6]);
}
if (!(netupAttempted || (_connected))) {
var ping = btn.createEmptyMovieClip("ping", 777);
var _local7 = btn.createEmptyMovieClip("nettest", 778);
netupAttempted = true;
ping.loadMovie("http://link.mochiads.com/linkping.swf?t=" + getTimer());
_local7.onEnterFrame = function () {
if ((ping._totalframes > 0) && (ping._totalframes == ping._framesloaded)) {
delete this.onEnterFrame;
} else if ((getTimer() - t0) > timeout) {
delete this.onEnterFrame;
mochi.as2.MochiServices.netup = false;
}
};
}
var _local4 = btn.createEmptyMovieClip("clk", 1001);
_local4._alpha = 0;
_local4.beginFill(1044735);
_local4.moveTo(0, 0);
_local4.lineTo(0, btn._height);
_local4.lineTo(btn._width, btn._height);
_local4.lineTo(btn._width, 0);
_local4.lineTo(0, 0);
_local4.endFill();
_local4.onRelease = function () {
if (mochi.as2.MochiServices.netup) {
getURL (url + s, "_blank");
} else {
getURL (burl, "_blank");
}
if (onClick != undefined) {
onClick();
}
};
}
static function setContainer(clip) {
}
static function stayOnTop(clip) {
}
static function addEventListener(eventType, thisObject, thatObject) {
_dispatcher.addEventListener(eventType, thisObject, thatObject);
}
static function triggerEvent(eventType, args) {
_dispatcher.triggerEvent(eventType, args);
}
static function removeEventListener(eventType, thisObject, thatObject) {
_dispatcher.removeEventListener(eventType, thisObject, thatObject);
}
static var CONNECTED = "onConnected";
static var _servURL = "http://www.mochiads.com/static/lib/services/";
static var _services = "services.swf";
static var _mochiLC = "MochiLC.swf";
static var _listenChannelName = "__ms_";
static var _connecting = false;
static var _connected = false;
static var netup = true;
static var netupAttempted = false;
static var _dispatcher = new mochi.as2.MochiEventDispatcher();
}
Symbol 1387 MovieClip [__Packages.mochi.as2.MochiEvents] Frame 0
class mochi.as2.MochiEvents
{
function MochiEvents () {
}
static function getVersion() {
return(mochi.as2.MochiServices.getVersion());
}
static function startSession(achievementID) {
mochi.as2.MochiServices.send("events_beginSession", {achievementID:achievementID}, null, null);
}
static function setNotifications(clip, style) {
var _local2 = {};
for (var _local3 in style) {
_local2[_local3] = style[_local3];
}
_local2.clip = clip;
mochi.as2.MochiServices.send("events_setNotifications", _local2, null, null);
}
static function addEventListener(eventType, thisObject, thatObject) {
_dispatcher.addEventListener(eventType, thisObject, thatObject);
}
static function triggerEvent(eventType, args) {
_dispatcher.triggerEvent(eventType, args);
}
static function removeEventListener(eventType, thisObject, thatObject) {
_dispatcher.removeEventListener(eventType, thisObject, thatObject);
}
static function startPlay(tag) {
if (tag == undefined) {
tag = "gameplay";
}
mochi.as2.MochiServices.send("events_setRoundID", {tag:String(tag)}, null, null);
}
static function endPlay() {
mochi.as2.MochiServices.send("events_clearRoundID", null, null, null);
}
static function trackEvent(tag, value) {
mochi.as2.MochiServices.send("events_trackEvent", {tag:tag, value:value}, null, null);
}
static var ACHIEVEMENT_RECEIVED = "AchievementReceived";
static var ALIGN_TOP_LEFT = "ALIGN_TL";
static var ALIGN_TOP = "ALIGN_T";
static var ALIGN_TOP_RIGHT = "ALIGN_TR";
static var ALIGN_LEFT = "ALIGN_L";
static var ALIGN_CENTER = "ALIGN_C";
static var ALIGN_RIGHT = "ALIGN_R";
static var ALIGN_BOTTOM_LEFT = "ALIGN_BL";
static var ALIGN_BOTTOM = "ALIGN_B";
static var ALIGN_BOTTOM_RIGHT = "ALIGN_BR";
static var FORMAT_SHORT = "ShortForm";
static var FORMAT_LONG = "LongForm";
static var _dispatcher = new mochi.as2.MochiEventDispatcher();
}
Symbol 1388 MovieClip [__Packages.mochi.as2.MochiCoins] Frame 0
class mochi.as2.MochiCoins
{
function MochiCoins () {
}
static function getVersion() {
return(mochi.as2.MochiServices.getVersion());
}
static function showStore(options) {
mochi.as2.MochiServices.send("coins_showStore", {options:options}, null, null);
}
static function showItem(options) {
if ((options == undefined) || (typeof(options.item) != "string")) {
trace("ERROR: showItem call must pass an Object with an item key");
return(undefined);
}
mochi.as2.MochiServices.send("coins_showItem", {options:options}, null, null);
}
static function showVideo(options) {
if ((options == undefined) || (typeof(options.item) != "string")) {
trace("ERROR: showVideo call must pass an Object with an item key");
return(undefined);
}
mochi.as2.MochiServices.send("coins_showVideo", {options:options}, null, null);
}
static function getStoreItems() {
mochi.as2.MochiServices.send("coins_getStoreItems");
}
static function requestFunding(properties) {
mochi.as2.MochiServices.send("social_requestFunding", properties);
}
static function addEventListener(eventType, delegate) {
_dispatcher.addEventListener(eventType, delegate);
}
static function triggerEvent(eventType, args) {
_dispatcher.triggerEvent(eventType, args);
}
static function removeEventListener(eventType, delegate) {
_dispatcher.removeEventListener(eventType, delegate);
}
static var STORE_SHOW = "StoreShow";
static var STORE_HIDE = "StoreHide";
static var ITEM_OWNED = "ItemOwned";
static var ITEM_NEW = "ItemNew";
static var STORE_ITEMS = "StoreItems";
static var ERROR = "Error";
static var IO_ERROR = "IOError";
static var NO_USER = "NoUser";
static var _dispatcher = new mochi.as2.MochiEventDispatcher();
}
Symbol 1389 MovieClip [__Packages.mochi.as2.MochiSocial] Frame 0
class mochi.as2.MochiSocial
{
function MochiSocial () {
}
static function getVersion() {
return(mochi.as2.MochiServices.getVersion());
}
static function showLoginWidget(options) {
mochi.as2.MochiServices.setContainer();
mochi.as2.MochiServices.stayOnTop();
mochi.as2.MochiServices.send("social_showLoginWidget", {options:options});
}
static function hideLoginWidget() {
mochi.as2.MochiServices.send("social_hideLoginWidget");
}
static function requestLogin(properties) {
mochi.as2.MochiServices.send("social_requestLogin", properties);
}
static function getFriendsList(properties) {
mochi.as2.MochiServices.send("social_getFriendsList", properties);
}
static function postToStream(properties) {
mochi.as2.MochiServices.send("social_postToStream", properties);
}
static function inviteFriends(properties) {
mochi.as2.MochiServices.send("social_inviteFriends", properties);
}
static function requestFan(properties) {
mochi.as2.MochiServices.send("social_requestFan", properties);
}
static function saveUserProperties(properties) {
mochi.as2.MochiServices.send("social_saveUserProperties", properties);
}
static function addEventListener(eventType, delegate) {
_dispatcher.addEventListener(eventType, delegate);
}
static function triggerEvent(eventType, args) {
_dispatcher.triggerEvent(eventType, args);
}
static function removeEventListener(eventType, delegate) {
_dispatcher.removeEventListener(eventType, delegate);
}
static var LOGGED_IN = "LoggedIn";
static var LOGGED_OUT = "LoggedOut";
static var LOGIN_SHOW = "LoginShow";
static var LOGIN_HIDE = "LoginHide";
static var LOGIN_SHOWN = "LoginShown";
static var PROFILE_SHOW = "ProfileShow";
static var PROFILE_HIDE = "ProfileHide";
static var PROPERTIES_SAVED = "PropertySaved";
static var WIDGET_LOADED = "WidgetLoaded";
static var FRIEND_LIST = "FriendsList";
static var PROFILE_DATA = "ProfileData";
static var GAMEPLAY_DATA = "GameplayData";
static var ACTION_CANCELED = "onCancel";
static var ACTION_COMPLETE = "onComplete";
static var USER_INFO = "UserInfo";
static var ERROR = "Error";
static var IO_ERROR = "IOError";
static var NO_USER = "NoUser";
static var PROPERTIES_SIZE = "PropertiesSize";
static var _dispatcher = new mochi.as2.MochiEventDispatcher();
}
Symbol 34 Button
on (release) {
act = 2;
}
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndPlay (21);
}
Symbol 41 MovieClip Frame 1
_alpha = (random(75) + 25);
aa = random(6) + 1;
if (aa == 1) {
gotoAndPlay (2);
}
if (aa == 2) {
gotoAndPlay (9);
}
if (aa == 3) {
gotoAndPlay (14);
}
if (aa == 4) {
gotoAndPlay (27);
}
if (aa == 5) {
gotoAndPlay (34);
}
if (aa == 6) {
gotoAndPlay (38);
}
Instance of Symbol 40 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (load) {
_parent._x = _parent._x + (random(10) - 5);
_parent._y = _parent._y + (random(10) - 5);
_parent._xscale = random(50) + 75;
_parent._yscale = random(50) + 75;
}
Symbol 41 MovieClip Frame 8
gotoAndStop (1);
Symbol 41 MovieClip Frame 13
gotoAndStop (1);
Symbol 41 MovieClip Frame 26
gotoAndStop (1);
Symbol 41 MovieClip Frame 33
gotoAndStop (1);
Symbol 41 MovieClip Frame 38
gotoAndStop (1);
Symbol 41 MovieClip Frame 51
gotoAndStop (1);
Symbol 42 MovieClip Frame 19
stop();
Symbol 46 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 20
stop();
Symbol 46 MovieClip Frame 40
stop();
Symbol 46 MovieClip Frame 41
play();
Symbol 46 MovieClip Frame 46
play();
Symbol 46 MovieClip Frame 51
play();
Symbol 46 MovieClip Frame 56
play();
Symbol 46 MovieClip Frame 61
play();
Symbol 47 MovieClip Frame 2
if (_root.mochiactif != true) {
gotoAndStop (150);
}
Symbol 47 MovieClip Frame 150
stop();
Instance of Symbol 46 MovieClip in Symbol 47 MovieClip Frame 150
onClipEvent (load) {
txx = "Play";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent._parent.gotoAndPlay(4);
}
}
Symbol 65 MovieClip Frame 67
stop();
Symbol 67 Button
on (release) {
getURL ("http://www.pyrozen.com/", "_blank");
}
on (keyPress "<Space>") {
_root.got2go = 2;
}
Symbol 72 MovieClip Frame 9
aa = random(2) + 1;
if (aa == 2) {
gotoAndPlay (1);
}
Symbol 72 MovieClip Frame 30
aa = random(2) + 1;
if (aa == 2) {
gotoAndPlay (11);
}
Instance of Symbol 72 MovieClip in Symbol 73 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
alphaa = 50;
alphaas = (random(3) + 1) / 2;
speed = random(12) + 3;
gotoAndPlay(random(30) + 1);
timing = random(50) + 1;
}
onClipEvent (enterFrame) {
if (timing > 0) {
timing = timing - 1;
}
if (timing == 0) {
timing = timing - 1;
_visible = true;
}
if (timing == -1) {
_x = (_x + (random(7) - 3));
_y = (_y - speed);
_alpha = Math.round(alphaa);
alphaa = alphaa - alphaas;
}
}
Symbol 86 MovieClip Frame 12
stop();
Symbol 87 MovieClip Frame 1
stopAllSounds();
Symbol 87 MovieClip Frame 13
_parent.persofeu.gotoAndStop(2);
Symbol 87 MovieClip Frame 167
_parent.persofeu.gotoAndStop(1);
Symbol 87 MovieClip Frame 236
_root.got2go = 2;
stop();
Symbol 95 MovieClip Frame 15
aa = random(3) + 1;
if (aa == 1) {
gotoAndPlay (16);
}
if (aa == 2) {
gotoAndPlay (26);
}
if (aa == 3) {
gotoAndPlay (41);
}
Symbol 95 MovieClip Frame 25
gotoAndPlay (15);
Symbol 95 MovieClip Frame 40
gotoAndPlay (15);
Symbol 95 MovieClip Frame 47
gotoAndPlay (15);
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 2
stop();
Instance of Symbol 95 MovieClip in Symbol 96 MovieClip Frame 2
onClipEvent (load) {
boxx.gotoAndStop(1);
boxx2.gotoAndStop(1);
}
Instance of Symbol 95 MovieClip in Symbol 96 MovieClip Frame 2
onClipEvent (load) {
boxx.gotoAndStop(2);
boxx2.gotoAndStop(2);
}
Symbol 134 MovieClip Frame 40
stop();
Symbol 140 MovieClip Frame 1
stopAllSounds();
Symbol 140 MovieClip Frame 3
stop();
Instance of Symbol 215 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (300);
}
Instance of Symbol 215 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (300);
}
Symbol 238 MovieClip Frame 25
Symbol 268 MovieClip Frame 40
Symbol 439 MovieClip Frame 1
lavr_link = "http://www.neodelight.com";
shade = 1;
Symbol 439 MovieClip Frame 2
lavr_link = "http://www.andkon.com";
shade = 2;
Symbol 439 MovieClip Frame 3
lavr_link = "http://www.anyad.rulez.org";
shade = 1;
Symbol 439 MovieClip Frame 4
lavr_link = "http://www.girldressupgames.biz";
shade = 1;
Symbol 439 MovieClip Frame 5
lavr_link = "http://www.bringler.com";
shade = 1;
Symbol 439 MovieClip Frame 6
lavr_link = "http://www.bubblebox.com";
shade = 1;
Symbol 439 MovieClip Frame 7
lavr_link = "http://www.bunnygames.com";
shade = 1;
Symbol 439 MovieClip Frame 8
lavr_link = "http://www.dailyfreegames.com";
shade = 1;
Symbol 439 MovieClip Frame 9
lavr_link = "http://www.directgamez.com";
shade = 2;
Symbol 439 MovieClip Frame 10
lavr_link = "http://www.2flashgames.com";
shade = 2;
Symbol 439 MovieClip Frame 11
lavr_link = "http://www.flashninjaclan.com";
shade = 1;
Symbol 439 MovieClip Frame 12
lavr_link = "http://www.dailyaddictinggames.com/";
shade = 1;
Symbol 439 MovieClip Frame 13
lavr_link = "http://www.funny-games.biz";
shade = 1;
Symbol 439 MovieClip Frame 14
lavr_link = "http://www.gameitnow.com";
shade = 2;
Symbol 439 MovieClip Frame 15
lavr_link = "http://www.gamesplz.com";
shade = 0;
Symbol 439 MovieClip Frame 16
lavr_link = "http://www.onjogos.com.br";
shade = 1;
Symbol 439 MovieClip Frame 17
lavr_link = "http://www.gamesfreak.net";
shade = 2;
Symbol 439 MovieClip Frame 18
lavr_link = "http://www.stoneagegames.com";
shade = 1;
Symbol 439 MovieClip Frame 19
lavr_link = "http://www.jarkey.net";
shade = 2;
Symbol 439 MovieClip Frame 20
lavr_link = "http://www.gamesgames.com/";
shade = 1;
Symbol 439 MovieClip Frame 21
lavr_link = "http://www.keepbusy.net";
shade = 1;
Symbol 439 MovieClip Frame 22
lavr_link = "http://www.microjogos.com";
shade = 1;
Symbol 439 MovieClip Frame 23
lavr_link = "http://www.minijuegos.com";
shade = 2;
Symbol 439 MovieClip Frame 24
lavr_link = "http://www.oyunskor.com/";
shade = 1;
Symbol 439 MovieClip Frame 25
lavr_link = "http://www.mostfungames.com";
shade = 2;
Symbol 439 MovieClip Frame 26
lavr_link = "http://www.gameshot.org";
shade = 1;
Symbol 439 MovieClip Frame 27
lavr_link = "http://www.online-games-zone.com/";
shade = 2;
Symbol 439 MovieClip Frame 28
lavr_link = "http://www.puffgames.com";
shade = 2;
Symbol 439 MovieClip Frame 29
lavr_link = "http://www.spele.nl";
shade = 1;
Symbol 439 MovieClip Frame 30
lavr_link = "http://www.t45ol.com";
shade = 2;
Symbol 439 MovieClip Frame 31
lavr_link = "http://www.thegamesonline.com/";
shade = 1;
Symbol 439 MovieClip Frame 32
lavr_link = "http://www.ultimatearcade.com";
shade = 1;
Symbol 439 MovieClip Frame 33
lavr_link = "http://www.girlgames4u.com/";
shade = 1;
Symbol 439 MovieClip Frame 34
lavr_link = "http://www.gamesfree.ca/";
shade = 0;
Symbol 439 MovieClip Frame 35
lavr_link = "http://www.stickpage.com/";
shade = 1;
Symbol 439 MovieClip Frame 36
lavr_link = "http://www.gamespond.net/";
shade = 2;
Symbol 439 MovieClip Frame 37
lavr_link = "http://www.flashgames.it/";
shade = 1;
Symbol 439 MovieClip Frame 38
lavr_link = "http://www.gamesgirl.ca/";
shade = 1;
Symbol 439 MovieClip Frame 39
lavr_link = "http://www.hallpass.com/";
shade = 2;
Symbol 439 MovieClip Frame 40
lavr_link = "http://www.addictinggames.com/";
shade = 1;
Symbol 439 MovieClip Frame 41
lavr_link = "http://www.benz.be";
shade = 2;
Symbol 439 MovieClip Frame 42
lavr_link = "http://www.net-games.co.il/";
shade = 1;
Symbol 439 MovieClip Frame 43
lavr_link = "http://www.bgames.com";
shade = 1;
Symbol 439 MovieClip Frame 44
lavr_link = "http://www.pinkyarcade.com/";
shade = 1;
Symbol 439 MovieClip Frame 45
lavr_link = "http://www.komikler.com/index.php";
shade = 2;
Symbol 439 MovieClip Frame 46
lavr_link = "http://www.twizl.com/";
shade = 1;
Symbol 439 MovieClip Frame 47
lavr_link = "http://www.a10.com/";
shade = 1;
Symbol 439 MovieClip Frame 48
lavr_link = "http://www.bonniegames.com/";
shade = 1;
Symbol 439 MovieClip Frame 49
lavr_link = "http://www.ug2.com/";
shade = 0;
Symbol 439 MovieClip Frame 50
lavr_link = "http://www.agame.com";
shade = 1;
Symbol 439 MovieClip Frame 51
lavr_link = "http://www.gamesclub.com/";
shade = 1;
Symbol 439 MovieClip Frame 52
lavr_link = "http://www.killhours.com/";
shade = 1;
Symbol 439 MovieClip Frame 53
lavr_link = "http://www.flasharcadegamessite.com/";
shade = 1;
Symbol 439 MovieClip Frame 54
lavr_link = "http://www.roundgames.com/";
shade = 2;
Symbol 439 MovieClip Frame 55
lavr_link = "http://www.arcadegangsta.com/";
shade = 1;
Symbol 439 MovieClip Frame 56
lavr_link = "http://www.gamebusted.com/";
shade = 0;
Symbol 439 MovieClip Frame 57
lavr_link = "http://www.flash-games.net/";
shade = 1;
Symbol 439 MovieClip Frame 58
lavr_link = "http://www.flash-game.net/";
shade = 1;
Symbol 439 MovieClip Frame 59
lavr_link = "http://www.kingofgames.net";
shade = 1;
Symbol 439 MovieClip Frame 60
lavr_link = "http://www.playhub.com/";
shade = 0;
Symbol 439 MovieClip Frame 61
lavr_link = "http://www.123spill.no/";
shade = 1;
Symbol 439 MovieClip Frame 62
lavr_link = "http://www.dailygames.com/";
shade = 1;
Symbol 439 MovieClip Frame 63
lavr_link = "http://www.octogames.com/";
shade = 2;
Symbol 439 MovieClip Frame 64
lavr_link = "http://www.ugotgames.com/";
shade = 1;
Symbol 439 MovieClip Frame 65
lavr_link = "http://www.fupa.com/";
shade = 1;
Symbol 439 MovieClip Frame 66
lavr_link = "http://www.kibagames.com/";
shade = 0;
Symbol 439 MovieClip Frame 67
lavr_link = "http://www.kraloyun.com/";
shade = 0;
Symbol 439 MovieClip Frame 68
lavr_link = "http://www.spielaffe.de/";
shade = 0;
Symbol 439 MovieClip Frame 69
lavr_link = "http://www.39games.com";
shade = 2;
Symbol 439 MovieClip Frame 70
lavr_link = "http://www.bijuegos.com";
shade = 2;
Symbol 439 MovieClip Frame 71
lavr_link = "http://www.mofunzone.com";
shade = 2;
Symbol 439 MovieClip Frame 72
lavr_link = "http://www.freegamespy.com/";
shade = 2;
Symbol 439 MovieClip Frame 73
lavr_link = "http://www.jogos10.com";
shade = 0;
Symbol 439 MovieClip Frame 74
lavr_link = "http://www.juegos10.com";
shade = 0;
Symbol 439 MovieClip Frame 75
lavr_link = "http://flash.178.com/";
shade = 0;
Symbol 439 MovieClip Frame 76
lavr_link = "http://www.papajogos.com.br";
shade = 0;
Symbol 439 MovieClip Frame 77
lavr_link = "http://www.arcadelots.com/";
shade = 0;
Symbol 439 MovieClip Frame 78
lavr_link = "http://www.minigamers.com/";
shade = 0;
Symbol 439 MovieClip Frame 79
lavr_link = "http://www.stickpage.com";
shade = 0;
Symbol 439 MovieClip Frame 80
lavr_link = "http://www.y8.com/";
shade = 1;
Symbol 439 MovieClip Frame 81
lavr_link = "http://www.y3.com/";
shade = 1;
Symbol 439 MovieClip Frame 83
lavr_link = "http://www.videobash.com/";
shade = 0;
Symbol 440 MovieClip Frame 1
stop();
Symbol 441 Button
on (release) {
getURL (boxx.lavr_link, "_blank");
}
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndPlay (21);
}
Symbol 442 MovieClip Frame 1
stop();
Symbol 442 MovieClip Frame 20
stop();
Symbol 481 MovieClip Frame 1
_root.pts_next = (_root.lvl * 150) * (_root.lvl / 3);
stop();
onEnterFrame = function () {
gotoAndStop(Math.round((100 * _parent._parent.aff_8) / _root.pts_next) + 1);
};
Symbol 489 MovieClip Frame 10
stop();
Symbol 490 MovieClip Frame 1
stop();
onEnterFrame = function () {
boxx.txx = _root.lvl + 1;
if (_root.levelupanim == 2) {
_root.levelupanim = 1;
gotoAndPlay (2);
}
};
Symbol 490 MovieClip Frame 25
stop();
Symbol 494 MovieClip Frame 16
aff_1 = 0;
aff_2 = 0;
aff_3 = 0;
aff_4 = 0;
aff_5 = 0;
aff_6 = 0;
aff_7 = 0;
stade = 1;
stop();
onEnterFrame = function () {
gotoAndStop(stade + 15);
if (stade == 1) {
if (aff_1 != _root.st_clientserved) {
aff_1 = aff_1 + 1;
} else {
stade = stade + 1;
}
}
if (stade == 2) {
if (aff_2 != _root.st_clientlost) {
aff_2 = aff_2 + 1;
} else {
stade = stade + 1;
}
}
if (stade == 3) {
if (aff_3 != _root.st_perfects) {
aff_3 = aff_3 + 1;
} else {
stade = stade + 1;
}
}
if (stade == 4) {
if (aff_4 != _root.st_tricks) {
aff_4 = aff_4 + 1;
} else {
stade = stade + 1;
}
}
if (stade == 5) {
if (aff_5 != _root.st_cashregister) {
aff_5 = aff_5 + 1;
} else {
stade = stade + 1;
}
}
if (stade == 6) {
if (aff_6 != _root.st_tip) {
aff_6 = aff_6 + 1;
} else {
stade = stade + 1;
}
}
if (stade == 7) {
if (aff_7 != _root.cash_round) {
aff_7 = aff_7 + 1;
} else {
stade = stade + 1;
}
}
};
Symbol 494 MovieClip Frame 23
aa = 75;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
play();
}
if (aa != 0) {
aa = aa - 1;
}
};
Symbol 494 MovieClip Frame 35
aff_8 = _root.pts;
stade = 1;
_root.pts = _root.pts + _root.cash_round;
stop();
onEnterFrame = function () {
_root.pts_next = (_root.lvl * 150) * (_root.lvl / 3);
if (stade == 1) {
if (aff_8 != _root.pts) {
aff_8 = aff_8 + 1;
} else {
gotoAndPlay (36);
}
}
if (aff_8 >= _root.pts_next) {
_root.lvl = _root.lvl + 1;
_root.levelupanim = 2;
}
};
Symbol 494 MovieClip Frame 36
aa = 120;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
play();
}
if (aa != 0) {
aa = aa - 1;
}
};
Symbol 494 MovieClip Frame 50
_root.cash = _root.cash + _root.cash_round;
_parent._parent.gotoAndStop(40);
Symbol 495 MovieClip Frame 17
if (_root.cash_round <= 0) {
}
stop();
Instance of Symbol 494 MovieClip in Symbol 495 MovieClip Frame 17
onClipEvent (load) {
gotoAndPlay (2);
}
Symbol 497 MovieClip Frame 1
stopAllSounds();
Symbol 497 MovieClip Frame 3
stop();
Symbol 513 MovieClip Frame 1
stopAllSounds();
Symbol 513 MovieClip Frame 70
stop();
Symbol 520 MovieClip Frame 1
gotoAndPlay((random(2) + 1) * 2);
Symbol 520 MovieClip Frame 3
stop();
Symbol 520 MovieClip Frame 5
stop();
Symbol 520 MovieClip Frame 7
stop();
Symbol 525 MovieClip Frame 1
aa = random(150) + 100;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
play();
}
if (aa != 0) {
aa = aa - 1;
}
};
Symbol 525 MovieClip Frame 2
stop();
speed = 40;
onEnterFrame = function () {
boxx._rotation = boxx._rotation + speed;
speed = speed * 0.9;
if (speed <= 1) {
gotoAndStop (1);
}
};
Symbol 536 Button
on (release) {
_parent.gotoAndPlay(50);
}
Symbol 542 MovieClip Frame 1
stop();
Symbol 543 MovieClip Frame 1
stop();
Symbol 544 Button
on (keyPress "q") {
act = 2;
}
on (keyPress "Q") {
act = 2;
}
Symbol 545 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (act == 2) {
trace(_root._quality);
}
if ((act == 2) && (_root._quality == "LOW")) {
act = 1;
_root._quality = "MEDIUM";
boxx.boxx.gotoAndStop(2);
boxx.gotoAndPlay(2);
}
if ((act == 2) && (_root._quality == "MEDIUM")) {
act = 1;
_root._quality = "HIGH";
boxx.boxx.gotoAndStop(3);
boxx.gotoAndPlay(2);
}
if ((act == 2) && (_root._quality == "HIGH")) {
act = 1;
_root._quality = "LOW";
boxx.boxx.gotoAndStop(1);
boxx.gotoAndPlay(2);
}
};
Symbol 548 MovieClip Frame 1
if (_root.buysound == 2) {
_root.buysound = 1;
} else {
stop();
}
Symbol 548 MovieClip Frame 3
stop();
Symbol 565 Button
on (release) {
act = 2;
}
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndPlay (11);
}
Symbol 566 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (eval ("_root.clothes_" + nb) != 2) {
if (_root.cash < price) {
boxx.gotoAndStop(2);
boxx2.gotoAndStop(2);
gotoAndStop (21);
} else {
boxx.gotoAndStop(1);
boxx2.gotoAndStop(1);
}
} else if (_root.clothes == nb) {
boxx.gotoAndStop(3);
boxx2.gotoAndStop(3);
} else {
boxx.gotoAndStop(4);
boxx2.gotoAndStop(4);
}
if (act == 2) {
act = 1;
if (eval ("_root.clothes_" + nb) != 2) {
_root.price = price;
_root.clothes_number = nb;
_parent.gotoAndStop(34);
} else {
_root.clothes = nb;
}
}
};
Symbol 566 MovieClip Frame 10
stop();
Symbol 566 MovieClip Frame 20
gotoAndStop (1);
Symbol 568 Button
on (release) {
act = 2;
}
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndPlay (11);
}
Symbol 569 MovieClip Frame 1
stop();
Symbol 569 MovieClip Frame 10
stop();
Symbol 569 MovieClip Frame 20
gotoAndStop (1);
Symbol 583 MovieClip Frame 1
stop();
Symbol 583 MovieClip Frame 30
stop();
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 30
onClipEvent (load) {
txx = "Upgrades";
gotoAndPlay (41);
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.gotoAndStop(32);
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 30
onClipEvent (load) {
txx = "Clothing";
gotoAndPlay (46);
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
stopAllSounds();
_parent.muz.gotoAndPlay(6);
_parent.gotoAndStop(31);
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 30
onClipEvent (load) {
txx = "Extras";
gotoAndPlay (51);
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.gotoAndStop(33);
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 30
onClipEvent (load) {
txx = "More Games";
gotoAndPlay (56);
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
getURL ("http://www.gamesfree.ca/", "_blank");
}
}
Symbol 583 MovieClip Frame 31
stop();
Instance of Symbol 566 MovieClip in Symbol 583 MovieClip Frame 31
onClipEvent (load) {
nb = 3;
txx = "Original Suit";
price = 0;
}
Instance of Symbol 566 MovieClip in Symbol 583 MovieClip Frame 31
onClipEvent (load) {
nb = 6;
txx = "Casual Wear";
price = 150;
}
Instance of Symbol 566 MovieClip in Symbol 583 MovieClip Frame 31
onClipEvent (load) {
nb = 2;
txx = "Jeans And Shirt";
price = 250;
}
Instance of Symbol 566 MovieClip in Symbol 583 MovieClip Frame 31
onClipEvent (load) {
nb = 5;
txx = "White And Tight";
price = 400;
}
Instance of Symbol 566 MovieClip in Symbol 583 MovieClip Frame 31
onClipEvent (load) {
nb = 4;
txx = "Pink Sport Suit";
price = 500;
}
Instance of Symbol 566 MovieClip in Symbol 583 MovieClip Frame 31
onClipEvent (load) {
nb = 1;
txx = "Bikini";
price = 1000;
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 31
onClipEvent (load) {
txx = "Back";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
stopAllSounds();
_parent.muz.gotoAndPlay(1);
_parent.gotoAndStop(30);
}
}
Symbol 583 MovieClip Frame 32
stop();
Instance of Symbol 569 MovieClip in Symbol 583 MovieClip Frame 32
onClipEvent (load) {
nb = 1;
txx = "Trick - lvl 1";
price = 120;
}
onClipEvent (enterFrame) {
if (_root.trick < nb) {
if (_root.cash < price) {
boxx.gotoAndStop(2);
boxx2.gotoAndStop(2);
gotoAndStop (21);
} else {
boxx.gotoAndStop(1);
boxx2.gotoAndStop(1);
}
} else {
boxx.gotoAndStop(3);
boxx2.gotoAndStop(3);
}
if (act == 2) {
act = 1;
if (_root.trick < nb) {
_root.price = price;
_root.trick_nb = nb;
_parent.gotoAndStop(36);
}
}
}
Instance of Symbol 569 MovieClip in Symbol 583 MovieClip Frame 32
onClipEvent (load) {
nb = 2;
txx = "Trick - lvl 2";
price = 350;
}
onClipEvent (enterFrame) {
if (_root.trick < nb) {
if (_root.cash < price) {
boxx.gotoAndStop(2);
boxx2.gotoAndStop(2);
gotoAndStop (21);
} else {
boxx.gotoAndStop(1);
boxx2.gotoAndStop(1);
}
} else {
boxx.gotoAndStop(3);
boxx2.gotoAndStop(3);
}
if (act == 2) {
act = 1;
if (_root.trick < nb) {
_root.price = price;
_root.trick_nb = nb;
_parent.gotoAndStop(36);
}
}
}
Instance of Symbol 569 MovieClip in Symbol 583 MovieClip Frame 32
onClipEvent (load) {
nb = 3;
txx = "Trick - lvl 3";
price = 700;
}
onClipEvent (enterFrame) {
if (_root.trick < nb) {
if (_root.cash < price) {
boxx.gotoAndStop(2);
boxx2.gotoAndStop(2);
gotoAndStop (21);
} else {
boxx.gotoAndStop(1);
boxx2.gotoAndStop(1);
}
} else {
boxx.gotoAndStop(3);
boxx2.gotoAndStop(3);
}
if (act == 2) {
act = 1;
if (_root.trick < nb) {
_root.price = price;
_root.trick_nb = nb;
_parent.gotoAndStop(36);
}
}
}
Instance of Symbol 569 MovieClip in Symbol 583 MovieClip Frame 32
onClipEvent (load) {
txx = "Bossboy";
price = 1000;
}
onClipEvent (enterFrame) {
if (_root.bossboy != 2) {
if (_root.cash < price) {
boxx.gotoAndStop(2);
boxx2.gotoAndStop(2);
gotoAndStop (21);
} else {
boxx.gotoAndStop(1);
boxx2.gotoAndStop(1);
}
} else {
boxx.gotoAndStop(3);
boxx2.gotoAndStop(3);
}
if (act == 2) {
act = 1;
if (_root.bossboy != 2) {
_root.price = price;
_parent.gotoAndStop(35);
}
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 32
onClipEvent (load) {
txx = "Back";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.gotoAndStop(30);
}
}
Symbol 583 MovieClip Frame 33
_root.cheatbox = "";
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 33
onClipEvent (load) {
txx = "Check it !";
gotoAndPlay (41);
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.gotoAndStop(37);
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 33
onClipEvent (load) {
txx = "Ok";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
if (_root.cheatbox == "hsac") {
_root.cash = _root.cash + 1000;
_root.cheatbox = "Alright !";
}
if (_root.cheatbox == "sehtolc") {
_root.clothes_1 = 2;
_root.clothes_2 = 2;
_root.clothes_3 = 2;
_root.clothes_4 = 2;
_root.clothes_5 = 2;
_root.clothes_6 = 2;
_root.cheatbox = "Alright !";
}
if (_root.cheatbox == "level") {
_root.lvl = _root.lvl + 1;
_root.cheatbox = "Alright !";
}
if (_root.cheatbox == "skcirt") {
_root.trick = 3;
_root.cheatbox = "Alright !";
}
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 33
onClipEvent (load) {
txx = "Cheat List";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
getURL ("http://www.gamesfree.ca/bonus/latinheat.php?page=3", "_blank");
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 33
onClipEvent (load) {
txx = "Back";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.gotoAndStop(30);
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 34
onClipEvent (load) {
txx = "Yes";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_root.cash = _root.cash - _root.price;
Set("_root.clothes_" + _root.clothes_number, 2);
_root.clothes = _root.clothes_number;
_root.buysound = 2;
_parent.gotoAndStop(31);
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 34
onClipEvent (load) {
txx = "No";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.gotoAndStop(31);
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 35
onClipEvent (load) {
txx = "Yes";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_root.cash = _root.cash - _root.price;
_root.bossboy = 2;
_root.buysound = 2;
_parent.gotoAndStop(32);
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 36
onClipEvent (load) {
txx = "Yes";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_root.cash = _root.cash - _root.price;
_root.trick = _root.trick_nb;
_root.buysound = 2;
_parent.gotoAndStop(32);
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 37
onClipEvent (load) {
txx = "Sexiest Barmaid";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
getURL ("http://www.gamesfree.ca/bonus/latinheat.php?page=1", "_blank");
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 37
onClipEvent (load) {
txx = "Popular Recipes";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
getURL ("http://www.gamesfree.ca/bonus/latinheat.php?page=2", "_blank");
}
}
Instance of Symbol 46 MovieClip in Symbol 583 MovieClip Frame 37
onClipEvent (load) {
txx = "Back";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.gotoAndStop(33);
}
}
Symbol 585 MovieClip Frame 1
aa = 50;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
play();
}
if (aa != 0) {
aa = aa - 1;
}
};
Symbol 585 MovieClip Frame 26
_parent.menubar.gotoAndPlay(2);
Symbol 585 MovieClip Frame 40
stop();
Symbol 606 MovieClip Frame 1
timer = random(30) + 5;
Symbol 606 MovieClip Frame 50
timer = timer - 1;
if (timer == 0) {
repop = random(3) + 1;
if (repop == 2) {
_parent.gotoAndStop(1);
} else {
_parent.gotoAndStop(3);
}
} else {
gotoAndPlay (2);
}
Symbol 607 MovieClip Frame 1
hour = random(8) + 21;
if (hour >= 24) {
hour = hour - 24;
}
minutes = (random(11) + 1) * 5;
hour2 = (random(3) + hour2) + 1;
if (hour2 >= 24) {
hour2 = hour2 - 24;
}
minutes2 = (random(11) + 1) * 5;
stop();
onEnterFrame = function () {
if (hour > 12) {
if ((_root.hour >= hour) && (_root.timer >= minutes)) {
gotoAndStop (2);
}
} else if (((_root.hour >= hour) && (_root.timer >= minutes)) && (_root.hour < 12)) {
gotoAndStop (2);
}
};
Symbol 607 MovieClip Frame 2
stop();
onEnterFrame = function () {
};
Instance of Symbol 605 MovieClip in Symbol 607 MovieClip Frame 2
onClipEvent (load) {
aa = random(2) + 1;
if (aa == 1) {
_parent._xscale = _parent._xscale * -1;
}
gotoAndStop(random(9) + 1);
}
Symbol 607 MovieClip Frame 3
stop();
onEnterFrame = function () {
};
Symbol 612 MovieClip Frame 1
aa = random(150) + 1;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
aa = random(150) + 1;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
gotoAndStop(random(3) + 1);
}
if (aa != 0) {
aa = aa - 1;
}
};
}
if (aa != 0) {
aa = aa - 1;
}
};
Symbol 612 MovieClip Frame 2
aa = random(150) + 1;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
aa = random(150) + 1;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
gotoAndStop(random(3) + 1);
}
if (aa != 0) {
aa = aa - 1;
}
};
}
if (aa != 0) {
aa = aa - 1;
}
};
Symbol 612 MovieClip Frame 3
aa = random(150) + 1;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
aa = random(150) + 1;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
gotoAndStop(random(3) + 1);
}
if (aa != 0) {
aa = aa - 1;
}
};
}
if (aa != 0) {
aa = aa - 1;
}
};
Symbol 613 MovieClip Frame 1
aa = random(150) + 1;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
play();
}
if (aa != 0) {
aa = aa - 1;
}
};
Symbol 613 MovieClip Frame 20
aa = random(150) + 1;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
play();
}
if (aa != 0) {
aa = aa - 1;
}
};
Symbol 613 MovieClip Frame 40
aa = random(150) + 1;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
play();
}
if (aa != 0) {
aa = aa - 1;
}
};
Symbol 613 MovieClip Frame 60
aa = random(150) + 1;
ab = _currentframe;
stop();
onEnterFrame = function () {
if ((aa == 0) && (_currentframe == ab)) {
play();
}
if (aa != 0) {
aa = aa - 1;
}
};
Symbol 622 MovieClip Frame 1
stop();
Symbol 630 MovieClip Frame 1
stop();
Symbol 638 MovieClip Frame 1
stop();
Symbol 646 MovieClip Frame 1
stop();
Symbol 653 MovieClip Frame 1
stop();
Symbol 660 MovieClip Frame 1
stop();
Symbol 667 MovieClip Frame 1
stop();
Symbol 674 MovieClip Frame 1
stop();
Symbol 681 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 1
stop();
Symbol 695 MovieClip Frame 1
stop();
Symbol 702 MovieClip Frame 1
stop();
Symbol 707 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 1
stop();
Symbol 717 MovieClip Frame 1
stop();
Symbol 724 MovieClip Frame 1
stop();
Symbol 732 MovieClip Frame 1
stop();
Symbol 737 MovieClip Frame 1
stop();
Symbol 742 MovieClip Frame 1
stop();
Symbol 747 MovieClip Frame 1
stop();
Symbol 752 MovieClip Frame 1
stop();
Symbol 758 MovieClip Frame 1
stop();
Symbol 764 MovieClip Frame 48
_parent._parent.temps = _parent._parent.temps - 1;
if (_parent._parent.temps <= 0) {
_parent._parent.score = 0;
_parent._parent.score_top = 100;
_parent._parent.tip = 10;
_parent._parent.gotoAndStop(3);
}
Symbol 766 Button
on (press) {
act = 2;
}
Symbol 778 MovieClip Frame 3
if (boxx.boxx._currentframe >= 2) {
_root.st_clientserved = _root.st_clientserved + 1;
_root.snd.gotoAndPlay(10);
} else {
_root.st_clientlost = _root.st_clientlost + 1;
}
Symbol 778 MovieClip Frame 41
timer = random(100) + 200;
stop();
onEnterFrame = function () {
if (timer != 0) {
timer = timer - 1;
} else if (_currentframe == 41) {
if (_parent.tip >= 1) {
gotoAndPlay (42);
} else {
gotoAndPlay (59);
}
}
};
Symbol 778 MovieClip Frame 42
aa = random(5) + 1;
Symbol 778 MovieClip Frame 43
if (eval ("_parent.dishes_" + aa) != 2) {
gotoAndPlay (42);
}
Symbol 778 MovieClip Frame 44
ab = (_parent.nb * 2) - 1;
ac = _parent.nb * 2;
if (eval (("_root.cnt.dish_" + ab) + "._currentframe") == 1) {
eval ("_root.cnt.dish_" + ab).gotoAndStop(aa + 1);
_root.snd.gotoAndPlay(8);
} else if (eval (("_root.cnt.dish_" + ac) + "._currentframe") == 1) {
eval ("_root.cnt.dish_" + ac).gotoAndStop(aa + 1);
_root.snd.gotoAndPlay(8);
}
Symbol 778 MovieClip Frame 60
_parent.gotoAndStop(1);
Symbol 779 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (act == 2) {
act = 1;
if (_root.daclient == nb) {
if ((_root.ob == 50) && (_root.ob_typee >= 1)) {
serve = 2;
com_nb = 1;
_root.snd.gotoAndPlay(6);
}
}
if (_root.daclient != nb) {
_root.daclient = nb;
_root.interr.commande.gotoAndPlay(2);
_root.interr.commande.items_nb = items_nb;
_root.s_drink_typee_1 = drink_typee_1;
_root.s_drink_beer_1 = drink_beer_1;
_root.s_drink_glace_1 = drink_glace_1;
_root.s_drink_acc_1 = drink_acc_1;
_root.s_drink_fort_1 = drink_fort_1;
_root.s_drink_juice_1 = drink_juice_1;
_root.s_drink_acc_1 = drink_acc_1;
_root.s_drink_verre_1 = drink_verre_1;
_root.s_drink_typee_2 = drink_typee_2;
_root.s_drink_beer_2 = drink_beer_2;
_root.s_drink_glace_2 = drink_glace_2;
_root.s_drink_acc_2 = drink_acc_2;
_root.s_drink_fort_2 = drink_fort_2;
_root.s_drink_juice_2 = drink_juice_2;
_root.s_drink_verre_2 = drink_verre_2;
_root.s_drink_typee_3 = drink_typee_3;
_root.s_drink_beer_3 = drink_beer_3;
_root.s_drink_glace_3 = drink_glace_3;
_root.s_drink_acc_3 = drink_acc_3;
_root.s_drink_fort_3 = drink_fort_3;
_root.s_drink_juice_3 = drink_juice_3;
_root.s_drink_verre_3 = drink_verre_3;
_root.s_drink_typee_4 = drink_typee_4;
_root.s_drink_beer_4 = drink_beer_4;
_root.s_drink_glace_4 = drink_glace_4;
_root.s_drink_acc_4 = drink_acc_4;
_root.s_drink_fort_4 = drink_fort_4;
_root.s_drink_juice_4 = drink_juice_4;
_root.s_drink_verre_4 = drink_verre_4;
}
}
if (serve == 2) {
if (_root.ob_typee == eval ("_root.s_drink_typee_" + com_nb)) {
if (_root.ob_typee == 1) {
score_top = score_top + 100;
tip = tip + 5;
if (_root.ob_beer == eval ("_root.s_drink_beer_" + com_nb)) {
score = score + 100;
} else {
score = score + 25;
}
}
if (_root.ob_typee == 2) {
score_top = score_top + 100;
tip = tip + 8;
if (_root.ob_beer == eval ("_root.s_drink_beer_" + com_nb)) {
score = score + 100;
} else if (_root.ob_beer != 0) {
score = score + 25;
}
}
if (_root.ob_typee == 3) {
score_top = score_top + 100;
tip = tip + 5;
if (_root.ob_fort == eval ("_root.s_drink_fort_" + com_nb)) {
score = score + 100;
} else if (_root.ob_fort != 0) {
score = score + 25;
}
}
if (_root.ob_typee == 4) {
score_top = score_top + 100;
tip = tip + 10;
if ((_root.ob_fort != 0) || (_root.ob_juice != 0)) {
if (_root.ob_fort == eval ("_root.s_drink_fort_" + com_nb)) {
score = score + 35;
}
if (_root.ob_juice == eval ("_root.s_drink_juice_" + com_nb)) {
score = score + 35;
}
if (_root.ob_verre == eval ("_root.s_drink_verre_" + com_nb)) {
score = score + 10;
}
if (_root.ob_acc == eval ("_root.s_drink_acc_" + com_nb)) {
score = score + 10;
}
if (_root.ob_glace == eval ("_root.s_drink_glace_" + com_nb)) {
score = score + 10;
}
}
}
_root.ob = 0;
eval ("_root.interr.commande.cm_" + com_nb).gotoAndStop(1);
Set("_root.s_drink_typee_" + com_nb, 0);
Set("drink_typee_" + com_nb, 0);
serve = 1;
} else {
com_nb = com_nb + 1;
if (com_nb == 5) {
_root.ob = 0;
serve = 1;
}
}
if ((((drink_typee_1 == 0) && (drink_typee_2 == 0)) && (drink_typee_3 == 0)) && (drink_typee_4 == 0)) {
_root.interr.commande.gotoAndStop(1);
serve = 1;
gotoAndStop (3);
}
}
if (_root.daclient == nb) {
boxx.gotoAndStop(2);
boxx.boxx.boxx.contour.gotoAndStop(2);
if (boxx2._currentframe == 1) {
boxx2.gotoAndPlay(2);
}
} else {
boxx.gotoAndStop(1);
boxx.boxx.boxx.contour.gotoAndStop(1);
boxx2.gotoAndStop(1);
}
};
Instance of Symbol 619 MovieClip in Symbol 779 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 779 MovieClip Frame 2
tip = 0;
score = 0;
score_top = 0;
how_many = 0;
if (drink_typee_1 != 0) {
how_many = how_many + 1;
}
if (drink_typee_2 != 0) {
how_many = how_many + 1;
}
if (drink_typee_3 != 0) {
how_many = how_many + 1;
}
if (drink_typee_4 != 0) {
how_many = how_many + 1;
}
temps_depart = 10;
temps_par_drink = 5;
temps = temps_depart + (temps_par_drink * how_many);
temps_tot = temps;
dishes_1 = 1;
dishes_2 = 1;
dishes_3 = 1;
dishes_4 = 1;
dishes_5 = 1;
if (drink_typee_1 == 1) {
dishes_1 = 2;
}
if (drink_typee_1 == 2) {
dishes_2 = 2;
}
if (drink_typee_1 == 3) {
dishes_3 = 2;
}
if ((drink_typee_1 == 4) && (drink_verre_1 == 1)) {
dishes_4 = 2;
}
if ((drink_typee_1 == 4) && (drink_verre_1 == 2)) {
dishes_5 = 2;
}
Instance of Symbol 758 MovieClip "boxx2" in Symbol 779 MovieClip Frame 2
onClipEvent (load) {
boxx.gotoAndStop(_parent.typee);
}
Instance of Symbol 759 MovieClip "boxx" in Symbol 779 MovieClip Frame 2
onClipEvent (load) {
boxx.gotoAndStop(_parent.typee);
}
Instance of Symbol 765 MovieClip "timerboxx" in Symbol 779 MovieClip Frame 2
onClipEvent (load) {
_visible = false;
if (_parent.nb >= 4) {
_xscale = (_xscale * -1);
}
}
onClipEvent (enterFrame) {
if (_parent.nb == _root.daclient) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 779 MovieClip Frame 3
trace("SCORE : " + score);
trace("TIP BEFORE : " + tip);
tip = Math.round((tip * score) / score_top);
trace("TIP AFTER : " + tip);
score_b = Math.round((100 * score) / score_top);
if ((score_b >= 0) && (score_b <= 33)) {
boxx_tip.boxx.boxx.gotoAndStop(1);
boxx_tip.boxx.boxx2.gotoAndStop(1);
}
if ((score_b >= 34) && (score_b <= 66)) {
boxx_tip.boxx.boxx.gotoAndStop(2);
boxx_tip.boxx.boxx2.gotoAndStop(2);
}
if (score_b >= 67) {
boxx_tip.boxx.boxx.gotoAndStop(3);
boxx_tip.boxx.boxx2.gotoAndStop(3);
}
if (score_b >= 100) {
_root.st_perfects = _root.st_perfects + 1;
}
_root.st_cashregister = _root.st_cashregister + tip;
_root.st_tip = _root.st_tip + Math.round(((how_many * 4) * temps) / temps_tot);
tip = tip + Math.round(((how_many * 4) * temps) / temps_tot);
_root.cash_round = _root.cash_round + tip;
Instance of Symbol 778 MovieClip "boxx_tip" in Symbol 779 MovieClip Frame 3
onClipEvent (load) {
if (_parent.nb >= 4) {
_xscale = (_xscale * -1);
}
}
Symbol 798 MovieClip Frame 1
stop();
Symbol 801 MovieClip Frame 1
stop();
Symbol 804 MovieClip Frame 1
stop();
Symbol 807 MovieClip Frame 1
stop();
Symbol 808 Button
on (press) {
if (_root.ob <= 60) {
_root.ob_typee = 4;
_root.ob_verre = 1;
_root.ob_beer = 0;
_root.ob_acc = 0;
_root.ob_glace = 0;
_root.ob_fort = 0;
_root.ob_juice = 0;
_root.ob = 50;
_root.snd.gotoAndPlay(2);
}
}
on (rollOver) {
contour_1.gotoAndStop(2);
}
on (rollOut) {
contour_1.gotoAndStop(1);
}
Symbol 809 Button
on (press) {
if (_root.ob <= 60) {
_root.ob_typee = 4;
_root.ob_verre = 2;
_root.ob_beer = 0;
_root.ob_acc = 0;
_root.ob_glace = 0;
_root.ob_fort = 0;
_root.ob_juice = 0;
_root.ob = 50;
_root.snd.gotoAndPlay(2);
}
}
on (rollOver) {
contour_2.gotoAndStop(2);
}
on (rollOut) {
contour_2.gotoAndStop(1);
}
Symbol 810 Button
on (press) {
if (_root.ob <= 60) {
_root.cnt.girl.boxx.gotoAndStop(2);
_root.ob_typee = 3;
_root.ob_verre = 1;
_root.ob_beer = 0;
_root.ob_acc = 0;
_root.ob_glace = 0;
_root.ob_fort = 0;
_root.ob_juice = 0;
_root.ob = 50;
_root.snd.gotoAndPlay(2);
}
}
on (rollOver) {
contour_3.gotoAndStop(2);
}
on (rollOut) {
contour_3.gotoAndStop(1);
}
Symbol 811 Button
on (press) {
if (_root.ob <= 60) {
_root.cnt.girl.boxx.gotoAndStop(2);
_root.ob_typee = 2;
_root.ob_verre = 1;
_root.ob_beer = 0;
_root.ob_acc = 0;
_root.ob_glace = 0;
_root.ob_fort = 0;
_root.ob_juice = 0;
_root.ob = 50;
_root.snd.gotoAndPlay(2);
}
}
on (rollOver) {
contour_4.gotoAndStop(2);
}
on (rollOut) {
contour_4.gotoAndStop(1);
}
Symbol 829 MovieClip Frame 1
stop();
Symbol 832 MovieClip Frame 1
stop();
Symbol 835 MovieClip Frame 1
stop();
Symbol 836 Button
on (press) {
if (_root.ob <= 60) {
_root.ob_typee = 1;
_root.ob_verre = 1;
_root.ob_beer = 1;
_root.ob_acc = 0;
_root.ob_glace = 0;
_root.ob_fort = 0;
_root.ob_juice = 0;
_root.ob = 50;
_root.snd.gotoAndPlay(4);
}
}
on (rollOver) {
contour_5.gotoAndStop(2);
}
on (rollOut) {
contour_5.gotoAndStop(1);
}
Symbol 837 Button
on (press) {
if (_root.ob <= 60) {
_root.ob_typee = 1;
_root.ob_verre = 1;
_root.ob_beer = 2;
_root.ob_acc = 0;
_root.ob_glace = 0;
_root.ob_fort = 0;
_root.ob_juice = 0;
_root.ob = 50;
_root.snd.gotoAndPlay(4);
}
}
on (rollOver) {
contour_6.gotoAndStop(2);
}
on (rollOut) {
contour_6.gotoAndStop(1);
}
Symbol 838 Button
on (press) {
if (_root.ob <= 60) {
_root.cnt.girl.boxx.gotoAndStop(2);
_root.ob_typee = 1;
_root.ob_verre = 1;
_root.ob_beer = 3;
_root.ob_acc = 0;
_root.ob_glace = 0;
_root.ob_fort = 0;
_root.ob_juice = 0;
_root.ob = 50;
_root.snd.gotoAndPlay(4);
}
}
on (rollOver) {
contour_7.gotoAndStop(2);
}
on (rollOut) {
contour_7.gotoAndStop(1);
}
Symbol 875 Button
on (release) {
act = 2;
_root.ob = nb;
}
on (rollOver) {
gotoAndPlay (2);
_root.mover.boxx2.boxx.gotoAndStop(nb);
_root.mover.boxx2.gotoAndPlay(2);
}
on (rollOut) {
gotoAndPlay (16);
_root.mover.boxx2.gotoAndStop(1);
}
Symbol 876 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.ob == nb) {
_visible = false;
} else {
_visible = true;
}
};
Symbol 876 MovieClip Frame 15
stop();
Symbol 879 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.ob == 16) {
_visible = false;
} else {
_visible = true;
}
};
Instance of Symbol 881 MovieClip in Symbol 882 MovieClip Frame 1
onClipEvent (load) {
_rotation = (random(360) + 1);
_xscale = (random(30) + 85);
_yscale = _xscale;
}
Instance of Symbol 881 MovieClip in Symbol 884 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
_parent._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.act == 2) {
_parent.act = 1;
speed = (random(3) + 3) * -1;
stade = 1;
speedr = random(15) + 1;
_parent._x = random(80) - 30;
_parent._y = (random(25) + 20) * -1;
_parent._visible = true;
}
if (speed < -0.8) {
speed = speed * 0.8;
}
if ((speed > -0.8) && (speed < 0)) {
speed = 1;
}
if (speed >= 1) {
speed = speed * 1.5;
}
if (_parent._y >= 0) {
speed = 0;
_parent._visible = false;
} else {
_parent._rotation = _parent._rotation + speedr;
_parent._y = _parent._y + speed;
}
}
Symbol 886 Button
on (release) {
if (_root.ob <= 60) {
_root.ob = 16;
gotoAndPlay (3);
}
}
on (rollOver) {
gotoAndStop (2);
}
on (rollOut) {
gotoAndStop (1);
}
Symbol 887 MovieClip Frame 1
stop();
Symbol 887 MovieClip Frame 3
glacon_1.act = 2;
glacon_2.act = 2;
glacon_3.act = 2;
glacon_4.act = 2;
glacon_5.act = 2;
gotoAndStop (1);
Symbol 890 MovieClip Frame 1
stop();
Symbol 895 MovieClip Frame 1
stop();
Symbol 901 MovieClip Frame 1
stop();
Symbol 905 MovieClip Frame 1
stop();
Symbol 906 Button
on (release) {
if (_root.ob <= 60) {
_root.ob = nb + 16;
snd.gotoAndPlay(2);
}
}
on (rollOver) {
contour.gotoAndStop(2);
}
on (rollOut) {
contour.gotoAndStop(1);
}
Instance of Symbol 903 MovieClip "boxx" in Symbol 907 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.nb);
}
Symbol 911 MovieClip Frame 1
stop();
Symbol 931 MovieClip Frame 1
gotoAndStop(_parent._parent._parent.boxx._currentframe);
Symbol 950 MovieClip Frame 9
gotoAndPlay(random(10) + 10);
_xscale = (random(50) + 50);
_yscale = _xscale;
_x = (random(20) - 10);
_y = (random(20) - 10);
Instance of Symbol 950 MovieClip in Symbol 951 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(10) + 10);
_xscale = (random(50) + 50);
_yscale = _xscale;
_x = (random(20) - 10);
_y = (random(20) - 10);
}
Instance of Symbol 950 MovieClip in Symbol 951 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(10) + 10);
_xscale = (random(50) + 50);
_yscale = _xscale;
_x = (random(20) - 10);
_y = (random(20) - 10);
}
Instance of Symbol 950 MovieClip in Symbol 951 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(10) + 10);
_xscale = (random(50) + 50);
_yscale = _xscale;
_x = (random(20) - 10);
_y = (random(20) - 10);
}
Instance of Symbol 950 MovieClip in Symbol 951 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(10) + 10);
_xscale = (random(50) + 50);
_yscale = _xscale;
_x = (random(20) - 10);
_y = (random(20) - 10);
}
Instance of Symbol 950 MovieClip in Symbol 951 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(10) + 10);
_xscale = (random(50) + 50);
_yscale = _xscale;
_x = (random(20) - 10);
_y = (random(20) - 10);
}
Instance of Symbol 950 MovieClip in Symbol 951 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(10) + 10);
_xscale = (random(50) + 50);
_yscale = _xscale;
_x = (random(20) - 10);
_y = (random(20) - 10);
}
Symbol 952 MovieClip Frame 1
stop();
Symbol 952 MovieClip Frame 17
_parent.act = 2;
Symbol 953 Button
on (release) {
if (juice._currentframe == 1) {
juice.gotoAndPlay(2);
}
}
on (rollOver) {
contour.gotoAndStop(2);
}
on (rollOut) {
contour.gotoAndStop(1);
}
Symbol 954 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (act == 2) {
act = 1;
if (((_root.ob == 50) && (_root.ob_beer == 0)) && (_root.ob_typee == 2)) {
_root.ob_beer = nb;
}
}
};
Symbol 957 MovieClip Frame 1
stop();
Symbol 962 Button
on (release) {
if (_root.ob >= 62) {
_root.ob = 0;
gotoAndPlay (2);
}
if ((_root.ob == 50) && (_root.ob_typee >= 2)) {
_root.ob = 0;
gotoAndPlay (2);
}
}
on (rollOver) {
contour.gotoAndStop(2);
}
on (rollOut) {
contour.gotoAndStop(1);
}
Symbol 964 MovieClip Frame 1
stop();
Symbol 970 MovieClip Frame 1
stop();
Symbol 973 Button
on (release) {
act = 2;
}
on (rollOver) {
boxx.contour.gotoAndStop(2);
}
on (rollOut) {
boxx.contour.gotoAndStop(1);
}
Symbol 976 MovieClip Frame 1
stop();
Symbol 981 MovieClip Frame 1
stop();
Symbol 985 MovieClip Frame 1
stop();
Symbol 988 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (act == 2) {
act = 1;
_root.ob = _currentframe + 59;
trace(_root.ob);
gotoAndStop (1);
}
};
Symbol 991 MovieClip Frame 1
stop();
Symbol 996 MovieClip Frame 1
stop();
Symbol 998 MovieClip Frame 1
stop();
Symbol 999 Button
on (release) {
if (_root.ob != 0) {
_root.cash_round = _root.cash_round - 5;
_root.ob = 0;
boxxcash.gotoAndPlay(2);
snd.gotoAndPlay(2);
}
}
on (rollOver) {
contour.gotoAndStop(2);
}
on (rollOut) {
contour.gotoAndStop(1);
}
Symbol 1003 MovieClip Frame 1
stop();
Symbol 1008 MovieClip Frame 1
stop();
Symbol 1009 Button
on (release) {
if (_root.ob == 61) {
_root.ob = 0;
_root.cnt.girl.boxx.gotoAndStop(2);
nextFrame();
snd.gotoAndPlay(2);
} else {
_root.infoz = 1;
_root.infoz2 = 2;
}
}
on (rollOver) {
contour.gotoAndStop(2);
}
on (rollOut) {
contour.gotoAndStop(1);
}
Symbol 1010 Button
on (release) {
gotoAndStop (1);
}
Symbol 1011 MovieClip Frame 1
stop();
Symbol 1028 MovieClip Frame 1
stop();
Symbol 1035 MovieClip Frame 1
stop();
Symbol 1055 MovieClip Frame 1
stop();
Symbol 1058 MovieClip Frame 1
stop();
Symbol 1059 MovieClip Frame 1
stop();
Symbol 1063 MovieClip Frame 1
stop();
Symbol 1072 MovieClip Frame 1
stop();
Symbol 1077 MovieClip Frame 1
stop();
Symbol 1079 MovieClip Frame 1
stop();
Symbol 1079 MovieClip Frame 3
stop();
Symbol 1079 MovieClip Frame 5
stop();
Symbol 1079 MovieClip Frame 7
stop();
Symbol 1081 Button
on (release) {
if (_root.ob <= 60) {
act = 2;
}
}
on (rollOver) {
gotoAndStop (3);
}
on (rollOut) {
gotoAndStop (2);
}
Symbol 1085 MovieClip Frame 10
stop();
Symbol 1086 MovieClip Frame 1
typee = 0;
verre = 0;
beer = 0;
glace = 0;
acc = 0;
fort = 0;
juice = 0;
_root.ob = 0;
stop();
onEnterFrame = function () {
if (act == 2) {
act = 1;
if (_root.ob == 9) {
typee = 2;
}
if (_root.ob == 10) {
typee = 3;
}
if (_root.ob == 11) {
typee = 4;
verre = 1;
}
if (_root.ob == 12) {
typee = 4;
verre = 2;
}
if ((((_root.ob >= 1) && (_root.ob <= 4)) && (typee >= 3)) && (fort == 0)) {
fort = _root.ob;
snd.gotoAndPlay(4);
}
if ((((_root.ob >= 5) && (_root.ob <= 8)) && (typee >= 4)) && (juice == 0)) {
juice = _root.ob - 4;
snd.gotoAndPlay(4);
}
if ((_root.ob == 16) && (typee >= 4)) {
glace = 1;
snd.gotoAndPlay(6);
}
if (((_root.ob >= 17) && (_root.ob <= 20)) && (typee >= 4)) {
acc = _root.ob - 16;
snd.gotoAndPlay(6);
}
mem_typee = typee;
mem_verre = verre;
mem_beer = beer;
mem_glace = glace;
mem_acc = acc;
mem_fort = fort;
mem_juice = juice;
donttake = 1;
if (_root.ob == 50) {
snd.gotoAndPlay(2);
if (typee != 0) {
retake = 2;
}
typee = _root.ob_typee;
verre = _root.ob_verre;
beer = _root.ob_beer;
glace = _root.ob_glace;
acc = _root.ob_acc;
fort = _root.ob_fort;
juice = _root.ob_juice;
_root.ob = 0;
donttake = 2;
}
if ((_root.ob == 0) && (donttake != 2)) {
_root.ob_typee = typee;
_root.ob_verre = verre;
_root.ob_beer = beer;
_root.ob_glace = glace;
_root.ob_acc = acc;
_root.ob_fort = fort;
_root.ob_juice = juice;
_root.ob = 50;
vide_table = 2;
}
donttake = 1;
if (retake == 2) {
retake = 1;
_root.ob_typee = mem_typee;
_root.ob_verre = mem_verre;
_root.ob_beer = mem_beer;
_root.ob_glace = mem_glace;
_root.ob_acc = mem_acc;
_root.ob_fort = mem_fort;
_root.ob_juice = mem_juice;
_root.ob = 50;
}
if (_root.ob != 50) {
_root.ob = 0;
}
}
if (vide_table == 2) {
vide_table = 1;
typee = 0;
verre = 0;
beer = 0;
glace = 0;
acc = 0;
fort = 0;
juice = 0;
}
com.gotoAndStop(typee + 1);
com.dboxx_1.gotoAndStop(beer);
com.dboxx_2.gotoAndStop(beer + 1);
com.dboxx_3.boxx.fort.gotoAndStop(fort + 1);
com.dboxx_4.gotoAndStop(verre);
com.dboxx_4.boxx.acc.gotoAndStop(acc + 1);
com.dboxx_4.boxx.glace.gotoAndStop(glace + 1);
com.dboxx_4.boxx.fort.gotoAndStop(fort + 1);
com.dboxx_4.boxx.juice.gotoAndStop(juice + 1);
};
Instance of Symbol 1077 MovieClip "com" in Symbol 1086 MovieClip Frame 1
onClipEvent (load) {
}
Symbol 1128 MovieClip Frame 1
stop();
Symbol 1159 MovieClip Frame 1
stop();
Symbol 1215 MovieClip Frame 20
_parent.gotoAndStop(1);
stop();
Symbol 1216 MovieClip Frame 1
stop();
Instance of Symbol 1159 MovieClip "boxx" in Symbol 1216 MovieClip Frame 1
onClipEvent (load) {
o_1.gotoAndStop(_root.clothes);
o_2.gotoAndStop(_root.clothes);
o_3.gotoAndStop(_root.clothes);
o_4.gotoAndStop(_root.clothes);
o_5.gotoAndStop(_root.clothes);
o_6.gotoAndStop(_root.clothes);
o_7.gotoAndStop(_root.clothes);
o_8.gotoAndStop(_root.clothes);
o_9.gotoAndStop(_root.clothes);
o_10.gotoAndStop(_root.clothes);
o_11.gotoAndStop(_root.clothes);
o_12.gotoAndStop(_root.clothes);
o_13.gotoAndStop(_root.clothes);
o_14.gotoAndStop(_root.clothes);
o_15.gotoAndStop(_root.clothes);
}
Instance of Symbol 1215 MovieClip "boxx2" in Symbol 1216 MovieClip Frame 2
onClipEvent (load) {
o_1.gotoAndStop(_root.clothes);
o_2.gotoAndStop(_root.clothes);
o_3.gotoAndStop(_root.clothes);
o_4.gotoAndStop(_root.clothes);
o_5.gotoAndStop(_root.clothes);
o_6.gotoAndStop(_root.clothes);
o_7.gotoAndStop(_root.clothes);
o_8.gotoAndStop(_root.clothes);
o_9.gotoAndStop(_root.clothes);
o_10.gotoAndStop(_root.clothes);
o_11.gotoAndStop(_root.clothes);
o_12.gotoAndStop(_root.clothes);
o_13.gotoAndStop(_root.clothes);
o_14.gotoAndStop(_root.clothes);
o_15.gotoAndStop(_root.clothes);
}
Symbol 1217 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.interr.pauseboxx._currentframe == 1) {
if (_xmouse >= 0) {
boxx._xscale = -73;
boxx.boxx.gotoAndStop(Math.round((_xmouse * 100) / 400) + 1);
} else {
boxx._xscale = 73;
boxx.boxx.gotoAndStop(Math.round(((_xmouse * -1) * 100) / 400) + 1);
}
}
};
Instance of Symbol 779 MovieClip "client_3" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 3;
}
Instance of Symbol 779 MovieClip "client_4" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 4;
}
Instance of Symbol 779 MovieClip "client_2" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 2;
}
Instance of Symbol 779 MovieClip "client_5" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 5;
}
Instance of Symbol 779 MovieClip "client_1" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 779 MovieClip "client_6" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 6;
}
Instance of Symbol 779 MovieClip "client_7" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 7;
}
Instance of Symbol 876 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
boxx.gotoAndStop(nb);
}
Instance of Symbol 876 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 2;
boxx.gotoAndStop(nb);
}
Instance of Symbol 876 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 3;
boxx.gotoAndStop(nb);
}
Instance of Symbol 876 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 4;
boxx.gotoAndStop(nb);
}
Instance of Symbol 876 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 6;
boxx.gotoAndStop(nb);
}
Instance of Symbol 876 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 7;
boxx.gotoAndStop(nb);
}
Instance of Symbol 876 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 5;
boxx.gotoAndStop(nb);
}
Instance of Symbol 876 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 8;
boxx.gotoAndStop(nb);
}
Instance of Symbol 907 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 907 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 3;
}
Instance of Symbol 907 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 2;
}
Instance of Symbol 907 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 4;
}
Instance of Symbol 954 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 3;
boxx.gotoAndStop(nb);
}
Instance of Symbol 954 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 2;
boxx.gotoAndStop(nb);
}
Instance of Symbol 954 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
boxx.gotoAndStop(nb);
}
Instance of Symbol 988 MovieClip "dish_11" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_1" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_3" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_5" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_7" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_9" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_12" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_2" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_4" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_6" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_8" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_10" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_13" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Instance of Symbol 988 MovieClip "dish_14" in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
nb = 1;
}
Symbol 1220 MovieClip Frame 1
stopAllSounds();
mem_qual = _root._quality;
_root._quality = "medium";
Symbol 1220 MovieClip Frame 200
_root._quality = mem_qual;
_parent.play();
Symbol 1222 MovieClip Frame 2
stop();
Symbol 1243 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.interr.pauseboxx._currentframe == 1) {
gotoAndStop(_root.ob + 1);
if ((_root.ob >= 1) && (_root.ob <= 8)) {
_x = 25;
_y = -80;
_rotation = ((_root._xmouse / 5) - 200);
}
if ((_root.ob >= 9) && (_root.ob <= 12)) {
_x = 0;
_y = 0;
_rotation = 0;
}
if ((_root.ob >= 13) && (_root.ob <= 15)) {
_x = 0;
_y = 0;
_rotation = ((_root._xmouse / 5) - 90);
}
if (_root.ob == 16) {
_x = 0;
_y = 0;
_rotation = 0;
}
if ((_root.ob >= 17) && (_root.ob <= 20)) {
_x = 0;
_y = -20;
_rotation = 0;
}
if (_root.ob == 50) {
_x = 0;
_y = 0;
_rotation = 0;
}
if ((_root.ob >= 61) && (_root.ob <= 65)) {
_x = 0;
_y = 0;
_rotation = ((_root._xmouse / 5) - 90);
}
}
};
Instance of Symbol 1077 MovieClip "com" in Symbol 1243 MovieClip Frame 51
onClipEvent (enterFrame) {
gotoAndStop(_root.ob_typee + 1);
dboxx_1.gotoAndStop(_root.ob_beer);
dboxx_2.gotoAndStop(_root.ob_beer + 1);
dboxx_3.boxx.fort.gotoAndStop(_root.ob_fort + 1);
dboxx_4.gotoAndStop(_root.ob_verre);
dboxx_4.boxx.acc.gotoAndStop(_root.ob_acc + 1);
dboxx_4.boxx.glace.gotoAndStop(_root.ob_glace + 1);
dboxx_4.boxx.fort.gotoAndStop(_root.ob_fort + 1);
dboxx_4.boxx.juice.gotoAndStop(_root.ob_juice + 1);
}
Symbol 1245 MovieClip Frame 1
stop();
Symbol 1246 MovieClip Frame 1
stop();
Symbol 1246 MovieClip Frame 2
play();
Symbol 1246 MovieClip Frame 13
stop();
Symbol 1255 Button
on (release) {
act = 2;
}
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndPlay (6);
}
Symbol 1256 MovieClip Frame 1
stop();
Symbol 1256 MovieClip Frame 5
stop();
Symbol 1259 MovieClip Frame 1
if (_root.bossboy == 2) {
gotoAndStop (2);
} else {
stop();
}
Instance of Symbol 1256 MovieClip in Symbol 1259 MovieClip Frame 2
onClipEvent (load) {
boxx.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.gotoAndPlay(2);
}
}
Symbol 1259 MovieClip Frame 14
_root.cnt.dish_13.gotoAndStop(1);
_root.cnt.dish_14.gotoAndStop(1);
Symbol 1259 MovieClip Frame 16
_root.cnt.dish_11.gotoAndStop(1);
_root.cnt.dish_12.gotoAndStop(1);
Symbol 1259 MovieClip Frame 18
_root.cnt.dish_9.gotoAndStop(1);
_root.cnt.dish_10.gotoAndStop(1);
Symbol 1259 MovieClip Frame 22
_root.cnt.dish_7.gotoAndStop(1);
_root.cnt.dish_8.gotoAndStop(1);
Symbol 1259 MovieClip Frame 24
_root.cnt.dish_5.gotoAndStop(1);
_root.cnt.dish_6.gotoAndStop(1);
Symbol 1259 MovieClip Frame 26
_root.cnt.dish_3.gotoAndStop(1);
_root.cnt.dish_4.gotoAndStop(1);
Symbol 1259 MovieClip Frame 28
_root.cnt.dish_1.gotoAndStop(1);
_root.cnt.dish_2.gotoAndStop(1);
Symbol 1263 MovieClip Frame 1
stop();
Symbol 1263 MovieClip Frame 25
stop();
Symbol 1271 MovieClip Frame 1
stop();
Symbol 1271 MovieClip Frame 3
stop();
Symbol 1272 MovieClip Frame 1
stop();
Symbol 1272 MovieClip Frame 2
if (lastcall == 2) {
snd.gotoAndPlay(2);
lastcall = 1;
}
Symbol 1276 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.hour < 20) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 1278 MovieClip Frame 48
_root.timer = _root.timer + 5;
if (_root.timer >= 60) {
_root.timer = 0;
_root.hour = _root.hour + 1;
if (_root.hour == 24) {
_root.hour = 0;
}
if (_root.hour == 3) {
_root.interr.pauseboxx.gotoAndPlay(16);
}
}
if (_root.hour == 2) {
_parent.boxx.gotoAndPlay(2);
}
Instance of Symbol 1272 MovieClip "boxx" in Symbol 1279 MovieClip Frame 1
onClipEvent (load) {
lastcall = 2;
}
Symbol 1294 MovieClip Frame 1
stop();
Symbol 1294 MovieClip Frame 2
_parent.casecom.boxx.gotoAndPlay(2);
cm_1.gotoAndStop(_root.s_drink_typee_1 + 1);
cm_1.dboxx_1.gotoAndStop(_root.s_drink_beer_1);
cm_1.dboxx_2.gotoAndStop(_root.s_drink_beer_1 + 1);
cm_1.dboxx_3.boxx.fort.gotoAndStop(_root.s_drink_fort_1 + 1);
cm_1.dboxx_3.fort.boxx.gotoAndStop(_root.s_drink_fort_1);
cm_1.dboxx_4.gotoAndStop(_root.s_drink_verre_1);
cm_1.dboxx_4.boxx.glace.gotoAndStop(_root.s_drink_glace_1 + 1);
cm_1.dboxx_4.boxx.acc.gotoAndStop(_root.s_drink_acc_1 + 1);
cm_1.dboxx_4.boxx.fort.gotoAndStop(_root.s_drink_fort_1 + 1);
cm_1.dboxx_4.boxx.juice.gotoAndStop(_root.s_drink_juice_1 + 1);
cm_1.dboxx_4.fort.boxx.gotoAndStop(_root.s_drink_fort_1);
cm_1.dboxx_4.juice.boxx.gotoAndStop(_root.s_drink_juice_1);
cm_2.gotoAndStop(_root.s_drink_typee_2 + 1);
cm_2.dboxx_1.gotoAndStop(_root.s_drink_beer_2);
cm_2.dboxx_2.gotoAndStop(_root.s_drink_beer_2 + 1);
cm_2.dboxx_3.boxx.fort.gotoAndStop(_root.s_drink_fort_2 + 1);
cm_2.dboxx_3.fort.boxx.gotoAndStop(_root.s_drink_fort_2);
cm_2.dboxx_4.gotoAndStop(_root.s_drink_verre_2);
cm_2.dboxx_4.boxx.glace.gotoAndStop(_root.s_drink_glace_2 + 1);
cm_2.dboxx_4.boxx.acc.gotoAndStop(_root.s_drink_acc_2 + 1);
cm_2.dboxx_4.boxx.fort.gotoAndStop(_root.s_drink_fort_2 + 1);
cm_2.dboxx_4.boxx.juice.gotoAndStop(_root.s_drink_juice_2 + 1);
cm_2.dboxx_4.fort.boxx.gotoAndStop(_root.s_drink_fort_2);
cm_2.dboxx_4.juice.boxx.gotoAndStop(_root.s_drink_juice_2);
cm_3.gotoAndStop(_root.s_drink_typee_3 + 1);
cm_3.dboxx_1.gotoAndStop(_root.s_drink_beer_3);
cm_3.dboxx_2.gotoAndStop(_root.s_drink_beer_3 + 1);
cm_3.dboxx_3.boxx.fort.gotoAndStop(_root.s_drink_fort_3 + 1);
cm_3.dboxx_3.fort.boxx.gotoAndStop(_root.s_drink_fort_3);
cm_3.dboxx_4.gotoAndStop(_root.s_drink_verre_3);
cm_3.dboxx_4.boxx.glace.gotoAndStop(_root.s_drink_glace_3 + 1);
cm_3.dboxx_4.boxx.acc.gotoAndStop(_root.s_drink_acc_3 + 1);
cm_3.dboxx_4.boxx.fort.gotoAndStop(_root.s_drink_fort_3 + 1);
cm_3.dboxx_4.boxx.juice.gotoAndStop(_root.s_drink_juice_3 + 1);
cm_3.dboxx_4.fort.boxx.gotoAndStop(_root.s_drink_fort_3);
cm_3.dboxx_4.juice.boxx.gotoAndStop(_root.s_drink_juice_3);
cm_4.gotoAndStop(_root.s_drink_typee_4 + 1);
cm_4.dboxx_1.gotoAndStop(_root.s_drink_beer_4);
cm_4.dboxx_2.gotoAndStop(_root.s_drink_beer_4 + 1);
cm_4.dboxx_3.boxx.fort.gotoAndStop(_root.s_drink_fort_4 + 1);
cm_4.dboxx_3.fort.boxx.gotoAndStop(_root.s_drink_fort_4);
cm_4.dboxx_4.gotoAndStop(_root.s_drink_verre_4);
cm_4.dboxx_4.boxx.glace.gotoAndStop(_root.s_drink_glace_4 + 1);
cm_4.dboxx_4.boxx.acc.gotoAndStop(_root.s_drink_acc_4 + 1);
cm_4.dboxx_4.boxx.fort.gotoAndStop(_root.s_drink_fort_4 + 1);
cm_4.dboxx_4.boxx.juice.gotoAndStop(_root.s_drink_juice_4 + 1);
cm_4.dboxx_4.fort.boxx.gotoAndStop(_root.s_drink_fort_4);
cm_4.dboxx_4.juice.boxx.gotoAndStop(_root.s_drink_juice_4);
Symbol 1294 MovieClip Frame 5
if (items_nb == 1) {
stop();
}
Symbol 1294 MovieClip Frame 10
if (items_nb == 2) {
stop();
}
Symbol 1294 MovieClip Frame 15
if (items_nb == 3) {
stop();
}
Symbol 1294 MovieClip Frame 20
if (items_nb == 4) {
stop();
}
Symbol 1299 Button
on (release) {
pauseboxx.gotoAndPlay(2);
}
Symbol 1335 MovieClip Frame 1
stop();
Symbol 1335 MovieClip Frame 2
stopAllSounds();
_root.muz.timer = 1E15;
Instance of Symbol 1304 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1306 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1308 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1310 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1312 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1314 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1315 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1317 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1318 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1320 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 46 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
txx = "Resume";
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.play();
}
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 46 MovieClip in Symbol 1335 MovieClip Frame 6
onClipEvent (load) {
txx = "Career Menu";
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_root.got2go = 3;
}
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Symbol 1335 MovieClip Frame 11
_root.cnt.client_1.timerboxx.cnt.stop();
_root.cnt.client_2.timerboxx.cnt.stop();
_root.cnt.client_3.timerboxx.cnt.stop();
_root.cnt.client_4.timerboxx.cnt.stop();
_root.cnt.client_5.timerboxx.cnt.stop();
_root.cnt.client_6.timerboxx.cnt.stop();
_root.cnt.client_7.timerboxx.cnt.stop();
_root.interr.timer_boxx.cnt.stop();
stop();
Symbol 1335 MovieClip Frame 15
_root.cnt.client_1.timerboxx.cnt.play();
_root.cnt.client_2.timerboxx.cnt.play();
_root.cnt.client_3.timerboxx.cnt.play();
_root.cnt.client_4.timerboxx.cnt.play();
_root.cnt.client_5.timerboxx.cnt.play();
_root.cnt.client_6.timerboxx.cnt.play();
_root.cnt.client_7.timerboxx.cnt.play();
_root.interr.timer_boxx.cnt.play();
_root.muz.timer = 0;
gotoAndStop (1);
Symbol 1335 MovieClip Frame 16
stopAllSounds();
_root.muz.timer = 1E15;
Instance of Symbol 1324 MovieClip in Symbol 1335 MovieClip Frame 20
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1325 MovieClip in Symbol 1335 MovieClip Frame 20
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1326 MovieClip in Symbol 1335 MovieClip Frame 20
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1327 MovieClip in Symbol 1335 MovieClip Frame 20
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1329 MovieClip in Symbol 1335 MovieClip Frame 20
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1330 MovieClip in Symbol 1335 MovieClip Frame 20
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1331 MovieClip in Symbol 1335 MovieClip Frame 20
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1332 MovieClip in Symbol 1335 MovieClip Frame 20
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Instance of Symbol 1334 MovieClip in Symbol 1335 MovieClip Frame 20
onClipEvent (load) {
speed = 0.2;
sx = _x;
sy = _y;
aa = random(2) + 1;
if (aa == 1) {
_x = (random(800) - 400);
_y = -500;
}
if (aa == 2) {
_x = 500;
_y = (random(600) - 300);
}
if (aa == 3) {
_x = (random(800) - 400);
_y = 500;
}
if (aa == 4) {
_x = -500;
_y = (random(600) - 300);
}
}
onClipEvent (enterFrame) {
speedx = (sx - _x) * speed;
speedy = (sy - _y) * speed;
if ((_x < (sx - 0.5)) || (_x > (sx + 0.5))) {
_x = (_x + speedx);
}
if ((_y < (sy - 0.5)) || (_y > (sy + 0.5))) {
_y = (_y + speedy);
}
}
Symbol 1335 MovieClip Frame 100
_root.got2go = 2;
Symbol 1335 MovieClip Frame 101
_root.cnt.client_1.timerboxx.cnt.stop();
_root.cnt.client_2.timerboxx.cnt.stop();
_root.cnt.client_3.timerboxx.cnt.stop();
_root.cnt.client_4.timerboxx.cnt.stop();
_root.cnt.client_5.timerboxx.cnt.stop();
_root.cnt.client_6.timerboxx.cnt.stop();
_root.cnt.client_7.timerboxx.cnt.stop();
_root.interr.timer_boxx.cnt.stop();
Symbol 1335 MovieClip Frame 102
gotoAndStop (101);
Symbol 1336 MovieClip Frame 1
stop();
Symbol 1336 MovieClip Frame 2
if (_root.lvl <= 7) {
timer = random(3) + (7 - _root.lvl);
} else {
timer = random(3) + 1;
}
timer = timer * 48;
stop();
onEnterFrame = function () {
if (timer != 0) {
if (_root.interr.pauseboxx._currentframe == 1) {
timer = timer - 1;
}
} else {
gotoAndPlay (3);
}
};
Symbol 1336 MovieClip Frame 3
gotoAndPlay (4);
onEnterFrame = function () {
};
Symbol 1336 MovieClip Frame 4
aa = random(7) + 1;
typee = random(21) + 1;
if (((((((_root.cnt.client_1._currentframe != 1) && (_root.cnt.client_1._currentframe != 1)) && (_root.cnt.client_2._currentframe != 1)) && (_root.cnt.client_4._currentframe != 1)) && (_root.cnt.client_5._currentframe != 1)) && (_root.cnt.client_6._currentframe != 1)) && (_root.cnt.client_7._currentframe != 1)) {
}
Symbol 1336 MovieClip Frame 5
if (((((((_root.cnt.client_1.boxx.boxx._currentframe == typee) || (_root.cnt.client_2.boxx.boxx._currentframe == typee)) || (_root.cnt.client_3.boxx.boxx._currentframe == typee)) || (_root.cnt.client_4.boxx.boxx._currentframe == typee)) || (_root.cnt.client_5.boxx.boxx._currentframe == typee)) || (_root.cnt.client_6.boxx.boxx._currentframe == typee)) || (_root.cnt.client_7.boxx.boxx._currentframe == typee)) {
gotoAndPlay (4);
}
if (eval (("_root.cnt.client_" + aa) + "._currentframe") != 1) {
gotoAndPlay (4);
}
if ((eval (("_root.cnt.dish_" + ((aa * 2) - 1)) + "._currentframe") != 1) && (eval (("_root.cnt.dish_" + (aa * 2)) + "._currentframe") != 1)) {
gotoAndPlay (4);
}
Symbol 1336 MovieClip Frame 6
if (_root.lvl >= 1) {
items_nb = 1;
}
if (_root.lvl >= 3) {
items_nb = random(2) + 1;
}
if (_root.lvl >= 5) {
items_nb = random(3) + 1;
}
if (_root.lvl >= 8) {
items_nb = random(4) + 1;
}
drink = 1;
drink_typee_1 = 0;
drink_typee_2 = 0;
drink_typee_3 = 0;
drink_typee_4 = 0;
drink_used_1 = 1;
drink_used_2 = 1;
drink_used_3 = 1;
drink_used_4 = 1;
stop();
onEnterFrame = function () {
if ((_root.lvl >= 1) && (_root.lvl <= 3)) {
d_typee = random(3) + 1;
}
if (_root.lvl >= 4) {
d_typee = random(4) + 1;
}
if (eval ("drink_used_" + d_typee) == 2) {
} else {
Set("drink_used_" + d_typee, 2);
if (d_typee == 1) {
beer = random(3) + 1;
glace = 0;
acc = 0;
fort = 0;
juice = 0;
verre = 0;
}
if (d_typee == 2) {
beer = random(3) + 1;
glace = 0;
acc = 0;
fort = 0;
juice = 0;
verre = 0;
}
if (d_typee == 3) {
beer = 0;
glace = 0;
acc = 0;
fort = random(4) + 1;
juice = 0;
verre = random(2) + 1;
}
if (d_typee == 4) {
beer = 0;
glace = random(2);
acc = random(5);
fort = random(4) + 1;
juice = random(4) + 1;
verre = random(2) + 1;
}
Set("drink_typee_" + drink, d_typee);
Set("drink_beer_" + drink, beer);
Set("drink_glace_" + drink, glace);
Set("drink_acc_" + drink, acc);
Set("drink_fort_" + drink, fort);
Set("drink_juice_" + drink, juice);
Set("drink_verre_" + drink, verre);
drink = drink + 1;
if (drink > items_nb) {
gotoAndPlay (7);
}
}
};
Symbol 1336 MovieClip Frame 7
Set(("_root.cnt.client_" + aa) + ".typee", typee);
eval ("_root.cnt.client_" + aa).gotoAndStop(2);
_root.clients_pop = _root.clients_pop + 1;
Set(("_root.cnt.client_" + aa) + ".items_nb", items_nb);
Set(("_root.cnt.client_" + aa) + ".drink_typee_1", drink_typee_1);
Set(("_root.cnt.client_" + aa) + ".drink_beer_1", drink_beer_1);
Set(("_root.cnt.client_" + aa) + ".drink_glace_1", drink_glace_1);
Set(("_root.cnt.client_" + aa) + ".drink_acc_1", drink_acc_1);
Set(("_root.cnt.client_" + aa) + ".drink_fort_1", drink_fort_1);
Set(("_root.cnt.client_" + aa) + ".drink_juice_1", drink_juice_1);
Set(("_root.cnt.client_" + aa) + ".drink_verre_1", drink_verre_1);
Set(("_root.cnt.client_" + aa) + ".drink_typee_2", drink_typee_2);
Set(("_root.cnt.client_" + aa) + ".drink_beer_2", drink_beer_2);
Set(("_root.cnt.client_" + aa) + ".drink_glace_2", drink_glace_2);
Set(("_root.cnt.client_" + aa) + ".drink_acc_2", drink_acc_2);
Set(("_root.cnt.client_" + aa) + ".drink_fort_2", drink_fort_2);
Set(("_root.cnt.client_" + aa) + ".drink_juice_2", drink_juice_2);
Set(("_root.cnt.client_" + aa) + ".drink_verre_2", drink_verre_2);
Set(("_root.cnt.client_" + aa) + ".drink_typee_3", drink_typee_3);
Set(("_root.cnt.client_" + aa) + ".drink_beer_3", drink_beer_3);
Set(("_root.cnt.client_" + aa) + ".drink_glace_3", drink_glace_3);
Set(("_root.cnt.client_" + aa) + ".drink_acc_3", drink_acc_3);
Set(("_root.cnt.client_" + aa) + ".drink_fort_3", drink_fort_3);
Set(("_root.cnt.client_" + aa) + ".drink_juice_3", drink_juice_3);
Set(("_root.cnt.client_" + aa) + ".drink_verre_3", drink_verre_3);
Set(("_root.cnt.client_" + aa) + ".drink_typee_4", drink_typee_4);
Set(("_root.cnt.client_" + aa) + ".drink_beer_4", drink_beer_4);
Set(("_root.cnt.client_" + aa) + ".drink_glace_4", drink_glace_4);
Set(("_root.cnt.client_" + aa) + ".drink_acc_4", drink_acc_4);
Set(("_root.cnt.client_" + aa) + ".drink_fort_4", drink_fort_4);
Set(("_root.cnt.client_" + aa) + ".drink_juice_4", drink_juice_4);
Set(("_root.cnt.client_" + aa) + ".drink_verre_4", drink_verre_4);
gotoAndStop (2);
Symbol 1371 MovieClip Frame 1
if (_root.tuto == 2) {
} else {
stop();
}
Symbol 1371 MovieClip Frame 2
timer = 10;
stop();
onEnterFrame = function () {
if (timer != 0) {
timer = timer - 1;
} else {
_root.interr.pauseboxx.gotoAndStop(101);
}
};
Instance of Symbol 46 MovieClip in Symbol 1371 MovieClip Frame 2
onClipEvent (load) {
txx = "Ok";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.gotoAndStop(_parent._currentframe + 1);
}
}
Instance of Symbol 46 MovieClip in Symbol 1371 MovieClip Frame 2
onClipEvent (load) {
txx = "Skip";
}
onClipEvent (enterFrame) {
if (act == 2) {
act = 1;
_parent.gotoAndStop(13);
}
}
Symbol 1371 MovieClip Frame 3
_root.cnt.client_1.gotoAndStop(1);
_root.cnt.client_2.gotoAndStop(1);
_root.cnt.client_3.gotoAndStop(1);
_root.cnt.client_4.gotoAndStop(1);
_root.cnt.client_5.gotoAndStop(1);
_root.cnt.client_6.typee = 17;
_root.cnt.client_6.gotoAndStop(2);
_root.cnt.client_6.timerboxx._visible = false;
_root.cnt.client_6.timerboxx.cnt.stop();
_root.cnt.client_7.gotoAndStop(1);
_root.daclient = 6;
_root.interr.commande.gotoAndPlay(2);
_root.interr.commande.items_nb = 4;
_root.s_drink_typee_1 = 1;
_root.s_drink_beer_1 = 3;
_root.s_drink_glace_1 = 0;
_root.s_drink_acc_1 = 0;
_root.s_drink_fort_1 = 0;
_root.s_drink_juice_1 = 0;
_root.s_drink_acc_1 = 0;
_root.s_drink_verre_1 = 0;
_root.s_drink_typee_2 = 2;
_root.s_drink_beer_2 = 2;
_root.s_drink_glace_2 = 0;
_root.s_drink_acc_2 = 0;
_root.s_drink_fort_2 = 0;
_root.s_drink_juice_2 = 0;
_root.s_drink_verre_2 = 0;
_root.s_drink_typee_3 = 3;
_root.s_drink_beer_3 = 0;
_root.s_drink_glace_3 = 0;
_root.s_drink_acc_3 = 0;
_root.s_drink_fort_3 = 3;
_root.s_drink_juice_3 = 0;
_root.s_drink_verre_3 = 0;
_root.s_drink_typee_4 = 4;
_root.s_drink_beer_4 = 0;
_root.s_drink_glace_4 = 1;
_root.s_drink_acc_4 = 3;
_root.s_drink_fort_4 = 1;
_root.s_drink_juice_4 = 3;
_root.s_drink_verre_4 = 2;
_root.cnt.dish_2.gotoAndStop(2);
_root.cnt.dish_14.gotoAndStop(5);
_root.interr.pauseboxx.gotoAndStop(102);
Symbol 1371 MovieClip Frame 13
_root.got2go = 4;
_root.tuto = 1;
stop();
Symbol 1378 MovieClip Frame 1
timer = 0;
stop();
onEnterFrame = function () {
if (timer != 0) {
timer = timer - 1;
} else {
aa = random(6) + 1;
if (_root.lasttrack == aa) {
timer = 1;
} else {
stopAllSounds();
gotoAndPlay(aa * 2);
_root.lasttrack = aa;
timer = 960;
}
}
};
Symbol 1378 MovieClip Frame 3
stop();
Symbol 1378 MovieClip Frame 5
stop();
Symbol 1378 MovieClip Frame 7
stop();
Symbol 1378 MovieClip Frame 9
stop();
Symbol 1378 MovieClip Frame 11
stop();
Symbol 1378 MovieClip Frame 13
stop();
Symbol 1383 MovieClip Frame 1
stop();
Symbol 1383 MovieClip Frame 3
stop();
Symbol 1383 MovieClip Frame 5
stop();
Symbol 1383 MovieClip Frame 7
stop();
Symbol 1383 MovieClip Frame 9
stop();
Symbol 1383 MovieClip Frame 11
stop();