Frame 1
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
stop();
__com_mochibot__("77500a96", this, 10301, true);
Stage.showMenu = false;
Frame 7
this_url = _root._url;
allowed_urls = new Array("uploads.ungrounded.net", "uploads.newgrounds.com", "www.notdoppler.com", "notdoppler.com");
this_url = this_url.substr(7, this_url.length);
this_url = this_url.substr(0, this_url.indexOf("/"));
var found_good_url = 0;
var i = 0;
while (i < allowed_urls.length) {
if (this_url == allowed_urls[i]) {
found_good_url = 1;
break;
}
i++;
}
if (found_good_url == 1) {
gotoAndStop ("thurs");
} else {
gotoAndStop ("thurs");
}
Frame 10
stop();
bgSound = new Sound(this);
bgSound.attachSound("soundAll");
bgSound.start(0, 99);
Frame 16
stop();
Frame 23
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);
}
stop();
__com_mochibot__("30c6295b", this, 10301, true);
beginGame_btn.onRelease = function () {
gotoAndStop ("11_begin");
};
musicby_btn.onRelease = function () {
getURL ("http://www.newgrounds.com/audio/view.php?id=198486&sub=37040", "_blank");
};
statsby_btn.onRelease = function () {
getURL ("http://www.mochibot.com", "_blank");
};
createdby_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/", "_blank");
};
download_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/files/download/lessquick.zip", "_blank");
};
var loseWrong;
loseWrong = 100000 /* 0x0186A0 */;
var loseTime;
loseTime = 100000 /* 0x0186A0 */;
var livesLeft;
livesLeft = loseWrong + loseTime;
var levelCount;
levelCount = 0;
var stats11;
stats11 = 0;
var stats12;
stats12 = 0;
var stats13;
stats13 = 0;
var stats14;
stats14 = 0;
var stats15;
stats15 = 0;
var stats21;
stats21 = 0;
var stats22;
stats22 = 0;
var stats23;
stats23 = 0;
var stats24;
stats24 = 0;
var stats25;
stats25 = 0;
var stats31;
stats31 = 0;
var stats32;
stats32 = 0;
var stats33;
stats33 = 0;
var stats34;
stats34 = 0;
var stats35;
stats35 = 0;
var statsAll;
var timing = false;
var paused = false;
var remaining;
var elapsedTime;
var elapsedHours;
var elapsedM;
var elapsedS;
var elapsedH;
var startTime;
var remaining;
var hours;
var minutes;
var seconds;
var hundredths;
_root.onEnterFrame = function () {
if (timing) {
elapsedTime = getTimer() - startTime;
elapsedHours = Math.floor(elapsedTime / 3600000);
remaining = elapsedTime - (elapsedHours * 3600000);
elapsedM = Math.floor(remaining / 60000);
remaining = remaining - (elapsedM * 60000);
elapsedS = Math.floor(remaining / 1000);
remaining = remaining - (elapsedS * 1000);
elapsedH = Math.floor(remaining / 10);
if (elapsedHours < 10) {
hours = "0" + elapsedHours.toString();
} else {
hours = elapsedHours.toString();
}
if (elapsedM < 10) {
minutes = "0" + elapsedM.toString();
} else {
minutes = elapsedM.toString();
}
if (elapsedS < 10) {
seconds = "0" + elapsedS.toString();
} else {
seconds = elapsedS.toString();
}
if (elapsedH < 10) {
hundredths = "0" + elapsedH.toString();
} else {
hundredths = elapsedH.toString();
}
_root.timer_txt = (((((hours + ":") + minutes) + ":") + seconds) + ":") + hundredths;
}
};
Frame 31
stop();
var loseWrong;
loseWrong = 10;
var loseTime;
loseTime = 5;
var stats11;
stats11 = 0;
var stats12;
stats12 = 0;
var stats13;
stats13 = 0;
var stats14;
stats14 = 0;
var stats15;
stats15 = 0;
var stats21;
stats21 = 0;
var stats22;
stats22 = 0;
var stats23;
stats23 = 0;
var stats24;
stats24 = 0;
var stats25;
stats25 = 0;
var stats31;
stats31 = 0;
var stats32;
stats32 = 0;
var stats33;
stats33 = 0;
var stats34;
stats34 = 0;
var stats35;
stats35 = 0;
tempButtonA_btn.onRelease = function () {
gotoAndStop ("11_begin");
};
tempButtonB_btn.onRelease = function () {
gotoAndStop ("12_begin");
};
tempButtonC_btn.onRelease = function () {
gotoAndStop ("13_begin");
};
tempButtonD_btn.onRelease = function () {
gotoAndStop ("14_begin");
};
tempButtonE_btn.onRelease = function () {
gotoAndStop ("15_begin");
};
tempButtonF_btn.onRelease = function () {
gotoAndStop ("21_begin");
};
tempButtonG_btn.onRelease = function () {
gotoAndStop ("22_begin");
};
tempButtonH_btn.onRelease = function () {
gotoAndStop ("23_begin");
};
tempButtonI_btn.onRelease = function () {
gotoAndStop ("24_begin");
};
tempButtonJ_btn.onRelease = function () {
gotoAndStop ("25_begin");
};
tempButtonK_btn.onRelease = function () {
gotoAndStop ("31_begin");
};
tempButtonL_btn.onRelease = function () {
gotoAndStop ("32_begin");
};
tempButtonM_btn.onRelease = function () {
gotoAndStop ("33_begin");
};
tempButtonN_btn.onRelease = function () {
gotoAndStop ("34_begin");
};
tempButtonO_btn.onRelease = function () {
gotoAndStop ("35_begin");
};
Frame 33
stop();
stats11++;
circleRed_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRed_btn._visible = false;
};
squareOrange_btn.onRelease = function () {
gotoAndStop ("11_order");
};
pentagonYellow_btn.onRelease = function () {
gotoAndStop ("11_order");
};
squareGreen_btn.onRelease = function () {
gotoAndStop ("11_order");
};
circleBlue_btn.onRelease = function () {
gotoAndStop ("11_order");
};
var timing = true;
var paused = false;
_root.startTime = getTimer();
Frame 35
stop();
squareOrange_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareOrange_btn._visible = false;
};
pentagonYellow_btn.onRelease = function () {
gotoAndStop ("11_order");
};
squareGreen_btn.onRelease = function () {
gotoAndStop ("11_order");
};
circleBlue_btn.onRelease = function () {
gotoAndStop ("11_order");
};
Frame 37
stop();
pentagonYellow_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonYellow_btn._visible = false;
};
squareGreen_btn.onRelease = function () {
gotoAndStop ("11_order");
};
circleBlue_btn.onRelease = function () {
gotoAndStop ("11_order");
};
Frame 39
stop();
squareGreen_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareGreen_btn._visible = false;
};
circleBlue_btn.onRelease = function () {
gotoAndStop ("11_order");
};
Frame 41
stop();
circleBlue_btn.onRelease = function () {
gotoAndStop ("11_win");
};
Frame 43
stop();
if (loseWrong == 0) {
gotoAndStop ("gameoverWrong");
}
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("11_begin");
};
Frame 45
stop();
if (loseTime == 0) {
gotoAndStop ("gameoverTime");
}
noTime_btn.onRelease = function () {
gotoAndPlay ("11_begin");
};
Frame 47
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);
}
stop();
__com_mochibot__("233c1c8c", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("12_begin");
};
Frame 49
stop();
stats12++;
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueD_btn.onRelease = function () {
gotoAndStop ("12_order");
};
starYellow_btn.onRelease = function () {
gotoAndStop ("12_order");
};
Frame 51
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
circleBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueB_btn._visible = false;
};
circleBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueC_btn._visible = false;
};
circleBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("12_order");
};
starYellow_btn.onRelease = function () {
gotoAndStop ("12_order");
};
Frame 53
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueD_btn.onRelease = function () {
gotoAndStop ("12_order");
};
starYellow_btn.onRelease = function () {
gotoAndStop ("12_order");
};
Frame 55
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
circleBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueB_btn._visible = false;
};
circleBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueC_btn._visible = false;
};
circleBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("12_order");
};
starYellow_btn.onRelease = function () {
gotoAndStop ("12_order");
};
Frame 57
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueD_btn.onRelease = function () {
gotoAndStop ("12_order");
};
starYellow_btn.onRelease = function () {
gotoAndStop ("12_order");
};
Frame 59
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
circleBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueB_btn._visible = false;
};
circleBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueC_btn._visible = false;
};
circleBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("12_order");
};
starYellow_btn.onRelease = function () {
gotoAndStop ("12_order");
};
Frame 61
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleBlueD_btn.onRelease = function () {
gotoAndStop ("12_order");
};
starYellow_btn.onRelease = function () {
gotoAndStop ("12_order");
};
Frame 63
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
circleBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueB_btn._visible = false;
};
circleBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueC_btn._visible = false;
};
circleBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("12_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("12_order");
};
starYellow_btn.onRelease = function () {
gotoAndStop ("12_order");
};
Frame 65
stop();
starYellow_btn.onRelease = function () {
gotoAndStop ("12_win");
};
Frame 67
stop();
if (loseWrong == 0) {
gotoAndStop ("gameoverWrong");
}
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("12_begin");
};
Frame 69
stop();
if (loseTime == 0) {
gotoAndStop ("gameoverTime");
}
noTime_btn.onRelease = function () {
gotoAndPlay ("12_begin");
};
Frame 71
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);
}
stop();
__com_mochibot__("94bcaa64", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("13_begin");
};
Frame 73
stop();
stats13++;
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
Frame 75
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
Frame 77
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
circleBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueB_btn._visible = false;
};
circleBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueC_btn._visible = false;
};
circleBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
Frame 79
stop();
circleOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleOrangeA_btn._visible = false;
};
circleOrangeB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleOrangeB_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
Frame 81
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
circleBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueB_btn._visible = false;
};
circleBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueC_btn._visible = false;
};
circleBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
Frame 83
stop();
circlePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circlePurpleA_btn._visible = false;
};
circlePurpleB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circlePurpleB_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
Frame 85
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
Frame 87
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
circleBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueB_btn._visible = false;
};
circleBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueC_btn._visible = false;
};
circleBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
Frame 89
stop();
circlePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circlePurpleA_btn._visible = false;
};
circlePurpleB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circlePurpleB_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
Frame 91
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleBlueD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
Frame 93
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
circleBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueB_btn._visible = false;
};
circleBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueC_btn._visible = false;
};
circleBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circleOrangeB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("13_order");
};
circlePurpleB_btn.onRelease = function () {
gotoAndStop ("13_order");
};
Frame 95
stop();
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("13_win");
};
circleOrangeB_btn.onRelease = function () {
gotoAndStop ("13_win");
};
Frame 97
stop();
if (loseWrong == 0) {
gotoAndStop ("gameoverWrong");
}
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("13_begin");
};
Frame 99
stop();
if (loseTime == 0) {
gotoAndStop ("gameoverTime");
}
noTime_btn.onRelease = function () {
gotoAndPlay ("13_begin");
};
Frame 101
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);
}
stop();
__com_mochibot__("a2e7c6bf", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("14_begin");
};
levelCount = 4;
Frame 103
stop();
stats14++;
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 105
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 107
stop();
squareRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedA_btn._visible = false;
};
squareRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedB_btn._visible = false;
};
squareRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedC_btn._visible = false;
};
squareRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedD_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 109
stop();
pentagonRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedA_btn._visible = false;
};
pentagonRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedB_btn._visible = false;
};
pentagonRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedC_btn._visible = false;
};
pentagonRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedD_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 111
stop();
pentagonRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedA_btn._visible = false;
};
pentagonRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedB_btn._visible = false;
};
pentagonRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedC_btn._visible = false;
};
pentagonRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedD_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 113
stop();
squareRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedA_btn._visible = false;
};
squareRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedB_btn._visible = false;
};
squareRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedC_btn._visible = false;
};
squareRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedD_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 115
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 117
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 119
stop();
pentagonRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedA_btn._visible = false;
};
pentagonRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedB_btn._visible = false;
};
pentagonRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedC_btn._visible = false;
};
pentagonRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedD_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 121
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 123
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circleRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedD_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 125
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 127
stop();
squareRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedA_btn._visible = false;
};
squareRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedB_btn._visible = false;
};
squareRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedC_btn._visible = false;
};
squareRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedD_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 129
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
pentagonRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 131
stop();
pentagonRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedA_btn._visible = false;
};
pentagonRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedB_btn._visible = false;
};
pentagonRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedC_btn._visible = false;
};
pentagonRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedD_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("14_order");
};
circleRedD_btn.onRelease = function () {
gotoAndStop ("14_order");
};
Frame 133
stop();
squareRedA_btn.onRelease = function () {
gotoAndStop ("14_win");
};
squareRedB_btn.onRelease = function () {
gotoAndStop ("14_win");
};
squareRedC_btn.onRelease = function () {
gotoAndStop ("14_win");
};
squareRedD_btn.onRelease = function () {
gotoAndStop ("14_win");
};
Frame 135
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("14_begin");
};
Frame 137
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("14_begin");
};
Frame 139
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);
}
stop();
__com_mochibot__("d8458e5f", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("15_begin");
};
levelCount = 5;
Frame 141
stop();
stats15++;
pentagonRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedA_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyB_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 143
stop();
pentagonPurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonPurpleA_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyB_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 145
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyB_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 147
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyB_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 149
stop();
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyB_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 151
stop();
starGreyA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreyA_btn._visible = false;
};
starGreyB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreyB_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 153
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyB_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 155
stop();
pentagonOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonOrangeA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyB_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 157
stop();
starPurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starPurpleA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyB_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 159
stop();
starYellowA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starYellowA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyB_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 161
stop();
pentagonGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyB_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 163
stop();
starGreyA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreyA_btn._visible = false;
};
starGreyB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreyB_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 165
stop();
pentagonYellowA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonYellowA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreyB_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("15_order");
};
Frame 167
stop();
starGreenA_btn.onRelease = function () {
gotoAndStop ("15_win");
};
Frame 169
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("15_begin");
};
Frame 171
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("15_begin");
};
Frame 173
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);
}
stop();
__com_mochibot__("189a4ac0", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("21_begin");
};
levelCount = 6;
Frame 175
stop();
stats21++;
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
starOrangeB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeB_btn._visible = false;
};
starOrangeC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeC_btn._visible = false;
};
starOrangeD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeD_btn._visible = false;
};
starOrangeE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeE_btn._visible = false;
};
starOrangeF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeF_btn._visible = false;
};
starOrangeG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeG_btn._visible = false;
};
starOrangeH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeH_btn._visible = false;
};
starOrangeI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeI_btn._visible = false;
};
starOrangeJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeJ_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedK_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 177
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
starRedE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedE_btn._visible = false;
};
starRedF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedF_btn._visible = false;
};
starRedG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedG_btn._visible = false;
};
starRedH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedH_btn._visible = false;
};
starRedI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedI_btn._visible = false;
};
starRedJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedJ_btn._visible = false;
};
starRedK_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedK_btn._visible = false;
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 179
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
starRedE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedE_btn._visible = false;
};
starRedF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedF_btn._visible = false;
};
starRedG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedG_btn._visible = false;
};
starRedH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedH_btn._visible = false;
};
starRedI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedI_btn._visible = false;
};
starRedJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedJ_btn._visible = false;
};
starRedK_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedK_btn._visible = false;
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 181
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
starRedE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedE_btn._visible = false;
};
starRedF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedF_btn._visible = false;
};
starRedG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedG_btn._visible = false;
};
starRedH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedH_btn._visible = false;
};
starRedI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedI_btn._visible = false;
};
starRedJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedJ_btn._visible = false;
};
starRedK_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedK_btn._visible = false;
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 183
stop();
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
starOrangeB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeB_btn._visible = false;
};
starOrangeC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeC_btn._visible = false;
};
starOrangeD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeD_btn._visible = false;
};
starOrangeE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeE_btn._visible = false;
};
starOrangeF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeF_btn._visible = false;
};
starOrangeG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeG_btn._visible = false;
};
starOrangeH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeH_btn._visible = false;
};
starOrangeI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeI_btn._visible = false;
};
starOrangeJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeJ_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedK_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 185
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
starRedE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedE_btn._visible = false;
};
starRedF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedF_btn._visible = false;
};
starRedG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedG_btn._visible = false;
};
starRedH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedH_btn._visible = false;
};
starRedI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedI_btn._visible = false;
};
starRedJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedJ_btn._visible = false;
};
starRedK_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedK_btn._visible = false;
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 187
stop();
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
starOrangeB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeB_btn._visible = false;
};
starOrangeC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeC_btn._visible = false;
};
starOrangeD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeD_btn._visible = false;
};
starOrangeE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeE_btn._visible = false;
};
starOrangeF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeF_btn._visible = false;
};
starOrangeG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeG_btn._visible = false;
};
starOrangeH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeH_btn._visible = false;
};
starOrangeI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeI_btn._visible = false;
};
starOrangeJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeJ_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedK_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 189
stop();
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
starOrangeB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeB_btn._visible = false;
};
starOrangeC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeC_btn._visible = false;
};
starOrangeD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeD_btn._visible = false;
};
starOrangeE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeE_btn._visible = false;
};
starOrangeF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeF_btn._visible = false;
};
starOrangeG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeG_btn._visible = false;
};
starOrangeH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeH_btn._visible = false;
};
starOrangeI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeI_btn._visible = false;
};
starOrangeJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeJ_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedK_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 191
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
starRedE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedE_btn._visible = false;
};
starRedF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedF_btn._visible = false;
};
starRedG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedG_btn._visible = false;
};
starRedH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedH_btn._visible = false;
};
starRedI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedI_btn._visible = false;
};
starRedJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedJ_btn._visible = false;
};
starRedK_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedK_btn._visible = false;
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 193
stop();
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
starOrangeB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeB_btn._visible = false;
};
starOrangeC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeC_btn._visible = false;
};
starOrangeD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeD_btn._visible = false;
};
starOrangeE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeE_btn._visible = false;
};
starOrangeF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeF_btn._visible = false;
};
starOrangeG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeG_btn._visible = false;
};
starOrangeH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeH_btn._visible = false;
};
starOrangeI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeI_btn._visible = false;
};
starOrangeJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeJ_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedK_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 195
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
starRedE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedE_btn._visible = false;
};
starRedF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedF_btn._visible = false;
};
starRedG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedG_btn._visible = false;
};
starRedH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedH_btn._visible = false;
};
starRedI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedI_btn._visible = false;
};
starRedJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedJ_btn._visible = false;
};
starRedK_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedK_btn._visible = false;
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 197
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
starRedE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedE_btn._visible = false;
};
starRedF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedF_btn._visible = false;
};
starRedG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedG_btn._visible = false;
};
starRedH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedH_btn._visible = false;
};
starRedI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedI_btn._visible = false;
};
starRedJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedJ_btn._visible = false;
};
starRedK_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedK_btn._visible = false;
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 199
stop();
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
starOrangeB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeB_btn._visible = false;
};
starOrangeC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeC_btn._visible = false;
};
starOrangeD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeD_btn._visible = false;
};
starOrangeE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeE_btn._visible = false;
};
starOrangeF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeF_btn._visible = false;
};
starOrangeG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeG_btn._visible = false;
};
starOrangeH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeH_btn._visible = false;
};
starOrangeI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeI_btn._visible = false;
};
starOrangeJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeJ_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedK_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 201
stop();
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
starOrangeB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeB_btn._visible = false;
};
starOrangeC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeC_btn._visible = false;
};
starOrangeD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeD_btn._visible = false;
};
starOrangeE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeE_btn._visible = false;
};
starOrangeF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeF_btn._visible = false;
};
starOrangeG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeG_btn._visible = false;
};
starOrangeH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeH_btn._visible = false;
};
starOrangeI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeI_btn._visible = false;
};
starOrangeJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeJ_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedK_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 203
stop();
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
starOrangeB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeB_btn._visible = false;
};
starOrangeC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeC_btn._visible = false;
};
starOrangeD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeD_btn._visible = false;
};
starOrangeE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeE_btn._visible = false;
};
starOrangeF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeF_btn._visible = false;
};
starOrangeG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeG_btn._visible = false;
};
starOrangeH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeH_btn._visible = false;
};
starOrangeI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeI_btn._visible = false;
};
starOrangeJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeJ_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedK_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 205
stop();
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
starOrangeB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeB_btn._visible = false;
};
starOrangeC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeC_btn._visible = false;
};
starOrangeD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeD_btn._visible = false;
};
starOrangeE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeE_btn._visible = false;
};
starOrangeF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeF_btn._visible = false;
};
starOrangeG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeG_btn._visible = false;
};
starOrangeH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeH_btn._visible = false;
};
starOrangeI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeI_btn._visible = false;
};
starOrangeJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeJ_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedK_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 207
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
starRedE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedE_btn._visible = false;
};
starRedF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedF_btn._visible = false;
};
starRedG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedG_btn._visible = false;
};
starRedH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedH_btn._visible = false;
};
starRedI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedI_btn._visible = false;
};
starRedJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedJ_btn._visible = false;
};
starRedK_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedK_btn._visible = false;
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 209
stop();
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
starOrangeB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeB_btn._visible = false;
};
starOrangeC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeC_btn._visible = false;
};
starOrangeD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeD_btn._visible = false;
};
starOrangeE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeE_btn._visible = false;
};
starOrangeF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeF_btn._visible = false;
};
starOrangeG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeG_btn._visible = false;
};
starOrangeH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeH_btn._visible = false;
};
starOrangeI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeI_btn._visible = false;
};
starOrangeJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeJ_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starRedK_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 211
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
starRedE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedE_btn._visible = false;
};
starRedF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedF_btn._visible = false;
};
starRedG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedG_btn._visible = false;
};
starRedH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedH_btn._visible = false;
};
starRedI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedI_btn._visible = false;
};
starRedJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedJ_btn._visible = false;
};
starRedK_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedK_btn._visible = false;
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 213
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
starRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedB_btn._visible = false;
};
starRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedC_btn._visible = false;
};
starRedD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedD_btn._visible = false;
};
starRedE_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedE_btn._visible = false;
};
starRedF_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedF_btn._visible = false;
};
starRedG_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedG_btn._visible = false;
};
starRedH_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedH_btn._visible = false;
};
starRedI_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedI_btn._visible = false;
};
starRedJ_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedJ_btn._visible = false;
};
starRedK_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedK_btn._visible = false;
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeB_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeC_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeD_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeE_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeF_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeG_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeH_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeI_btn.onRelease = function () {
gotoAndStop ("21_order");
};
starOrangeJ_btn.onRelease = function () {
gotoAndStop ("21_order");
};
Frame 215
stop();
starRedA_btn.onRelease = function () {
gotoAndStop ("21_win");
};
starRedB_btn.onRelease = function () {
gotoAndStop ("21_win");
};
starRedC_btn.onRelease = function () {
gotoAndStop ("21_win");
};
starRedD_btn.onRelease = function () {
gotoAndStop ("21_win");
};
starRedE_btn.onRelease = function () {
gotoAndStop ("21_win");
};
starRedF_btn.onRelease = function () {
gotoAndStop ("21_win");
};
starRedG_btn.onRelease = function () {
gotoAndStop ("21_win");
};
starRedH_btn.onRelease = function () {
gotoAndStop ("21_win");
};
starRedI_btn.onRelease = function () {
gotoAndStop ("21_win");
};
starRedJ_btn.onRelease = function () {
gotoAndStop ("21_win");
};
starRedK_btn.onRelease = function () {
gotoAndStop ("21_win");
};
Frame 217
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("21_begin");
};
Frame 219
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("21_begin");
};
Frame 221
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);
}
stop();
__com_mochibot__("d5156022", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("22_begin");
};
levelCount = 7;
Frame 223
stop();
stats22++;
pentagonPurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonPurpleA_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
Frame 225
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
Frame 227
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
Frame 229
stop();
starGreyA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreyA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
Frame 231
stop();
pentagonOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonOrangeA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
Frame 233
stop();
starYellowA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starYellowA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
Frame 235
stop();
pentagonGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("22_order");
};
Frame 237
stop();
pentagonYellowA_btn.onRelease = function () {
gotoAndStop ("22_win");
};
Frame 239
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("22_begin");
};
Frame 241
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("22_begin");
};
Frame 243
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);
}
stop();
__com_mochibot__("0cd3688b", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("23_begin");
};
levelCount = 8;
Frame 245
stop();
stats23++;
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
Frame 247
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
Frame 249
stop();
squareOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareOrangeA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
Frame 251
stop();
circlePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circlePurpleA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
Frame 253
stop();
starPurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starPurpleA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
Frame 255
stop();
squareBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareBlueA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
Frame 257
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
Frame 259
stop();
pentagonOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonOrangeA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
Frame 261
stop();
pentagonPurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonPurpleA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
starPurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("23_order");
};
Frame 263
stop();
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("23_win");
};
Frame 265
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("23_begin");
};
Frame 267
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("23_begin");
};
Frame 269
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);
}
stop();
__com_mochibot__("cbe55e43", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("24_begin");
};
levelCount = 9;
Frame 271
stop();
stats24++;
pentagonOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonOrangeA_btn._visible = false;
};
starRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowB_btn.onRelease = function () {
gotoAndStop ("24_order");
};
Frame 273
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowB_btn.onRelease = function () {
gotoAndStop ("24_order");
};
Frame 275
stop();
circlePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circlePurpleA_btn._visible = false;
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowB_btn.onRelease = function () {
gotoAndStop ("24_order");
};
Frame 277
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowB_btn.onRelease = function () {
gotoAndStop ("24_order");
};
Frame 279
stop();
pentagonRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonRedA_btn._visible = false;
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowB_btn.onRelease = function () {
gotoAndStop ("24_order");
};
Frame 281
stop();
squareGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareGreenA_btn._visible = false;
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowB_btn.onRelease = function () {
gotoAndStop ("24_order");
};
Frame 283
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowB_btn.onRelease = function () {
gotoAndStop ("24_order");
};
Frame 285
stop();
circleOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleOrangeA_btn._visible = false;
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("24_order");
};
starYellowB_btn.onRelease = function () {
gotoAndStop ("24_order");
};
Frame 287
stop();
starYellowA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starYellowA_btn._visible = false;
};
starYellowB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starYellowB_btn._visible = false;
};
Frame 289
stop();
starYellowA_btn.onRelease = function () {
gotoAndStop ("24_win");
};
starYellowB_btn.onRelease = function () {
gotoAndStop ("24_win");
};
Frame 291
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("24_begin");
};
Frame 293
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("24_begin");
};
Frame 295
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);
}
stop();
__com_mochibot__("2b51ff96", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("25_begin");
};
levelCount = 10;
Frame 297
stop();
stats25++;
squareRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareRedA_btn._visible = false;
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
Frame 299
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
Frame 301
stop();
squareGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareGreenA_btn._visible = false;
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
Frame 303
stop();
starGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenA_btn._visible = false;
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
Frame 305
stop();
circleOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleOrangeA_btn._visible = false;
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
Frame 307
stop();
starGreyA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreyA_btn._visible = false;
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
Frame 309
stop();
pentagonOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonOrangeA_btn._visible = false;
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
Frame 311
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
Frame 313
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starGreyA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonOrangeA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("25_order");
};
Frame 315
stop();
pentagonRedA_btn.onRelease = function () {
gotoAndStop ("25_win");
};
Frame 317
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("25_begin");
};
Frame 319
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("25_begin");
};
Frame 321
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);
}
stop();
__com_mochibot__("c157fc5e", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("31_begin");
};
levelCount = 11;
Frame 323
stop();
stats31++;
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
Frame 325
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
circleBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueB_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
Frame 327
stop();
circleGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleGreenA_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleGreyA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("31_order");
};
Frame 329
stop();
circlePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circlePurpleA_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleGreyA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("31_order");
};
Frame 331
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleGreyA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("31_order");
};
Frame 333
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
circleBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueB_btn._visible = false;
};
circleBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueC_btn._visible = false;
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleGreyA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("31_order");
};
Frame 335
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
circleRedB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedB_btn._visible = false;
};
circleRedC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedC_btn._visible = false;
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleGreyA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("31_order");
};
Frame 337
stop();
circleGreyA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleGreyA_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleRedB_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("31_order");
};
circleRedC_btn.onRelease = function () {
gotoAndStop ("31_order");
};
Frame 339
stop();
circleBlueA_btn.onRelease = function () {
gotoAndStop ("31_win");
};
circleBlueB_btn.onRelease = function () {
gotoAndStop ("31_win");
};
circleBlueC_btn.onRelease = function () {
gotoAndStop ("31_win");
};
Frame 341
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("31_begin");
};
Frame 343
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("31_begin");
};
Frame 345
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);
}
stop();
__com_mochibot__("25f6693a", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("32_begin");
};
levelCount = 12;
Frame 347
stop();
stats32++;
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueB_btn._visible = false;
};
pentagonBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueC_btn._visible = false;
};
pentagonBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 349
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 351
stop();
squarePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleA_btn._visible = false;
};
squarePurpleB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleB_btn._visible = false;
};
squarePurpleC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleC_btn._visible = false;
};
squarePurpleD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 353
stop();
starOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starOrangeA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 355
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueB_btn._visible = false;
};
pentagonBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueC_btn._visible = false;
};
pentagonBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 357
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueB_btn._visible = false;
};
pentagonBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueC_btn._visible = false;
};
pentagonBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 359
stop();
squarePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleA_btn._visible = false;
};
squarePurpleB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleB_btn._visible = false;
};
squarePurpleC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleC_btn._visible = false;
};
squarePurpleD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 361
stop();
starRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starRedA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 363
stop();
circleYellowA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleYellowA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 365
stop();
squarePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleA_btn._visible = false;
};
squarePurpleB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleB_btn._visible = false;
};
squarePurpleC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleC_btn._visible = false;
};
squarePurpleD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 367
stop();
starYellowA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starYellowA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 369
stop();
squarePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleA_btn._visible = false;
};
squarePurpleB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleB_btn._visible = false;
};
squarePurpleC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleC_btn._visible = false;
};
squarePurpleD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 371
stop();
circleGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleGreenA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 373
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueB_btn._visible = false;
};
pentagonBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueC_btn._visible = false;
};
pentagonBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueD_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 375
stop();
circleOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleOrangeA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleB_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starOrangeA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starRedA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleC_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
squarePurpleD_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starYellowA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_order");
};
Frame 377
stop();
starGreenA_btn.onRelease = function () {
gotoAndStop ("32_win");
};
Frame 379
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("32_begin");
};
Frame 381
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("32_begin");
};
Frame 383
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);
}
stop();
__com_mochibot__("4615dd66", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("33_begin");
};
levelCount = 13;
Frame 385
stop();
stats33++;
pentagonGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenA_btn._visible = false;
};
pentagonGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenB_btn._visible = false;
};
pentagonGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenC_btn._visible = false;
};
pentagonGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 387
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueB_btn._visible = false;
};
pentagonBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueC_btn._visible = false;
};
pentagonBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 389
stop();
starGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenA_btn._visible = false;
};
starGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenB_btn._visible = false;
};
starGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenC_btn._visible = false;
};
starGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 391
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
starBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueB_btn._visible = false;
};
starBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueC_btn._visible = false;
};
starBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 393
stop();
starGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenA_btn._visible = false;
};
starGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenB_btn._visible = false;
};
starGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenC_btn._visible = false;
};
starGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 395
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
starBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueB_btn._visible = false;
};
starBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueC_btn._visible = false;
};
starBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 397
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
starBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueB_btn._visible = false;
};
starBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueC_btn._visible = false;
};
starBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 399
stop();
starGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenA_btn._visible = false;
};
starGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenB_btn._visible = false;
};
starGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenC_btn._visible = false;
};
starGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 401
stop();
pentagonGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenA_btn._visible = false;
};
pentagonGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenB_btn._visible = false;
};
pentagonGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenC_btn._visible = false;
};
pentagonGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 403
stop();
pentagonGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenA_btn._visible = false;
};
pentagonGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenB_btn._visible = false;
};
pentagonGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenC_btn._visible = false;
};
pentagonGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 405
stop();
pentagonGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenA_btn._visible = false;
};
pentagonGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenB_btn._visible = false;
};
pentagonGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenC_btn._visible = false;
};
pentagonGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 407
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueB_btn._visible = false;
};
pentagonBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueC_btn._visible = false;
};
pentagonBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 409
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueB_btn._visible = false;
};
pentagonBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueC_btn._visible = false;
};
pentagonBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 411
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
starBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueB_btn._visible = false;
};
starBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueC_btn._visible = false;
};
starBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 413
stop();
starGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenA_btn._visible = false;
};
starGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenB_btn._visible = false;
};
starGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenC_btn._visible = false;
};
starGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33_order");
};
Frame 415
stop();
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33_win");
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
Frame 417
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("33_begin");
};
Frame 419
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("33_begin");
};
Frame 421
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);
}
stop();
__com_mochibot__("fe8bd56f", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("34_begin");
};
levelCount = 14;
Frame 423
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);
}
stop();
__com_mochibot__("53a9e23c", this, 10301, true);
destruct_btn.onRelease = function () {
gotoAndPlay ("34_begin");
};
levelCount = 14;
Frame 425
stop();
stats34++;
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circleGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 427
stop();
circleOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleOrangeA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circleGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 429
stop();
circleYellowA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleYellowA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circleGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 431
stop();
circleGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleGreenA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circleGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 433
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
circleGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 435
stop();
circlePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circlePurpleA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
circleGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 437
stop();
circleGreyA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleGreyA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreyA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 439
stop();
squareGreyA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareGreyA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squarePurpleA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 441
stop();
squarePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squarePurpleA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareBlueA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 443
stop();
squareBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareBlueA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareGreenA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 445
stop();
squareGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareGreenA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 447
stop();
squareYellowA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareYellowA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 449
stop();
squareOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareOrangeA_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_order");
};
Frame 451
stop();
squareRedA_btn.onRelease = function () {
gotoAndStop ("34_win");
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("34_destruct");
};
Frame 453
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("34_begin");
};
Frame 455
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("34_begin");
};
Frame 457
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);
}
stop();
__com_mochibot__("92eaba68", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("35_begin");
};
levelCount = 15;
Frame 459
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);
}
stop();
__com_mochibot__("1cd0eb87", this, 10301, true);
destruct_btn.onRelease = function () {
gotoAndPlay ("33b_begin");
};
levelCount = 13;
Frame 461
stop();
stats35++;
circleGreyA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleGreyA_btn._visible = false;
};
circleBlueA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreyA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 463
stop();
circleBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleBlueA_btn._visible = false;
};
pentagonPurpleA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreyA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 465
stop();
pentagonPurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonPurpleA_btn._visible = false;
};
circleGreenA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreyA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 467
stop();
circleGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleGreenA_btn._visible = false;
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreyA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 469
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
circlePurpleA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreyA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 471
stop();
circlePurpleA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circlePurpleA_btn._visible = false;
};
circleRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreyA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 473
stop();
circleRedA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleRedA_btn._visible = false;
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreyA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 475
stop();
pentagonGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenA_btn._visible = false;
};
circleYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
pentagonGreyA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 477
stop();
circleYellowA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleYellowA_btn._visible = false;
};
pentagonGreyA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 479
stop();
pentagonGreyA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreyA_btn._visible = false;
};
circleOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 481
stop();
circleOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
circleOrangeA_btn._visible = false;
};
squareYellowA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 483
stop();
squareYellowA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareYellowA_btn._visible = false;
};
squareOrangeA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 485
stop();
squareOrangeA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
squareOrangeA_btn._visible = false;
};
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_order");
};
Frame 487
stop();
squareRedA_btn.onRelease = function () {
gotoAndStop ("35_win");
};
Frame 489
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("35_begin");
};
Frame 491
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("35_begin");
};
Frame 493
stop();
stats33++;
pentagonGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenA_btn._visible = false;
};
pentagonGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenB_btn._visible = false;
};
pentagonGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenC_btn._visible = false;
};
pentagonGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 495
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueB_btn._visible = false;
};
pentagonBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueC_btn._visible = false;
};
pentagonBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 497
stop();
starGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenA_btn._visible = false;
};
starGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenB_btn._visible = false;
};
starGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenC_btn._visible = false;
};
starGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 499
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
starBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueB_btn._visible = false;
};
starBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueC_btn._visible = false;
};
starBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 501
stop();
starGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenA_btn._visible = false;
};
starGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenB_btn._visible = false;
};
starGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenC_btn._visible = false;
};
starGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 503
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
starBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueB_btn._visible = false;
};
starBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueC_btn._visible = false;
};
starBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 505
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
starBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueB_btn._visible = false;
};
starBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueC_btn._visible = false;
};
starBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 507
stop();
starGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenA_btn._visible = false;
};
starGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenB_btn._visible = false;
};
starGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenC_btn._visible = false;
};
starGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 509
stop();
pentagonGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenA_btn._visible = false;
};
pentagonGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenB_btn._visible = false;
};
pentagonGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenC_btn._visible = false;
};
pentagonGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 511
stop();
pentagonGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenA_btn._visible = false;
};
pentagonGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenB_btn._visible = false;
};
pentagonGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenC_btn._visible = false;
};
pentagonGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 513
stop();
pentagonGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenA_btn._visible = false;
};
pentagonGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenB_btn._visible = false;
};
pentagonGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenC_btn._visible = false;
};
pentagonGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 515
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueB_btn._visible = false;
};
pentagonBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueC_btn._visible = false;
};
pentagonBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 517
stop();
pentagonBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueA_btn._visible = false;
};
pentagonBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueB_btn._visible = false;
};
pentagonBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueC_btn._visible = false;
};
pentagonBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
pentagonBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 519
stop();
starBlueA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueA_btn._visible = false;
};
starBlueB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueB_btn._visible = false;
};
starBlueC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueC_btn._visible = false;
};
starBlueD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starBlueD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 521
stop();
starGreenA_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenA_btn._visible = false;
};
starGreenB_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenB_btn._visible = false;
};
starGreenC_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenC_btn._visible = false;
};
starGreenD_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
starGreenD_btn._visible = false;
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33_destruct");
};
pentagonBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
pentagonGreenD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueA_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueB_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueC_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
starBlueD_btn.onRelease = function () {
gotoAndStop ("33b_order");
};
Frame 523
stop();
pentagonBlueD_btn.onRelease = function () {
gotoAndStop ("33b_win");
};
selfDestruct_btn.onRelease = function () {
gotoAndStop ("33b_destruct");
};
Frame 525
stop();
wrongOrder_btn.onRelease = function () {
gotoAndPlay ("33b_begin");
};
Frame 527
stop();
noTime_btn.onRelease = function () {
gotoAndPlay ("33b_begin");
};
Frame 529
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);
}
stop();
__com_mochibot__("aa67c5a6", this, 10301, true);
continue_btn.onRelease = function () {
gotoAndPlay ("34_begin");
};
levelCount = 14;
Frame 531
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);
}
stop();
__com_mochibot__("45c1bba9", this, 10301, true);
livesLeft = loseWrong + loseTime;
sendToFriend_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/lessquick-email.php", "_blank");
};
moreGames_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/", "_blank");
};
playQuick_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/quick.php", "_blank");
};
playAgain_btn.onRelease = function () {
gotoAndStop ("menu");
};
statsAll = (((((((((((((stats11 + stats12) + stats13) + stats14) + stats15) + stats21) + stats22) + stats23) + stats24) + stats25) + stats31) + stats32) + stats33) + stats34) + stats35;
var timing = false;
var paused = true;
Frame 541
stop();
livesLeft = loseWrong + loseTime;
sendToFriend_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/quick-email.php", "_blank");
};
moreGames_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/?ref=QuickD", "_blank");
};
playAgain_btn.onRelease = function () {
gotoAndStop ("menu");
};
Frame 552
stop();
livesLeft = loseWrong + loseTime;
sendToFriend_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/quick-email.php", "_blank");
};
moreGames_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/?ref=QuickE", "_blank");
};
playAgain_btn.onRelease = function () {
gotoAndStop ("menu");
};
Frame 563
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);
}
stop();
__com_mochibot__("e64e66fb", this, 10301, true);
badurl_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/lessquick.php", "_blank");
};
Symbol 16 MovieClip Frame 6
stop();
Symbol 17 Button
on (release) {
_root.play();
}
Symbol 18 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 18 MovieClip Frame 2
gotoAndPlay (1);
Symbol 29 MovieClip Frame 1
stop();
introLogo_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/", "_blank");
};
Symbol 42 MovieClip Frame 1
thurs_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/", "_blank");
};
Symbol 42 MovieClip Frame 60
_root.gotoAndStop("intro");
Symbol 48 MovieClip Frame 1
intro_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/", "_blank");
};
Symbol 48 MovieClip Frame 101
_root.gotoAndStop("menu");
Symbol 58 MovieClip Frame 1
stop();
bottomND_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/", "_blank");
};
Symbol 62 MovieClip Frame 1
stop();
bottomMG_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/", "_blank");
};
Symbol 65 MovieClip Frame 1
stop();
bottomPQ_btn.onRelease = function () {
getURL ("http://www.notdoppler.com/quick.php", "_blank");
};
Symbol 111 MovieClip Frame 600
stop();
_root.gotoAndStop("11_time");
Symbol 134 MovieClip Frame 1
stop();
muter_mute_btn.onRelease = function () {
gotoAndStop ("soundOff");
};
Symbol 134 MovieClip Frame 12
stop();
stopAllSounds();
muter_sound_btn.onRelease = function () {
gotoAndStop ("soundReplay");
};
Symbol 134 MovieClip Frame 24
stop();
_root.bgSound.start(0, 99);
muter_muteB_btn.onRelease = function () {
gotoAndStop ("soundOff");
};
Symbol 148 MovieClip Frame 257
stop();
_root.gotoAndStop("12_time");
Symbol 164 MovieClip Frame 342
stop();
_root.gotoAndStop("13_time");
Symbol 186 MovieClip Frame 240
stop();
_root.gotoAndStop("14_time");
Symbol 214 MovieClip Frame 240
stop();
_root.gotoAndStop("15_time");
Symbol 250 MovieClip Frame 240
stop();
_root.gotoAndStop("21_time");
Symbol 276 MovieClip Frame 100
stop();
_root.gotoAndStop("22_time");
Symbol 288 MovieClip Frame 170
stop();
_root.gotoAndStop("23_time");
Symbol 306 MovieClip Frame 170
stop();
_root.gotoAndStop("24_time");
Symbol 320 MovieClip Frame 136
stop();
_root.gotoAndStop("25_time");
Symbol 334 MovieClip Frame 136
stop();
_root.gotoAndStop("31_time");
Symbol 351 MovieClip Frame 243
stop();
_root.gotoAndStop("32_time");
Symbol 373 MovieClip Frame 112
stop();
_root.gotoAndStop("33b_time");
Symbol 402 MovieClip Frame 167
stop();
_root.gotoAndStop("34_time");
Symbol 427 MovieClip Frame 297
stop();
_root.gotoAndStop("35_time");