Combined Code
frame 3 {
ifFrameLoaded (74) {
gotoAndPlay(5);
}
}
frame 4 {
gotoAndPlay(1);
}
movieClip 40 {
}
frame 44 {
howto._visible = '0';
}
frame 44 {
function setBall(value, clip) {
if (clip eq '_level0.ball1') {
_level0.ball1 = value;
} else {
if (clip eq '_level0.ball2') {
_level0.ball2 = value;
} else {
if (clip eq '_level0.ball3') {
_level0.ball3 = value;
} else {
if (clip eq '_level0.ball4') {
_level0.ball4 = value;
} else {
if (clip eq '_level0.ball5') {
_level0.ball5 = value;
} else {
if (clip eq '_level0.ball6') {
_level0.ball6 = value;
} else {
if (clip eq '_level0.ball7') {
_level0.ball7 = value;
} else {
if (clip eq '_level0.ball8') {
_level0.ball8 = value;
} else {
if (clip eq '_level0.ball9') {
_level0.ball9 = value;
} else {
if (clip eq '_level0.ball10') {
_level0.ball10 = value;
} else {
if (clip eq '_level0.ball11') {
_level0.ball11 = value;
} else {
if (clip eq '_level0.ball12') {
_level0.ball12 = value;
} else {
if (clip eq '_level0.ball13') {
_level0.ball13 = value;
} else {
if (clip eq '_level0.ball14') {
_level0.ball14 = value;
} else {
test2 = clip;
test3 = value;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
frame 44 {
function getBall(number, value, clip) {
if (_level0.ball1 == number) {
ball1._x = '1';
ball1._y = '1';
ball1._visible = 0;
_level0.ball1 = 0;
jumped = 'ball 1';
setBall(value, clip);
} else {
if (_level0.ball2 == number) {
ball2._x = '1';
ball2._y = '1';
ball2._visible = 0;
_level0.ball2 = 0;
jumped = 'ball 2';
setBall(value, clip);
} else {
if (_level0.ball3 == number) {
ball3._x = '1';
ball3._y = '1';
ball3._visible = 0;
_level0.ball3 = 0;
jumped = 'ball 3';
setBall(value, clip);
} else {
if (_level0.ball4 == number) {
ball4._x = '1';
ball4._y = '1';
ball4._visible = 0;
_level0.ball4 = 0;
jumped = 'ball 4';
setBall(value, clip);
} else {
if (_level0.ball5 == number) {
ball5._x = '1';
ball5._y = '1';
ball5._visible = 0;
_level0.ball5 = 0;
jumped = 'ball 5';
setBall(value, clip);
} else {
if (_level0.ball6 == number) {
ball6._x = '1';
ball6._y = '1';
ball6._visible = 0;
_level0.ball6 = 0;
jumped = 'ball 6';
setBall(value, clip);
} else {
if (_level0.ball7 == number) {
ball7._x = '1';
ball7._y = '1';
ball7._visible = 0;
_level0.ball7 = 0;
jumped = 'ball 7';
setBall(value, clip);
} else {
if (_level0.ball8 == number) {
ball8._x = '1';
ball8._y = '1';
ball8._visible = 0;
_level0.ball8 = 0;
jumped = 'ball 8';
setBall(value, clip);
} else {
if (_level0.ball9 == number) {
ball9._x = '1';
ball9._y = '1';
ball9._visible = 0;
_level0.ball9 = 0;
jumped = 'ball 9';
setBall(value, clip);
} else {
if (_level0.ball10 == number) {
ball10._x = '1';
ball10._y = '1';
ball10._visible = 0;
_level0.ball10 = 0;
jumped = 'ball 10';
setBall(value, clip);
} else {
if (_level0.ball11 == number) {
ball11._x = '1';
ball11._y = '1';
ball11._visible = 0;
_level0.ball11 = 0;
jumped = 'ball 11';
setBall(value, clip);
} else {
if (_level0.ball12 == number) {
ball12._x = '1';
ball12._y = '1';
ball12._visible = 0;
_level0.ball12 = 0;
jumped = 'ball 12';
setBall(value, clip);
} else {
if (_level0.ball13 == number) {
ball13._x = '1';
ball13._y = '1';
ball13._visible = 0;
_level0.ball13 = 0;
jumped = 'ball 13';
setBall(value, clip);
} else {
if (_level0.ball14 == number) {
ball14._x = '1';
ball14._y = '1';
ball14._visible = 0;
_level0.ball14 = 0;
jumped = 'ball 14';
setBall(value, clip);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
frame 44 {
function checkSquare1(endx, endy, clip) {
if (0 < square02 and square04 < 1 and endx < 195 and 140 < endx and endy < 250 and 220 < endy) {
destination = 'square 4';
value = 4;
move = 'true';
square04 = 1;
square01 = 0;
square02 = 0;
getBall(2, value, clip);
} else {
if (0 < square03 and square06 < 1 and endx < 315 and 250 < endx and endy < 250 and 220 < endy) {
destination = 'square 6';
value = 6;
move = 'true';
square06 = 1;
square01 = 0;
square03 = 0;
getBall(3, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
function checkSquare2(endx, endy, clip) {
if (0 < square04 and square07 < 1 and endx < 190 and 135 < endx and endy < 290 and 250 < endy) {
destination = 'square 7';
value = 7;
move = 'true';
square07 = 1;
square02 = 0;
square04 = 0;
getBall(4, value, clip);
} else {
if (0 < square05 and square09 < 1 and endx < 310 and 250 < endx and endy < 290 and 250 < endy) {
destination = 'square 9';
value = 9;
move = 'true';
square09 = 1;
square02 = 0;
square05 = 0;
getBall(5, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
function checkSquare3(endx, endy, clip) {
if (0 < square05 and square08 < 1 and endx < 250 and 195 < endx and endy < 290 and 250 < endy) {
destination = 'square 8';
value = 8;
move = 'true';
square08 = 1;
square03 = 0;
square05 = 0;
getBall(5, value, clip);
} else {
if (0 < square06 and square10 < 1 and endx < 370 and 310 < endx and endy < 290 and 250 < endy) {
destination = 'square 10';
value = 10;
move = 'true';
square10 = 1;
square03 = 0;
square06 = 0;
getBall(6, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
function checkSquare4(endx, endy, clip) {
if (0 < square02 and square01 < 1 and endx < 200 and 150 < endx and endy < 190 and 165 < endy) {
destination = 'square 1';
value = 1;
move = 'true';
square01 = 1;
square04 = 0;
square02 = 0;
getBall(2, value, clip);
} else {
if (0 < square05 and square06 < 1 and endx < 310 and 250 < endx and endy < 250 and 220 < endy) {
destination = 'square 6';
value = 6;
move = 'true';
square06 = 1;
square04 = 0;
square05 = 0;
getBall(5, value, clip);
} else {
if (0 < square07 and square11 < 1 and endx < 190 and 130 < endx and endy < 330 and 290 < endy) {
destination = 'square 11';
value = 11;
move = 'true';
square11 = 1;
square04 = 0;
square07 = 0;
getBall(7, value, clip);
} else {
if (0 < square08 and square13 < 1 and endx < 315 and 250 < endx and endy < 330 and 290 < endy) {
destination = 'square 13';
value = 13;
move = 'true';
square13 = 1;
square04 = 0;
square08 = 0;
getBall(8, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
}
}
function checkSquare5(endx, endy, clip) {
if (0 < square08 and square12 < 1 and endx < 250 and 195 < endx and endy < 330 and 290 < endy) {
destination = 'square 12';
value = 12;
move = 'true';
square12 = 1;
square05 = 0;
square08 = 0;
getBall(8, value, clip);
} else {
if (0 < square09 and square14 < 1 and endx < 380 and 315 < endx and endy < 330 and 290 < endy) {
destination = 'square 14';
value = 14;
move = 'true';
square14 = 1;
square05 = 0;
square09 = 0;
getBall(9, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
function checkSquare6(endx, endy, clip) {
if (0 < square03 and square01 < 1 and endx < 200 and 150 < endx and endy < 190 and 165 < endy) {
destination = 'square 1';
value = 1;
move = 'true';
square01 = 1;
square06 = 0;
square03 = 0;
getBall(3, value, clip);
} else {
if (0 < square05 and square04 < 1 and endx < 195 and 140 < endx and endy < 250 and 220 < endy) {
destination = 'square 4';
value = 4;
move = 'true';
square04 = 1;
square06 = 0;
square05 = 0;
getBall(5, value, clip);
} else {
if (0 < square08 and square11 < 1 and endx < 190 and 130 < endx and endy < 330 and 290 < endy) {
destination = 'square 11';
value = 11;
move = 'true';
square11 = 1;
square06 = 0;
square08 = 0;
getBall(8, value, clip);
} else {
if (0 < square09 and square13 < 1 and endx < 315 and 250 < endx and endy < 330 and 290 < endy) {
destination = 'square 13';
value = 13;
move = 'true';
square13 = 1;
square06 = 0;
square09 = 0;
getBall(9, value, clip);
} else {
if (0 < square10 and square15 < 1 and endx < 440 and 380 < endx and endy < 330 and 290 < endy) {
destination = 'square 15';
value = 15;
move = 'true';
square15 = 1;
square06 = 0;
square10 = 0;
getBall(10, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
}
}
}
function checkSquare7(endx, endy, clip) {
if (0 < square04 and square02 < 1 and endx < 195 and 150 < endx and endy < 220 and 190 < endy) {
destination = 'square 2';
value = 2;
move = 'true';
square02 = 1;
square07 = 0;
square04 = 0;
getBall(4, value, clip);
} else {
if (0 < square08 and square09 < 1 and endx < 310 and 250 < endx and endy < 290 and 250 < endy) {
destination = 'square 9';
value = 9;
move = 'true';
square09 = 1;
square07 = 0;
square08 = 0;
getBall(8, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
function checkSquare8(endx, endy, clip) {
if (0 < square05 and square03 < 1 and endx < 250 and 200 < endx and endy < 220 and 190 < endy) {
destination = 'square 2';
value = 2;
move = 'true';
square02 = 1;
square08 = 0;
square04 = 0;
getBall(4, value, clip);
} else {
if (0 < square09 and square10 < 1 and endx < 370 and 310 < endx and endy < 290 and 250 < endy) {
destination = 'square 10';
value = 10;
move = 'true';
square10 = 1;
square08 = 0;
square09 = 0;
getBall(9, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
function checkSquare9(endx, endy, clip) {
if (0 < square05 and square02 < 1 and endx < 195 and 150 < endx and endy < 190 and 165 < endy) {
destination = 'square 2';
value = 2;
move = 'true';
square02 = 1;
square09 = 0;
square05 = 0;
getBall(5, value, clip);
} else {
if (0 < square08 and square07 < 1 and endx < 190 and 135 < endx and endy < 290 and 250 < endy) {
destination = 'square 7';
value = 7;
move = 'true';
square07 = 1;
square09 = 0;
square08 = 0;
getBall(8, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
function checkSquare10(endx, endy, clip) {
if (0 < square05 and square02 < 1 and endx < 195 and 150 < endx and endy < 190 and 165 < endy) {
destination = 'square 2';
value = 2;
move = 'true';
square02 = 1;
square10 = 0;
square09 = 0;
getBall(9, value, clip);
} else {
if (0 < square09 and square08 < 1 and endx < 250 and 195 < endx and endy < 290 and 250 < endy) {
destination = 'square 8';
value = 8;
move = 'true';
square08 = 1;
square10 = 0;
square09 = 0;
getBall(9, value, clip);
} else {
if (0 < square06 and square03 < 1 and endx < 250 and 200 < endx and endy < 220 and 190 < endy) {
destination = 'square 3';
value = 3;
move = 'true';
square03 = 1;
square10 = 0;
square06 = 0;
getBall(6, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
}
function checkSquare11(endx, endy, clip) {
if (0 < square07 and square04 < 1 and endx < 195 and 140 < endx and endy < 250 and 220 < endy) {
destination = 'square 4';
value = 4;
move = 'true';
square04 = 1;
square11 = 0;
square07 = 0;
getBall(7, value, clip);
} else {
if (0 < square12 and square13 < 1 and endx < 315 and 250 < endx and endy < 330 and 290 < endy) {
destination = 'square 13';
value = 13;
move = 'true';
square13 = 1;
square11 = 0;
square12 = 0;
getBall(12, value, clip);
} else {
if (0 < square08 and square06 < 1 and endx < 310 and 250 < endx and endy < 250 and 220 < endy) {
destination = 'square 6';
value = 6;
move = 'true';
square06 = 1;
square11 = 0;
square08 = 0;
getBall(8, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
}
function checkSquare12(endx, endy, clip) {
if (0 < square13 and square14 < 1 and endx < 380 and 315 < endx and endy < 330 and 290 < endy) {
destination = 'square 14';
value = 14;
move = 'true';
square14 = 1;
square12 = 0;
square13 = 0;
getBall(13, value, clip);
} else {
if (0 < square08 and square05 < 1 and endx < 250 and 200 < endx and endy < 250 and 220 < endy) {
destination = 'square 5';
value = 5;
move = 'true';
square05 = 1;
square12 = 0;
square08 = 0;
getBall(8, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
function checkSquare13(endx, endy, clip) {
if (0 < square12 and square11 < 1 and endx < 190 and 130 < endx and endy < 330 and 290 < endy) {
destination = 'square 11';
value = 11;
move = 'true';
square11 = 1;
square13 = 0;
square12 = 0;
getBall(12, value, clip);
} else {
if (0 < square14 and square15 < 1 and endx < 440 and 380 < endx and endy < 330 and 290 < endy) {
destination = 'square 15';
value = 15;
move = 'true';
square15 = 1;
square13 = 0;
square14 = 0;
getBall(14, value, clip);
} else {
if (0 < square09 and square06 < 1 and endx < 310 and 250 < endx and endy < 250 and 220 < endy) {
destination = 'square 6';
value = 6;
move = 'true';
square06 = 1;
square13 = 0;
square09 = 0;
getBall(9, value, clip);
} else {
if (0 < square08 and square04 < 1 and endx < 195 and 140 < endx and endy < 250 and 220 < endy) {
destination = 'square 4';
value = 4;
move = 'true';
square04 = 1;
square13 = 0;
square08 = 0;
getBall(8, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
}
}
function checkSquare14(endx, endy, clip) {
if (0 < square13 and square12 < 1 and endx < 250 and 195 < endx and endy < 330 and 290 < endy) {
destination = 'square 12';
value = 12;
move = 'true';
square12 = 1;
square14 = 0;
square13 = 0;
getBall(13, value, clip);
} else {
if (0 < square09 and square05 < 1 and endx < 250 and 200 < endx and endy < 250 and 220 < endy) {
destination = 'square 5';
value = 5;
move = 'true';
square05 = 1;
square14 = 0;
square09 = 0;
getBall(9, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
function checkSquare15(endx, endy, clip) {
if (0 < square14 and square13 < 1 and endx < 315 and 250 < endx and endy < 330 and 290 < endy) {
destination = 'square 13';
value = 13;
move = 'true';
square13 = 1;
square15 = 0;
square14 = 0;
getBall(14, value, clip);
} else {
if (0 < square10 and square06 < 1 and endx < 310 and 250 < endx and endy < 250 and 220 < endy) {
destination = 'square 6';
value = 6;
move = 'true';
square06 = 1;
square15 = 0;
square10 = 0;
getBall(10, value, clip);
} else {
move = 'false';
eval(current_clip)._x = startx;
eval(current_clip)._y = starty;
}
}
}
}
frame 44 {
function getSquare(startx, starty, endx, endy, clip) {
if (startx < 200 and 150 < startx and starty < 190 and 165 < starty) {
start_square = 'square 1';
checkSquare1(endx, endy, clip);
} else {
if (startx < 200 and 150 < startx and starty < 220 and 190 < starty) {
start_square = 'square 2';
checkSquare2(endx, endy, clip);
} else {
if (startx < 250 and 200 < startx and starty < 220 and 190 < starty) {
start_square = 'square 3';
checkSquare3(endx, endy, clip);
} else {
if (startx < 195 and 140 < startx and starty < 250 and 220 < starty) {
start_square = 'square 4';
checkSquare4(endx, endy, clip);
} else {
if (startx < 250 and 195 < startx and starty < 250 and 220 < starty) {
start_square = 'square 5';
checkSquare5(endx, endy, clip);
} else {
if (startx < 315 and 250 < startx and starty < 250 and 220 < starty) {
start_square = 'square 6';
checkSquare6(endx, endy, clip);
} else {
if (startx < 190 and 135 < startx and starty < 290 and 250 < starty) {
start_square = 'square 7';
checkSquare7(endx, endy, clip);
} else {
if (startx < 250 and 190 < startx and starty < 290 and 250 < starty) {
start_square = 'square 8';
checkSquare8(endx, endy, clip);
} else {
if (startx < 310 and 250 < startx and starty < 290 and 250 < starty) {
start_square = 'square 9';
checkSquare9(endx, endy, clip);
} else {
if (startx < 370 and 310 < startx and starty < 290 and 250 < starty) {
start_square = 'square 10';
checkSquare10(endx, endy, clip);
} else {
if (startx < 190 and 130 < startx and starty < 330 and 290 < starty) {
start_square = 'square 11';
checkSquare11(endx, endy, clip);
} else {
if (startx < 250 and 190 < startx and starty < 330 and 290 < starty) {
start_square = 'square 12';
checkSquare12(endx, endy, clip);
} else {
if (startx < 315 and 250 < startx and starty < 330 and 290 < starty) {
start_square = 'square 13';
checkSquare13(endx, endy, clip);
} else {
if (startx < 380 and 315 < startx and starty < 330 and 290 < starty) {
start_square = 'square 14';
checkSquare14(endx, endy, clip);
} else {
if (startx < 440 and 380 < startx and starty < 330 and 290 < starty) {
start_square = 'square 15';
checkSquare15(endx, endy, clip);
} else {
endx;
endy;
startx;
defaultSquare = starty;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
frame 44 {
_level0.ball1 = 1;
_level0.ball2 = 2;
_level0.ball3 = 3;
_level0.ball4 = 4;
_level0.ball5 = 5;
_level0.ball6 = 6;
_level0.ball7 = 7;
_level0.ball8 = 8;
_level0.ball9 = 9;
_level0.ball10 = 10;
_level0.ball11 = 11;
_level0.ball12 = 12;
_level0.ball13 = 13;
_level0.ball14 = 14;
}
frame 44 {
square01 = 1;
square02 = 1;
square03 = 1;
square04 = 1;
square05 = 1;
square06 = 1;
square07 = 1;
square08 = 1;
square09 = 1;
square10 = 1;
square11 = 1;
square12 = 1;
square13 = 1;
square14 = 1;
square15 = 0;
startx = 0;
starty = 0;
endx = 0;
endy = 0;
test2 = '';
test3 = '';
current_clip = '';
start_square = '';
destination = '';
jumped = '';
move = '';
mcnum = 0;
}
movieClip 43 {
frame 1 {
stop();
}
frame 11 {
stop();
}
}
movieClip 44 {
frame 2 {
_root.winnerVar = _root.square01 + _root.square02 + _root.square03 + _root.square04 + _root.square05 + _root.square06 + _root.square07 + _root.square08 + _root.square09 + _root.square10 + _root.square11 + _root.square12 + _root.square13 + _root.square14 + _root.square15;
if (_root.winnerVar == 1) {
tellTarget ('/:winner') {
gotoAndPlay(2);
}
gotoAndStop(1);
}
}
}
movieClip 46 {
}
button 48 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball1);
_root.mcNum = '_root.ball1';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 50 {
}
button 52 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball2);
_root.mcNum = '_root.ball2';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 53 {
}
button 54 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball3);
_root.mcNum = '_root.ball3';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 55 {
}
button 56 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball4);
_root.mcNum = '_root.ball4';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 57 {
}
button 58 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball5);
_root.mcNum = '_root.ball5';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 59 {
}
button 60 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball6);
_root.mcNum = '_root.ball6';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 61 {
}
button 62 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball7);
_root.mcNum = '_root.ball7';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 63 {
}
button 64 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball8);
_root.mcNum = '_root.ball8';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 65 {
}
button 66 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball9);
_root.mcNum = '_root.ball9';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 67 {
}
button 68 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball10);
_root.mcNum = '_root.ball10';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 69 {
}
button 70 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball11);
_root.mcNum = '_root.ball11';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 71 {
}
button 72 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball12);
_root.mcNum = '_root.ball12';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 73 {
}
button 74 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball13);
_root.mcNum = '_root.ball13';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 75 {
}
button 76 {
on (press) {
startDrag(this, true);
/:startx = this._x;
/:starty = this._y;
/:current_clip = this;
this.swapDepths(_root.ball14);
_root.mcNum = '_root.ball14';
}
on (release, releaseOutside) {
stopDrag();
/:endx = this._x;
/:endy = this._y;
/:getSquare(/:startx, /:starty, /:endx, /:endy, /:current_clip);
}
}
movieClip 77 {
}
button 84 {
on (release) {
loadMovieNum('', 0);
loadMovieNum('iq.swf', 0);
gotoAndPlay(5);
}
}
frame 80 {
stop();
}
button 88 {
on (press) {
howto._visible = '1';
}
on (release) {
howto._visible = '0';
}
}