Frame 1
function preloader() {
if (getBytesLoaded() >= getBytesTotal()) {
play();
clearInterval(myInterval);
}
bar_mc._xscale = (getBytesLoaded() / getBytesTotal()) * 100;
myTextField.text = Math.round((getBytesLoaded() / getBytesTotal()) * 100) + "%";
if (((getBytesLoaded() / getBytesTotal()) * 100) < 25) {
loading_txt.text = "Loading......[ Game Code ]";
} else if (((getBytesLoaded() / getBytesTotal()) * 100) < 85) {
loading_txt.text = "Loading......[ Images / Graphics ]";
} else if (((getBytesLoaded() / getBytesTotal()) * 100) < 100) {
loading_txt.text = "Loading......[ Shuffling the Deck ]";
}
}
stop();
myInterval = setInterval(preloader, 10);
Frame 2
stop();
Frame 3
function __com_mochibot__(swfid, mc, lv) {
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=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "");
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);
}
g[n] = res;
return(res);
}
__com_mochibot__("6271ffad", this, 10301);
function myShuffle() {
_root.shuffleMsg_mc.gotoAndPlay(2);
shuffle = "yes";
myScore = myScore - 30;
_root.myScore_txt.text = myScore;
}
stop();
shuffle = "no";
ans1 = "empty";
ans2 = "empty";
tlp = 0;
myScore = 0;
_root.myScore_txt.text = myScore;
myInterval = setInterval(myShuffle, 20000);
Instance of Symbol 22 MovieClip "a1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "a";
this.gotoAndStop(2);
} else {
_root.ans2 = "a";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 22 MovieClip "a2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "a";
_root.att1 = "a2";
this.gotoAndStop(2);
} else {
_root.ans2 = "a";
_root.att2 = "a2";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 25 MovieClip "b1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "b";
this.gotoAndStop(2);
} else {
_root.ans2 = "b";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 25 MovieClip "b2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "b";
this.gotoAndStop(2);
} else {
_root.ans2 = "b";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 28 MovieClip "c1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "c";
this.gotoAndStop(2);
} else {
_root.ans2 = "c";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 28 MovieClip "c2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "c";
this.gotoAndStop(2);
} else {
_root.ans2 = "c";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 31 MovieClip "d1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "d";
this.gotoAndStop(2);
} else {
_root.ans2 = "d";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 31 MovieClip "d2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "d";
this.gotoAndStop(2);
} else {
_root.ans2 = "d";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 34 MovieClip "e1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "e";
this.gotoAndStop(2);
} else {
_root.ans2 = "e";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 34 MovieClip "e2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "e";
this.gotoAndStop(2);
} else {
_root.ans2 = "e";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 37 MovieClip "f1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "f";
this.gotoAndStop(2);
} else {
_root.ans2 = "f";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 37 MovieClip "f2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "f";
this.gotoAndStop(2);
} else {
_root.ans2 = "f";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 40 MovieClip "g1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "g";
this.gotoAndStop(2);
} else {
_root.ans2 = "g";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 40 MovieClip "g2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "g";
this.gotoAndStop(2);
} else {
_root.ans2 = "g";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 43 MovieClip "h1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "h";
this.gotoAndStop(2);
} else {
_root.ans2 = "h";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 43 MovieClip "h2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "h";
this.gotoAndStop(2);
} else {
_root.ans2 = "h";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 46 MovieClip "i1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "i";
this.gotoAndStop(2);
} else {
_root.ans2 = "i";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 46 MovieClip "i2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "i";
this.gotoAndStop(2);
} else {
_root.ans2 = "i";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 49 MovieClip "j1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "j";
this.gotoAndStop(2);
} else {
_root.ans2 = "j";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 49 MovieClip "j2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "j";
this.gotoAndStop(2);
} else {
_root.ans2 = "j";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 52 MovieClip "k1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "k";
this.gotoAndStop(2);
} else {
_root.ans2 = "k";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 52 MovieClip "k2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "k";
this.gotoAndStop(2);
} else {
_root.ans2 = "k";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 55 MovieClip "l1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "l";
this.gotoAndStop(2);
} else {
_root.ans2 = "l";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 55 MovieClip "l2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "l";
this.gotoAndStop(2);
} else {
_root.ans2 = "l";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 58 MovieClip "m1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "m";
this.gotoAndStop(2);
} else {
_root.ans2 = "m";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 58 MovieClip "m2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "m";
this.gotoAndStop(2);
} else {
_root.ans2 = "m";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 61 MovieClip "n1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "n";
this.gotoAndStop(2);
} else {
_root.ans2 = "n";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 61 MovieClip "n2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "n";
this.gotoAndStop(2);
} else {
_root.ans2 = "n";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 64 MovieClip "o1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "o";
this.gotoAndStop(2);
} else {
_root.ans2 = "o";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 64 MovieClip "o2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "o";
this.gotoAndStop(2);
} else {
_root.ans2 = "o";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 67 MovieClip "p1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "p";
this.gotoAndStop(2);
} else {
_root.ans2 = "p";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 67 MovieClip "p2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "p";
this.gotoAndStop(2);
} else {
_root.ans2 = "p";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 70 MovieClip "q1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "q";
this.gotoAndStop(2);
} else {
_root.ans2 = "q";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 70 MovieClip "q2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "q";
this.gotoAndStop(2);
} else {
_root.ans2 = "q";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 73 MovieClip "r1" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "r";
this.gotoAndStop(2);
} else {
_root.ans2 = "r";
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 73 MovieClip "r2" in Frame 3
onClipEvent (load) {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
onClipEvent (enterFrame) {
if (_root.shuffle == "yes") {
var myNum = Math.round(Math.random() * 35);
if (myNum == 1) {
desX = _root.b1._x;
desY = _root.b1._y;
_root.b1._x = this._x;
_root.b1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 2) {
desX = _root.c1._x;
desY = _root.c1._y;
_root.c1._x = this._x;
_root.c1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 3) {
desX = _root.d1._x;
desY = _root.d1._y;
_root.d1._x = this._x;
_root.d1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 4) {
desX = _root.e1._x;
desY = _root.e1._y;
_root.e1._x = this._x;
_root.e1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 5) {
desX = _root.f1._x;
desY = _root.f1._y;
_root.f1._x = this._x;
_root.f1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 6) {
desX = _root.g1._x;
desY = _root.g1._y;
_root.g1._x = this._x;
_root.g1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 7) {
desX = _root.h1._x;
desY = _root.h1._y;
_root.h1._x = this._x;
_root.h1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 8) {
desX = _root.i1._x;
desY = _root.i1._y;
_root.i1._x = this._x;
_root.i1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 9) {
desX = _root.j1._x;
desY = _root.j1._y;
_root.j1._x = this._x;
_root.j1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 10) {
desX = _root.k1._x;
desY = _root.k1._y;
_root.k1._x = this._x;
_root.k1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 11) {
desX = _root.l1._x;
desY = _root.l1._y;
_root.l1._x = this._x;
_root.l1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 12) {
desX = _root.m1._x;
desY = _root.m1._y;
_root.m1._x = this._x;
_root.m1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 13) {
desX = _root.n1._x;
desY = _root.n1._y;
_root.n1._x = this._x;
_root.n1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 14) {
desX = _root.o1._x;
desY = _root.o1._y;
_root.o1._x = this._x;
_root.o1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 15) {
desX = _root.p1._x;
desY = _root.p1._y;
_root.p1._x = this._x;
_root.p1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 16) {
desX = _root.q1._x;
desY = _root.q1._y;
_root.q1._x = this._x;
_root.q1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 17) {
desX = _root.r1._x;
desY = _root.r1._y;
_root.r1._x = this._x;
_root.r1._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 18) {
desX = _root.b2._x;
desY = _root.b2._y;
_root.b2._x = this._x;
_root.b2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 19) {
desX = _root.c2._x;
desY = _root.c2._y;
_root.c2._x = this._x;
_root.c2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 20) {
desX = _root.d2._x;
desY = _root.d2._y;
_root.d2._x = this._x;
_root.d2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 21) {
desX = _root.e2._x;
desY = _root.e2._y;
_root.e2._x = this._x;
_root.e2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 22) {
desX = _root.f2._x;
desY = _root.f2._y;
_root.f2._x = this._x;
_root.f2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 23) {
desX = _root.g2._x;
desY = _root.g2._y;
_root.g2._x = this._x;
_root.g2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 24) {
desX = _root.h2._x;
desY = _root.h2._y;
_root.h2._x = this._x;
_root.h2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 25) {
desX = _root.i2._x;
desY = _root.i2._y;
_root.i2._x = this._x;
_root.i2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 26) {
desX = _root.j2._x;
desY = _root.j2._y;
_root.j2._x = this._x;
_root.j2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 27) {
desX = _root.k2._x;
desY = _root.k2._y;
_root.k2._x = this._x;
_root.k2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 28) {
desX = _root.l2._x;
desY = _root.l2._y;
_root.l2._x = this._x;
_root.l2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 29) {
desX = _root.m2._x;
desY = _root.m2._y;
_root.m2._x = this._x;
_root.m2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 30) {
desX = _root.n2._x;
desY = _root.n2._y;
_root.n2._x = this._x;
_root.n2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 32) {
desX = _root.o2._x;
desY = _root.o2._y;
_root.o2._x = this._x;
_root.o2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 33) {
desX = _root.p2._x;
desY = _root.p2._y;
_root.p2._x = this._x;
_root.p2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 34) {
desX = _root.q2._x;
desY = _root.q2._y;
_root.q2._x = this._x;
_root.q2._y = this._y;
this._x = desX;
this._y = desY;
}
if (myNum == 35) {
desX = _root.r2._x;
desY = _root.r2._y;
_root.r2._x = this._x;
_root.r2._y = this._y;
this._x = desX;
this._y = desY;
}
}
}
on (release) {
if ((this._currentframe != 2) and (this._currentframe != 3)) {
if (_root.ans2 == "empty") {
if (_root.ans1 == "empty") {
_root.ans1 = "r";
this.gotoAndStop(2);
} else {
_root.ans2 = "r";
this.gotoAndStop(2);
}
}
}
}
Frame 4
stop();
_root.end_score.text = "Your Scored : " + _root.myScore;
if (_root.myScore <= 0) {
_root.end_blurb.text = "I've seen blind people score better. Did you even try?";
} else if (_root.myScore <= 50) {
_root.end_blurb.text = "Were you dropped on your head at birth?";
} else if (_root.myScore <= 100) {
_root.end_blurb.text = "Ok its a start, next time try it with your eyes open";
} else if (_root.myScore <= 100) {
_root.end_blurb.text = "I would say well done, but it wasnt. Try harder";
} else if (_root.myScore <= 125) {
_root.end_blurb.text = "Not bad, but you do realise the aim of the game is to get a HIGH score yeah?";
} else if (_root.myScore <= 150) {
_root.end_blurb.text = "wow that was some lucky guesses!";
} else if (_root.myScore <= 200) {
_root.end_blurb.text = "Way to go, your almost getting good at this!";
} else if (_root.myScore <= 250) {
_root.end_blurb.text = "Ok so that round was OK, but can you do it again?";
} else if (_root.myScore <= 300) {
_root.end_blurb.text = "Now we're getting somewhere - good score!!";
} else if (_root.myScore <= 400) {
_root.end_blurb.text = "your e-penis + 5!";
} else if (_root.myScore >= 500) {
_root.end_blurb.text = "1 word CHEAT!!!";
}
Symbol 16 Button
on (release) {
play();
}
Symbol 22 MovieClip Frame 1
stop();
Symbol 22 MovieClip Frame 2
stop();
Symbol 22 MovieClip Frame 3
stop();
Symbol 25 MovieClip Frame 1
stop();
Symbol 25 MovieClip Frame 2
stop();
Symbol 25 MovieClip Frame 3
stop();
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 2
stop();
Symbol 28 MovieClip Frame 3
stop();
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 2
stop();
Symbol 31 MovieClip Frame 3
stop();
Symbol 34 MovieClip Frame 1
stop();
Symbol 34 MovieClip Frame 2
stop();
Symbol 34 MovieClip Frame 3
stop();
Symbol 37 MovieClip Frame 1
stop();
Symbol 37 MovieClip Frame 2
stop();
Symbol 37 MovieClip Frame 3
stop();
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 2
stop();
Symbol 40 MovieClip Frame 3
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 2
stop();
Symbol 43 MovieClip Frame 3
stop();
Symbol 46 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 2
stop();
Symbol 46 MovieClip Frame 3
stop();
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 2
stop();
Symbol 49 MovieClip Frame 3
stop();
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 2
stop();
Symbol 52 MovieClip Frame 3
stop();
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 55 MovieClip Frame 3
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 2
stop();
Symbol 58 MovieClip Frame 3
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
stop();
Symbol 61 MovieClip Frame 3
stop();
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 2
stop();
Symbol 64 MovieClip Frame 3
stop();
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 2
stop();
Symbol 67 MovieClip Frame 3
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 2
stop();
Symbol 70 MovieClip Frame 3
stop();
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 2
stop();
Symbol 73 MovieClip Frame 3
stop();
Symbol 82 Button
on (release) {
getURL ("http://www.reach-out.org.uk");
}
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 40
_root.shuffle = "no";
Symbol 88 MovieClip Frame 18
if ((_root.ans1 == _root.ans2) and (_root.ans1 != "empty")) {
_root.myScore = _root.myScore + 25;
_root.myScore_txt.text = _root.myScore;
_root.ans1 = "empty";
_root.ans2 = "empty";
if (_root.a1._currentframe == 2) {
_root.a1.gotoAndStop(3);
_root.tlp++;
}
if (_root.b1._currentframe == 2) {
_root.b1.gotoAndStop(3);
_root.tlp++;
}
if (_root.c1._currentframe == 2) {
_root.c1.gotoAndStop(3);
_root.tlp++;
}
if (_root.d1._currentframe == 2) {
_root.d1.gotoAndStop(3);
_root.tlp++;
}
if (_root.e1._currentframe == 2) {
_root.e1.gotoAndStop(3);
_root.tlp++;
}
if (_root.f1._currentframe == 2) {
_root.f1.gotoAndStop(3);
_root.tlp++;
}
if (_root.g1._currentframe == 2) {
_root.g1.gotoAndStop(3);
_root.tlp++;
}
if (_root.h1._currentframe == 2) {
_root.h1.gotoAndStop(3);
_root.tlp++;
}
if (_root.i1._currentframe == 2) {
_root.i1.gotoAndStop(3);
_root.tlp++;
}
if (_root.j1._currentframe == 2) {
_root.j1.gotoAndStop(3);
_root.tlp++;
}
if (_root.k1._currentframe == 2) {
_root.k1.gotoAndStop(3);
_root.tlp++;
}
if (_root.l1._currentframe == 2) {
_root.l1.gotoAndStop(3);
_root.tlp++;
}
if (_root.m1._currentframe == 2) {
_root.m1.gotoAndStop(3);
_root.tlp++;
}
if (_root.n1._currentframe == 2) {
_root.n1.gotoAndStop(3);
_root.tlp++;
}
if (_root.o1._currentframe == 2) {
_root.o1.gotoAndStop(3);
_root.tlp++;
}
if (_root.p1._currentframe == 2) {
_root.p1.gotoAndStop(3);
_root.tlp++;
}
if (_root.q1._currentframe == 2) {
_root.q1.gotoAndStop(3);
_root.tlp++;
}
if (_root.r1._currentframe == 2) {
_root.r1.gotoAndStop(3);
_root.tlp++;
}
if (_root.a2._currentframe == 2) {
_root.a2.gotoAndStop(3);
_root.tlp++;
}
if (_root.b2._currentframe == 2) {
_root.b2.gotoAndStop(3);
_root.tlp++;
}
if (_root.c2._currentframe == 2) {
_root.c2.gotoAndStop(3);
_root.tlp++;
}
if (_root.d2._currentframe == 2) {
_root.d2.gotoAndStop(3);
_root.tlp++;
}
if (_root.e2._currentframe == 2) {
_root.e2.gotoAndStop(3);
_root.tlp++;
}
if (_root.f2._currentframe == 2) {
_root.f2.gotoAndStop(3);
_root.tlp++;
}
if (_root.g2._currentframe == 2) {
_root.g2.gotoAndStop(3);
_root.tlp++;
}
if (_root.h2._currentframe == 2) {
_root.h2.gotoAndStop(3);
_root.tlp++;
}
if (_root.i2._currentframe == 2) {
_root.i2.gotoAndStop(3);
_root.tlp++;
}
if (_root.j2._currentframe == 2) {
_root.j2.gotoAndStop(3);
_root.tlp++;
}
if (_root.k2._currentframe == 2) {
_root.k2.gotoAndStop(3);
_root.tlp++;
}
if (_root.l2._currentframe == 2) {
_root.l2.gotoAndStop(3);
_root.tlp++;
}
if (_root.m2._currentframe == 2) {
_root.m2.gotoAndStop(3);
_root.tlp++;
}
if (_root.n2._currentframe == 2) {
_root.n2.gotoAndStop(3);
_root.tlp++;
}
if (_root.o2._currentframe == 2) {
_root.o2.gotoAndStop(3);
_root.tlp++;
}
if (_root.p2._currentframe == 2) {
_root.p2.gotoAndStop(3);
_root.tlp++;
}
if (_root.q2._currentframe == 2) {
_root.q2.gotoAndStop(3);
_root.tlp++;
}
if (_root.r2._currentframe == 2) {
_root.r2.gotoAndStop(3);
_root.tlp++;
}
if (_root.tlp >= 36) {
_root.gotoAndStop(2);
}
} else if ((_root.ans1 != "empty") and (_root.ans2 != "empty")) {
if (_root.a1._currentframe != 3) {
_root.a1.gotoAndStop(1);
}
if (_root.b1._currentframe != 3) {
_root.b1.gotoAndStop(1);
}
if (_root.c1._currentframe != 3) {
_root.c1.gotoAndStop(1);
}
if (_root.d1._currentframe != 3) {
_root.d1.gotoAndStop(1);
}
if (_root.e1._currentframe != 3) {
_root.e1.gotoAndStop(1);
}
if (_root.f1._currentframe != 3) {
_root.f1.gotoAndStop(1);
}
if (_root.g1._currentframe != 3) {
_root.g1.gotoAndStop(1);
}
if (_root.h1._currentframe != 3) {
_root.h1.gotoAndStop(1);
}
if (_root.i1._currentframe != 3) {
_root.i1.gotoAndStop(1);
}
if (_root.j1._currentframe != 3) {
_root.j1.gotoAndStop(1);
}
if (_root.k1._currentframe != 3) {
_root.k1.gotoAndStop(1);
}
if (_root.l1._currentframe != 3) {
_root.l1.gotoAndStop(1);
}
if (_root.m1._currentframe != 3) {
_root.m1.gotoAndStop(1);
}
if (_root.n1._currentframe != 3) {
_root.n1.gotoAndStop(1);
}
if (_root.o1._currentframe != 3) {
_root.o1.gotoAndStop(1);
}
if (_root.p1._currentframe != 3) {
_root.p1.gotoAndStop(1);
}
if (_root.q1._currentframe != 3) {
_root.q1.gotoAndStop(1);
}
if (_root.r1._currentframe != 3) {
_root.r1.gotoAndStop(1);
}
if (_root.a2._currentframe != 3) {
_root.a2.gotoAndStop(1);
}
if (_root.b2._currentframe != 3) {
_root.b2.gotoAndStop(1);
}
if (_root.c2._currentframe != 3) {
_root.c2.gotoAndStop(1);
}
if (_root.d2._currentframe != 3) {
_root.d2.gotoAndStop(1);
}
if (_root.e2._currentframe != 3) {
_root.e2.gotoAndStop(1);
}
if (_root.f2._currentframe != 3) {
_root.f2.gotoAndStop(1);
}
if (_root.g2._currentframe != 3) {
_root.g2.gotoAndStop(1);
}
if (_root.h2._currentframe != 3) {
_root.h2.gotoAndStop(1);
}
if (_root.i2._currentframe != 3) {
_root.i2.gotoAndStop(1);
}
if (_root.j2._currentframe != 3) {
_root.j2.gotoAndStop(1);
}
if (_root.k2._currentframe != 3) {
_root.k2.gotoAndStop(1);
}
if (_root.l2._currentframe != 3) {
_root.l2.gotoAndStop(1);
}
if (_root.m2._currentframe != 3) {
_root.m2.gotoAndStop(1);
}
if (_root.n2._currentframe != 3) {
_root.n2.gotoAndStop(1);
}
if (_root.o2._currentframe != 3) {
_root.o2.gotoAndStop(1);
}
if (_root.p2._currentframe != 3) {
_root.p2.gotoAndStop(1);
}
if (_root.q2._currentframe != 3) {
_root.q2.gotoAndStop(1);
}
if (_root.r2._currentframe != 3) {
_root.r2.gotoAndStop(1);
}
_root.ans1 = "empty";
_root.ans2 = "empty";
}