Frame 1 (1.29 KiB) ●
stop();
Stage.showMenu = false;
end = "off";
time = "on";
mes1 = "0";
mes2 = "0";
mes3 = "0";
mes4 = "0";
score = 0;
score1 = 0;
score2 = 0;
score3 = 0;
score4 = 0;
score5 = 0;
cho = 1;
pany_l = 0;
pany_r = 0;
life = 3;
time_mi = 1;
time_sc = 29;
time_sc1 = 0;
time_sc2 = 0;
sc = 24;
gasgage1 = 0;
gaswait1 = 0;
gasgage2 = 0;
gaswait2 = 0;
gasgage3 = 0;
gaswait3 = 0;
gasgage4 = 0;
gaswait4 = 0;
wait1 = 0;
gage1 = 0;
wait2 = 0;
gage2 = 0;
wait3 = 0;
gage3 = 0;
wait4 = 0;
gage4 = 0;
hit1 = "on";
hit2 = "off";
hit3 = "off";
hit4 = "off";
s1gas = 0;
s1_sup = 0;
s2gas = 0;
s2_sup = 0;
s3gas = 0;
s3_sup = 0;
s4gas = 0;
s4_sup = 0;
level = 0;
mode1 = "off";
mode2 = "off";
mode3 = "off";
mode4 = "off";
ch = "4";
to_mc._y = 1000;
if (to == "on") {
to_mc.gotoAndStop(2);
}
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 == "filling")) {
delete this.onEnterFrame;
to_mc._y = 452.05;
}
};
Frame 2 (20.26 KiB) ● ● ●
bgm_sound = new Sound();
bgm_sound.attachSound("bgm");
eps1_sound = new Sound();
eps1_sound.attachSound("eps1");
eps2_sound = new Sound();
eps2_sound.attachSound("eps2");
eps3_sound = new Sound();
eps3_sound.attachSound("eps3");
eps4_sound = new Sound();
eps4_sound.attachSound("eps4");
eps5_sound = new Sound();
eps5_sound.attachSound("eps5");
eps6_sound = new Sound();
eps6_sound.attachSound("eps6");
eps7_sound = new Sound();
eps7_sound.attachSound("eps7");
bgm_sound.start(0, 99999);
end = "off";
time = "on";
mes1 = "0";
mes2 = "0";
mes3 = "0";
mes4 = "0";
score = 0;
score1 = 0;
score2 = 0;
score3 = 0;
score4 = 0;
score5 = 0;
cho = 1;
pany_l = 0;
pany_r = 0;
life = 3;
time_mi = 1;
time_sc = 29;
time_sc1 = 0;
time_sc2 = 0;
sc = 24;
slot1_mc.swapDepths(0);
slot2_mc.swapDepths(1);
slot3_mc.swapDepths(2);
slot4_mc.swapDepths(3);
mo_mc.swapDepths(4);
coin1_mc.swapDepths(5);
num1_mc.swapDepths(6);
coin2_mc.swapDepths(7);
num2_mc.swapDepths(8);
coin3_mc.swapDepths(9);
num3_mc.swapDepths(10);
coin4_mc.swapDepths(11);
num4_mc.swapDepths(12);
gasgage1 = 0;
gaswait1 = 0;
gasgage2 = 0;
gaswait2 = 0;
gasgage3 = 0;
gaswait3 = 0;
gasgage4 = 0;
gaswait4 = 0;
wait1 = 0;
gage1 = 0;
wait2 = 0;
gage2 = 0;
wait3 = 0;
gage3 = 0;
wait4 = 0;
gage4 = 0;
hit1 = "on";
hit2 = "off";
hit3 = "off";
hit4 = "off";
s1gas = 0;
s1_sup = 0;
s2gas = 0;
s2_sup = 0;
s3gas = 0;
s3_sup = 0;
s4gas = 0;
s4_sup = 0;
level = 0;
mode1 = "off";
mode2 = "off";
mode3 = "off";
mode4 = "off";
ch = "4";
this.onEnterFrame = function () {
if ((life == 0) || (time == "off")) {
end = "on";
gotoAndStop (3);
}
sc--;
if (sc == 0) {
time_sc--;
sc = 24;
}
if (time_sc <= 0) {
time_sc = 0;
}
if ((time_sc == 0) && (time_mi != 0)) {
time_mi--;
time_sc = 60;
}
if ((time_mi == 0) && (time_sc == 0)) {
time_mi = 0;
time_sc = 0;
time = "off";
}
if (score <= 0) {
score = 0;
}
if (end == "off") {
if (Key.isDown(37)) {
kl = "on";
} else {
kl = "off";
}
if (Key.isDown(39)) {
kr = "on";
} else {
kr = "off";
}
if (Key.isDown(32)) {
ks++;
} else {
ks = 0;
}
if ((kl == "on") && (kr == "off")) {
pany_l++;
} else {
pany_l = 0;
}
if ((kr == "on") && (kl == "off")) {
pany_r--;
} else {
pany_r = 0;
}
if ((pany_l == 1) && (hit1 == "on")) {
hit1 = "off";
hit2 = "on";
hit3 = "off";
hit4 = "off";
} else if ((pany_l == 1) && (hit2 == "on")) {
hit1 = "off";
hit2 = "off";
hit3 = "on";
hit4 = "off";
} else if ((pany_l == 1) && (hit3 == "on")) {
hit1 = "off";
hit2 = "off";
hit3 = "off";
hit4 = "on";
} else if ((pany_l == 1) && (hit4 == "on")) {
hit1 = "off";
hit2 = "off";
hit3 = "off";
hit4 = "on";
}
if ((pany_r == -1) && (hit1 == "on")) {
hit1 = "on";
hit2 = "off";
hit3 = "off";
hit4 = "off";
} else if ((pany_r == -1) && (hit2 == "on")) {
hit1 = "on";
hit2 = "off";
hit3 = "off";
hit4 = "off";
} else if ((pany_r == -1) && (hit3 == "on")) {
hit1 = "off";
hit2 = "on";
hit3 = "off";
hit4 = "off";
} else if ((pany_r == -1) && (hit4 == "on")) {
hit1 = "off";
hit2 = "off";
hit3 = "on";
hit4 = "off";
}
if (((mode1 == "off") && (hit1 == "on")) && (wait1 != 0)) {
mode1 = "on";
} else if (((mode1 == "on") && (hit1 == "off")) && (wait1 != 0)) {
mode1 = "off";
}
if (((mode1 == "on") && (ks > 0)) && (hit1 == "on")) {
slot1_mc.mode1_mc.play();
mode1 = "step1";
}
if (((mode1 == "step1") && (ks > 0)) && (hit1 == "on")) {
slot1_mc.mode1_mc.play();
} else if ((mode1 == "step1") && (ks == 0)) {
mode1 = "step2";
}
if (((mode1 == "step2") && (s1gas == s1_sup)) && (gasre1 != gaswait1)) {
slot1_mc.gas1_mc.tube1_mc.gotoAndStop(2);
} else if (((mode1 == "step2") && (s1gas == s1_sup)) && (gasre1 == gaswait1)) {
slot1_mc.ox1_mc.gotoAndStop(1);
mode1 = "step3";
} else if (((mode1 == "step2") && (s1gas != s1_sup)) && (gasre1 != 0)) {
slot1_mc.ox1_mc.gotoAndStop(2);
slot1_mc.gas1_mc.tube1_mc.gotoAndStop(1);
mode1 = "off";
trace("\uC2AC\uB86F1 \uD2C0\uB838\uC5B4");
score = score - 200;
mo_mc.up_mc.gotoAndPlay(32);
num1_mc.gotoAndStop(13);
eps4_sound.start();
} else if (((((mode1 == "step3") && (s1gas == s1_sup)) && (gasre1 == gaswait1)) && (ks > 0)) && (hit1 == "on")) {
slot1_mc.ox1_mc.gotoAndStop(1);
slot1_mc.gas1_mc.tube1_mc.gotoAndStop(3);
mode1 = "off";
trace("\uC2AC\uB86F1 \uB9DE\uC558\uC5B4");
slot1_mc.play();
wait1 = 0;
gaswait1 = 0;
gasre1 = 0;
sl1 = "ok";
coin1_mc.gotoAndPlay(2);
mo_mc.up_mc.gotoAndPlay(2);
slot1_mc.endmes1_mc.gotoAndStop(2);
mes1 = "1";
} else if (((mode1 == "step3") && (s1gas == s1_sup)) && (wait1 == -1)) {
slot1_mc.ox1_mc.gotoAndStop(2);
slot1_mc.gas1_mc.tube1_mc.gotoAndStop(1);
mode1 = "off";
trace("\uC2AC\uB86F1 \uD2C0\uB838\uC5B4");
wait1 = 0;
slot1_mc.play();
gaswait1 = 0;
gasre1 = 0;
score = score - 500;
life--;
mo_mc.up_mc.gotoAndPlay(32);
num1_mc.gotoAndStop(14);
slot1_mc.endmes1_mc.gotoAndStop(4);
mes1 = "2";
eps4_sound.start();
}
if ((gasre1 == gaswait1) && (mode1 == "step3")) {
slot1_mc.a_mc.gage1_mc.light1_mc.gotoAndStop(2);
}
if ((sl1 == "ok") && (sl1sc == 100)) {
score = score + 100;
sl1sc = 0;
sl1 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num1_mc.gotoAndStop(2);
} else if ((sl1 == "ok") && (sl1sc == 200)) {
score = score + 200;
sl1sc = 0;
sl1 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num1_mc.gotoAndStop(3);
} else if ((sl1 == "ok") && (sl1sc == 300)) {
score = score + 300;
sl1sc = 0;
sl1 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num1_mc.gotoAndStop(4);
} else if ((sl1 == "ok") && (sl1sc == 400)) {
score = score + 400;
sl1sc = 0;
sl1 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num1_mc.gotoAndStop(5);
} else if ((sl1 == "ok") && (sl1sc == 500)) {
score = score + 500;
sl1sc = 0;
sl1 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num1_mc.gotoAndStop(6);
} else if ((sl1 == "ok") && (sl1sc == 600)) {
score = score + 600;
sl1sc = 0;
sl1 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num1_mc.gotoAndStop(7);
} else if ((sl1 == "ok") && (sl1sc == 700)) {
score = score + 700;
sl1sc = 0;
sl1 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num1_mc.gotoAndStop(8);
} else if ((sl1 == "ok") && (sl1sc == 800)) {
score = score + 800;
sl1sc = 0;
sl1 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num1_mc.gotoAndStop(9);
} else if ((sl1 == "ok") && (sl1sc == 900)) {
score = score + 900;
sl1sc = 0;
sl1 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num1_mc.gotoAndStop(10);
} else if ((sl1 == "ok") && (sl1sc == 1000)) {
score = score + 1000;
sl1sc = 0;
sl1 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num1_mc.gotoAndStop(11);
} else if ((sl1 == "ok") && (sl1sc == 1500)) {
score = score + 1500;
sl1sc = 0;
sl1 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num1_mc.gotoAndStop(12);
}
if (((mode2 == "off") && (hit2 == "on")) && (wait2 != 0)) {
mode2 = "on";
} else if (((mode2 == "on") && (hit2 == "off")) && (wait2 != 0)) {
mode2 = "off";
}
if (((mode2 == "on") && (ks > 0)) && (hit2 == "on")) {
slot2_mc.mode2_mc.play();
mode2 = "step1";
}
if (((mode2 == "step1") && (ks > 0)) && (hit2 == "on")) {
slot2_mc.mode2_mc.play();
} else if ((mode2 == "step1") && (ks == 0)) {
mode2 = "step2";
}
if (((mode2 == "step2") && (s2gas == s2_sup)) && (gasre2 != gaswait2)) {
slot2_mc.gas2_mc.tube2_mc.gotoAndStop(2);
} else if (((mode2 == "step2") && (s2gas == s2_sup)) && (gasre2 == gaswait2)) {
slot2_mc.ox2_mc.gotoAndStop(1);
mode2 = "step3";
} else if (((mode2 == "step2") && (s2gas != s2_sup)) && (gasre2 != 0)) {
slot2_mc.ox2_mc.gotoAndStop(2);
slot2_mc.gas2_mc.tube2_mc.gotoAndStop(1);
mode2 = "off";
trace("\uC2AC\uB86F2 \uD2C0\uB838\uC5B4");
score = score - 200;
mo_mc.up_mc.gotoAndPlay(32);
num2_mc.gotoAndStop(13);
eps4_sound.start();
} else if (((((mode2 == "step3") && (s2gas == s2_sup)) && (gasre2 == gaswait2)) && (ks > 0)) && (hit2 == "on")) {
slot2_mc.ox2_mc.gotoAndStop(1);
slot2_mc.gas2_mc.tube2_mc.gotoAndStop(3);
mode2 = "off";
trace("\uC2AC\uB86F2 \uB9DE\uC558\uC5B4");
slot2_mc.play();
wait2 = 0;
gaswait2 = 0;
gasre2 = 0;
sl2 = "ok";
coin2_mc.gotoAndPlay(2);
mo_mc.up_mc.gotoAndPlay(2);
mes2 = "1";
} else if (((mode2 == "step3") && (s2gas == s2_sup)) && (wait2 == -1)) {
slot2_mc.ox2_mc.gotoAndStop(2);
slot2_mc.gas2_mc.tube2_mc.gotoAndStop(1);
mode2 = "off";
trace("\uC2AC\uB86F2 \uD2C0\uB838\uC5B4");
wait2 = 0;
slot2_mc.play();
gaswait2 = 0;
gasre2 = 0;
score = score - 500;
life--;
mo_mc.up_mc.gotoAndPlay(32);
num2_mc.gotoAndStop(14);
mes2 = "2";
eps4_sound.start();
}
if ((gasre2 == gaswait2) && (mode2 == "step3")) {
slot2_mc.b_mc.gage2_mc.light2_mc.gotoAndStop(2);
}
if ((sl2 == "ok") && (sl2sc == 100)) {
score = score + 100;
sl2sc = 0;
sl2 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num2_mc.gotoAndStop(2);
} else if ((sl2 == "ok") && (sl2sc == 200)) {
score = score + 200;
sl2sc = 0;
sl2 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num2_mc.gotoAndStop(3);
} else if ((sl2 == "ok") && (sl2sc == 300)) {
score = score + 300;
sl2sc = 0;
sl2 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num2_mc.gotoAndStop(4);
} else if ((sl2 == "ok") && (sl2sc == 400)) {
score = score + 400;
sl2sc = 0;
sl2 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num2_mc.gotoAndStop(5);
} else if ((sl2 == "ok") && (sl2sc == 500)) {
score = score + 500;
sl2sc = 0;
sl2 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num2_mc.gotoAndStop(6);
} else if ((sl2 == "ok") && (sl2sc == 600)) {
score = score + 600;
sl2sc = 0;
sl2 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num2_mc.gotoAndStop(7);
} else if ((sl2 == "ok") && (sl2sc == 700)) {
score = score + 700;
sl2sc = 0;
sl2 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num2_mc.gotoAndStop(8);
} else if ((sl2 == "ok") && (sl2sc == 800)) {
score = score + 800;
sl2sc = 0;
sl2 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num2_mc.gotoAndStop(9);
} else if ((sl2 == "ok") && (sl2sc == 900)) {
score = score + 900;
sl2sc = 0;
sl2 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num2_mc.gotoAndStop(10);
} else if ((sl2 == "ok") && (sl2sc == 1000)) {
score = score + 1000;
sl2sc = 0;
sl2 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num2_mc.gotoAndStop(11);
} else if ((sl2 == "ok") && (sl2sc == 1500)) {
score = score + 1500;
sl2sc = 0;
sl2 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num2_mc.gotoAndStop(12);
}
if (((mode3 == "off") && (hit3 == "on")) && (wait3 != 0)) {
mode3 = "on";
} else if (((mode3 == "on") && (hit3 == "off")) && (wait3 != 0)) {
mode3 = "off";
}
if (((mode3 == "on") && (ks > 0)) && (hit3 == "on")) {
slot3_mc.mode3_mc.play();
mode3 = "step1";
}
if (((mode3 == "step1") && (ks > 0)) && (hit3 == "on")) {
slot3_mc.mode3_mc.play();
} else if ((mode3 == "step1") && (ks == 0)) {
mode3 = "step2";
}
if (((mode3 == "step2") && (s3gas == s3_sup)) && (gasre3 != gaswait3)) {
slot3_mc.gas3_mc.tube3_mc.gotoAndStop(2);
} else if (((mode3 == "step2") && (s3gas == s3_sup)) && (gasre3 == gaswait3)) {
slot3_mc.ox3_mc.gotoAndStop(1);
mode3 = "step3";
} else if (((mode3 == "step2") && (s3gas != s3_sup)) && (gasre3 != 0)) {
slot3_mc.ox3_mc.gotoAndStop(2);
slot3_mc.gas3_mc.tube3_mc.gotoAndStop(1);
mode3 = "off";
trace("\uC2AC\uB86F3 \uD2C0\uB838\uC5B4");
score = score - 200;
mo_mc.up_mc.gotoAndPlay(32);
num3_mc.gotoAndStop(13);
eps4_sound.start();
} else if (((((mode3 == "step3") && (s3gas == s3_sup)) && (gasre3 == gaswait3)) && (ks > 0)) && (hit3 == "on")) {
slot3_mc.ox3_mc.gotoAndStop(1);
slot3_mc.gas3_mc.tube3_mc.gotoAndStop(3);
mode3 = "off";
trace("\uC2AC\uB86F3 \uB9DE\uC558\uC5B4");
slot3_mc.play();
wait3 = 0;
gaswait3 = 0;
gasre3 = 0;
sl3 = "ok";
coin3_mc.gotoAndPlay(2);
mo_mc.up_mc.gotoAndPlay(2);
mes3 = "1";
} else if (((mode3 == "step3") && (s3gas == s3_sup)) && (wait3 == -1)) {
slot3_mc.ox3_mc.gotoAndStop(2);
slot3_mc.gas3_mc.tube3_mc.gotoAndStop(1);
mode3 = "off";
trace("\uC2AC\uB86F3 \uD2C0\uB838\uC5B4");
wait3 = 0;
slot3_mc.play();
gaswait3 = 0;
gasre3 = 0;
score = score - 500;
life--;
mo_mc.up_mc.gotoAndPlay(32);
num3_mc.gotoAndStop(14);
mes3 = "2";
eps4_sound.start();
}
if ((gasre3 == gaswait3) && (mode3 == "step3")) {
slot3_mc.c_mc.gage3_mc.light3_mc.gotoAndStop(2);
}
if ((sl3 == "ok") && (sl3sc == 100)) {
score = score + 100;
sl3sc = 0;
sl3 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num3_mc.gotoAndStop(2);
} else if ((sl3 == "ok") && (sl3sc == 200)) {
score = score + 200;
sl3sc = 0;
sl3 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num3_mc.gotoAndStop(3);
} else if ((sl3 == "ok") && (sl3sc == 300)) {
score = score + 300;
sl3sc = 0;
sl3 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num3_mc.gotoAndStop(4);
} else if ((sl3 == "ok") && (sl3sc == 400)) {
score = score + 400;
sl3sc = 0;
sl3 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num3_mc.gotoAndStop(5);
} else if ((sl3 == "ok") && (sl3sc == 500)) {
score = score + 500;
sl3sc = 0;
sl3 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num3_mc.gotoAndStop(6);
} else if ((sl3 == "ok") && (sl3sc == 600)) {
score = score + 600;
sl3sc = 0;
sl3 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num3_mc.gotoAndStop(7);
} else if ((sl3 == "ok") && (sl3sc == 700)) {
score = score + 700;
sl3sc = 0;
sl3 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num3_mc.gotoAndStop(8);
} else if ((sl3 == "ok") && (sl3sc == 800)) {
score = score + 800;
sl3sc = 0;
sl3 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num3_mc.gotoAndStop(9);
} else if ((sl3 == "ok") && (sl3sc == 900)) {
score = score + 900;
sl3sc = 0;
sl3 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num3_mc.gotoAndStop(10);
} else if ((sl3 == "ok") && (sl3sc == 1000)) {
score = score + 1000;
sl3sc = 0;
sl3 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num3_mc.gotoAndStop(11);
} else if ((sl3 == "ok") && (sl3sc == 1500)) {
score = score + 1500;
sl3sc = 0;
sl3 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num3_mc.gotoAndStop(12);
}
if (((mode4 == "off") && (hit4 == "on")) && (wait4 != 0)) {
mode4 = "on";
} else if (((mode4 == "on") && (hit4 == "off")) && (wait4 != 0)) {
mode4 = "off";
}
if (((mode4 == "on") && (ks > 0)) && (hit4 == "on")) {
slot4_mc.mode4_mc.play();
mode4 = "step1";
}
if (((mode4 == "step1") && (ks > 0)) && (hit4 == "on")) {
slot4_mc.mode4_mc.play();
} else if ((mode4 == "step1") && (ks == 0)) {
mode4 = "step2";
}
if (((mode4 == "step2") && (s4gas == s4_sup)) && (gasre4 != gaswait4)) {
slot4_mc.gas4_mc.tube4_mc.gotoAndStop(2);
} else if (((mode4 == "step2") && (s4gas == s4_sup)) && (gasre4 == gaswait4)) {
slot4_mc.ox4_mc.gotoAndStop(1);
mode4 = "step3";
} else if (((mode4 == "step2") && (s4gas != s4_sup)) && (gasre4 != 0)) {
slot4_mc.ox4_mc.gotoAndStop(2);
slot4_mc.gas4_mc.tube4_mc.gotoAndStop(1);
mode4 = "off";
trace("\uC2AC\uB86F4 \uD2C0\uB838\uC5B4");
score = score - 200;
mo_mc.up_mc.gotoAndPlay(32);
num4_mc.gotoAndStop(13);
eps4_sound.start();
} else if (((((mode4 == "step3") && (s4gas == s4_sup)) && (gasre4 == gaswait4)) && (ks > 0)) && (hit4 == "on")) {
slot4_mc.ox4_mc.gotoAndStop(1);
slot4_mc.gas4_mc.tube4_mc.gotoAndStop(3);
mode4 = "off";
trace("\uC2AC\uB86F4 \uB9DE\uC558\uC5B4");
slot4_mc.play();
wait4 = 0;
gaswait4 = 0;
gasre4 = 0;
sl4 = "ok";
coin4_mc.gotoAndPlay(2);
mo_mc.up_mc.gotoAndPlay(2);
mes4 = "1";
} else if (((mode4 == "step3") && (s4gas == s4_sup)) && (wait4 == -1)) {
slot4_mc.ox4_mc.gotoAndStop(2);
slot4_mc.gas4_mc.tube4_mc.gotoAndStop(1);
mode4 = "off";
trace("\uC2AC\uB86F4 \uD2C0\uB838\uC5B4");
wait4 = 0;
slot4_mc.play();
gaswait4 = 0;
gasre4 = 0;
score = score - 500;
life--;
mo_mc.up_mc.gotoAndPlay(32);
num4_mc.gotoAndStop(14);
mes4 = "2";
eps4_sound.start();
}
if ((gasre4 == gaswait4) && (mode4 == "step3")) {
slot4_mc.d_mc.gage4_mc.light4_mc.gotoAndStop(2);
}
if ((sl4 == "ok") && (sl4sc == 100)) {
score = score + 100;
sl4sc = 0;
sl4 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num4_mc.gotoAndStop(2);
} else if ((sl4 == "ok") && (sl4sc == 200)) {
score = score + 200;
sl4sc = 0;
sl4 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num4_mc.gotoAndStop(3);
} else if ((sl4 == "ok") && (sl4sc == 300)) {
score = score + 300;
sl4sc = 0;
sl4 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num4_mc.gotoAndStop(4);
} else if ((sl4 == "ok") && (sl4sc == 400)) {
score = score + 400;
sl4sc = 0;
sl4 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num4_mc.gotoAndStop(5);
} else if ((sl4 == "ok") && (sl4sc == 500)) {
score = score + 500;
sl4sc = 0;
sl4 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num4_mc.gotoAndStop(6);
} else if ((sl4 == "ok") && (sl4sc == 600)) {
score = score + 600;
sl4sc = 0;
sl4 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num4_mc.gotoAndStop(7);
} else if ((sl4 == "ok") && (sl4sc == 700)) {
score = score + 700;
sl4sc = 0;
sl4 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num4_mc.gotoAndStop(8);
} else if ((sl4 == "ok") && (sl4sc == 800)) {
score = score + 800;
sl4sc = 0;
sl4 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num4_mc.gotoAndStop(9);
} else if ((sl4 == "ok") && (sl4sc == 900)) {
score = score + 900;
sl4sc = 0;
sl4 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num4_mc.gotoAndStop(10);
} else if ((sl4 == "ok") && (sl4sc == 1000)) {
score = score + 1000;
sl4sc = 0;
sl4 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num4_mc.gotoAndStop(11);
} else if ((sl4 == "ok") && (sl4sc == 1500)) {
score = score + 1500;
sl4sc = 0;
sl4 = "none";
mo_mc.ep1_mc.gotoAndPlay(2);
num4_mc.gotoAndStop(12);
}
trace((((((slot1_mc.slot1_car + " ") + slot2_mc.slot2_car) + " ") + slot3_mc.slot3_car) + " ") + slot4_mc.slot4_car);
}
if (end == "on") {
sc = 0;
time_sc = 0;
time_mi = 0;
slot1_mc.removeMovieClip();
slot2_mc.removeMovieClip();
slot3_mc.removeMovieClip();
slot4_mc.removeMovieClip();
mo_mc.removeMovieClip();
coin1_mc.removeMovieClip();
num1_mc.removeMovieClip();
coin2_mc.removeMovieClip();
num2_mc.removeMovieClip();
coin3_mc.removeMovieClip();
num3_mc.removeMovieClip();
coin4_mc.removeMovieClip();
num4_mc.removeMovieClip();
}
};
Frame 3 (46 B)
stopAllSounds();
gameover_mc.gotoAndStop(2);
Symbol 19 MovieClip Frame 1 (8 B)
stop();
Symbol 20 MovieClip Frame 1 (172 B)
this.onEnterFrame = function () {
if (_parent.alarm1 == "off") {
alarm1_mc.gotoAndStop(1);
} else if (_parent.alarm1 == "on") {
alarm1_mc.gotoAndStop(2);
}
};
Symbol 22 MovieClip Frame 1 (172 B)
this.onEnterFrame = function () {
if (_parent.alarm2 == "off") {
alarm2_mc.gotoAndStop(1);
} else if (_parent.alarm2 == "on") {
alarm2_mc.gotoAndStop(2);
}
};
Symbol 24 MovieClip Frame 1 (172 B)
this.onEnterFrame = function () {
if (_parent.alarm3 == "off") {
alarm3_mc.gotoAndStop(1);
} else if (_parent.alarm3 == "on") {
alarm3_mc.gotoAndStop(2);
}
};
Symbol 29 MovieClip Frame 1 (65 B)
if (_root.ch == "4") {
gotoAndStop (2);
} else {
stop();
}
Symbol 34 MovieClip Frame 1 (408 B)
switch (_root.ch) {
case "1" :
gotoAndStop (2);
break;
case "2" :
gotoAndStop (2);
break;
case "3" :
gotoAndStop (2);
break;
case "4" :
gotoAndStop (2);
break;
case "5" :
gotoAndStop (2);
break;
case "6" :
gotoAndStop (1);
break;
case "7" :
gotoAndStop (1);
break;
case "8" :
gotoAndStop (1);
break;
default :
gotoAndStop (2);
}
Symbol 37 MovieClip Frame 1 (408 B)
switch (_root.ch) {
case "1" :
gotoAndStop (2);
break;
case "2" :
gotoAndStop (2);
break;
case "3" :
gotoAndStop (2);
break;
case "4" :
gotoAndStop (2);
break;
case "5" :
gotoAndStop (2);
break;
case "6" :
gotoAndStop (1);
break;
case "7" :
gotoAndStop (1);
break;
case "8" :
gotoAndStop (1);
break;
default :
gotoAndStop (2);
}
Symbol 50 MovieClip Frame 1 (408 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;
case "6" :
gotoAndStop (6);
break;
case "7" :
gotoAndStop (7);
break;
case "8" :
gotoAndStop (8);
break;
default :
gotoAndStop (1);
}
Symbol 66 MovieClip Frame 1 (148 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.hit1 == "on") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 74 MovieClip Frame 10 (8 B)
stop();
Symbol 77 MovieClip Frame 10 (8 B)
stop();
Symbol 78 MovieClip Frame 1 (8 B)
stop();
Symbol 106 MovieClip Frame 1 (27 B)
stop();
slot1_gas = "g1";
Symbol 106 MovieClip Frame 2 (18 B)
slot1_gas = "g2";
Symbol 106 MovieClip Frame 3 (18 B)
slot1_gas = "g3";
Symbol 110 MovieClip Frame 1 (148 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.hit2 == "on") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 111 MovieClip Frame 1 (8 B)
stop();
Symbol 115 MovieClip Frame 1 (27 B)
stop();
slot2_gas = "g1";
Symbol 115 MovieClip Frame 2 (18 B)
slot2_gas = "g2";
Symbol 115 MovieClip Frame 3 (18 B)
slot2_gas = "g3";
Symbol 117 MovieClip Frame 1 (148 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.hit3 == "on") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 118 MovieClip Frame 1 (8 B)
stop();
Symbol 122 MovieClip Frame 1 (27 B)
stop();
slot3_gas = "g1";
Symbol 122 MovieClip Frame 2 (18 B)
slot3_gas = "g2";
Symbol 122 MovieClip Frame 3 (18 B)
slot3_gas = "g3";
Symbol 124 MovieClip Frame 1 (148 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.hit4 == "on") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 125 MovieClip Frame 1 (8 B)
stop();
Symbol 129 MovieClip Frame 1 (27 B)
stop();
slot4_gas = "g1";
Symbol 129 MovieClip Frame 2 (18 B)
slot4_gas = "g2";
Symbol 129 MovieClip Frame 3 (18 B)
slot4_gas = "g3";
Symbol 152 MovieClip Frame 1 (8 B)
stop();
Symbol 161 MovieClip Frame 1 (367 B)
stop();
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onPress = function () {
gotoAndStop (3);
};
this.onDragOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
this.onRelease = function () {
gotoAndStop (1);
_parent.nextFrame();
};
Symbol 170 MovieClip Frame 1 (375 B)
stop();
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onPress = function () {
gotoAndStop (3);
};
this.onDragOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
this.onRelease = function () {
gotoAndStop (1);
_parent._parent.nextFrame();
};
Symbol 180 MovieClip Frame 6 (8 B)
stop();
Symbol 181 MovieClip Frame 6 (8 B)
stop();
Symbol 182 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode2 != "step2") {
play();
} else {
stop();
}
};
Symbol 182 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 182 MovieClip Frame 22 (24 B)
_parent.gotoAndStop(7);
Symbol 183 MovieClip Frame 6 (8 B)
stop();
Symbol 184 MovieClip Frame 6 (8 B)
stop();
Symbol 186 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode2 != "step2") {
play();
} else {
stop();
}
};
Symbol 186 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 186 MovieClip Frame 22 (25 B)
_parent.gotoAndStop(22);
Symbol 187 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode1 != "step2") {
play();
} else {
stop();
}
};
Symbol 187 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 187 MovieClip Frame 22 (8 B)
stop();
Symbol 188 MovieClip Frame 6 (8 B)
stop();
Symbol 189 MovieClip Frame 6 (8 B)
stop();
Symbol 190 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode2 != "step2") {
play();
} else {
stop();
}
};
Symbol 190 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 190 MovieClip Frame 22 (25 B)
_parent.gotoAndStop(37);
Symbol 210 MovieClip Frame 1 (8 B)
stop();
Symbol 210 MovieClip Frame 2 (8 B)
stop();
Symbol 213 MovieClip Frame 1 (8 B)
stop();
Symbol 213 MovieClip Frame 2 (8 B)
stop();
Symbol 216 MovieClip Frame 1 (8 B)
stop();
Symbol 216 MovieClip Frame 2 (8 B)
stop();
Symbol 219 MovieClip Frame 1 (8 B)
stop();
Symbol 219 MovieClip Frame 2 (8 B)
stop();
Symbol 222 MovieClip Frame 1 (8 B)
stop();
Symbol 222 MovieClip Frame 2 (8 B)
stop();
Symbol 223 MovieClip Frame 1 (353 B)
stop();
next_mc.onRollOut = function () {
next_mc.gotoAndStop(1);
};
next_mc.onPress = function () {
next_mc.gotoAndStop(2);
};
next_mc.onDragOut = function () {
next_mc.gotoAndStop(1);
};
next_mc.onReleaseOutside = function () {
next_mc.gotoAndStop(1);
};
next_mc.onRelease = function () {
next_mc.gotoAndStop(1);
nextFrame();
};
Symbol 223 MovieClip Frame 3 (353 B)
stop();
next_mc.onRollOut = function () {
next_mc.gotoAndStop(1);
};
next_mc.onPress = function () {
next_mc.gotoAndStop(2);
};
next_mc.onDragOut = function () {
next_mc.gotoAndStop(1);
};
next_mc.onReleaseOutside = function () {
next_mc.gotoAndStop(1);
};
next_mc.onRelease = function () {
next_mc.gotoAndStop(1);
nextFrame();
};
Symbol 223 MovieClip Frame 13 (83 B)
next_mc.onRelease = function () {
next_mc.gotoAndStop(1);
gotoAndStop (2);
};
Symbol 230 MovieClip Frame 1 (8 B)
stop();
Symbol 231 MovieClip Frame 1 (172 B)
this.onEnterFrame = function () {
if (_parent.alarm1 == "off") {
alarm1_mc.gotoAndStop(1);
} else if (_parent.alarm1 == "on") {
alarm1_mc.gotoAndStop(2);
}
};
Symbol 234 MovieClip Frame 1 (8 B)
stop();
Symbol 235 MovieClip Frame 1 (172 B)
this.onEnterFrame = function () {
if (_parent.alarm2 == "off") {
alarm2_mc.gotoAndStop(1);
} else if (_parent.alarm2 == "on") {
alarm2_mc.gotoAndStop(2);
}
};
Symbol 238 MovieClip Frame 1 (8 B)
stop();
Symbol 239 MovieClip Frame 1 (172 B)
this.onEnterFrame = function () {
if (_parent.alarm3 == "off") {
alarm3_mc.gotoAndStop(1);
} else if (_parent.alarm3 == "on") {
alarm3_mc.gotoAndStop(2);
}
};
Symbol 242 MovieClip Frame 1 (8 B)
stop();
Symbol 243 MovieClip Frame 1 (172 B)
this.onEnterFrame = function () {
if (_parent.alarm4 == "off") {
alarm4_mc.gotoAndStop(1);
} else if (_parent.alarm4 == "on") {
alarm4_mc.gotoAndStop(2);
}
};
Symbol 260 MovieClip Frame 1 (397 B)
this.onEnterFrame = function () {
switch (_parent.slot1_car) {
case "1" :
gotoAndStop (2);
return;
case "2" :
gotoAndStop (3);
return;
case "3" :
gotoAndStop (4);
return;
case "4" :
gotoAndStop (5);
return;
case "5" :
gotoAndStop (6);
return;
case "6" :
gotoAndStop (7);
return;
case "7" :
gotoAndStop (8);
}
};
Symbol 260 MovieClip Frame 2 (27 B)
_parent._parent.s1gas = 2;
Symbol 260 MovieClip Frame 3 (27 B)
_parent._parent.s1gas = 2;
Symbol 260 MovieClip Frame 4 (27 B)
_parent._parent.s1gas = 3;
Symbol 260 MovieClip Frame 5 (27 B)
_parent._parent.s1gas = 3;
Symbol 260 MovieClip Frame 6 (27 B)
_parent._parent.s1gas = 1;
Symbol 260 MovieClip Frame 7 (27 B)
_parent._parent.s1gas = 1;
Symbol 260 MovieClip Frame 8 (27 B)
_parent._parent.s1gas = 1;
Symbol 261 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode1 != "step2") {
play();
} else {
stop();
}
};
Symbol 261 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 261 MovieClip Frame 22 (24 B)
_parent.gotoAndStop(7);
Symbol 262 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode1 != "step2") {
play();
} else {
stop();
}
};
Symbol 262 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 262 MovieClip Frame 22 (25 B)
_parent.gotoAndStop(22);
Symbol 263 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode1 != "step2") {
play();
} else {
stop();
}
};
Symbol 263 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 263 MovieClip Frame 22 (25 B)
_parent.gotoAndStop(37);
Symbol 264 MovieClip Frame 1 (8 B)
stop();
Symbol 264 MovieClip Frame 2 (99 B)
_parent._parent.eps6_sound.start();
_parent.gas1_mc.gotoAndStop(1);
_parent._parent.s1_sup = 1;
Symbol 264 MovieClip Frame 6 (17 B)
gotoAndPlay (8);
Symbol 264 MovieClip Frame 9 (61 B)
_parent.gas1_mc.gotoAndStop(1);
_parent._parent.s1_sup = 1;
Symbol 264 MovieClip Frame 16 (37 B)
stop();
_parent._parent.s1_sup = 1;
Symbol 264 MovieClip Frame 17 (66 B)
_parent._parent.eps6_sound.start();
_parent._parent.s1_sup = 2;
Symbol 264 MovieClip Frame 20 (32 B)
_parent.gas1_mc.gotoAndStop(2);
Symbol 264 MovieClip Frame 21 (18 B)
gotoAndPlay (23);
Symbol 264 MovieClip Frame 23 (32 B)
_parent.gas1_mc.gotoAndStop(2);
Symbol 264 MovieClip Frame 30 (37 B)
stop();
_parent._parent.s1_sup = 2;
Symbol 264 MovieClip Frame 31 (66 B)
_parent._parent.eps6_sound.start();
_parent._parent.s1_sup = 3;
Symbol 264 MovieClip Frame 36 (18 B)
gotoAndPlay (38);
Symbol 264 MovieClip Frame 38 (61 B)
_parent.gas1_mc.gotoAndStop(3);
_parent._parent.s1_sup = 3;
Symbol 264 MovieClip Frame 44 (37 B)
stop();
_parent._parent.s1_sup = 3;
Symbol 264 MovieClip Frame 45 (17 B)
gotoAndPlay (2);
Symbol 268 MovieClip Frame 121 (52 B)
_parent._parent._parent._parent._parent.wait1 = -1;
Symbol 269 MovieClip Frame 1 (8 B)
stop();
Symbol 269 MovieClip Frame 2 (52 B)
_parent._parent._parent._parent.eps5_sound.start();
Symbol 272 MovieClip Frame 121 (52 B)
_parent._parent._parent._parent._parent.wait1 = -1;
Symbol 273 MovieClip Frame 1 (8 B)
stop();
Symbol 276 MovieClip Frame 10 (8 B)
stop();
Symbol 277 MovieClip Frame 10 (8 B)
stop();
Symbol 278 MovieClip Frame 10 (8 B)
stop();
Symbol 279 MovieClip Frame 10 (8 B)
stop();
Symbol 280 MovieClip Frame 10 (8 B)
stop();
Symbol 281 MovieClip Frame 10 (8 B)
stop();
Symbol 282 MovieClip Frame 10 (8 B)
stop();
Symbol 283 MovieClip Frame 10 (8 B)
stop();
Symbol 284 MovieClip Frame 10 (8 B)
stop();
Symbol 285 MovieClip Frame 10 (8 B)
stop();
Symbol 286 MovieClip Frame 10 (8 B)
stop();
Symbol 287 MovieClip Frame 1 (8 B)
stop();
Symbol 289 MovieClip Frame 10 (8 B)
stop();
Symbol 290 MovieClip Frame 10 (8 B)
stop();
Symbol 291 MovieClip Frame 10 (8 B)
stop();
Symbol 292 MovieClip Frame 10 (8 B)
stop();
Symbol 293 MovieClip Frame 10 (8 B)
stop();
Symbol 294 MovieClip Frame 10 (8 B)
stop();
Symbol 295 MovieClip Frame 10 (8 B)
stop();
Symbol 296 MovieClip Frame 10 (8 B)
stop();
Symbol 297 MovieClip Frame 10 (8 B)
stop();
Symbol 298 MovieClip Frame 10 (8 B)
stop();
Symbol 299 MovieClip Frame 10 (8 B)
stop();
Symbol 300 MovieClip Frame 1 (8 B)
stop();
Symbol 300 MovieClip Frame 2 (44 B)
_parent._parent._parent.eps3_sound.start();
Symbol 301 MovieClip Frame 9 (4.08 KiB) ●
stop();
_parent._parent.gasre1 = Math.floor((Math.random() * 10) + 1);
if (_parent._parent.gasre1 == 1) {
gasre1.gotoAndStop(2);
_parent._parent.sl1sc = 100;
}
if (_parent._parent.gasre1 == 2) {
gasre1.gotoAndStop(3);
_parent._parent.sl1sc = 200;
}
if (_parent._parent.gasre1 == 3) {
gasre1.gotoAndStop(4);
_parent._parent.sl1sc = 300;
}
if (_parent._parent.gasre1 == 4) {
gasre1.gotoAndStop(5);
_parent._parent.sl1sc = 400;
}
if (_parent._parent.gasre1 == 5) {
gasre1.gotoAndStop(6);
_parent._parent.sl1sc = 500;
}
if (_parent._parent.gasre1 == 6) {
gasre1.gotoAndStop(7);
_parent._parent.sl1sc = 600;
}
if (_parent._parent.gasre1 == 7) {
gasre1.gotoAndStop(8);
_parent._parent.sl1sc = 700;
}
if (_parent._parent.gasre1 == 8) {
gasre1.gotoAndStop(9);
_parent._parent.sl1sc = 800;
}
if (_parent._parent.gasre1 == 9) {
gasre1.gotoAndStop(10);
_parent._parent.sl1sc = 900;
}
if (_parent._parent.gasre1 == 10) {
gasre1.gotoAndStop(11);
_parent._parent.sl1sc = 1000;
}
if (_parent._parent.gasre1 == 11) {
gasre1.gotoAndStop(12);
_parent._parent.sl1sc = 1500;
}
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent.end == "off") {
if (((_local1._parent.mode1 == "off") || (_local1._parent.mode1 == "on")) || (_local1._parent.mode1 == "step1")) {
_local1._parent.gage1++;
}
if (_local1._parent.mode1 == "step2") {
_local1._parent.gasgage1++;
}
if (_local1._parent.gage1 >= 12) {
_local1._parent.wait1++;
_local1._parent.gage1 = 0;
}
if (_local1._parent.gasgage1 >= 12) {
_local1._parent.gaswait1++;
_local1._parent.gasgage1 = 0;
}
if ((_local1._parent.wait1 >= 11) && (_local1._parent.mode1 == "step2")) {
_local1._parent.wait1 = 11;
}
if ((_local1._parent.wait1 == 17) && (_local1._parent.mode1 != "step2")) {
_local1.play();
_local1._parent.score = _local1._parent.score - 500;
_local1._parent.num1_mc.gotoAndStop(14);
_local1._parent.life--;
_local1._parent.wait1 = 0;
_local1._parent.mes1 = "2";
_local1._parent.eps4_sound.start();
}
if (_local1._parent.wait1 == 1) {
gage1_mc.gotoAndStop(2);
} else if (_local1._parent.wait1 == 2) {
gage1_mc.gotoAndStop(3);
} else if (_local1._parent.wait1 == 3) {
gage1_mc.gotoAndStop(4);
} else if (_local1._parent.wait1 == 4) {
gage1_mc.gotoAndStop(5);
} else if (_local1._parent.wait1 == 5) {
gage1_mc.gotoAndStop(6);
} else if (_local1._parent.wait1 == 6) {
gage1_mc.gotoAndStop(7);
} else if (_local1._parent.wait1 == 7) {
gage1_mc.gotoAndStop(8);
} else if (_local1._parent.wait1 == 8) {
gage1_mc.gotoAndStop(9);
} else if (_local1._parent.wait1 == 9) {
gage1_mc.gotoAndStop(10);
} else if (_local1._parent.wait1 == 10) {
gage1_mc.gotoAndStop(11);
} else if (_local1._parent.wait1 == 11) {
gage1_mc.gotoAndStop(12);
} else if (_local1._parent.wait1 == 12) {
gage1_mc.gotoAndStop(13);
} else if (_local1._parent.wait1 == 13) {
gage1_mc.gotoAndStop(14);
} else if (_local1._parent.wait1 == 14) {
gage1_mc.gotoAndStop(15);
} else if (_local1._parent.wait1 == 15) {
gage1_mc.gotoAndStop(16);
} else if (_local1._parent.wait1 == 16) {
gage1_mc.gotoAndStop(17);
}
if (_local1._parent.gaswait1 == 1) {
gasgage1.gotoAndStop(2);
} else if (_local1._parent.gaswait1 == 2) {
gasgage1.gotoAndStop(3);
} else if (_local1._parent.gaswait1 == 3) {
gasgage1.gotoAndStop(4);
} else if (_local1._parent.gaswait1 == 4) {
gasgage1.gotoAndStop(5);
} else if (_local1._parent.gaswait1 == 5) {
gasgage1.gotoAndStop(6);
} else if (_local1._parent.gaswait1 == 6) {
gasgage1.gotoAndStop(7);
} else if (_local1._parent.gaswait1 == 7) {
gasgage1.gotoAndStop(8);
} else if (_local1._parent.gaswait1 == 8) {
gasgage1.gotoAndStop(9);
} else if (_local1._parent.gaswait1 == 9) {
gasgage1.gotoAndStop(10);
} else if (_local1._parent.gaswait1 == 10) {
gasgage1.gotoAndStop(11);
} else if (_local1._parent.gaswait1 == 11) {
gasgage1.gotoAndStop(12);
}
}
};
Symbol 303 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode1 == "step2") {
play();
}
};
Symbol 303 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 303 MovieClip Frame 16 (8 B)
stop();
Symbol 305 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode1 == "step2") {
play();
}
};
Symbol 305 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 305 MovieClip Frame 16 (8 B)
stop();
Symbol 307 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode1 == "step2") {
play();
}
};
Symbol 307 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 307 MovieClip Frame 16 (8 B)
stop();
Symbol 308 MovieClip Frame 1 (178 B)
if (_parent._parent.s1gas == 1) {
gotoAndStop (2);
} else if (_parent._parent.s1gas == 2) {
gotoAndStop (3);
} else if (_parent._parent.s1gas == 3) {
gotoAndStop (4);
}
Symbol 310 MovieClip Frame 10 (24 B)
_parent.gotoAndStop(1);
Symbol 311 MovieClip Frame 1 (8 B)
stop();
Symbol 313 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes1 = "0";
stop();
Symbol 315 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes1 = "0";
stop();
Symbol 317 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes1 = "0";
stop();
Symbol 319 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes1 = "0";
stop();
Symbol 321 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes1 = "0";
stop();
Symbol 323 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes1 = "0";
stop();
Symbol 324 MovieClip Frame 1 (157 B)
switch (_parent._parent.mes1) {
case "0" :
gotoAndStop (1);
break;
case "1" :
gotoAndStop (2);
break;
case "2" :
gotoAndStop (5);
}
Symbol 324 MovieClip Frame 2 (247 B)
mes1_1 = Math.floor((Math.random() * 10) + 1);
if ((mes1_1 > 0) && (mes1_1 <= 3)) {
gotoAndStop (2);
} else if ((mes1_1 > 3) && (mes1_1 <= 6)) {
gotoAndStop (3);
} else if (mes1_1 > 6) {
gotoAndStop (4);
}
Symbol 324 MovieClip Frame 5 (247 B)
mes1_2 = Math.floor((Math.random() * 10) + 1);
if ((mes1_2 > 0) && (mes1_2 <= 3)) {
gotoAndStop (5);
} else if ((mes1_2 > 3) && (mes1_2 <= 6)) {
gotoAndStop (6);
} else if (mes1_2 > 6) {
gotoAndStop (7);
}
Symbol 325 MovieClip Frame 1 (695 B)
if (((_parent.cho == 2) || (_parent.cho == 3)) || (_parent.cho == 4)) {
play();
} else {
stop();
}
slot1_car = Math.floor((Math.random() * 10) + 1);
if (slot1_car == 1) {
slot1_car = "1";
} else if (slot1_car == 2) {
slot1_car = "2";
} else if (slot1_car == 3) {
slot1_car = "3";
} else if (slot1_car == 4) {
slot1_car = "4";
} else if (slot1_car == 5) {
slot1_car = "5";
} else if (slot1_car == 6) {
slot1_car = "6";
} else if (slot1_car == 7) {
slot1_car = "7";
} else if (slot1_car == 8) {
slot1_car = "1";
} else if (slot1_car == 9) {
slot1_car = "3";
} else if (slot1_car >= 10) {
slot1_car = "5";
}
_parent.mode1 = "off";
_parent.alarm1 = "off";
Symbol 325 MovieClip Frame 35 (61 B)
stop();
_parent.alarm1 = "on";
_parent.eps2_sound.start();
Symbol 325 MovieClip Frame 36 (24 B)
_parent.alarm1 = "off";
Symbol 325 MovieClip Frame 60 (107 B)
if (_parent.cho == 2) {
_parent.cho = 3;
_parent.slot3_mc.play();
}
gas1_mc.tube1_mc.gotoAndStop(1);
Symbol 327 MovieClip Frame 1 (406 B)
stop();
this.onEnterFrame = function () {
switch (_parent.slot2_car) {
case "1" :
gotoAndStop (2);
return;
case "2" :
gotoAndStop (3);
return;
case "3" :
gotoAndStop (4);
return;
case "4" :
gotoAndStop (5);
return;
case "5" :
gotoAndStop (6);
return;
case "6" :
gotoAndStop (7);
return;
case "7" :
gotoAndStop (8);
}
};
Symbol 327 MovieClip Frame 2 (27 B)
_parent._parent.s2gas = 2;
Symbol 327 MovieClip Frame 3 (27 B)
_parent._parent.s2gas = 2;
Symbol 327 MovieClip Frame 4 (27 B)
_parent._parent.s2gas = 3;
Symbol 327 MovieClip Frame 5 (27 B)
_parent._parent.s2gas = 3;
Symbol 327 MovieClip Frame 6 (27 B)
_parent._parent.s2gas = 1;
Symbol 327 MovieClip Frame 7 (27 B)
_parent._parent.s2gas = 1;
Symbol 327 MovieClip Frame 8 (27 B)
_parent._parent.s2gas = 1;
Symbol 328 MovieClip Frame 1 (8 B)
stop();
Symbol 328 MovieClip Frame 2 (99 B)
_parent._parent.eps6_sound.start();
_parent.gas2_mc.gotoAndStop(1);
_parent._parent.s2_sup = 1;
Symbol 328 MovieClip Frame 6 (17 B)
gotoAndPlay (8);
Symbol 328 MovieClip Frame 9 (61 B)
_parent.gas2_mc.gotoAndStop(1);
_parent._parent.s2_sup = 1;
Symbol 328 MovieClip Frame 16 (37 B)
stop();
_parent._parent.s2_sup = 1;
Symbol 328 MovieClip Frame 17 (66 B)
_parent._parent.eps6_sound.start();
_parent._parent.s2_sup = 2;
Symbol 328 MovieClip Frame 20 (32 B)
_parent.gas2_mc.gotoAndStop(2);
Symbol 328 MovieClip Frame 21 (18 B)
gotoAndPlay (23);
Symbol 328 MovieClip Frame 23 (32 B)
_parent.gas2_mc.gotoAndStop(2);
Symbol 328 MovieClip Frame 30 (37 B)
stop();
_parent._parent.s2_sup = 2;
Symbol 328 MovieClip Frame 31 (66 B)
_parent._parent.eps6_sound.start();
_parent._parent.s2_sup = 3;
Symbol 328 MovieClip Frame 36 (18 B)
gotoAndPlay (38);
Symbol 328 MovieClip Frame 38 (61 B)
_parent.gas2_mc.gotoAndStop(3);
_parent._parent.s2_sup = 3;
Symbol 328 MovieClip Frame 44 (37 B)
stop();
_parent._parent.s2_sup = 3;
Symbol 328 MovieClip Frame 45 (17 B)
gotoAndPlay (2);
Symbol 329 MovieClip Frame 121 (52 B)
_parent._parent._parent._parent._parent.wait2 = -1;
Symbol 330 MovieClip Frame 1 (8 B)
stop();
Symbol 330 MovieClip Frame 2 (52 B)
_parent._parent._parent._parent.eps5_sound.start();
Symbol 331 MovieClip Frame 1 (8 B)
stop();
Symbol 332 MovieClip Frame 1 (8 B)
stop();
Symbol 333 MovieClip Frame 1 (8 B)
stop();
Symbol 333 MovieClip Frame 2 (44 B)
_parent._parent._parent.eps3_sound.start();
Symbol 334 MovieClip Frame 9 (4.08 KiB) ●
stop();
_parent._parent.gasre2 = Math.floor((Math.random() * 10) + 1);
if (_parent._parent.gasre2 == 1) {
gasre2.gotoAndStop(2);
_parent._parent.sl2sc = 100;
}
if (_parent._parent.gasre2 == 2) {
gasre2.gotoAndStop(3);
_parent._parent.sl2sc = 200;
}
if (_parent._parent.gasre2 == 3) {
gasre2.gotoAndStop(4);
_parent._parent.sl2sc = 300;
}
if (_parent._parent.gasre2 == 4) {
gasre2.gotoAndStop(5);
_parent._parent.sl2sc = 400;
}
if (_parent._parent.gasre2 == 5) {
gasre2.gotoAndStop(6);
_parent._parent.sl2sc = 500;
}
if (_parent._parent.gasre2 == 6) {
gasre2.gotoAndStop(7);
_parent._parent.sl2sc = 600;
}
if (_parent._parent.gasre2 == 7) {
gasre2.gotoAndStop(8);
_parent._parent.sl2sc = 700;
}
if (_parent._parent.gasre2 == 8) {
gasre2.gotoAndStop(9);
_parent._parent.sl2sc = 800;
}
if (_parent._parent.gasre2 == 9) {
gasre2.gotoAndStop(10);
_parent._parent.sl2sc = 900;
}
if (_parent._parent.gasre2 == 10) {
gasre2.gotoAndStop(11);
_parent._parent.sl2sc = 1000;
}
if (_parent._parent.gasre2 == 11) {
gasre2.gotoAndStop(12);
_parent._parent.sl2sc = 1500;
}
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent.end == "off") {
if (((_local1._parent.mode2 == "off") || (_local1._parent.mode2 == "on")) || (_local1._parent.mode2 == "step1")) {
_local1._parent.gage2++;
}
if (_local1._parent.mode2 == "step2") {
_local1._parent.gasgage2++;
}
if (_local1._parent.gage2 >= 12) {
_local1._parent.wait2++;
_local1._parent.gage2 = 0;
}
if (_local1._parent.gasgage2 >= 12) {
_local1._parent.gaswait2++;
_local1._parent.gasgage2 = 0;
}
if ((_local1._parent.wait2 >= 11) && (_local1._parent.mode2 == "step2")) {
_local1._parent.wait2 = 11;
}
if ((_local1._parent.wait2 == 17) && (_local1._parent.mode2 != "step2")) {
_local1.play();
_local1._parent.score = _local1._parent.score - 500;
_local1._parent.num2_mc.gotoAndStop(14);
_local1._parent.life--;
_local1._parent.wait2 = 0;
_local1._parent.mes2 = "2";
_local1._parent.eps4_sound.start();
}
if (_local1._parent.wait2 == 1) {
gage2_mc.gotoAndStop(2);
} else if (_local1._parent.wait2 == 2) {
gage2_mc.gotoAndStop(3);
} else if (_local1._parent.wait2 == 3) {
gage2_mc.gotoAndStop(4);
} else if (_local1._parent.wait2 == 4) {
gage2_mc.gotoAndStop(5);
} else if (_local1._parent.wait2 == 5) {
gage2_mc.gotoAndStop(6);
} else if (_local1._parent.wait2 == 6) {
gage2_mc.gotoAndStop(7);
} else if (_local1._parent.wait2 == 7) {
gage2_mc.gotoAndStop(8);
} else if (_local1._parent.wait2 == 8) {
gage2_mc.gotoAndStop(9);
} else if (_local1._parent.wait2 == 9) {
gage2_mc.gotoAndStop(10);
} else if (_local1._parent.wait2 == 10) {
gage2_mc.gotoAndStop(11);
} else if (_local1._parent.wait2 == 11) {
gage2_mc.gotoAndStop(12);
} else if (_local1._parent.wait2 == 12) {
gage2_mc.gotoAndStop(13);
} else if (_local1._parent.wait2 == 13) {
gage2_mc.gotoAndStop(14);
} else if (_local1._parent.wait2 == 14) {
gage2_mc.gotoAndStop(15);
} else if (_local1._parent.wait2 == 15) {
gage2_mc.gotoAndStop(16);
} else if (_local1._parent.wait2 == 16) {
gage2_mc.gotoAndStop(17);
}
if (_local1._parent.gaswait2 == 1) {
gasgage2.gotoAndStop(2);
} else if (_local1._parent.gaswait2 == 2) {
gasgage2.gotoAndStop(3);
} else if (_local1._parent.gaswait2 == 3) {
gasgage2.gotoAndStop(4);
} else if (_local1._parent.gaswait2 == 4) {
gasgage2.gotoAndStop(5);
} else if (_local1._parent.gaswait2 == 5) {
gasgage2.gotoAndStop(6);
} else if (_local1._parent.gaswait2 == 6) {
gasgage2.gotoAndStop(7);
} else if (_local1._parent.gaswait2 == 7) {
gasgage2.gotoAndStop(8);
} else if (_local1._parent.gaswait2 == 8) {
gasgage2.gotoAndStop(9);
} else if (_local1._parent.gaswait2 == 9) {
gasgage2.gotoAndStop(10);
} else if (_local1._parent.gaswait2 == 10) {
gasgage2.gotoAndStop(11);
} else if (_local1._parent.gaswait2 == 11) {
gasgage2.gotoAndStop(12);
}
}
};
Symbol 335 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode2 == "step2") {
play();
}
};
Symbol 335 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 335 MovieClip Frame 16 (8 B)
stop();
Symbol 336 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode2 == "step2") {
play();
}
};
Symbol 336 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 336 MovieClip Frame 16 (8 B)
stop();
Symbol 337 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode2 == "step2") {
play();
}
};
Symbol 337 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 337 MovieClip Frame 16 (8 B)
stop();
Symbol 338 MovieClip Frame 1 (178 B)
if (_parent._parent.s2gas == 1) {
gotoAndStop (2);
} else if (_parent._parent.s2gas == 2) {
gotoAndStop (3);
} else if (_parent._parent.s2gas == 3) {
gotoAndStop (4);
}
Symbol 339 MovieClip Frame 1 (8 B)
stop();
Symbol 340 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes2 = "0";
stop();
Symbol 341 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes2 = "0";
stop();
Symbol 342 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes2 = "0";
stop();
Symbol 343 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes2 = "0";
stop();
Symbol 344 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes2 = "0";
stop();
Symbol 345 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes2 = "0";
stop();
Symbol 346 MovieClip Frame 1 (157 B)
switch (_parent._parent.mes2) {
case "0" :
gotoAndStop (1);
break;
case "1" :
gotoAndStop (2);
break;
case "2" :
gotoAndStop (5);
}
Symbol 346 MovieClip Frame 2 (247 B)
mes2_1 = Math.floor((Math.random() * 10) + 1);
if ((mes2_1 > 0) && (mes2_1 <= 3)) {
gotoAndStop (2);
} else if ((mes2_1 > 3) && (mes2_1 <= 6)) {
gotoAndStop (3);
} else if (mes2_1 > 6) {
gotoAndStop (4);
}
Symbol 346 MovieClip Frame 5 (247 B)
mes2_2 = Math.floor((Math.random() * 10) + 1);
if ((mes2_2 > 0) && (mes2_2 <= 3)) {
gotoAndStop (5);
} else if ((mes2_2 > 3) && (mes2_2 <= 6)) {
gotoAndStop (6);
} else if (mes2_2 > 6) {
gotoAndStop (7);
}
Symbol 347 MovieClip Frame 1 (589 B)
slot2_car = Math.floor((Math.random() * 10) + 1);
if (slot2_car == 1) {
slot2_car = "1";
} else if (slot2_car == 2) {
slot2_car = "2";
} else if (slot2_car == 3) {
slot2_car = "3";
} else if (slot2_car == 4) {
slot2_car = "4";
} else if (slot2_car == 5) {
slot2_car = "5";
} else if (slot2_car == 6) {
slot2_car = "6";
} else if (slot2_car == 7) {
slot2_car = "7";
} else if (slot2_car == 8) {
slot2_car = "1";
} else if (slot2_car == 9) {
slot2_car = "3";
} else if (slot2_car >= 10) {
slot2_car = "5";
}
_parent.mode2 = "off";
_parent.alarm2 = "off";
Symbol 347 MovieClip Frame 35 (61 B)
stop();
_parent.alarm2 = "on";
_parent.eps2_sound.start();
Symbol 347 MovieClip Frame 36 (24 B)
_parent.alarm2 = "off";
Symbol 347 MovieClip Frame 60 (107 B)
if (_parent.cho == 1) {
_parent.cho = 2;
_parent.slot1_mc.play();
}
gas2_mc.tube2_mc.gotoAndStop(1);
Symbol 349 MovieClip Frame 1 (397 B)
this.onEnterFrame = function () {
switch (_parent.slot3_car) {
case "1" :
gotoAndStop (2);
return;
case "2" :
gotoAndStop (3);
return;
case "3" :
gotoAndStop (4);
return;
case "4" :
gotoAndStop (5);
return;
case "5" :
gotoAndStop (6);
return;
case "6" :
gotoAndStop (7);
return;
case "7" :
gotoAndStop (8);
}
};
Symbol 349 MovieClip Frame 2 (27 B)
_parent._parent.s3gas = 2;
Symbol 349 MovieClip Frame 3 (27 B)
_parent._parent.s3gas = 2;
Symbol 349 MovieClip Frame 4 (27 B)
_parent._parent.s3gas = 3;
Symbol 349 MovieClip Frame 5 (27 B)
_parent._parent.s3gas = 3;
Symbol 349 MovieClip Frame 6 (27 B)
_parent._parent.s3gas = 1;
Symbol 349 MovieClip Frame 7 (27 B)
_parent._parent.s3gas = 1;
Symbol 349 MovieClip Frame 8 (27 B)
_parent._parent.s3gas = 1;
Symbol 350 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode3 != "step2") {
play();
} else {
stop();
}
};
Symbol 350 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 350 MovieClip Frame 22 (24 B)
_parent.gotoAndStop(7);
Symbol 351 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode3 != "step2") {
play();
} else {
stop();
}
};
Symbol 351 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 351 MovieClip Frame 22 (25 B)
_parent.gotoAndStop(22);
Symbol 352 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode3 != "step2") {
play();
} else {
stop();
}
};
Symbol 352 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 352 MovieClip Frame 22 (25 B)
_parent.gotoAndStop(37);
Symbol 353 MovieClip Frame 1 (8 B)
stop();
Symbol 353 MovieClip Frame 2 (99 B)
_parent._parent.eps6_sound.start();
_parent.gas3_mc.gotoAndStop(1);
_parent._parent.s3_sup = 1;
Symbol 353 MovieClip Frame 6 (17 B)
gotoAndPlay (8);
Symbol 353 MovieClip Frame 9 (61 B)
_parent.gas3_mc.gotoAndStop(1);
_parent._parent.s3_sup = 1;
Symbol 353 MovieClip Frame 16 (37 B)
stop();
_parent._parent.s3_sup = 1;
Symbol 353 MovieClip Frame 17 (66 B)
_parent._parent.eps6_sound.start();
_parent._parent.s3_sup = 2;
Symbol 353 MovieClip Frame 20 (32 B)
_parent.gas3_mc.gotoAndStop(2);
Symbol 353 MovieClip Frame 21 (18 B)
gotoAndPlay (23);
Symbol 353 MovieClip Frame 23 (32 B)
_parent.gas3_mc.gotoAndStop(2);
Symbol 353 MovieClip Frame 30 (37 B)
stop();
_parent._parent.s3_sup = 2;
Symbol 353 MovieClip Frame 31 (66 B)
_parent._parent.eps6_sound.start();
_parent._parent.s3_sup = 3;
Symbol 353 MovieClip Frame 36 (18 B)
gotoAndPlay (38);
Symbol 353 MovieClip Frame 38 (61 B)
_parent.gas3_mc.gotoAndStop(3);
_parent._parent.s3_sup = 3;
Symbol 353 MovieClip Frame 44 (37 B)
stop();
_parent._parent.s3_sup = 3;
Symbol 353 MovieClip Frame 45 (17 B)
gotoAndPlay (2);
Symbol 354 MovieClip Frame 121 (52 B)
_parent._parent._parent._parent._parent.wait3 = -1;
Symbol 355 MovieClip Frame 1 (8 B)
stop();
Symbol 355 MovieClip Frame 2 (52 B)
_parent._parent._parent._parent.eps5_sound.start();
Symbol 356 MovieClip Frame 1 (8 B)
stop();
Symbol 357 MovieClip Frame 1 (8 B)
stop();
Symbol 358 MovieClip Frame 1 (8 B)
stop();
Symbol 358 MovieClip Frame 2 (44 B)
_parent._parent._parent.eps3_sound.start();
Symbol 359 MovieClip Frame 9 (4.08 KiB) ●
stop();
_parent._parent.gasre3 = Math.floor((Math.random() * 10) + 1);
if (_parent._parent.gasre3 == 1) {
gasre3.gotoAndStop(2);
_parent._parent.sl3sc = 100;
}
if (_parent._parent.gasre3 == 2) {
gasre3.gotoAndStop(3);
_parent._parent.sl3sc = 200;
}
if (_parent._parent.gasre3 == 3) {
gasre3.gotoAndStop(4);
_parent._parent.sl3sc = 300;
}
if (_parent._parent.gasre3 == 4) {
gasre3.gotoAndStop(5);
_parent._parent.sl3sc = 400;
}
if (_parent._parent.gasre3 == 5) {
gasre3.gotoAndStop(6);
_parent._parent.sl3sc = 500;
}
if (_parent._parent.gasre3 == 6) {
gasre3.gotoAndStop(7);
_parent._parent.sl3sc = 600;
}
if (_parent._parent.gasre3 == 7) {
gasre3.gotoAndStop(8);
_parent._parent.sl3sc = 700;
}
if (_parent._parent.gasre3 == 8) {
gasre3.gotoAndStop(9);
_parent._parent.sl3sc = 800;
}
if (_parent._parent.gasre3 == 9) {
gasre3.gotoAndStop(10);
_parent._parent.sl3sc = 900;
}
if (_parent._parent.gasre3 == 10) {
gasre3.gotoAndStop(11);
_parent._parent.sl3sc = 1000;
}
if (_parent._parent.gasre3 == 11) {
gasre3.gotoAndStop(12);
_parent._parent.sl3sc = 1500;
}
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent.end == "off") {
if (((_local1._parent.mode3 == "off") || (_local1._parent.mode3 == "on")) || (_local1._parent.mode3 == "step1")) {
_local1._parent.gage3++;
}
if (_local1._parent.mode3 == "step2") {
_local1._parent.gasgage3++;
}
if (_local1._parent.gage3 >= 12) {
_local1._parent.wait3++;
_local1._parent.gage3 = 0;
}
if (_local1._parent.gasgage3 >= 12) {
_local1._parent.gaswait3++;
_local1._parent.gasgage3 = 0;
}
if ((_local1._parent.wait3 >= 11) && (_local1._parent.mode3 == "step2")) {
_local1._parent.wait3 = 11;
}
if ((_local1._parent.wait3 == 17) && (_local1._parent.mode3 != "step2")) {
_local1.play();
_local1._parent.score = _local1._parent.score - 500;
_local1._parent.num3_mc.gotoAndStop(14);
_local1._parent.life--;
_local1._parent.wait3 = 0;
_local1._parent.mes3 = "2";
_local1._parent.eps4_sound.start();
}
if (_local1._parent.wait3 == 1) {
gage3_mc.gotoAndStop(2);
} else if (_local1._parent.wait3 == 2) {
gage3_mc.gotoAndStop(3);
} else if (_local1._parent.wait3 == 3) {
gage3_mc.gotoAndStop(4);
} else if (_local1._parent.wait3 == 4) {
gage3_mc.gotoAndStop(5);
} else if (_local1._parent.wait3 == 5) {
gage3_mc.gotoAndStop(6);
} else if (_local1._parent.wait3 == 6) {
gage3_mc.gotoAndStop(7);
} else if (_local1._parent.wait3 == 7) {
gage3_mc.gotoAndStop(8);
} else if (_local1._parent.wait3 == 8) {
gage3_mc.gotoAndStop(9);
} else if (_local1._parent.wait3 == 9) {
gage3_mc.gotoAndStop(10);
} else if (_local1._parent.wait3 == 10) {
gage3_mc.gotoAndStop(11);
} else if (_local1._parent.wait3 == 11) {
gage3_mc.gotoAndStop(12);
} else if (_local1._parent.wait3 == 12) {
gage3_mc.gotoAndStop(13);
} else if (_local1._parent.wait3 == 13) {
gage3_mc.gotoAndStop(14);
} else if (_local1._parent.wait3 == 14) {
gage3_mc.gotoAndStop(15);
} else if (_local1._parent.wait3 == 15) {
gage3_mc.gotoAndStop(16);
} else if (_local1._parent.wait3 == 16) {
gage3_mc.gotoAndStop(17);
}
if (_local1._parent.gaswait3 == 1) {
gasgage3.gotoAndStop(2);
} else if (_local1._parent.gaswait3 == 2) {
gasgage3.gotoAndStop(3);
} else if (_local1._parent.gaswait3 == 3) {
gasgage3.gotoAndStop(4);
} else if (_local1._parent.gaswait3 == 4) {
gasgage3.gotoAndStop(5);
} else if (_local1._parent.gaswait3 == 5) {
gasgage3.gotoAndStop(6);
} else if (_local1._parent.gaswait3 == 6) {
gasgage3.gotoAndStop(7);
} else if (_local1._parent.gaswait3 == 7) {
gasgage3.gotoAndStop(8);
} else if (_local1._parent.gaswait3 == 8) {
gasgage3.gotoAndStop(9);
} else if (_local1._parent.gaswait3 == 9) {
gasgage3.gotoAndStop(10);
} else if (_local1._parent.gaswait3 == 10) {
gasgage3.gotoAndStop(11);
} else if (_local1._parent.gaswait3 == 11) {
gasgage3.gotoAndStop(12);
}
}
};
Symbol 360 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode3 == "step2") {
play();
}
};
Symbol 360 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 360 MovieClip Frame 16 (8 B)
stop();
Symbol 361 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode3 == "step2") {
play();
}
};
Symbol 361 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 361 MovieClip Frame 16 (8 B)
stop();
Symbol 362 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode3 == "step2") {
play();
}
};
Symbol 362 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 362 MovieClip Frame 16 (8 B)
stop();
Symbol 363 MovieClip Frame 1 (178 B)
if (_parent._parent.s3gas == 1) {
gotoAndStop (2);
} else if (_parent._parent.s3gas == 2) {
gotoAndStop (3);
} else if (_parent._parent.s3gas == 3) {
gotoAndStop (4);
}
Symbol 364 MovieClip Frame 1 (8 B)
stop();
Symbol 365 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes3 = "0";
stop();
Symbol 366 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes3 = "0";
stop();
Symbol 367 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes3 = "0";
stop();
Symbol 368 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes3 = "0";
stop();
Symbol 369 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes3 = "0";
stop();
Symbol 370 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes3 = "0";
stop();
Symbol 371 MovieClip Frame 1 (157 B)
switch (_parent._parent.mes3) {
case "0" :
gotoAndStop (1);
break;
case "1" :
gotoAndStop (2);
break;
case "2" :
gotoAndStop (5);
}
Symbol 371 MovieClip Frame 2 (247 B)
mes3_1 = Math.floor((Math.random() * 10) + 1);
if ((mes3_1 > 0) && (mes3_1 <= 3)) {
gotoAndStop (2);
} else if ((mes3_1 > 3) && (mes3_1 <= 6)) {
gotoAndStop (3);
} else if (mes3_1 > 6) {
gotoAndStop (4);
}
Symbol 371 MovieClip Frame 5 (247 B)
mes3_2 = Math.floor((Math.random() * 10) + 1);
if ((mes3_2 > 0) && (mes3_2 <= 3)) {
gotoAndStop (5);
} else if ((mes3_2 > 3) && (mes3_2 <= 6)) {
gotoAndStop (6);
} else if (mes3_2 > 6) {
gotoAndStop (7);
}
Symbol 372 MovieClip Frame 1 (671 B)
if ((_parent.cho == 3) || (_parent.cho == 4)) {
play();
} else {
stop();
}
slot3_car = Math.floor((Math.random() * 10) + 1);
if (slot3_car == 1) {
slot3_car = "1";
} else if (slot3_car == 2) {
slot3_car = "2";
} else if (slot3_car == 3) {
slot3_car = "3";
} else if (slot3_car == 4) {
slot3_car = "4";
} else if (slot3_car == 5) {
slot3_car = "5";
} else if (slot3_car == 6) {
slot3_car = "6";
} else if (slot3_car == 7) {
slot3_car = "7";
} else if (slot3_car == 8) {
slot3_car = "1";
} else if (slot3_car == 9) {
slot3_car = "3";
} else if (slot3_car >= 10) {
slot3_car = "5";
}
_parent.mode3 = "off";
_parent.alarm3 = "off";
Symbol 372 MovieClip Frame 35 (61 B)
stop();
_parent.alarm3 = "on";
_parent.eps2_sound.start();
Symbol 372 MovieClip Frame 36 (24 B)
_parent.alarm3 = "off";
Symbol 372 MovieClip Frame 60 (107 B)
if (_parent.cho == 3) {
_parent.cho = 4;
_parent.slot4_mc.play();
}
gas3_mc.tube3_mc.gotoAndStop(1);
Symbol 374 MovieClip Frame 1 (397 B)
this.onEnterFrame = function () {
switch (_parent.slot4_car) {
case "1" :
gotoAndStop (2);
return;
case "2" :
gotoAndStop (3);
return;
case "3" :
gotoAndStop (4);
return;
case "4" :
gotoAndStop (5);
return;
case "5" :
gotoAndStop (6);
return;
case "6" :
gotoAndStop (7);
return;
case "7" :
gotoAndStop (8);
}
};
Symbol 374 MovieClip Frame 2 (27 B)
_parent._parent.s4gas = 2;
Symbol 374 MovieClip Frame 3 (27 B)
_parent._parent.s4gas = 2;
Symbol 374 MovieClip Frame 4 (27 B)
_parent._parent.s4gas = 3;
Symbol 374 MovieClip Frame 5 (27 B)
_parent._parent.s4gas = 3;
Symbol 374 MovieClip Frame 6 (27 B)
_parent._parent.s4gas = 1;
Symbol 374 MovieClip Frame 7 (27 B)
_parent._parent.s4gas = 1;
Symbol 374 MovieClip Frame 8 (27 B)
_parent._parent.s4gas = 1;
Symbol 375 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode4 != "step2") {
play();
} else {
stop();
}
};
Symbol 375 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 375 MovieClip Frame 22 (24 B)
_parent.gotoAndStop(7);
Symbol 376 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode4 != "step2") {
play();
} else {
stop();
}
};
Symbol 376 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 376 MovieClip Frame 22 (25 B)
_parent.gotoAndStop(22);
Symbol 377 MovieClip Frame 11 (134 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode4 != "step2") {
play();
} else {
stop();
}
};
Symbol 377 MovieClip Frame 21 (38 B)
this.onEnterFrame = function () {
};
Symbol 377 MovieClip Frame 22 (25 B)
_parent.gotoAndStop(37);
Symbol 378 MovieClip Frame 1 (8 B)
stop();
Symbol 378 MovieClip Frame 2 (99 B)
_parent._parent.eps6_sound.start();
_parent.gas4_mc.gotoAndStop(1);
_parent._parent.s4_sup = 1;
Symbol 378 MovieClip Frame 6 (17 B)
gotoAndPlay (8);
Symbol 378 MovieClip Frame 9 (61 B)
_parent.gas4_mc.gotoAndStop(1);
_parent._parent.s4_sup = 1;
Symbol 378 MovieClip Frame 16 (37 B)
stop();
_parent._parent.s4_sup = 1;
Symbol 378 MovieClip Frame 17 (66 B)
_parent._parent.eps6_sound.start();
_parent._parent.s4_sup = 2;
Symbol 378 MovieClip Frame 20 (32 B)
_parent.gas4_mc.gotoAndStop(2);
Symbol 378 MovieClip Frame 21 (18 B)
gotoAndPlay (23);
Symbol 378 MovieClip Frame 23 (32 B)
_parent.gas4_mc.gotoAndStop(2);
Symbol 378 MovieClip Frame 30 (37 B)
stop();
_parent._parent.s4_sup = 2;
Symbol 378 MovieClip Frame 31 (66 B)
_parent._parent.eps6_sound.start();
_parent._parent.s4_sup = 3;
Symbol 378 MovieClip Frame 36 (18 B)
gotoAndPlay (38);
Symbol 378 MovieClip Frame 38 (61 B)
_parent.gas4_mc.gotoAndStop(3);
_parent._parent.s4_sup = 3;
Symbol 378 MovieClip Frame 44 (37 B)
stop();
_parent._parent.s4_sup = 3;
Symbol 378 MovieClip Frame 45 (17 B)
gotoAndPlay (2);
Symbol 380 MovieClip Frame 121 (52 B)
_parent._parent._parent._parent._parent.wait4 = -1;
Symbol 381 MovieClip Frame 1 (8 B)
stop();
Symbol 381 MovieClip Frame 2 (52 B)
_parent._parent._parent._parent.eps5_sound.start();
Symbol 382 MovieClip Frame 1 (8 B)
stop();
Symbol 383 MovieClip Frame 1 (8 B)
stop();
Symbol 384 MovieClip Frame 1 (8 B)
stop();
Symbol 384 MovieClip Frame 2 (44 B)
_parent._parent._parent.eps3_sound.start();
Symbol 385 MovieClip Frame 9 (4.08 KiB) ●
stop();
_parent._parent.gasre4 = Math.floor((Math.random() * 10) + 1);
if (_parent._parent.gasre4 == 1) {
gasre4.gotoAndStop(2);
_parent._parent.sl4sc = 100;
}
if (_parent._parent.gasre4 == 2) {
gasre4.gotoAndStop(3);
_parent._parent.sl4sc = 200;
}
if (_parent._parent.gasre4 == 3) {
gasre4.gotoAndStop(4);
_parent._parent.sl4sc = 300;
}
if (_parent._parent.gasre4 == 4) {
gasre4.gotoAndStop(5);
_parent._parent.sl4sc = 400;
}
if (_parent._parent.gasre4 == 5) {
gasre4.gotoAndStop(6);
_parent._parent.sl4sc = 500;
}
if (_parent._parent.gasre4 == 6) {
gasre4.gotoAndStop(7);
_parent._parent.sl4sc = 600;
}
if (_parent._parent.gasre4 == 7) {
gasre4.gotoAndStop(8);
_parent._parent.sl4sc = 700;
}
if (_parent._parent.gasre4 == 8) {
gasre4.gotoAndStop(9);
_parent._parent.sl4sc = 800;
}
if (_parent._parent.gasre4 == 9) {
gasre4.gotoAndStop(10);
_parent._parent.sl4sc = 900;
}
if (_parent._parent.gasre4 == 10) {
gasre4.gotoAndStop(11);
_parent._parent.sl4sc = 1000;
}
if (_parent._parent.gasre4 == 11) {
gasre4.gotoAndStop(12);
_parent._parent.sl4sc = 1500;
}
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent.end == "off") {
if (((_local1._parent.mode4 == "off") || (_local1._parent.mode4 == "on")) || (_local1._parent.mode4 == "step1")) {
_local1._parent.gage4++;
}
if (_local1._parent.mode4 == "step2") {
_local1._parent.gasgage4++;
}
if (_local1._parent.gage4 >= 12) {
_local1._parent.wait4++;
_local1._parent.gage4 = 0;
}
if (_local1._parent.gasgage4 >= 12) {
_local1._parent.gaswait4++;
_local1._parent.gasgage4 = 0;
}
if ((_local1._parent.wait4 >= 11) && (_local1._parent.mode4 == "step2")) {
_local1._parent.wait4 = 11;
}
if ((_local1._parent.wait4 == 17) && (_local1._parent.mode4 != "step2")) {
_local1.play();
_local1._parent.score = _local1._parent.score - 500;
_local1._parent.num4_mc.gotoAndStop(14);
_local1._parent.life--;
_local1._parent.wait4 = 0;
_local1._parent.mes4 = "2";
_local1._parent.eps4_sound.start();
}
if (_local1._parent.wait4 == 1) {
gage4_mc.gotoAndStop(2);
} else if (_local1._parent.wait4 == 2) {
gage4_mc.gotoAndStop(3);
} else if (_local1._parent.wait4 == 3) {
gage4_mc.gotoAndStop(4);
} else if (_local1._parent.wait4 == 4) {
gage4_mc.gotoAndStop(5);
} else if (_local1._parent.wait4 == 5) {
gage4_mc.gotoAndStop(6);
} else if (_local1._parent.wait4 == 6) {
gage4_mc.gotoAndStop(7);
} else if (_local1._parent.wait4 == 7) {
gage4_mc.gotoAndStop(8);
} else if (_local1._parent.wait4 == 8) {
gage4_mc.gotoAndStop(9);
} else if (_local1._parent.wait4 == 9) {
gage4_mc.gotoAndStop(10);
} else if (_local1._parent.wait4 == 10) {
gage4_mc.gotoAndStop(11);
} else if (_local1._parent.wait4 == 11) {
gage4_mc.gotoAndStop(12);
} else if (_local1._parent.wait4 == 12) {
gage4_mc.gotoAndStop(13);
} else if (_local1._parent.wait4 == 13) {
gage4_mc.gotoAndStop(14);
} else if (_local1._parent.wait4 == 14) {
gage4_mc.gotoAndStop(15);
} else if (_local1._parent.wait4 == 15) {
gage4_mc.gotoAndStop(16);
} else if (_local1._parent.wait4 == 16) {
gage4_mc.gotoAndStop(17);
}
if (_local1._parent.gaswait4 == 1) {
gasgage4.gotoAndStop(2);
} else if (_local1._parent.gaswait4 == 2) {
gasgage4.gotoAndStop(3);
} else if (_local1._parent.gaswait4 == 3) {
gasgage4.gotoAndStop(4);
} else if (_local1._parent.gaswait4 == 4) {
gasgage4.gotoAndStop(5);
} else if (_local1._parent.gaswait4 == 5) {
gasgage4.gotoAndStop(6);
} else if (_local1._parent.gaswait4 == 6) {
gasgage4.gotoAndStop(7);
} else if (_local1._parent.gaswait4 == 7) {
gasgage4.gotoAndStop(8);
} else if (_local1._parent.gaswait4 == 8) {
gasgage4.gotoAndStop(9);
} else if (_local1._parent.gaswait4 == 9) {
gasgage4.gotoAndStop(10);
} else if (_local1._parent.gaswait4 == 10) {
gasgage4.gotoAndStop(11);
} else if (_local1._parent.gaswait4 == 11) {
gasgage4.gotoAndStop(12);
}
}
};
Symbol 386 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode4 == "step2") {
play();
}
};
Symbol 386 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 386 MovieClip Frame 16 (8 B)
stop();
Symbol 387 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode4 == "step2") {
play();
}
};
Symbol 387 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 387 MovieClip Frame 16 (8 B)
stop();
Symbol 388 MovieClip Frame 10 (112 B)
stop();
this.onEnterFrame = function () {
if (_parent._parent._parent.mode4 == "step2") {
play();
}
};
Symbol 388 MovieClip Frame 11 (38 B)
this.onEnterFrame = function () {
};
Symbol 388 MovieClip Frame 16 (8 B)
stop();
Symbol 389 MovieClip Frame 1 (178 B)
if (_parent._parent.s4gas == 1) {
gotoAndStop (2);
} else if (_parent._parent.s4gas == 2) {
gotoAndStop (3);
} else if (_parent._parent.s4gas == 3) {
gotoAndStop (4);
}
Symbol 390 MovieClip Frame 1 (8 B)
stop();
Symbol 391 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes4 = "0";
stop();
Symbol 392 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes4 = "0";
stop();
Symbol 393 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes4 = "0";
stop();
Symbol 394 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes4 = "0";
stop();
Symbol 395 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes4 = "0";
stop();
Symbol 396 MovieClip Frame 17 (45 B)
_parent._parent._parent.mes4 = "0";
stop();
Symbol 397 MovieClip Frame 1 (157 B)
switch (_parent._parent.mes4) {
case "0" :
gotoAndStop (1);
break;
case "1" :
gotoAndStop (2);
break;
case "2" :
gotoAndStop (5);
}
Symbol 397 MovieClip Frame 2 (247 B)
mes4_1 = Math.floor((Math.random() * 10) + 1);
if ((mes4_1 > 0) && (mes4_1 <= 3)) {
gotoAndStop (2);
} else if ((mes4_1 > 3) && (mes4_1 <= 6)) {
gotoAndStop (3);
} else if (mes4_1 > 6) {
gotoAndStop (4);
}
Symbol 397 MovieClip Frame 5 (247 B)
mes4_2 = Math.floor((Math.random() * 10) + 1);
if ((mes4_2 > 0) && (mes4_2 <= 3)) {
gotoAndStop (5);
} else if ((mes4_2 > 3) && (mes4_2 <= 6)) {
gotoAndStop (6);
} else if (mes4_2 > 6) {
gotoAndStop (7);
}
Symbol 398 MovieClip Frame 1 (647 B)
if (_parent.cho == 4) {
play();
} else {
stop();
}
slot4_car = Math.floor((Math.random() * 10) + 1);
if (slot4_car == 1) {
slot4_car = "1";
} else if (slot4_car == 2) {
slot4_car = "2";
} else if (slot4_car == 3) {
slot4_car = "3";
} else if (slot4_car == 4) {
slot4_car = "4";
} else if (slot4_car == 5) {
slot4_car = "5";
} else if (slot4_car == 6) {
slot4_car = "6";
} else if (slot4_car == 7) {
slot4_car = "7";
} else if (slot4_car == 8) {
slot4_car = "1";
} else if (slot4_car == 9) {
slot4_car = "3";
} else if (slot4_car >= 10) {
slot4_car = "5";
}
_parent.mode4 = "off";
_parent.alarm4 = "off";
Symbol 398 MovieClip Frame 35 (61 B)
stop();
_parent.alarm4 = "on";
_parent.eps2_sound.start();
Symbol 398 MovieClip Frame 36 (24 B)
_parent.alarm4 = "off";
Symbol 398 MovieClip Frame 60 (33 B)
gas4_mc.tube4_mc.gotoAndStop(1);
Symbol 412 MovieClip Frame 1 (8 B)
stop();
Symbol 412 MovieClip Frame 2 (28 B)
_parent.eps1_sound.start();
Symbol 412 MovieClip Frame 21 (32 B)
_parent.num2_mc.gotoAndStop(1);
Symbol 413 MovieClip Frame 1 (8 B)
stop();
Symbol 413 MovieClip Frame 2 (28 B)
_parent.eps1_sound.start();
Symbol 413 MovieClip Frame 21 (32 B)
_parent.num1_mc.gotoAndStop(1);
Symbol 414 MovieClip Frame 1 (8 B)
stop();
Symbol 414 MovieClip Frame 2 (28 B)
_parent.eps1_sound.start();
Symbol 414 MovieClip Frame 21 (32 B)
_parent.num3_mc.gotoAndStop(1);
Symbol 415 MovieClip Frame 1 (8 B)
stop();
Symbol 415 MovieClip Frame 2 (28 B)
_parent.eps1_sound.start();
Symbol 415 MovieClip Frame 21 (32 B)
_parent.num4_mc.gotoAndStop(1);
Symbol 439 MovieClip Frame 21 (8 B)
stop();
Symbol 441 MovieClip Frame 21 (8 B)
stop();
Symbol 442 MovieClip Frame 1 (8 B)
stop();
Symbol 443 MovieClip Frame 1 (8 B)
stop();
Symbol 444 MovieClip Frame 1 (8 B)
stop();
Symbol 445 MovieClip Frame 1 (8 B)
stop();
Symbol 468 MovieClip Frame 1 (774 B)
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent._parent.time_sc2 == 0) {
gotoAndStop (1);
}
if (_local1._parent._parent.time_sc2 == 1) {
gotoAndStop (2);
}
if (_local1._parent._parent.time_sc2 == 2) {
gotoAndStop (3);
}
if (_local1._parent._parent.time_sc2 == 3) {
gotoAndStop (4);
}
if (_local1._parent._parent.time_sc2 == 4) {
gotoAndStop (5);
}
if (_local1._parent._parent.time_sc2 == 5) {
gotoAndStop (6);
}
if (_local1._parent._parent.time_sc2 == 6) {
gotoAndStop (7);
}
if (_local1._parent._parent.time_sc2 == 7) {
gotoAndStop (8);
}
if (_local1._parent._parent.time_sc2 == 8) {
gotoAndStop (9);
}
if (_local1._parent._parent.time_sc2 == 9) {
gotoAndStop (10);
}
};
Symbol 469 MovieClip Frame 1 (774 B)
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent._parent.time_sc1 == 0) {
gotoAndStop (1);
}
if (_local1._parent._parent.time_sc1 == 1) {
gotoAndStop (2);
}
if (_local1._parent._parent.time_sc1 == 2) {
gotoAndStop (3);
}
if (_local1._parent._parent.time_sc1 == 3) {
gotoAndStop (4);
}
if (_local1._parent._parent.time_sc1 == 4) {
gotoAndStop (5);
}
if (_local1._parent._parent.time_sc1 == 5) {
gotoAndStop (6);
}
if (_local1._parent._parent.time_sc1 == 6) {
gotoAndStop (7);
}
if (_local1._parent._parent.time_sc1 == 7) {
gotoAndStop (8);
}
if (_local1._parent._parent.time_sc1 == 8) {
gotoAndStop (9);
}
if (_local1._parent._parent.time_sc1 == 9) {
gotoAndStop (10);
}
};
Symbol 470 MovieClip Frame 1 (764 B)
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent._parent.time_mi == 0) {
gotoAndStop (1);
}
if (_local1._parent._parent.time_mi == 1) {
gotoAndStop (2);
}
if (_local1._parent._parent.time_mi == 2) {
gotoAndStop (3);
}
if (_local1._parent._parent.time_mi == 3) {
gotoAndStop (4);
}
if (_local1._parent._parent.time_mi == 4) {
gotoAndStop (5);
}
if (_local1._parent._parent.time_mi == 5) {
gotoAndStop (6);
}
if (_local1._parent._parent.time_mi == 6) {
gotoAndStop (7);
}
if (_local1._parent._parent.time_mi == 7) {
gotoAndStop (8);
}
if (_local1._parent._parent.time_mi == 8) {
gotoAndStop (9);
}
if (_local1._parent._parent.time_mi == 9) {
gotoAndStop (10);
}
};
Symbol 473 MovieClip Frame 1 (399 B)
this.onEnterFrame = function () {
var _local1 = _parent;
myString = new String(_local1._parent.time_sc);
if (_local1._parent.time_sc >= 10) {
_local1._parent.time_sc1 = myString.substr(0, 1);
_local1._parent.time_sc2 = myString.substr(1, 1);
} else if (_local1._parent.time_sc < 10) {
_local1._parent.time_sc1 = 0;
_local1._parent.time_sc2 = myString.substr(0, 1);
}
};
Symbol 479 MovieClip Frame 1 (317 B)
stop();
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent.life == 3) {
gotoAndStop (4);
} else if (_local1._parent.life == 2) {
gotoAndStop (3);
} else if (_local1._parent.life == 1) {
gotoAndStop (2);
} else if (_local1._parent.life == 0) {
gotoAndStop (1);
}
};
Symbol 481 MovieClip Frame 11 (8 B)
stop();
Symbol 482 MovieClip Frame 11 (8 B)
stop();
Symbol 483 MovieClip Frame 11 (8 B)
stop();
Symbol 484 MovieClip Frame 11 (8 B)
stop();
Symbol 485 MovieClip Frame 11 (8 B)
stop();
Symbol 486 MovieClip Frame 11 (8 B)
stop();
Symbol 487 MovieClip Frame 11 (8 B)
stop();
Symbol 488 MovieClip Frame 11 (8 B)
stop();
Symbol 489 MovieClip Frame 11 (8 B)
stop();
Symbol 490 MovieClip Frame 11 (8 B)
stop();
Symbol 491 MovieClip Frame 1 (754 B)
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent._parent.score5 == 0) {
gotoAndStop (1);
}
if (_local1._parent._parent.score5 == 1) {
gotoAndStop (2);
}
if (_local1._parent._parent.score5 == 2) {
gotoAndStop (3);
}
if (_local1._parent._parent.score5 == 3) {
gotoAndStop (4);
}
if (_local1._parent._parent.score5 == 4) {
gotoAndStop (5);
}
if (_local1._parent._parent.score5 == 5) {
gotoAndStop (6);
}
if (_local1._parent._parent.score5 == 6) {
gotoAndStop (7);
}
if (_local1._parent._parent.score5 == 7) {
gotoAndStop (8);
}
if (_local1._parent._parent.score5 == 8) {
gotoAndStop (9);
}
if (_local1._parent._parent.score5 == 9) {
gotoAndStop (10);
}
};
Symbol 492 MovieClip Frame 1 (754 B)
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent._parent.score4 == 0) {
gotoAndStop (1);
}
if (_local1._parent._parent.score4 == 1) {
gotoAndStop (2);
}
if (_local1._parent._parent.score4 == 2) {
gotoAndStop (3);
}
if (_local1._parent._parent.score4 == 3) {
gotoAndStop (4);
}
if (_local1._parent._parent.score4 == 4) {
gotoAndStop (5);
}
if (_local1._parent._parent.score4 == 5) {
gotoAndStop (6);
}
if (_local1._parent._parent.score4 == 6) {
gotoAndStop (7);
}
if (_local1._parent._parent.score4 == 7) {
gotoAndStop (8);
}
if (_local1._parent._parent.score4 == 8) {
gotoAndStop (9);
}
if (_local1._parent._parent.score4 == 9) {
gotoAndStop (10);
}
};
Symbol 493 MovieClip Frame 1 (754 B)
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent._parent.score2 == 0) {
gotoAndStop (1);
}
if (_local1._parent._parent.score2 == 1) {
gotoAndStop (2);
}
if (_local1._parent._parent.score2 == 2) {
gotoAndStop (3);
}
if (_local1._parent._parent.score2 == 3) {
gotoAndStop (4);
}
if (_local1._parent._parent.score2 == 4) {
gotoAndStop (5);
}
if (_local1._parent._parent.score2 == 5) {
gotoAndStop (6);
}
if (_local1._parent._parent.score2 == 6) {
gotoAndStop (7);
}
if (_local1._parent._parent.score2 == 7) {
gotoAndStop (8);
}
if (_local1._parent._parent.score2 == 8) {
gotoAndStop (9);
}
if (_local1._parent._parent.score2 == 9) {
gotoAndStop (10);
}
};
Symbol 494 MovieClip Frame 1 (754 B)
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent._parent.score3 == 0) {
gotoAndStop (1);
}
if (_local1._parent._parent.score3 == 1) {
gotoAndStop (2);
}
if (_local1._parent._parent.score3 == 2) {
gotoAndStop (3);
}
if (_local1._parent._parent.score3 == 3) {
gotoAndStop (4);
}
if (_local1._parent._parent.score3 == 4) {
gotoAndStop (5);
}
if (_local1._parent._parent.score3 == 5) {
gotoAndStop (6);
}
if (_local1._parent._parent.score3 == 6) {
gotoAndStop (7);
}
if (_local1._parent._parent.score3 == 7) {
gotoAndStop (8);
}
if (_local1._parent._parent.score3 == 8) {
gotoAndStop (9);
}
if (_local1._parent._parent.score3 == 9) {
gotoAndStop (10);
}
};
Symbol 495 MovieClip Frame 1 (754 B)
this.onEnterFrame = function () {
var _local1 = _parent;
if (_local1._parent._parent.score1 == 0) {
gotoAndStop (1);
}
if (_local1._parent._parent.score1 == 1) {
gotoAndStop (2);
}
if (_local1._parent._parent.score1 == 2) {
gotoAndStop (3);
}
if (_local1._parent._parent.score1 == 3) {
gotoAndStop (4);
}
if (_local1._parent._parent.score1 == 4) {
gotoAndStop (5);
}
if (_local1._parent._parent.score1 == 5) {
gotoAndStop (6);
}
if (_local1._parent._parent.score1 == 6) {
gotoAndStop (7);
}
if (_local1._parent._parent.score1 == 7) {
gotoAndStop (8);
}
if (_local1._parent._parent.score1 == 8) {
gotoAndStop (9);
}
if (_local1._parent._parent.score1 == 9) {
gotoAndStop (10);
}
};
Symbol 497 MovieClip Frame 1 (1.53 KiB) ●
this.onEnterFrame = function () {
var _local1 = _parent;
myString = new String(_local1._parent.score);
if (_local1._parent.score >= 10000) {
_local1._parent.score1 = myString.substr(0, 1);
_local1._parent.score2 = myString.substr(1, 1);
_local1._parent.score3 = myString.substr(2, 1);
_local1._parent.score4 = myString.substr(3, 1);
_local1._parent.score5 = myString.substr(4, 1);
} else if ((_local1._parent.score > 1000) && (_local1._parent.score < 10000)) {
_local1._parent.score1 = 0;
_local1._parent.score2 = myString.substr(0, 1);
_local1._parent.score3 = myString.substr(1, 1);
_local1._parent.score4 = myString.substr(2, 1);
_local1._parent.score5 = myString.substr(3, 1);
} else if ((_local1._parent.score >= 100) && (_local1._parent.score < 1000)) {
_local1._parent.score1 = 0;
_local1._parent.score2 = 0;
_local1._parent.score3 = myString.substr(0, 1);
_local1._parent.score4 = myString.substr(1, 1);
_local1._parent.score5 = myString.substr(2, 1);
} else if ((_local1._parent.score < 100) && (_local1._parent.score >= 10)) {
_local1._parent.score1 = 0;
_local1._parent.score2 = 0;
_local1._parent.score3 = 0;
_local1._parent.score4 = myString.substr(0, 1);
_local1._parent.score5 = myString.substr(1, 1);
} else if (_local1._parent.score < 10) {
_local1._parent.score1 = 0;
_local1._parent.score2 = 0;
_local1._parent.score3 = 0;
_local1._parent.score4 = 0;
_local1._parent.score5 = myString.substr(0, 1);
}
};
Symbol 498 MovieClip Frame 1 (8 B)
stop();
Symbol 505 MovieClip Frame 1 (8 B)
stop();
Symbol 505 MovieClip Frame 31 (17 B)
gotoAndStop (1);
Symbol 505 MovieClip Frame 61 (17 B)
gotoAndStop (1);
Symbol 518 Button (61 B)
on (release) {
_parent.to = "on";
_parent.gotoAndStop(1);
}
Symbol 524 MovieClip Frame 1 (8 B)
stop();
Symbol 524 MovieClip Frame 2 (28 B)
_parent.eps7_sound.start();
Symbol 524 MovieClip Frame 3 (28 B)
_parent.eps7_sound.start();
Symbol 524 MovieClip Frame 4 (28 B)
_parent.eps7_sound.start();
Symbol 524 MovieClip Frame 5 (28 B)
_parent.eps7_sound.start();
Symbol 538 MovieClip Frame 1 (8 B)
stop();
Symbol 538 MovieClip Frame 2 (8 B)
stop();
Symbol 538 MovieClip Frame 3 (8 B)
stop();
Symbol 538 MovieClip Frame 4 (8 B)
stop();
Symbol 538 MovieClip Frame 5 (8 B)
stop();
Symbol 538 MovieClip Frame 6 (8 B)
stop();
Symbol 538 MovieClip Frame 7 (8 B)
stop();
Symbol 538 MovieClip Frame 8 (8 B)
stop();
Symbol 538 MovieClip Frame 9 (8 B)
stop();
Symbol 538 MovieClip Frame 10 (8 B)
stop();
Symbol 538 MovieClip Frame 11 (8 B)
stop();
Symbol 538 MovieClip Frame 12 (8 B)
stop();
Symbol 543 MovieClip Frame 1 (67 B)
this.onPress = function () {
_parent._parent.gotoAndStop(1);
};
Symbol 546 MovieClip Frame 1 (67 B)
this.onPress = function () {
_parent._parent.gotoAndStop(1);
};
Symbol 551 MovieClip Frame 1 (8 B)
stop();
Symbol 551 MovieClip Frame 2 (8 B)
stop();
Symbol 551 MovieClip Frame 3 (8 B)
stop();
Symbol 551 MovieClip Frame 4 (8 B)
stop();
Symbol 555 MovieClip Frame 1 (83 B)
stop();
this.onPress = function () {
_root.reconnum = 0;
gotoAndStop (2);
};
Symbol 555 MovieClip Frame 2 (785 B)
stop();
this_recontime = 0;
cmessage = "";
sendVars = new LoadVars();
sendVars.error_flashid = "filling";
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(7);
} else if (cmessage == "success") {
_parent.gotoAndStop(12);
} else {
this_recontime = this_recontime + 1;
}
} else {
_root.reconnum = _root.reconnum + 1;
gotoAndStop (3);
}
};
Symbol 555 MovieClip Frame 3 (136 B)
stop();
if (_root.reconnum < 2) {
gotoAndStop (2);
} else {
_parent.gotoAndStop(11);
}
this.onEnterFrame = function () {
};
Symbol 559 MovieClip Frame 1 (66 B)
stop();
this.onPress = function () {
_root.gotoAndStop(1);
};
Symbol 562 MovieClip Frame 1 (8 B)
stop();
Symbol 562 MovieClip Frame 2 (311 B)
stop();
if (_parent.score > _root.pcode) {
instsco = _parent.score;
sendVars = new LoadVars();
sendVars.gameid = _root.gameid;
sendVars.code = _root.code;
sendVars.sendAndLoad(_root.surl, sendVars, "POST");
gotoAndStop (3);
} else {
gotoAndStop (6);
}
this.onEnterFrame = function () {
};
Symbol 562 MovieClip Frame 3 (1.88 KiB) ●
smessage = "";
message_time = 0;
this.onEnterFrame = function () {
var _local1 = this;
var _local2 = _root;
myString2 = new String(instsco);
len2 = myString2.length;
i2 = 0;
while (i2 < len2) {
_local1["score_img" + (i2 + 1)] = myString2.substr(i2, 1);
if (!(_local1["score_img" + (i2 + 1)] === ".")) {
is = int(_local1["score_img" + (i2 + 1)]);
} else {
is = ".";
}
if (_local1["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 (4);
} else if (rmessage == "nogame") {
_local2.reconnum = 0;
_local2.error_part = "nogame";
_local2.error_code1 = _local2.code;
_local2.error_code2 = "none";
gotoAndStop (9);
} else if (message_time > 500) {
_local2.error_code1 = _local2.code;
_local2.error_code2 = "none";
_local2.error_part = "noconnection";
gotoAndStop (8);
} else {
message_time = message_time + 1;
}
};
bbbt.onPress = function () {
box1.text = "\uAE30\uBCF8\uB9AC\uD134\uBA54\uC2DC\uC9C0 : " + rmessage;
box2.text = "\uB9AC\uD134\uAC8C\uC784\uB124\uC784 : " + gamename;
box3.text = "\uCD08\uAE30\uC5D0\uBC1B\uC740\uCF54\uB4DC : " + _root.code;
box4.text = "error_part : " + error_part;
};
Symbol 562 MovieClip Frame 4 (2.21 KiB) ●
smessage = "";
sendVars = new LoadVars();
sendVars.gameid = _root.gameid;
sendVars.point = mySc;
sendVars.sendAndLoad(_root.surl, sendVars, "POST");
message_time = 0;
this.onEnterFrame = function () {
var _local1 = this;
var _local2 = _root;
myString2 = new String(instsco);
len2 = myString2.length;
i2 = 0;
while (i2 < len2) {
_local1["score_img" + (i2 + 1)] = myString2.substr(i2, 1);
if (!(_local1["score_img" + (i2 + 1)] === ".")) {
is = int(_local1["score_img" + (i2 + 1)]);
} else {
is = ".";
}
if (_local1["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 (7);
} else if (smessage == "nogame") {
_local2.reconnum = 0;
_local2.error_part = "nogame";
_local2.error_code1 = _local2.code;
_local2.error_code2 = mySc;
gotoAndStop (9);
} else if (smessage == "timeover") {
_local2.reconnum = 0;
_local2.error_part = "timeover";
_local2.error_code1 = _local2.code;
_local2.error_code2 = mySc;
gotoAndStop (9);
} else if (smessage == "code_error") {
_local2.reconnum = 0;
_local2.error_part = "code_error";
_local2.error_code1 = _local2.code;
_local2.error_code2 = mySc;
gotoAndStop (9);
} else if (smessage == "error") {
_local2.reconnum = 0;
_local2.error_part = "error";
_local2.error_code1 = _local2.code;
_local2.error_code2 = mySc;
gotoAndStop (9);
} else if (smessage == "login") {
gotoAndStop (13);
} else if (message_time > 500) {
_local2.error_code1 = _local2.code;
_local2.error_code2 = mySc;
_local2.error_part = "noconnection";
gotoAndStop (8);
} else {
message_time = message_time + 1;
}
};
bbbt.onPress = function () {
box1.text = "\uAE30\uBCF8\uB9AC\uD134\uBA54\uC2DC\uC9C0 : " + smessage;
box2.text = "smessage_point : " + smessage_point;
box3.text = "error_code1" + mySc;
box4.text = "error_code2" + _root.error_code1;
};
Symbol 562 MovieClip Frame 5 (8 B)
stop();
Symbol 562 MovieClip Frame 6 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 562 MovieClip Frame 7 (842 B)
stop();
this.onEnterFrame = function () {
var _local1 = this;
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) {
_local1["score_img" + (i2 + 1)] = myString2.substr(i2, 1);
if (!(_local1["score_img" + (i2 + 1)] === ".")) {
is = int(_local1["score_img" + (i2 + 1)]);
} else {
is = ".";
}
if (_local1["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 562 MovieClip Frame 8 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 562 MovieClip Frame 9 (772 B)
stop();
this_recontime = 0;
cmessage = "";
sendVars = new LoadVars();
sendVars.error_flashid = "filling";
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 (7);
} else if (cmessage == "success") {
gotoAndStop (12);
} else {
this_recontime = this_recontime + 1;
}
} else {
_root.reconnum = _root.reconnum + 1;
gotoAndStop (10);
}
};
Symbol 562 MovieClip Frame 10 (129 B)
stop();
if (_root.reconnum < 2) {
gotoAndStop (9);
} else {
gotoAndStop (11);
}
this.onEnterFrame = function () {
};
Symbol 562 MovieClip Frame 11 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 562 MovieClip Frame 12 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 562 MovieClip Frame 13 (47 B)
stop();
this.onEnterFrame = function () {
};