Frame 1 (13.42 KiB) ● ●
MochiAd.showPreGameAd({id:"081ce1eee9bd6ae3", res:"400x350"});
var MochiAd = {getVersion:function () {
return("2.1");
}, showPreGameAd:function (options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:0, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = MochiAd._parseOptions(options, _local27);
var clip = options.clip;
var _local23 = 8000;
var _local26 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!MochiAd.load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = MochiAd._getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local7._x = 10;
_local7._y = _local13 - 20;
var _local22 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local24 = options.outline;
delete options.outline;
var _local5 = _local7.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local7.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local22);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local6 = _local7.createEmptyMovieClip("_outline", 3);
_local6.lineStyle(0, _local24, 100);
_local6.moveTo(0, 0);
_local6.lineTo(_local4 - 20, 0);
_local6.lineTo(_local4 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
chk.ad_msec = _local23;
chk.ad_timeout = _local26;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}, showInterLevelAd:function (options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = MochiAd._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 (!MochiAd.load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = MochiAd._getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}, showTimedAd:function (options) {
MochiAd.showInterLevelAd(options);
}, showPreloaderAd:function (options) {
MochiAd.showPreGameAd(options);
}, _allowDomains:function (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);
}, _loadCommunicator:function (options) {
var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = MochiAd._parseOptions(options, _local26);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = MochiAd.getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!MochiAd._isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
MochiAd._allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local25 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local25);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb_arg) {
var _local8 = parseInt(cb_arg);
var _local4 = this._callbacks[_local8];
if (!_local4) {
return(undefined);
}
delete this._callbacks[_local8];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}, fetchHighScores:function (options, callbackObj, callbackMethod) {
var _local1 = MochiAd._loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}, load:function (options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = MochiAd._parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = MochiAd.getVersion();
var _local9 = options.clip;
if (!MochiAd._isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = MochiAd._getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = MochiAd._allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}, unload:function (clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}, _isNetworkAvailable:function () {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}, _getRes:function (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]);
}, _parseOptions:function (options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local4);
}, _:null};
Stage.showMenu = false;
fscommand ("allowscale", false);
if (_framesloaded == _totalframes) {
gotoAndPlay (3);
}
caucula = (getBytesLoaded() / getBytesTotal()) * 100;
_root.barra._xscale = caucula;
Frame 2 (27 B)
stop();
gotoAndPlay (1);
Frame 4 (1.22 KiB) ●
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("a2e13029", this, 10301, true);
Frame 172 (8 B)
stop();
Frame 246 (17 B)
stopAllSounds();
Frame 247 (19 B)
gotoAndStop (172);
Frame 249 (60 B)
stop();
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 250 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 251 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 252 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 253 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 254 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 255 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 256 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 257 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 258 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 259 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 260 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 265 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 266 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 267 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 268 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 269 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 271 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 273 (103 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
Frame 274 (129 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
Frame 275 (103 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
Frame 276 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 277 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 278 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 279 (103 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
Frame 281 (25 B)
bot1.tabEnabled = false;
Frame 282 (25 B)
bot1.tabEnabled = false;
Frame 283 (25 B)
bot1.tabEnabled = false;
Frame 340 (39 B)
resposta = "";
resposta.tabIndex = 1;
Frame 416 (8 B)
stop();
Frame 492 (8 B)
stop();
Frame 604 (19 B)
gotoAndStop (281);
Frame 716 (19 B)
gotoAndStop (282);
Frame 717 (17 B)
stopAllSounds();
Frame 847 (8 B)
stop();
Frame 859 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 860 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 861 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 862 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 864 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 865 (25 B)
bot1.tabEnabled = false;
Frame 866 (41 B)
respostaf = "";
respostaf.tabIndex = 1;
Frame 979 (19 B)
gotoAndStop (283);
Frame 1008 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1009 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1010 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1011 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 1013 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1014 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1015 (41 B)
respostaf = "";
respostaf.tabIndex = 1;
Frame 1017 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1018 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1019 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 1021 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1024 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1025 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1026 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 1028 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1033 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1034 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Frame 1035 (77 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
Frame 1037 (51 B)
bot1.tabEnabled = false;
bot2.tabEnabled = false;
Symbol 12 MovieClip Frame 34 (8 B)
stop();
Symbol 18 MovieClip Frame 70 (8 B)
stop();
Symbol 21 Button (61 B)
on (press, release) {
gotoAndPlay (248);
stopAllSounds();
}
Symbol 49 Button (43 B)
on (press, release) {
gotoAndStop (273);
}
Symbol 51 Button (43 B)
on (press, release) {
gotoAndStop (253);
}
Symbol 59 Button (43 B)
on (press, release) {
gotoAndStop (274);
}
Symbol 60 Button (43 B)
on (press, release) {
gotoAndStop (254);
}
Symbol 63 Button (43 B)
on (press, release) {
gotoAndStop (278);
}
Symbol 64 Button (43 B)
on (press, release) {
gotoAndStop (255);
}
Symbol 65 Button (43 B)
on (press, release) {
gotoAndStop (279);
}
Symbol 66 Button (43 B)
on (press, release) {
gotoAndStop (256);
}
Symbol 74 Button (43 B)
on (press, release) {
gotoAndStop (257);
}
Symbol 76 Button (43 B)
on (press, release) {
gotoAndStop (249);
}
Symbol 77 Button (43 B)
on (press, release) {
gotoAndStop (258);
}
Symbol 78 Button (43 B)
on (press, release) {
gotoAndStop (250);
}
Symbol 79 Button (43 B)
on (press, release) {
gotoAndStop (259);
}
Symbol 80 Button (43 B)
on (press, release) {
gotoAndStop (251);
}
Symbol 81 Button (43 B)
on (press, release) {
gotoAndStop (260);
}
Symbol 82 Button (43 B)
on (press, release) {
gotoAndStop (252);
}
Symbol 85 Button (43 B)
on (press, release) {
gotoAndStop (265);
}
Symbol 86 Button (43 B)
on (press, release) {
gotoAndStop (261);
}
Symbol 87 Button (43 B)
on (press, release) {
gotoAndStop (253);
}
Symbol 88 Button (43 B)
on (press, release) {
gotoAndStop (266);
}
Symbol 89 Button (43 B)
on (press, release) {
gotoAndStop (262);
}
Symbol 90 Button (43 B)
on (press, release) {
gotoAndStop (254);
}
Symbol 91 Button (43 B)
on (press, release) {
gotoAndStop (267);
}
Symbol 92 Button (43 B)
on (press, release) {
gotoAndStop (263);
}
Symbol 93 Button (43 B)
on (press, release) {
gotoAndStop (255);
}
Symbol 94 Button (43 B)
on (press, release) {
gotoAndStop (268);
}
Symbol 95 Button (43 B)
on (press, release) {
gotoAndStop (264);
}
Symbol 96 Button (43 B)
on (press, release) {
gotoAndStop (256);
}
Symbol 113 MovieClip Frame 7 (8 B)
stop();
Symbol 116 Button (43 B)
on (press, release) {
gotoAndStop (257);
}
Symbol 117 Button (43 B)
on (press, release) {
gotoAndStop (258);
}
Symbol 118 Button (43 B)
on (press, release) {
gotoAndStop (259);
}
Symbol 119 Button (43 B)
on (press, release) {
gotoAndStop (260);
}
Symbol 122 Button (43 B)
on (press, release) {
gotoAndStop (257);
}
Symbol 124 Button (43 B)
on (press, release) {
gotoAndStop (269);
}
Symbol 125 Button (43 B)
on (press, release) {
gotoAndStop (258);
}
Symbol 126 Button (43 B)
on (press, release) {
gotoAndStop (270);
}
Symbol 127 Button (43 B)
on (press, release) {
gotoAndStop (259);
}
Symbol 128 Button (43 B)
on (press, release) {
gotoAndStop (271);
}
Symbol 129 Button (43 B)
on (press, release) {
gotoAndStop (260);
}
Symbol 130 Button (43 B)
on (press, release) {
gotoAndStop (272);
}
Symbol 133 Button (43 B)
on (press, release) {
gotoAndStop (265);
}
Symbol 134 Button (43 B)
on (press, release) {
gotoAndStop (270);
}
Symbol 135 Button (43 B)
on (press, release) {
gotoAndStop (266);
}
Symbol 136 Button (43 B)
on (press, release) {
gotoAndStop (267);
}
Symbol 137 Button (43 B)
on (press, release) {
gotoAndStop (272);
}
Symbol 138 Button (43 B)
on (press, release) {
gotoAndStop (268);
}
Symbol 148 Button (43 B)
on (press, release) {
gotoAndStop (278);
}
Symbol 149 Button (43 B)
on (press, release) {
gotoAndStop (339);
}
Symbol 151 Button (43 B)
on (press, release) {
gotoAndPlay (341);
}
Symbol 152 Button (43 B)
on (press, release) {
gotoAndStop (275);
}
Symbol 153 Button (43 B)
on (press, release) {
gotoAndStop (279);
}
Symbol 154 Button (43 B)
on (press, release) {
gotoAndStop (336);
}
Symbol 155 Button (43 B)
on (press, release) {
gotoAndPlay (417);
}
Symbol 157 Button (44 B)
on (press, release) {
gotoAndStop (1033);
}
Symbol 158 Button (44 B)
on (press, release) {
gotoAndStop (1031);
}
Symbol 159 Button (43 B)
on (press, release) {
gotoAndStop (277);
}
Symbol 166 Button (44 B)
on (press, release) {
gotoAndStop (1017);
}
Symbol 167 Button (43 B)
on (press, release) {
gotoAndStop (340);
}
Symbol 168 Button (44 B)
on (press, release) {
gotoAndStop (1024);
}
Symbol 169 Button (43 B)
on (press, release) {
gotoAndPlay (493);
}
Symbol 170 Button (43 B)
on (press, release) {
gotoAndStop (857);
}
Symbol 171 Button (43 B)
on (press, release) {
gotoAndPlay (868);
}
Symbol 172 Button (43 B)
on (press, release) {
gotoAndStop (337);
}
Symbol 173 Button (43 B)
on (press, release) {
gotoAndPlay (605);
}
Symbol 174 Button (43 B)
on (press, release) {
gotoAndStop (277);
}
Symbol 175 Button (43 B)
on (press, release) {
gotoAndStop (338);
}
Symbol 182 Button (43 B)
on (press, release) {
gotoAndStop (285);
}
Symbol 183 Button (43 B)
on (press, release) {
gotoAndStop (284);
}
Symbol 184 Button (43 B)
on (press, release) {
gotoAndStop (980);
}
Symbol 191 Button (43 B)
on (press, release) {
gotoAndStop (286);
}
Symbol 192 Button (43 B)
on (press, release) {
gotoAndStop (322);
}
Symbol 193 Button (43 B)
on (press, release) {
gotoAndStop (304);
}
Symbol 201 Button (43 B)
on (press, release) {
gotoAndStop (287);
}
Symbol 202 Button (43 B)
on (press, release) {
gotoAndStop (323);
}
Symbol 203 Button (43 B)
on (press, release) {
gotoAndStop (305);
}
Symbol 204 Button (43 B)
on (press, release) {
gotoAndStop (288);
}
Symbol 205 Button (43 B)
on (press, release) {
gotoAndStop (308);
}
Symbol 206 Button (43 B)
on (press, release) {
gotoAndStop (316);
}
Symbol 207 Button (43 B)
on (press, release) {
gotoAndStop (289);
}
Symbol 208 Button (43 B)
on (press, release) {
gotoAndStop (309);
}
Symbol 209 Button (43 B)
on (press, release) {
gotoAndStop (317);
}
Symbol 210 Button (43 B)
on (press, release) {
gotoAndStop (284);
}
Symbol 211 Button (43 B)
on (press, release) {
gotoAndStop (326);
}
Symbol 212 Button (43 B)
on (press, release) {
gotoAndStop (312);
}
Symbol 213 Button (43 B)
on (press, release) {
gotoAndStop (285);
}
Symbol 214 Button (43 B)
on (press, release) {
gotoAndStop (327);
}
Symbol 215 Button (43 B)
on (press, release) {
gotoAndStop (313);
}
Symbol 216 Button (43 B)
on (press, release) {
gotoAndStop (292);
}
Symbol 217 Button (43 B)
on (press, release) {
gotoAndStop (330);
}
Symbol 218 Button (43 B)
on (press, release) {
gotoAndStop (293);
}
Symbol 219 Button (43 B)
on (press, release) {
gotoAndStop (331);
}
Symbol 220 Button (43 B)
on (press, release) {
gotoAndStop (294);
}
Symbol 221 Button (43 B)
on (press, release) {
gotoAndStop (852);
}
Symbol 222 Button (43 B)
on (press, release) {
gotoAndStop (295);
}
Symbol 223 Button (43 B)
on (press, release) {
gotoAndStop (853);
}
Symbol 224 Button (43 B)
on (press, release) {
gotoAndStop (290);
}
Symbol 225 Button (43 B)
on (press, release) {
gotoAndStop (332);
}
Symbol 226 Button (43 B)
on (press, release) {
gotoAndStop (291);
}
Symbol 227 Button (43 B)
on (press, release) {
gotoAndStop (333);
}
Symbol 228 Button (43 B)
on (press, release) {
gotoAndStop (298);
}
Symbol 229 Button (43 B)
on (press, release) {
gotoAndStop (299);
}
Symbol 230 Button (43 B)
on (press, release) {
gotoAndStop (300);
}
Symbol 231 Button (43 B)
on (press, release) {
gotoAndStop (301);
}
Symbol 232 Button (43 B)
on (press, release) {
gotoAndStop (296);
}
Symbol 233 Button (43 B)
on (press, release) {
gotoAndStop (297);
}
Symbol 234 Button (43 B)
on (press, release) {
gotoAndStop (310);
}
Symbol 235 Button (43 B)
on (press, release) {
gotoAndStop (311);
}
Symbol 236 Button (43 B)
on (press, release) {
gotoAndStop (324);
}
Symbol 237 Button (43 B)
on (press, release) {
gotoAndStop (302);
}
Symbol 238 Button (43 B)
on (press, release) {
gotoAndStop (325);
}
Symbol 239 Button (43 B)
on (press, release) {
gotoAndStop (303);
}
Symbol 240 Button (43 B)
on (press, release) {
gotoAndStop (320);
}
Symbol 241 Button (43 B)
on (press, release) {
gotoAndStop (321);
}
Symbol 242 Button (43 B)
on (press, release) {
gotoAndStop (334);
}
Symbol 243 Button (43 B)
on (press, release) {
gotoAndStop (306);
}
Symbol 244 Button (43 B)
on (press, release) {
gotoAndStop (335);
}
Symbol 245 Button (43 B)
on (press, release) {
gotoAndStop (307);
}
Symbol 246 Button (43 B)
on (press, release) {
gotoAndStop (314);
}
Symbol 247 Button (43 B)
on (press, release) {
gotoAndStop (315);
}
Symbol 249 Button (43 B)
on (press, release) {
gotoAndStop (318);
}
Symbol 251 Button (43 B)
on (press, release) {
gotoAndStop (319);
}
Symbol 258 MovieClip Frame 24 (8 B)
stop();
Symbol 260 Button (43 B)
on (press, release) {
gotoAndStop (859);
}
Symbol 262 Button (43 B)
on (press, release) {
gotoAndStop (276);
}
Symbol 263 Button (43 B)
on (press, release) {
gotoAndStop (328);
}
Symbol 264 Button (43 B)
on (press, release) {
gotoAndStop (329);
}
Symbol 265 Button (43 B)
on (press, release) {
gotoAndStop (854);
}
Symbol 266 Button (43 B)
on (press, release) {
gotoAndStop (855);
}
Symbol 277 Button (43 B)
on (press, release) {
gotoAndStop (274);
}
Symbol 278 Button (43 B)
on (press, release) {
gotoAndStop (278);
}
Symbol 279 Button (43 B)
on (press, release) {
gotoAndStop (279);
}
Symbol 280 Button (43 B)
on (press, release) {
gotoAndStop (273);
}
Symbol 285 Button (146 B)
on (release, keyPress "<Enter>") {
if (resposta == "c782") {
errado = resposta;
gotoAndPlay (717);
} else {
errado.text = "no";
}
}
Symbol 306 MovieClip Frame 36 (8 B)
stop();
Symbol 308 MovieClip Frame 40 (26 B)
stop();
stopAllSounds();
Symbol 310 Button (43 B)
on (press, release) {
gotoAndStop (172);
}
Symbol 341 MovieClip Frame 130 (8 B)
stop();
Symbol 345 MovieClip Frame 101 (8 B)
stop();
Symbol 347 Button (43 B)
on (press, release) {
gotoAndStop (277);
}
Symbol 348 Button (43 B)
on (press, release) {
gotoAndStop (860);
}
Symbol 349 Button (43 B)
on (press, release) {
gotoAndStop (866);
}
Symbol 350 Button (43 B)
on (press, release) {
gotoAndStop (276);
}
Symbol 351 Button (43 B)
on (press, release) {
gotoAndStop (859);
}
Symbol 352 Button (43 B)
on (press, release) {
gotoAndStop (861);
}
Symbol 353 Button (43 B)
on (press, release) {
gotoAndStop (862);
}
Symbol 354 Button (43 B)
on (press, release) {
gotoAndStop (864);
}
Symbol 355 Button (43 B)
on (press, release) {
gotoAndStop (863);
}
Symbol 356 Button (43 B)
on (press, release) {
gotoAndStop (861);
}
Symbol 357 Button (43 B)
on (press, release) {
gotoAndStop (862);
}
Symbol 358 Button (43 B)
on (press, release) {
gotoAndStop (862);
}
Symbol 359 Button (43 B)
on (press, release) {
gotoAndStop (865);
}
Symbol 360 Button (43 B)
on (press, release) {
gotoAndStop (864);
}
Symbol 365 Button (43 B)
on (press, release) {
gotoAndStop (981);
}
Symbol 366 Button (43 B)
on (press, release) {
gotoAndStop (999);
}
Symbol 367 Button (43 B)
on (press, release) {
gotoAndStop (989);
}
Symbol 369 Button (43 B)
on (press, release) {
gotoAndStop (982);
}
Symbol 370 Button (43 B)
on (press, release) {
gotoAndStop (992);
}
Symbol 371 Button (43 B)
on (press, release) {
gotoAndStop (996);
}
Symbol 372 Button (43 B)
on (press, release) {
gotoAndStop (980);
}
Symbol 373 Button (44 B)
on (press, release) {
gotoAndStop (1001);
}
Symbol 374 Button (43 B)
on (press, release) {
gotoAndStop (994);
}
Symbol 375 Button (43 B)
on (press, release) {
gotoAndStop (984);
}
Symbol 376 Button (44 B)
on (press, release) {
gotoAndStop (1003);
}
Symbol 377 Button (43 B)
on (press, release) {
gotoAndStop (985);
}
Symbol 378 Button (44 B)
on (press, release) {
gotoAndStop (1006);
}
Symbol 379 Button (43 B)
on (press, release) {
gotoAndStop (983);
}
Symbol 380 Button (44 B)
on (press, release) {
gotoAndStop (1004);
}
Symbol 381 Button (43 B)
on (press, release) {
gotoAndStop (987);
}
Symbol 382 Button (43 B)
on (press, release) {
gotoAndStop (988);
}
Symbol 383 Button (43 B)
on (press, release) {
gotoAndStop (990);
}
Symbol 384 Button (43 B)
on (press, release) {
gotoAndStop (986);
}
Symbol 385 Button (43 B)
on (press, release) {
gotoAndStop (993);
}
Symbol 386 Button (44 B)
on (press, release) {
gotoAndStop (1000);
}
Symbol 387 Button (43 B)
on (press, release) {
gotoAndStop (998);
}
Symbol 388 Button (44 B)
on (press, release) {
gotoAndStop (1005);
}
Symbol 389 Button (43 B)
on (press, release) {
gotoAndStop (991);
}
Symbol 390 Button (43 B)
on (press, release) {
gotoAndStop (995);
}
Symbol 392 Button (43 B)
on (press, release) {
gotoAndStop (997);
}
Symbol 393 Button (44 B)
on (press, release) {
gotoAndStop (1008);
}
Symbol 395 Button (44 B)
on (press, release) {
gotoAndStop (1002);
}
Symbol 396 Button (44 B)
on (press, release) {
gotoAndStop (1007);
}
Symbol 397 Button (44 B)
on (press, release) {
gotoAndStop (1009);
}
Symbol 398 Button (44 B)
on (press, release) {
gotoAndStop (1015);
}
Symbol 399 Button (44 B)
on (press, release) {
gotoAndStop (1008);
}
Symbol 400 Button (44 B)
on (press, release) {
gotoAndStop (1010);
}
Symbol 401 Button (44 B)
on (press, release) {
gotoAndStop (1011);
}
Symbol 402 Button (44 B)
on (press, release) {
gotoAndStop (1013);
}
Symbol 403 Button (44 B)
on (press, release) {
gotoAndStop (1012);
}
Symbol 404 Button (44 B)
on (press, release) {
gotoAndStop (1010);
}
Symbol 405 Button (44 B)
on (press, release) {
gotoAndStop (1011);
}
Symbol 406 Button (44 B)
on (press, release) {
gotoAndStop (1011);
}
Symbol 407 Button (44 B)
on (press, release) {
gotoAndStop (1014);
}
Symbol 408 Button (44 B)
on (press, release) {
gotoAndStop (1013);
}
Symbol 409 Button (43 B)
on (press, release) {
gotoAndStop (865);
}
Symbol 411 Button (43 B)
on (press, release) {
gotoAndStop (276);
}
Symbol 412 Button (44 B)
on (press, release) {
gotoAndStop (1018);
}
Symbol 413 Button (44 B)
on (press, release) {
gotoAndStop (1019);
}
Symbol 414 Button (44 B)
on (press, release) {
gotoAndStop (1021);
}
Symbol 415 Button (44 B)
on (press, release) {
gotoAndStop (1020);
}
Symbol 416 Button (44 B)
on (press, release) {
gotoAndStop (1018);
}
Symbol 417 Button (44 B)
on (press, release) {
gotoAndStop (1019);
}
Symbol 418 Button (44 B)
on (press, release) {
gotoAndStop (1019);
}
Symbol 419 Button (44 B)
on (press, release) {
gotoAndStop (1022);
}
Symbol 420 Button (44 B)
on (press, release) {
gotoAndStop (1021);
}
Symbol 421 Button (43 B)
on (press, release) {
gotoAndStop (277);
}
Symbol 422 Button (44 B)
on (press, release) {
gotoAndStop (1025);
}
Symbol 423 Button (44 B)
on (press, release) {
gotoAndStop (1026);
}
Symbol 424 Button (44 B)
on (press, release) {
gotoAndStop (1028);
}
Symbol 425 Button (44 B)
on (press, release) {
gotoAndStop (1027);
}
Symbol 426 Button (44 B)
on (press, release) {
gotoAndStop (1025);
}
Symbol 427 Button (44 B)
on (press, release) {
gotoAndStop (1026);
}
Symbol 428 Button (44 B)
on (press, release) {
gotoAndStop (1026);
}
Symbol 429 Button (44 B)
on (press, release) {
gotoAndStop (1029);
}
Symbol 430 Button (44 B)
on (press, release) {
gotoAndStop (1028);
}
Symbol 431 Button (43 B)
on (press, release) {
gotoAndStop (275);
}
Symbol 432 Button (43 B)
on (press, release) {
gotoAndStop (275);
}
Symbol 433 Button (44 B)
on (press, release) {
gotoAndStop (1034);
}
Symbol 434 Button (44 B)
on (press, release) {
gotoAndStop (1035);
}
Symbol 435 Button (44 B)
on (press, release) {
gotoAndStop (1037);
}
Symbol 436 Button (44 B)
on (press, release) {
gotoAndStop (1036);
}
Symbol 437 Button (44 B)
on (press, release) {
gotoAndStop (1034);
}
Symbol 438 Button (44 B)
on (press, release) {
gotoAndStop (1035);
}
Symbol 439 Button (44 B)
on (press, release) {
gotoAndStop (1035);
}
Symbol 440 Button (44 B)
on (press, release) {
gotoAndStop (1038);
}
Symbol 441 Button (44 B)
on (press, release) {
gotoAndStop (1037);
}