Frame 1 (519 B)
stop();
Stage.showMenu = false;
message = "";
surl = "http://panyroom.jr.naver.com/game/gameset.php";
sendVars = new LoadVars();
sendVars.gameid = gameid;
sendVars.sendAndLoad(surl, sendVars, "POST");
this.onEnterFrame = function () {
message = sendVars.message;
code = sendVars.code;
ld = getBytesLoaded();
to = getBytesTotal();
loading = (ld + " / ") + to;
if (((ld == to) && (message == "panypang")) && (gameid == "hairshop")) {
_root.gotoAndStop(2);
}
gotoAndStop (2);
};
Frame 2 (38 B)
this.onEnterFrame = function () {
};
Frame 4 (7.98 KiB) ● ●
stop();
stopAllSounds();
bell_sound = new sound();
bell_sound.attachSound("bell");
have_sound = new sound();
have_sound.attachSound("have");
hit_sound = new sound();
hit_sound.attachSound("hit");
click_sound = new sound();
click_sound.attachSound("CLICK");
ok_sound = new sound();
ok_sound.attachSound("ok");
ch = "1";
speed = 6;
ico1 = "1";
ico2 = "2";
ico3 = "3";
stepy = speed;
stepx = speed * 1.74;
this.onEnterFrame = function () {
if (stop_lu_mc.hitTest(pany_mc._x, pany_mc._y, 1)) {
h_lu = "1";
} else {
h_lu = "0";
}
if (stop_ru_mc.hitTest(pany_mc._x, pany_mc._y, 1)) {
h_ru = "1";
} else {
h_ru = "0";
}
if (stop_ld_mc.hitTest(pany_mc._x, pany_mc._y, 1)) {
h_ld = "1";
} else {
h_ld = "0";
}
if (stop_rd_mc.hitTest(pany_mc._x, pany_mc._y, 1)) {
h_rd = "1";
} else {
h_rd = "0";
}
if (Key.isDown(37)) {
L = "1";
k1_mc.gotoAndStop(2);
} else {
L = "0";
k1_mc.gotoAndStop(1);
}
if (Key.isDown(39)) {
R = "1";
k3_mc.gotoAndStop(2);
} else {
R = "0";
k3_mc.gotoAndStop(1);
}
if (Key.isDown(38)) {
U = "1";
k4_mc.gotoAndStop(2);
} else {
U = "0";
k4_mc.gotoAndStop(1);
}
if (Key.isDown(40)) {
D = "1";
k2_mc.gotoAndStop(2);
} else {
D = "0";
k2_mc.gotoAndStop(1);
}
if ((((Key.isDown(67) || (Key.isDown(86))) || (Key.isDown(66))) || (Key.isDown(78))) || (Key.isDown(77))) {
SLCH = "1";
kb_mc.gotoAndStop(2);
} else {
SLCH = "0";
kb_mc.gotoAndStop(1);
}
if ((L == "1") && (R == "1")) {
LR = "1";
} else {
LR = "0";
}
if (Key.isDown(32)) {
SP = "1";
ksp_mc.gotoAndStop(2);
if ((pos == "i1") && (LR == "0")) {
if (iconum == "1") {
ico1 = "1";
} else if (iconum == "2") {
ico2 = "1";
} else if (iconum == "3") {
ico3 = "1";
}
if (hvs == "1") {
have_sound.start();
hvs = "0";
}
} else if ((pos == "i2") && (LR == "0")) {
if (iconum == "1") {
ico1 = "2";
} else if (iconum == "2") {
ico2 = "2";
} else if (iconum == "3") {
ico3 = "2";
}
if (hvs == "1") {
have_sound.start();
hvs = "0";
}
} else if ((pos == "i3") && (LR == "0")) {
if (iconum == "1") {
ico1 = "3";
} else if (iconum == "2") {
ico2 = "3";
} else if (iconum == "3") {
ico3 = "3";
}
if (hvs == "1") {
have_sound.start();
hvs = "0";
}
}
if ((pos == "g1") && (LR == "0")) {
if (iconum == "1") {
g1in = ico1;
} else if (iconum == "2") {
g1in = ico2;
} else if (iconum == "3") {
g1in = ico3;
}
} else if ((pos == "g2") && (LR == "0")) {
if (iconum == "1") {
g2in = ico1;
} else if (iconum == "2") {
g2in = ico2;
} else if (iconum == "3") {
g2in = ico3;
}
} else if ((pos == "g3") && (LR == "0")) {
if (iconum == "1") {
g3in = ico1;
} else if (iconum == "2") {
g3in = ico2;
} else if (iconum == "3") {
g3in = ico3;
}
}
if ((pos == "g1") && (gu1_mc.icon1 == g1in)) {
gu1_mc.ico1_mc.play();
}
if ((pos == "g2") && (gu2_mc.icon1 == g2in)) {
gu2_mc.ico1_mc.play();
}
if ((pos == "g3") && (gu3_mc.icon1 == g3in)) {
gu3_mc.ico1_mc.play();
}
} else {
SP = "0";
hvs = "1";
hits = "1";
ksp_mc.gotoAndStop(1);
}
if ((((((L == "1") && (R == "0")) && (U == "0")) && (D == "0")) && (h_lu == "0")) && (h_ld == "0")) {
pany_mc.gotoAndStop(8);
pany_mc._x = pany_mc._x - stepx;
} else if ((((((L == "1") && (R == "0")) && (U == "0")) && (D == "0")) && (h_lu == "1")) && (h_ld == "0")) {
pany_mc.gotoAndStop(2);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if ((((((L == "1") && (R == "0")) && (U == "0")) && (D == "0")) && (h_lu == "0")) && (h_ld == "1")) {
pany_mc.gotoAndStop(4);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if ((((((L == "0") && (R == "1")) && (U == "0")) && (D == "0")) && (h_ru == "0")) && (h_rd == "0")) {
pany_mc.gotoAndStop(9);
pany_mc._x = pany_mc._x + stepx;
} else if ((((((L == "0") && (R == "1")) && (U == "0")) && (D == "0")) && (h_ru == "1")) && (h_rd == "0")) {
pany_mc.gotoAndStop(3);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if ((((((L == "0") && (R == "1")) && (U == "0")) && (D == "0")) && (h_ru == "0")) && (h_rd == "1")) {
pany_mc.gotoAndStop(5);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if ((((((L == "0") && (R == "0")) && (U == "1")) && (D == "0")) && (h_lu == "0")) && (h_ru == "0")) {
pany_mc.gotoAndStop(7);
pany_mc._y = pany_mc._y - stepy;
} else if ((((((L == "0") && (R == "0")) && (U == "1")) && (D == "0")) && (h_lu == "1")) && (h_ru == "0")) {
pany_mc.gotoAndStop(5);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if ((((((L == "0") && (R == "0")) && (U == "1")) && (D == "0")) && (h_lu == "0")) && (h_ru == "1")) {
pany_mc.gotoAndStop(4);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if ((((((L == "0") && (R == "0")) && (U == "0")) && (D == "1")) && (h_ld == "0")) && (h_rd == "0")) {
pany_mc.gotoAndStop(6);
pany_mc._y = pany_mc._y + stepy;
} else if ((((((L == "0") && (R == "0")) && (U == "0")) && (D == "1")) && (h_ld == "1")) && (h_rd == "0")) {
pany_mc.gotoAndStop(3);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if ((((((L == "0") && (R == "0")) && (U == "0")) && (D == "1")) && (h_ld == "0")) && (h_rd == "1")) {
pany_mc.gotoAndStop(2);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if (((((L == "1") && (R == "0")) && (U == "1")) && (D == "0")) && (h_lu == "0")) {
pany_mc.gotoAndStop(4);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if (((((L == "1") && (R == "0")) && (U == "1")) && (D == "0")) && (h_lu == "1")) {
pany_mc.gotoAndStop(4);
} else if (((((L == "0") && (R == "1")) && (U == "1")) && (D == "0")) && (h_ru == "0")) {
pany_mc.gotoAndStop(5);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if (((((L == "0") && (R == "1")) && (U == "1")) && (D == "0")) && (h_ru == "1")) {
pany_mc.gotoAndStop(5);
} else if (((((L == "1") && (R == "0")) && (U == "0")) && (D == "1")) && (h_ld == "0")) {
pany_mc.gotoAndStop(2);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if (((((L == "1") && (R == "0")) && (U == "0")) && (D == "1")) && (h_ld == "1")) {
pany_mc.gotoAndStop(2);
} else if (((((L == "0") && (R == "1")) && (U == "0")) && (D == "1")) && (h_rd == "0")) {
pany_mc.gotoAndStop(3);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if (((((L == "0") && (R == "1")) && (U == "0")) && (D == "1")) && (h_rd == "1")) {
pany_mc.gotoAndStop(3);
} else {
pany_mc.gotoAndStop(1);
}
if (((((L == "1") && (R == "1")) && (D == "0")) && (SP == "1")) || (SLCH == "1")) {
pany_mc.item_s_mc.play();
}
};
Frame 5 (2 KiB) ●
ch = "1";
sp_mc.gotoAndStop(2);
stopAllSounds();
this.onEnterFrame = function () {
if (Key.isDown(37)) {
kv_l = kv_l + 1;
} else {
kv_l = 0;
}
if (Key.isDown(39)) {
kv_r = kv_r + 1;
} else {
kv_r = 0;
}
if ((kv_l == "1") && (kv_r == "0")) {
if (ch == "5") {
ch = "4";
so_mc.gotoAndStop(1);
sw_mc.gotoAndStop(1);
sp_mc.gotoAndStop(1);
sk_mc.gotoAndStop(1);
sa_mc.gotoAndStop(2);
} else if (ch == "2") {
ch = "5";
so_mc.gotoAndStop(2);
sw_mc.gotoAndStop(1);
sp_mc.gotoAndStop(1);
sk_mc.gotoAndStop(1);
sa_mc.gotoAndStop(1);
} else if (ch == "1") {
ch = "2";
so_mc.gotoAndStop(1);
sw_mc.gotoAndStop(2);
sp_mc.gotoAndStop(1);
sk_mc.gotoAndStop(1);
sa_mc.gotoAndStop(1);
} else if (ch == "3") {
ch = "1";
so_mc.gotoAndStop(1);
sw_mc.gotoAndStop(1);
sp_mc.gotoAndStop(2);
sk_mc.gotoAndStop(1);
sa_mc.gotoAndStop(1);
} else if (ch == "4") {
ch = "3";
so_mc.gotoAndStop(1);
sw_mc.gotoAndStop(1);
sp_mc.gotoAndStop(1);
sk_mc.gotoAndStop(2);
sa_mc.gotoAndStop(1);
}
}
if ((kv_l == "0") && (kv_r == "1")) {
if (ch == "5") {
ch = "2";
so_mc.gotoAndStop(1);
sw_mc.gotoAndStop(2);
sp_mc.gotoAndStop(1);
sk_mc.gotoAndStop(1);
sa_mc.gotoAndStop(1);
} else if (ch == "2") {
ch = "1";
so_mc.gotoAndStop(1);
sw_mc.gotoAndStop(1);
sp_mc.gotoAndStop(2);
sk_mc.gotoAndStop(1);
sa_mc.gotoAndStop(1);
} else if (ch == "1") {
ch = "3";
so_mc.gotoAndStop(1);
sw_mc.gotoAndStop(1);
sp_mc.gotoAndStop(1);
sk_mc.gotoAndStop(2);
sa_mc.gotoAndStop(1);
} else if (ch == "3") {
ch = "4";
so_mc.gotoAndStop(1);
sw_mc.gotoAndStop(1);
sp_mc.gotoAndStop(1);
sk_mc.gotoAndStop(1);
sa_mc.gotoAndStop(2);
} else if (ch == "4") {
ch = "5";
so_mc.gotoAndStop(2);
sw_mc.gotoAndStop(1);
sp_mc.gotoAndStop(1);
sk_mc.gotoAndStop(1);
sa_mc.gotoAndStop(1);
}
}
};
Frame 6 (33.94 KiB) ● ● ● ●
stop();
stopAllSounds();
bg_sound = new sound();
bg_sound.attachSound("bgmwav");
sec_sound = new sound();
sec_sound.attachSound("sec");
bell_sound = new sound();
bell_sound.attachSound("bell");
have_sound = new sound();
have_sound.attachSound("have");
hit_sound = new sound();
hit_sound.attachSound("hit");
click_sound = new sound();
click_sound.attachSound("CLICK");
ju_sound = new sound();
ju_sound.attachSound("ju");
ok_sound = new sound();
ok_sound.attachSound("ok");
gm = "stop";
td = 0;
ts = 0;
tm = 0;
tt = 0;
lvltxt = "1";
lvlg = 1;
lvlgf = 1;
lvlgt = 1;
gugv = 2;
gin1 = "1";
gin2 = "1";
gin3 = "1";
gin4 = "1";
gin5 = "1";
gin6 = "1";
timestop = "stop";
stoptime = "0";
jucestop = "0";
juced = 20;
sc = 0;
ico1 = "0";
ico2 = "0";
ico3 = "0";
stepy = speed;
stepx = speed * 1.74;
chair = 1 + Math.floor(4.9 * Math.random());
this.onEnterFrame = function () {
if ((life == 0) && (gm == "play")) {
ind_mc.play();
gm = "stop";
timestop = "stop";
}
if ((lvltxt == "1") && (lvlgt == 0)) {
lvlg = 3;
lvlgt = 3;
lvlgf = 3;
gugv = 3;
lvltxt = "2";
lvef_mc.play();
bg_sound.stop();
timestop = "stop";
} else if ((lvltxt == "2") && (lvlgt == 0)) {
lvlg = 6;
lvlgt = 6;
lvlgf = 6;
gugv = 4;
lvltxt = "3";
lvef_mc.play();
bg_sound.stop();
timestop = "stop";
} else if ((lvltxt == "3") && (lvlgt == 0)) {
lvlg = 9;
lvlgt = 9;
lvlgf = 9;
gugv = 5;
lvltxt = "4";
lvef_mc.play();
bg_sound.stop();
timestop = "stop";
} else if ((lvltxt == "4") && (lvlgt == 0)) {
lvlg = 12;
lvlgt = 12;
lvlgf = 12;
gugv = 6;
lvltxt = "5";
lvef_mc.play();
bg_sound.stop();
timestop = "stop";
} else if ((lvltxt == "5") && (lvlgt == 0)) {
lvlg = 15;
lvlgt = 15;
lvlgf = 15;
gugv = 7;
lvltxt = "6";
lvef_mc.play();
bg_sound.stop();
timestop = "stop";
} else if ((lvltxt == "6") && (lvlgt == 0)) {
lvlg = 18;
lvlgt = 18;
lvlgf = 18;
gugv = 8;
lvltxt = "7";
lvef_mc.play();
bg_sound.stop();
timestop = "stop";
} else if ((lvltxt == "7") && (lvlgt == 0)) {
lvlg = 21;
lvlgt = 21;
lvlgf = 21;
gugv = 9;
lvltxt = "8";
lvef_mc.play();
bg_sound.stop();
timestop = "stop";
} else if ((lvltxt == "8") && (lvlgt == 0)) {
lvlg = 999;
lvlgt = 999;
lvlgf = 999;
gugv = 10;
lvltxt = "9";
lvef_mc.play();
bg_sound.stop();
timestop = "stop";
}
if (lvltxt == "9") {
suc = ((lvlgf - lvlgt) + "/") + "\u221E";
} else {
suc = ((lvlgf - lvlgt) + "/") + lvlgf;
}
if (timestop == "0") {
td = td + 1;
}
if (td == 24) {
ts = ts + 1;
td = 0;
}
if (ts == 60) {
tm = tm + 1;
ts = 0;
}
if (tm == 60) {
tt = tt + 1;
tm = 0;
}
if (ts == 0) {
tstxt = "00";
} else if (ts == 1) {
tstxt = "01";
} else if (ts == 2) {
tstxt = "02";
} else if (ts == 3) {
tstxt = "03";
} else if (ts == 4) {
tstxt = "04";
} else if (ts == 5) {
tstxt = "05";
} else if (ts == 6) {
tstxt = "06";
} else if (ts == 7) {
tstxt = "07";
} else if (ts == 8) {
tstxt = "08";
} else if (ts == 9) {
tstxt = "09";
} else {
tstxt = ts;
}
if (tm == 0) {
tmtxt = "00";
} else if (tm == 1) {
tmtxt = "01";
} else if (tm == 2) {
tmtxt = "02";
} else if (tm == 3) {
tmtxt = "03";
} else if (tm == 4) {
tmtxt = "04";
} else if (tm == 5) {
tmtxt = "05";
} else if (tm == 6) {
tmtxt = "06";
} else if (tm == 7) {
tmtxt = "07";
} else if (tm == 8) {
tmtxt = "08";
} else if (tm == 9) {
tmtxt = "09";
} else {
tmtxt = tm;
}
if (stop_lu_mc.hitTest(pany_mc._x, pany_mc._y, 1)) {
h_lu = "1";
} else {
h_lu = "0";
}
if (stop_ru_mc.hitTest(pany_mc._x, pany_mc._y, 1)) {
h_ru = "1";
} else {
h_ru = "0";
}
if (stop_ld_mc.hitTest(pany_mc._x, pany_mc._y, 1)) {
h_ld = "1";
} else {
h_ld = "0";
}
if (stop_rd_mc.hitTest(pany_mc._x, pany_mc._y, 1)) {
h_rd = "1";
} else {
h_rd = "0";
}
if (Key.isDown(37)) {
L = "1";
} else {
L = "0";
}
if (Key.isDown(39)) {
R = "1";
} else {
R = "0";
}
if (Key.isDown(38)) {
U = "1";
} else {
U = "0";
}
if (Key.isDown(40)) {
D = "1";
} else {
D = "0";
}
if ((((Key.isDown(67) || (Key.isDown(86))) || (Key.isDown(66))) || (Key.isDown(78))) || (Key.isDown(77))) {
SLCH = "1";
} else {
SLCH = "0";
}
if ((L == "1") && (R == "1")) {
LR = "1";
} else {
LR = "0";
}
if (Key.isDown(32)) {
SP = "1";
if ((pos == "i1") && (LR == "0")) {
if (iconum == "1") {
ico1 = "1";
} else if (iconum == "2") {
ico2 = "1";
} else if (iconum == "3") {
ico3 = "1";
}
if (hvs == "1") {
have_sound.start();
hvs = "0";
}
} else if ((pos == "i2") && (LR == "0")) {
if (iconum == "1") {
ico1 = "2";
} else if (iconum == "2") {
ico2 = "2";
} else if (iconum == "3") {
ico3 = "2";
}
if (hvs == "1") {
have_sound.start();
hvs = "0";
}
} else if ((pos == "i3") && (LR == "0")) {
if (iconum == "1") {
ico1 = "3";
} else if (iconum == "2") {
ico2 = "3";
} else if (iconum == "3") {
ico3 = "3";
}
if (hvs == "1") {
have_sound.start();
hvs = "0";
}
} else if ((pos == "i4") && (LR == "0")) {
if (iconum == "1") {
ico1 = "7";
} else if (iconum == "2") {
ico2 = "7";
} else if (iconum == "3") {
ico3 = "7";
}
if (hvs == "1") {
have_sound.start();
hvs = "0";
}
} else if ((pos == "i5") && (LR == "0")) {
if (iconum == "1") {
ico1 = "4";
} else if (iconum == "2") {
ico2 = "4";
} else if (iconum == "3") {
ico3 = "4";
}
if (hvs == "1") {
have_sound.start();
hvs = "0";
}
} else if ((pos == "i6") && (LR == "0")) {
if (iconum == "1") {
ico1 = "5";
} else if (iconum == "2") {
ico2 = "5";
} else if (iconum == "3") {
ico3 = "5";
}
if (hvs == "1") {
have_sound.start();
hvs = "0";
}
} else if ((pos == "i7") && (LR == "0")) {
if (iconum == "1") {
ico1 = "6";
} else if (iconum == "2") {
ico2 = "6";
} else if (iconum == "3") {
ico3 = "6";
}
if (hvs == "1") {
have_sound.start();
hvs = "0";
}
} else if ((pos == "i8") && (LR == "0")) {
if (iconum == "1") {
ico1 = "8";
} else if (iconum == "2") {
ico2 = "8";
} else if (iconum == "3") {
ico3 = "8";
}
if (hvs == "1") {
have_sound.start();
hvs = "0";
}
}
if (((((((((pos == "g1") || (pos == "g2")) || (pos == "g3")) || (pos == "g4")) || (pos == "g5")) || (pos == "g6")) || (pos == "00")) && (timestop == "0")) && (LR == "0")) {
if (((iconum == "1") && (ico1 == "8")) && (time > 0)) {
timestop = "1";
time = time - 1;
} else if (((iconum == "2") && (ico2 == "8")) && (time > 0)) {
timestop = "1";
time = time - 1;
} else if (((iconum == "3") && (ico3 == "8")) && (time > 0)) {
timestop = "1";
time = time - 1;
}
}
if ((pos == "g1") && (LR == "0")) {
if (iconum == "1") {
g1in = ico1;
} else if (iconum == "2") {
g1in = ico2;
} else if (iconum == "3") {
g1in = ico3;
}
} else if ((pos == "g2") && (LR == "0")) {
if (iconum == "1") {
g2in = ico1;
} else if (iconum == "2") {
g2in = ico2;
} else if (iconum == "3") {
g2in = ico3;
}
} else if ((pos == "g3") && (LR == "0")) {
if (iconum == "1") {
g3in = ico1;
} else if (iconum == "2") {
g3in = ico2;
} else if (iconum == "3") {
g3in = ico3;
}
} else if ((pos == "g4") && (LR == "0")) {
if (iconum == "1") {
g4in = ico1;
} else if (iconum == "2") {
g4in = ico2;
} else if (iconum == "3") {
g4in = ico3;
}
} else if ((pos == "g5") && (LR == "0")) {
if (iconum == "1") {
g5in = ico1;
} else if (iconum == "2") {
g5in = ico2;
} else if (iconum == "3") {
g5in = ico3;
}
} else if ((pos == "g6") && (LR == "0")) {
if (iconum == "1") {
g6in = ico1;
} else if (iconum == "2") {
g6in = ico2;
} else if (iconum == "3") {
g6in = ico3;
}
}
if ((pos == "g1") && (gu1_mc.icon1 == g1in)) {
gu1_mc.ico1_mc.play();
if (hits == "1") {
hit_sound.start();
hits = "0";
}
} else if (((((juce > 0) && (gin1 == "0")) && (pos == "g1")) && (jucestop == "0")) && (LR == "0")) {
if ((iconum == "1") && (ico1 == "7")) {
jucestop = "1";
gu1_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "2") && (ico2 == "7")) {
jucestop = "1";
gu1_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "3") && (ico3 == "7")) {
jucestop = "1";
gu1_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
}
}
if ((pos == "g2") && (gu2_mc.icon1 == g2in)) {
gu2_mc.ico1_mc.play();
if (hits == "1") {
hit_sound.start();
hits = "0";
}
} else if (((((juce > 0) && (gin2 == "0")) && (pos == "g2")) && (jucestop == "0")) && (LR == "0")) {
if ((iconum == "1") && (ico1 == "7")) {
jucestop = "1";
gu2_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "2") && (ico2 == "7")) {
jucestop = "1";
gu2_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "3") && (ico3 == "7")) {
jucestop = "1";
gu2_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
}
}
if ((pos == "g3") && (gu3_mc.icon1 == g3in)) {
gu3_mc.ico1_mc.play();
if (hits == "1") {
hit_sound.start();
hits = "0";
}
} else if (((((juce > 0) && (gin3 == "0")) && (pos == "g3")) && (jucestop == "0")) && (LR == "0")) {
if ((iconum == "1") && (ico1 == "7")) {
jucestop = "1";
gu3_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "2") && (ico2 == "7")) {
jucestop = "1";
gu3_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "3") && (ico3 == "7")) {
jucestop = "1";
gu3_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
}
}
if ((pos == "g4") && (gu4_mc.icon1 == g4in)) {
gu4_mc.ico1_mc.play();
if (hits == "1") {
hit_sound.start();
hits = "0";
}
} else if (((((juce > 0) && (gin4 == "0")) && (pos == "g4")) && (jucestop == "0")) && (LR == "0")) {
if ((iconum == "1") && (ico1 == "7")) {
jucestop = "1";
gu4_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "2") && (ico2 == "7")) {
jucestop = "1";
gu4_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "3") && (ico3 == "7")) {
jucestop = "1";
gu4_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
}
}
if ((pos == "g5") && (gu5_mc.icon1 == g5in)) {
gu5_mc.ico1_mc.play();
if (hits == "1") {
hit_sound.start();
hits = "0";
}
} else if (((((juce > 0) && (gin5 == "0")) && (pos == "g5")) && (jucestop == "0")) && (LR == "0")) {
if ((iconum == "1") && (ico1 == "7")) {
jucestop = "1";
gu5_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "2") && (ico2 == "7")) {
jucestop = "1";
gu5_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "3") && (ico3 == "7")) {
jucestop = "1";
gu5_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
}
}
if ((pos == "g6") && (gu6_mc.icon1 == g6in)) {
gu6_mc.ico1_mc.play();
if (hits == "1") {
hit_sound.start();
hits = "0";
}
} else if (((((juce > 0) && (gin6 == "0")) && (pos == "g6")) && (jucestop == "0")) && (LR == "0")) {
if ((iconum == "1") && (ico1 == "7")) {
jucestop = "1";
gu6_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "2") && (ico2 == "7")) {
jucestop = "1";
gu6_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
} else if ((iconum == "3") && (ico3 == "7")) {
jucestop = "1";
gu6_mc.grp_mc._yscale = 5000;
juce = juce - 1;
if (hits == "1") {
ju_sound.start();
hits = "0";
}
}
}
} else {
SP = "0";
hvs = "1";
hits = "1";
}
if (jucestop == "1") {
juced = juced - 1;
}
if (juced <= 0) {
jucestop = "0";
juced = 20;
}
if ((((((L == "1") && (R == "1")) && (U == "1")) && (D == "1")) && (timestop != "2")) && (timestop != "stop")) {
timestop = "3";
if (ring != "1") {
bell_sound.start();
ring = "1";
}
} else if (((timestop != "1") && (timestop != "2")) && (timestop != "stop")) {
timestop = "0";
ring = "0";
}
if ((((L == "0") && (R == "0")) && (U == "1")) && (D == "1")) {
timer_mc.tim1_mc._visible = 1;
timer_mc.tim2_mc._visible = 1;
timer_mc.lvl1_mc._visible = 0;
timer_mc.lvl2_mc._visible = 0;
} else {
timer_mc.tim1_mc._visible = 0;
timer_mc.tim2_mc._visible = 0;
timer_mc.lvl1_mc._visible = 1;
timer_mc.lvl2_mc._visible = 1;
}
if (timestop == "1") {
timestop = "2";
stopAllSounds();
if (cli == "1") {
click_sound.start();
cli = "0";
}
sec_sound.start(0, 999);
}
if (timestop == "2") {
stoptime = "1";
timeb_mc.play();
}
if (stoptime == "0") {
timeb_mc.gotoAndStop(1);
cli = "1";
}
if (gu1_mc.ico1_mc.icoend == "1") {
gu1_mc.ico1_mc.icoend = "0";
hd1 = gu1_mc.icon1;
gu1_mc.icon1 = gu1_mc.icon2;
gu1_mc.icon2 = gu1_mc.icon3;
gu1_mc.icon3 = "0";
if (hd1 == "1") {
gu1_mc.hl = gu1_mc.hl + 1;
} else if (hd1 == "2") {
gu1_mc.hp = "1";
} else if (hd1 == "3") {
gu1_mc.hp = "0";
} else if (hd1 == "4") {
gu1_mc.col = gu1_mc.col + 1;
if (gu1_mc.col > 6) {
gu1_mc.col = gu1_mc.col - 6;
}
} else if (hd1 == "5") {
gu1_mc.hs = "1";
} else if (hd1 == "6") {
gu1_mc.cot = "1";
} else if (hd1 == "0") {
}
if (gu1_mc.icon1 == "1") {
gu1_mc.ico1_mc.gotoAndStop(1);
} else if (gu1_mc.icon1 == "2") {
gu1_mc.ico1_mc.gotoAndStop(10);
} else if (gu1_mc.icon1 == "3") {
gu1_mc.ico1_mc.gotoAndStop(19);
} else if (gu1_mc.icon1 == "4") {
gu1_mc.ico1_mc.gotoAndStop(28);
} else if (gu1_mc.icon1 == "5") {
gu1_mc.ico1_mc.gotoAndStop(37);
} else if (gu1_mc.icon1 == "6") {
gu1_mc.ico1_mc.gotoAndStop(46);
} else if (gu1_mc.icon1 == "0") {
gu1_mc.ico1_mc.gotoAndStop(55);
}
if (gu1_mc.icon2 == "1") {
gu1_mc.ico2_mc.gotoAndStop(1);
} else if (gu1_mc.icon2 == "2") {
gu1_mc.ico2_mc.gotoAndStop(10);
} else if (gu1_mc.icon2 == "3") {
gu1_mc.ico2_mc.gotoAndStop(19);
} else if (gu1_mc.icon2 == "4") {
gu1_mc.ico2_mc.gotoAndStop(28);
} else if (gu1_mc.icon2 == "5") {
gu1_mc.ico2_mc.gotoAndStop(37);
} else if (gu1_mc.icon2 == "6") {
gu1_mc.ico2_mc.gotoAndStop(46);
} else if (gu1_mc.icon2 == "0") {
gu1_mc.ico2_mc.gotoAndStop(55);
}
if (gu1_mc.icon3 == "1") {
gu1_mc.ico3_mc.gotoAndStop(1);
} else if (gu1_mc.icon3 == "2") {
gu1_mc.ico3_mc.gotoAndStop(10);
} else if (gu1_mc.icon3 == "3") {
gu1_mc.ico3_mc.gotoAndStop(19);
} else if (gu1_mc.icon3 == "4") {
gu1_mc.ico3_mc.gotoAndStop(28);
} else if (gu1_mc.icon3 == "5") {
gu1_mc.ico3_mc.gotoAndStop(37);
} else if (gu1_mc.icon3 == "6") {
gu1_mc.ico3_mc.gotoAndStop(46);
} else if (gu1_mc.icon3 == "0") {
gu1_mc.ico3_mc.gotoAndStop(55);
}
}
if (gu2_mc.ico1_mc.icoend == "1") {
gu2_mc.ico1_mc.icoend = "0";
hd2 = gu2_mc.icon1;
gu2_mc.icon1 = gu2_mc.icon2;
gu2_mc.icon2 = gu2_mc.icon3;
gu2_mc.icon3 = "0";
if (hd2 == "1") {
gu2_mc.hl = gu2_mc.hl + 1;
} else if (hd2 == "2") {
gu2_mc.hp = "1";
} else if (hd2 == "3") {
gu2_mc.hp = "0";
} else if (hd2 == "4") {
gu2_mc.col = gu2_mc.col + 1;
if (gu2_mc.col > 6) {
gu2_mc.col = gu2_mc.col - 6;
}
} else if (hd2 == "5") {
gu2_mc.hs = "1";
} else if (hd2 == "6") {
gu2_mc.cot = "1";
} else if (hd2 == "0") {
}
if (gu2_mc.icon1 == "1") {
gu2_mc.ico1_mc.gotoAndStop(1);
} else if (gu2_mc.icon1 == "2") {
gu2_mc.ico1_mc.gotoAndStop(10);
} else if (gu2_mc.icon1 == "3") {
gu2_mc.ico1_mc.gotoAndStop(19);
} else if (gu2_mc.icon1 == "4") {
gu2_mc.ico1_mc.gotoAndStop(28);
} else if (gu2_mc.icon1 == "5") {
gu2_mc.ico1_mc.gotoAndStop(37);
} else if (gu2_mc.icon1 == "6") {
gu2_mc.ico1_mc.gotoAndStop(46);
} else if (gu2_mc.icon1 == "0") {
gu2_mc.ico1_mc.gotoAndStop(55);
}
if (gu2_mc.icon2 == "1") {
gu2_mc.ico2_mc.gotoAndStop(1);
} else if (gu2_mc.icon2 == "2") {
gu2_mc.ico2_mc.gotoAndStop(10);
} else if (gu2_mc.icon2 == "3") {
gu2_mc.ico2_mc.gotoAndStop(19);
} else if (gu2_mc.icon2 == "4") {
gu2_mc.ico2_mc.gotoAndStop(28);
} else if (gu2_mc.icon2 == "5") {
gu2_mc.ico2_mc.gotoAndStop(37);
} else if (gu2_mc.icon2 == "6") {
gu2_mc.ico2_mc.gotoAndStop(46);
} else if (gu2_mc.icon2 == "0") {
gu2_mc.ico2_mc.gotoAndStop(55);
}
if (gu2_mc.icon3 == "1") {
gu2_mc.ico3_mc.gotoAndStop(1);
} else if (gu2_mc.icon3 == "2") {
gu2_mc.ico3_mc.gotoAndStop(10);
} else if (gu2_mc.icon3 == "3") {
gu2_mc.ico3_mc.gotoAndStop(19);
} else if (gu2_mc.icon3 == "4") {
gu2_mc.ico3_mc.gotoAndStop(28);
} else if (gu2_mc.icon3 == "5") {
gu2_mc.ico3_mc.gotoAndStop(37);
} else if (gu2_mc.icon3 == "6") {
gu2_mc.ico3_mc.gotoAndStop(46);
} else if (gu2_mc.icon3 == "0") {
gu2_mc.ico3_mc.gotoAndStop(55);
}
}
if (gu3_mc.ico1_mc.icoend == "1") {
gu3_mc.ico1_mc.icoend = "0";
hd3 = gu3_mc.icon1;
gu3_mc.icon1 = gu3_mc.icon2;
gu3_mc.icon2 = gu3_mc.icon3;
gu3_mc.icon3 = "0";
if (hd3 == "1") {
gu3_mc.hl = gu3_mc.hl + 1;
} else if (hd3 == "2") {
gu3_mc.hp = "1";
} else if (hd3 == "3") {
gu3_mc.hp = "0";
} else if (hd3 == "4") {
gu3_mc.col = gu3_mc.col + 1;
if (gu3_mc.col > 6) {
gu3_mc.col = gu3_mc.col - 6;
}
} else if (hd3 == "5") {
gu3_mc.hs = "1";
} else if (hd3 == "6") {
gu3_mc.cot = "1";
} else if (hd3 == "0") {
}
if (gu3_mc.icon1 == "1") {
gu3_mc.ico1_mc.gotoAndStop(1);
} else if (gu3_mc.icon1 == "2") {
gu3_mc.ico1_mc.gotoAndStop(10);
} else if (gu3_mc.icon1 == "3") {
gu3_mc.ico1_mc.gotoAndStop(19);
} else if (gu3_mc.icon1 == "4") {
gu3_mc.ico1_mc.gotoAndStop(28);
} else if (gu3_mc.icon1 == "5") {
gu3_mc.ico1_mc.gotoAndStop(37);
} else if (gu3_mc.icon1 == "6") {
gu3_mc.ico1_mc.gotoAndStop(46);
} else if (gu3_mc.icon1 == "0") {
gu3_mc.ico1_mc.gotoAndStop(55);
}
if (gu3_mc.icon2 == "1") {
gu3_mc.ico2_mc.gotoAndStop(1);
} else if (gu3_mc.icon2 == "2") {
gu3_mc.ico2_mc.gotoAndStop(10);
} else if (gu3_mc.icon2 == "3") {
gu3_mc.ico2_mc.gotoAndStop(19);
} else if (gu3_mc.icon2 == "4") {
gu3_mc.ico2_mc.gotoAndStop(28);
} else if (gu3_mc.icon2 == "5") {
gu3_mc.ico2_mc.gotoAndStop(37);
} else if (gu3_mc.icon2 == "6") {
gu3_mc.ico2_mc.gotoAndStop(46);
} else if (gu3_mc.icon2 == "0") {
gu3_mc.ico2_mc.gotoAndStop(55);
}
if (gu3_mc.icon3 == "1") {
gu3_mc.ico3_mc.gotoAndStop(1);
} else if (gu3_mc.icon3 == "2") {
gu3_mc.ico3_mc.gotoAndStop(10);
} else if (gu3_mc.icon3 == "3") {
gu3_mc.ico3_mc.gotoAndStop(19);
} else if (gu3_mc.icon3 == "4") {
gu3_mc.ico3_mc.gotoAndStop(28);
} else if (gu3_mc.icon3 == "5") {
gu3_mc.ico3_mc.gotoAndStop(37);
} else if (gu3_mc.icon3 == "6") {
gu3_mc.ico3_mc.gotoAndStop(46);
} else if (gu3_mc.icon3 == "0") {
gu3_mc.ico3_mc.gotoAndStop(55);
}
}
if (gu4_mc.ico1_mc.icoend == "1") {
gu4_mc.ico1_mc.icoend = "0";
hd4 = gu4_mc.icon1;
gu4_mc.icon1 = gu4_mc.icon2;
gu4_mc.icon2 = gu4_mc.icon3;
gu4_mc.icon3 = "0";
if (hd4 == "1") {
gu4_mc.hl = gu4_mc.hl + 1;
} else if (hd4 == "2") {
gu4_mc.hp = "1";
} else if (hd4 == "3") {
gu4_mc.hp = "0";
} else if (hd4 == "4") {
gu4_mc.col = gu4_mc.col + 1;
if (gu4_mc.col > 6) {
gu4_mc.col = gu4_mc.col - 6;
}
} else if (hd4 == "5") {
gu4_mc.hs = "1";
} else if (hd4 == "6") {
gu4_mc.cot = "1";
} else if (hd4 == "0") {
}
if (gu4_mc.icon1 == "1") {
gu4_mc.ico1_mc.gotoAndStop(1);
} else if (gu4_mc.icon1 == "2") {
gu4_mc.ico1_mc.gotoAndStop(10);
} else if (gu4_mc.icon1 == "3") {
gu4_mc.ico1_mc.gotoAndStop(19);
} else if (gu4_mc.icon1 == "4") {
gu4_mc.ico1_mc.gotoAndStop(28);
} else if (gu4_mc.icon1 == "5") {
gu4_mc.ico1_mc.gotoAndStop(37);
} else if (gu4_mc.icon1 == "6") {
gu4_mc.ico1_mc.gotoAndStop(46);
} else if (gu4_mc.icon1 == "0") {
gu4_mc.ico1_mc.gotoAndStop(55);
}
if (gu4_mc.icon2 == "1") {
gu4_mc.ico2_mc.gotoAndStop(1);
} else if (gu4_mc.icon2 == "2") {
gu4_mc.ico2_mc.gotoAndStop(10);
} else if (gu4_mc.icon2 == "3") {
gu4_mc.ico2_mc.gotoAndStop(19);
} else if (gu4_mc.icon2 == "4") {
gu4_mc.ico2_mc.gotoAndStop(28);
} else if (gu4_mc.icon2 == "5") {
gu4_mc.ico2_mc.gotoAndStop(37);
} else if (gu4_mc.icon2 == "6") {
gu4_mc.ico2_mc.gotoAndStop(46);
} else if (gu4_mc.icon2 == "0") {
gu4_mc.ico2_mc.gotoAndStop(55);
}
if (gu4_mc.icon3 == "1") {
gu4_mc.ico3_mc.gotoAndStop(1);
} else if (gu4_mc.icon3 == "2") {
gu4_mc.ico3_mc.gotoAndStop(10);
} else if (gu4_mc.icon3 == "3") {
gu4_mc.ico3_mc.gotoAndStop(19);
} else if (gu4_mc.icon3 == "4") {
gu4_mc.ico3_mc.gotoAndStop(28);
} else if (gu4_mc.icon3 == "5") {
gu4_mc.ico3_mc.gotoAndStop(37);
} else if (gu4_mc.icon3 == "6") {
gu4_mc.ico3_mc.gotoAndStop(46);
} else if (gu4_mc.icon3 == "0") {
gu4_mc.ico3_mc.gotoAndStop(55);
}
}
if (gu5_mc.ico1_mc.icoend == "1") {
gu5_mc.ico1_mc.icoend = "0";
hd5 = gu5_mc.icon1;
gu5_mc.icon1 = gu5_mc.icon2;
gu5_mc.icon2 = gu5_mc.icon3;
gu5_mc.icon3 = "0";
if (hd5 == "1") {
gu5_mc.hl = gu5_mc.hl + 1;
} else if (hd5 == "2") {
gu5_mc.hp = "1";
} else if (hd5 == "3") {
gu5_mc.hp = "0";
} else if (hd5 == "4") {
gu5_mc.col = gu5_mc.col + 1;
if (gu5_mc.col > 6) {
gu5_mc.col = gu5_mc.col - 6;
}
} else if (hd5 == "5") {
gu5_mc.hs = "1";
} else if (hd5 == "6") {
gu5_mc.cot = "1";
} else if (hd5 == "0") {
}
if (gu5_mc.icon1 == "1") {
gu5_mc.ico1_mc.gotoAndStop(1);
} else if (gu5_mc.icon1 == "2") {
gu5_mc.ico1_mc.gotoAndStop(10);
} else if (gu5_mc.icon1 == "3") {
gu5_mc.ico1_mc.gotoAndStop(19);
} else if (gu5_mc.icon1 == "4") {
gu5_mc.ico1_mc.gotoAndStop(28);
} else if (gu5_mc.icon1 == "5") {
gu5_mc.ico1_mc.gotoAndStop(37);
} else if (gu5_mc.icon1 == "6") {
gu5_mc.ico1_mc.gotoAndStop(46);
} else if (gu5_mc.icon1 == "0") {
gu5_mc.ico1_mc.gotoAndStop(55);
}
if (gu5_mc.icon2 == "1") {
gu5_mc.ico2_mc.gotoAndStop(1);
} else if (gu5_mc.icon2 == "2") {
gu5_mc.ico2_mc.gotoAndStop(10);
} else if (gu5_mc.icon2 == "3") {
gu5_mc.ico2_mc.gotoAndStop(19);
} else if (gu5_mc.icon2 == "4") {
gu5_mc.ico2_mc.gotoAndStop(28);
} else if (gu5_mc.icon2 == "5") {
gu5_mc.ico2_mc.gotoAndStop(37);
} else if (gu5_mc.icon2 == "6") {
gu5_mc.ico2_mc.gotoAndStop(46);
} else if (gu5_mc.icon2 == "0") {
gu5_mc.ico2_mc.gotoAndStop(55);
}
if (gu5_mc.icon3 == "1") {
gu5_mc.ico3_mc.gotoAndStop(1);
} else if (gu5_mc.icon3 == "2") {
gu5_mc.ico3_mc.gotoAndStop(10);
} else if (gu5_mc.icon3 == "3") {
gu5_mc.ico3_mc.gotoAndStop(19);
} else if (gu5_mc.icon3 == "4") {
gu5_mc.ico3_mc.gotoAndStop(28);
} else if (gu5_mc.icon3 == "5") {
gu5_mc.ico3_mc.gotoAndStop(37);
} else if (gu5_mc.icon3 == "6") {
gu5_mc.ico3_mc.gotoAndStop(46);
} else if (gu5_mc.icon3 == "0") {
gu5_mc.ico3_mc.gotoAndStop(55);
}
}
if (gu6_mc.ico1_mc.icoend == "1") {
gu6_mc.ico1_mc.icoend = "0";
hd6 = gu6_mc.icon1;
gu6_mc.icon1 = gu6_mc.icon2;
gu6_mc.icon2 = gu6_mc.icon3;
gu6_mc.icon3 = "0";
if (hd6 == "1") {
gu6_mc.hl = gu6_mc.hl + 1;
} else if (hd6 == "2") {
gu6_mc.hp = "1";
} else if (hd6 == "3") {
gu6_mc.hp = "0";
} else if (hd6 == "4") {
gu6_mc.col = gu6_mc.col + 1;
if (gu6_mc.col > 6) {
gu6_mc.col = gu6_mc.col - 6;
}
} else if (hd6 == "5") {
gu6_mc.hs = "1";
} else if (hd6 == "6") {
gu6_mc.cot = "1";
} else if (hd6 == "0") {
}
if (gu6_mc.icon1 == "1") {
gu6_mc.ico1_mc.gotoAndStop(1);
} else if (gu6_mc.icon1 == "2") {
gu6_mc.ico1_mc.gotoAndStop(10);
} else if (gu6_mc.icon1 == "3") {
gu6_mc.ico1_mc.gotoAndStop(19);
} else if (gu6_mc.icon1 == "4") {
gu6_mc.ico1_mc.gotoAndStop(28);
} else if (gu6_mc.icon1 == "5") {
gu6_mc.ico1_mc.gotoAndStop(37);
} else if (gu6_mc.icon1 == "6") {
gu6_mc.ico1_mc.gotoAndStop(46);
} else if (gu6_mc.icon1 == "0") {
gu6_mc.ico1_mc.gotoAndStop(55);
}
if (gu6_mc.icon2 == "1") {
gu6_mc.ico2_mc.gotoAndStop(1);
} else if (gu6_mc.icon2 == "2") {
gu6_mc.ico2_mc.gotoAndStop(10);
} else if (gu6_mc.icon2 == "3") {
gu6_mc.ico2_mc.gotoAndStop(19);
} else if (gu6_mc.icon2 == "4") {
gu6_mc.ico2_mc.gotoAndStop(28);
} else if (gu6_mc.icon2 == "5") {
gu6_mc.ico2_mc.gotoAndStop(37);
} else if (gu6_mc.icon2 == "6") {
gu6_mc.ico2_mc.gotoAndStop(46);
} else if (gu6_mc.icon2 == "0") {
gu6_mc.ico2_mc.gotoAndStop(55);
}
if (gu6_mc.icon3 == "1") {
gu6_mc.ico3_mc.gotoAndStop(1);
} else if (gu6_mc.icon3 == "2") {
gu6_mc.ico3_mc.gotoAndStop(10);
} else if (gu6_mc.icon3 == "3") {
gu6_mc.ico3_mc.gotoAndStop(19);
} else if (gu6_mc.icon3 == "4") {
gu6_mc.ico3_mc.gotoAndStop(28);
} else if (gu6_mc.icon3 == "5") {
gu6_mc.ico3_mc.gotoAndStop(37);
} else if (gu6_mc.icon3 == "6") {
gu6_mc.ico3_mc.gotoAndStop(46);
} else if (gu6_mc.icon3 == "0") {
gu6_mc.ico3_mc.gotoAndStop(55);
}
}
if (gu1_mc.icon1 == "0") {
gu1_mc.grp_mc._yscale = 5000;
gu1_mc.o_mc.play();
sc = sc + 1;
gu1_mc.icon1 = 99;
}
if (gu2_mc.icon1 == "0") {
gu2_mc.grp_mc._yscale = 5000;
gu2_mc.o_mc.play();
sc = sc + 1;
gu2_mc.icon1 = 99;
}
if (gu3_mc.icon1 == "0") {
gu3_mc.grp_mc._yscale = 5000;
gu3_mc.o_mc.play();
sc = sc + 1;
gu3_mc.icon1 = 99;
}
if (gu4_mc.icon1 == "0") {
gu4_mc.grp_mc._yscale = 5000;
gu4_mc.o_mc.play();
sc = sc + 1;
gu4_mc.icon1 = 99;
}
if (gu5_mc.icon1 == "0") {
gu5_mc.grp_mc._yscale = 5000;
gu5_mc.o_mc.play();
sc = sc + 1;
gu5_mc.icon1 = 99;
}
if (gu6_mc.icon1 == "0") {
gu6_mc.grp_mc._yscale = 5000;
gu6_mc.o_mc.play();
sc = sc + 1;
gu6_mc.icon1 = 99;
}
if ((((((L == "1") && (R == "0")) && (U == "0")) && (D == "0")) && (h_lu == "0")) && (h_ld == "0")) {
pany_mc.gotoAndStop(8);
pany_mc._x = pany_mc._x - stepx;
} else if ((((((L == "1") && (R == "0")) && (U == "0")) && (D == "0")) && (h_lu == "1")) && (h_ld == "0")) {
pany_mc.gotoAndStop(2);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if ((((((L == "1") && (R == "0")) && (U == "0")) && (D == "0")) && (h_lu == "0")) && (h_ld == "1")) {
pany_mc.gotoAndStop(4);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if ((((((L == "0") && (R == "1")) && (U == "0")) && (D == "0")) && (h_ru == "0")) && (h_rd == "0")) {
pany_mc.gotoAndStop(9);
pany_mc._x = pany_mc._x + stepx;
} else if ((((((L == "0") && (R == "1")) && (U == "0")) && (D == "0")) && (h_ru == "1")) && (h_rd == "0")) {
pany_mc.gotoAndStop(3);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if ((((((L == "0") && (R == "1")) && (U == "0")) && (D == "0")) && (h_ru == "0")) && (h_rd == "1")) {
pany_mc.gotoAndStop(5);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if ((((((L == "0") && (R == "0")) && (U == "1")) && (D == "0")) && (h_lu == "0")) && (h_ru == "0")) {
pany_mc.gotoAndStop(7);
pany_mc._y = pany_mc._y - stepy;
} else if ((((((L == "0") && (R == "0")) && (U == "1")) && (D == "0")) && (h_lu == "1")) && (h_ru == "0")) {
pany_mc.gotoAndStop(5);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if ((((((L == "0") && (R == "0")) && (U == "1")) && (D == "0")) && (h_lu == "0")) && (h_ru == "1")) {
pany_mc.gotoAndStop(4);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if ((((((L == "0") && (R == "0")) && (U == "0")) && (D == "1")) && (h_ld == "0")) && (h_rd == "0")) {
pany_mc.gotoAndStop(6);
pany_mc._y = pany_mc._y + stepy;
} else if ((((((L == "0") && (R == "0")) && (U == "0")) && (D == "1")) && (h_ld == "1")) && (h_rd == "0")) {
pany_mc.gotoAndStop(3);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if ((((((L == "0") && (R == "0")) && (U == "0")) && (D == "1")) && (h_ld == "0")) && (h_rd == "1")) {
pany_mc.gotoAndStop(2);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if (((((L == "1") && (R == "0")) && (U == "1")) && (D == "0")) && (h_lu == "0")) {
pany_mc.gotoAndStop(4);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if (((((L == "1") && (R == "0")) && (U == "1")) && (D == "0")) && (h_lu == "1")) {
pany_mc.gotoAndStop(4);
} else if (((((L == "0") && (R == "1")) && (U == "1")) && (D == "0")) && (h_ru == "0")) {
pany_mc.gotoAndStop(5);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y - (stepy / 1.42);
} else if (((((L == "0") && (R == "1")) && (U == "1")) && (D == "0")) && (h_ru == "1")) {
pany_mc.gotoAndStop(5);
} else if (((((L == "1") && (R == "0")) && (U == "0")) && (D == "1")) && (h_ld == "0")) {
pany_mc.gotoAndStop(2);
pany_mc._x = pany_mc._x - (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if (((((L == "1") && (R == "0")) && (U == "0")) && (D == "1")) && (h_ld == "1")) {
pany_mc.gotoAndStop(2);
} else if (((((L == "0") && (R == "1")) && (U == "0")) && (D == "1")) && (h_rd == "0")) {
pany_mc.gotoAndStop(3);
pany_mc._x = pany_mc._x + (stepx / 1.42);
pany_mc._y = pany_mc._y + (stepy / 1.42);
} else if (((((L == "0") && (R == "1")) && (U == "0")) && (D == "1")) && (h_rd == "1")) {
pany_mc.gotoAndStop(3);
} else {
pany_mc.gotoAndStop(1);
}
if (((((L == "1") && (R == "1")) && (D == "0")) && (SP == "1")) || (SLCH == "1")) {
pany_mc.item_s_mc.play();
}
if (((timestop == "0") && (gm == "play")) && (lvlg > 0)) {
gets1 = Math.floor(300 * Math.random());
if (((gets1 == "1") && (gin1 == "1")) && (lvlg > 0)) {
gu1_mc.gotoAndStop(2);
lvlg = lvlg - 1;
}
gets2 = Math.floor(300 * Math.random());
if (((gets2 == "1") && (gin2 == "1")) && (lvlg > 0)) {
gu2_mc.gotoAndStop(2);
lvlg = lvlg - 1;
}
gets3 = Math.floor(300 * Math.random());
if (((gets3 == "1") && (gin3 == "1")) && (lvlg > 0)) {
gu3_mc.gotoAndStop(2);
lvlg = lvlg - 1;
}
gets4 = Math.floor(300 * Math.random());
if (((gets4 == "1") && (gin4 == "1")) && (lvlg > 0)) {
gu4_mc.gotoAndStop(2);
lvlg = lvlg - 1;
}
gets5 = Math.floor(300 * Math.random());
if (((gets5 == "1") && (gin5 == "1")) && (lvlg > 0)) {
gu5_mc.gotoAndStop(2);
lvlg = lvlg - 1;
}
gets6 = Math.floor(300 * Math.random());
if (((gets6 == "1") && (gin6 == "1")) && (lvlg > 0)) {
gu6_mc.gotoAndStop(2);
lvlg = lvlg - 1;
}
}
};
Symbol 18 MovieClip Frame 1 (8 B)
stop();
Symbol 18 MovieClip Frame 2 (8 B)
stop();
Symbol 23 MovieClip Frame 1 (609 B)
stop();
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onPress = function () {
gotoAndStop (3);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
this.onRelease = function () {
gotoAndStop (1);
_root.gotoAndStop(2);
};
this.onEnterFrame = function () {
an = an + 10;
ana = Math.sin((Math.PI/180) * an) * 100;
if (an >= 360) {
an = an - 360;
}
arr_mc._yscale = ana;
arr_mc._alpha = Math.abs(ana / 2) + 50;
if (ana > 0) {
arr_mc.gotoAndStop(1);
} else {
arr_mc.gotoAndStop(2);
}
};
Symbol 23 MovieClip Frame 2 (609 B)
stop();
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onPress = function () {
gotoAndStop (3);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
this.onRelease = function () {
gotoAndStop (1);
_root.gotoAndStop(2);
};
this.onEnterFrame = function () {
an = an + 20;
ana = Math.sin((Math.PI/180) * an) * 100;
if (an >= 360) {
an = an - 360;
}
arr_mc._yscale = ana;
arr_mc._alpha = Math.abs(ana / 2) + 50;
if (ana > 0) {
arr_mc.gotoAndStop(1);
} else {
arr_mc.gotoAndStop(2);
}
};
Symbol 23 MovieClip Frame 3 (560 B)
stop();
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onPress = function () {
gotoAndStop (3);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
this.onRelease = function () {
gotoAndStop (1);
_root.gotoAndStop(2);
};
this.onEnterFrame = function () {
an = 90;
ana = Math.sin((Math.PI/180) * an) * 100;
arr_mc._yscale = ana;
arr_mc._alpha = Math.abs(ana / 2) + 50;
if (ana > 0) {
arr_mc.gotoAndStop(1);
} else {
arr_mc.gotoAndStop(2);
}
};
Symbol 80 MovieClip Frame 1 (202 B)
stop();
this.onPress = function () {
gotoAndStop (2);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
this.onRelease = function () {
gotoAndStop (1);
_root.gotoAndStop(3);
};
Symbol 83 MovieClip Frame 1 (202 B)
stop();
this.onPress = function () {
gotoAndStop (2);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
this.onRelease = function () {
gotoAndStop (1);
_root.gotoAndStop(4);
};
Symbol 86 MovieClip Frame 1 (202 B)
stop();
this.onPress = function () {
gotoAndStop (2);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
this.onRelease = function () {
gotoAndStop (1);
_root.gotoAndStop(5);
};
Symbol 94 MovieClip Frame 1 (8 B)
stop();
Symbol 94 MovieClip Frame 2 (8 B)
stop();
Symbol 101 MovieClip Frame 1 (8 B)
stop();
Symbol 101 MovieClip Frame 2 (8 B)
stop();
Symbol 108 MovieClip Frame 1 (264 B)
stop();
this.onEnterFrame = function () {
rb_mc.onPress = function () {
rb_mc.gotoAndStop(2);
};
rb_mc.onReleaseOutside = function () {
rb_mc.gotoAndStop(1);
};
rb_mc.onRelease = function () {
rb_mc.gotoAndStop(1);
gotoAndStop (2);
};
};
Symbol 108 MovieClip Frame 2 (481 B)
stop();
this.onEnterFrame = function () {
lb_mc.onPress = function () {
lb_mc.gotoAndStop(2);
};
lb_mc.onReleaseOutside = function () {
lb_mc.gotoAndStop(1);
};
lb_mc.onRelease = function () {
lb_mc.gotoAndStop(1);
gotoAndStop (1);
};
rb_mc.onPress = function () {
rb_mc.gotoAndStop(2);
};
rb_mc.onReleaseOutside = function () {
rb_mc.gotoAndStop(1);
};
rb_mc.onRelease = function () {
rb_mc.gotoAndStop(1);
gotoAndStop (3);
};
};
Symbol 108 MovieClip Frame 3 (481 B)
stop();
this.onEnterFrame = function () {
lb_mc.onPress = function () {
lb_mc.gotoAndStop(2);
};
lb_mc.onReleaseOutside = function () {
lb_mc.gotoAndStop(1);
};
lb_mc.onRelease = function () {
lb_mc.gotoAndStop(1);
gotoAndStop (2);
};
rb_mc.onPress = function () {
rb_mc.gotoAndStop(2);
};
rb_mc.onReleaseOutside = function () {
rb_mc.gotoAndStop(1);
};
rb_mc.onRelease = function () {
rb_mc.gotoAndStop(1);
gotoAndStop (4);
};
};
Symbol 108 MovieClip Frame 4 (264 B)
stop();
this.onEnterFrame = function () {
lb_mc.onPress = function () {
lb_mc.gotoAndStop(2);
};
lb_mc.onReleaseOutside = function () {
lb_mc.gotoAndStop(1);
};
lb_mc.onRelease = function () {
lb_mc.gotoAndStop(1);
gotoAndStop (3);
};
};
Symbol 121 MovieClip Frame 1 (8 B)
stop();
Symbol 121 MovieClip Frame 2 (8 B)
stop();
Symbol 124 MovieClip Frame 1 (8 B)
stop();
Symbol 124 MovieClip Frame 2 (8 B)
stop();
Symbol 127 MovieClip Frame 1 (8 B)
stop();
Symbol 127 MovieClip Frame 2 (8 B)
stop();
Symbol 131 MovieClip Frame 1 (8 B)
stop();
Symbol 131 MovieClip Frame 2 (8 B)
stop();
Symbol 134 MovieClip Frame 1 (8 B)
stop();
Symbol 134 MovieClip Frame 2 (8 B)
stop();
Symbol 137 MovieClip Frame 1 (8 B)
stop();
Symbol 137 MovieClip Frame 2 (8 B)
stop();
Symbol 142 MovieClip Frame 1 (65 B)
if (_root.ch == "4") {
gotoAndStop (2);
} else {
stop();
}
Symbol 162 MovieClip Frame 1 (276 B)
switch (_root.ch) {
case "1" :
gotoAndStop (1);
break;
case "2" :
gotoAndStop (2);
break;
case "3" :
gotoAndStop (3);
break;
case "4" :
gotoAndStop (4);
break;
case "5" :
gotoAndStop (5);
break;
default :
gotoAndStop (1);
}
Symbol 164 MovieClip Frame 1 (65 B)
if (_root.ch == "4") {
gotoAndStop (2);
} else {
stop();
}
Symbol 186 MovieClip Frame 1 (276 B)
switch (_root.ch) {
case "1" :
gotoAndStop (1);
break;
case "2" :
gotoAndStop (2);
break;
case "3" :
gotoAndStop (3);
break;
case "4" :
gotoAndStop (4);
break;
case "5" :
gotoAndStop (5);
break;
default :
gotoAndStop (1);
}
Symbol 193 MovieClip Frame 1 (276 B)
switch (_root.ch) {
case "1" :
gotoAndStop (1);
break;
case "2" :
gotoAndStop (2);
break;
case "3" :
gotoAndStop (3);
break;
case "4" :
gotoAndStop (4);
break;
case "5" :
gotoAndStop (5);
break;
default :
gotoAndStop (1);
}
Symbol 195 MovieClip Frame 1 (276 B)
switch (_root.ch) {
case "1" :
gotoAndStop (1);
break;
case "2" :
gotoAndStop (2);
break;
case "3" :
gotoAndStop (3);
break;
case "4" :
gotoAndStop (4);
break;
case "5" :
gotoAndStop (5);
break;
default :
gotoAndStop (1);
}
Symbol 197 MovieClip Frame 1 (749 B)
if (_root.gstop1_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (3);
_root.pos = "g1";
} else if (_root.gstop2_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (3);
_root.pos = "g2";
} else if (_root.gstop3_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (3);
_root.pos = "g3";
} else if (_root.gstop11_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (4);
_root.pos = "i1";
} else if (_root.gstop12_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (4);
_root.pos = "i2";
} else if (_root.gstop13_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (4);
_root.pos = "i3";
} else {
gotoAndStop (1);
_root.pos = "00";
}
Symbol 201 MovieClip Frame 1 (409 B)
if (_root.ico2 == "1") {
gotoAndStop (1);
} else if (_root.ico2 == "2") {
gotoAndStop (2);
} else if (_root.ico2 == "3") {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_root.ico2 == "1") {
gotoAndStop (1);
} else if (_root.ico2 == "2") {
gotoAndStop (2);
} else if (_root.ico2 == "3") {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
};
Symbol 202 MovieClip Frame 1 (409 B)
if (_root.ico3 == "1") {
gotoAndStop (1);
} else if (_root.ico3 == "2") {
gotoAndStop (2);
} else if (_root.ico3 == "3") {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_root.ico3 == "1") {
gotoAndStop (1);
} else if (_root.ico3 == "2") {
gotoAndStop (2);
} else if (_root.ico3 == "3") {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
};
Symbol 204 MovieClip Frame 1 (409 B)
if (_root.ico1 == "1") {
gotoAndStop (1);
} else if (_root.ico1 == "2") {
gotoAndStop (2);
} else if (_root.ico1 == "3") {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_root.ico1 == "1") {
gotoAndStop (1);
} else if (_root.ico1 == "2") {
gotoAndStop (2);
} else if (_root.ico1 == "3") {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
};
Symbol 206 MovieClip Frame 1 (29 B)
stop();
_root.iconum = "1";
Symbol 206 MovieClip Frame 5 (29 B)
stop();
_root.iconum = "2";
Symbol 206 MovieClip Frame 9 (29 B)
stop();
_root.iconum = "3";
Symbol 206 MovieClip Frame 13 (17 B)
gotoAndStop (1);
Symbol 230 MovieClip Frame 1 (65 B)
if (_root.ch == "4") {
gotoAndStop (2);
} else {
stop();
}
Symbol 237 MovieClip Frame 1 (276 B)
switch (_root.ch) {
case "1" :
gotoAndStop (1);
break;
case "2" :
gotoAndStop (2);
break;
case "3" :
gotoAndStop (3);
break;
case "4" :
gotoAndStop (4);
break;
case "5" :
gotoAndStop (5);
break;
default :
gotoAndStop (1);
}
Symbol 253 MovieClip Frame 1 (276 B)
switch (_root.ch) {
case "1" :
gotoAndStop (1);
break;
case "2" :
gotoAndStop (2);
break;
case "3" :
gotoAndStop (3);
break;
case "4" :
gotoAndStop (4);
break;
case "5" :
gotoAndStop (5);
break;
default :
gotoAndStop (1);
}
Symbol 255 MovieClip Frame 1 (276 B)
switch (_root.ch) {
case "1" :
gotoAndStop (1);
break;
case "2" :
gotoAndStop (2);
break;
case "3" :
gotoAndStop (3);
break;
case "4" :
gotoAndStop (4);
break;
case "5" :
gotoAndStop (5);
break;
default :
gotoAndStop (1);
}
Symbol 267 MovieClip Frame 1 (65 B)
if (_root.ch == "4") {
gotoAndStop (2);
} else {
stop();
}
Symbol 274 MovieClip Frame 1 (276 B)
switch (_root.ch) {
case "1" :
gotoAndStop (1);
break;
case "2" :
gotoAndStop (2);
break;
case "3" :
gotoAndStop (3);
break;
case "4" :
gotoAndStop (4);
break;
case "5" :
gotoAndStop (5);
break;
default :
gotoAndStop (1);
}
Symbol 285 MovieClip Frame 1 (679 B)
stop();
this.onEnterFrame = function () {
if (_root.gstop1_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "g1";
} else if (_root.gstop2_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "g2";
} else if (_root.gstop3_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "g3";
} else if (_root.gstop11_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "i1";
} else if (_root.gstop12_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "i2";
} else if (_root.gstop13_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "i3";
} else {
_root.pos = "00";
}
};
Symbol 324 MovieClip Frame 1 (375 B)
this.onEnterFrame = function () {
if (_root.ch == "1") {
gotoAndStop (1);
} else if (_root.ch == "2") {
gotoAndStop (2);
} else if (_root.ch == "3") {
gotoAndStop (3);
} else if (_root.ch == "4") {
gotoAndStop (4);
} else if (_root.ch == "5") {
gotoAndStop (5);
}
};
stop();
_root.life = 6;
_root.time = 5;
_root.juce = 10;
_root.speed = 6;
Symbol 324 MovieClip Frame 2 (77 B)
stop();
_root.life = 6;
_root.time = 7;
_root.juce = 7;
_root.speed = 5;
Symbol 324 MovieClip Frame 3 (78 B)
stop();
_root.life = 6;
_root.time = 3;
_root.juce = 15;
_root.speed = 8;
Symbol 324 MovieClip Frame 4 (78 B)
stop();
_root.life = 2;
_root.time = 15;
_root.juce = 0;
_root.speed = 4;
Symbol 324 MovieClip Frame 5 (78 B)
stop();
_root.life = 15;
_root.time = 0;
_root.juce = 5;
_root.speed = 7;
Symbol 330 MovieClip Frame 1 (210 B)
stop();
this.onPress = function () {
_root.ch = "5";
_root.so_mc.gotoAndStop(2);
_root.sw_mc.gotoAndStop(1);
_root.sp_mc.gotoAndStop(1);
_root.sk_mc.gotoAndStop(1);
_root.sa_mc.gotoAndStop(1);
};
Symbol 330 MovieClip Frame 2 (8 B)
stop();
Symbol 335 MovieClip Frame 1 (210 B)
stop();
this.onPress = function () {
_root.ch = "2";
_root.so_mc.gotoAndStop(1);
_root.sw_mc.gotoAndStop(2);
_root.sp_mc.gotoAndStop(1);
_root.sk_mc.gotoAndStop(1);
_root.sa_mc.gotoAndStop(1);
};
Symbol 335 MovieClip Frame 2 (8 B)
stop();
Symbol 340 MovieClip Frame 1 (210 B)
stop();
this.onPress = function () {
_root.ch = "1";
_root.so_mc.gotoAndStop(1);
_root.sw_mc.gotoAndStop(1);
_root.sp_mc.gotoAndStop(2);
_root.sk_mc.gotoAndStop(1);
_root.sa_mc.gotoAndStop(1);
};
Symbol 340 MovieClip Frame 2 (8 B)
stop();
Symbol 345 MovieClip Frame 1 (210 B)
stop();
this.onPress = function () {
_root.ch = "3";
_root.so_mc.gotoAndStop(1);
_root.sw_mc.gotoAndStop(1);
_root.sp_mc.gotoAndStop(1);
_root.sk_mc.gotoAndStop(2);
_root.sa_mc.gotoAndStop(1);
};
Symbol 345 MovieClip Frame 2 (8 B)
stop();
Symbol 350 MovieClip Frame 1 (210 B)
stop();
this.onPress = function () {
_root.ch = "4";
_root.so_mc.gotoAndStop(1);
_root.sw_mc.gotoAndStop(1);
_root.sp_mc.gotoAndStop(1);
_root.sk_mc.gotoAndStop(1);
_root.sa_mc.gotoAndStop(2);
};
Symbol 350 MovieClip Frame 2 (8 B)
stop();
Symbol 354 MovieClip Frame 1 (202 B)
stop();
this.onPress = function () {
gotoAndStop (2);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
this.onRelease = function () {
gotoAndStop (1);
_root.gotoAndStop(6);
};
Symbol 366 MovieClip Frame 1 (1.65 KiB) ●
if (_root.gstop1_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (2);
_root.pos = "g1";
} else if (_root.gstop2_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (2);
_root.pos = "g2";
} else if (_root.gstop3_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (2);
_root.pos = "g3";
} else if (_root.gstop4_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (3);
_root.pos = "g4";
} else if (_root.gstop5_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (3);
_root.pos = "g5";
} else if (_root.gstop6_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (3);
_root.pos = "g6";
} else if (_root.gstop11_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (4);
_root.pos = "i1";
} else if (_root.gstop12_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (4);
_root.pos = "i2";
} else if (_root.gstop13_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (4);
_root.pos = "i3";
} else if (_root.gstop14_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (4);
_root.pos = "i4";
} else if (_root.gstop15_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (5);
_root.pos = "i5";
} else if (_root.gstop16_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (5);
_root.pos = "i6";
} else if (_root.gstop17_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (5);
_root.pos = "i7";
} else if (_root.gstop18_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
gotoAndStop (5);
_root.pos = "i8";
} else {
gotoAndStop (1);
_root.pos = "00";
}
Symbol 375 MovieClip Frame 1 (199 B)
if (_root.juce <= 0) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_root.juce <= 0) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 378 MovieClip Frame 1 (199 B)
if (_root.time <= 0) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_root.time <= 0) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 380 MovieClip Frame 1 (939 B)
if (_root.ico2 == "1") {
gotoAndStop (1);
} else if (_root.ico2 == "2") {
gotoAndStop (2);
} else if (_root.ico2 == "3") {
gotoAndStop (3);
} else if (_root.ico2 == "4") {
gotoAndStop (4);
} else if (_root.ico2 == "5") {
gotoAndStop (5);
} else if (_root.ico2 == "6") {
gotoAndStop (6);
} else if (_root.ico2 == "7") {
gotoAndStop (7);
} else if (_root.ico2 == "8") {
gotoAndStop (8);
} else {
gotoAndStop (9);
}
this.onEnterFrame = function () {
if (_root.ico2 == "1") {
gotoAndStop (1);
} else if (_root.ico2 == "2") {
gotoAndStop (2);
} else if (_root.ico2 == "3") {
gotoAndStop (3);
} else if (_root.ico2 == "4") {
gotoAndStop (4);
} else if (_root.ico2 == "5") {
gotoAndStop (5);
} else if (_root.ico2 == "6") {
gotoAndStop (6);
} else if (_root.ico2 == "7") {
gotoAndStop (7);
} else if (_root.ico2 == "8") {
gotoAndStop (8);
} else {
gotoAndStop (9);
}
};
Symbol 387 MovieClip Frame 1 (939 B)
if (_root.ico3 == "1") {
gotoAndStop (1);
} else if (_root.ico3 == "2") {
gotoAndStop (2);
} else if (_root.ico3 == "3") {
gotoAndStop (3);
} else if (_root.ico3 == "4") {
gotoAndStop (4);
} else if (_root.ico3 == "5") {
gotoAndStop (5);
} else if (_root.ico3 == "6") {
gotoAndStop (6);
} else if (_root.ico3 == "7") {
gotoAndStop (7);
} else if (_root.ico3 == "8") {
gotoAndStop (8);
} else {
gotoAndStop (9);
}
this.onEnterFrame = function () {
if (_root.ico3 == "1") {
gotoAndStop (1);
} else if (_root.ico3 == "2") {
gotoAndStop (2);
} else if (_root.ico3 == "3") {
gotoAndStop (3);
} else if (_root.ico3 == "4") {
gotoAndStop (4);
} else if (_root.ico3 == "5") {
gotoAndStop (5);
} else if (_root.ico3 == "6") {
gotoAndStop (6);
} else if (_root.ico3 == "7") {
gotoAndStop (7);
} else if (_root.ico3 == "8") {
gotoAndStop (8);
} else {
gotoAndStop (9);
}
};
Symbol 394 MovieClip Frame 1 (939 B)
if (_root.ico1 == "1") {
gotoAndStop (1);
} else if (_root.ico1 == "2") {
gotoAndStop (2);
} else if (_root.ico1 == "3") {
gotoAndStop (3);
} else if (_root.ico1 == "4") {
gotoAndStop (4);
} else if (_root.ico1 == "5") {
gotoAndStop (5);
} else if (_root.ico1 == "6") {
gotoAndStop (6);
} else if (_root.ico1 == "7") {
gotoAndStop (7);
} else if (_root.ico1 == "8") {
gotoAndStop (8);
} else {
gotoAndStop (9);
}
this.onEnterFrame = function () {
if (_root.ico1 == "1") {
gotoAndStop (1);
} else if (_root.ico1 == "2") {
gotoAndStop (2);
} else if (_root.ico1 == "3") {
gotoAndStop (3);
} else if (_root.ico1 == "4") {
gotoAndStop (4);
} else if (_root.ico1 == "5") {
gotoAndStop (5);
} else if (_root.ico1 == "6") {
gotoAndStop (6);
} else if (_root.ico1 == "7") {
gotoAndStop (7);
} else if (_root.ico1 == "8") {
gotoAndStop (8);
} else {
gotoAndStop (9);
}
};
Symbol 395 MovieClip Frame 1 (29 B)
stop();
_root.iconum = "1";
Symbol 395 MovieClip Frame 5 (29 B)
stop();
_root.iconum = "2";
Symbol 395 MovieClip Frame 9 (29 B)
stop();
_root.iconum = "3";
Symbol 395 MovieClip Frame 13 (17 B)
gotoAndStop (1);
Symbol 396 MovieClip Frame 1 (1.45 KiB) ●
stop();
this.onEnterFrame = function () {
if (_root.gstop1_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "g1";
} else if (_root.gstop2_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "g2";
} else if (_root.gstop3_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "g3";
} else if (_root.gstop4_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "g4";
} else if (_root.gstop5_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "g5";
} else if (_root.gstop6_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "g6";
} else if (_root.gstop11_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "i1";
} else if (_root.gstop12_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "i2";
} else if (_root.gstop13_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "i3";
} else if (_root.gstop14_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "i4";
} else if (_root.gstop15_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "i5";
} else if (_root.gstop16_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "i6";
} else if (_root.gstop17_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "i7";
} else if (_root.gstop18_mc.hitTest(_root.pany_mc._x, _root.pany_mc._y, 1)) {
_root.pos = "i8";
} else {
_root.pos = "00";
}
};
Symbol 412 MovieClip Frame 1 (944 B)
this.onEnterFrame = function () {
if (_root.life == "15") {
gotoAndStop (15);
} else if (_root.life == "14") {
gotoAndStop (14);
} else if (_root.life == "13") {
gotoAndStop (13);
} else if (_root.life == "12") {
gotoAndStop (12);
} else if (_root.life == "11") {
gotoAndStop (11);
} else if (_root.life == "10") {
gotoAndStop (10);
} else if (_root.life == "9") {
gotoAndStop (9);
} else if (_root.life == "8") {
gotoAndStop (8);
} else if (_root.life == "7") {
gotoAndStop (7);
} else if (_root.life == "6") {
gotoAndStop (6);
} else if (_root.life == "5") {
gotoAndStop (5);
} else if (_root.life == "4") {
gotoAndStop (4);
} else if (_root.life == "3") {
gotoAndStop (3);
} else if (_root.life == "2") {
gotoAndStop (2);
} else if (_root.life == "1") {
gotoAndStop (1);
} else if (_root.life == "0") {
gotoAndStop (16);
} else {
gotoAndStop (16);
}
};
Symbol 413 MovieClip Frame 1 (944 B)
this.onEnterFrame = function () {
if (_root.time == "15") {
gotoAndStop (15);
} else if (_root.time == "14") {
gotoAndStop (14);
} else if (_root.time == "13") {
gotoAndStop (13);
} else if (_root.time == "12") {
gotoAndStop (12);
} else if (_root.time == "11") {
gotoAndStop (11);
} else if (_root.time == "10") {
gotoAndStop (10);
} else if (_root.time == "9") {
gotoAndStop (9);
} else if (_root.time == "8") {
gotoAndStop (8);
} else if (_root.time == "7") {
gotoAndStop (7);
} else if (_root.time == "6") {
gotoAndStop (6);
} else if (_root.time == "5") {
gotoAndStop (5);
} else if (_root.time == "4") {
gotoAndStop (4);
} else if (_root.time == "3") {
gotoAndStop (3);
} else if (_root.time == "2") {
gotoAndStop (2);
} else if (_root.time == "1") {
gotoAndStop (1);
} else if (_root.time == "0") {
gotoAndStop (16);
} else {
gotoAndStop (16);
}
};
Symbol 429 MovieClip Frame 1 (944 B)
this.onEnterFrame = function () {
if (_root.juce == "15") {
gotoAndStop (15);
} else if (_root.juce == "14") {
gotoAndStop (14);
} else if (_root.juce == "13") {
gotoAndStop (13);
} else if (_root.juce == "12") {
gotoAndStop (12);
} else if (_root.juce == "11") {
gotoAndStop (11);
} else if (_root.juce == "10") {
gotoAndStop (10);
} else if (_root.juce == "9") {
gotoAndStop (9);
} else if (_root.juce == "8") {
gotoAndStop (8);
} else if (_root.juce == "7") {
gotoAndStop (7);
} else if (_root.juce == "6") {
gotoAndStop (6);
} else if (_root.juce == "5") {
gotoAndStop (5);
} else if (_root.juce == "4") {
gotoAndStop (4);
} else if (_root.juce == "3") {
gotoAndStop (3);
} else if (_root.juce == "2") {
gotoAndStop (2);
} else if (_root.juce == "1") {
gotoAndStop (1);
} else if (_root.juce == "0") {
gotoAndStop (16);
} else {
gotoAndStop (16);
}
};
Symbol 435 MovieClip Frame 1 (289 B)
if (_root.chair == "1") {
gotoAndStop (1);
} else if (_root.chair == "2") {
gotoAndStop (2);
} else if (_root.chair == "3") {
gotoAndStop (3);
} else if (_root.chair == "4") {
gotoAndStop (4);
} else if (_root.chair == "5") {
gotoAndStop (5);
} else {
gotoAndStop (1);
}
Symbol 444 MovieClip Frame 1 (346 B)
sh = 1 + Math.floor(6.9 * Math.random());
if (sh == "1") {
gotoAndStop (1);
} else if (sh == "2") {
gotoAndStop (2);
} else if (sh == "3") {
gotoAndStop (3);
} else if (sh == "4") {
gotoAndStop (4);
} else if (sh == "5") {
gotoAndStop (5);
} else if (sh == "6") {
gotoAndStop (6);
} else if (sh == "7") {
gotoAndStop (7);
}
Symbol 452 MovieClip Frame 1 (346 B)
dr = 1 + Math.floor(6.9 * Math.random());
if (dr == "1") {
gotoAndStop (1);
} else if (dr == "2") {
gotoAndStop (2);
} else if (dr == "3") {
gotoAndStop (3);
} else if (dr == "4") {
gotoAndStop (4);
} else if (dr == "5") {
gotoAndStop (5);
} else if (dr == "6") {
gotoAndStop (6);
} else if (dr == "7") {
gotoAndStop (7);
}
Symbol 455 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 458 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 461 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 464 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 467 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 470 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 471 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 474 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 477 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 480 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 483 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 486 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 489 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 490 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 493 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 496 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 499 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 502 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 505 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 508 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 509 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 512 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 515 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 518 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 521 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 524 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 527 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 528 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 531 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 534 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 537 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 540 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 543 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 546 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 547 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 550 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 553 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 556 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 559 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 562 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 565 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 566 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 569 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 572 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 575 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 578 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 581 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 584 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 585 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 588 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 591 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 594 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 597 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 600 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 603 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 604 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 607 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 610 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 613 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 616 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 619 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 622 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 623 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 626 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 629 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 632 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 635 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 638 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 641 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 642 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 645 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 648 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 651 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 654 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 657 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 660 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 661 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 664 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 667 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 670 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 673 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 676 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 679 MovieClip Frame 1 (231 B)
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent._parent.cot == "1") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 680 MovieClip Frame 1 (835 B)
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent._parent.col == "1") {
gotoAndStop (1);
} else if (_parent._parent.col == "2") {
gotoAndStop (2);
} else if (_parent._parent.col == "3") {
gotoAndStop (3);
} else if (_parent._parent.col == "4") {
gotoAndStop (4);
} else if (_parent._parent.col == "5") {
gotoAndStop (5);
} else if (_parent._parent.col == "6") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
};
Symbol 681 MovieClip Frame 1 (1.51 KiB) ●
if (_parent.hl == "1") {
if (_parent.hp == "1") {
if (_parent.hs == "1") {
gotoAndStop (10);
} else {
gotoAndStop (4);
}
} else if (_parent.hs == "1") {
gotoAndStop (7);
} else {
gotoAndStop (1);
}
} else if (_parent.hl == "2") {
if (_parent.hp == "1") {
if (_parent.hs == "1") {
gotoAndStop (11);
} else {
gotoAndStop (5);
}
} else if (_parent.hs == "1") {
gotoAndStop (8);
} else {
gotoAndStop (2);
}
} else if (_parent.hl == "3") {
if (_parent.hp == "1") {
if (_parent.hs == "1") {
gotoAndStop (12);
} else {
gotoAndStop (6);
}
} else if (_parent.hs == "1") {
gotoAndStop (9);
} else {
gotoAndStop (3);
}
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent.hl == "1") {
if (_parent.hp == "1") {
if (_parent.hs == "1") {
gotoAndStop (10);
} else {
gotoAndStop (4);
}
} else if (_parent.hs == "1") {
gotoAndStop (7);
} else {
gotoAndStop (1);
}
} else if (_parent.hl == "2") {
if (_parent.hp == "1") {
if (_parent.hs == "1") {
gotoAndStop (11);
} else {
gotoAndStop (5);
}
} else if (_parent.hs == "1") {
gotoAndStop (8);
} else {
gotoAndStop (2);
}
} else if (_parent.hl == "3") {
if (_parent.hp == "1") {
if (_parent.hs == "1") {
gotoAndStop (12);
} else {
gotoAndStop (6);
}
} else if (_parent.hs == "1") {
gotoAndStop (9);
} else {
gotoAndStop (3);
}
} else {
gotoAndStop (1);
}
};
Symbol 685 MovieClip Frame 1 (152 B)
this.onEnterFrame = function () {
if (_parent._parent._parent.grp_mc._yscale <= 2000) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 692 MovieClip Frame 1 (152 B)
this.onEnterFrame = function () {
if (_parent._parent._parent.grp_mc._yscale <= 2000) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 699 MovieClip Frame 1 (152 B)
this.onEnterFrame = function () {
if (_parent._parent._parent.grp_mc._yscale <= 2000) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 706 MovieClip Frame 1 (152 B)
this.onEnterFrame = function () {
if (_parent._parent._parent.grp_mc._yscale <= 2000) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 708 MovieClip Frame 1 (229 B)
face1 = 1 + Math.floor(3.9 * Math.random());
if (face1 == "1") {
gotoAndStop (1);
} else if (face1 == "2") {
gotoAndStop (2);
} else if (face1 == "3") {
gotoAndStop (3);
} else if (face1 == "4") {
gotoAndStop (4);
}
Symbol 739 MovieClip Frame 1 (8 B)
stop();
Symbol 739 MovieClip Frame 9 (14 B)
icoend = "1";
Symbol 739 MovieClip Frame 10 (8 B)
stop();
Symbol 739 MovieClip Frame 18 (14 B)
icoend = "1";
Symbol 739 MovieClip Frame 19 (8 B)
stop();
Symbol 739 MovieClip Frame 27 (14 B)
icoend = "1";
Symbol 739 MovieClip Frame 28 (8 B)
stop();
Symbol 739 MovieClip Frame 36 (14 B)
icoend = "1";
Symbol 739 MovieClip Frame 37 (8 B)
stop();
Symbol 739 MovieClip Frame 45 (14 B)
icoend = "1";
Symbol 739 MovieClip Frame 46 (8 B)
stop();
Symbol 739 MovieClip Frame 54 (14 B)
icoend = "1";
Symbol 739 MovieClip Frame 55 (8 B)
stop();
Symbol 749 MovieClip Frame 1 (342 B)
st = "0";
this.onEnterFrame = function () {
if ((st == "0") && (_parent.grp_mc._yscale > 2500)) {
gotoAndStop (1);
} else if ((st == "0") && (_parent.grp_mc._yscale <= 2500)) {
st = "1";
gotoAndStop (2);
} else if ((st == "1") && (_parent.grp_mc._yscale > 2500)) {
gotoAndStop (1);
}
};
Symbol 760 MovieClip Frame 1 (116 B)
this.onEnterFrame = function () {
if (_root.timestop == "0") {
play();
} else {
gotoAndStop (12);
}
};
Symbol 760 MovieClip Frame 11 (17 B)
gotoAndPlay (1);
Symbol 764 MovieClip Frame 1 (8 B)
stop();
Symbol 764 MovieClip Frame 17 (72 B)
_root.life = _root.life - 1;
gotoAndStop (1);
_parent.gotoAndStop(1);
Symbol 768 MovieClip Frame 1 (8 B)
stop();
Symbol 768 MovieClip Frame 17 (104 B)
_root.lvlgt = _root.lvlgt - 1;
_root.lvlg = _root.lvlg - 1;
gotoAndStop (1);
_parent.gotoAndStop(1);
Symbol 769 MovieClip Frame 1 (92 B)
stop();
_root.gin1 = "1";
li = "1";
this.onEnterFrame = function () {
};
icon1 = "88";
Symbol 769 MovieClip Frame 2 (3.05 KiB) ●
stop();
_root.gin1 = "0";
col_ran = 1 + Math.floor(5.9 * Math.random());
col = col_ran;
cot_ran = Math.floor(1.9 * Math.random());
cot = cot_ran;
hl_ran = 1 + Math.floor(2.9 * Math.random());
hl = hl_ran;
hl2 = hl;
hl3 = hl;
hp_ran = Math.floor(1.9 * Math.random());
hp = hp_ran;
if (hl == 3) {
hs = 0;
} else {
hs_ran = Math.floor(1.9 * Math.random());
hs = hs_ran;
}
if (hl < 3) {
itc = "0";
} else {
itc = "1";
}
if (hp < 1) {
itp = "0";
} else {
itp = "2";
}
if (hp > 0) {
itt = "0";
} else {
itt = "3";
}
if (hc < 1) {
itr = "0";
} else {
itr = "4";
}
if (hs < 1) {
its = "0";
} else {
its = "5";
}
if (cot < 1) {
ito = "0";
} else {
ito = "6";
}
icon1 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon1 == itc) || (icon1 == itp)) || (icon1 == itt)) || (icon1 == itr)) || (icon1 == its)) || (icon1 == ito)) {
icon1 = 1 + Math.floor(5.9 * Math.random());
}
if (icon1 == "1") {
ico1_mc.gotoAndStop(1);
hl2 = hl + 1;
} else if (icon1 == "2") {
ico1_mc.gotoAndStop(10);
hp2 = "1";
itp = "2";
} else if (icon1 == "3") {
ico1_mc.gotoAndStop(19);
hp2 = "0";
itt = "3";
} else if (icon1 == "4") {
ico1_mc.gotoAndStop(28);
hc2 = "1";
itr = "4";
} else if (icon1 == "5") {
ico1_mc.gotoAndStop(37);
hs2 = "1";
its = "5";
} else if (icon1 == "6") {
ico1_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl2 < 3) {
itc = "0";
} else {
itc = "1";
}
icon2 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon2 == itc) || (icon2 == itp)) || (icon2 == itt)) || (icon2 == itr)) || (icon2 == its)) || (icon2 == ito)) {
icon2 = 1 + Math.floor(5.9 * Math.random());
}
if (icon2 == "1") {
ico2_mc.gotoAndStop(1);
hl3 = hl2 + 1;
} else if (icon2 == "2") {
ico2_mc.gotoAndStop(10);
hp3 = "1";
itp = "2";
} else if (icon2 == "3") {
ico2_mc.gotoAndStop(19);
hp3 = "0";
itt = "3";
} else if (icon2 == "4") {
ico2_mc.gotoAndStop(28);
hc3 = "1";
itr = "4";
} else if (icon2 == "5") {
ico2_mc.gotoAndStop(37);
hs3 = "1";
its = "5";
} else if (icon2 == "6") {
ico2_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl3 < 3) {
itc = "0";
} else {
itc = "1";
}
icon3 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon3 == itc) || (icon3 == itp)) || (icon3 == itt)) || (icon3 == itr)) || (icon3 == its)) || (icon3 == ito)) {
icon3 = 1 + Math.floor(5.9 * Math.random());
}
if (icon3 == "1") {
ico3_mc.gotoAndStop(1);
} else if (icon3 == "2") {
ico3_mc.gotoAndStop(10);
} else if (icon3 == "3") {
ico3_mc.gotoAndStop(19);
} else if (icon3 == "4") {
ico3_mc.gotoAndStop(28);
} else if (icon3 == "5") {
ico3_mc.gotoAndStop(37);
} else if (icon3 == "6") {
ico3_mc.gotoAndStop(46);
}
grp_mc._yscale = 5000;
this.onEnterFrame = function () {
if ((_root.timestop == "0") && (gu1_mc.icon1 != "0")) {
grp_mc._yscale = grp_mc._yscale - _root.gugv;
}
if ((grp_mc._yscale <= 0) && (li == "1")) {
li = "0";
x_mc.play();
_root.lvlg = _root.lvlg + 1;
}
grpl_mc._y = 50 - (grp_mc._yscale / 100);
};
Symbol 771 MovieClip Frame 1 (92 B)
stop();
_root.gin2 = "1";
li = "1";
this.onEnterFrame = function () {
};
icon1 = "88";
Symbol 771 MovieClip Frame 2 (3.05 KiB) ●
stop();
_root.gin2 = "0";
col_ran = 1 + Math.floor(5.9 * Math.random());
col = col_ran;
cot_ran = Math.floor(1.9 * Math.random());
cot = cot_ran;
hl_ran = 1 + Math.floor(2.9 * Math.random());
hl = hl_ran;
hl2 = hl;
hl3 = hl;
hp_ran = Math.floor(1.9 * Math.random());
hp = hp_ran;
if (hl == 3) {
hs = 0;
} else {
hs_ran = Math.floor(1.9 * Math.random());
hs = hs_ran;
}
if (hl < 3) {
itc = "0";
} else {
itc = "1";
}
if (hp < 1) {
itp = "0";
} else {
itp = "2";
}
if (hp > 0) {
itt = "0";
} else {
itt = "3";
}
if (hc < 1) {
itr = "0";
} else {
itr = "4";
}
if (hs < 1) {
its = "0";
} else {
its = "5";
}
if (cot < 1) {
ito = "0";
} else {
ito = "6";
}
icon1 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon1 == itc) || (icon1 == itp)) || (icon1 == itt)) || (icon1 == itr)) || (icon1 == its)) || (icon1 == ito)) {
icon1 = 1 + Math.floor(5.9 * Math.random());
}
if (icon1 == "1") {
ico1_mc.gotoAndStop(1);
hl2 = hl + 1;
} else if (icon1 == "2") {
ico1_mc.gotoAndStop(10);
hp2 = "1";
itp = "2";
} else if (icon1 == "3") {
ico1_mc.gotoAndStop(19);
hp2 = "0";
itt = "3";
} else if (icon1 == "4") {
ico1_mc.gotoAndStop(28);
hc2 = "1";
itr = "4";
} else if (icon1 == "5") {
ico1_mc.gotoAndStop(37);
hs2 = "1";
its = "5";
} else if (icon1 == "6") {
ico1_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl2 < 3) {
itc = "0";
} else {
itc = "1";
}
icon2 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon2 == itc) || (icon2 == itp)) || (icon2 == itt)) || (icon2 == itr)) || (icon2 == its)) || (icon2 == ito)) {
icon2 = 1 + Math.floor(5.9 * Math.random());
}
if (icon2 == "1") {
ico2_mc.gotoAndStop(1);
hl3 = hl2 + 1;
} else if (icon2 == "2") {
ico2_mc.gotoAndStop(10);
hp3 = "1";
itp = "2";
} else if (icon2 == "3") {
ico2_mc.gotoAndStop(19);
hp3 = "0";
itt = "3";
} else if (icon2 == "4") {
ico2_mc.gotoAndStop(28);
hc3 = "1";
itr = "4";
} else if (icon2 == "5") {
ico2_mc.gotoAndStop(37);
hs3 = "1";
its = "5";
} else if (icon2 == "6") {
ico2_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl3 < 3) {
itc = "0";
} else {
itc = "1";
}
icon3 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon3 == itc) || (icon3 == itp)) || (icon3 == itt)) || (icon3 == itr)) || (icon3 == its)) || (icon3 == ito)) {
icon3 = 1 + Math.floor(5.9 * Math.random());
}
if (icon3 == "1") {
ico3_mc.gotoAndStop(1);
} else if (icon3 == "2") {
ico3_mc.gotoAndStop(10);
} else if (icon3 == "3") {
ico3_mc.gotoAndStop(19);
} else if (icon3 == "4") {
ico3_mc.gotoAndStop(28);
} else if (icon3 == "5") {
ico3_mc.gotoAndStop(37);
} else if (icon3 == "6") {
ico3_mc.gotoAndStop(46);
}
grp_mc._yscale = 5000;
this.onEnterFrame = function () {
if ((_root.timestop == "0") && (gu2_mc.icon1 != "0")) {
grp_mc._yscale = grp_mc._yscale - _root.gugv;
}
if ((grp_mc._yscale <= 0) && (li == "1")) {
li = "0";
x_mc.play();
_root.lvlg = _root.lvlg + 1;
}
grpl_mc._y = 50 - (grp_mc._yscale / 100);
};
Symbol 773 MovieClip Frame 1 (92 B)
stop();
_root.gin3 = "1";
li = "1";
this.onEnterFrame = function () {
};
icon1 = "88";
Symbol 773 MovieClip Frame 2 (3.05 KiB) ●
stop();
_root.gin3 = "0";
col_ran = 1 + Math.floor(5.9 * Math.random());
col = col_ran;
cot_ran = Math.floor(1.9 * Math.random());
cot = cot_ran;
hl_ran = 1 + Math.floor(2.9 * Math.random());
hl = hl_ran;
hl2 = hl;
hl3 = hl;
hp_ran = Math.floor(1.9 * Math.random());
hp = hp_ran;
if (hl == 3) {
hs = 0;
} else {
hs_ran = Math.floor(1.9 * Math.random());
hs = hs_ran;
}
if (hl < 3) {
itc = "0";
} else {
itc = "1";
}
if (hp < 1) {
itp = "0";
} else {
itp = "2";
}
if (hp > 0) {
itt = "0";
} else {
itt = "3";
}
if (hc < 1) {
itr = "0";
} else {
itr = "4";
}
if (hs < 1) {
its = "0";
} else {
its = "5";
}
if (cot < 1) {
ito = "0";
} else {
ito = "6";
}
icon1 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon1 == itc) || (icon1 == itp)) || (icon1 == itt)) || (icon1 == itr)) || (icon1 == its)) || (icon1 == ito)) {
icon1 = 1 + Math.floor(5.9 * Math.random());
}
if (icon1 == "1") {
ico1_mc.gotoAndStop(1);
hl2 = hl + 1;
} else if (icon1 == "2") {
ico1_mc.gotoAndStop(10);
hp2 = "1";
itp = "2";
} else if (icon1 == "3") {
ico1_mc.gotoAndStop(19);
hp2 = "0";
itt = "3";
} else if (icon1 == "4") {
ico1_mc.gotoAndStop(28);
hc2 = "1";
itr = "4";
} else if (icon1 == "5") {
ico1_mc.gotoAndStop(37);
hs2 = "1";
its = "5";
} else if (icon1 == "6") {
ico1_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl2 < 3) {
itc = "0";
} else {
itc = "1";
}
icon2 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon2 == itc) || (icon2 == itp)) || (icon2 == itt)) || (icon2 == itr)) || (icon2 == its)) || (icon2 == ito)) {
icon2 = 1 + Math.floor(5.9 * Math.random());
}
if (icon2 == "1") {
ico2_mc.gotoAndStop(1);
hl3 = hl2 + 1;
} else if (icon2 == "2") {
ico2_mc.gotoAndStop(10);
hp3 = "1";
itp = "2";
} else if (icon2 == "3") {
ico2_mc.gotoAndStop(19);
hp3 = "0";
itt = "3";
} else if (icon2 == "4") {
ico2_mc.gotoAndStop(28);
hc3 = "1";
itr = "4";
} else if (icon2 == "5") {
ico2_mc.gotoAndStop(37);
hs3 = "1";
its = "5";
} else if (icon2 == "6") {
ico2_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl3 < 3) {
itc = "0";
} else {
itc = "1";
}
icon3 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon3 == itc) || (icon3 == itp)) || (icon3 == itt)) || (icon3 == itr)) || (icon3 == its)) || (icon3 == ito)) {
icon3 = 1 + Math.floor(5.9 * Math.random());
}
if (icon3 == "1") {
ico3_mc.gotoAndStop(1);
} else if (icon3 == "2") {
ico3_mc.gotoAndStop(10);
} else if (icon3 == "3") {
ico3_mc.gotoAndStop(19);
} else if (icon3 == "4") {
ico3_mc.gotoAndStop(28);
} else if (icon3 == "5") {
ico3_mc.gotoAndStop(37);
} else if (icon3 == "6") {
ico3_mc.gotoAndStop(46);
}
grp_mc._yscale = 5000;
this.onEnterFrame = function () {
if ((_root.timestop == "0") && (gu3_mc.icon1 != "0")) {
grp_mc._yscale = grp_mc._yscale - _root.gugv;
}
if ((grp_mc._yscale <= 0) && (li == "1")) {
li = "0";
x_mc.play();
_root.lvlg = _root.lvlg + 1;
}
grpl_mc._y = 50 - (grp_mc._yscale / 100);
};
Symbol 775 MovieClip Frame 1 (92 B)
stop();
_root.gin6 = "1";
li = "1";
this.onEnterFrame = function () {
};
icon1 = "88";
Symbol 775 MovieClip Frame 2 (3.05 KiB) ●
stop();
_root.gin6 = "0";
col_ran = 1 + Math.floor(5.9 * Math.random());
col = col_ran;
cot_ran = Math.floor(1.9 * Math.random());
cot = cot_ran;
hl_ran = 1 + Math.floor(2.9 * Math.random());
hl = hl_ran;
hl2 = hl;
hl3 = hl;
hp_ran = Math.floor(1.9 * Math.random());
hp = hp_ran;
if (hl == 3) {
hs = 0;
} else {
hs_ran = Math.floor(1.9 * Math.random());
hs = hs_ran;
}
if (hl < 3) {
itc = "0";
} else {
itc = "1";
}
if (hp < 1) {
itp = "0";
} else {
itp = "2";
}
if (hp > 0) {
itt = "0";
} else {
itt = "3";
}
if (hc < 1) {
itr = "0";
} else {
itr = "4";
}
if (hs < 1) {
its = "0";
} else {
its = "5";
}
if (cot < 1) {
ito = "0";
} else {
ito = "6";
}
icon1 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon1 == itc) || (icon1 == itp)) || (icon1 == itt)) || (icon1 == itr)) || (icon1 == its)) || (icon1 == ito)) {
icon1 = 1 + Math.floor(5.9 * Math.random());
}
if (icon1 == "1") {
ico1_mc.gotoAndStop(1);
hl2 = hl + 1;
} else if (icon1 == "2") {
ico1_mc.gotoAndStop(10);
hp2 = "1";
itp = "2";
} else if (icon1 == "3") {
ico1_mc.gotoAndStop(19);
hp2 = "0";
itt = "3";
} else if (icon1 == "4") {
ico1_mc.gotoAndStop(28);
hc2 = "1";
itr = "4";
} else if (icon1 == "5") {
ico1_mc.gotoAndStop(37);
hs2 = "1";
its = "5";
} else if (icon1 == "6") {
ico1_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl2 < 3) {
itc = "0";
} else {
itc = "1";
}
icon2 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon2 == itc) || (icon2 == itp)) || (icon2 == itt)) || (icon2 == itr)) || (icon2 == its)) || (icon2 == ito)) {
icon2 = 1 + Math.floor(5.9 * Math.random());
}
if (icon2 == "1") {
ico2_mc.gotoAndStop(1);
hl3 = hl2 + 1;
} else if (icon2 == "2") {
ico2_mc.gotoAndStop(10);
hp3 = "1";
itp = "2";
} else if (icon2 == "3") {
ico2_mc.gotoAndStop(19);
hp3 = "0";
itt = "3";
} else if (icon2 == "4") {
ico2_mc.gotoAndStop(28);
hc3 = "1";
itr = "4";
} else if (icon2 == "5") {
ico2_mc.gotoAndStop(37);
hs3 = "1";
its = "5";
} else if (icon2 == "6") {
ico2_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl3 < 3) {
itc = "0";
} else {
itc = "1";
}
icon3 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon3 == itc) || (icon3 == itp)) || (icon3 == itt)) || (icon3 == itr)) || (icon3 == its)) || (icon3 == ito)) {
icon3 = 1 + Math.floor(5.9 * Math.random());
}
if (icon3 == "1") {
ico3_mc.gotoAndStop(1);
} else if (icon3 == "2") {
ico3_mc.gotoAndStop(10);
} else if (icon3 == "3") {
ico3_mc.gotoAndStop(19);
} else if (icon3 == "4") {
ico3_mc.gotoAndStop(28);
} else if (icon3 == "5") {
ico3_mc.gotoAndStop(37);
} else if (icon3 == "6") {
ico3_mc.gotoAndStop(46);
}
grp_mc._yscale = 5000;
this.onEnterFrame = function () {
if ((_root.timestop == "0") && (gu6_mc.icon1 != "0")) {
grp_mc._yscale = grp_mc._yscale - _root.gugv;
}
if ((grp_mc._yscale <= 0) && (li == "1")) {
li = "0";
x_mc.play();
_root.lvlg = _root.lvlg + 1;
}
grpl_mc._y = 50 - (grp_mc._yscale / 100);
};
Symbol 777 MovieClip Frame 1 (92 B)
stop();
_root.gin5 = "1";
li = "1";
this.onEnterFrame = function () {
};
icon1 = "88";
Symbol 777 MovieClip Frame 2 (3.05 KiB) ●
stop();
_root.gin5 = "0";
col_ran = 1 + Math.floor(5.9 * Math.random());
col = col_ran;
cot_ran = Math.floor(1.9 * Math.random());
cot = cot_ran;
hl_ran = 1 + Math.floor(2.9 * Math.random());
hl = hl_ran;
hl2 = hl;
hl3 = hl;
hp_ran = Math.floor(1.9 * Math.random());
hp = hp_ran;
if (hl == 3) {
hs = 0;
} else {
hs_ran = Math.floor(1.9 * Math.random());
hs = hs_ran;
}
if (hl < 3) {
itc = "0";
} else {
itc = "1";
}
if (hp < 1) {
itp = "0";
} else {
itp = "2";
}
if (hp > 0) {
itt = "0";
} else {
itt = "3";
}
if (hc < 1) {
itr = "0";
} else {
itr = "4";
}
if (hs < 1) {
its = "0";
} else {
its = "5";
}
if (cot < 1) {
ito = "0";
} else {
ito = "6";
}
icon1 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon1 == itc) || (icon1 == itp)) || (icon1 == itt)) || (icon1 == itr)) || (icon1 == its)) || (icon1 == ito)) {
icon1 = 1 + Math.floor(5.9 * Math.random());
}
if (icon1 == "1") {
ico1_mc.gotoAndStop(1);
hl2 = hl + 1;
} else if (icon1 == "2") {
ico1_mc.gotoAndStop(10);
hp2 = "1";
itp = "2";
} else if (icon1 == "3") {
ico1_mc.gotoAndStop(19);
hp2 = "0";
itt = "3";
} else if (icon1 == "4") {
ico1_mc.gotoAndStop(28);
hc2 = "1";
itr = "4";
} else if (icon1 == "5") {
ico1_mc.gotoAndStop(37);
hs2 = "1";
its = "5";
} else if (icon1 == "6") {
ico1_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl2 < 3) {
itc = "0";
} else {
itc = "1";
}
icon2 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon2 == itc) || (icon2 == itp)) || (icon2 == itt)) || (icon2 == itr)) || (icon2 == its)) || (icon2 == ito)) {
icon2 = 1 + Math.floor(5.9 * Math.random());
}
if (icon2 == "1") {
ico2_mc.gotoAndStop(1);
hl3 = hl2 + 1;
} else if (icon2 == "2") {
ico2_mc.gotoAndStop(10);
hp3 = "1";
itp = "2";
} else if (icon2 == "3") {
ico2_mc.gotoAndStop(19);
hp3 = "0";
itt = "3";
} else if (icon2 == "4") {
ico2_mc.gotoAndStop(28);
hc3 = "1";
itr = "4";
} else if (icon2 == "5") {
ico2_mc.gotoAndStop(37);
hs3 = "1";
its = "5";
} else if (icon2 == "6") {
ico2_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl3 < 3) {
itc = "0";
} else {
itc = "1";
}
icon3 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon3 == itc) || (icon3 == itp)) || (icon3 == itt)) || (icon3 == itr)) || (icon3 == its)) || (icon3 == ito)) {
icon3 = 1 + Math.floor(5.9 * Math.random());
}
if (icon3 == "1") {
ico3_mc.gotoAndStop(1);
} else if (icon3 == "2") {
ico3_mc.gotoAndStop(10);
} else if (icon3 == "3") {
ico3_mc.gotoAndStop(19);
} else if (icon3 == "4") {
ico3_mc.gotoAndStop(28);
} else if (icon3 == "5") {
ico3_mc.gotoAndStop(37);
} else if (icon3 == "6") {
ico3_mc.gotoAndStop(46);
}
grp_mc._yscale = 5000;
this.onEnterFrame = function () {
if ((_root.timestop == "0") && (gu5_mc.icon1 != "0")) {
grp_mc._yscale = grp_mc._yscale - _root.gugv;
}
if ((grp_mc._yscale <= 0) && (li == "1")) {
li = "0";
x_mc.play();
_root.lvlg = _root.lvlg + 1;
}
grpl_mc._y = 50 - (grp_mc._yscale / 100);
};
Symbol 779 MovieClip Frame 1 (92 B)
stop();
_root.gin4 = "1";
li = "1";
this.onEnterFrame = function () {
};
icon1 = "88";
Symbol 779 MovieClip Frame 2 (3.05 KiB) ●
stop();
_root.gin4 = "0";
col_ran = 1 + Math.floor(5.9 * Math.random());
col = col_ran;
cot_ran = Math.floor(1.9 * Math.random());
cot = cot_ran;
hl_ran = 1 + Math.floor(2.9 * Math.random());
hl = hl_ran;
hl2 = hl;
hl3 = hl;
hp_ran = Math.floor(1.9 * Math.random());
hp = hp_ran;
if (hl == 3) {
hs = 0;
} else {
hs_ran = Math.floor(1.9 * Math.random());
hs = hs_ran;
}
if (hl < 3) {
itc = "0";
} else {
itc = "1";
}
if (hp < 1) {
itp = "0";
} else {
itp = "2";
}
if (hp > 0) {
itt = "0";
} else {
itt = "3";
}
if (hc < 1) {
itr = "0";
} else {
itr = "4";
}
if (hs < 1) {
its = "0";
} else {
its = "5";
}
if (cot < 1) {
ito = "0";
} else {
ito = "6";
}
icon1 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon1 == itc) || (icon1 == itp)) || (icon1 == itt)) || (icon1 == itr)) || (icon1 == its)) || (icon1 == ito)) {
icon1 = 1 + Math.floor(5.9 * Math.random());
}
if (icon1 == "1") {
ico1_mc.gotoAndStop(1);
hl2 = hl + 1;
} else if (icon1 == "2") {
ico1_mc.gotoAndStop(10);
hp2 = "1";
itp = "2";
} else if (icon1 == "3") {
ico1_mc.gotoAndStop(19);
hp2 = "0";
itt = "3";
} else if (icon1 == "4") {
ico1_mc.gotoAndStop(28);
hc2 = "1";
itr = "4";
} else if (icon1 == "5") {
ico1_mc.gotoAndStop(37);
hs2 = "1";
its = "5";
} else if (icon1 == "6") {
ico1_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl2 < 3) {
itc = "0";
} else {
itc = "1";
}
icon2 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon2 == itc) || (icon2 == itp)) || (icon2 == itt)) || (icon2 == itr)) || (icon2 == its)) || (icon2 == ito)) {
icon2 = 1 + Math.floor(5.9 * Math.random());
}
if (icon2 == "1") {
ico2_mc.gotoAndStop(1);
hl3 = hl2 + 1;
} else if (icon2 == "2") {
ico2_mc.gotoAndStop(10);
hp3 = "1";
itp = "2";
} else if (icon2 == "3") {
ico2_mc.gotoAndStop(19);
hp3 = "0";
itt = "3";
} else if (icon2 == "4") {
ico2_mc.gotoAndStop(28);
hc3 = "1";
itr = "4";
} else if (icon2 == "5") {
ico2_mc.gotoAndStop(37);
hs3 = "1";
its = "5";
} else if (icon2 == "6") {
ico2_mc.gotoAndStop(46);
cot = "0";
ito = "6";
}
if (hl3 < 3) {
itc = "0";
} else {
itc = "1";
}
icon3 = 1 + Math.floor(5.9 * Math.random());
while ((((((icon3 == itc) || (icon3 == itp)) || (icon3 == itt)) || (icon3 == itr)) || (icon3 == its)) || (icon3 == ito)) {
icon3 = 1 + Math.floor(5.9 * Math.random());
}
if (icon3 == "1") {
ico3_mc.gotoAndStop(1);
} else if (icon3 == "2") {
ico3_mc.gotoAndStop(10);
} else if (icon3 == "3") {
ico3_mc.gotoAndStop(19);
} else if (icon3 == "4") {
ico3_mc.gotoAndStop(28);
} else if (icon3 == "5") {
ico3_mc.gotoAndStop(37);
} else if (icon3 == "6") {
ico3_mc.gotoAndStop(46);
}
grp_mc._yscale = 5000;
this.onEnterFrame = function () {
if ((_root.timestop == "0") && (gu4_mc.icon1 != "0")) {
grp_mc._yscale = grp_mc._yscale - _root.gugv;
}
if ((grp_mc._yscale <= 0) && (li == "1")) {
li = "0";
x_mc.play();
_root.lvlg = _root.lvlg + 1;
}
grpl_mc._y = 50 - (grp_mc._yscale / 100);
};
Symbol 781 MovieClip Frame 1 (319 B)
if (_root.timestop == "0") {
gotoAndStop (2);
} else if (_root.timestop == "3") {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
this.onEnterFrame = function () {
if (_root.timestop == "0") {
gotoAndStop (2);
} else if (_root.timestop == "3") {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
};
Symbol 808 MovieClip Frame 1 (290 B)
onEnterFrame = function () {
timev = new Date();
sv = timev.getSeconds();
mv = timev.getMinutes();
hv = timev.getHours();
if ((hv - 12) > 0) {
hv = hv - 12;
}
s_mc._rotation = sv * 6;
m_mc._rotation = (mv * 6) + (sv / 10);
h_mc._rotation = (hv * 30) + (mv / 2);
};
Symbol 811 MovieClip Frame 1 (8 B)
stop();
Symbol 811 MovieClip Frame 600 (102 B)
_root.stoptime = "0";
_root.timestop = "0";
_root.sec_sound.stop();
_root.bg_sound.start(0, 9999);
Symbol 820 MovieClip Frame 1 (141 B)
this.onEnterFrame = function () {
num = (_root.tmtxt + ".") + _root.tstxt;
lvl1_mc.lvl = _root.lvltxt;
lvl2_mc.lvl = _root.lvltxt;
};
Symbol 878 MovieClip Frame 1 (8 B)
stop();
Symbol 878 MovieClip Frame 2 (8 B)
stop();
Symbol 878 MovieClip Frame 3 (8 B)
stop();
Symbol 878 MovieClip Frame 4 (8 B)
stop();
Symbol 878 MovieClip Frame 5 (8 B)
stop();
Symbol 878 MovieClip Frame 6 (8 B)
stop();
Symbol 878 MovieClip Frame 7 (8 B)
stop();
Symbol 878 MovieClip Frame 8 (8 B)
stop();
Symbol 878 MovieClip Frame 9 (8 B)
stop();
Symbol 878 MovieClip Frame 10 (8 B)
stop();
Symbol 878 MovieClip Frame 11 (8 B)
stop();
Symbol 878 MovieClip Frame 12 (8 B)
stop();
Symbol 883 MovieClip Frame 1 (67 B)
this.onPress = function () {
_parent._parent.gotoAndStop(5);
};
Symbol 886 MovieClip Frame 1 (67 B)
this.onPress = function () {
_parent._parent.gotoAndStop(5);
};
Symbol 891 MovieClip Frame 1 (8 B)
stop();
Symbol 891 MovieClip Frame 2 (8 B)
stop();
Symbol 891 MovieClip Frame 3 (8 B)
stop();
Symbol 891 MovieClip Frame 4 (8 B)
stop();
Symbol 895 MovieClip Frame 1 (83 B)
stop();
this.onPress = function () {
_root.reconnum = 0;
gotoAndStop (2);
};
Symbol 895 MovieClip Frame 2 (789 B)
stop();
this_recontime = 0;
cmessage = "";
sendVars = new LoadVars();
sendVars.error_flashid = "hairshop";
sendVars.error_gameid = _root.gameid;
sendVars.error_part = _root.error_part;
sendVars.error_code1 = _root.error_code1;
sendVars.error_code2 = _root.error_code2;
sendVars.sendAndLoad("http://panyroom.jr.naver.com/game/error.php", sendVars, "POST");
this.onEnterFrame = function () {
cmessage = sendVars.cmessage;
if ((this_recontime < 300) || ((cmessage == "ok") && (cmessage == "success"))) {
if (cmessage == "ok") {
_parent.gotoAndStop(104);
} else if (cmessage == "success") {
_parent.gotoAndStop(109);
} else {
this_recontime = this_recontime + 1;
}
} else {
_root.reconnum = _root.reconnum + 1;
gotoAndStop (3);
}
};
Symbol 895 MovieClip Frame 3 (137 B)
stop();
if (_root.reconnum < 2) {
gotoAndStop (2);
} else {
_parent.gotoAndStop(108);
}
this.onEnterFrame = function () {
};
Symbol 899 MovieClip Frame 1 (66 B)
stop();
this.onPress = function () {
_root.gotoAndStop(1);
};
Symbol 902 MovieClip Frame 1 (38 B)
this.onEnterFrame = function () {
};
Symbol 902 MovieClip Frame 70 (165 B)
stop();
_root.timestop = "0";
_root.gm = "play";
_root.bg_sound.start(0, 9999);
this.onEnterFrame = function () {
if (_root.gm == "stop") {
play();
}
};
Symbol 902 MovieClip Frame 71 (56 B)
stopAllSounds();
this.onEnterFrame = function () {
};
Symbol 902 MovieClip Frame 87 (230 B)
_root.reconnectnum = 0;
_root.gu1_mc.gotoAndStop(1);
_root.gu2_mc.gotoAndStop(1);
_root.gu3_mc.gotoAndStop(1);
_root.gu4_mc.gotoAndStop(1);
_root.gu5_mc.gotoAndStop(1);
_root.gu6_mc.gotoAndStop(1);
_root.pany_mc._x = 5000;
Symbol 902 MovieClip Frame 99 (365 B)
stop();
pg = _root.sc * 100;
pt = (_root.tm * 100) + _root.ts;
pp = pg + pt;
if (pp > _root.pcode) {
instsco = pp;
sendVars = new LoadVars();
sendVars.gameid = _root.gameid;
sendVars.code = _root.code;
sendVars.sendAndLoad(_root.surl, sendVars, "POST");
gotoAndStop (100);
} else {
gotoAndStop (103);
}
this.onEnterFrame = function () {
};
Symbol 902 MovieClip Frame 100 (1.53 KiB) ●
smessage = "";
message_time = 0;
this.onEnterFrame = function () {
myString2 = new string(instsco);
len2 = myString2.length;
i2 = 0;
while (i2 < len2) {
this["score_img" + (i2 + 1)] = myString2.substr(i2, 1);
if (!(this["score_img" + (i2 + 1)] === ".")) {
is = int(this["score_img" + (i2 + 1)]);
} else {
is = ".";
}
if (this["score_img" + (i2 + 1)].length > 0) {
if (is == ".") {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(12);
} else {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(is + 2);
}
}
i2++;
}
rmessage = sendVars.rmessage;
gamename = sendVars.gamename;
if (rmessage == "panypang") {
myString = new string(gamename);
myStr = new string(instsco);
mySc = gamename;
lenn = myStr.length;
myStr = myStr + new string(lenn);
len = myStr.length;
mi = 0;
while (mi < len) {
mStr = myStr.substr(mi, 1);
i = 0;
while (i < 10) {
if (i == mStr) {
mySc = mySc + myString.substr(i * 2, 2);
}
i++;
}
if (mStr == ".") {
mySc = mySc + myString.substr(20, 2);
}
mi++;
}
gotoAndStop (101);
} else if (rmessage == "nogame") {
_root.reconnum = 0;
_root.error_part = "nogame";
_root.error_code1 = _root.code;
_root.error_code2 = "none";
gotoAndStop (106);
} else if (message_time > 500) {
_root.error_code1 = _root.code;
_root.error_code2 = "none";
_root.error_part = "noconnection";
gotoAndStop (105);
} else {
message_time = message_time + 1;
}
};
Symbol 902 MovieClip Frame 101 (1.89 KiB) ●
smessage = "";
sendVars = new LoadVars();
sendVars.gameid = _root.gameid;
sendVars.point = mySc;
sendVars.sendAndLoad(_root.surl, sendVars, "POST");
message_time = 0;
this.onEnterFrame = function () {
myString2 = new string(instsco);
len2 = myString2.length;
i2 = 0;
while (i2 < len2) {
this["score_img" + (i2 + 1)] = myString2.substr(i2, 1);
if (!(this["score_img" + (i2 + 1)] === ".")) {
is = int(this["score_img" + (i2 + 1)]);
} else {
is = ".";
}
if (this["score_img" + (i2 + 1)].length > 0) {
if (is == ".") {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(12);
} else {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(is + 2);
}
}
i2++;
}
smessage_point = sendVars.input_point;
smessage = sendVars.smessage;
if (((smessage == "high") || (smessage == "middle")) || (smessage == "low")) {
smessage_case = smessage;
gotoAndStop (104);
} else if (smessage == "nogame") {
_root.reconnum = 0;
_root.error_part = "nogame";
_root.error_code1 = _root.code;
_root.error_code2 = mySc;
gotoAndStop (106);
} else if (smessage == "timeover") {
_root.reconnum = 0;
_root.error_part = "timeover";
_root.error_code1 = _root.code;
_root.error_code2 = mySc;
gotoAndStop (106);
} else if (smessage == "code_error") {
_root.reconnum = 0;
_root.error_part = "code_error";
_root.error_code1 = _root.code;
_root.error_code2 = mySc;
gotoAndStop (106);
} else if (smessage == "error") {
_root.reconnum = 0;
_root.error_part = "error";
_root.error_code1 = _root.code;
_root.error_code2 = mySc;
gotoAndStop (106);
} else if (smessage == "login") {
gotoAndStop (110);
} else if (message_time > 500) {
_root.error_code1 = _root.code;
_root.error_code2 = mySc;
_root.error_part = "noconnection";
gotoAndStop (105);
} else {
message_time = message_time + 1;
}
};
Symbol 902 MovieClip Frame 102 (8 B)
stop();
Symbol 902 MovieClip Frame 103 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 902 MovieClip Frame 104 (808 B)
stop();
this.onEnterFrame = function () {
if (smessage_case == "low") {
sys_score_mc.case1.gotoAndStop(2);
} else if (smessage_case == "middle") {
sys_score_mc.case1.gotoAndStop(3);
} else if (smessage_case == "high") {
sys_score_mc.case1.gotoAndStop(4);
}
myString2 = new string(smessage_point);
len2 = myString2.length;
i2 = 0;
while (i2 < len2) {
this["score_img" + (i2 + 1)] = myString2.substr(i2, 1);
if (!(this["score_img" + (i2 + 1)] === ".")) {
is = int(this["score_img" + (i2 + 1)]);
} else {
is = ".";
}
if (this["score_img" + (i2 + 1)].length > 0) {
if (is == ".") {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(12);
} else {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(is + 2);
}
}
i2++;
}
};
Symbol 902 MovieClip Frame 105 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 902 MovieClip Frame 106 (777 B)
stop();
this_recontime = 0;
cmessage = "";
sendVars = new LoadVars();
sendVars.error_flashid = "hairshop";
sendVars.error_gameid = _root.gameid;
sendVars.error_part = _root.error_part;
sendVars.error_code1 = _root.error_code1;
sendVars.error_code2 = _root.error_code2;
sendVars.sendAndLoad("http://panyroom.jr.naver.com/game/error.php", sendVars, "POST");
this.onEnterFrame = function () {
cmessage = sendVars.cmessage;
if ((this_recontime < 300) || ((cmessage == "ok") && (cmessage == "success"))) {
if (cmessage == "ok") {
gotoAndStop (104);
} else if (cmessage == "success") {
gotoAndStop (109);
} else {
this_recontime = this_recontime + 1;
}
} else {
_root.reconnum = _root.reconnum + 1;
gotoAndStop (107);
}
};
Symbol 902 MovieClip Frame 107 (132 B)
stop();
if (_root.reconnum < 2) {
gotoAndStop (106);
} else {
gotoAndStop (108);
}
this.onEnterFrame = function () {
};
Symbol 902 MovieClip Frame 108 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 902 MovieClip Frame 109 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 902 MovieClip Frame 110 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 919 MovieClip Frame 1 (8 B)
stop();
Symbol 919 MovieClip Frame 47 (72 B)
_root.timestop = "0";
_root.bg_sound.start(0, 9999);
gotoAndStop (1);