Frame 3
_focusrect = false;
Stage.showMenu = false;
Frame 4
stop();
Frame 5
stop();
Frame 36
stop();
Frame 37
stop();
Frame 38
stop();
Frame 39
stop();
Frame 40
stop();
Frame 41
stop();
Symbol 19998 MovieClip [nowloda] Frame 1
function cMC(name, depth, x, y, target) {
if (!target) {
createEmptyMovieClip(name, depth);
} else {
eval (target).createEmptyMovieClip(name, depth);
name = (target + ".") + name;
}
with (eval (name)) {
_x = x;
_y = y;
_yscale = sc * 100;
_xscale = sc * 100;
}
}
function cTX(name, depth, value, x, y, w, h, align, tf, target) {
if (align.indexOf("l") == -1) {
if (align.indexOf("r") == -1) {
tx = (w * -1) / 2;
} else {
tx = w * -1;
}
} else {
tx = 0;
}
if (align.indexOf("t") == -1) {
if (align.indexOf("b") == -1) {
ty = (h * -1) / 2;
} else {
ty = h * -1;
}
} else {
ty = 0;
}
if (!target) {
cMC(name, depth, x, y);
path = name;
} else {
cMC(name, depth, x, y, target);
path = (target + ".") + name;
}
eval (path).createTextField(name, 1, tx, ty, w, h);
with (eval ((path + ".") + name)) {
text = value;
selectable = false;
setTextFormat(tf);
}
}
function cTF(name, sz, cl, fn, ag, st) {
with (eval (name)) {
size = sz;
color = cl;
font = fn;
align = ag;
if (st.indexOf("b") != -1) {
bold = true;
} else {
bold = false;
}
if (st.indexOf("i") != -1) {
italic = true;
} else {
italic = false;
}
if (st.indexOf("u") != -1) {
underline = true;
} else {
underline = false;
}
}
}
function setQuality(q, path) {
_quality = q;
if (!path) {
h = "qh.qh";
m = "qm.qm";
l = "ql.ql";
} else {
h = path + ".qh.qh";
m = path + ".qm.qm";
l = path + ".ql.ql";
}
eval (h).setTextFormat(TFqb1);
eval (m).setTextFormat(TFqb1);
eval (l).setTextFormat(TFqb1);
if (_quality != "HIGH") {
if (_quality != "MEDIUM") {
if (_quality == "LOW") {
eval (l).setTextFormat(TFqb2);
}
} else {
eval (m).setTextFormat(TFqb2);
}
} else {
eval (h).setTextFormat(TFqb2);
}
}
function onEnterFrame() {
if (loaded >= 100) {
if (loaded == 100) {
if (autoplay != 1) {
cMC("pb", 300, 55 * x, 95 * y);
with (pb) {
lineStyle(0, 0, 0);
beginFill(0, 0);
moveTo(0 * x, 0 * y);
lineTo(22 * x, 0 * y);
lineTo(22 * x, -6 * y);
lineTo(0 * x, -6 * y);
lineTo(0, 0);
}
pb.createEmptyMovieClip("pb1", 301, 0, 0);
with (pb.pb1) {
lineStyle(2, c_pb1, 100);
beginFill(c_pb1, 100);
moveTo(3 * x, -2 * y);
lineTo(20 * x, -2 * y);
lineTo(16 * x, -3.5 * y);
lineTo(17 * x, -2 * y);
}
pb.createEmptyMovieClip("pb2", 302, 0, 0);
with (pb.pb2) {
_visible = false;
lineStyle(2, c_pb2, 100);
beginFill(c_pb2, 100);
moveTo(3 * x, -2 * y);
lineTo(20 * x, -2 * y);
lineTo(16 * x, -3.5 * y);
lineTo(17 * x, -2 * y);
}
pb.onPress = function () {
_root.play();
};
pb.onRollOver = function () {
pb.pb1._visible = false;
pb.pb2._visible = true;
};
pb.onRollOut = function () {
pb.pb1._visible = true;
pb.pb2._visible = false;
};
stat_txt.removeMovieClip();
} else {
_root.play();
}
loaded = 200;
}
} else {
if (1 < _root._currentframe) {
_root.gotoAndStop(1);
}
if (test_preview != 0) {
if (test_preview != 0) {
loaded = loaded + test_preview;
}
} else {
loaded = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
}
per.per.text = loaded;
per.per.setTextFormat(TFper);
with (mt2MC) {
clear();
lineStyle(2, c_mt2, 100);
moveTo(55 * x, 95 * y);
lineTo((55 + (0.4 * loaded)) * x, 95 * y);
}
}
}
color_scheme = 1;
autoplay = 1;
q_button = 1;
percentage = 1;
stat_view = 1;
parts_stretch = 0;
test_preview = 0;
if (test_preview != 0) {
pb.removeMovieClip();
}
x = Stage.width / 100;
y = Stage.height / 100;
if (parts_stretch != 1) {
_global.sc = 1;
} else {
_global.sc = Stage.height / 240;
}
loaded = 0;
if (color_scheme != 1) {
if (color_scheme == 2) {
c_pb1 = 15658734 /* 0xEEEEEE */;
c_qb1 = 12303291 /* 0xBBBBBB */;
c_per = 15658734 /* 0xEEEEEE */;
c_pb2 = 14916486 /* 0xE39B86 */;
c_qb2 = 14540253 /* 0xDDDDDD */;
c_stat = 14540253 /* 0xDDDDDD */;
c_bg = 0;
c_mt1 = 10066329 /* 0x999999 */;
c_mt2 = 15658734 /* 0xEEEEEE */;
}
} else {
c_pb1 = 3355443 /* 0x333333 */;
c_qb1 = 8947848 /* 0x888888 */;
c_per = 6710886 /* 0x666666 */;
c_pb2 = 14252123 /* 0xD9785B */;
c_qb2 = 3355443 /* 0x333333 */;
c_stat = 7829367 /* 0x777777 */;
c_bg = 16777215 /* 0xFFFFFF */;
c_mt1 = 13421772 /* 0xCCCCCC */;
c_mt2 = 3355443 /* 0x333333 */;
}
TFpb1 = new TextFormat();
TFpb2 = new TextFormat();
TFqb1 = new TextFormat();
TFqb2 = new TextFormat();
TFper = new TextFormat();
TFstat = new TextFormat();
cTF("TFpb1", 20, c_pb1, "_serif", "center", "b");
cTF("TFpb2", 20, c_pb2, "_serif", "center", "b");
cTF("TFqb1", 12, c_qb1, "_serif", "center", "i");
cTF("TFqb2", 12, c_qb2, "_serif", "center", "iu");
cTF("TFper", 12, c_per, "_serif", "right", "i");
cTF("TFstat", 12, c_stat, "_serif", "left", "i");
if (q_button == 1) {
createEmptyMovieClip("qMC", 200);
with (qMC) {
_x = 2 * x;
_y = 98 * y;
}
cTX("qh", 201, " H ", 0 * sc, 0, 20, 20, "lb", TFqb1, qMC);
cTX("qm", 202, " M ", 25 * sc, 0, 20, 20, "lb", TFqb1, qMC);
cTX("ql", 203, " L ", 50 * sc, 0, 20, 20, "lb", TFqb1, qMC);
if (_quality != "HIGH") {
if (_quality != "MEDIUM") {
if (_quality == "LOW") {
setQuality("LOW", qMC);
}
} else {
setQuality("MEDIUM", qMC);
}
} else {
setQuality("HIGH", qMC);
}
qMC.qh.onPress = function () {
setQuality("HIGH", qMC);
};
qMC.qm.onPress = function () {
setQuality("MEDIUM", qMC);
};
qMC.ql.onPress = function () {
setQuality("LOW", qMC);
};
}
if (percentage == 1) {
cTX("per", 101, 0, 95 * x, 95 * y, 40, 19, "rb", TFper);
}
if (stat_view == 1) {
cTX("stat_txt", 100, "Loading...", 55 * x, 95 * y, 120, 19, "lb", TFstat);
}
createEmptyMovieClip("bgMC", 1);
with (bgMC) {
lineStyle();
beginFill(c_bg, 100);
lineTo(x * 100, 0);
lineTo(x * 100, y * 100);
lineTo(0, y * 100);
lineTo(0, 0);
endFill();
}
createEmptyMovieClip("mt1MC", 2);
with (mt1MC) {
lineStyle(2, c_mt1, 100);
moveTo(x * 55, y * 95);
lineTo(x * 95, y * 95);
}
createEmptyMovieClip("mt2MC", 3);
Symbol 19998 MovieClip [nowloda] Frame 2
stop();
Symbol 20000 Button
on (release) {
}
Symbol 20001 Button
on (release) {
_root.gotoAndPlay("start");
}
on () {
}
Symbol 136 MovieClip [title] Frame 1
stop();
Symbol 136 MovieClip [title] Frame 2
stop();
Symbol 20002 Button
on (release) {
if (_root.open_door != true) {
if (_root.select_item != "key2") {
if (!((_root.select_item == "key1") || (_root.select_item == "key3"))) {
_root.message = "\u9375\u304C\u304B\u304B\u3063\u3066\u3044\u308B";
_root.message_window.gotoAndPlay("closed_door");
} else {
_root.message = "\u9375\u304C\u5408\u308F\u306A\u3044\n\u3053\u306E\u9375\u3067\u306F\u958B\u3051\u3089\u308C\u306A\u3044\u3088\u3046\u3060";
_root.message_window.gotoAndPlay("message");
}
} else {
_root.message = "\u30C9\u30A2\u306E\u9375\u3092\u958B\u3051\u305F";
_root.message_window.gotoAndPlay("open_key1");
_root.open_door = true;
_root.select_item = "no";
}
} else {
_root.message_window.gotoAndPlay("open_door");
_root.gotoAndPlay("end1");
}
}
on () {
}
Symbol 18 MovieClip [chest_totte] Frame 1
stop();
Symbol 18 MovieClip [chest_totte] Frame 2
stop();
Symbol 18 MovieClip [chest_totte] Frame 3
stop();
Symbol 18 MovieClip [chest_totte] Frame 4
stop();
Symbol 20003 Button
on (release) {
_root.chest_button = true;
}
on (release) {
_root.message = "\u68DA\u306E\u30B9\u30A4\u30C3\u30C1\u3092\u62BC\u3057\u305F";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20004 Button
on (release) {
_root.chest_button = false;
}
on (release) {
_root.message = "\u68DA\u306E\u30B9\u30A4\u30C3\u30C1\u3092\u623B\u3057\u305F";
_root.message_window.gotoAndPlay("switch3");
}
on () {
}
Symbol 34 MovieClip [chest_button] Frame 1
stop();
Symbol 34 MovieClip [chest_button] Frame 2
stop();
Symbol 34 MovieClip [chest_button] Frame 3
stop();
Symbol 34 MovieClip [chest_button] Frame 4
stop();
Symbol 20005 Button
on (release) {
if (_root.open_chest2 != true) {
if (_root.select_item != "key1") {
_root.message = "\u9375\u304C\u304B\u304B\u3063\u3066\u3044\u308B";
_root.message_window.gotoAndPlay("closed_chest");
} else {
_root.message = "\u5F15\u304D\u51FA\u3057\u306E\u9375\u3092\u958B\u3051\u305F";
_root.message_window.gotoAndPlay("open_key1");
_root.open_chest2 = true;
_root.select_item = "no";
}
} else {
_root.message = "\u5F15\u304D\u51FA\u3057\u3092\u958B\u3051\u305F";
_root.message_window.gotoAndPlay("open_chest");
_root.main_window.gotoAndPlay("room3_chest2");
}
}
on () {
}
Symbol 20006 Button
on (release) {
if (_root.open_door_pink != true) {
if (_root.select_item != "key3") {
if (!((_root.select_item == "key1") || (_root.select_item == "key2"))) {
_root.message = "\u3053\u3093\u306A\u6240\u306B\u2026\u30C9\u30A2\u2026\uFF1F\n\u9375\u304C\u304B\u304B\u3063\u3066\u3044\u3066\u958B\u304B\u306A\u3044\u3088\u3046\u3060";
_root.message_window.gotoAndPlay("closed_door");
} else {
_root.message = "\u9375\u304C\u5408\u308F\u306A\u3044\n\u3053\u306E\u9375\u3067\u306F\u958B\u3051\u3089\u308C\u306A\u3044\u3088\u3046\u3060";
_root.message_window.gotoAndPlay("message");
}
} else {
_root.message = "\u30C9\u30A2\u306E\u9375\u3092\u958B\u3051\u305F";
_root.message_window.gotoAndPlay("open_key1");
_root.open_door_pink = true;
_root.select_item = "no";
}
} else {
_root.message_window.gotoAndPlay("open_door");
_root.gotoAndPlay("end2");
}
}
on () {
}
Symbol 20007 Button
on (release) {
if (_root.select_item == "ball") {
_root.message = "\u30DC\u30BF\u30F3\u306B\u4E0A\u624B\u304F\u547D\u4E2D\u3057\u305F";
_root.message_window.gotoAndPlay("switch");
_root.ceiling_button = true;
_root.select_item = "no";
}
}
on (release) {
if (_root.ceiling_button == false) {
_root.message = "\u5929\u4E95\u306B\u30DC\u30BF\u30F3\u3089\u3057\u304D\u3082\u306E\u304C\u3042\u308B\u304C\u3001\u624B\u304C\u5C4A\u304B\u306A\u3044";
_root.message_window.gotoAndPlay("message");
}
}
on () {
}
Symbol 20008 Button
on (release) {
if (_root.ceiling_button == true) {
_root.message = "\u5929\u4E95\u306E\u30DC\u30BF\u30F3\u306F\u9EC4\u7DD1\u8272\u306B\u5149\u3063\u3066\u3044\u308B";
_root.message_window.gotoAndPlay("message");
}
}
on () {
}
Symbol 90 MovieClip [ceiling_button] Frame 1
stop();
Symbol 90 MovieClip [ceiling_button] Frame 2
stop();
Symbol 90 MovieClip [ceiling_button] Frame 3
stop();
Symbol 90 MovieClip [ceiling_button] Frame 4
stop();
Symbol 20009 Button
on (release) {
this.gotoAndPlay("room4");
}
on () {
}
Symbol 20010 Button
on (release) {
this.gotoAndPlay("room2");
}
on () {
}
Symbol 20011 Button
on (release) {
if (_root.item_get_paper1 != true) {
_root.message = "\u9375\u7A74\u306F\u306A\u3044\u3088\u3046\u3060\u304C\u3001\u306A\u305C\u304B\u958B\u304B\u306A\u3044";
_root.message_window.gotoAndPlay("open_pass");
} else if (_root.item_get_paper2 != true) {
_root.message = "\u9375\u7A74\u306F\u306A\u3044\u3088\u3046\u3060\u304C\u3001\u306A\u305C\u304B\u958B\u304B\u306A\u3044";
_root.message_window.gotoAndPlay("open_pass");
} else if (_root.item_get_paper3 != true) {
_root.message = "\u9375\u7A74\u306F\u306A\u3044\u3088\u3046\u3060\u304C\u3001\u306A\u305C\u304B\u958B\u304B\u306A\u3044";
_root.message_window.gotoAndPlay("open_pass");
} else {
_root.message = "\u7BB1\u3092\u958B\u3051\u305F";
_root.message_window.gotoAndPlay("open_pass");
this.gotoAndPlay("room1_pass");
}
}
on () {
}
Symbol 20012 Button
on (release) {
this.gotoAndPlay("room1");
}
on () {
}
Symbol 20013 Button
on (release) {
_root.message = "\u3088\u304F\u3042\u308B\u30D1\u30B9\u30EF\u30FC\u30C9\u5165\u529B\u88C5\u7F6E\u3060";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20014 Button
on (release) {
if (_root.pass_switch == false) {
number1++;
if (9 < (number1+1)) {
number1 = 0;
}
text_pass_1 = number1;
_root.message = "\u30DD\u30C1\u30C3\u3068\u306A";
_root.message_window.gotoAndPlay("switch2");
}
}
on () {
}
Symbol 20015 Button
on (release) {
if (_root.pass_switch == false) {
number1--;
if ((number1-1) < 0) {
number1 = 9;
}
text_pass_1 = number1;
_root.message = "\u30DD\u30C1\u30C3\u3068\u306A";
_root.message_window.gotoAndPlay("switch2");
}
}
on () {
}
Symbol 20016 Button
on (release) {
if (_root.pass_switch == false) {
number2++;
if (9 < (number2+1)) {
number2 = 0;
}
text_pass_2 = number2;
_root.message = "\u30DD\u30C1\u30C3\u3068\u306A";
_root.message_window.gotoAndPlay("switch2");
}
}
on () {
}
Symbol 20017 Button
on (release) {
if (_root.pass_switch == false) {
number2--;
if ((number2-1) < 0) {
number2 = 9;
}
text_pass_2 = number2;
_root.message = "\u30DD\u30C1\u30C3\u3068\u306A";
_root.message_window.gotoAndPlay("switch2");
}
}
on () {
}
Symbol 20018 Button
on (release) {
if (_root.pass_switch == false) {
number3++;
if (9 < (number3+1)) {
number3 = 0;
}
text_pass_3 = number3;
_root.message = "\u30DD\u30C1\u30C3\u3068\u306A";
_root.message_window.gotoAndPlay("switch2");
}
}
on () {
}
Symbol 20019 Button
on (release) {
if (_root.pass_switch == false) {
number3--;
if ((number3-1) < 0) {
number3 = 9;
}
text_pass_3 = number3;
_root.message = "\u30DD\u30C1\u30C3\u3068\u306A";
_root.message_window.gotoAndPlay("switch2");
}
}
on () {
}
Symbol 20020 Button
on (release) {
if (_root.pass_switch == false) {
if (!(((number1 == 1) && (number2 == 5)) && (number3 == 8))) {
if (!(((number1 == 7) && (number2 == 9)) && (number3 == 0))) {
_root.message = "\u2026\u3069\u3046\u3084\u3089\u9593\u9055\u3044\u3089\u3057\u3044";
_root.message_window.gotoAndPlay("switch");
number1 = 0;
number2 = 0;
number3 = 0;
text_pass_1 = number1;
text_pass_2 = number2;
text_pass_3 = number3;
} else {
_root.message = "\uFF01\uFF01\uFF01\uFF01\uFF01";
_root.message_window.gotoAndPlay("switch3");
text_pass_1 = 0;
text_pass_2 = 0;
text_pass_3 = 0;
_root.pass_switch = 2;
}
} else {
_root.message = "\uFF01\uFF01\uFF01";
_root.message_window.gotoAndPlay("switch3");
text_pass_1 = 0;
text_pass_2 = 0;
text_pass_3 = 0;
_root.pass_switch = 1;
}
}
}
on () {
}
Symbol 20021 Button
on (release) {
this.gotoAndPlay("room1");
}
on () {
}
Symbol 20022 Button
on (release) {
this.gotoAndPlay("room3");
}
on () {
}
Symbol 20023 Button
on (release) {
_root.message = "\u3069\u3053\u304B\u306E\u56FD\u306E\u56FD\u65D7\u3060\u308D\u3046\u304B\uFF1F";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20024 Button
on (release) {
this.gotoAndPlay("room2");
}
on () {
}
Symbol 20025 Button
on (release) {
this.gotoAndPlay("room4");
}
on () {
}
Symbol 20026 Button
on (release) {
_root.message = "\u898B\u308B\u304B\u3089\u306B\u602A\u3057\u3044\u68DA\u304C\u3042\u308B";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20027 Button
on (release) {
this.gotoAndPlay("room3_chest_side");
}
on () {
}
Symbol 20028 Button
on (release) {
if (_root.chest_button != true) {
_root.message = "\u30E9\u30F3\u30D7\u304C\u8D64\u304F\u5149\u3063\u3066\u3044\u308B\n\u9375\u7A74\u306F\u306A\u3044\u3088\u3046\u3060\u304C\u3001\u306A\u305C\u304B\u958B\u304B\u306A\u3044";
_root.message_window.gotoAndPlay("closed_chest");
} else {
_root.message = "\u5F15\u304D\u51FA\u3057\u3092\u958B\u3051\u305F";
_root.message_window.gotoAndPlay("open_chest");
this.gotoAndPlay("room3_chest1");
}
}
on () {
}
Symbol 20029 Button
on (release) {
if (_root.ceiling_button != true) {
_root.message = "\u9375\u7A74\u306F\u306A\u3044\u3088\u3046\u3060\u304C\u3001\u306A\u305C\u304B\u958B\u304B\u306A\u3044";
_root.message_window.gotoAndPlay("closed_chest");
} else {
_root.message = "\u5F15\u304D\u51FA\u3057\u3092\u958B\u3051\u305F";
_root.message_window.gotoAndPlay("open_chest");
this.gotoAndPlay("room3_chest3");
}
}
on () {
}
Symbol 20030 Button
on (release) {
this.gotoAndPlay("room3");
}
on () {
}
Symbol 20031 Button
on (release) {
this.gotoAndPlay("room3");
}
on () {
}
Symbol 20032 Button
on (release) {
this.gotoAndPlay("room3");
}
on () {
}
Symbol 20033 Button
on (release) {
this.gotoAndPlay("room3");
}
on () {
}
Symbol 20034 Button
on (release) {
this.gotoAndPlay("room3");
}
on () {
}
Symbol 20035 Button
on (release) {
this.gotoAndPlay("room1");
}
on () {
}
Symbol 20036 Button
on (release) {
_root.message = "\u610F\u5473\u3042\u308A\u3052\u306A\u77E2\u5370\u304C\u63CF\u304B\u308C\u3066\u3044\u308B";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20037 Button
on (release) {
this.gotoAndPlay("room4_ceiling");
}
on () {
}
Symbol 20038 Button
on (release) {
_root.message = "\u5909\u306A\u8272\u306E\u30C6\u30FC\u30D6\u30EB\u304C\u7F6E\u304B\u308C\u3066\u3044\u308B";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20039 Button
on (release) {
this.gotoAndPlay("room4_table_side");
}
on () {
}
Symbol 20040 Button
on (release) {
this.gotoAndPlay("room4");
}
on () {
}
Symbol 20041 Button
on (release) {
this.gotoAndPlay("room4_table_under");
}
on () {
}
Symbol 20042 Button
on (release) {
this.gotoAndPlay("room4_table_side");
}
on () {
}
Symbol 20043 Button
on (release) {
_root.message = "\uFF58\uFF53\u2026\uFF1F\n\u4F55\u304B\u306E\u30D2\u30F3\u30C8\u3060\u308D\u3046\u304B\uFF1F";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20044 Button
on (release) {
this.gotoAndPlay("room4");
}
on () {
}
Symbol 32 MovieClip [main_window] Frame 1
_root.chest_button = false;
_root.select_item = "no";
_root.item_get_key1 = false;
_root.item_get_key2 = false;
_root.item_get_key3 = false;
_root.item_get_ball = false;
_root.item_get_paper1 = false;
_root.item_get_paper2 = false;
_root.item_get_paper3 = false;
_root.open_chest2 = false;
_root.ceiling_button = false;
_root.pass_switch = false;
_root.open_door = false;
_root.open_door_pink = false;
Symbol 32 MovieClip [main_window] Frame 2
stop();
Symbol 32 MovieClip [main_window] Frame 3
stop();
Instance of Symbol 120 MovieClip [pass_back] "pass_back" in Symbol 32 MovieClip [main_window] Frame 4
onClipEvent (load) {
if (_root.pass_switch != false) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.pass_switch != false) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.message = "\u3082\u3046\u53CD\u5FDC\u3057\u306A\u3044\u3088\u3046\u3060";
_root.message_window.gotoAndPlay("message");
}
Instance of Symbol 104 MovieClip [key2] "key2" in Symbol 32 MovieClip [main_window] Frame 4
onClipEvent (load) {
if (!((_root.pass_switch == false) || (_root.pass_switch == 2))) {
if (_root.pass_switch == 1) {
_visible = true;
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!((_root.pass_switch == false) || (_root.pass_switch == 2))) {
if (_root.pass_switch == 1) {
_visible = true;
}
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.item_get_key2 != true) {
if (_root.item_get_key3 == true) {
_visible = false;
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_key2 != true) {
if (_root.item_get_key3 == true) {
_visible = false;
}
} else {
_visible = false;
}
}
on (release) {
_root.item_get_key2 = true;
_visible = false;
_root.message = "\u767D\u3044\u9375\u3092\u624B\u306B\u5165\u308C\u305F";
_root.message_window.gotoAndPlay("get_item");
}
Instance of Symbol 124 MovieClip [key3] "key3" in Symbol 32 MovieClip [main_window] Frame 4
onClipEvent (load) {
if (!((_root.pass_switch == false) || (_root.pass_switch == 1))) {
if (_root.pass_switch == 2) {
_visible = true;
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!((_root.pass_switch == false) || (_root.pass_switch == 1))) {
if (_root.pass_switch == 2) {
_visible = true;
}
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.item_get_key3 != true) {
if (_root.item_get_key2 == true) {
_visible = false;
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_key3 != true) {
if (_root.item_get_key2 == true) {
_visible = false;
}
} else {
_visible = false;
}
}
on (release) {
_root.item_get_key3 = true;
_visible = false;
_root.message = "\u30D4\u30F3\u30AF\u306E\u9375\u3092\u624B\u306B\u5165\u308C\u305F";
_root.message_window.gotoAndPlay("get_item");
}
Symbol 32 MovieClip [main_window] Frame 4
if (_root.pass_switch == false) {
number1 = 0;
number2 = 0;
number3 = 0;
text_pass_1 = number1;
text_pass_2 = number2;
text_pass_3 = number3;
}
Symbol 32 MovieClip [main_window] Frame 5
stop();
Symbol 32 MovieClip [main_window] Frame 6
stop();
Instance of Symbol 64 MovieClip [paper2] "paper2" in Symbol 32 MovieClip [main_window] Frame 7
onClipEvent (load) {
if (_root.item_get_paper2 != false) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_paper2 != false) {
_visible = false;
} else {
_visible = true;
}
}
on (release) {
_root.item_get_paper2 = true;
_visible = false;
_root.message = "\u767D\u3044\u7D19\u3092\u624B\u306B\u5165\u308C\u305F";
_root.message_window.gotoAndPlay("get_item");
}
Symbol 32 MovieClip [main_window] Frame 7
stop();
Symbol 32 MovieClip [main_window] Frame 8
stop();
Instance of Symbol 18 MovieClip [chest_totte] "button_totte" in Symbol 32 MovieClip [main_window] Frame 9
onClipEvent (load) {
if (_root.chest_button != false) {
this.gotoAndPlay("totte_blue");
} else {
this.gotoAndPlay("totte_red");
}
}
onClipEvent (enterFrame) {
if (_root.chest_button != false) {
this.gotoAndPlay("totte_blue");
} else {
this.gotoAndPlay("totte_red");
}
}
Symbol 32 MovieClip [main_window] Frame 9
stop();
Symbol 32 MovieClip [main_window] Frame 10
stop();
Instance of Symbol 34 MovieClip [chest_button] "chest_button" in Symbol 32 MovieClip [main_window] Frame 11
onClipEvent (load) {
if (_root.chest_button != false) {
this.gotoAndPlay("button_pushed");
} else {
this.gotoAndPlay("button_not_pushed");
}
}
onClipEvent (enterFrame) {
if (_root.chest_button != false) {
this.gotoAndPlay("button_pushed");
} else {
this.gotoAndPlay("button_not_pushed");
}
}
Symbol 32 MovieClip [main_window] Frame 11
stop();
Symbol 32 MovieClip [main_window] Frame 12
stop();
Instance of Symbol 60 MovieClip [paper1] "paper1" in Symbol 32 MovieClip [main_window] Frame 13
onClipEvent (load) {
if (_root.item_get_paper1 != false) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_paper1 != false) {
_visible = false;
} else {
_visible = true;
}
}
on (release) {
_root.item_get_paper1 = true;
_visible = false;
_root.message = "\u9752\u3044\u7D19\u3092\u624B\u306B\u5165\u308C\u305F";
_root.message_window.gotoAndPlay("get_item");
}
Symbol 32 MovieClip [main_window] Frame 13
stop();
Symbol 32 MovieClip [main_window] Frame 14
stop();
Instance of Symbol 72 MovieClip [ball] "ball" in Symbol 32 MovieClip [main_window] Frame 15
onClipEvent (load) {
if (_root.item_get_ball != false) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_ball != false) {
_visible = false;
} else {
_visible = true;
}
}
on (release) {
_root.item_get_ball = true;
_visible = false;
_root.message = "\u30DC\u30FC\u30EB\u3092\u624B\u306B\u5165\u308C\u305F";
_root.message_window.gotoAndPlay("get_item");
}
Symbol 32 MovieClip [main_window] Frame 15
stop();
Symbol 32 MovieClip [main_window] Frame 16
stop();
Instance of Symbol 68 MovieClip [paper3] "paper2" in Symbol 32 MovieClip [main_window] Frame 17
onClipEvent (load) {
if (_root.item_get_paper3 != false) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_paper3 != false) {
_visible = false;
} else {
_visible = true;
}
}
on (release) {
_root.item_get_paper3 = true;
_visible = false;
_root.message = "\u8D64\u3044\u7D19\u3092\u624B\u306B\u5165\u308C\u305F";
_root.message_window.gotoAndPlay("get_item");
}
Symbol 32 MovieClip [main_window] Frame 17
stop();
Symbol 32 MovieClip [main_window] Frame 18
stop();
Symbol 32 MovieClip [main_window] Frame 19
stop();
Symbol 32 MovieClip [main_window] Frame 20
stop();
Instance of Symbol 80 MovieClip [key1] "key1" in Symbol 32 MovieClip [main_window] Frame 21
onClipEvent (load) {
if (_root.item_get_key1 != false) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_key1 != false) {
_visible = false;
} else {
_visible = true;
}
}
on (release) {
_root.item_get_key1 = true;
_visible = false;
_root.message = "\u9EC4\u8272\u3044\u9375\u3092\u624B\u306B\u5165\u308C\u305F";
_root.message_window.gotoAndPlay("get_item");
}
Symbol 32 MovieClip [main_window] Frame 21
stop();
Symbol 32 MovieClip [main_window] Frame 22
stop();
Symbol 32 MovieClip [main_window] Frame 23
stop();
Symbol 32 MovieClip [main_window] Frame 24
stop();
Instance of Symbol 90 MovieClip [ceiling_button] "ceiling_button" in Symbol 32 MovieClip [main_window] Frame 25
onClipEvent (load) {
if (_root.ceiling_button != false) {
this.gotoAndPlay("ceiling_button_pushed");
} else {
this.gotoAndPlay("ceiling_button");
}
}
onClipEvent (enterFrame) {
if (_root.ceiling_button != false) {
this.gotoAndPlay("ceiling_button_pushed");
} else {
this.gotoAndPlay("ceiling_button");
}
}
Symbol 32 MovieClip [main_window] Frame 25
stop();
Symbol 32 MovieClip [main_window] Frame 26
stop();
Symbol 36 MovieClip [message_window] Frame 1
stop();
Symbol 36 MovieClip [message_window] Frame 2
stop();
Symbol 36 MovieClip [message_window] Frame 3
gotoAndPlay("message");
Symbol 36 MovieClip [message_window] Frame 4
gotoAndPlay("message");
Symbol 36 MovieClip [message_window] Frame 5
gotoAndPlay("message");
Symbol 36 MovieClip [message_window] Frame 6
gotoAndPlay("message");
Symbol 36 MovieClip [message_window] Frame 7
gotoAndPlay("message");
Symbol 36 MovieClip [message_window] Frame 8
gotoAndPlay("message");
Symbol 36 MovieClip [message_window] Frame 9
gotoAndPlay("message");
Symbol 36 MovieClip [message_window] Frame 10
gotoAndPlay("message");
Symbol 36 MovieClip [message_window] Frame 11
gotoAndPlay("message");
Symbol 36 MovieClip [message_window] Frame 12
gotoAndPlay("message");
Symbol 36 MovieClip [message_window] Frame 13
text_message = _root.message;
Symbol 36 MovieClip [message_window] Frame 74
text_message = "";
Symbol 36 MovieClip [message_window] Frame 75
stop();
Symbol 36 MovieClip [message_window] Frame 76
stop();
Symbol 20045 Button
on (release) {
_root.about_item_window.gotoAndPlay(_root.select_item);
}
on () {
}
Instance of Symbol 194 MovieClip [item_key1] "item_key1" in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (!((_root.item_get_key1 == false) || (_root.open_chest2 == true))) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!((_root.item_get_key1 == false) || (_root.open_chest2 == true))) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "key1";
}
Instance of Symbol 192 MovieClip [item_ball] "item_ball" in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (!((_root.item_get_ball == false) || (_root.ceiling_button == true))) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!((_root.item_get_ball == false) || (_root.ceiling_button == true))) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "ball";
}
Instance of Symbol 188 MovieClip [item_paper1] "item_paper1" in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (_root.item_get_paper1 != false) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_paper1 != false) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "paper1";
}
Instance of Symbol 186 MovieClip [item_paper2] "item_paper2" in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (_root.item_get_paper2 != false) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_paper2 != false) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "paper2";
}
Instance of Symbol 190 MovieClip [item_paper3] "item_paper3" in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (_root.item_get_paper3 != false) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_paper3 != false) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "paper3";
}
Instance of Symbol 182 MovieClip [item_key2] "item_key2" in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (!((_root.item_get_key2 == false) || (_root.open_door == true))) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!((_root.item_get_key2 == false) || (_root.open_door == true))) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "key2";
}
Instance of Symbol 184 MovieClip [item_key3] "item_key3" in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (!((_root.item_get_key3 == false) || (_root.open_door_pink == true))) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!((_root.item_get_key3 == false) || (_root.open_door_pink == true))) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "key3";
}
Instance of Symbol 84 MovieClip [item_frame] "item_frame" in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (enterFrame) {
if (_root.select_item != "key1") {
if (_root.select_item != "ball") {
if (_root.select_item != "paper1") {
if (_root.select_item != "paper2") {
if (_root.select_item != "paper3") {
if (_root.select_item != "key2") {
if (_root.select_item != "key3") {
_x = 0;
_y = -1000;
} else {
_x = 0;
_y = 155;
}
} else {
_x = 50;
_y = 105;
}
} else {
_x = 0;
_y = 105;
}
} else {
_x = 50;
_y = 55;
}
} else {
_x = 0;
_y = 55;
}
} else {
_x = 50;
_y = 5;
}
} else {
_x = 0;
_y = 5;
}
}
on (release) {
_root.select_item = "no";
}
Symbol 38 MovieClip [item_window] Frame 1
stop();
Symbol 38 MovieClip [item_window] Frame 2
stop();
Symbol 20046 Button
on (release) {
_root.message = "\u7279\u306B\u4F55\u3082\u306A\u3044";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20047 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20048 Button
on (release) {
_root.message = "\u7279\u306B\u4F55\u3082\u306A\u3044";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20049 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20050 Button
on (release) {
_root.message = "\u7279\u306B\u4F55\u3082\u306A\u3044";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20051 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20052 Button
on (release) {
_root.message = "\u7279\u306B\u4F55\u3082\u306A\u3044";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20053 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20054 Button
on (release) {
_root.message = "\u7279\u306B\u4F55\u3082\u306A\u3044";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20055 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20056 Button
on (release) {
_root.message = "\u7279\u306B\u4F55\u3082\u306A\u3044";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20057 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20058 Button
on (release) {
_root.message = "\u7279\u306B\u4F55\u3082\u306A\u3044";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20059 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 98 MovieClip [about_item_window] Frame 1
stop();
Symbol 98 MovieClip [about_item_window] Frame 2
stop();
Instance of Symbol 80 MovieClip [key1] "key1" in Symbol 98 MovieClip [about_item_window] Frame 3
on (release) {
_root.message = "\u666E\u901A\u306E\u9EC4\u8272\u3044\u9375\u3060";
_root.message_window.gotoAndPlay("message");
}
Symbol 98 MovieClip [about_item_window] Frame 3
stop();
Symbol 98 MovieClip [about_item_window] Frame 4
stop();
Instance of Symbol 72 MovieClip [ball] "ball" in Symbol 98 MovieClip [about_item_window] Frame 5
on (release) {
_root.message = "\u666E\u901A\u306E\u30DC\u30FC\u30EB\u3060\n\u4E00\u4F53\u4F55\u306B\u4F7F\u3046\u306E\u3060\u308D\u3046\u304B\u2026";
_root.message_window.gotoAndPlay("message");
}
Symbol 98 MovieClip [about_item_window] Frame 5
stop();
Symbol 98 MovieClip [about_item_window] Frame 6
stop();
Instance of Symbol 60 MovieClip [paper1] "paper1" in Symbol 98 MovieClip [about_item_window] Frame 7
on (release) {
_root.message = "\u6697\u53F7\u306E\u3088\u3046\u306A\u3082\u306E\u304C\u66F8\u304B\u308C\u305F\u9752\u3044\u7D19\u3060";
_root.message_window.gotoAndPlay("message");
}
Symbol 98 MovieClip [about_item_window] Frame 7
stop();
Symbol 98 MovieClip [about_item_window] Frame 8
stop();
Instance of Symbol 64 MovieClip [paper2] "paper2" in Symbol 98 MovieClip [about_item_window] Frame 9
on (release) {
_root.message = "\u6697\u53F7\u306E\u3088\u3046\u306A\u3082\u306E\u304C\u66F8\u304B\u308C\u305F\u767D\u3044\u7D19\u3060";
_root.message_window.gotoAndPlay("message");
}
Symbol 98 MovieClip [about_item_window] Frame 9
stop();
Symbol 98 MovieClip [about_item_window] Frame 10
stop();
Instance of Symbol 68 MovieClip [paper3] "paper3" in Symbol 98 MovieClip [about_item_window] Frame 11
on (release) {
_root.message = "\u6697\u53F7\u306E\u3088\u3046\u306A\u3082\u306E\u304C\u66F8\u304B\u308C\u305F\u8D64\u3044\u7D19\u3060";
_root.message_window.gotoAndPlay("message");
}
Symbol 98 MovieClip [about_item_window] Frame 11
stop();
Symbol 98 MovieClip [about_item_window] Frame 12
stop();
Instance of Symbol 104 MovieClip [key2] "key2" in Symbol 98 MovieClip [about_item_window] Frame 13
on (release) {
_root.message = "\u666E\u901A\u306E\u767D\u3044\u9375\u3060";
_root.message_window.gotoAndPlay("message");
}
Symbol 98 MovieClip [about_item_window] Frame 13
stop();
Symbol 98 MovieClip [about_item_window] Frame 14
stop();
Instance of Symbol 124 MovieClip [key3] "key3" in Symbol 98 MovieClip [about_item_window] Frame 15
on (release) {
_root.message = "\u3068\u3066\u3082\u5C0F\u3055\u306A\u30D4\u30F3\u30AF\u8272\u306E\u9375\u3060";
_root.message_window.gotoAndPlay("message");
}
Symbol 98 MovieClip [about_item_window] Frame 15
stop();
Symbol 98 MovieClip [about_item_window] Frame 16
stop();
Symbol 20060 Button
on (release) {
}
Symbol 20061 Button
on (release) {
_root.gotoAndPlay("title");
}
on () {
}
Symbol 20062 Button
on (release) {
this.gotoAndPlay("end1_hint");
}
on () {
}
Symbol 20063 Button
on (release) {
this.gotoAndPlay("end1_non");
}
on () {
}
Symbol 20064 Button
on (release) {
}
Symbol 146 MovieClip [end1] Frame 2
stop();
Symbol 146 MovieClip [end1] Frame 3
stop();
Symbol 146 MovieClip [end1] Frame 4
stop();
Symbol 146 MovieClip [end1] Frame 5
stop();
Symbol 20065 Button
on (release) {
}
Symbol 20066 Button
on (release) {
_root.gotoAndPlay("title");
}
on () {
}
Symbol 150 MovieClip [end2] Frame 1
stop();
Symbol 150 MovieClip [end2] Frame 2
stop();
Symbol 20067 Button
on (release) {
_root.message = "\u7279\u306B\u4F55\u3082\u306A\u3044";
_root.message_window.gotoAndPlay("message");
}
on () {
}