Frame 1
ifFrameLoaded (61) {
gotoAndStop (61);
}
Frame 5
ifFrameLoaded (41) {
gotoAndPlay (7);
}
play();
Frame 6
prevFrame();
Frame 10
ifFrameLoaded (46) {
gotoAndPlay (12);
}
play();
Frame 11
prevFrame();
Frame 15
ifFrameLoaded (51) {
gotoAndPlay (17);
}
play();
Frame 16
prevFrame();
Frame 20
ifFrameLoaded (56) {
gotoAndPlay (22);
}
play();
Frame 21
prevFrame();
Frame 25
ifFrameLoaded (61) {
gotoAndPlay (27);
}
play();
Frame 26
prevFrame();
Frame 40
ifFrameLoaded (61) {
gotoAndStop (61);
}
Frame 61
stop();
Frame 62
gotoAndStop (61);
Symbol 33 MovieClip Frame 1
score = ../:score;
Symbol 58 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 1
tellTarget ("3") {
gotoAndStop (6);
}
Symbol 96 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 1
if (../../:bonus == "1") {
gotoAndStop (5);
}
if (../../:bonus == "2") {
gotoAndStop (10);
}
if (../../:bonus == "3") {
gotoAndStop (15);
}
if (../../:bonus == "4") {
gotoAndStop (20);
}
if (../../:bonus == "5") {
gotoAndStop (25);
}
if (../../:bonus == "6") {
gotoAndStop (30);
}
if (../../:bonus == "7") {
gotoAndStop (35);
}
if (../../:bonus >= "8") {
gotoAndStop (40);
}
Symbol 106 MovieClip Frame 5
Set("../../:score", ../../:score + "10");
Symbol 106 MovieClip Frame 10
Set("../../:score", ../../:score + "20");
Symbol 106 MovieClip Frame 15
Set("../../:score", ../../:score + "30");
Symbol 106 MovieClip Frame 20
Set("../../:score", ../../:score + "40");
Symbol 106 MovieClip Frame 25
Set("../../:score", ../../:score + "50");
Symbol 106 MovieClip Frame 30
Set("../../:score", ../../:score + "100");
Symbol 106 MovieClip Frame 35
Set("../../:score", ../../:score + "250");
Symbol 106 MovieClip Frame 40
Set("../../:score", ../../:score + "500");
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 25
gotoAndPlay (5);
Symbol 107 MovieClip Frame 38
stop();
Symbol 107 MovieClip Frame 50
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 65
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 80
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 95
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 110
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 125
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 140
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 155
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 170
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 185
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 208
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 220
stop();
Symbol 107 MovieClip Frame 260
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 325
stop();
tellTarget ("../") {
play();
}
Symbol 107 MovieClip Frame 330
Set("../:score", ../:score + "1000");
Symbol 107 MovieClip Frame 365
stop();
tellTarget ("../") {
play();
}
Symbol 114 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 1
Minutes = "00";
Seconds = "00";
Centiseconds = "00";
Now = "0";
SavedTime = "0";
Symbol 117 MovieClip Frame 7
StartTime = getTimer();
SavedTime = Now;
gotoAndPlay (17);
Symbol 117 MovieClip Frame 17
Now = (getTimer() - StartTime) + SavedTime;
Symbol 117 MovieClip Frame 18
gotoAndPlay (27);
Symbol 117 MovieClip Frame 27
if ("1000" < Now) {
Seconds = int((substring(Now, "1", length(Now) - "3")) - (Minutes * "60"));
}
Centiseconds = int(substring(Now, length(Now) - "2", "2"));
if (Centiseconds < "10") {
Centiseconds = "0" add Centiseconds;
}
if (Seconds < "10") {
Seconds = "0" add Seconds;
}
if ("59" < int(Minutes)) {
call("Reset");
}
if (Seconds >= "1") {
play();
} else {
gotoAndPlay (17);
}
Symbol 117 MovieClip Frame 28
if (../:timer == "0") {
Set("../:END", "1");
stop();
} else {
Set("../:timer", ../:timer - "1");
gotoAndPlay (1);
}
Symbol 118 Button
on (release) {
gotoAndStop (1);
}
Symbol 128 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 2
tellTarget ("1") {
gotoAndStop (6);
}
Symbol 128 MovieClip Frame 3
gotoAndStop (1);
Symbol 130 Button
on (release) {
tellTarget ("../") {
gotoAndPlay ("new");
}
}
Symbol 131 Button
on (release) {
toggleHighQuality();
}
Symbol 138 Button
on (release) {
play();
}
Symbol 139 Button
on (release) {
tellTarget ("rules") {
nextFrame();
}
}
Symbol 141 Button
on (keyPress "j") {
if ("5" < CHEAT) {
timer = "240";
} else {
CHEAT = CHEAT + "1";
}
}
Symbol 143 Button
on (release) {
play();
tellTarget ("P_") {
gotoAndStop (1);
}
}
Symbol 144 Button
on (release) {
play();
tellTarget ("P_") {
gotoAndStop (1);
}
}
Symbol 146 Button
on (release) {
set = "26";
play();
}
Symbol 147 Button
on (release) {
set = "27";
play();
}
Symbol 148 Button
on (release) {
set = "28";
play();
}
Symbol 149 Button
on (release) {
set = "29";
play();
}
Symbol 150 Button
on (release) {
set = "32";
play();
}
Symbol 151 Button
on (release) {
set = "33";
play();
}
Symbol 152 Button
on (release) {
set = "34";
play();
}
Symbol 153 Button
on (release) {
set = "35";
play();
}
Symbol 154 Button
on (release) {
set = "36";
play();
}
Symbol 155 Button
on (release) {
set = "37";
play();
}
Symbol 156 Button
on (release) {
set = "38";
play();
}
Symbol 157 Button
on (release) {
set = "39";
play();
}
Symbol 158 Button
on (release) {
set = "42";
play();
}
Symbol 159 Button
on (release) {
set = "43";
play();
}
Symbol 160 Button
on (release) {
set = "44";
play();
}
Symbol 161 Button
on (release) {
set = "45";
play();
}
Symbol 162 Button
on (release) {
set = "46";
play();
}
Symbol 163 Button
on (release) {
set = "47";
play();
}
Symbol 164 Button
on (release) {
set = "48";
play();
}
Symbol 165 Button
on (release) {
set = "49";
play();
}
Symbol 166 Button
on (release) {
set = "52";
play();
}
Symbol 167 Button
on (release) {
set = "53";
play();
}
Symbol 168 Button
on (release) {
set = "54";
play();
}
Symbol 169 Button
on (release) {
set = "55";
play();
}
Symbol 170 Button
on (release) {
set = "56";
play();
}
Symbol 171 Button
on (release) {
set = "12";
play();
}
Symbol 172 Button
on (release) {
set = "13";
play();
}
Symbol 173 Button
on (release) {
set = "14";
play();
}
Symbol 174 Button
on (release) {
set = "15";
play();
}
Symbol 175 Button
on (release) {
set = "16";
play();
}
Symbol 176 Button
on (release) {
set = "17";
play();
}
Symbol 177 Button
on (release) {
set = "18";
play();
}
Symbol 178 Button
on (release) {
set = "19";
play();
}
Symbol 179 Button
on (release) {
set = "22";
play();
}
Symbol 180 Button
on (release) {
set = "23";
play();
}
Symbol 181 Button
on (release) {
set = "24";
play();
}
Symbol 182 Button
on (release) {
set = "25";
play();
}
Symbol 183 Button
on (release) {
set = "57";
play();
}
Symbol 184 Button
on (release) {
set = "58";
play();
}
Symbol 185 Button
on (release) {
set = "59";
play();
}
Symbol 186 Button
on (release) {
set = "62";
play();
}
Symbol 187 Button
on (release) {
set = "63";
play();
}
Symbol 188 Button
on (release) {
set = "64";
play();
}
Symbol 189 Button
on (release) {
set = "65";
play();
}
Symbol 190 Button
on (release) {
set = "66";
play();
}
Symbol 191 Button
on (release) {
set = "67";
play();
}
Symbol 192 Button
on (release) {
set = "68";
play();
}
Symbol 193 Button
on (release) {
set = "69";
play();
}
Symbol 194 Button
on (release) {
set = "72";
play();
}
Symbol 195 Button
on (release) {
set = "73";
play();
}
Symbol 196 Button
on (release) {
set = "74";
play();
}
Symbol 197 Button
on (release) {
set = "75";
play();
}
Symbol 198 Button
on (release) {
set = "76";
play();
}
Symbol 199 Button
on (release) {
set = "77";
play();
}
Symbol 200 Button
on (release) {
set = "78";
play();
}
Symbol 201 Button
on (release) {
set = "79";
play();
}
Symbol 202 Button
on (release) {
set = "82";
play();
}
Symbol 203 Button
on (release) {
set = "83";
play();
}
Symbol 204 Button
on (release) {
set = "84";
play();
}
Symbol 205 Button
on (release) {
set = "85";
play();
}
Symbol 206 Button
on (release) {
set = "86";
play();
}
Symbol 207 Button
on (release) {
set = "87";
play();
}
Symbol 208 Button
on (release) {
set = "88";
play();
}
Symbol 209 Button
on (release) {
set = "89";
play();
}
Symbol 210 Button
on (release) {
tellTarget ("P_") {
nextFrame();
};
gotoAndStop (9);
}
Symbol 214 Button
on (release) {
tellTarget ("../../") {
gotoAndPlay ("new");
}
}
Symbol 217 MovieClip Frame 1
score = "0";
score = ../:score;
Symbol 219 MovieClip Frame 1
stop();
timer = "180";
score = "0";
num = "1";
while ("10" >= num) {
Set("spot" add num, "99");
num = num + "1";
}
num = "91";
var = "1";
while ("10" >= var) {
Set("spot" add num, "99");
var = var + "1";
num = num + "1";
}
num = "1";
var = "1";
while ("10" >= var) {
Set("spot" add num, "99");
var = var + "1";
num = num + "10";
}
num = "10";
var = "1";
while ("10" >= var) {
Set("spot" add num, "99");
var = var + "1";
num = num + "10";
}
num = "1";
while ("100" >= num) {
tellTarget (num) {
gotoAndStop ("blank");
};
num = num + "1";
}
Symbol 219 MovieClip Frame 3
num = "1";
while ("90" >= num) {
if (eval ("spot" add num) == "0") {
Set("spot" add num, random("5") + "1");
}
num = num + "1";
}
Symbol 219 MovieClip Frame 4
num = "1";
while ("90" >= num) {
if (("0" < eval ("spot" add num)) and (eval ("spot" add num) < "10")) {
if ((((eval ("spot" add num) == eval ("spot" add (num + "1"))) or (eval ("spot" add num) == eval ("spot" add (num - "1")))) or (eval ("spot" add num) == eval ("spot" add (num + "10")))) or (eval ("spot" add num) == eval ("spot" add (num - "10")))) {
Set("spot" add num, random("5") + "1");
MIX = "1";
}
}
num = num + "1";
}
Symbol 219 MovieClip Frame 5
if (FV >= "50") {
play();
} else if (MIX == "1") {
FV = FV + "1";
gotoAndPlay (4);
MIX = "0";
}
Symbol 219 MovieClip Frame 6
call("reset");
gotoAndStop (10);
Symbol 219 MovieClip Frame 10
stop();
Symbol 219 MovieClip Frame 11
STOP = "1";
if (M1 == "0") {
M1 = set;
tellTarget (set) {
gotoAndPlay ("C");
};
gotoAndStop (10);
} else if (M1 == set) {
M1 = "0";
M2 = "0";
tellTarget (set) {
gotoAndPlay ("CD");
};
gotoAndStop (10);
} else if (M2 == "0") {
play();
M2 = set;
tellTarget (set) {
gotoAndPlay ("C");
};
}
Symbol 219 MovieClip Frame 14
BACK = "0";
if ((M1 + "10") == M2) {
BACK = "1";
tellTarget (M1) {
gotoAndPlay ("U");
};
tellTarget (M2) {
gotoAndPlay ("D");
};
}
if ((M1 - "10") == M2) {
BACK = "1";
tellTarget (M1) {
gotoAndPlay ("D");
};
tellTarget (M2) {
gotoAndPlay ("U");
};
}
if ((M1 + "1") == M2) {
BACK = "1";
tellTarget (M2) {
gotoAndPlay ("L");
};
tellTarget (M1) {
gotoAndPlay ("R");
};
}
if ((M1 - "1") == M2) {
BACK = "1";
tellTarget (M2) {
gotoAndPlay ("R");
};
tellTarget (M1) {
gotoAndPlay ("L");
};
}
if (BACK == "1") {
stop();
hold = eval ("spot" add M1);
Set("spot" add M1, eval ("spot" add M2));
Set("spot" add M2, hold);
} else {
tellTarget (M1) {
gotoAndPlay ("CD");
};
M1 = M2;
M2 = "0";
gotoAndStop (10);
}
Symbol 219 MovieClip Frame 15
call("reset");
gotoAndPlay (20);
Symbol 219 MovieClip Frame 20
WIN = "0";
num = "1";
while ("90" >= num) {
if (((eval ("spot" add num) == eval ("spot" add (num + "1"))) and (eval ("spot" add num) == eval ("spot" add (num + "2")))) and (eval ("spot" add num) < "99")) {
WIN = "1";
Set("S" add num, "1");
Set("S" add (num + "1"), "1");
Set("S" add (num + "2"), "1");
}
if (((eval ("spot" add num) == eval ("spot" add (num + "10"))) and (eval ("spot" add num) == eval ("spot" add (num + "20")))) and (eval ("spot" add num) < "99")) {
WIN = "1";
Set("S" add num, "1");
Set("S" add (num + "10"), "1");
Set("S" add (num + "20"), "1");
}
if ((((eval ("spot" add num) == eval ("spot" add (num + "1"))) and (eval ("spot" add num) == eval ("spot" add (num + "2")))) and (eval ("spot" add num) < "99")) and (eval ("spot" add num) == "6")) {
WIN = "1";
Set("S" add num, "2");
Set("S" add (num + "1"), "2");
Set("S" add (num + "2"), "2");
}
if ((((eval ("spot" add num) == eval ("spot" add (num + "10"))) and (eval ("spot" add num) == eval ("spot" add (num + "20")))) and (eval ("spot" add num) < "99")) and (eval ("spot" add num) == "6")) {
WIN = "1";
Set("S" add num, "2");
Set("S" add (num + "10"), "2");
Set("S" add (num + "20"), "2");
}
num = num + "1";
}
Symbol 219 MovieClip Frame 21
if (WIN == "1") {
gotoAndStop (25);
} else {
stop();
if ((M1 - "10") == M2) {
tellTarget (M2) {
gotoAndPlay ("U");
};
tellTarget (M1) {
gotoAndPlay ("D");
};
}
if ((M1 + "10") == M2) {
tellTarget (M2) {
gotoAndPlay ("D");
};
tellTarget (M1) {
gotoAndPlay ("U");
};
}
if ((M1 - "1") == M2) {
tellTarget (M1) {
gotoAndPlay ("L");
};
tellTarget (M2) {
gotoAndPlay ("R");
};
}
if ((M1 + "1") == M2) {
tellTarget (M1) {
gotoAndPlay ("R");
};
tellTarget (M2) {
gotoAndPlay ("L");
};
}
hold = eval ("spot" add M1);
Set("spot" add M1, eval ("spot" add M2));
Set("spot" add M2, hold);
M1 = "0";
M2 = "0";
}
Symbol 219 MovieClip Frame 22
call("reset");
gotoAndStop (10);
Symbol 219 MovieClip Frame 25
if (WIN == "1") {
bonus = bonus + "1";
}
num = "1";
while ("90" >= num) {
if (eval ("S" add num) == "2") {
stop();
tellTarget (num) {
gotoAndPlay ("boom_");
};
Set("S" add num, "0");
Set("spot" add num, "0");
}
if (eval ("S" add num) == "1") {
stop();
tellTarget (num) {
gotoAndPlay ("boom");
};
Set("S" add num, "0");
Set("spot" add num, "0");
}
num = num + "1";
}
M1 = "0";
M2 = "0";
Symbol 219 MovieClip Frame 26
gotoAndPlay (36);
Symbol 219 MovieClip Frame 36
loop = "1";
num = "1";
while ("10" >= loop) {
if ((eval ("spot" add (num + "4")) == "0") and ("0" < eval ("spot" add (num + "3")))) {
stop();
Set("spot" add (num + "4"), eval ("spot" add (num + "3")));
Set("spot" add (num + "3"), "0");
tellTarget (num + "3") {
gotoAndPlay ("R1");
};
}
if (((eval ("spot" add (num + "4")) == "0") and (eval ("spot" add (num + "3")) == "0")) and ("0" < eval ("spot" add (num + "2")))) {
stop();
Set("spot" add (num + "4"), eval ("spot" add (num + "2")));
Set("spot" add (num + "2"), "0");
tellTarget (num + "2") {
gotoAndPlay ("R2");
};
} else if ((("0" < eval ("spot" add (num + "4"))) and (eval ("spot" add (num + "3")) == "0")) and ("0" < eval ("spot" add (num + "2")))) {
stop();
Set("spot" add (num + "3"), eval ("spot" add (num + "2")));
Set("spot" add (num + "2"), "0");
tellTarget (num + "2") {
gotoAndPlay ("R1");
};
}
if ((((eval ("spot" add (num + "4")) == "0") and (eval ("spot" add (num + "3")) == "0")) and (eval ("spot" add (num + "2")) == "0")) and ("0" < eval ("spot" add (num + "1")))) {
stop();
Set("spot" add (num + "4"), eval ("spot" add (num + "1")));
Set("spot" add (num + "1"), "0");
tellTarget (num + "1") {
gotoAndPlay ("R3");
};
} else if (((("0" < eval ("spot" add (num + "4"))) and (eval ("spot" add (num + "3")) == "0")) and (eval ("spot" add (num + "2")) == "0")) and ("0" < eval ("spot" add (num + "1")))) {
stop();
Set("spot" add (num + "3"), eval ("spot" add (num + "1")));
Set("spot" add (num + "1"), "0");
tellTarget (num + "1") {
gotoAndPlay ("R2");
};
} else if (((("0" < eval ("spot" add (num + "4"))) and ("0" < eval ("spot" add (num + "3")))) and (eval ("spot" add (num + "2")) == "0")) and ("0" < eval ("spot" add (num + "1")))) {
stop();
Set("spot" add (num + "2"), eval ("spot" add (num + "1")));
Set("spot" add (num + "1"), "0");
tellTarget (num + "1") {
gotoAndPlay ("R1");
};
}
num = num + "10";
loop = loop + "1";
}
loop = "1";
num = "1";
while ("10" >= loop) {
if ((eval ("spot" add (num + "5")) == "0") and ("0" < eval ("spot" add (num + "6")))) {
stop();
Set("spot" add (num + "5"), eval ("spot" add (num + "6")));
Set("spot" add (num + "6"), "0");
tellTarget (num + "6") {
gotoAndPlay ("L1");
};
}
if ((("0" < eval ("spot" add (num + "7"))) and (eval ("spot" add (num + "6")) == "0")) and (eval ("spot" add (num + "5")) == "0")) {
stop();
Set("spot" add (num + "5"), eval ("spot" add (num + "7")));
Set("spot" add (num + "7"), "0");
tellTarget (num + "7") {
gotoAndPlay ("L2");
};
} else if ((("0" < eval ("spot" add (num + "7"))) and (eval ("spot" add (num + "6")) == "0")) and ("0" < eval ("spot" add (num + "5")))) {
stop();
Set("spot" add (num + "6"), eval ("spot" add (num + "7")));
Set("spot" add (num + "7"), "0");
tellTarget (num + "7") {
gotoAndPlay ("L1");
};
}
if (((("0" < eval ("spot" add (num + "8"))) and (eval ("spot" add (num + "7")) == "0")) and (eval ("spot" add (num + "6")) == "0")) and (eval ("spot" add (num + "5")) == "0")) {
stop();
Set("spot" add (num + "5"), eval ("spot" add (num + "8")));
Set("spot" add (num + "8"), "0");
tellTarget (num + "8") {
gotoAndPlay ("L3");
};
} else if (((("0" < eval ("spot" add (num + "8"))) and (eval ("spot" add (num + "7")) == "0")) and (eval ("spot" add (num + "6")) == "0")) and ("0" < eval ("spot" add (num + "5")))) {
stop();
Set("spot" add (num + "6"), eval ("spot" add (num + "8")));
Set("spot" add (num + "8"), "0");
tellTarget (num + "8") {
gotoAndPlay ("L2");
};
} else if (((("0" < eval ("spot" add (num + "8"))) and (eval ("spot" add (num + "7")) == "0")) and ("0" < eval ("spot" add (num + "6")))) and ("0" < eval ("spot" add (num + "5")))) {
stop();
Set("spot" add (num + "7"), eval ("spot" add (num + "8")));
Set("spot" add (num + "8"), "0");
tellTarget (num + "8") {
gotoAndPlay ("L1");
};
}
num = num + "10";
loop = loop + "1";
}
Symbol 219 MovieClip Frame 37
call("reset");
Symbol 219 MovieClip Frame 38
gotoAndPlay (40);
Symbol 219 MovieClip Frame 40
num = "1";
while ("90" >= num) {
if (eval ("spot" add num) == "0") {
stop();
slide = "1";
i = random("6") + "1";
if (i == "1") {
Set("spot" add num, "6");
} else {
Set("spot" add num, random("5") + "1");
}
tellTarget (num) {
gotoAndPlay ("pop");
};
if (eval ("spot" add num) == "1") {
tellTarget (num add "/shape") {
gotoAndStop (1);
};
}
if (eval ("spot" add num) == "2") {
tellTarget (num add "/shape") {
gotoAndStop (2);
};
}
if (eval ("spot" add num) == "3") {
tellTarget (num add "/shape") {
gotoAndStop (3);
};
}
if (eval ("spot" add num) == "4") {
tellTarget (num add "/shape") {
gotoAndStop (4);
};
}
if (eval ("spot" add num) == "5") {
tellTarget (num add "/shape") {
gotoAndStop (5);
};
}
if (eval ("spot" add num) == "6") {
tellTarget (num add "/shape") {
gotoAndStop (6);
};
}
}
num = num + "1";
}
WIN = "0";
num = "1";
while ("90" >= num) {
if (((eval ("spot" add num) == eval ("spot" add (num + "1"))) and (eval ("spot" add num) == eval ("spot" add (num + "2")))) and (eval ("spot" add num) < "99")) {
WIN = "1";
}
if (((eval ("spot" add num) == eval ("spot" add (num + "10"))) and (eval ("spot" add num) == eval ("spot" add (num + "20")))) and (eval ("spot" add num) < "99")) {
WIN = "1";
}
if ((((eval ("spot" add num) == eval ("spot" add (num + "1"))) and (eval ("spot" add num) == eval ("spot" add (num + "2")))) and (eval ("spot" add num) < "99")) and (eval ("spot" add num) == "6")) {
WIN = "1";
}
if ((((eval ("spot" add num) == eval ("spot" add (num + "10"))) and (eval ("spot" add num) == eval ("spot" add (num + "20")))) and (eval ("spot" add num) < "99")) and (eval ("spot" add num) == "6")) {
WIN = "1";
}
num = num + "1";
}
Symbol 219 MovieClip Frame 41
call("reset");
Symbol 219 MovieClip Frame 42
if (WIN == "1") {
gotoAndPlay (20);
WIN = "0";
} else if ("0" >= timer) {
gotoAndStop (45);
} else {
cont = "0";
bonus = "0";
M1 = "0";
M2 = "0";
gotoAndStop (10);
}
Symbol 219 MovieClip Frame 50
num = "1";
while ("90" >= num) {
tellTarget (num) {
gotoAndStop ("blank");
};
if ((eval ("spot" add num) < "99") and ("0" < eval ("spot" add num))) {
tellTarget (num) {
gotoAndStop (1);
};
}
if (eval ("spot" add num) == "1") {
tellTarget (num add "/shape") {
gotoAndStop (1);
};
}
if (eval ("spot" add num) == "2") {
tellTarget (num add "/shape") {
gotoAndStop (2);
};
}
if (eval ("spot" add num) == "3") {
tellTarget (num add "/shape") {
gotoAndStop (3);
};
}
if (eval ("spot" add num) == "4") {
tellTarget (num add "/shape") {
gotoAndStop (4);
};
}
if (eval ("spot" add num) == "5") {
tellTarget (num add "/shape") {
gotoAndStop (5);
};
}
if (eval ("spot" add num) == "6") {
tellTarget (num add "/shape") {
gotoAndStop (6);
};
}
num = num + "1";
}