Frame 2
_focusrect = false;
Stage.showMenu = false;
Frame 3
stop();
Frame 4
stop();
Frame 35
_root.S = getTimer();
Frame 66
stop();
Frame 67
stop();
Symbol 19998 MovieClip [ローダー(ウェーブ)] Frame 1
color1 = 2003199 /* 0x1E90FF */;
color2 = 13311;
color3 = 13311;
Symbol 19998 MovieClip [ローダー(ウェーブ)] Frame 2
testmode = false;
if (_url.indexOf("file://") != -1) {
testmode = true;
}
total = _root.getBytesTotal();
if (testmode) {
total = 1000000 /* 0x0F4240 */;
}
timer = new Date();
start_time = timer.getTime();
sx = (Stage.width / 2) - 60;
sy = (Stage.height / 2) - 50;
createTextField("mes1", 1, sx, sy + 50, 120, 30);
fmt = new TextFormat();
fmt.size = 16;
fmt.color = color2;
fmt.bold = true;
fmt.align = "center";
mes1.text = ("Loading " + int(total / 1000)) + "K";
mes1.setTextFormat(fmt);
createTextField("mes2", 2, sx, sy + 70, 120, 20);
fmt = new TextFormat();
fmt.size = 12;
fmt.color = color3;
fmt.bold = true;
fmt.align = "center";
mes2.text = "";
mes2.setTextFormat(fmt);
Symbol 19998 MovieClip [ローダー(ウェーブ)] Frame 3
timer = new Date();
clear();
lineStyle();
i = 0;
for ( ; 9 >= i ; i++) {
k = Math.abs(180 - (((timer.getMilliseconds() + (100 * i)) % 1000) * 0.18));
tmp = (sy + 50) - (Math.sin((k * Math.PI) / 180) * 40);
beginFill(color1);
moveTo(sx + (i * 12), sy + 50);
lineTo(sx + (i * 12), tmp);
lineTo((sx + (i * 12)) + 10, tmp);
lineTo((sx + (i * 12)) + 10, sy + 50);
lineTo(sx + (i * 12), sy + 50);
endFill();
}
if (!testmode) {
loaded = _root.getBytesLoaded();
} else {
loaded = loaded + 2000;
if (loaded >= total) {
loaded = 0;
timer = new Date();
start_time = timer.getTime();
}
}
now_time = (timer.getTime() - start_time) / 1000;
nokori = int((total - loaded) / (loaded / now_time));
mes2.text = ("\u3042\u3068 \u7D04 " + nokori) + " \u79D2";
mes2.setTextFormat(fmt);
Symbol 19998 MovieClip [ローダー(ウェーブ)] Frame 4
gotoAndPlay("label01");
Symbol 274 MovieClip Frame 146
stop();
Symbol 20018 Button
on (release) {
this.gotoAndPlay("room4");
}
on () {
}
Symbol 20019 Button
on (release) {
this.gotoAndPlay("room2");
}
on () {
}
Symbol 20020 Button
on (release) {
_root.message = "\u300C\u5922\u300D\u3068\u66F8\u304B\u308C\u305F\u639B\u3051\u8EF8\uFF08\uFF1F\uFF09\u3060\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20021 Button
on (release) {
_root.message = "\u300C\u81EA\u7136\u300D\u3068\u66F8\u304B\u308C\u305F\u639B\u3051\u8EF8\uFF08\uFF1F\uFF09\u3060\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20022 Button
on (release) {
gotoAndPlay("room1-2");
}
Symbol 20023 Button
on (release) {
gotoAndPlay("room1");
}
Symbol 20024 Button
on (release) {
_root.message = "\u3069\u3046\u3044\u3046\u610F\u5473\u3060\uFF1F";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20025 Button
on (release) {
this.gotoAndPlay("room1");
}
on () {
}
Symbol 20026 Button
on (release) {
this.gotoAndPlay("room3");
}
on () {
}
Symbol 20027 Button
on (release) {
_root.message = "\u3061\u3083\u3076\u53F0\u3060\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20028 Button
on (release) {
_root.message = "\u30C8\u30E9\u30F3\u30D7\u304C\u6563\u4E71\u3057\u3066\u3044\u308B\u2026";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20029 Button
on (release) {
this.gotoAndPlay("room2");
}
on () {
}
Symbol 20030 Button
on (release) {
this.gotoAndPlay("room4");
}
on () {
}
Symbol 20031 Button
on (release) {
_root.message = "\u3055\u3063\u304D\u307E\u3067\u3044\u305F\u90E8\u5C4B\u3060\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20032 Button
on (release) {
this.gotoAndPlay("room3");
_root.message = "\u30ED\u30C3\u30AB\u30FC\u3092\u9589\u3081\u305F";
_root.message_window.gotoAndPlay("close_locker");
}
on () {
}
Symbol 20033 Button
on (release) {
this.gotoAndPlay("room3");
}
on () {
}
Symbol 20034 Button
on (release) {
this.gotoAndPlay("room1");
}
on () {
}
Symbol 20035 Button
on (release) {
gotoAndPlay("room4-2");
}
Symbol 20036 Button
on (release) {
gotoAndPlay("room4");
}
Symbol 20037 Button
on (release) {
number1++;
if (9 < (number1+1)) {
number1 = 0;
}
text_pass2_1 = number1;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20038 Button
on (release) {
number1--;
if ((number1-1) < 0) {
number1 = 9;
}
text_pass2_1 = number1;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20039 Button
on (release) {
number2++;
if (9 < (number2+1)) {
number2 = 0;
}
text_pass2_2 = number2;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20040 Button
on (release) {
number2--;
if ((number2-1) < 0) {
number2 = 9;
}
text_pass2_2 = number2;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20041 Button
on (release) {
number3++;
if (9 < (number3+1)) {
number3 = 0;
}
text_pass2_3 = number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20042 Button
on (release) {
number3--;
if ((number3-1) < 0) {
number3 = 9;
}
text_pass2_3 = number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20043 Button
on (release) {
if (!((((number1 == 9) && (number2 == 3)) && (number3 == 5)) && (_root.ango2 == true))) {
gotoAndPlay("room4-2");
_root.message = "\u53CD\u5FDC\u3057\u306A\u3044\u2026";
_root.message_window.gotoAndPlay("switch");
} else {
gotoAndPlay("room4-3");
_root.message = "\u7BB1\u304C\u958B\u3044\u305F\uFF01";
_root.message_window.gotoAndPlay("open_locker");
}
}
on () {
}
Symbol 20044 Button
on (release) {
gotoAndPlay("room4");
}
Symbol 20045 Button
on (release) {
gotoAndPlay("room4");
}
Symbol 20046 Button
on (release) {
gotoAndPlay("room5-2");
}
Symbol 20047 Button
on (release) {
gotoAndPlay("room5-3");
}
Symbol 20048 Button
on (release) {
gotoAndPlay("room5");
}
Symbol 20049 Button
on (release) {
gotoAndPlay("room5");
}
Symbol 20050 Button
on (release) {
gotoAndPlay("end2");
}
Symbol 20051 Button
on (release) {
this.gotoAndPlay("endend");
_root.E = getTimer();
}
on () {
}
Symbol 34 MovieClip [main_window] Frame 1
_root.item_get_torannpu = false;
_root.item_get_hammer = false;
_root.item_get_key = false;
_root.item_get_stone = false;
_root.item_get_keykey = false;
_root.item_get_yume = false;
_root.ango = false;
_root.ango2 = false;
_root.open_locker = false;
_root.open_A = false;
_root.open_B = false;
_root.C = false;
_root.D = false;
Instance of Symbol 454 MovieClip [yume] in Symbol 34 MovieClip [main_window] Frame 2
onClipEvent (load) {
if (_root.item_get_yume != false) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_yume != false) {
_visible = false;
} else {
_visible = true;
}
}
on (release) {
if (!((_root.ango == true) && (_root.C == true))) {
_root.message = "\u300C\u5922\u300D\u3068\u66F8\u304B\u308C\u305F\u639B\u3051\u8EF8\uFF08\uFF1F\uFF09\u3060\u3002";
_root.message_window.gotoAndPlay("message");
} else {
_root.item_get_yume = true;
_visible = false;
_root.message = "\u305D\u3046\u304B\u2026\u3042\u306E\u300C\u5922\u300D\u3063\u3066\u2026";
_root.message_window.gotoAndPlay("get_item");
}
}
Symbol 34 MovieClip [main_window] Frame 3
stop();
Symbol 34 MovieClip [main_window] Frame 4
stop();
Symbol 34 MovieClip [main_window] Frame 5
_root.ango = true;
Symbol 34 MovieClip [main_window] Frame 6
stop();
Symbol 34 MovieClip [main_window] Frame 7
stop();
Instance of Symbol 374 MovieClip [torannpu] in Symbol 34 MovieClip [main_window] Frame 8
onClipEvent (load) {
if (_root.item_get_torannpu != false) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_torannpu != false) {
_visible = false;
} else {
_visible = true;
}
}
on (release) {
if (_root.ango != true) {
_root.message = "\u30C8\u30E9\u30F3\u30D7\u304C\u6563\u4E71\u3057\u3066\u3044\u308B\u2026";
_root.message_window.gotoAndPlay("message");
} else {
_root.item_get_torannpu = true;
_visible = false;
_root.message = "\u6C17\u306B\u306A\u308B\u30C8\u30E9\u30F3\u30D73\u679A\u767A\u898B\uFF01";
_root.message_window.gotoAndPlay("get_item");
}
}
Symbol 34 MovieClip [main_window] Frame 8
stop();
Symbol 34 MovieClip [main_window] Frame 9
stop();
Symbol 34 MovieClip [main_window] Frame 10
stop();
Symbol 34 MovieClip [main_window] Frame 11
stop();
Instance of Symbol 380 MovieClip [hammer] in Symbol 34 MovieClip [main_window] Frame 12
onClipEvent (load) {
if (_root.item_get_hammer != false) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_hammer != false) {
_visible = false;
} else {
_visible = true;
}
}
on (release) {
_root.item_get_hammer = true;
_visible = false;
_root.message = "\u30CF\u30F3\u30DE\u30FC\u3092\u767A\u898B\u3057\u305F\uFF01";
_root.message_window.gotoAndPlay("get_item");
}
Symbol 34 MovieClip [main_window] Frame 12
stop();
Symbol 34 MovieClip [main_window] Frame 13
stop();
Symbol 34 MovieClip [main_window] Frame 14
stop();
Symbol 34 MovieClip [main_window] Frame 15
stop();
Symbol 34 MovieClip [main_window] Frame 16
number1 = 0;
number2 = 0;
number3 = 0;
text_pass2_1 = number1;
text_pass2_2 = number2;
text_pass2_3 = number3;
Symbol 34 MovieClip [main_window] Frame 17
stop();
Symbol 34 MovieClip [main_window] Frame 18
stop();
Instance of Symbol 408 MovieClip [stone] in Symbol 34 MovieClip [main_window] Frame 19
onClipEvent (load) {
if (_root.item_get_stone != false) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_stone != false) {
_visible = false;
} else {
_visible = true;
}
}
on (release) {
_root.item_get_stone = true;
_visible = false;
_root.message = "\u77F3\u3092\u767A\u898B\u3057\u305F\uFF01";
_root.message_window.gotoAndPlay("get_item");
}
Symbol 34 MovieClip [main_window] Frame 19
stop();
Symbol 34 MovieClip [main_window] Frame 20
stop();
Symbol 34 MovieClip [main_window] Frame 21
stop();
Symbol 34 MovieClip [main_window] Frame 22
stop();
Instance of Symbol 436 MovieClip [keykey] in Symbol 34 MovieClip [main_window] Frame 23
onClipEvent (load) {
if (_root.item_get_keykey != false) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_keykey != false) {
_visible = false;
} else {
_visible = true;
}
}
on (release) {
_root.item_get_keykey = true;
_visible = false;
_root.message = "\u9280\u8272\u306E\u9375\u3092\u898B\u3064\u3051\u305F\uFF01";
_root.message_window.gotoAndPlay("get_item");
}
Symbol 34 MovieClip [main_window] Frame 24
stop();
Symbol 34 MovieClip [main_window] Frame 25
stop();
Symbol 34 MovieClip [main_window] Frame 26
stop();
Symbol 34 MovieClip [main_window] Frame 27
stop();
Symbol 34 MovieClip [main_window] Frame 68
_root.message = "\u3046\u308F\u3041\u3041\u3041\u3041\uFF01\u5730\u9707\u3060\uFF01";
_root.message_window.gotoAndPlay("message");
Symbol 34 MovieClip [main_window] Frame 129
_root.item_get_stone = false;
_root.item_get_hammer = false;
Symbol 34 MovieClip [main_window] Frame 170
_root.message = "\u3075\u3045\u2026\u3073\u3063\u304F\u308A\u3057\u305F\u2026\u2026";
_root.message_window.gotoAndPlay("message");
_root.item_get_stone = false;
_root.item_get_hammer = false;
Symbol 34 MovieClip [main_window] Frame 171
stop();
Symbol 34 MovieClip [main_window] Frame 172
stop();
Symbol 34 MovieClip [main_window] Frame 223
stop();
Symbol 34 MovieClip [main_window] Frame 224
stop();
Symbol 34 MovieClip [main_window] Frame 265
stop();
Symbol 34 MovieClip [main_window] Frame 266
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 84
text_message = "";
Symbol 36 MovieClip [message_window] Frame 85
stop();
Symbol 36 MovieClip [message_window] Frame 86
stop();
Symbol 20052 Button
on (release) {
_root.about_item_window.gotoAndPlay(_root.select_item);
if (_root.select_item == "no") {
_root.message = "\u4F55\u3082\u9078\u629E\u3055\u308C\u3066\u3044\u306A\u3044\u3088";
_root.message_window.gotoAndPlay("message");
}
}
on () {
}
Instance of Symbol 374 MovieClip [torannpu] in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (!((_root.item_get_torannpu == false) || (_root.open_locker == true))) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!((_root.item_get_torannpu == false) || (_root.open_locker == true))) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "torannpu";
}
Instance of Symbol 380 MovieClip [hammer] in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (_root.item_get_hammer != false) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_hammer != false) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "hammer";
}
Instance of Symbol 410 MovieClip [key] in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (_root.item_get_key != false) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_key != false) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "key";
}
Instance of Symbol 408 MovieClip [stone] in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (_root.item_get_stone != false) {
_visible = true;
} else {
_visible = false;
}
gotoAndPlay("stone" + _root.item_state_stone);
}
onClipEvent (enterFrame) {
if (_root.item_get_stone != false) {
_visible = true;
} else {
_visible = false;
}
gotoAndPlay("stone" + _root.item_state_stone);
}
on (release) {
_root.select_item = "stone";
}
Instance of Symbol 436 MovieClip [keykey] in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (_root.item_get_keykey != false) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_keykey != false) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "keykey";
}
Instance of Symbol 454 MovieClip [yume] in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (load) {
if (_root.item_get_yume != false) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.item_get_yume != false) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.select_item = "yume";
}
Instance of Symbol 56 MovieClip [item_frame] "item_frame" in Symbol 38 MovieClip [item_window] Frame 1
onClipEvent (enterFrame) {
if (_root.select_item != "torannpu") {
if (_root.select_item != "hammer") {
if (_root.select_item != "key") {
if (_root.select_item != "stone") {
if (_root.select_item != "keykey") {
if (_root.select_item != "yume") {
_x = 0;
_y = -1000;
} else {
_x = 50;
_y = 100;
}
} else {
_x = 0;
_y = 100;
}
} else {
_x = 50;
_y = 50;
}
} else {
_x = 0;
_y = 50;
}
} else {
_x = 50;
_y = 0;
}
} else {
_x = 0;
_y = 0;
}
}
Symbol 38 MovieClip [item_window] Frame 1
stop();
Symbol 38 MovieClip [item_window] Frame 2
stop();
Symbol 20053 Button
on (release) {
gotoAndPlay("mae");
}
Symbol 390 MovieClip [aburi] Frame 1
if (_root.mekuru == true) {
this.gotoAndPlay("mae");
}
Symbol 390 MovieClip [aburi] Frame 2
stop();
Symbol 390 MovieClip [aburi] Frame 3
stop();
Symbol 390 MovieClip [aburi] Frame 4
_root.mekuru = true;
Symbol 390 MovieClip [aburi] Frame 5
stop();
Symbol 390 MovieClip [aburi] Frame 6
stop();
Symbol 390 MovieClip [aburi] Frame 7
stop();
Symbol 390 MovieClip [aburi] Frame 8
stop();
Symbol 20054 Button
on (release) {
_root.message = "\u3054\u304F\u666E\u901A\u306E\u30AB\u30FC\u30C9\u5F0F\u30ED\u30C3\u30AB\u30FC\u3060\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20055 Button
on (release) {
if (_root.open_locker != false) {
_root.message = "\u30ED\u30C3\u30AB\u30FC\u3092\u958B\u3051\u305F";
_root.message_window.gotoAndPlay("open_locker");
_root.main_window.gotoAndPlay("room3-2");
} else {
_root.message = "\u958B\u304B\u306A\u3044\u306A\u3041\u2026";
_root.message_window.gotoAndPlay("message");
}
}
on () {
}
Symbol 20056 Button
on (release) {
if (_root.select_item != "torannpu") {
if (_root.open_locker != false) {
_root.message = "\u5965\u306B\u30C8\u30E9\u30F3\u30D7\u304C\u5165\u3063\u3066\u308B\u3002";
_root.message_window.gotoAndPlay("message");
} else {
_root.message = "\u30AB\u30FC\u30C9\u3092\u5DEE\u3057\u8FBC\u3080\u306E\u304B\u306A\uFF1F";
_root.message_window.gotoAndPlay("message");
}
} else {
_root.message = "\u30AB\u30AE\u304C\u958B\u3044\u305F\uFF01\uFF01";
_root.message_window.gotoAndPlay("open_locker2");
_root.open_locker = true;
_root.select_item = "no";
}
}
on () {
}
Symbol 20057 Button
on (release) {
_root.message = "\u305D\u3053\u306B\u306F\u4F55\u3082\u306A\u3044\u3088";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20058 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20059 Button
on (release) {
_root.message = "\u30C8\u30E9\u30F3\u30D7\u3060\u3002\u304B\u306A\u308A\u624B\u629C\u304D\u3060\u304C\u2026";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20060 Button
on (release) {
_root.message = "\u305D\u3053\u306B\u306F\u4F55\u3082\u306A\u3044\u3088";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20061 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20062 Button
on (release) {
_root.message = "\u666E\u901A\u306E\u30CF\u30F3\u30DE\u30FC\u3060\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20063 Button
on (release) {
this.gotoAndPlay("hammer2");
_root.ango2 = true;
}
on () {
}
Symbol 20064 Button
on (release) {
_root.message = "\u305D\u3053\u306B\u306F\u4F55\u3082\u306A\u3044\u3088";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20065 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20066 Button
on (release) {
_root.message = "\u30CF\u30F3\u30DE\u30FC\u306E\u67C4\u306E\u88CF\u3060\u3002935\u3068\u66F8\u304B\u308C\u3066\u308B\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20067 Button
on (release) {
_root.message = "\u305D\u3053\u306B\u306F\u4F55\u3082\u306A\u3044\u3088";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20068 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20069 Button
on (release) {
_root.message = "\u3069\u3053\u306E\u9375\u3060\u308D\u3046\uFF1F";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20070 Button
on (release) {
_root.message = "\u305D\u3053\u306B\u306F\u4F55\u3082\u306A\u3044\u3088";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20071 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20072 Button
on (release) {
_root.message = "\u305D\u3053\u306B\u306F\u4F55\u3082\u306A\u3044\u3088";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20073 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20074 Button
on (release) {
_root.message = "\u3069\u3053\u306E\u9375\u3060\u308D\u3046\uFF1F";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20075 Button
on (release) {
_root.message = "\u305D\u3053\u306B\u306F\u4F55\u3082\u306A\u3044\u3088";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20076 Button
on (release) {
this.gotoAndPlay("no");
}
on () {
}
Symbol 20077 Button
on (release) {
_root.message = "\u300C\u5922\u300D\u3068\u66F8\u304B\u308C\u305F\u639B\u3051\u8EF8\u306E\u3088\u3046\u306A\u3082\u306E\u3060\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 96 MovieClip [about_item_window] Frame 1
stop();
Symbol 96 MovieClip [about_item_window] Frame 2
stop();
Symbol 96 MovieClip [about_item_window] Frame 3
stop();
Symbol 96 MovieClip [about_item_window] Frame 4
stop();
Symbol 96 MovieClip [about_item_window] Frame 5
stop();
Symbol 96 MovieClip [about_item_window] Frame 6
stop();
Symbol 96 MovieClip [about_item_window] Frame 7
stop();
Symbol 96 MovieClip [about_item_window] Frame 8
stop();
Symbol 96 MovieClip [about_item_window] Frame 9
stop();
Symbol 96 MovieClip [about_item_window] Frame 10
stop();
Instance of Symbol 408 MovieClip [stone] in Symbol 96 MovieClip [about_item_window] Frame 11
onClipEvent (load) {
gotoAndPlay("stone" + _root.item_state_stone);
}
onClipEvent (enterFrame) {
gotoAndPlay("stone" + _root.item_state_stone);
}
Symbol 96 MovieClip [about_item_window] Frame 11
stop();
Symbol 96 MovieClip [about_item_window] Frame 12
stop();
Symbol 96 MovieClip [about_item_window] Frame 13
stop();
Symbol 96 MovieClip [about_item_window] Frame 14
stop();
Symbol 96 MovieClip [about_item_window] Frame 15
stop();
Symbol 96 MovieClip [about_item_window] Frame 16
stop();
Symbol 20078 Button
on (release) {
if (_root.select_item != "hammer") {
_root.message = "\u3054\u304F\u666E\u901A\u306E\u77F3\u3060\u3002";
_root.message_window.gotoAndPlay("message");
} else {
_root.item_state_stone = 2;
_root.message = "\u30CF\u30F3\u30DE\u30FC\u3067\u77F3\u3092\u7815\u3044\u3066\u307F\u305F";
_root.message_window.gotoAndPlay("hakai");
}
}
on () {
}
Symbol 20079 Button
on (release) {
_root.message = "\u30CF\u30F3\u30DE\u30FC\u3067\u7815\u3044\u305F\u77F3\u3053\u308D\u3060\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20080 Button
on (release) {
_root.item_get_key = true;
_root.item_state_stone = 3;
_root.message = "\u77F3\u306E\u4E2D\u304B\u3089\u9375\u304C\u51FA\u3066\u304D\u305F\uFF01";
_root.message_window.gotoAndPlay("get_item");
}
on () {
}
Symbol 20081 Button
on (release) {
_root.message = "\u30CF\u30F3\u30DE\u30FC\u3067\u7815\u3044\u305F\u77F3\u3053\u308D\u3060\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 408 MovieClip [stone] Frame 1
stop();
Symbol 408 MovieClip [stone] Frame 2
stop();
Symbol 408 MovieClip [stone] Frame 3
stop();
Symbol 408 MovieClip [stone] Frame 4
stop();
Symbol 408 MovieClip [stone] Frame 5
stop();
Symbol 408 MovieClip [stone] Frame 6
stop();
Symbol 20082 Button
on (release) {
gotoAndPlay("kure");
}
Symbol 20083 Button
on (release) {
gotoAndPlay("kure");
}
Symbol 20084 Button
on (release) {
_root.gotoAndPlay("start");
}
on () {
}
Symbol 20085 Button
on (release) {
gotoAndPlay("op");
}
Symbol 20086 Button
on (release) {
getURL ("http://www.senses-circuit.com/");
}
Symbol 20087 Button
on (release) {
getURL ("http://sound-search.com/se/");
}
Symbol 20088 Button
on (release) {
getURL ("http://www.01earth.net/sound/");
}
Symbol 20089 Button
on (release) {
getURL ("http://koubou.wanpa189.net/index.html");
}
Symbol 20090 Button
on (release) {
getURL ("http://osabisi.sakura.ne.jp/m2/");
}
Symbol 20091 Button
on (release) {
getURL ("http://sfxg.bufsiz.jp/index.html");
}
Symbol 162 MovieClip [title] Frame 1
stop();
Symbol 162 MovieClip [title] Frame 2
stop();
Symbol 162 MovieClip [title] Frame 3
stop();
Symbol 162 MovieClip [title] Frame 4
stop();
Symbol 20092 Button
on (release) {
if (_root.open_B == true) {
_root.message = "\u6249\u3092\u958B\u3051\u305F";
_root.message_window.gotoAndPlay("message");
this.gotoAndPlay("aru");
}
if (_root.open_B == false) {
_root.message = "\u958B\u304B\u306A\u3044\u306A\u3041\u2026";
_root.message_window.gotoAndPlay("message");
this.gotoAndPlay("nai");
}
}
on () {
}
Symbol 20093 Button
on (release) {
if (_root.select_item != "keykey") {
_root.message = "\u30AB\u30AE\u304C\u9589\u307E\u3063\u3066\u308B\u307F\u305F\u3044\u3060\u3002";
_root.message_window.gotoAndPlay("message");
} else {
_root.message = "\u30AB\u30AE\u304C\u958B\u3044\u305F\uFF01\uFF01";
_root.message_window.gotoAndPlay("open_key");
_root.item_get_keykey = false;
_root.open_B = true;
_root.select_item = "no";
}
}
on () {
}
Symbol 20094 Button
on (release) {
_root.message = "\u6249\u304C\u958B\u3044\u3066\u3044\u308B";
_root.message_window.gotoAndPlay("message");
if (_root.select_item != "yume") {
_root.message = "\u6249\u304C\u958B\u3044\u3066\u3044\u308B";
_root.message_window.gotoAndPlay("message");
} else {
_root.message = "\u639B\u3051\u8EF8\u3092\u7F6E\u3044\u305F\u3002";
_root.message_window.gotoAndPlay("message");
_root.item_get_yume = false;
_root.select_item = "no";
this.gotoAndPlay("aruaru");
}
}
on () {
}
Symbol 20095 Button
on (release) {
_root.message = "\u6249\u304C\u958B\u3044\u3066\u3044\u308B";
_root.message_window.gotoAndPlay("message");
if (_root.select_item != "yume") {
_root.message = "\u6249\u304C\u958B\u3044\u3066\u3044\u308B";
_root.message_window.gotoAndPlay("message");
} else {
_root.message = "\u639B\u3051\u8EF8\u3092\u7F6E\u3044\u305F\u3002";
_root.message_window.gotoAndPlay("message");
_root.item_get_yume = false;
_root.select_item = "no";
this.gotoAndPlay("aruaru");
}
}
on () {
}
Symbol 448 MovieClip [boxbox] Frame 1
if (_root.C == true) {
this.gotoAndPlay("arua");
}
Symbol 448 MovieClip [boxbox] Frame 2
stop();
Symbol 448 MovieClip [boxbox] Frame 3
stop();
Symbol 448 MovieClip [boxbox] Frame 4
_root.C = true;
if (_root.D == true) {
this.gotoAndPlay("aruaru");
}
Symbol 448 MovieClip [boxbox] Frame 5
stop();
Symbol 448 MovieClip [boxbox] Frame 6
stop();
Symbol 448 MovieClip [boxbox] Frame 7
_root.D = true;
Symbol 448 MovieClip [boxbox] Frame 48
_root.main_window.gotoAndPlay("end");
Symbol 448 MovieClip [boxbox] Frame 49
stop();
Symbol 448 MovieClip [boxbox] Frame 50
stop();
Symbol 20096 Button
on (release) {
_root.gotoAndPlay("start");
}
on () {
}
Symbol 284 MovieClip [スプライト(15)] Frame 1
stop();
Symbol 284 MovieClip [スプライト(15)] Frame 2
stop();
Symbol 358 MovieClip [endend] Frame 1
text_time = (int(_root.E - _root.S) / 1000) + " \u79D2";
Symbol 358 MovieClip [endend] Frame 163
stop();
Symbol 358 MovieClip [endend] Frame 164
stop();
Symbol 20097 Button
on (release) {
_root.message = "\u666E\u901A\u306E\u30C9\u30A2\u3060\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20098 Button
on (release) {
if (_root.select_item != "key") {
_root.message = "\u30AB\u30AE\u304C\u9589\u307E\u3063\u3066\u308B\u307F\u305F\u3044\u3060\u3002";
_root.message_window.gotoAndPlay("message");
} else {
_root.message = "\u30AB\u30AE\u304C\u958B\u3044\u305F\uFF01\uFF01";
_root.message_window.gotoAndPlay("open_key");
_root.item_get_key = false;
_root.open_A = true;
_root.select_item = "no";
}
}
on () {
}
Symbol 20099 Button
on (release) {
if (_root.open_A == true) {
_root.message = "\u30C9\u30A2\u3092\u958B\u3051\u305F";
_root.message_window.gotoAndPlay("open_doa");
_root.main_window.gotoAndPlay("room5");
}
if (_root.open_A == false) {
_root.message = "\u958B\u304B\u306A\u3044\u306A\u3041\u2026";
_root.message_window.gotoAndPlay("message");
_root.main_window.gotoAndPlay("room4");
}
}
on () {
}
Symbol 20100 Button
on (release) {
this.gotoAndPlay("room2");
}
on () {
}
Symbol 20101 Button
on (release) {
if (keta != 1) {
if (keta != 2) {
number3 = "1";
} else {
number2 = "1";
}
} else {
number1 = "1";
}
keta++;
if (4 < (keta+1)) {
keta = 4;
}
text_pass3 = (number1 + number2) + number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20102 Button
on (release) {
if (keta != 1) {
if (keta != 2) {
number3 = "2";
} else {
number2 = "2";
}
} else {
number1 = "2";
}
keta++;
if (4 < (keta+1)) {
keta = 4;
}
text_pass3 = (number1 + number2) + number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20103 Button
on (release) {
if (keta != 1) {
if (keta != 2) {
number3 = "3";
} else {
number2 = "3";
}
} else {
number1 = "3";
}
keta++;
if (4 < (keta+1)) {
keta = 4;
}
text_pass3 = (number1 + number2) + number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20104 Button
on (release) {
if (keta != 1) {
if (keta != 2) {
number3 = "4";
} else {
number2 = "4";
}
} else {
number1 = "4";
}
keta++;
if (4 < (keta+1)) {
keta = 4;
}
text_pass3 = (number1 + number2) + number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20105 Button
on (release) {
if (keta != 1) {
if (keta != 2) {
number3 = "5";
} else {
number2 = "5";
}
} else {
number1 = "5";
}
keta++;
if (4 < (keta+1)) {
keta = 4;
}
text_pass3 = (number1 + number2) + number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20106 Button
on (release) {
if (keta != 1) {
if (keta != 2) {
number3 = "6";
} else {
number2 = "6";
}
} else {
number1 = "6";
}
keta++;
if (4 < (keta+1)) {
keta = 4;
}
text_pass3 = (number1 + number2) + number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20107 Button
on (release) {
if (keta != 1) {
if (keta != 2) {
number3 = "7";
} else {
number2 = "7";
}
} else {
number1 = "7";
}
keta++;
if (4 < (keta+1)) {
keta = 4;
}
text_pass3 = (number1 + number2) + number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20108 Button
on (release) {
if (keta != 1) {
if (keta != 2) {
number3 = "8";
} else {
number2 = "8";
}
} else {
number1 = "8";
}
keta++;
if (4 < (keta+1)) {
keta = 4;
}
text_pass3 = (number1 + number2) + number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20109 Button
on (release) {
if (keta != 1) {
if (keta != 2) {
number3 = "9";
} else {
number2 = "9";
}
} else {
number1 = "9";
}
keta++;
if (4 < (keta+1)) {
keta = 4;
}
text_pass3 = (number1 + number2) + number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20110 Button
on (release) {
if (keta != 2) {
if (keta != 3) {
number3 = "-";
} else {
number2 = "-";
}
} else {
number1 = "-";
}
keta--;
if ((keta-1) < 1) {
keta = 1;
}
text_pass3 = (number1 + number2) + number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20111 Button
on (release) {
if (keta != 1) {
if (keta != 2) {
number3 = "0";
} else {
number2 = "0";
}
} else {
number1 = "0";
}
keta++;
if (4 < (keta+1)) {
keta = 4;
}
text_pass3 = (number1 + number2) + number3;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20112 Button
on (release) {
number1 = "-";
number2 = "-";
number3 = "-";
text_pass3 = (number1 + number2) + number3;
keta = 1;
_root.message = "";
_root.message_window.gotoAndPlay("switch");
}
on () {
}
Symbol 20113 Button
on (release) {
if (((number1 == "8") && (number2 == "7")) && (number3 == "5")) {
_root.message = "\u306F\u3057\u3054\u304C\u964D\u308A\u3066\u304D\u305F\uFF01";
_root.message_window.gotoAndPlay("message");
_root.gotoAndPlay("title");
}
if (_root.item_get_pass == ture) {
_root.message = "\u3046\u308F\u3063\u3001\u5929\u4E95\u304B\u3089\u5263\u304C\u2026\u2026";
_root.message_window.gotoAndPlay("message");
gotoAndPlay("badend");
}
if (_root.item_get_pass == false) {
_root.message = "\u306A\u306B\u304B\u3044\u3084\u306A\u4E88\u611F\u304C\u3059\u308B\u2026";
_root.message_window.gotoAndPlay("message");
}
}
on () {
}
Symbol 32 MovieClip [スプライト(11)] Frame 1
number1 = "-";
number2 = "-";
number3 = "-";
text_pass3 = (number1 + number2) + number3;
keta = 1;
Symbol 20114 Button
on (release) {
_root.message = "\u305D\u3053\u306B\u306F\u4F55\u3082\u306A\u3044\u3088\u3002";
_root.message_window.gotoAndPlay("message");
}
on () {
}
Symbol 20116 Button
on (release) {
_root.message = "\u305D\u3053\u306B\u306F\u4F55\u3082\u306A\u3044\u3088\u3002";
_root.message_window.gotoAndPlay("message");
_root.count++;
}
on () {
}