Frame 1
stop();
fscommand ("fullscreen", "false");
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
Frame 3
FDL = "blue";
FD = "blue";
FDR = "blue";
FL = "blue";
FC = "blue";
FR = "blue";
FUL = "blue";
FU = "blue";
FUR = "blue";
LDL = "red";
LD = "red";
LDR = "red";
LL = "red";
LC = "red";
LR = "red";
LUL = "red";
LU = "red";
LUR = "red";
RDL = "white";
RD = "white";
RDR = "white";
RL = "white";
RC = "white";
RR = "white";
RUL = "white";
RU = "white";
RUR = "white";
DDL = "orange";
DD = "orange";
DDR = "orange";
DL = "orange";
DC = "orange";
DR = "orange";
DUL = "orange";
DU = "orange";
DUR = "orange";
UDL = "yellow";
UD = "yellow";
UDR = "yellow";
UL = "yellow";
UC = "yellow";
UR = "yellow";
UUL = "yellow";
UU = "yellow";
UUR = "yellow";
BDL = "green";
BD = "green";
BDR = "green";
BL = "green";
BC = "green";
BR = "green";
BUL = "green";
BU = "green";
BUR = "green";
done = 0;
congr = 1;
diff = 5;
rand = 0;
num = 0;
shuff = "false";
nick = "";
moves = 0;
startDrag (mouse, true);
stop();
Instance of Symbol 433 MovieClip in Frame 3
onClipEvent (enterFrame) {
xnew = _xmouse;
ynew = _ymouse;
if ((xold == xnew) && (yold == ynew)) {
tellTarget (_parent.mouse) {
gotoAndStop (3);
};
}
if (congr == 0) {
date.swapDepths(BG);
} else {
BG.swapDepths(date);
}
}
Instance of Symbol 436 MovieClip "mouse" in Frame 3
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (mouseDown) {
_root.xnew++;
tellTarget (this) {
gotoAndStop (2);
};
}
onClipEvent (mouseUp) {
tellTarget (this) {
gotoAndStop (1);
};
}
onClipEvent (mouseMove) {
tellTarget (this) {
gotoAndStop (1);
};
}
Symbol 24 MovieClip Frame 112
_root.gotoAndStop(3);
Symbol 62 Button
on (release, keyPress "n") {
if (_root.congr == 0) {
tellTarget (_parent) {
gotoAndStop ("go");
};
if (_root.nick == PlayerID) {
tellTarget (_parent.nick) {
gotoAndStop (120);
};
}
} else {
tellTarget (_parent) {
gotoAndStop ("congratulations");
};
}
tellTarget (this) {
gotoAndStop ("first");
};
_root.done = 0;
}
Symbol 65 Button
on (release, keyPress "y") {
_root.FDL = "blue";
_root.FD = "blue";
_root.FDR = "blue";
_root.FL = "blue";
_root.FC = "blue";
_root.FR = "blue";
_root.FUL = "blue";
_root.FU = "blue";
_root.FUR = "blue";
_root.LDL = "red";
_root.LD = "red";
_root.LDR = "red";
_root.LL = "red";
_root.LC = "red";
_root.LR = "red";
_root.LUL = "red";
_root.LU = "red";
_root.LUR = "red";
_root.RDL = "white";
_root.RD = "white";
_root.RDR = "white";
_root.RL = "white";
_root.RC = "white";
_root.RR = "white";
_root.RUL = "white";
_root.RU = "white";
_root.RUR = "white";
_root.DDL = "orange";
_root.DD = "orange";
_root.DDR = "orange";
_root.DL = "orange";
_root.DC = "orange";
_root.DR = "orange";
_root.DUL = "orange";
_root.DU = "orange";
_root.DUR = "orange";
_root.UDL = "yellow";
_root.UD = "yellow";
_root.UDR = "yellow";
_root.UL = "yellow";
_root.UC = "yellow";
_root.UR = "yellow";
_root.UUL = "yellow";
_root.UU = "yellow";
_root.UUR = "yellow";
_root.BDL = "green";
_root.BD = "green";
_root.BDR = "green";
_root.BL = "green";
_root.BC = "green";
_root.BR = "green";
_root.BUL = "green";
_root.BU = "green";
_root.BUR = "green";
tellTarget (this) {
gotoAndStop ("first");
};
tellTarget (_parent.Buttons) {
gotoAndPlay (1);
};
_root.done = 0;
_root.moves = 0;
_root.shuff = "false";
}
Symbol 68 Button
on (release, keyPress "y") {
tellTarget (Message) {
gotoAndStop ("change");
};
}
Symbol 70 Button
on (release, keyPress "y") {
tellTarget (this) {
gotoAndStop ("difficulty");
};
}
Symbol 72 Button
on (release, keyPress "y") {
tellTarget (this) {
play();
};
fscommand ("quit");
}
Symbol 74 MovieClip Frame 30
getURL ("javascript:top.close()", "_parent");
stop();
Symbol 75 Button
on (release) {
tellTarget (closer) {
play();
};
}
Symbol 78 MovieClip Frame 1
stop();
Symbol 80 Button
on (release, keyPress "e") {
tellTarget (easy) {
gotoAndStop (2);
};
tellTarget (normal) {
gotoAndStop (1);
};
tellTarget (hard) {
gotoAndStop (1);
};
tellTarget (veryhard) {
gotoAndStop (1);
};
_root.diff = 5;
}
Symbol 81 Button
on (release, keyPress "r") {
tellTarget (easy) {
gotoAndStop (1);
};
tellTarget (normal) {
gotoAndStop (2);
};
tellTarget (hard) {
gotoAndStop (1);
};
tellTarget (veryhard) {
gotoAndStop (1);
};
_root.diff = 10;
}
Symbol 82 Button
on (release, keyPress "a") {
tellTarget (easy) {
gotoAndStop (1);
};
tellTarget (normal) {
gotoAndStop (1);
};
tellTarget (hard) {
gotoAndStop (2);
};
tellTarget (veryhard) {
gotoAndStop (1);
};
_root.diff = 20;
}
Symbol 83 Button
on (release, keyPress "v") {
tellTarget (easy) {
gotoAndStop (1);
};
tellTarget (normal) {
gotoAndStop (1);
};
tellTarget (hard) {
gotoAndStop (1);
};
tellTarget (veryhard) {
gotoAndStop (2);
};
_root.diff = 40;
}
Symbol 88 Button
on (release, keyPress "u") {
_root.rand = random(11) + 2;
tellTarget (shuffler) {
gotoAndStop(_root.rand);
};
_root.done = 0;
_root.shuff = "true";
_root.moves = 0;
}
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 2
a = _root.FUL;
_root.FUL = _root.LUL;
_root.LUL = _root.BUL;
_root.BUL = _root.RUL;
_root.RUL = a;
a = _root.FU;
_root.FU = _root.LU;
_root.LU = _root.BU;
_root.BU = _root.RU;
_root.RU = a;
a = _root.FUR;
_root.FUR = _root.LUR;
_root.LUR = _root.BUR;
_root.BUR = _root.RUR;
_root.RUR = a;
a = _root.UDR;
_root.UDR = _root.UDL;
_root.UDL = _root.UUL;
_root.UUL = _root.UUR;
_root.UUR = a;
a = _root.UD;
_root.UD = _root.UL;
_root.UL = _root.UU;
_root.UU = _root.UR;
_root.UR = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 3
a = _root.FL;
_root.FL = _root.LL;
_root.LL = _root.BL;
_root.BL = _root.RL;
_root.RL = a;
a = _root.FC;
_root.FC = _root.LC;
_root.LC = _root.BC;
_root.BC = _root.RC;
_root.RC = a;
a = _root.FR;
_root.FR = _root.LR;
_root.LR = _root.BR;
_root.BR = _root.RR;
_root.RR = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 4
a = _root.FDL;
_root.FDL = _root.LDL;
_root.LDL = _root.BDL;
_root.BDL = _root.RDL;
_root.RDL = a;
a = _root.FD;
_root.FD = _root.LD;
_root.LD = _root.BD;
_root.BD = _root.RD;
_root.RD = a;
a = _root.FDR;
_root.FDR = _root.LDR;
_root.LDR = _root.BDR;
_root.BDR = _root.RDR;
_root.RDR = a;
a = _root.DDR;
_root.DDR = _root.DUR;
_root.DUR = _root.DUL;
_root.DUL = _root.DDL;
_root.DDL = a;
a = _root.DD;
_root.DD = _root.DR;
_root.DR = _root.DU;
_root.DU = _root.DL;
_root.DL = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 5
a = _root.LUR;
_root.LUR = _root.UUR;
_root.UUR = _root.RDL;
_root.RDL = _root.DUR;
_root.DUR = a;
a = _root.LR;
_root.LR = _root.UR;
_root.UR = _root.RL;
_root.RL = _root.DR;
_root.DR = a;
a = _root.LDR;
_root.LDR = _root.UDR;
_root.UDR = _root.RUL;
_root.RUL = _root.DDR;
_root.DDR = a;
a = _root.FUR;
_root.FUR = _root.FDR;
_root.FDR = _root.FDL;
_root.FDL = _root.FUL;
_root.FUL = a;
a = _root.FU;
_root.FU = _root.FR;
_root.FR = _root.FD;
_root.FD = _root.FL;
_root.FL = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 6
a = _root.LU;
_root.LU = _root.UU;
_root.UU = _root.RD;
_root.RD = _root.DU;
_root.DU = a;
a = _root.LC;
_root.LC = _root.UC;
_root.UC = _root.RC;
_root.RC = _root.DC;
_root.DC = a;
a = _root.LD;
_root.LD = _root.UD;
_root.UD = _root.RU;
_root.RU = _root.DD;
_root.DD = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 7
a = _root.LUL;
_root.LUL = _root.UUL;
_root.UUL = _root.RDR;
_root.RDR = _root.DUL;
_root.DUL = a;
a = _root.LL;
_root.LL = _root.UL;
_root.UL = _root.RR;
_root.RR = _root.DL;
_root.DL = a;
a = _root.LDL;
_root.LDL = _root.UDL;
_root.UDL = _root.RUR;
_root.RUR = _root.DDL;
_root.DDL = a;
a = _root.BUR;
_root.BUR = _root.BUL;
_root.BUL = _root.BDL;
_root.BDL = _root.BDR;
_root.BDR = a;
a = _root.BU;
_root.BU = _root.BL;
_root.BL = _root.BD;
_root.BD = _root.BR;
_root.BR = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 8
a = _root.FDL;
_root.FDL = _root.RDL;
_root.RDL = _root.BDL;
_root.BDL = _root.LDL;
_root.LDL = a;
a = _root.FD;
_root.FD = _root.RD;
_root.RD = _root.BD;
_root.BD = _root.LD;
_root.LD = a;
a = _root.FDR;
_root.FDR = _root.RDR;
_root.RDR = _root.BDR;
_root.BDR = _root.LDR;
_root.LDR = a;
a = _root.DDR;
_root.DDR = _root.DDL;
_root.DDL = _root.DUL;
_root.DUL = _root.DUR;
_root.DUR = a;
a = _root.DD;
_root.DD = _root.DL;
_root.DL = _root.DU;
_root.DU = _root.DR;
_root.DR = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 9
a = _root.FL;
_root.FL = _root.RL;
_root.RL = _root.BL;
_root.BL = _root.LL;
_root.LL = a;
a = _root.FC;
_root.FC = _root.RC;
_root.RC = _root.BC;
_root.BC = _root.LC;
_root.LC = a;
a = _root.FR;
_root.FR = _root.RR;
_root.RR = _root.BR;
_root.BR = _root.LR;
_root.LR = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 10
a = _root.FUL;
_root.FUL = _root.RUL;
_root.RUL = _root.BUL;
_root.BUL = _root.LUL;
_root.LUL = a;
a = _root.FU;
_root.FU = _root.RU;
_root.RU = _root.BU;
_root.BU = _root.LU;
_root.LU = a;
a = _root.FUR;
_root.FUR = _root.RUR;
_root.RUR = _root.BUR;
_root.BUR = _root.LUR;
_root.LUR = a;
a = _root.UDR;
_root.UDR = _root.UUR;
_root.UUR = _root.UUL;
_root.UUL = _root.UDL;
_root.UDL = a;
a = _root.UD;
_root.UD = _root.UR;
_root.UR = _root.UU;
_root.UU = _root.UL;
_root.UL = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 11
a = _root.LUL;
_root.LUL = _root.DUL;
_root.DUL = _root.RDR;
_root.RDR = _root.UUL;
_root.UUL = a;
a = _root.LL;
_root.LL = _root.DL;
_root.DL = _root.RR;
_root.RR = _root.UL;
_root.UL = a;
a = _root.LDL;
_root.LDL = _root.DDL;
_root.DDL = _root.RUR;
_root.RUR = _root.UDL;
_root.UDL = a;
a = _root.BUR;
_root.BUR = _root.BDR;
_root.BDR = _root.BDL;
_root.BDL = _root.BUL;
_root.BUL = a;
a = _root.BU;
_root.BU = _root.BR;
_root.BR = _root.BD;
_root.BD = _root.BL;
_root.BL = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 12
a = _root.LU;
_root.LU = _root.DU;
_root.DU = _root.RD;
_root.RD = _root.UU;
_root.UU = a;
a = _root.LC;
_root.LC = _root.DC;
_root.DC = _root.RC;
_root.RC = _root.UC;
_root.UC = a;
a = _root.LD;
_root.LD = _root.DD;
_root.DD = _root.RU;
_root.RU = _root.UD;
_root.UD = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 13
a = _root.LUR;
_root.LUR = _root.DUR;
_root.DUR = _root.RDL;
_root.RDL = _root.UUR;
_root.UUR = a;
a = _root.LR;
_root.LR = _root.DR;
_root.DR = _root.RL;
_root.RL = _root.UR;
_root.UR = a;
a = _root.LDR;
_root.LDR = _root.DDR;
_root.DDR = _root.RUL;
_root.RUL = _root.UDR;
_root.UDR = a;
a = _root.FDR;
_root.FDR = _root.FUR;
_root.FUR = _root.FUL;
_root.FUL = _root.FDL;
_root.FDL = a;
a = _root.FU;
_root.FU = _root.FL;
_root.FL = _root.FD;
_root.FD = _root.FR;
_root.FR = a;
_root.num++;
if (_root.num < _root.diff) {
r = random(11) + 2;
if (r == _root.rand) {
if (_root.rand < 8) {
r++;
} else {
r--;
}
}
_root.rand = r;
tellTarget (this) {
gotoAndStop(r);
};
} else {
tellTarget (this) {
gotoAndStop (14);
};
}
Symbol 90 MovieClip Frame 14
if (_root.LDR == "red") {
_root.Game.ColorLDR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_root.Game.ColorLDR.setRGB(255);
}
if (_root.LDR == "white") {
_root.Game.ColorLDR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_root.Game.ColorLDR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_root.Game.ColorLDR.setRGB(16750899);
}
if (_root.LDR == "green") {
_root.Game.ColorLDR.setRGB(65280);
}
if (_root.LD == "red") {
_root.Game.ColorLD.setRGB(16711680);
}
if (_root.LD == "blue") {
_root.Game.ColorLD.setRGB(255);
}
if (_root.LD == "white") {
_root.Game.ColorLD.setRGB(16777215);
}
if (_root.LD == "yellow") {
_root.Game.ColorLD.setRGB(16776960);
}
if (_root.LD == "orange") {
_root.Game.ColorLD.setRGB(16750899);
}
if (_root.LD == "green") {
_root.Game.ColorLD.setRGB(65280);
}
if (_root.LDL == "red") {
_root.Game.ColorLDL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_root.Game.ColorLDL.setRGB(255);
}
if (_root.LDL == "white") {
_root.Game.ColorLDL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_root.Game.ColorLDL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_root.Game.ColorLDL.setRGB(16750899);
}
if (_root.LDL == "green") {
_root.Game.ColorLDL.setRGB(65280);
}
if (_root.LR == "red") {
_root.Game.ColorLR.setRGB(16711680);
}
if (_root.LR == "blue") {
_root.Game.ColorLR.setRGB(255);
}
if (_root.LR == "white") {
_root.Game.ColorLR.setRGB(16777215);
}
if (_root.LR == "yellow") {
_root.Game.ColorLR.setRGB(16776960);
}
if (_root.LR == "orange") {
_root.Game.ColorLR.setRGB(16750899);
}
if (_root.LR == "green") {
_root.Game.ColorLR.setRGB(65280);
}
if (_root.LC == "red") {
_root.Game.ColorLC.setRGB(16711680);
}
if (_root.LC == "blue") {
_root.Game.ColorLC.setRGB(255);
}
if (_root.LC == "white") {
_root.Game.ColorLC.setRGB(16777215);
}
if (_root.LC == "yellow") {
_root.Game.ColorLC.setRGB(16776960);
}
if (_root.LC == "orange") {
_root.Game.ColorLC.setRGB(16750899);
}
if (_root.LC == "green") {
_root.Game.ColorLC.setRGB(65280);
}
if (_root.LL == "red") {
_root.Game.ColorLL.setRGB(16711680);
}
if (_root.LL == "blue") {
_root.Game.ColorLL.setRGB(255);
}
if (_root.LL == "white") {
_root.Game.ColorLL.setRGB(16777215);
}
if (_root.LL == "yellow") {
_root.Game.ColorLL.setRGB(16776960);
}
if (_root.LL == "orange") {
_root.Game.ColorLL.setRGB(16750899);
}
if (_root.LL == "green") {
_root.Game.ColorLL.setRGB(65280);
}
if (_root.LUR == "red") {
_root.Game.ColorLUR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_root.Game.ColorLUR.setRGB(255);
}
if (_root.LUR == "white") {
_root.Game.ColorLUR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_root.Game.ColorLUR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_root.Game.ColorLUR.setRGB(16750899);
}
if (_root.LUR == "green") {
_root.Game.ColorLUR.setRGB(65280);
}
if (_root.LU == "red") {
_root.Game.ColorLU.setRGB(16711680);
}
if (_root.LU == "blue") {
_root.Game.ColorLU.setRGB(255);
}
if (_root.LU == "white") {
_root.Game.ColorLU.setRGB(16777215);
}
if (_root.LU == "yellow") {
_root.Game.ColorLU.setRGB(16776960);
}
if (_root.LU == "orange") {
_root.Game.ColorLU.setRGB(16750899);
}
if (_root.LU == "green") {
_root.Game.ColorLU.setRGB(65280);
}
if (_root.LUL == "red") {
_root.Game.ColorLUL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_root.Game.ColorLUL.setRGB(255);
}
if (_root.LUL == "white") {
_root.Game.ColorLUL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_root.Game.ColorLUL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_root.Game.ColorLUL.setRGB(16750899);
}
if (_root.LUL == "green") {
_root.Game.ColorLUL.setRGB(65280);
}
tellTarget (_parent) {
gotoAndStop ("parent");
};
Symbol 93 MovieClip Frame 60
tellTarget (_parent) {
gotoAndStop ("first");
_root.done = 0;
};
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 2
gotoAndStop (1);
_parent.gotoAndPlay("go");
if ((((((((((((((((((((((PlayerID == "Your User ID...") || (PlayerID == "")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) || (PlayerID == " ")) {
PlayerID = "Anonymous";
}
if (_root.nick != PlayerID) {
_parent.nick.gotoAndPlay(1);
} else {
tellTarget (_parent.nick) {
gotoAndStop (120);
};
}
_root.done = 0;
Symbol 94 MovieClip Frame 4
Selection.setFocus("PlayerID");
Selection.setSelection(0, PlayerID.length);
Symbol 94 MovieClip Frame 14
stop();
Symbol 94 MovieClip Frame 16
stop();
Symbol 94 MovieClip Frame 17
_root.num = 0;
if (_root.diff == 5) {
tellTarget (easy) {
gotoAndStop (2);
};
}
if (_root.diff == 10) {
tellTarget (normal) {
gotoAndStop (2);
};
}
if (_root.diff == 20) {
tellTarget (hard) {
gotoAndStop (2);
};
}
if (_root.diff == 40) {
tellTarget (veryhard) {
gotoAndStop (2);
};
}
Instance of Symbol 90 MovieClip "shuffler" in Symbol 94 MovieClip Frame 17
onClipEvent (load) {
gotoAndStop (1);
}
Symbol 94 MovieClip Frame 18
_root.diff = 10;
_root.rand = random(11) + 2;
shuffler.gotoAndStop(_root.rand);
_root.shuff = "true";
_root.moves = 0;
Symbol 94 MovieClip Frame 20
tellTarget (_parent.Buttons) {
gotoAndPlay (1);
};
tellTarget (this) {
gotoAndStop ("first");
};
Symbol 109 MovieClip Frame 1
dat = mydate.getDate();
if (dat < 10) {
dat = "0" + dat;
}
month = mydate.getMonth();
month = 1 + month;
if (month < 10) {
month = "0" + month;
}
year = 1900 + mydate.getYear();
thedate = (((dat + ".") + month) + ".") + year;
day = mydate.getDay();
if (day == 0) {
day = "SUNDAY";
}
if (day == 1) {
day = "MONDAY";
}
if (day == 2) {
day = "TUESDAY";
}
if (day == 3) {
day = "WEDNESDAY";
}
if (day == 4) {
day = "THURSDAY";
}
if (day == 5) {
day = "FRIDAY";
}
if (day == 6) {
day = "SATURDAY";
}
mydate = new Date();
bell = new Sound(Kambana);
myHour = mydate.getHours();
if (myHour < 9) {
hour = "0" + myHour;
} else {
hour = myHour;
}
myMin = mydate.getMinutes();
if (myMin < 10) {
min = "0" + myMin;
} else {
min = myMin;
}
mySec = mydate.getSeconds();
if (mySec < 10) {
sec = "0" + mySec;
} else {
sec = mySec;
}
time = (((hour + ":") + min) + ":") + sec;
if ((myMin == 0) && (mySec == 0)) {
if (11 < myHour) {
bell.start(0, myHour - 12);
} else {
bell.start(0, myHour);
}
}
Symbol 116 Button
on (release, keyPress "q") {
if (_root.done == 0) {
tellTarget (Message) {
gotoAndStop ("quit");
};
_root.done = 1;
}
}
Symbol 121 Button
on (release, keyPress "c") {
if (_root.done == 0) {
tellTarget (Message) {
gotoAndStop ("UserID");
};
_root.done = 1;
}
}
Symbol 126 Button
on (release, keyPress "h") {
if (_root.done == 0) {
tellTarget (Message) {
gotoAndStop ("Scores");
};
_root.done = 1;
}
}
Symbol 149 MovieClip Frame 30
stop();
Symbol 156 MovieClip Frame 30
stop();
Symbol 159 MovieClip Frame 30
stop();
Symbol 181 MovieClip Frame 30
stop();
Symbol 190 MovieClip Frame 30
stop();
Symbol 196 MovieClip Frame 30
stop();
Symbol 197 MovieClip Frame 30
stop();
Symbol 204 MovieClip Frame 30
stop();
Symbol 207 MovieClip Frame 30
stop();
Symbol 210 MovieClip Frame 30
stop();
Symbol 241 MovieClip Frame 30
stop();
Symbol 272 MovieClip Frame 30
stop();
Symbol 274 MovieClip Frame 30
stop();
Symbol 275 MovieClip Frame 30
stop();
Symbol 296 MovieClip Frame 30
stop();
Symbol 300 MovieClip Frame 30
stop();
Symbol 306 MovieClip Frame 30
stop();
Symbol 337 MovieClip Frame 30
stop();
Symbol 368 MovieClip Frame 30
stop();
Instance of Symbol 149 MovieClip "DownRightIn" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 156 MovieClip "DownLeftIn" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 159 MovieClip "DownIn" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 181 MovieClip "UpRightIn" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 190 MovieClip "CenterIn" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 196 MovieClip "UpIn" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 197 MovieClip "LeftIn" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 204 MovieClip "CenterOut" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 207 MovieClip "UpLeftIn" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 210 MovieClip "RightIn" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 241 MovieClip "GrayC" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 272 MovieClip "GrayD" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 274 MovieClip "LeftOut" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 275 MovieClip "RightOut" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 272 MovieClip "GrayU" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 296 MovieClip "UpOut" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 300 MovieClip "UpRightOut" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 306 MovieClip "UpLeftOut" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 300 MovieClip "DownRightOut" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 296 MovieClip "DownOut" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 306 MovieClip "DownLeftOut" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 337 MovieClip "BorderC" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 368 MovieClip "BorderU" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Instance of Symbol 368 MovieClip "BorderD" in Symbol 369 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (30);
}
Symbol 381 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 180;
if (_root.LUL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.FUL;
_root.FUL = _root.RUL;
_root.RUL = _root.BUL;
_root.BUL = _root.LUL;
_root.LUL = a;
a = _root.FU;
_root.FU = _root.RU;
_root.RU = _root.BU;
_root.BU = _root.LU;
_root.LU = a;
a = _root.FUR;
_root.FUR = _root.RUR;
_root.RUR = _root.BUR;
_root.BUR = _root.LUR;
_root.LUR = a;
a = _root.UDR;
_root.UDR = _root.UUR;
_root.UUR = _root.UUL;
_root.UUL = _root.UDL;
_root.UDL = a;
a = _root.UD;
_root.UD = _root.UR;
_root.UR = _root.UU;
_root.UU = _root.UL;
_root.UL = a;
if (_root.BUL == "red") {
_parent.ColorFDR.setRGB(16711680);
}
if (_root.BUL == "blue") {
_parent.ColorFDR.setRGB(255);
}
if (_root.BUL == "white") {
_parent.ColorFDR.setRGB(16777215);
}
if (_root.BUL == "yellow") {
_parent.ColorFDR.setRGB(16776960);
}
if (_root.BUL == "orange") {
_parent.ColorFDR.setRGB(16750899);
}
if (_root.BUL == "green") {
_parent.ColorFDR.setRGB(65280);
}
if (_root.BU == "red") {
_parent.ColorFD.setRGB(16711680);
}
if (_root.BU == "blue") {
_parent.ColorFD.setRGB(255);
}
if (_root.BU == "white") {
_parent.ColorFD.setRGB(16777215);
}
if (_root.BU == "yellow") {
_parent.ColorFD.setRGB(16776960);
}
if (_root.BU == "orange") {
_parent.ColorFD.setRGB(16750899);
}
if (_root.BU == "green") {
_parent.ColorFD.setRGB(65280);
}
if (_root.BUR == "red") {
_parent.ColorFDL.setRGB(16711680);
}
if (_root.BUR == "blue") {
_parent.ColorFDL.setRGB(255);
}
if (_root.BUR == "white") {
_parent.ColorFDL.setRGB(16777215);
}
if (_root.BUR == "yellow") {
_parent.ColorFDL.setRGB(16776960);
}
if (_root.BUR == "orange") {
_parent.ColorFDL.setRGB(16750899);
}
if (_root.BUR == "green") {
_parent.ColorFDL.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.DownLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderD) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 382 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 0;
if (_root.LDR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.FL;
_root.FL = _root.LL;
_root.LL = _root.BL;
_root.BL = _root.RL;
_root.RL = a;
a = _root.FC;
_root.FC = _root.LC;
_root.LC = _root.BC;
_root.BC = _root.RC;
_root.RC = a;
a = _root.FR;
_root.FR = _root.LR;
_root.LR = _root.BR;
_root.BR = _root.RR;
_root.RR = a;
if (_root.FR == "red") {
_parent.ColorFR.setRGB(16711680);
}
if (_root.FR == "blue") {
_parent.ColorFR.setRGB(255);
}
if (_root.FR == "white") {
_parent.ColorFR.setRGB(16777215);
}
if (_root.FR == "yellow") {
_parent.ColorFR.setRGB(16776960);
}
if (_root.FR == "orange") {
_parent.ColorFR.setRGB(16750899);
}
if (_root.FR == "green") {
_parent.ColorFR.setRGB(65280);
}
if (_root.FC == "red") {
_parent.ColorFC.setRGB(16711680);
}
if (_root.FC == "blue") {
_parent.ColorFC.setRGB(255);
}
if (_root.FC == "white") {
_parent.ColorFC.setRGB(16777215);
}
if (_root.FC == "yellow") {
_parent.ColorFC.setRGB(16776960);
}
if (_root.FC == "orange") {
_parent.ColorFC.setRGB(16750899);
}
if (_root.FC == "green") {
_parent.ColorFC.setRGB(65280);
}
if (_root.FL == "red") {
_parent.ColorFL.setRGB(16711680);
}
if (_root.FL == "blue") {
_parent.ColorFL.setRGB(255);
}
if (_root.FL == "white") {
_parent.ColorFL.setRGB(16777215);
}
if (_root.FL == "yellow") {
_parent.ColorFL.setRGB(16776960);
}
if (_root.FL == "orange") {
_parent.ColorFL.setRGB(16750899);
}
if (_root.FL == "green") {
_parent.ColorFL.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LC == "red") {
_parent.ColorLC.setRGB(16711680);
}
if (_root.LC == "blue") {
_parent.ColorLC.setRGB(255);
}
if (_root.LC == "white") {
_parent.ColorLC.setRGB(16777215);
}
if (_root.LC == "yellow") {
_parent.ColorLC.setRGB(16776960);
}
if (_root.LC == "orange") {
_parent.ColorLC.setRGB(16750899);
}
if (_root.LC == "green") {
_parent.ColorLC.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.LeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderC) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 383 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 0;
if (_root.LDR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.FDL;
_root.FDL = _root.LDL;
_root.LDL = _root.BDL;
_root.BDL = _root.RDL;
_root.RDL = a;
a = _root.FD;
_root.FD = _root.LD;
_root.LD = _root.BD;
_root.BD = _root.RD;
_root.RD = a;
a = _root.FDR;
_root.FDR = _root.LDR;
_root.LDR = _root.BDR;
_root.BDR = _root.RDR;
_root.RDR = a;
a = _root.DDR;
_root.DDR = _root.DUR;
_root.DUR = _root.DUL;
_root.DUL = _root.DDL;
_root.DDL = a;
a = _root.DD;
_root.DD = _root.DR;
_root.DR = _root.DU;
_root.DU = _root.DL;
_root.DL = a;
if (_root.FDR == "red") {
_parent.ColorFDR.setRGB(16711680);
}
if (_root.FDR == "blue") {
_parent.ColorFDR.setRGB(255);
}
if (_root.FDR == "white") {
_parent.ColorFDR.setRGB(16777215);
}
if (_root.FDR == "yellow") {
_parent.ColorFDR.setRGB(16776960);
}
if (_root.FDR == "orange") {
_parent.ColorFDR.setRGB(16750899);
}
if (_root.FDR == "green") {
_parent.ColorFDR.setRGB(65280);
}
if (_root.FD == "red") {
_parent.ColorFD.setRGB(16711680);
}
if (_root.FD == "blue") {
_parent.ColorFD.setRGB(255);
}
if (_root.FD == "white") {
_parent.ColorFD.setRGB(16777215);
}
if (_root.FD == "yellow") {
_parent.ColorFD.setRGB(16776960);
}
if (_root.FD == "orange") {
_parent.ColorFD.setRGB(16750899);
}
if (_root.FD == "green") {
_parent.ColorFD.setRGB(65280);
}
if (_root.FDL == "red") {
_parent.ColorFDL.setRGB(16711680);
}
if (_root.FDL == "blue") {
_parent.ColorFDL.setRGB(255);
}
if (_root.FDL == "white") {
_parent.ColorFDL.setRGB(16777215);
}
if (_root.FDL == "yellow") {
_parent.ColorFDL.setRGB(16776960);
}
if (_root.FDL == "orange") {
_parent.ColorFDL.setRGB(16750899);
}
if (_root.FDL == "green") {
_parent.ColorFDL.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.DownLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderD) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 384 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 270;
if (_root.LUR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.LUL;
_root.LUL = _root.DUL;
_root.DUL = _root.RDR;
_root.RDR = _root.UUL;
_root.UUL = a;
a = _root.LL;
_root.LL = _root.DL;
_root.DL = _root.RR;
_root.RR = _root.UL;
_root.UL = a;
a = _root.LDL;
_root.LDL = _root.DDL;
_root.DDL = _root.RUR;
_root.RUR = _root.UDL;
_root.UDL = a;
a = _root.BUR;
_root.BUR = _root.BDR;
_root.BDR = _root.BDL;
_root.BDL = _root.BUL;
_root.BUL = a;
a = _root.BU;
_root.BU = _root.BR;
_root.BR = _root.BD;
_root.BD = _root.BL;
_root.BL = a;
if (_root.UUL == "red") {
_parent.ColorFUR.setRGB(16711680);
}
if (_root.UUL == "blue") {
_parent.ColorFUR.setRGB(255);
}
if (_root.UUL == "white") {
_parent.ColorFUR.setRGB(16777215);
}
if (_root.UUL == "yellow") {
_parent.ColorFUR.setRGB(16776960);
}
if (_root.UUL == "orange") {
_parent.ColorFUR.setRGB(16750899);
}
if (_root.UUL == "green") {
_parent.ColorFUR.setRGB(65280);
}
if (_root.UL == "red") {
_parent.ColorFU.setRGB(16711680);
}
if (_root.UL == "blue") {
_parent.ColorFU.setRGB(255);
}
if (_root.UL == "white") {
_parent.ColorFU.setRGB(16777215);
}
if (_root.UL == "yellow") {
_parent.ColorFU.setRGB(16776960);
}
if (_root.UL == "orange") {
_parent.ColorFU.setRGB(16750899);
}
if (_root.UL == "green") {
_parent.ColorFU.setRGB(65280);
}
if (_root.UDL == "red") {
_parent.ColorFUL.setRGB(16711680);
}
if (_root.UDL == "blue") {
_parent.ColorFUL.setRGB(255);
}
if (_root.UDL == "white") {
_parent.ColorFUL.setRGB(16777215);
}
if (_root.UDL == "yellow") {
_parent.ColorFUL.setRGB(16776960);
}
if (_root.UDL == "orange") {
_parent.ColorFUL.setRGB(16750899);
}
if (_root.UDL == "green") {
_parent.ColorFUL.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.UpLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayU) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderU) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 385 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 270;
if (_root.LUR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.LU;
_root.LU = _root.DU;
_root.DU = _root.RD;
_root.RD = _root.UU;
_root.UU = a;
a = _root.LC;
_root.LC = _root.DC;
_root.DC = _root.RC;
_root.RC = _root.UC;
_root.UC = a;
a = _root.LD;
_root.LD = _root.DD;
_root.DD = _root.RU;
_root.RU = _root.UD;
_root.UD = a;
if (_root.UU == "red") {
_parent.ColorFR.setRGB(16711680);
}
if (_root.UU == "blue") {
_parent.ColorFR.setRGB(255);
}
if (_root.UU == "white") {
_parent.ColorFR.setRGB(16777215);
}
if (_root.UU == "yellow") {
_parent.ColorFR.setRGB(16776960);
}
if (_root.UU == "orange") {
_parent.ColorFR.setRGB(16750899);
}
if (_root.UU == "green") {
_parent.ColorFR.setRGB(65280);
}
if (_root.UC == "red") {
_parent.ColorFC.setRGB(16711680);
}
if (_root.UC == "blue") {
_parent.ColorFC.setRGB(255);
}
if (_root.UC == "white") {
_parent.ColorFC.setRGB(16777215);
}
if (_root.UC == "yellow") {
_parent.ColorFC.setRGB(16776960);
}
if (_root.UC == "orange") {
_parent.ColorFC.setRGB(16750899);
}
if (_root.UC == "green") {
_parent.ColorFC.setRGB(65280);
}
if (_root.UD == "red") {
_parent.ColorFL.setRGB(16711680);
}
if (_root.UD == "blue") {
_parent.ColorFL.setRGB(255);
}
if (_root.UD == "white") {
_parent.ColorFL.setRGB(16777215);
}
if (_root.UD == "yellow") {
_parent.ColorFL.setRGB(16776960);
}
if (_root.UD == "orange") {
_parent.ColorFL.setRGB(16750899);
}
if (_root.UD == "green") {
_parent.ColorFL.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LC == "red") {
_parent.ColorLC.setRGB(16711680);
}
if (_root.LC == "blue") {
_parent.ColorLC.setRGB(255);
}
if (_root.LC == "white") {
_parent.ColorLC.setRGB(16777215);
}
if (_root.LC == "yellow") {
_parent.ColorLC.setRGB(16776960);
}
if (_root.LC == "orange") {
_parent.ColorLC.setRGB(16750899);
}
if (_root.LC == "green") {
_parent.ColorLC.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.LeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderC) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 386 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 270;
if (_root.LUR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.LUR;
_root.LUR = _root.DUR;
_root.DUR = _root.RDL;
_root.RDL = _root.UUR;
_root.UUR = a;
a = _root.LR;
_root.LR = _root.DR;
_root.DR = _root.RL;
_root.RL = _root.UR;
_root.UR = a;
a = _root.LDR;
_root.LDR = _root.DDR;
_root.DDR = _root.RUL;
_root.RUL = _root.UDR;
_root.UDR = a;
a = _root.FDR;
_root.FDR = _root.FUR;
_root.FUR = _root.FUL;
_root.FUL = _root.FDL;
_root.FDL = a;
a = _root.FU;
_root.FU = _root.FL;
_root.FL = _root.FD;
_root.FD = _root.FR;
_root.FR = a;
if (_root.UUR == "red") {
_parent.ColorFDR.setRGB(16711680);
}
if (_root.UUR == "blue") {
_parent.ColorFDR.setRGB(255);
}
if (_root.UUR == "white") {
_parent.ColorFDR.setRGB(16777215);
}
if (_root.UUR == "yellow") {
_parent.ColorFDR.setRGB(16776960);
}
if (_root.UUR == "orange") {
_parent.ColorFDR.setRGB(16750899);
}
if (_root.UUR == "green") {
_parent.ColorFDR.setRGB(65280);
}
if (_root.UR == "red") {
_parent.ColorFD.setRGB(16711680);
}
if (_root.UR == "blue") {
_parent.ColorFD.setRGB(255);
}
if (_root.UR == "white") {
_parent.ColorFD.setRGB(16777215);
}
if (_root.UR == "yellow") {
_parent.ColorFD.setRGB(16776960);
}
if (_root.UR == "orange") {
_parent.ColorFD.setRGB(16750899);
}
if (_root.UR == "green") {
_parent.ColorFD.setRGB(65280);
}
if (_root.UDR == "red") {
_parent.ColorFDL.setRGB(16711680);
}
if (_root.UDR == "blue") {
_parent.ColorFDL.setRGB(255);
}
if (_root.UDR == "white") {
_parent.ColorFDL.setRGB(16777215);
}
if (_root.UDR == "yellow") {
_parent.ColorFDL.setRGB(16776960);
}
if (_root.UDR == "orange") {
_parent.ColorFDL.setRGB(16750899);
}
if (_root.UDR == "green") {
_parent.ColorFDL.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.DownLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderD) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 387 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 180;
if (_root.LUL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.FDL;
_root.FDL = _root.RDL;
_root.RDL = _root.BDL;
_root.BDL = _root.LDL;
_root.LDL = a;
a = _root.FD;
_root.FD = _root.RD;
_root.RD = _root.BD;
_root.BD = _root.LD;
_root.LD = a;
a = _root.FDR;
_root.FDR = _root.RDR;
_root.RDR = _root.BDR;
_root.BDR = _root.LDR;
_root.LDR = a;
a = _root.DDR;
_root.DDR = _root.DDL;
_root.DDL = _root.DUL;
_root.DUL = _root.DUR;
_root.DUR = a;
a = _root.DD;
_root.DD = _root.DL;
_root.DL = _root.DU;
_root.DU = _root.DR;
_root.DR = a;
if (_root.BDL == "red") {
_parent.ColorFUR.setRGB(16711680);
}
if (_root.BDL == "blue") {
_parent.ColorFUR.setRGB(255);
}
if (_root.BDL == "white") {
_parent.ColorFUR.setRGB(16777215);
}
if (_root.BDL == "yellow") {
_parent.ColorFUR.setRGB(16776960);
}
if (_root.BDL == "orange") {
_parent.ColorFUR.setRGB(16750899);
}
if (_root.BDL == "green") {
_parent.ColorFUR.setRGB(65280);
}
if (_root.BD == "red") {
_parent.ColorFU.setRGB(16711680);
}
if (_root.BD == "blue") {
_parent.ColorFU.setRGB(255);
}
if (_root.BD == "white") {
_parent.ColorFU.setRGB(16777215);
}
if (_root.BD == "yellow") {
_parent.ColorFU.setRGB(16776960);
}
if (_root.BD == "orange") {
_parent.ColorFU.setRGB(16750899);
}
if (_root.BD == "green") {
_parent.ColorFU.setRGB(65280);
}
if (_root.BDR == "red") {
_parent.ColorFUL.setRGB(16711680);
}
if (_root.BDR == "blue") {
_parent.ColorFUL.setRGB(255);
}
if (_root.BDR == "white") {
_parent.ColorFUL.setRGB(16777215);
}
if (_root.BDR == "yellow") {
_parent.ColorFUL.setRGB(16776960);
}
if (_root.BDR == "orange") {
_parent.ColorFUL.setRGB(16750899);
}
if (_root.BDR == "green") {
_parent.ColorFUL.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.UpLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayU) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderU) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 388 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 180;
if (_root.LUL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.FL;
_root.FL = _root.RL;
_root.RL = _root.BL;
_root.BL = _root.LL;
_root.LL = a;
a = _root.FC;
_root.FC = _root.RC;
_root.RC = _root.BC;
_root.BC = _root.LC;
_root.LC = a;
a = _root.FR;
_root.FR = _root.RR;
_root.RR = _root.BR;
_root.BR = _root.LR;
_root.LR = a;
if (_root.BL == "red") {
_parent.ColorFR.setRGB(16711680);
}
if (_root.BL == "blue") {
_parent.ColorFR.setRGB(255);
}
if (_root.BL == "white") {
_parent.ColorFR.setRGB(16777215);
}
if (_root.BL == "yellow") {
_parent.ColorFR.setRGB(16776960);
}
if (_root.BL == "orange") {
_parent.ColorFR.setRGB(16750899);
}
if (_root.BL == "green") {
_parent.ColorFR.setRGB(65280);
}
if (_root.BC == "red") {
_parent.ColorFC.setRGB(16711680);
}
if (_root.BC == "blue") {
_parent.ColorFC.setRGB(255);
}
if (_root.BC == "white") {
_parent.ColorFC.setRGB(16777215);
}
if (_root.BC == "yellow") {
_parent.ColorFC.setRGB(16776960);
}
if (_root.BC == "orange") {
_parent.ColorFC.setRGB(16750899);
}
if (_root.BC == "green") {
_parent.ColorFC.setRGB(65280);
}
if (_root.BR == "red") {
_parent.ColorFL.setRGB(16711680);
}
if (_root.BR == "blue") {
_parent.ColorFL.setRGB(255);
}
if (_root.BR == "white") {
_parent.ColorFL.setRGB(16777215);
}
if (_root.BR == "yellow") {
_parent.ColorFL.setRGB(16776960);
}
if (_root.BR == "orange") {
_parent.ColorFL.setRGB(16750899);
}
if (_root.BR == "green") {
_parent.ColorFL.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LC == "red") {
_parent.ColorLC.setRGB(16711680);
}
if (_root.LC == "blue") {
_parent.ColorLC.setRGB(255);
}
if (_root.LC == "white") {
_parent.ColorLC.setRGB(16777215);
}
if (_root.LC == "yellow") {
_parent.ColorLC.setRGB(16776960);
}
if (_root.LC == "orange") {
_parent.ColorLC.setRGB(16750899);
}
if (_root.LC == "green") {
_parent.ColorLC.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.LeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderC) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 389 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 0;
if (_root.LDR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.FUL;
_root.FUL = _root.LUL;
_root.LUL = _root.BUL;
_root.BUL = _root.RUL;
_root.RUL = a;
a = _root.FU;
_root.FU = _root.LU;
_root.LU = _root.BU;
_root.BU = _root.RU;
_root.RU = a;
a = _root.FUR;
_root.FUR = _root.LUR;
_root.LUR = _root.BUR;
_root.BUR = _root.RUR;
_root.RUR = a;
a = _root.UDR;
_root.UDR = _root.UDL;
_root.UDL = _root.UUL;
_root.UUL = _root.UUR;
_root.UUR = a;
a = _root.UD;
_root.UD = _root.UL;
_root.UL = _root.UU;
_root.UU = _root.UR;
_root.UR = a;
if (_root.FUR == "red") {
_parent.ColorFUR.setRGB(16711680);
}
if (_root.FUR == "blue") {
_parent.ColorFUR.setRGB(255);
}
if (_root.FUR == "white") {
_parent.ColorFUR.setRGB(16777215);
}
if (_root.FUR == "yellow") {
_parent.ColorFUR.setRGB(16776960);
}
if (_root.FUR == "orange") {
_parent.ColorFUR.setRGB(16750899);
}
if (_root.FUR == "green") {
_parent.ColorFUR.setRGB(65280);
}
if (_root.FU == "red") {
_parent.ColorFU.setRGB(16711680);
}
if (_root.FU == "blue") {
_parent.ColorFU.setRGB(255);
}
if (_root.FU == "white") {
_parent.ColorFU.setRGB(16777215);
}
if (_root.FU == "yellow") {
_parent.ColorFU.setRGB(16776960);
}
if (_root.FU == "orange") {
_parent.ColorFU.setRGB(16750899);
}
if (_root.FU == "green") {
_parent.ColorFU.setRGB(65280);
}
if (_root.FUL == "red") {
_parent.ColorFUL.setRGB(16711680);
}
if (_root.FUL == "blue") {
_parent.ColorFUL.setRGB(255);
}
if (_root.FUL == "white") {
_parent.ColorFUL.setRGB(16777215);
}
if (_root.FUL == "yellow") {
_parent.ColorFUL.setRGB(16776960);
}
if (_root.FUL == "orange") {
_parent.ColorFUL.setRGB(16750899);
}
if (_root.FUL == "green") {
_parent.ColorFUL.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.UpLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayU) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderU) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 390 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 180;
if (_root.LUL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.FDL;
_root.FDL = _root.RDL;
_root.RDL = _root.BDL;
_root.BDL = _root.LDL;
_root.LDL = a;
a = _root.FD;
_root.FD = _root.RD;
_root.RD = _root.BD;
_root.BD = _root.LD;
_root.LD = a;
a = _root.FDR;
_root.FDR = _root.RDR;
_root.RDR = _root.BDR;
_root.BDR = _root.LDR;
_root.LDR = a;
a = _root.DDR;
_root.DDR = _root.DDL;
_root.DDL = _root.DUL;
_root.DUL = _root.DUR;
_root.DUR = a;
a = _root.DD;
_root.DD = _root.DL;
_root.DL = _root.DU;
_root.DU = _root.DR;
_root.DR = a;
a = _root.FL;
_root.FL = _root.RL;
_root.RL = _root.BL;
_root.BL = _root.LL;
_root.LL = a;
a = _root.FC;
_root.FC = _root.RC;
_root.RC = _root.BC;
_root.BC = _root.LC;
_root.LC = a;
a = _root.FR;
_root.FR = _root.RR;
_root.RR = _root.BR;
_root.BR = _root.LR;
_root.LR = a;
a = _root.FUL;
_root.FUL = _root.RUL;
_root.RUL = _root.BUL;
_root.BUL = _root.LUL;
_root.LUL = a;
a = _root.FU;
_root.FU = _root.RU;
_root.RU = _root.BU;
_root.BU = _root.LU;
_root.LU = a;
a = _root.FUR;
_root.FUR = _root.RUR;
_root.RUR = _root.BUR;
_root.BUR = _root.LUR;
_root.LUR = a;
a = _root.UDR;
_root.UDR = _root.UUR;
_root.UUR = _root.UUL;
_root.UUL = _root.UDL;
_root.UDL = a;
a = _root.UD;
_root.UD = _root.UR;
_root.UR = _root.UU;
_root.UU = _root.UL;
_root.UL = a;
if (_root.BDL == "red") {
_parent.ColorFUR.setRGB(16711680);
}
if (_root.BDL == "blue") {
_parent.ColorFUR.setRGB(255);
}
if (_root.BDL == "white") {
_parent.ColorFUR.setRGB(16777215);
}
if (_root.BDL == "yellow") {
_parent.ColorFUR.setRGB(16776960);
}
if (_root.BDL == "orange") {
_parent.ColorFUR.setRGB(16750899);
}
if (_root.BDL == "green") {
_parent.ColorFUR.setRGB(65280);
}
if (_root.BD == "red") {
_parent.ColorFU.setRGB(16711680);
}
if (_root.BD == "blue") {
_parent.ColorFU.setRGB(255);
}
if (_root.BD == "white") {
_parent.ColorFU.setRGB(16777215);
}
if (_root.BD == "yellow") {
_parent.ColorFU.setRGB(16776960);
}
if (_root.BD == "orange") {
_parent.ColorFU.setRGB(16750899);
}
if (_root.BD == "green") {
_parent.ColorFU.setRGB(65280);
}
if (_root.BDR == "red") {
_parent.ColorFUL.setRGB(16711680);
}
if (_root.BDR == "blue") {
_parent.ColorFUL.setRGB(255);
}
if (_root.BDR == "white") {
_parent.ColorFUL.setRGB(16777215);
}
if (_root.BDR == "yellow") {
_parent.ColorFUL.setRGB(16776960);
}
if (_root.BDR == "orange") {
_parent.ColorFUL.setRGB(16750899);
}
if (_root.BDR == "green") {
_parent.ColorFUL.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUL.setRGB(65280);
}
if (_root.BL == "red") {
_parent.ColorFR.setRGB(16711680);
}
if (_root.BL == "blue") {
_parent.ColorFR.setRGB(255);
}
if (_root.BL == "white") {
_parent.ColorFR.setRGB(16777215);
}
if (_root.BL == "yellow") {
_parent.ColorFR.setRGB(16776960);
}
if (_root.BL == "orange") {
_parent.ColorFR.setRGB(16750899);
}
if (_root.BL == "green") {
_parent.ColorFR.setRGB(65280);
}
if (_root.BC == "red") {
_parent.ColorFC.setRGB(16711680);
}
if (_root.BC == "blue") {
_parent.ColorFC.setRGB(255);
}
if (_root.BC == "white") {
_parent.ColorFC.setRGB(16777215);
}
if (_root.BC == "yellow") {
_parent.ColorFC.setRGB(16776960);
}
if (_root.BC == "orange") {
_parent.ColorFC.setRGB(16750899);
}
if (_root.BC == "green") {
_parent.ColorFC.setRGB(65280);
}
if (_root.BR == "red") {
_parent.ColorFL.setRGB(16711680);
}
if (_root.BR == "blue") {
_parent.ColorFL.setRGB(255);
}
if (_root.BR == "white") {
_parent.ColorFL.setRGB(16777215);
}
if (_root.BR == "yellow") {
_parent.ColorFL.setRGB(16776960);
}
if (_root.BR == "orange") {
_parent.ColorFL.setRGB(16750899);
}
if (_root.BR == "green") {
_parent.ColorFL.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LC == "red") {
_parent.ColorLC.setRGB(16711680);
}
if (_root.LC == "blue") {
_parent.ColorLC.setRGB(255);
}
if (_root.LC == "white") {
_parent.ColorLC.setRGB(16777215);
}
if (_root.LC == "yellow") {
_parent.ColorLC.setRGB(16776960);
}
if (_root.LC == "orange") {
_parent.ColorLC.setRGB(16750899);
}
if (_root.LC == "green") {
_parent.ColorLC.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.BUL == "red") {
_parent.ColorFDR.setRGB(16711680);
}
if (_root.BUL == "blue") {
_parent.ColorFDR.setRGB(255);
}
if (_root.BUL == "white") {
_parent.ColorFDR.setRGB(16777215);
}
if (_root.BUL == "yellow") {
_parent.ColorFDR.setRGB(16776960);
}
if (_root.BUL == "orange") {
_parent.ColorFDR.setRGB(16750899);
}
if (_root.BUL == "green") {
_parent.ColorFDR.setRGB(65280);
}
if (_root.BU == "red") {
_parent.ColorFD.setRGB(16711680);
}
if (_root.BU == "blue") {
_parent.ColorFD.setRGB(255);
}
if (_root.BU == "white") {
_parent.ColorFD.setRGB(16777215);
}
if (_root.BU == "yellow") {
_parent.ColorFD.setRGB(16776960);
}
if (_root.BU == "orange") {
_parent.ColorFD.setRGB(16750899);
}
if (_root.BU == "green") {
_parent.ColorFD.setRGB(65280);
}
if (_root.BUR == "red") {
_parent.ColorFDL.setRGB(16711680);
}
if (_root.BUR == "blue") {
_parent.ColorFDL.setRGB(255);
}
if (_root.BUR == "white") {
_parent.ColorFDL.setRGB(16777215);
}
if (_root.BUR == "yellow") {
_parent.ColorFDL.setRGB(16776960);
}
if (_root.BUR == "orange") {
_parent.ColorFDL.setRGB(16750899);
}
if (_root.BUR == "green") {
_parent.ColorFDL.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.DownLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayU) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderU) {
gotoAndPlay (1);
};
play();
}
}
Symbol 391 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 270;
if (_root.LUR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.LUR;
_root.LUR = _root.DUR;
_root.DUR = _root.RDL;
_root.RDL = _root.UUR;
_root.UUR = a;
a = _root.LR;
_root.LR = _root.DR;
_root.DR = _root.RL;
_root.RL = _root.UR;
_root.UR = a;
a = _root.LDR;
_root.LDR = _root.DDR;
_root.DDR = _root.RUL;
_root.RUL = _root.UDR;
_root.UDR = a;
a = _root.FDR;
_root.FDR = _root.FUR;
_root.FUR = _root.FUL;
_root.FUL = _root.FDL;
_root.FDL = a;
a = _root.FU;
_root.FU = _root.FL;
_root.FL = _root.FD;
_root.FD = _root.FR;
_root.FR = a;
a = _root.LU;
_root.LU = _root.DU;
_root.DU = _root.RD;
_root.RD = _root.UU;
_root.UU = a;
a = _root.LC;
_root.LC = _root.DC;
_root.DC = _root.RC;
_root.RC = _root.UC;
_root.UC = a;
a = _root.LD;
_root.LD = _root.DD;
_root.DD = _root.RU;
_root.RU = _root.UD;
_root.UD = a;
a = _root.LUL;
_root.LUL = _root.DUL;
_root.DUL = _root.RDR;
_root.RDR = _root.UUL;
_root.UUL = a;
a = _root.LL;
_root.LL = _root.DL;
_root.DL = _root.RR;
_root.RR = _root.UL;
_root.UL = a;
a = _root.LDL;
_root.LDL = _root.DDL;
_root.DDL = _root.RUR;
_root.RUR = _root.UDL;
_root.UDL = a;
a = _root.BUR;
_root.BUR = _root.BDR;
_root.BDR = _root.BDL;
_root.BDL = _root.BUL;
_root.BUL = a;
a = _root.BU;
_root.BU = _root.BR;
_root.BR = _root.BD;
_root.BD = _root.BL;
_root.BL = a;
if (_root.UUL == "red") {
_parent.ColorFUR.setRGB(16711680);
}
if (_root.UUL == "blue") {
_parent.ColorFUR.setRGB(255);
}
if (_root.UUL == "white") {
_parent.ColorFUR.setRGB(16777215);
}
if (_root.UUL == "yellow") {
_parent.ColorFUR.setRGB(16776960);
}
if (_root.UUL == "orange") {
_parent.ColorFUR.setRGB(16750899);
}
if (_root.UUL == "green") {
_parent.ColorFUR.setRGB(65280);
}
if (_root.UL == "red") {
_parent.ColorFU.setRGB(16711680);
}
if (_root.UL == "blue") {
_parent.ColorFU.setRGB(255);
}
if (_root.UL == "white") {
_parent.ColorFU.setRGB(16777215);
}
if (_root.UL == "yellow") {
_parent.ColorFU.setRGB(16776960);
}
if (_root.UL == "orange") {
_parent.ColorFU.setRGB(16750899);
}
if (_root.UL == "green") {
_parent.ColorFU.setRGB(65280);
}
if (_root.UDL == "red") {
_parent.ColorFUL.setRGB(16711680);
}
if (_root.UDL == "blue") {
_parent.ColorFUL.setRGB(255);
}
if (_root.UDL == "white") {
_parent.ColorFUL.setRGB(16777215);
}
if (_root.UDL == "yellow") {
_parent.ColorFUL.setRGB(16776960);
}
if (_root.UDL == "orange") {
_parent.ColorFUL.setRGB(16750899);
}
if (_root.UDL == "green") {
_parent.ColorFUL.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLUL.setRGB(65280);
}
if (_root.UU == "red") {
_parent.ColorFR.setRGB(16711680);
}
if (_root.UU == "blue") {
_parent.ColorFR.setRGB(255);
}
if (_root.UU == "white") {
_parent.ColorFR.setRGB(16777215);
}
if (_root.UU == "yellow") {
_parent.ColorFR.setRGB(16776960);
}
if (_root.UU == "orange") {
_parent.ColorFR.setRGB(16750899);
}
if (_root.UU == "green") {
_parent.ColorFR.setRGB(65280);
}
if (_root.UC == "red") {
_parent.ColorFC.setRGB(16711680);
}
if (_root.UC == "blue") {
_parent.ColorFC.setRGB(255);
}
if (_root.UC == "white") {
_parent.ColorFC.setRGB(16777215);
}
if (_root.UC == "yellow") {
_parent.ColorFC.setRGB(16776960);
}
if (_root.UC == "orange") {
_parent.ColorFC.setRGB(16750899);
}
if (_root.UC == "green") {
_parent.ColorFC.setRGB(65280);
}
if (_root.UD == "red") {
_parent.ColorFL.setRGB(16711680);
}
if (_root.UD == "blue") {
_parent.ColorFL.setRGB(255);
}
if (_root.UD == "white") {
_parent.ColorFL.setRGB(16777215);
}
if (_root.UD == "yellow") {
_parent.ColorFL.setRGB(16776960);
}
if (_root.UD == "orange") {
_parent.ColorFL.setRGB(16750899);
}
if (_root.UD == "green") {
_parent.ColorFL.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LC == "red") {
_parent.ColorLC.setRGB(16711680);
}
if (_root.LC == "blue") {
_parent.ColorLC.setRGB(255);
}
if (_root.LC == "white") {
_parent.ColorLC.setRGB(16777215);
}
if (_root.LC == "yellow") {
_parent.ColorLC.setRGB(16776960);
}
if (_root.LC == "orange") {
_parent.ColorLC.setRGB(16750899);
}
if (_root.LC == "green") {
_parent.ColorLC.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.UUR == "red") {
_parent.ColorFDR.setRGB(16711680);
}
if (_root.UUR == "blue") {
_parent.ColorFDR.setRGB(255);
}
if (_root.UUR == "white") {
_parent.ColorFDR.setRGB(16777215);
}
if (_root.UUR == "yellow") {
_parent.ColorFDR.setRGB(16776960);
}
if (_root.UUR == "orange") {
_parent.ColorFDR.setRGB(16750899);
}
if (_root.UUR == "green") {
_parent.ColorFDR.setRGB(65280);
}
if (_root.UR == "red") {
_parent.ColorFD.setRGB(16711680);
}
if (_root.UR == "blue") {
_parent.ColorFD.setRGB(255);
}
if (_root.UR == "white") {
_parent.ColorFD.setRGB(16777215);
}
if (_root.UR == "yellow") {
_parent.ColorFD.setRGB(16776960);
}
if (_root.UR == "orange") {
_parent.ColorFD.setRGB(16750899);
}
if (_root.UR == "green") {
_parent.ColorFD.setRGB(65280);
}
if (_root.UDR == "red") {
_parent.ColorFDL.setRGB(16711680);
}
if (_root.UDR == "blue") {
_parent.ColorFDL.setRGB(255);
}
if (_root.UDR == "white") {
_parent.ColorFDL.setRGB(16777215);
}
if (_root.UDR == "yellow") {
_parent.ColorFDL.setRGB(16776960);
}
if (_root.UDR == "orange") {
_parent.ColorFDL.setRGB(16750899);
}
if (_root.UDR == "green") {
_parent.ColorFDL.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.DownLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayU) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderU) {
gotoAndPlay (1);
};
play();
}
}
Symbol 392 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 90;
if (_root.LDL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.LUR;
_root.LUR = _root.UUR;
_root.UUR = _root.RDL;
_root.RDL = _root.DUR;
_root.DUR = a;
a = _root.LR;
_root.LR = _root.UR;
_root.UR = _root.RL;
_root.RL = _root.DR;
_root.DR = a;
a = _root.LDR;
_root.LDR = _root.UDR;
_root.UDR = _root.RUL;
_root.RUL = _root.DDR;
_root.DDR = a;
a = _root.FUR;
_root.FUR = _root.FDR;
_root.FDR = _root.FDL;
_root.FDL = _root.FUL;
_root.FUL = a;
a = _root.FU;
_root.FU = _root.FR;
_root.FR = _root.FD;
_root.FD = _root.FL;
_root.FL = a;
a = _root.LU;
_root.LU = _root.UU;
_root.UU = _root.RD;
_root.RD = _root.DU;
_root.DU = a;
a = _root.LC;
_root.LC = _root.UC;
_root.UC = _root.RC;
_root.RC = _root.DC;
_root.DC = a;
a = _root.LD;
_root.LD = _root.UD;
_root.UD = _root.RU;
_root.RU = _root.DD;
_root.DD = a;
a = _root.LUL;
_root.LUL = _root.UUL;
_root.UUL = _root.RDR;
_root.RDR = _root.DUL;
_root.DUL = a;
a = _root.LL;
_root.LL = _root.UL;
_root.UL = _root.RR;
_root.RR = _root.DL;
_root.DL = a;
a = _root.LDL;
_root.LDL = _root.UDL;
_root.UDL = _root.RUR;
_root.RUR = _root.DDL;
_root.DDL = a;
a = _root.BUR;
_root.BUR = _root.BUL;
_root.BUL = _root.BDL;
_root.BDL = _root.BDR;
_root.BDR = a;
a = _root.BU;
_root.BU = _root.BL;
_root.BL = _root.BD;
_root.BD = _root.BR;
_root.BR = a;
if (_root.DDR == "red") {
_parent.ColorFUR.setRGB(16711680);
}
if (_root.DDR == "blue") {
_parent.ColorFUR.setRGB(255);
}
if (_root.DDR == "white") {
_parent.ColorFUR.setRGB(16777215);
}
if (_root.DDR == "yellow") {
_parent.ColorFUR.setRGB(16776960);
}
if (_root.DDR == "orange") {
_parent.ColorFUR.setRGB(16750899);
}
if (_root.DDR == "green") {
_parent.ColorFUR.setRGB(65280);
}
if (_root.DR == "red") {
_parent.ColorFU.setRGB(16711680);
}
if (_root.DR == "blue") {
_parent.ColorFU.setRGB(255);
}
if (_root.DR == "white") {
_parent.ColorFU.setRGB(16777215);
}
if (_root.DR == "yellow") {
_parent.ColorFU.setRGB(16776960);
}
if (_root.DR == "orange") {
_parent.ColorFU.setRGB(16750899);
}
if (_root.DR == "green") {
_parent.ColorFU.setRGB(65280);
}
if (_root.DUR == "red") {
_parent.ColorFUL.setRGB(16711680);
}
if (_root.DUR == "blue") {
_parent.ColorFUL.setRGB(255);
}
if (_root.DUR == "white") {
_parent.ColorFUL.setRGB(16777215);
}
if (_root.DUR == "yellow") {
_parent.ColorFUL.setRGB(16776960);
}
if (_root.DUR == "orange") {
_parent.ColorFUL.setRGB(16750899);
}
if (_root.DUR == "green") {
_parent.ColorFUL.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUL.setRGB(65280);
}
if (_root.DD == "red") {
_parent.ColorFR.setRGB(16711680);
}
if (_root.DD == "blue") {
_parent.ColorFR.setRGB(255);
}
if (_root.DD == "white") {
_parent.ColorFR.setRGB(16777215);
}
if (_root.DD == "yellow") {
_parent.ColorFR.setRGB(16776960);
}
if (_root.DD == "orange") {
_parent.ColorFR.setRGB(16750899);
}
if (_root.DD == "green") {
_parent.ColorFR.setRGB(65280);
}
if (_root.DC == "red") {
_parent.ColorFC.setRGB(16711680);
}
if (_root.DC == "blue") {
_parent.ColorFC.setRGB(255);
}
if (_root.DC == "white") {
_parent.ColorFC.setRGB(16777215);
}
if (_root.DC == "yellow") {
_parent.ColorFC.setRGB(16776960);
}
if (_root.DC == "orange") {
_parent.ColorFC.setRGB(16750899);
}
if (_root.DC == "green") {
_parent.ColorFC.setRGB(65280);
}
if (_root.DU == "red") {
_parent.ColorFL.setRGB(16711680);
}
if (_root.DU == "blue") {
_parent.ColorFL.setRGB(255);
}
if (_root.DU == "white") {
_parent.ColorFL.setRGB(16777215);
}
if (_root.DU == "yellow") {
_parent.ColorFL.setRGB(16776960);
}
if (_root.DU == "orange") {
_parent.ColorFL.setRGB(16750899);
}
if (_root.DU == "green") {
_parent.ColorFL.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LC == "red") {
_parent.ColorLC.setRGB(16711680);
}
if (_root.LC == "blue") {
_parent.ColorLC.setRGB(255);
}
if (_root.LC == "white") {
_parent.ColorLC.setRGB(16777215);
}
if (_root.LC == "yellow") {
_parent.ColorLC.setRGB(16776960);
}
if (_root.LC == "orange") {
_parent.ColorLC.setRGB(16750899);
}
if (_root.LC == "green") {
_parent.ColorLC.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.DDL == "red") {
_parent.ColorFDR.setRGB(16711680);
}
if (_root.DDL == "blue") {
_parent.ColorFDR.setRGB(255);
}
if (_root.DDL == "white") {
_parent.ColorFDR.setRGB(16777215);
}
if (_root.DDL == "yellow") {
_parent.ColorFDR.setRGB(16776960);
}
if (_root.DDL == "orange") {
_parent.ColorFDR.setRGB(16750899);
}
if (_root.DDL == "green") {
_parent.ColorFDR.setRGB(65280);
}
if (_root.DL == "red") {
_parent.ColorFD.setRGB(16711680);
}
if (_root.DL == "blue") {
_parent.ColorFD.setRGB(255);
}
if (_root.DL == "white") {
_parent.ColorFD.setRGB(16777215);
}
if (_root.DL == "yellow") {
_parent.ColorFD.setRGB(16776960);
}
if (_root.DL == "orange") {
_parent.ColorFD.setRGB(16750899);
}
if (_root.DL == "green") {
_parent.ColorFD.setRGB(65280);
}
if (_root.DUL == "red") {
_parent.ColorFDL.setRGB(16711680);
}
if (_root.DUL == "blue") {
_parent.ColorFDL.setRGB(255);
}
if (_root.DUL == "white") {
_parent.ColorFDL.setRGB(16777215);
}
if (_root.DUL == "yellow") {
_parent.ColorFDL.setRGB(16776960);
}
if (_root.DUL == "orange") {
_parent.ColorFDL.setRGB(16750899);
}
if (_root.DUL == "green") {
_parent.ColorFDL.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.DownLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayU) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderU) {
gotoAndPlay (1);
};
play();
}
}
Symbol 393 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 0;
if (_root.LDR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.FUL;
_root.FUL = _root.LUL;
_root.LUL = _root.BUL;
_root.BUL = _root.RUL;
_root.RUL = a;
a = _root.FU;
_root.FU = _root.LU;
_root.LU = _root.BU;
_root.BU = _root.RU;
_root.RU = a;
a = _root.FUR;
_root.FUR = _root.LUR;
_root.LUR = _root.BUR;
_root.BUR = _root.RUR;
_root.RUR = a;
a = _root.UDR;
_root.UDR = _root.UDL;
_root.UDL = _root.UUL;
_root.UUL = _root.UUR;
_root.UUR = a;
a = _root.UD;
_root.UD = _root.UL;
_root.UL = _root.UU;
_root.UU = _root.UR;
_root.UR = a;
a = _root.FL;
_root.FL = _root.LL;
_root.LL = _root.BL;
_root.BL = _root.RL;
_root.RL = a;
a = _root.FC;
_root.FC = _root.LC;
_root.LC = _root.BC;
_root.BC = _root.RC;
_root.RC = a;
a = _root.FR;
_root.FR = _root.LR;
_root.LR = _root.BR;
_root.BR = _root.RR;
_root.RR = a;
a = _root.FDL;
_root.FDL = _root.LDL;
_root.LDL = _root.BDL;
_root.BDL = _root.RDL;
_root.RDL = a;
a = _root.FD;
_root.FD = _root.LD;
_root.LD = _root.BD;
_root.BD = _root.RD;
_root.RD = a;
a = _root.FDR;
_root.FDR = _root.LDR;
_root.LDR = _root.BDR;
_root.BDR = _root.RDR;
_root.RDR = a;
a = _root.DDR;
_root.DDR = _root.DUR;
_root.DUR = _root.DUL;
_root.DUL = _root.DDL;
_root.DDL = a;
a = _root.DD;
_root.DD = _root.DR;
_root.DR = _root.DU;
_root.DU = _root.DL;
_root.DL = a;
if (_root.FUR == "red") {
_parent.ColorFUR.setRGB(16711680);
}
if (_root.FUR == "blue") {
_parent.ColorFUR.setRGB(255);
}
if (_root.FUR == "white") {
_parent.ColorFUR.setRGB(16777215);
}
if (_root.FUR == "yellow") {
_parent.ColorFUR.setRGB(16776960);
}
if (_root.FUR == "orange") {
_parent.ColorFUR.setRGB(16750899);
}
if (_root.FUR == "green") {
_parent.ColorFUR.setRGB(65280);
}
if (_root.FU == "red") {
_parent.ColorFU.setRGB(16711680);
}
if (_root.FU == "blue") {
_parent.ColorFU.setRGB(255);
}
if (_root.FU == "white") {
_parent.ColorFU.setRGB(16777215);
}
if (_root.FU == "yellow") {
_parent.ColorFU.setRGB(16776960);
}
if (_root.FU == "orange") {
_parent.ColorFU.setRGB(16750899);
}
if (_root.FU == "green") {
_parent.ColorFU.setRGB(65280);
}
if (_root.FUL == "red") {
_parent.ColorFUL.setRGB(16711680);
}
if (_root.FUL == "blue") {
_parent.ColorFUL.setRGB(255);
}
if (_root.FUL == "white") {
_parent.ColorFUL.setRGB(16777215);
}
if (_root.FUL == "yellow") {
_parent.ColorFUL.setRGB(16776960);
}
if (_root.FUL == "orange") {
_parent.ColorFUL.setRGB(16750899);
}
if (_root.FUL == "green") {
_parent.ColorFUL.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUL.setRGB(65280);
}
if (_root.FR == "red") {
_parent.ColorFR.setRGB(16711680);
}
if (_root.FR == "blue") {
_parent.ColorFR.setRGB(255);
}
if (_root.FR == "white") {
_parent.ColorFR.setRGB(16777215);
}
if (_root.FR == "yellow") {
_parent.ColorFR.setRGB(16776960);
}
if (_root.FR == "orange") {
_parent.ColorFR.setRGB(16750899);
}
if (_root.FR == "green") {
_parent.ColorFR.setRGB(65280);
}
if (_root.FC == "red") {
_parent.ColorFC.setRGB(16711680);
}
if (_root.FC == "blue") {
_parent.ColorFC.setRGB(255);
}
if (_root.FC == "white") {
_parent.ColorFC.setRGB(16777215);
}
if (_root.FC == "yellow") {
_parent.ColorFC.setRGB(16776960);
}
if (_root.FC == "orange") {
_parent.ColorFC.setRGB(16750899);
}
if (_root.FC == "green") {
_parent.ColorFC.setRGB(65280);
}
if (_root.FL == "red") {
_parent.ColorFL.setRGB(16711680);
}
if (_root.FL == "blue") {
_parent.ColorFL.setRGB(255);
}
if (_root.FL == "white") {
_parent.ColorFL.setRGB(16777215);
}
if (_root.FL == "yellow") {
_parent.ColorFL.setRGB(16776960);
}
if (_root.FL == "orange") {
_parent.ColorFL.setRGB(16750899);
}
if (_root.FL == "green") {
_parent.ColorFL.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LC == "red") {
_parent.ColorLC.setRGB(16711680);
}
if (_root.LC == "blue") {
_parent.ColorLC.setRGB(255);
}
if (_root.LC == "white") {
_parent.ColorLC.setRGB(16777215);
}
if (_root.LC == "yellow") {
_parent.ColorLC.setRGB(16776960);
}
if (_root.LC == "orange") {
_parent.ColorLC.setRGB(16750899);
}
if (_root.LC == "green") {
_parent.ColorLC.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.FDR == "red") {
_parent.ColorFDR.setRGB(16711680);
}
if (_root.FDR == "blue") {
_parent.ColorFDR.setRGB(255);
}
if (_root.FDR == "white") {
_parent.ColorFDR.setRGB(16777215);
}
if (_root.FDR == "yellow") {
_parent.ColorFDR.setRGB(16776960);
}
if (_root.FDR == "orange") {
_parent.ColorFDR.setRGB(16750899);
}
if (_root.FDR == "green") {
_parent.ColorFDR.setRGB(65280);
}
if (_root.FD == "red") {
_parent.ColorFD.setRGB(16711680);
}
if (_root.FD == "blue") {
_parent.ColorFD.setRGB(255);
}
if (_root.FD == "white") {
_parent.ColorFD.setRGB(16777215);
}
if (_root.FD == "yellow") {
_parent.ColorFD.setRGB(16776960);
}
if (_root.FD == "orange") {
_parent.ColorFD.setRGB(16750899);
}
if (_root.FD == "green") {
_parent.ColorFD.setRGB(65280);
}
if (_root.FDL == "red") {
_parent.ColorFDL.setRGB(16711680);
}
if (_root.FDL == "blue") {
_parent.ColorFDL.setRGB(255);
}
if (_root.FDL == "white") {
_parent.ColorFDL.setRGB(16777215);
}
if (_root.FDL == "yellow") {
_parent.ColorFDL.setRGB(16776960);
}
if (_root.FDL == "orange") {
_parent.ColorFDL.setRGB(16750899);
}
if (_root.FDL == "green") {
_parent.ColorFDL.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.DownLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayU) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderU) {
gotoAndPlay (1);
};
play();
}
}
Symbol 394 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 90;
if (_root.LDL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.LU;
_root.LU = _root.UU;
_root.UU = _root.RD;
_root.RD = _root.DU;
_root.DU = a;
a = _root.LC;
_root.LC = _root.UC;
_root.UC = _root.RC;
_root.RC = _root.DC;
_root.DC = a;
a = _root.LD;
_root.LD = _root.UD;
_root.UD = _root.RU;
_root.RU = _root.DD;
_root.DD = a;
if (_root.DD == "red") {
_parent.ColorFR.setRGB(16711680);
}
if (_root.DD == "blue") {
_parent.ColorFR.setRGB(255);
}
if (_root.DD == "white") {
_parent.ColorFR.setRGB(16777215);
}
if (_root.DD == "yellow") {
_parent.ColorFR.setRGB(16776960);
}
if (_root.DD == "orange") {
_parent.ColorFR.setRGB(16750899);
}
if (_root.DD == "green") {
_parent.ColorFR.setRGB(65280);
}
if (_root.DC == "red") {
_parent.ColorFC.setRGB(16711680);
}
if (_root.DC == "blue") {
_parent.ColorFC.setRGB(255);
}
if (_root.DC == "white") {
_parent.ColorFC.setRGB(16777215);
}
if (_root.DC == "yellow") {
_parent.ColorFC.setRGB(16776960);
}
if (_root.DC == "orange") {
_parent.ColorFC.setRGB(16750899);
}
if (_root.DC == "green") {
_parent.ColorFC.setRGB(65280);
}
if (_root.DU == "red") {
_parent.ColorFL.setRGB(16711680);
}
if (_root.DU == "blue") {
_parent.ColorFL.setRGB(255);
}
if (_root.DU == "white") {
_parent.ColorFL.setRGB(16777215);
}
if (_root.DU == "yellow") {
_parent.ColorFL.setRGB(16776960);
}
if (_root.DU == "orange") {
_parent.ColorFL.setRGB(16750899);
}
if (_root.DU == "green") {
_parent.ColorFL.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LC == "red") {
_parent.ColorLC.setRGB(16711680);
}
if (_root.LC == "blue") {
_parent.ColorLC.setRGB(255);
}
if (_root.LC == "white") {
_parent.ColorLC.setRGB(16777215);
}
if (_root.LC == "yellow") {
_parent.ColorLC.setRGB(16776960);
}
if (_root.LC == "orange") {
_parent.ColorLC.setRGB(16750899);
}
if (_root.LC == "green") {
_parent.ColorLC.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.LeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.LeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.CenterOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.RightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayC) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderC) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 395 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 90;
if (_root.LDL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.LUL;
_root.LUL = _root.UUL;
_root.UUL = _root.RDR;
_root.RDR = _root.DUL;
_root.DUL = a;
a = _root.LL;
_root.LL = _root.UL;
_root.UL = _root.RR;
_root.RR = _root.DL;
_root.DL = a;
a = _root.LDL;
_root.LDL = _root.UDL;
_root.UDL = _root.RUR;
_root.RUR = _root.DDL;
_root.DDL = a;
a = _root.BUR;
_root.BUR = _root.BUL;
_root.BUL = _root.BDL;
_root.BDL = _root.BDR;
_root.BDR = a;
a = _root.BU;
_root.BU = _root.BL;
_root.BL = _root.BD;
_root.BD = _root.BR;
_root.BR = a;
if (_root.DDL == "red") {
_parent.ColorFDR.setRGB(16711680);
}
if (_root.DDL == "blue") {
_parent.ColorFDR.setRGB(255);
}
if (_root.DDL == "white") {
_parent.ColorFDR.setRGB(16777215);
}
if (_root.DDL == "yellow") {
_parent.ColorFDR.setRGB(16776960);
}
if (_root.DDL == "orange") {
_parent.ColorFDR.setRGB(16750899);
}
if (_root.DDL == "green") {
_parent.ColorFDR.setRGB(65280);
}
if (_root.DL == "red") {
_parent.ColorFD.setRGB(16711680);
}
if (_root.DL == "blue") {
_parent.ColorFD.setRGB(255);
}
if (_root.DL == "white") {
_parent.ColorFD.setRGB(16777215);
}
if (_root.DL == "yellow") {
_parent.ColorFD.setRGB(16776960);
}
if (_root.DL == "orange") {
_parent.ColorFD.setRGB(16750899);
}
if (_root.DL == "green") {
_parent.ColorFD.setRGB(65280);
}
if (_root.DUL == "red") {
_parent.ColorFDL.setRGB(16711680);
}
if (_root.DUL == "blue") {
_parent.ColorFDL.setRGB(255);
}
if (_root.DUL == "white") {
_parent.ColorFDL.setRGB(16777215);
}
if (_root.DUL == "yellow") {
_parent.ColorFDL.setRGB(16776960);
}
if (_root.DUL == "orange") {
_parent.ColorFDL.setRGB(16750899);
}
if (_root.DUL == "green") {
_parent.ColorFDL.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.DownLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.DownRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayD) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderD) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 396 Button
on (release) {
if (_root.done == 0) {
_parent.CubicRubic._rotation = 90;
if (_root.LDL == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUL.setRGB(65280);
}
a = _root.LUR;
_root.LUR = _root.UUR;
_root.UUR = _root.RDL;
_root.RDL = _root.DUR;
_root.DUR = a;
a = _root.LR;
_root.LR = _root.UR;
_root.UR = _root.RL;
_root.RL = _root.DR;
_root.DR = a;
a = _root.LDR;
_root.LDR = _root.UDR;
_root.UDR = _root.RUL;
_root.RUL = _root.DDR;
_root.DDR = a;
a = _root.FUR;
_root.FUR = _root.FDR;
_root.FDR = _root.FDL;
_root.FDL = _root.FUL;
_root.FUL = a;
a = _root.FU;
_root.FU = _root.FR;
_root.FR = _root.FD;
_root.FD = _root.FL;
_root.FL = a;
if (_root.DDR == "red") {
_parent.ColorFUR.setRGB(16711680);
}
if (_root.DDR == "blue") {
_parent.ColorFUR.setRGB(255);
}
if (_root.DDR == "white") {
_parent.ColorFUR.setRGB(16777215);
}
if (_root.DDR == "yellow") {
_parent.ColorFUR.setRGB(16776960);
}
if (_root.DDR == "orange") {
_parent.ColorFUR.setRGB(16750899);
}
if (_root.DDR == "green") {
_parent.ColorFUR.setRGB(65280);
}
if (_root.DR == "red") {
_parent.ColorFU.setRGB(16711680);
}
if (_root.DR == "blue") {
_parent.ColorFU.setRGB(255);
}
if (_root.DR == "white") {
_parent.ColorFU.setRGB(16777215);
}
if (_root.DR == "yellow") {
_parent.ColorFU.setRGB(16776960);
}
if (_root.DR == "orange") {
_parent.ColorFU.setRGB(16750899);
}
if (_root.DR == "green") {
_parent.ColorFU.setRGB(65280);
}
if (_root.DUR == "red") {
_parent.ColorFUL.setRGB(16711680);
}
if (_root.DUR == "blue") {
_parent.ColorFUL.setRGB(255);
}
if (_root.DUR == "white") {
_parent.ColorFUL.setRGB(16777215);
}
if (_root.DUR == "yellow") {
_parent.ColorFUL.setRGB(16776960);
}
if (_root.DUR == "orange") {
_parent.ColorFUL.setRGB(16750899);
}
if (_root.DUR == "green") {
_parent.ColorFUL.setRGB(65280);
}
if (_root.LDR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUL.setRGB(65280);
}
tellTarget (_parent.CubicRubic.UpLeftIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightIn) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpLeftOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.UpRightOut) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.GrayU) {
gotoAndPlay (1);
};
tellTarget (_parent.CubicRubic.BorderU) {
gotoAndPlay (1);
};
_root.moves++;
play();
}
}
Symbol 397 Button
on (rollOver) {
Rotator._xscale = -100;
tellTarget (Rotator) {
play();
};
}
on (rollOut) {
tellTarget (Rotator) {
stop();
};
}
on (release) {
a = _root.FUL;
_root.FUL = _root.DUR;
_root.DUR = _root.BDR;
_root.BDR = _root.UDL;
_root.UDL = a;
a = _root.FU;
_root.FU = _root.DR;
_root.DR = _root.BD;
_root.BD = _root.UL;
_root.UL = a;
a = _root.FUR;
_root.FUR = _root.DDR;
_root.DDR = _root.BDL;
_root.BDL = _root.UUL;
_root.UUL = a;
a = _root.FL;
_root.FL = _root.DU;
_root.DU = _root.BR;
_root.BR = _root.UD;
_root.UD = a;
a = _root.FC;
_root.FC = _root.DC;
_root.DC = _root.BC;
_root.BC = _root.UC;
_root.UC = a;
a = _root.FR;
_root.FR = _root.DD;
_root.DD = _root.BL;
_root.BL = _root.UU;
_root.UU = a;
a = _root.FDL;
_root.FDL = _root.DUL;
_root.DUL = _root.BUR;
_root.BUR = _root.UDR;
_root.UDR = a;
a = _root.FD;
_root.FD = _root.DL;
_root.DL = _root.BU;
_root.BU = _root.UR;
_root.UR = a;
a = _root.FDR;
_root.FDR = _root.DDL;
_root.DDL = _root.BUL;
_root.BUL = _root.UUR;
_root.UUR = a;
a = _root.LUL;
_root.LUL = _root.LUR;
_root.LUR = _root.LDR;
_root.LDR = _root.LDL;
_root.LDL = a;
a = _root.LL;
_root.LL = _root.LU;
_root.LU = _root.LR;
_root.LR = _root.LD;
_root.LD = a;
a = _root.RUL;
_root.RUL = _root.RDL;
_root.RDL = _root.RDR;
_root.RDR = _root.RUR;
_root.RUR = a;
a = _root.RL;
_root.RL = _root.RD;
_root.RD = _root.RR;
_root.RR = _root.RU;
_root.RU = a;
tellTarget (_parent.CubeRotator) {
gotoAndPlay (32);
};
play();
}
Symbol 398 Button
on (rollOver) {
Rotator._xscale = 100;
tellTarget (Rotator) {
play();
};
}
on (rollOut) {
tellTarget (Rotator) {
stop();
};
}
on (release) {
a = _root.FUL;
_root.FUL = _root.UDL;
_root.UDL = _root.BDR;
_root.BDR = _root.DUR;
_root.DUR = a;
a = _root.FU;
_root.FU = _root.UL;
_root.UL = _root.BD;
_root.BD = _root.DR;
_root.DR = a;
a = _root.FUR;
_root.FUR = _root.UUL;
_root.UUL = _root.BDL;
_root.BDL = _root.DDR;
_root.DDR = a;
a = _root.FL;
_root.FL = _root.UD;
_root.UD = _root.BR;
_root.BR = _root.DU;
_root.DU = a;
a = _root.FC;
_root.FC = _root.UC;
_root.UC = _root.BC;
_root.BC = _root.DC;
_root.DC = a;
a = _root.FR;
_root.FR = _root.UU;
_root.UU = _root.BL;
_root.BL = _root.DD;
_root.DD = a;
a = _root.FDL;
_root.FDL = _root.UDR;
_root.UDR = _root.BUR;
_root.BUR = _root.DUL;
_root.DUL = a;
a = _root.FD;
_root.FD = _root.UR;
_root.UR = _root.BU;
_root.BU = _root.DL;
_root.DL = a;
a = _root.FDR;
_root.FDR = _root.UUR;
_root.UUR = _root.BUL;
_root.BUL = _root.DDL;
_root.DDL = a;
a = _root.LUL;
_root.LUL = _root.LDL;
_root.LDL = _root.LDR;
_root.LDR = _root.LUR;
_root.LUR = a;
a = _root.LL;
_root.LL = _root.LD;
_root.LD = _root.LR;
_root.LR = _root.LU;
_root.LU = a;
a = _root.RUL;
_root.RUL = _root.RUR;
_root.RUR = _root.RDR;
_root.RDR = _root.RDL;
_root.RDL = a;
a = _root.RL;
_root.RL = _root.RU;
_root.RU = _root.RR;
_root.RR = _root.RD;
_root.RD = a;
tellTarget (_parent.CubeRotator) {
gotoAndPlay (2);
};
play();
}
Symbol 400 MovieClip Frame 1
_parent.CubicRubic._rotation = 0;
if (_root.LDR == "red") {
_parent.ColorLDR.setRGB(16711680);
}
if (_root.LDR == "blue") {
_parent.ColorLDR.setRGB(255);
}
if (_root.LDR == "white") {
_parent.ColorLDR.setRGB(16777215);
}
if (_root.LDR == "yellow") {
_parent.ColorLDR.setRGB(16776960);
}
if (_root.LDR == "orange") {
_parent.ColorLDR.setRGB(16750899);
}
if (_root.LDR == "green") {
_parent.ColorLDR.setRGB(65280);
}
if (_root.LD == "red") {
_parent.ColorLD.setRGB(16711680);
}
if (_root.LD == "blue") {
_parent.ColorLD.setRGB(255);
}
if (_root.LD == "white") {
_parent.ColorLD.setRGB(16777215);
}
if (_root.LD == "yellow") {
_parent.ColorLD.setRGB(16776960);
}
if (_root.LD == "orange") {
_parent.ColorLD.setRGB(16750899);
}
if (_root.LD == "green") {
_parent.ColorLD.setRGB(65280);
}
if (_root.LDL == "red") {
_parent.ColorLDL.setRGB(16711680);
}
if (_root.LDL == "blue") {
_parent.ColorLDL.setRGB(255);
}
if (_root.LDL == "white") {
_parent.ColorLDL.setRGB(16777215);
}
if (_root.LDL == "yellow") {
_parent.ColorLDL.setRGB(16776960);
}
if (_root.LDL == "orange") {
_parent.ColorLDL.setRGB(16750899);
}
if (_root.LDL == "green") {
_parent.ColorLDL.setRGB(65280);
}
if (_root.LR == "red") {
_parent.ColorLR.setRGB(16711680);
}
if (_root.LR == "blue") {
_parent.ColorLR.setRGB(255);
}
if (_root.LR == "white") {
_parent.ColorLR.setRGB(16777215);
}
if (_root.LR == "yellow") {
_parent.ColorLR.setRGB(16776960);
}
if (_root.LR == "orange") {
_parent.ColorLR.setRGB(16750899);
}
if (_root.LR == "green") {
_parent.ColorLR.setRGB(65280);
}
if (_root.LC == "red") {
_parent.ColorLC.setRGB(16711680);
}
if (_root.LC == "blue") {
_parent.ColorLC.setRGB(255);
}
if (_root.LC == "white") {
_parent.ColorLC.setRGB(16777215);
}
if (_root.LC == "yellow") {
_parent.ColorLC.setRGB(16776960);
}
if (_root.LC == "orange") {
_parent.ColorLC.setRGB(16750899);
}
if (_root.LC == "green") {
_parent.ColorLC.setRGB(65280);
}
if (_root.LL == "red") {
_parent.ColorLL.setRGB(16711680);
}
if (_root.LL == "blue") {
_parent.ColorLL.setRGB(255);
}
if (_root.LL == "white") {
_parent.ColorLL.setRGB(16777215);
}
if (_root.LL == "yellow") {
_parent.ColorLL.setRGB(16776960);
}
if (_root.LL == "orange") {
_parent.ColorLL.setRGB(16750899);
}
if (_root.LL == "green") {
_parent.ColorLL.setRGB(65280);
}
if (_root.LUR == "red") {
_parent.ColorLUR.setRGB(16711680);
}
if (_root.LUR == "blue") {
_parent.ColorLUR.setRGB(255);
}
if (_root.LUR == "white") {
_parent.ColorLUR.setRGB(16777215);
}
if (_root.LUR == "yellow") {
_parent.ColorLUR.setRGB(16776960);
}
if (_root.LUR == "orange") {
_parent.ColorLUR.setRGB(16750899);
}
if (_root.LUR == "green") {
_parent.ColorLUR.setRGB(65280);
}
if (_root.LU == "red") {
_parent.ColorLU.setRGB(16711680);
}
if (_root.LU == "blue") {
_parent.ColorLU.setRGB(255);
}
if (_root.LU == "white") {
_parent.ColorLU.setRGB(16777215);
}
if (_root.LU == "yellow") {
_parent.ColorLU.setRGB(16776960);
}
if (_root.LU == "orange") {
_parent.ColorLU.setRGB(16750899);
}
if (_root.LU == "green") {
_parent.ColorLU.setRGB(65280);
}
if (_root.LUL == "red") {
_parent.ColorLUL.setRGB(16711680);
}
if (_root.LUL == "blue") {
_parent.ColorLUL.setRGB(255);
}
if (_root.LUL == "white") {
_parent.ColorLUL.setRGB(16777215);
}
if (_root.LUL == "yellow") {
_parent.ColorLUL.setRGB(16776960);
}
if (_root.LUL == "orange") {
_parent.ColorLUL.setRGB(16750899);
}
if (_root.LUL == "green") {
_parent.ColorLUL.setRGB(65280);
}
if (_root.BDR == "red") {
_parent.ColorLeftDR.setRGB(16711680);
}
if (_root.BDR == "blue") {
_parent.ColorLeftDR.setRGB(255);
}
if (_root.BDR == "white") {
_parent.ColorLeftDR.setRGB(16777215);
}
if (_root.BDR == "yellow") {
_parent.ColorLeftDR.setRGB(16776960);
}
if (_root.BDR == "orange") {
_parent.ColorLeftDR.setRGB(16750899);
}
if (_root.BDR == "green") {
_parent.ColorLeftDR.setRGB(65280);
}
if (_root.BD == "red") {
_parent.ColorLeftD.setRGB(16711680);
}
if (_root.BD == "blue") {
_parent.ColorLeftD.setRGB(255);
}
if (_root.BD == "white") {
_parent.ColorLeftD.setRGB(16777215);
}
if (_root.BD == "yellow") {
_parent.ColorLeftD.setRGB(16776960);
}
if (_root.BD == "orange") {
_parent.ColorLeftD.setRGB(16750899);
}
if (_root.BD == "green") {
_parent.ColorLeftD.setRGB(65280);
}
if (_root.BDL == "red") {
_parent.ColorLeftDL.setRGB(16711680);
}
if (_root.BDL == "blue") {
_parent.ColorLeftDL.setRGB(255);
}
if (_root.BDL == "white") {
_parent.ColorLeftDL.setRGB(16777215);
}
if (_root.BDL == "yellow") {
_parent.ColorLeftDL.setRGB(16776960);
}
if (_root.BDL == "orange") {
_parent.ColorLeftDL.setRGB(16750899);
}
if (_root.BDL == "green") {
_parent.ColorLeftDL.setRGB(65280);
}
if (_root.BR == "red") {
_parent.ColorLeftR.setRGB(16711680);
}
if (_root.BR == "blue") {
_parent.ColorLeftR.setRGB(255);
}
if (_root.BR == "white") {
_parent.ColorLeftR.setRGB(16777215);
}
if (_root.BR == "yellow") {
_parent.ColorLeftR.setRGB(16776960);
}
if (_root.BR == "orange") {
_parent.ColorLeftR.setRGB(16750899);
}
if (_root.BR == "green") {
_parent.ColorLeftR.setRGB(65280);
}
if (_root.BC == "red") {
_parent.ColorLeftC.setRGB(16711680);
}
if (_root.BC == "blue") {
_parent.ColorLeftC.setRGB(255);
}
if (_root.BC == "white") {
_parent.ColorLeftC.setRGB(16777215);
}
if (_root.BC == "yellow") {
_parent.ColorLeftC.setRGB(16776960);
}
if (_root.BC == "orange") {
_parent.ColorLeftC.setRGB(16750899);
}
if (_root.BC == "green") {
_parent.ColorLeftC.setRGB(65280);
}
if (_root.BL == "red") {
_parent.ColorLeftL.setRGB(16711680);
}
if (_root.BL == "blue") {
_parent.ColorLeftL.setRGB(255);
}
if (_root.BL == "white") {
_parent.ColorLeftL.setRGB(16777215);
}
if (_root.BL == "yellow") {
_parent.ColorLeftL.setRGB(16776960);
}
if (_root.BL == "orange") {
_parent.ColorLeftL.setRGB(16750899);
}
if (_root.BL == "green") {
_parent.ColorLeftL.setRGB(65280);
}
if (_root.BUR == "red") {
_parent.ColorLeftUR.setRGB(16711680);
}
if (_root.BUR == "blue") {
_parent.ColorLeftUR.setRGB(255);
}
if (_root.BUR == "white") {
_parent.ColorLeftUR.setRGB(16777215);
}
if (_root.BUR == "yellow") {
_parent.ColorLeftUR.setRGB(16776960);
}
if (_root.BUR == "orange") {
_parent.ColorLeftUR.setRGB(16750899);
}
if (_root.BUR == "green") {
_parent.ColorLeftUR.setRGB(65280);
}
if (_root.BU == "red") {
_parent.ColorLeftU.setRGB(16711680);
}
if (_root.BU == "blue") {
_parent.ColorLeftU.setRGB(255);
}
if (_root.BU == "white") {
_parent.ColorLeftU.setRGB(16777215);
}
if (_root.BU == "yellow") {
_parent.ColorLeftU.setRGB(16776960);
}
if (_root.BU == "orange") {
_parent.ColorLeftU.setRGB(16750899);
}
if (_root.BU == "green") {
_parent.ColorLeftU.setRGB(65280);
}
if (_root.BUL == "red") {
_parent.ColorLeftUL.setRGB(16711680);
}
if (_root.BUL == "blue") {
_parent.ColorLeftUL.setRGB(255);
}
if (_root.BUL == "white") {
_parent.ColorLeftUL.setRGB(16777215);
}
if (_root.BUL == "yellow") {
_parent.ColorLeftUL.setRGB(16776960);
}
if (_root.BUL == "orange") {
_parent.ColorLeftUL.setRGB(16750899);
}
if (_root.BUL == "green") {
_parent.ColorLeftUL.setRGB(65280);
}
if (_root.FDR == "red") {
_parent.ColorRightDR.setRGB(16711680);
}
if (_root.FDR == "blue") {
_parent.ColorRightDR.setRGB(255);
}
if (_root.FDR == "white") {
_parent.ColorRightDR.setRGB(16777215);
}
if (_root.FDR == "yellow") {
_parent.ColorRightDR.setRGB(16776960);
}
if (_root.FDR == "orange") {
_parent.ColorRightDR.setRGB(16750899);
}
if (_root.FDR == "green") {
_parent.ColorRightDR.setRGB(65280);
}
if (_root.FD == "red") {
_parent.ColorRightD.setRGB(16711680);
}
if (_root.FD == "blue") {
_parent.ColorRightD.setRGB(255);
}
if (_root.FD == "white") {
_parent.ColorRightD.setRGB(16777215);
}
if (_root.FD == "yellow") {
_parent.ColorRightD.setRGB(16776960);
}
if (_root.FD == "orange") {
_parent.ColorRightD.setRGB(16750899);
}
if (_root.FD == "green") {
_parent.ColorRightD.setRGB(65280);
}
if (_root.FDL == "red") {
_parent.ColorRightDL.setRGB(16711680);
}
if (_root.FDL == "blue") {
_parent.ColorRightDL.setRGB(255);
}
if (_root.FDL == "white") {
_parent.ColorRightDL.setRGB(16777215);
}
if (_root.FDL == "yellow") {
_parent.ColorRightDL.setRGB(16776960);
}
if (_root.FDL == "orange") {
_parent.ColorRightDL.setRGB(16750899);
}
if (_root.FDL == "green") {
_parent.ColorRightDL.setRGB(65280);
}
if (_root.FR == "red") {
_parent.ColorRightR.setRGB(16711680);
}
if (_root.FR == "blue") {
_parent.ColorRightR.setRGB(255);
}
if (_root.FR == "white") {
_parent.ColorRightR.setRGB(16777215);
}
if (_root.FR == "yellow") {
_parent.ColorRightR.setRGB(16776960);
}
if (_root.FR == "orange") {
_parent.ColorRightR.setRGB(16750899);
}
if (_root.FR == "green") {
_parent.ColorRightR.setRGB(65280);
}
if (_root.FC == "red") {
_parent.ColorRightC.setRGB(16711680);
}
if (_root.FC == "blue") {
_parent.ColorRightC.setRGB(255);
}
if (_root.FC == "white") {
_parent.ColorRightC.setRGB(16777215);
}
if (_root.FC == "yellow") {
_parent.ColorRightC.setRGB(16776960);
}
if (_root.FC == "orange") {
_parent.ColorRightC.setRGB(16750899);
}
if (_root.FC == "green") {
_parent.ColorRightC.setRGB(65280);
}
if (_root.FL == "red") {
_parent.ColorRightL.setRGB(16711680);
}
if (_root.FL == "blue") {
_parent.ColorRightL.setRGB(255);
}
if (_root.FL == "white") {
_parent.ColorRightL.setRGB(16777215);
}
if (_root.FL == "yellow") {
_parent.ColorRightL.setRGB(16776960);
}
if (_root.FL == "orange") {
_parent.ColorRightL.setRGB(16750899);
}
if (_root.FL == "green") {
_parent.ColorRightL.setRGB(65280);
}
if (_root.FUR == "red") {
_parent.ColorRightUR.setRGB(16711680);
}
if (_root.FUR == "blue") {
_parent.ColorRightUR.setRGB(255);
}
if (_root.FUR == "white") {
_parent.ColorRightUR.setRGB(16777215);
}
if (_root.FUR == "yellow") {
_parent.ColorRightUR.setRGB(16776960);
}
if (_root.FUR == "orange") {
_parent.ColorRightUR.setRGB(16750899);
}
if (_root.FUR == "green") {
_parent.ColorRightUR.setRGB(65280);
}
if (_root.FU == "red") {
_parent.ColorRightU.setRGB(16711680);
}
if (_root.FU == "blue") {
_parent.ColorRightU.setRGB(255);
}
if (_root.FU == "white") {
_parent.ColorRightU.setRGB(16777215);
}
if (_root.FU == "yellow") {
_parent.ColorRightU.setRGB(16776960);
}
if (_root.FU == "orange") {
_parent.ColorRightU.setRGB(16750899);
}
if (_root.FU == "green") {
_parent.ColorRightU.setRGB(65280);
}
if (_root.FUL == "red") {
_parent.ColorRightUL.setRGB(16711680);
}
if (_root.FUL == "blue") {
_parent.ColorRightUL.setRGB(255);
}
if (_root.FUL == "white") {
_parent.ColorRightUL.setRGB(16777215);
}
if (_root.FUL == "yellow") {
_parent.ColorRightUL.setRGB(16776960);
}
if (_root.FUL == "orange") {
_parent.ColorRightUL.setRGB(16750899);
}
if (_root.FUL == "green") {
_parent.ColorRightUL.setRGB(65280);
}
if (_root.UDR == "red") {
_parent.ColorUpDR.setRGB(16711680);
}
if (_root.UDR == "blue") {
_parent.ColorUpDR.setRGB(255);
}
if (_root.UDR == "white") {
_parent.ColorUpDR.setRGB(16777215);
}
if (_root.UDR == "yellow") {
_parent.ColorUpDR.setRGB(16776960);
}
if (_root.UDR == "orange") {
_parent.ColorUpDR.setRGB(16750899);
}
if (_root.UDR == "green") {
_parent.ColorUpDR.setRGB(65280);
}
if (_root.UD == "red") {
_parent.ColorUpD.setRGB(16711680);
}
if (_root.UD == "blue") {
_parent.ColorUpD.setRGB(255);
}
if (_root.UD == "white") {
_parent.ColorUpD.setRGB(16777215);
}
if (_root.UD == "yellow") {
_parent.ColorUpD.setRGB(16776960);
}
if (_root.UD == "orange") {
_parent.ColorUpD.setRGB(16750899);
}
if (_root.UD == "green") {
_parent.ColorUpD.setRGB(65280);
}
if (_root.UDL == "red") {
_parent.ColorUpDL.setRGB(16711680);
}
if (_root.UDL == "blue") {
_parent.ColorUpDL.setRGB(255);
}
if (_root.UDL == "white") {
_parent.ColorUpDL.setRGB(16777215);
}
if (_root.UDL == "yellow") {
_parent.ColorUpDL.setRGB(16776960);
}
if (_root.UDL == "orange") {
_parent.ColorUpDL.setRGB(16750899);
}
if (_root.UDL == "green") {
_parent.ColorUpDL.setRGB(65280);
}
if (_root.UR == "red") {
_parent.ColorUpR.setRGB(16711680);
}
if (_root.UR == "blue") {
_parent.ColorUpR.setRGB(255);
}
if (_root.UR == "white") {
_parent.ColorUpR.setRGB(16777215);
}
if (_root.UR == "yellow") {
_parent.ColorUpR.setRGB(16776960);
}
if (_root.UR == "orange") {
_parent.ColorUpR.setRGB(16750899);
}
if (_root.UR == "green") {
_parent.ColorUpR.setRGB(65280);
}
if (_root.UC == "red") {
_parent.ColorUpC.setRGB(16711680);
}
if (_root.UC == "blue") {
_parent.ColorUpC.setRGB(255);
}
if (_root.UC == "white") {
_parent.ColorUpC.setRGB(16777215);
}
if (_root.UC == "yellow") {
_parent.ColorUpC.setRGB(16776960);
}
if (_root.UC == "orange") {
_parent.ColorUpC.setRGB(16750899);
}
if (_root.UC == "green") {
_parent.ColorUpC.setRGB(65280);
}
if (_root.UL == "red") {
_parent.ColorUpL.setRGB(16711680);
}
if (_root.UL == "blue") {
_parent.ColorUpL.setRGB(255);
}
if (_root.UL == "white") {
_parent.ColorUpL.setRGB(16777215);
}
if (_root.UL == "yellow") {
_parent.ColorUpL.setRGB(16776960);
}
if (_root.UL == "orange") {
_parent.ColorUpL.setRGB(16750899);
}
if (_root.UL == "green") {
_parent.ColorUpL.setRGB(65280);
}
if (_root.UUR == "red") {
_parent.ColorUpUR.setRGB(16711680);
}
if (_root.UUR == "blue") {
_parent.ColorUpUR.setRGB(255);
}
if (_root.UUR == "white") {
_parent.ColorUpUR.setRGB(16777215);
}
if (_root.UUR == "yellow") {
_parent.ColorUpUR.setRGB(16776960);
}
if (_root.UUR == "orange") {
_parent.ColorUpUR.setRGB(16750899);
}
if (_root.UUR == "green") {
_parent.ColorUpUR.setRGB(65280);
}
if (_root.UU == "red") {
_parent.ColorUpU.setRGB(16711680);
}
if (_root.UU == "blue") {
_parent.ColorUpU.setRGB(255);
}
if (_root.UU == "white") {
_parent.ColorUpU.setRGB(16777215);
}
if (_root.UU == "yellow") {
_parent.ColorUpU.setRGB(16776960);
}
if (_root.UU == "orange") {
_parent.ColorUpU.setRGB(16750899);
}
if (_root.UU == "green") {
_parent.ColorUpU.setRGB(65280);
}
if (_root.UUL == "red") {
_parent.ColorUpUL.setRGB(16711680);
}
if (_root.UUL == "blue") {
_parent.ColorUpUL.setRGB(255);
}
if (_root.UUL == "white") {
_parent.ColorUpUL.setRGB(16777215);
}
if (_root.UUL == "yellow") {
_parent.ColorUpUL.setRGB(16776960);
}
if (_root.UUL == "orange") {
_parent.ColorUpUL.setRGB(16750899);
}
if (_root.UUL == "green") {
_parent.ColorUpUL.setRGB(65280);
}
if (_root.DDR == "red") {
_parent.ColorDownDR.setRGB(16711680);
}
if (_root.DDR == "blue") {
_parent.ColorDownDR.setRGB(255);
}
if (_root.DDR == "white") {
_parent.ColorDownDR.setRGB(16777215);
}
if (_root.DDR == "yellow") {
_parent.ColorDownDR.setRGB(16776960);
}
if (_root.DDR == "orange") {
_parent.ColorDownDR.setRGB(16750899);
}
if (_root.DDR == "green") {
_parent.ColorDownDR.setRGB(65280);
}
if (_root.DD == "red") {
_parent.ColorDownD.setRGB(16711680);
}
if (_root.DD == "blue") {
_parent.ColorDownD.setRGB(255);
}
if (_root.DD == "white") {
_parent.ColorDownD.setRGB(16777215);
}
if (_root.DD == "yellow") {
_parent.ColorDownD.setRGB(16776960);
}
if (_root.DD == "orange") {
_parent.ColorDownD.setRGB(16750899);
}
if (_root.DD == "green") {
_parent.ColorDownD.setRGB(65280);
}
if (_root.DDL == "red") {
_parent.ColorDownDL.setRGB(16711680);
}
if (_root.DDL == "blue") {
_parent.ColorDownDL.setRGB(255);
}
if (_root.DDL == "white") {
_parent.ColorDownDL.setRGB(16777215);
}
if (_root.DDL == "yellow") {
_parent.ColorDownDL.setRGB(16776960);
}
if (_root.DDL == "orange") {
_parent.ColorDownDL.setRGB(16750899);
}
if (_root.DDL == "green") {
_parent.ColorDownDL.setRGB(65280);
}
if (_root.DR == "red") {
_parent.ColorDownR.setRGB(16711680);
}
if (_root.DR == "blue") {
_parent.ColorDownR.setRGB(255);
}
if (_root.DR == "white") {
_parent.ColorDownR.setRGB(16777215);
}
if (_root.DR == "yellow") {
_parent.ColorDownR.setRGB(16776960);
}
if (_root.DR == "orange") {
_parent.ColorDownR.setRGB(16750899);
}
if (_root.DR == "green") {
_parent.ColorDownR.setRGB(65280);
}
if (_root.DC == "red") {
_parent.ColorDownC.setRGB(16711680);
}
if (_root.DC == "blue") {
_parent.ColorDownC.setRGB(255);
}
if (_root.DC == "white") {
_parent.ColorDownC.setRGB(16777215);
}
if (_root.DC == "yellow") {
_parent.ColorDownC.setRGB(16776960);
}
if (_root.DC == "orange") {
_parent.ColorDownC.setRGB(16750899);
}
if (_root.DC == "green") {
_parent.ColorDownC.setRGB(65280);
}
if (_root.DL == "red") {
_parent.ColorDownL.setRGB(16711680);
}
if (_root.DL == "blue") {
_parent.ColorDownL.setRGB(255);
}
if (_root.DL == "white") {
_parent.ColorDownL.setRGB(16777215);
}
if (_root.DL == "yellow") {
_parent.ColorDownL.setRGB(16776960);
}
if (_root.DL == "orange") {
_parent.ColorDownL.setRGB(16750899);
}
if (_root.DL == "green") {
_parent.ColorDownL.setRGB(65280);
}
if (_root.DUR == "red") {
_parent.ColorDownUR.setRGB(16711680);
}
if (_root.DUR == "blue") {
_parent.ColorDownUR.setRGB(255);
}
if (_root.DUR == "white") {
_parent.ColorDownUR.setRGB(16777215);
}
if (_root.DUR == "yellow") {
_parent.ColorDownUR.setRGB(16776960);
}
if (_root.DUR == "orange") {
_parent.ColorDownUR.setRGB(16750899);
}
if (_root.DUR == "green") {
_parent.ColorDownUR.setRGB(65280);
}
if (_root.DU == "red") {
_parent.ColorDownU.setRGB(16711680);
}
if (_root.DU == "blue") {
_parent.ColorDownU.setRGB(255);
}
if (_root.DU == "white") {
_parent.ColorDownU.setRGB(16777215);
}
if (_root.DU == "yellow") {
_parent.ColorDownU.setRGB(16776960);
}
if (_root.DU == "orange") {
_parent.ColorDownU.setRGB(16750899);
}
if (_root.DU == "green") {
_parent.ColorDownU.setRGB(65280);
}
if (_root.DUL == "red") {
_parent.ColorDownUL.setRGB(16711680);
}
if (_root.DUL == "blue") {
_parent.ColorDownUL.setRGB(255);
}
if (_root.DUL == "white") {
_parent.ColorDownUL.setRGB(16777215);
}
if (_root.DUL == "yellow") {
_parent.ColorDownUL.setRGB(16776960);
}
if (_root.DUL == "orange") {
_parent.ColorDownUL.setRGB(16750899);
}
if (_root.DUL == "green") {
_parent.ColorDownUL.setRGB(65280);
}
if (_root.RDR == "red") {
_parent.ColorBackDR.setRGB(16711680);
}
if (_root.RDR == "blue") {
_parent.ColorBackDR.setRGB(255);
}
if (_root.RDR == "white") {
_parent.ColorBackDR.setRGB(16777215);
}
if (_root.RDR == "yellow") {
_parent.ColorBackDR.setRGB(16776960);
}
if (_root.RDR == "orange") {
_parent.ColorBackDR.setRGB(16750899);
}
if (_root.RDR == "green") {
_parent.ColorBackDR.setRGB(65280);
}
if (_root.RD == "red") {
_parent.ColorBackD.setRGB(16711680);
}
if (_root.RD == "blue") {
_parent.ColorBackD.setRGB(255);
}
if (_root.RD == "white") {
_parent.ColorBackD.setRGB(16777215);
}
if (_root.RD == "yellow") {
_parent.ColorBackD.setRGB(16776960);
}
if (_root.RD == "orange") {
_parent.ColorBackD.setRGB(16750899);
}
if (_root.RD == "green") {
_parent.ColorBackD.setRGB(65280);
}
if (_root.RDL == "red") {
_parent.ColorBackDL.setRGB(16711680);
}
if (_root.RDL == "blue") {
_parent.ColorBackDL.setRGB(255);
}
if (_root.RDL == "white") {
_parent.ColorBackDL.setRGB(16777215);
}
if (_root.RDL == "yellow") {
_parent.ColorBackDL.setRGB(16776960);
}
if (_root.RDL == "orange") {
_parent.ColorBackDL.setRGB(16750899);
}
if (_root.RDL == "green") {
_parent.ColorBackDL.setRGB(65280);
}
if (_root.RR == "red") {
_parent.ColorBackR.setRGB(16711680);
}
if (_root.RR == "blue") {
_parent.ColorBackR.setRGB(255);
}
if (_root.RR == "white") {
_parent.ColorBackR.setRGB(16777215);
}
if (_root.RR == "yellow") {
_parent.ColorBackR.setRGB(16776960);
}
if (_root.RR == "orange") {
_parent.ColorBackR.setRGB(16750899);
}
if (_root.RR == "green") {
_parent.ColorBackR.setRGB(65280);
}
if (_root.RC == "red") {
_parent.ColorBackC.setRGB(16711680);
}
if (_root.RC == "blue") {
_parent.ColorBackC.setRGB(255);
}
if (_root.RC == "white") {
_parent.ColorBackC.setRGB(16777215);
}
if (_root.RC == "yellow") {
_parent.ColorBackC.setRGB(16776960);
}
if (_root.RC == "orange") {
_parent.ColorBackC.setRGB(16750899);
}
if (_root.RC == "green") {
_parent.ColorBackC.setRGB(65280);
}
if (_root.RL == "red") {
_parent.ColorBackL.setRGB(16711680);
}
if (_root.RL == "blue") {
_parent.ColorBackL.setRGB(255);
}
if (_root.RL == "white") {
_parent.ColorBackL.setRGB(16777215);
}
if (_root.RL == "yellow") {
_parent.ColorBackL.setRGB(16776960);
}
if (_root.RL == "orange") {
_parent.ColorBackL.setRGB(16750899);
}
if (_root.RL == "green") {
_parent.ColorBackL.setRGB(65280);
}
if (_root.RUR == "red") {
_parent.ColorBackUR.setRGB(16711680);
}
if (_root.RUR == "blue") {
_parent.ColorBackUR.setRGB(255);
}
if (_root.RUR == "white") {
_parent.ColorBackUR.setRGB(16777215);
}
if (_root.RUR == "yellow") {
_parent.ColorBackUR.setRGB(16776960);
}
if (_root.RUR == "orange") {
_parent.ColorBackUR.setRGB(16750899);
}
if (_root.RUR == "green") {
_parent.ColorBackUR.setRGB(65280);
}
if (_root.RU == "red") {
_parent.ColorBackU.setRGB(16711680);
}
if (_root.RU == "blue") {
_parent.ColorBackU.setRGB(255);
}
if (_root.RU == "white") {
_parent.ColorBackU.setRGB(16777215);
}
if (_root.RU == "yellow") {
_parent.ColorBackU.setRGB(16776960);
}
if (_root.RU == "orange") {
_parent.ColorBackU.setRGB(16750899);
}
if (_root.RU == "green") {
_parent.ColorBackU.setRGB(65280);
}
if (_root.RUL == "red") {
_parent.ColorBackUL.setRGB(16711680);
}
if (_root.RUL == "blue") {
_parent.ColorBackUL.setRGB(255);
}
if (_root.RUL == "white") {
_parent.ColorBackUL.setRGB(16777215);
}
if (_root.RUL == "yellow") {
_parent.ColorBackUL.setRGB(16776960);
}
if (_root.RUL == "orange") {
_parent.ColorBackUL.setRGB(16750899);
}
if (_root.RUL == "green") {
_parent.ColorBackUL.setRGB(65280);
}
if (_root.shuff == "true") {
if ((((((((_root.FUL == _root.FU) && (_root.FU == _root.FUR)) && (_root.FUR == _root.FL)) && (_root.FL == _root.FC)) && (_root.FC == _root.FR)) && (_root.FR == _root.FDL)) && (_root.FDL == _root.FD)) && (_root.FD == _root.FDR)) {
if ((((((((_root.RUL == _root.RU) && (_root.RU == _root.RUR)) && (_root.RUR == _root.RL)) && (_root.RL == _root.RC)) && (_root.RC == _root.RR)) && (_root.RR == _root.RDL)) && (_root.RDL == _root.RD)) && (_root.RD == _root.RDR)) {
if ((((((((_root.BUL == _root.BU) && (_root.BU == _root.BUR)) && (_root.BUR == _root.BL)) && (_root.BL == _root.BC)) && (_root.BC == _root.BR)) && (_root.BR == _root.BDL)) && (_root.BDL == _root.BD)) && (_root.BD == _root.BDR)) {
if ((((((((_root.LUL == _root.LU) && (_root.LU == _root.LUR)) && (_root.LUR == _root.LL)) && (_root.LL == _root.LC)) && (_root.LC == _root.LR)) && (_root.LR == _root.LDL)) && (_root.LDL == _root.LD)) && (_root.LD == _root.LDR)) {
if ((((((((_root.UUL == _root.UU) && (_root.UU == _root.UUR)) && (_root.UUR == _root.UL)) && (_root.UL == _root.UC)) && (_root.UC == _root.UR)) && (_root.UR == _root.UDL)) && (_root.UDL == _root.UD)) && (_root.UD == _root.UDR)) {
if ((((((((_root.DUL == _root.DU) && (_root.DU == _root.DUR)) && (_root.DUR == _root.DL)) && (_root.DL == _root.DC)) && (_root.DC == _root.DR)) && (_root.DR == _root.DDL)) && (_root.DDL == _root.DD)) && (_root.DD == _root.DDR)) {
tellTarget (_parent) {
gotoAndStop ("congratulations");
};
}
}
}
}
}
}
}
Instance of Symbol 375 MovieClip "Rotator" in Symbol 400 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 400 MovieClip Frame 2
_root.done = 0;
moves1 = "Moves: " + _root.moves;
stop();
Symbol 400 MovieClip Frame 3
_root.done = 1;
Symbol 404 MovieClip Frame 1
_root.nick = _parent.Message.PlayerID;
play();
Symbol 404 MovieClip Frame 120
stop();
Symbol 406 MovieClip Frame 1
stop();
Symbol 406 MovieClip Frame 2
_parent.CubicRubic._rotation = 3;
Symbol 406 MovieClip Frame 3
_root.Game.CubicRubic._rotation = 6;
Symbol 406 MovieClip Frame 4
_parent.CubicRubic._rotation = 9;
Symbol 406 MovieClip Frame 5
_parent.CubicRubic._rotation = 12;
Symbol 406 MovieClip Frame 6
_parent.CubicRubic._rotation = 15;
Symbol 406 MovieClip Frame 7
_parent.CubicRubic._rotation = 18;
Symbol 406 MovieClip Frame 8
_parent.CubicRubic._rotation = 21;
Symbol 406 MovieClip Frame 9
_parent.CubicRubic._rotation = 24;
Symbol 406 MovieClip Frame 10
_parent.CubicRubic._rotation = 27;
Symbol 406 MovieClip Frame 11
_parent.CubicRubic._rotation = 30;
Symbol 406 MovieClip Frame 12
_parent.CubicRubic._rotation = 33;
Symbol 406 MovieClip Frame 13
_parent.CubicRubic._rotation = 36;
Symbol 406 MovieClip Frame 14
_parent.CubicRubic._rotation = 39;
Symbol 406 MovieClip Frame 15
_parent.CubicRubic._rotation = 42;
Symbol 406 MovieClip Frame 16
_parent.CubicRubic._rotation = 45;
Symbol 406 MovieClip Frame 17
_parent.CubicRubic._rotation = 48;
Symbol 406 MovieClip Frame 18
_parent.CubicRubic._rotation = 51;
Symbol 406 MovieClip Frame 19
_parent.CubicRubic._rotation = 54;
Symbol 406 MovieClip Frame 20
_parent.CubicRubic._rotation = 57;
Symbol 406 MovieClip Frame 21
_parent.CubicRubic._rotation = 60;
Symbol 406 MovieClip Frame 22
_parent.CubicRubic._rotation = 63;
Symbol 406 MovieClip Frame 23
_parent.CubicRubic._rotation = 66;
Symbol 406 MovieClip Frame 24
_parent.CubicRubic._rotation = 69;
Symbol 406 MovieClip Frame 25
_parent.CubicRubic._rotation = 72;
Symbol 406 MovieClip Frame 26
_parent.CubicRubic._rotation = 75;
Symbol 406 MovieClip Frame 27
_parent.CubicRubic._rotation = 78;
Symbol 406 MovieClip Frame 28
_parent.CubicRubic._rotation = 81;
Symbol 406 MovieClip Frame 29
_parent.CubicRubic._rotation = 84;
Symbol 406 MovieClip Frame 30
_parent.CubicRubic._rotation = 87;
stop();
Symbol 406 MovieClip Frame 32
_parent.CubicRubic._rotation = -3;
Symbol 406 MovieClip Frame 33
_root.Game.CubicRubic._rotation = -6;
Symbol 406 MovieClip Frame 34
_parent.CubicRubic._rotation = -9;
Symbol 406 MovieClip Frame 35
_parent.CubicRubic._rotation = -12;
Symbol 406 MovieClip Frame 36
_parent.CubicRubic._rotation = -15;
Symbol 406 MovieClip Frame 37
_parent.CubicRubic._rotation = -18;
Symbol 406 MovieClip Frame 38
_parent.CubicRubic._rotation = -21;
Symbol 406 MovieClip Frame 39
_parent.CubicRubic._rotation = -24;
Symbol 406 MovieClip Frame 40
_parent.CubicRubic._rotation = -27;
Symbol 406 MovieClip Frame 41
_parent.CubicRubic._rotation = -30;
Symbol 406 MovieClip Frame 42
_parent.CubicRubic._rotation = -33;
Symbol 406 MovieClip Frame 43
_parent.CubicRubic._rotation = -36;
Symbol 406 MovieClip Frame 44
_parent.CubicRubic._rotation = -39;
Symbol 406 MovieClip Frame 45
_parent.CubicRubic._rotation = -42;
Symbol 406 MovieClip Frame 46
_parent.CubicRubic._rotation = -45;
Symbol 406 MovieClip Frame 47
_parent.CubicRubic._rotation = -48;
Symbol 406 MovieClip Frame 48
_parent.CubicRubic._rotation = -51;
Symbol 406 MovieClip Frame 49
_parent.CubicRubic._rotation = -54;
Symbol 406 MovieClip Frame 50
_parent.CubicRubic._rotation = -57;
Symbol 406 MovieClip Frame 51
_parent.CubicRubic._rotation = -60;
Symbol 406 MovieClip Frame 52
_parent.CubicRubic._rotation = -63;
Symbol 406 MovieClip Frame 53
_parent.CubicRubic._rotation = -66;
Symbol 406 MovieClip Frame 54
_parent.CubicRubic._rotation = -69;
Symbol 406 MovieClip Frame 55
_parent.CubicRubic._rotation = -72;
Symbol 406 MovieClip Frame 56
_parent.CubicRubic._rotation = -75;
Symbol 406 MovieClip Frame 57
_parent.CubicRubic._rotation = -78;
Symbol 406 MovieClip Frame 58
_parent.CubicRubic._rotation = -81;
Symbol 406 MovieClip Frame 59
_parent.CubicRubic._rotation = -84;
Symbol 406 MovieClip Frame 60
_parent.CubicRubic._rotation = -87;
stop();
Symbol 407 Button
on (release, keyPress "y") {
if (_root.done == 0) {
tellTarget (this) {
gotoAndPlay ("go");
};
_root.congr = 0;
_root.done = 1;
}
}
Symbol 412 Button
on (release) {
getURL ("http://www.ultimatearcade.com/downloads/", "_blank");
}
Symbol 416 Button
on (release) {
getURL ("http://www.ultimatearcade.com/", "_blank");
}
Symbol 421 MovieClip Frame 1
myTime = _root.date.timer;
Player = _parent.Message.PlayerID;
if (_root.moves < 2) {
myMoves = ("Your make " + _root.moves) + " move!";
} else {
myMoves = ("Your make " + _root.moves) + " moves!";
}
Symbol 432 MovieClip Frame 1
finishScore = 100;
maxTime = 420000 /* 0x0668A0 */;
stop();
tellTarget (Message) {
gotoAndStop (2);
};
Symbol 432 MovieClip Frame 2
ColorFUR = new Color(CubicRubic.UpRightOut);
ColorFU = new Color(CubicRubic.UpOut);
ColorFUL = new Color(CubicRubic.UpLeftOut);
ColorLUR = new Color(CubicRubic.UpRightIn);
ColorLU = new Color(CubicRubic.UpIn);
ColorLUL = new Color(CubicRubic.UpLeftIn);
ColorFR = new Color(CubicRubic.RightOut);
ColorFC = new Color(CubicRubic.CenterOut);
ColorFL = new Color(CubicRubic.LeftOut);
ColorLR = new Color(CubicRubic.RightIn);
ColorLC = new Color(CubicRubic.CenterIn);
ColorLL = new Color(CubicRubic.LeftIn);
ColorFDR = new Color(CubicRubic.DownRightOut);
ColorFD = new Color(CubicRubic.DownOut);
ColorFDL = new Color(CubicRubic.DownLeftOut);
ColorLDR = new Color(CubicRubic.DownRightIn);
ColorLD = new Color(CubicRubic.DownIn);
ColorLDL = new Color(CubicRubic.DownLeftIn);
ColorLeftUR = new Color(CubicRubic1.LeftUR);
ColorLeftU = new Color(CubicRubic1.LeftU);
ColorLeftUL = new Color(CubicRubic1.LeftUL);
ColorLeftR = new Color(CubicRubic1.LeftR);
ColorLeftC = new Color(CubicRubic1.LeftC);
ColorLeftL = new Color(CubicRubic1.LeftL);
ColorLeftDR = new Color(CubicRubic1.LeftDR);
ColorLeftD = new Color(CubicRubic1.LeftD);
ColorLeftDL = new Color(CubicRubic1.LeftDL);
ColorRightUR = new Color(CubicRubic1.RightUR);
ColorRightU = new Color(CubicRubic1.RightU);
ColorRightUL = new Color(CubicRubic1.RightUL);
ColorRightR = new Color(CubicRubic1.RightR);
ColorRightC = new Color(CubicRubic1.RightC);
ColorRightL = new Color(CubicRubic1.RightL);
ColorRightDR = new Color(CubicRubic1.RightDR);
ColorRightD = new Color(CubicRubic1.RightD);
ColorRightDL = new Color(CubicRubic1.RightDL);
ColorUpUR = new Color(CubicRubic1.UpUR);
ColorUpU = new Color(CubicRubic1.UpU);
ColorUpUL = new Color(CubicRubic1.UpUL);
ColorUpR = new Color(CubicRubic1.UpR);
ColorUpC = new Color(CubicRubic1.UpC);
ColorUpL = new Color(CubicRubic1.UpL);
ColorUpDR = new Color(CubicRubic1.UpDR);
ColorUpD = new Color(CubicRubic1.UpD);
ColorUpDL = new Color(CubicRubic1.UpDL);
ColorDownUR = new Color(CubicRubic1.DownUR);
ColorDownU = new Color(CubicRubic1.DownU);
ColorDownUL = new Color(CubicRubic1.DownUL);
ColorDownR = new Color(CubicRubic1.DownR);
ColorDownC = new Color(CubicRubic1.DownC);
ColorDownL = new Color(CubicRubic1.DownL);
ColorDownDR = new Color(CubicRubic1.DownDR);
ColorDownD = new Color(CubicRubic1.DownD);
ColorDownDL = new Color(CubicRubic1.DownDL);
ColorBackUR = new Color(CubicRubic1.BackUR);
ColorBackU = new Color(CubicRubic1.BackU);
ColorBackUL = new Color(CubicRubic1.BackUL);
ColorBackR = new Color(CubicRubic1.BackR);
ColorBackC = new Color(CubicRubic1.BackC);
ColorBackL = new Color(CubicRubic1.BackL);
ColorBackDR = new Color(CubicRubic1.BackDR);
ColorBackD = new Color(CubicRubic1.BackD);
ColorBackDL = new Color(CubicRubic1.BackDL);
_root.done = 0;
_root.congr = 0;
_root.turns = 0;
_root.shuff = "false";
_root.moves = 0;
Instance of Symbol 103 MovieClip in Symbol 432 MovieClip Frame 2
onClipEvent (load) {
maxTime = _parent.maxTime;
timeStart = getTimer();
}
onClipEvent (enterFrame) {
timeElapsed = maxTime - (getTimer() - timeStart);
timeRealSeconds = Math.floor(timeElapsed / 1000);
timeMinutes = Math.floor(timeRealSeconds / 60);
timeSeconds = timeRealSeconds - (timeMinutes * 60);
if (timeSeconds < 10) {
timeseconds = String("0" + timeseconds);
}
_root.timeScore = Math.floor((timeElapsed / maxTime) * 1000);
if ((0 >= timeSeconds) && (0 >= timeMinutes)) {
_parent.gotoAndStop("timeUp");
}
}
Instance of Symbol 406 MovieClip "CubeRotator" in Symbol 432 MovieClip Frame 2
onClipEvent (load) {
stop();
}
Symbol 432 MovieClip Frame 3
message.gotoAndStop("shuffle_begin");
stop();
Symbol 432 MovieClip Frame 4
_root.totalScore = _root.timeScore + finishScore;
_root.done = 0;
_root.congr = 1;
Symbol 432 MovieClip Frame 5
_root.done = 0;
_root.congr = 1;
Symbol 433 MovieClip Frame 1
xold = _xmouse;
yold = _ymouse;
Symbol 436 MovieClip Frame 1
stop();
Symbol 441 Button
on (release) {
getURL ("http://www.ultimatearcade.com", "_blank");
}