Frame 2
per_txt.text = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
if (_root.getBytesLoaded() < _root.getBytesTotal()) {
this.gotoAndPlay(this._currentframe - 1);
}
Frame 3
function display(a, b) {
i = 0;
i = 1;
while (i < 13) {
_root[a + i]._visible = b;
i++;
}
}
function toTimer(firstTime, lastTime) {
var _local2 = lastTime - firstTime;
var _local1 = Math.floor((_local2 / 1000) % 60);
var _local3 = Math.floor((_local2 / 1000) / 60);
if ((_local2 / 1000) <= 0) {
_local1 = 0;
_local3 = 0;
}
if (_local1 < 10) {
_local1 = "0" + _local1;
}
var _local4 = ((_local3 + "\u5206") + _local1) + "\u79D2";
return(_local4);
}
_focusrect = false;
Stage.showMenu = false;
display("icom", false);
display("about", false);
about_back_btn._visible = false;
close_btn._visible = false;
_global.icom = false;
_global.icomNum = false;
konoNum = Math.floor(Math.random() * 6) + 4;
barnNum = Math.floor(Math.random() * 10);
uralNum = Math.floor(Math.random() * 9) + 1;
washiNum = Math.floor(Math.random() * 9) + 1;
number1 = 0;
number2 = 0;
number3 = 0;
number4 = 0;
text_pass2_1 = number1;
text_pass2_2 = number2;
text_pass2_3 = number3;
text_pass2_4 = number4;
konopass = 0;
barnpass = 0;
uralpass = 0;
washipass = 0;
nuiNum = 0;
barnflag = 0;
snowyflag = 0;
startTime = 0;
doorTime = 0;
cleartime = 0;
konohaflag = 0;
barnflag2 = 0;
uralflag = 0;
washiflag = 0;
var ch1 = new Sound();
var ch2 = new Sound();
var ch3 = new Sound();
var ch4 = new Sound();
ch1.attachSound("SEget");
ch2.attachSound("SEopenkey");
ch3.attachSound("SEopendoor");
ch4.attachSound("SEcagedoor");
Instance of Symbol 23 MovieClip "icom11" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about11")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about11";
}
}
Instance of Symbol 26 MovieClip "icom1" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about1")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about1";
}
}
Instance of Symbol 28 MovieClip "icom5" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about5")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about5";
}
}
Instance of Symbol 31 MovieClip "icom3" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about3")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about3";
}
}
Instance of Symbol 34 MovieClip "icom7" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about7")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about7";
}
}
Instance of Symbol 37 MovieClip "icom4" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about4")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about4";
}
}
Instance of Symbol 40 MovieClip "icom6" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about6")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about6";
}
}
Instance of Symbol 43 MovieClip "icom10" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about10")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about10";
}
}
Instance of Symbol 45 MovieClip "icom12" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about12")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about12";
}
}
Instance of Symbol 48 MovieClip "icom2" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about2")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about2";
}
}
Instance of Symbol 51 MovieClip "icom9" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about9")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about9";
}
}
Instance of Symbol 54 MovieClip "icom8" in Frame 3
onClipEvent (enterFrame) {
if (!(_root.icom === "about8")) {
this.gotoAndStop("normal");
}
}
on (release) {
if (this._alpha == 100) {
this.gotoAndStop("choice");
_root.icom = "about8";
}
}
Frame 4
stop();
Frame 6
this.onEnterFrame = function () {
if (icom3._visible == true) {
this.item3._visible = false;
}
};
Frame 7
get_back_btn._visible = false;
get11._visible = false;
this.onEnterFrame = function () {
if (icom11._visible == true) {
item11._visible = false;
}
};
Frame 8
get_back_btn._visible = false;
get8._visible = false;
this.onEnterFrame = function () {
if (icom8._visible == true) {
item8._visible = false;
}
};
Frame 9
get_back_btn._visible = false;
get1._visible = false;
this.onEnterFrame = function () {
if (icom1._visible == true) {
item1._visible = false;
}
};
Frame 10
get_back_btn._visible = false;
get5._visible = false;
this.onEnterFrame = function () {
if (icom5._visible == true) {
item5._visible = false;
}
};
Frame 11
get_back_btn._visible = false;
get10._visible = false;
this.onEnterFrame = function () {
if (icom10._visible == true) {
this.item10._visible = false;
}
};
Frame 12
get_back_btn._visible = false;
get4._visible = false;
this.onEnterFrame = function () {
if (icom4._visible == true) {
this.chest_mc.item4._visible = false;
}
};
Frame 13
get_back_btn._visible = false;
get3._visible = false;
this.onEnterFrame = function () {
if (icom3._visible == true) {
this.item3._visible = false;
}
};
Frame 14
get_back_btn._visible = false;
get6._visible = false;
this.onEnterFrame = function () {
if (icom6._visible == true) {
item6._visible = false;
}
};
Frame 17
get_back_btn._visible = false;
get2._visible = false;
this.onEnterFrame = function () {
if (icom2._visible == true) {
this.keybox_mc.item2._visible = false;
}
};
Frame 19
get_back_btn._visible = false;
get7._visible = false;
this.onEnterFrame = function () {
if (icom7._visible == true) {
item7._visible = false;
}
};
Frame 20
this.onEnterFrame = function () {
if (icom3._visible == true) {
this.item3._visible = false;
}
};
Frame 25
get_back_btn._visible = false;
get11._visible = false;
this.onEnterFrame = function () {
if (icom11._visible == true) {
item11._visible = false;
}
};
Frame 26
get_back_btn._visible = false;
get11._visible = false;
barnflag = 2;
this.onEnterFrame = function () {
if (icom11._visible == true) {
item11._visible = false;
}
};
Frame 29
this.onEnterFrame = function () {
if (icom3._visible == true) {
this.item3._visible = false;
}
};
Frame 35
this.onEnterFrame = function () {
if (icom11._visible == true) {
item11._visible = false;
}
};
Frame 36
barnflag = 1;
this.onEnterFrame = function () {
if (icom11._visible == true) {
item11._visible = false;
}
};
Frame 37
barnflag = 2;
this.onEnterFrame = function () {
if (icom11._visible == true) {
item11._visible = false;
}
};
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 2
stop();
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 2
stop();
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 2
stop();
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 2
stop();
Symbol 34 MovieClip Frame 1
stop();
Symbol 34 MovieClip Frame 2
stop();
Symbol 37 MovieClip Frame 1
stop();
Symbol 37 MovieClip Frame 2
stop();
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 2
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 2
stop();
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 2
stop();
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 2
stop();
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 2
stop();
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 2
stop();
Symbol 59 Button
on (release) {
about_back_btn._visible = false;
close_btn._visible = false;
display("about", false);
comment_txt = "";
icom = false;
}
Symbol 61 Button
on (release) {
_root.comment_txt = "\u3053\u306E\u90E8\u5C4B\u306E\u30AB\u30AE\u306E\u3088\u3046\u3060";
}
Symbol 62 MovieClip Frame 1
stop();
Symbol 63 Button
on (release) {
_root.comment_txt = "\u5C0F\u3055\u306A\u30AB\u30AE\u3060";
}
Symbol 64 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 1
stop();
Symbol 66 Button
on (release) {
_root.comment_txt = "\u5927\u304D\u3081\u3060\u304C\u3001\u3054\u304F\u666E\u901A\u306E\u30D4\u30F3\u30BB\u30C3\u30C8\u3060\u3002";
}
Symbol 67 MovieClip Frame 1
stop();
Symbol 68 Button
on (release) {
_root.comment_txt = "\u3075\u305F\u304C\u958B\u3044\u305F";
nextFrame();
}
Symbol 71 Button
on (release) {
_root.comment_txt = "\u3075\u304F\u308D\u3046\u306E\u990C\u306E\u8089\u306E\u3088\u3046\u3060\u3002\u3061\u3087\u3046\u3069\u3044\u3044\u611F\u3058\u306B\u89E3\u51CD\u3055\u308C\u3066\u3044\u308B\u3002";
nextFrame();
}
Symbol 72 Button
on (release) {
if (_root.icom == "about4") {
nextFrame();
} else {
_root.comment_txt = "\u89E3\u51CD\u3055\u308C\u305F\u8089\u3060\u3002\u624B\u3067\u3064\u307E\u3080\u306E\u306F\u3061\u3087\u3063\u3068\u2026";
}
}
Symbol 73 Button
on (release) {
_root.icom4.gotoAndStop("normal");
_root.icom4._alpha = 20;
_root.icom9.gotoAndStop("normal");
_root.icom5._alpha = 20;
_root.icom9._visible = true;
_root.comment_txt = "\u7D30\u5207\u308C\u306E\u8089\u3092\u30D4\u30F3\u30BB\u30C3\u30C8\u3067\u3064\u307E\u3093\u3060\u3002";
_root.ch1.start();
nextFrame();
}
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 2
stop();
Symbol 74 MovieClip Frame 3
stop();
Symbol 74 MovieClip Frame 4
stop();
Symbol 75 Button
on (release) {
_root.comment_txt = "\u3075\u304F\u308D\u3046\u306E\u7FBD\u3060\u3002\u7279\u306B\u5909\u308F\u3063\u305F\u6240\u306F\u306A\u3044\u3002";
}
Symbol 76 MovieClip Frame 1
stop();
Symbol 77 Button
on (release) {
_root.comment_txt = "\u3068\u307E\u308A\u6728\u306B\u4F7F\u308F\u308C\u3066\u305F\u68D2\u3060\u3002\u5909\u308F\u3063\u305F\u6240\u306F\u306A\u3044\u3002";
}
Symbol 78 MovieClip Frame 1
stop();
Symbol 79 Button
on (release) {
_root.comment_txt = "\u306C\u3044\u3050\u308B\u307F\u3060\u3002\u3075\u308F\u3075\u308F\u3057\u3066\u3044\u308B\u3002";
}
Symbol 80 MovieClip Frame 1
stop();
Symbol 81 Button
on (release) {
_root.comment_txt = "\u30D4\u30F3\u30BB\u30C3\u30C8\u3067\u3064\u307E\u3093\u3060\u30D5\u30AF\u30ED\u30A6\u306E\u990C\u3060\u3002";
}
Symbol 82 MovieClip Frame 1
stop();
Symbol 83 Button
on (release) {
_root.comment_txt = "\u6BB5\u30DC\u30FC\u30EB\u3060\u3002";
nextFrame();
}
Symbol 86 Button
on (release) {
if (_root.icom == "about11") {
nextFrame();
} else {
_root.comment_txt = "\u3061\u3083\u3093\u3068\u4F5C\u308D\u3046\u2026";
}
}
Symbol 88 Button
on (release) {
nextFrame();
}
Symbol 90 Button
on (release) {
_root.comment_txt = "\u3053\u308C\u3067\u9811\u4E08\u306A\u7BB1\u306B\u306A\u308B\u306F\u305A\u3002";
nextFrame();
}
Symbol 92 Button
on (release) {
if (_root.icom == "about11") {
_root.icom10.gotoAndStop("normal");
_root.icom10._alpha = 20;
_root.icom11.gotoAndStop("normal");
_root.icom11._alpha = 20;
_root.icom12._visible = true;
_root.ch1.start();
nextFrame();
} else {
_root.comment_txt = "\u30AC\u30E0\u30C6\u30FC\u30D7\u3092\u306F\u308D\u3046\u3002";
}
}
Symbol 93 Button
on (release) {
_root.comment_txt = "\u51FA\u6765\u305F\uFF01";
}
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 2
stop();
Symbol 94 MovieClip Frame 3
stop();
Symbol 94 MovieClip Frame 4
stop();
Symbol 94 MovieClip Frame 5
stop();
Symbol 94 MovieClip Frame 6
stop();
Symbol 95 Button
on (release) {
_root.comment_txt = "\u30AC\u30E0\u30C6\u30FC\u30D7\u3060\u3002\u5909\u308F\u3063\u305F\u6240\u306F\u306A\u3044\u3002";
}
Symbol 96 MovieClip Frame 1
stop();
Symbol 97 Button
on (release) {
_root.comment_txt = "\u6BB5\u30DC\u30FC\u30EB\u7BB1\u3002\u4E0A\u306B\u4E57\u3063\u3066\u3082\u5927\u4E08\u592B\u305D\u3046\u3002";
}
Symbol 98 MovieClip Frame 1
stop();
Symbol 100 Button
on (release) {
gotoAndStop ("room1");
comment_txt = "";
_root.startTime = getTimer();
}
Symbol 114 MovieClip Frame 20
stop();
Symbol 133 Button
on (release) {
if (_root.icom1._currentframe == 2) {
_root.comment_txt = "\u6249\u304C\u958B\u3044\u305F";
_root.ch3.start();
gotoAndPlay ("open");
} else {
_root.comment_txt = "\u9375\u304C\u304B\u304B\u3063\u3066\u3044\u308B";
}
}
Symbol 135 Button
on (release) {
function DigitAdjust(num, Digit) {
var _local1 = num.toString();
while (_local1.length < Digit) {
_local1 = "0" + _local1;
}
return(_local1);
}
_root.doorTime = getTimer();
_root.cleartime = _root.toTimer(_root.startTime, _root.doorTime);
dis_cleartime = _root.cleartime;
var nowTime;
var DateObj = new Date();
var year = DateObj.getFullYear();
var month = (DateObj.getMonth() + 1);
var day = DateObj.getDate();
var hour = DateObj.getHours();
var minute = DateObj.getMinutes();
var second = DateObj.getSeconds();
nowTime = (((((((((year + "/") + DigitAdjust(month, 2)) + "/") + DigitAdjust(day, 2)) + ".") + DigitAdjust(hour, 2)) + ":") + DigitAdjust(minute, 2)) + ":") + DigitAdjust(second, 2);
dispTime = nowTime;
_root.icom1.gotoAndStop("normal");
_root.icom1._alpha = 20;
_root.comment_txt = "";
if ((_root._root.icom2._alpha <= 20) && (_root.nuiNum < 20)) {
cleartype = "clear1";
System.useCodepage = true;
send_lv = new LoadVars();
send_lv.item1 = dispTime;
send_lv.item2 = _root.cleartime;
send_lv.item3 = cleartype;
load_lv = new LoadVars();
load_lv.onLoad = function (success) {
if (success) {
trace(load_lv.clearcount);
trace(this.clearcount);
_root.clearcount = this.clearcount;
}
};
send_lv.sendAndLoad("http://owl.hoot3.com/esc/count.cgi", load_lv, "POST");
_root.gotoAndStop("clear1");
} else if ((_root.icom2._alpha <= 20) && (_root.nuiNum < 50)) {
cleartype = "clear2";
System.useCodepage = true;
send_lv = new LoadVars();
send_lv.item1 = dispTime;
send_lv.item2 = _root.cleartime;
send_lv.item3 = cleartype;
load_lv = new LoadVars();
load_lv.onLoad = function (success) {
if (success) {
trace(load_lv.clearcount);
trace(this.clearcount);
_root.clearcount = this.clearcount;
}
};
send_lv.sendAndLoad("http://owl.hoot3.com/esc/count.cgi", load_lv, "POST");
_root.gotoAndStop("clear2");
} else if ((_root.icom2._alpha <= 20) && (_root.nuiNum > 51)) {
cleartype = "clear3";
System.useCodepage = true;
send_lv = new LoadVars();
send_lv.item1 = dispTime;
send_lv.item2 = _root.cleartime;
send_lv.item3 = cleartype;
load_lv = new LoadVars();
load_lv.onLoad = function (success) {
if (success) {
_root.clearcount = this.clearcount;
}
};
send_lv.sendAndLoad("http://owl.hoot3.com/esc/count.cgi", load_lv, "POST");
_root.gotoAndStop("clear3");
} else if (_root.icom1._alpha <= 20) {
cleartype = "clear4";
System.useCodepage = true;
var send_lv = new LoadVars();
send_lv.item1 = dispTime;
send_lv.item2 = _root.cleartime;
send_lv.item3 = cleartype;
var load_lv = new LoadVars();
send_lv.sendAndLoad("./esc01.cgi", load_lv, "POST");
_root.gotoAndStop("clear4");
}
}
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 5
stop();
Symbol 139 Button
on (release) {
gotoAndStop ("room1_chest");
}
Symbol 140 Button
on (release) {
comment_txt = "\u7279\u306B\u5909\u308F\u3063\u305F\u3068\u3053\u308D\u306F\u306A\u3044";
}
Symbol 141 Button
on (release) {
comment_txt = "\u30D7\u30E9\u30F3\u30BF\u30FC\u3060";
}
Symbol 142 Button
on (release) {
gotoAndStop ("room1_owl");
}
Symbol 144 Button
on (release) {
if (icom2._alpha <= 20) {
gotoAndStop ("room2_after2");
comment_txt = "";
} else if (icom7._visible == true) {
gotoAndStop ("room2_after");
comment_txt = "";
} else {
gotoAndStop ("room2");
comment_txt = "";
}
}
Symbol 146 Button
on (release) {
if (icom8._visible == true) {
gotoAndStop ("room4_after");
comment_txt = "";
} else {
gotoAndStop ("room4");
comment_txt = "";
}
}
Symbol 150 Button
on (release) {
if ((!(icom === false)) && (icomNum == false)) {
_root.comment_txt = "";
display("about", false);
about_back_btn._visible = true;
close_btn._visible = true;
_root[icom]._visible = true;
}
}
Symbol 160 Button
on (release) {
_root.get_back_btn._visible = true;
_root.get3._visible = true;
_root.comment_txt = "\u8336\u8272\u3044\u9375\u3092\u898B\u3064\u3051\u305F\u3002";
icomNum = 3;
}
Symbol 169 Button
on (release) {
gotoAndStop ("room2_e");
}
Symbol 170 Button
on (release) {
comment_txt = "\u3075\u304F\u308D\u3046\u3060";
gotoAndStop ("room2_owl_up");
}
Symbol 171 Button
on (release) {
comment_txt = "\u6B63\u9762\u304B\u3089\u898B\u306A\u3044\u3068\u3068\u3088\u304F\u898B\u3048\u306A\u3044\u2026";
}
Symbol 172 Button
on (release) {
comment_txt = "\u3075\u304F\u308D\u3046\u2026\uFF1F";
}
Symbol 173 Button
on (release) {
comment_txt = "\u306A\u3093\u306E\u7D75\u3060\u308D\u3046\u2026";
}
Symbol 174 Button
on (release) {
comment_txt = "\u30DD\u30B9\u30BF\u30FC\u304C\u8CBC\u3089\u308C\u3066\u3044\u308B";
}
Symbol 175 Button
on (release) {
comment_txt = "\u7279\u306B\u306A\u306B\u3082\u306A\u3044";
}
Symbol 176 Button
on (release) {
comment_txt = "\u6728\u88FD\u306E\u3068\u307E\u308A\u6728\u3060\u2026";
}
Symbol 177 Button
on (release) {
if ((icom12._alpha <= 20) && (barnflag == 0)) {
gotoAndStop ("room3_4");
comment_txt = "";
} else if ((icom12._alpha <= 20) && (barnflag == 1)) {
gotoAndStop ("room3_5");
comment_txt = "";
} else if ((icom12._alpha <= 20) && (barnflag == 2)) {
gotoAndStop ("room3_6");
comment_txt = "";
} else if (barnflag == 1) {
gotoAndStop ("room3_2");
comment_txt = "";
} else if (barnflag == 2) {
gotoAndStop ("room3_3");
comment_txt = "";
} else {
gotoAndStop ("room3");
comment_txt = "";
}
}
Symbol 178 Button
on (release) {
if (icom2._alpha <= 20) {
gotoAndStop ("room1_after");
comment_txt = "";
} else {
gotoAndStop ("room1");
comment_txt = "";
}
}
Symbol 185 Button
on (release) {
this.gotoAndStop("open");
}
Symbol 187 Button
on (release) {
_root.gotoAndStop("room3_tana");
}
Symbol 188 Button
on (release) {
gotoAndStop ("close");
_root.comment_txt = "";
}
Symbol 189 Button
on (release) {
_root.comment_txt = "\u304B\u3089\u3063\u307D\uFF1F";
}
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
stop();
Symbol 194 Button
on (release) {
gotoAndStop ("close");
_root.comment_txt = "";
}
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 2
stop();
Symbol 198 Button
on (release) {
comment_txt = "\u6D0B\u66F8\u3060";
gotoAndStop ("book_hint");
}
Symbol 201 Button
on (release) {
get_back_btn._visible = true;
get11._visible = true;
comment_txt = "\u30AC\u30E0\u30C6\u30FC\u30D7\u3092\u898B\u3064\u3051\u305F";
_root.ch1.start();
icomNum = 11;
}
Symbol 206 Button
on (release) {
gotoAndStop ("room3_f_up");
comment_txt = "\u4E2D\u306B\u306F\u51B7\u51CD\u3055\u308C\u305F\u30D5\u30AF\u30ED\u30A6\u306E\u3048\u3055\u304C\u5165\u3063\u3066\u3044\u308B";
}
Symbol 207 Button
on (release) {
gotoAndStop ("room3_f_side");
comment_txt = "";
}
Symbol 211 Button
on (release) {
_root.comment_txt = "\u65B0\u805E\u7D19\u304C\u305F\u304F\u3055\u3093\u3042\u308B\u3002";
}
Symbol 212 Button
on (release) {
gotoAndStop ("close");
_root.comment_txt = "";
}
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
stop();
Symbol 214 Button
on (release) {
if (icom12._alpha <= 20) {
comment_txt = "\u30B3\u30CE\u30CF\u30BA\u30AF\u3060";
gotoAndStop ("room3_konoha");
} else {
comment_txt = "\u5965\u306E\u65B9\u306B\u30B3\u30CE\u30CF\u30BA\u30AF\u304C\u3044\u308B";
gotoAndStop ("room3_tana_up");
}
}
Symbol 215 Button
on (release) {
gotoAndStop ("room3_low");
comment_txt = "";
}
Symbol 216 Button
on (release) {
comment_txt = "\u3053\u308C\u3082\u3075\u304F\u308D\u3046\u306E\u306C\u3044\u3050\u308B\u307F\u3060";
}
Symbol 217 Button
on (release) {
comment_txt = "\u3075\u304F\u308D\u3046\u306E\u306C\u3044\u3050\u308B\u307F\u3060";
}
Symbol 218 Button
on (release) {
comment_txt = "\u8272\u3005\u306A\u30B8\u30E3\u30F3\u30EB\u306E\u672C\u304C\u4E26\u3093\u3067\u3044\u308B";
}
Symbol 219 Button
on (release) {
comment_txt = "\u51B7\u51CD\u5EAB\u3060\u2026";
}
Symbol 220 Button
on (release) {
comment_txt = "\u7279\u306B\u5909\u308F\u3063\u305F\u6240\u306F\u306A\u3044";
}
Symbol 221 Button
on (release) {
comment_txt = "\u7279\u306B\u4F55\u3082\u306A\u3044";
}
Symbol 222 Button
on (release) {
comment_txt = "\u9CE5\u7528\u306E\u6804\u990A\u5264\u306A\u3069\u3060\u2026";
}
Symbol 223 Button
on (release) {
comment_txt = "\u9CE5\u7528\u306E\u85AC\u306A\u3069\u304C\u4E26\u3093\u3067\u3044\u308B\u2026";
}
Symbol 224 Button
on (release) {
comment_txt = "\u4F55\u3082\u306A\u3044\u3002\u3000";
}
Symbol 225 Button
on (release) {
comment_txt = "\u7279\u306B\u5909\u308F\u3063\u305F\u6240\u306F\u306A\u3044\u3002\u3000";
}
Symbol 226 Button
on (release) {
comment_txt = "\u6D0B\u66F8\u304C\u4E26\u3093\u3067\u3044\u308B\u3002\u898B\u3066\u3082\u5185\u5BB9\u304C\u5206\u304B\u3089\u306A\u3044\u3002";
}
Symbol 227 Button
on (release) {
if (icom8._visible == true) {
gotoAndStop ("room4_after");
comment_txt = "";
} else {
gotoAndStop ("room4");
comment_txt = "";
}
}
Symbol 228 Button
on (release) {
if (icom2._alpha <= 20) {
gotoAndStop ("room2_after2");
comment_txt = "";
} else if (icom7._visible == true) {
gotoAndStop ("room2_after");
comment_txt = "";
} else {
gotoAndStop ("room2");
comment_txt = "";
}
}
Symbol 229 Button
on (release) {
get_back_btn._visible = false;
get11._visible = false;
icom11._visible = true;
comment_txt = "";
icomNum = false;
}
Symbol 230 Button
on (release) {
comment_txt = "\u30B4\u30DF\u7BB1\u3060\u2026";
gotoAndStop ("room4_gomi");
}
Symbol 231 Button
on (release) {
comment_txt = "\u30EF\u30B7\u30DF\u30DF\u30BA\u30AF\u3060";
gotoAndStop ("room4_owl");
}
Symbol 232 Button
on (release) {
comment_txt = "\u30D7\u30E9\u30F3\u30BF\u30FC\u3060\u3002\u7279\u306B\u306A\u306B\u3082\u306A\u3044\u3002";
}
Symbol 233 Button
on (release) {
comment_txt = "\u7279\u306B\u306A\u306B\u3082\u306A\u3044\u2026";
}
Symbol 234 Button
on (release) {
comment_txt = "\u30BD\u30D5\u30A1\u30FC\u3060\u3002\u7279\u306B\u5909\u308F\u3063\u305F\u6240\u306F\u306A\u3044\u3002";
}
Symbol 244 Button
on (release) {
this.nextFrame();
}
Symbol 245 Button
on (release) {
this.nextFrame();
_root.comment_txt = "\u4F55\u3082\u306A\u3044\u3088\u3046\u3060";
}
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 2
stop();
Symbol 246 MovieClip Frame 3
gotoAndStop (1);
Symbol 249 Button
on (release) {
get_back_btn._visible = true;
get8._visible = true;
comment_txt = "\u3075\u304F\u308D\u3046\u306E\u306C\u3044\u3050\u308B\u307F\u3092\u898B\u3064\u3051\u305F";
_root.ch1.start();
icomNum = 8;
}
Symbol 250 Button
on (release) {
if (icom2._alpha <= 20) {
gotoAndStop ("room1_after");
comment_txt = "";
} else {
gotoAndStop ("room1");
comment_txt = "";
}
}
Symbol 251 Button
on (release) {
if ((icom12._alpha <= 20) && (barnflag == 0)) {
gotoAndStop ("room3_4");
comment_txt = "";
} else if ((icom12._alpha <= 20) && (barnflag == 1)) {
gotoAndStop ("room3_5");
comment_txt = "";
} else if ((icom12._alpha <= 20) && (barnflag == 2)) {
gotoAndStop ("room3_6");
comment_txt = "";
} else if (barnflag == 1) {
gotoAndStop ("room3_2");
comment_txt = "";
} else if (barnflag == 2) {
gotoAndStop ("room3_3");
comment_txt = "";
} else {
gotoAndStop ("room3");
comment_txt = "";
}
}
Symbol 252 Button
on (release) {
get_back_btn._visible = false;
get8._visible = false;
icom8._visible = true;
comment_txt = "";
icomNum = false;
}
Symbol 258 Button
on (release) {
get_back_btn._visible = true;
get1._visible = true;
comment_txt = "\u30AB\u30AE\u3092\u898B\u3064\u3051\u305F";
_root.ch1.start();
icomNum = 1;
}
Symbol 261 Button
on (release) {
if ((icom12._alpha <= 20) && (barnflag == 0)) {
gotoAndStop ("room3_4");
comment_txt = "";
} else if ((icom12._alpha <= 20) && (barnflag == 1)) {
gotoAndStop ("room3_5");
comment_txt = "";
} else if ((icom12._alpha <= 20) && (barnflag == 2)) {
gotoAndStop ("room3_6");
comment_txt = "";
} else if (barnflag == 1) {
gotoAndStop ("room3_2");
comment_txt = "";
} else if (barnflag == 2) {
gotoAndStop ("room3_3");
comment_txt = "";
} else {
gotoAndStop ("room3");
comment_txt = "";
}
}
Symbol 262 Button
on (release) {
get_back_btn._visible = false;
get1._visible = false;
icom1._visible = true;
comment_txt = "";
icomNum = false;
}
Symbol 266 Button
on (release) {
if (icom7._currentframe == 2) {
get_back_btn._visible = true;
get5._visible = true;
icom7.gotoAndStop("normal");
icom7._alpha = 20;
comment_txt = "\u30BF\u30C3\u30D1\u30FC\u3092\u624B\u306B\u5165\u308C\u305F";
_root.ch1.start();
icomNum = 5;
} else {
comment_txt = "\u624B\u304C\u5C4A\u304B\u306A\u3044";
}
}
Symbol 267 Button
on (release) {
get_back_btn._visible = false;
get5._visible = false;
icom5._visible = true;
comment_txt = "";
icomNum = false;
}
Symbol 271 Button
on (release) {
_root.get_back_btn._visible = true;
_root.get10._visible = true;
_root.comment_txt = "\u6BB5\u30DC\u30FC\u30EB\u3092\u624B\u306B\u5165\u308C\u305F\u3002";
_root.ch1.start();
icomNum = 10;
}
Symbol 272 Button
on (release) {
get_back_btn._visible = false;
get10._visible = false;
icom10._visible = true;
comment_txt = "";
icomNum = false;
}
Symbol 274 Button
on (release) {
gotoAndStop ("third");
_root.comment_txt = "";
}
Symbol 275 Button
on (release) {
gotoAndStop ("second");
_root.comment_txt = "";
}
Symbol 276 Button
on (release) {
if (this._parent.icom3._currentframe == 2) {
gotoAndStop ("first");
_root.comment_txt = "\u5F15\u304D\u51FA\u3057\u304C\u958B\u3044\u305F";
this._parent.icom3.gotoAndStop("normal");
this._parent.icom3._alpha = 20;
} else if (this._parent.icom3._alpha <= 20) {
gotoAndStop ("first");
_root.comment_txt = "";
} else {
_root.comment_txt = "\u958B\u304B\u306A\u3044\u2026";
}
}
Symbol 280 Button
on (release) {
_root.gotoAndStop("keybox");
}
Symbol 281 Button
on (release) {
gotoAndStop ("normal");
_root.comment_txt = "";
}
Symbol 289 Button
on (release) {
_root.get_back_btn._visible = true;
_root.get4._visible = true;
_root.comment_txt = "\u5927\u304D\u306A\u30D4\u30F3\u30BB\u30C3\u30C8\u3092\u898B\u3064\u3051\u305F";
_root.ch1.start();
icomNum = 4;
}
Symbol 293 MovieClip Frame 1
stop();
Instance of Symbol 285 MovieClip in Symbol 293 MovieClip Frame 4
on (press) {
this.startDrag(true, -100, 100, 20, 50);
}
on (release) {
this.stopDrag();
}
Instance of Symbol 291 MovieClip in Symbol 293 MovieClip Frame 4
on (press) {
this.startDrag(true, 30, 100, 120, 100);
}
on (release) {
this.stopDrag();
}
Symbol 294 Button
on (release) {
if (icom2._alpha <= 20) {
gotoAndStop ("room1_after");
comment_txt = "";
} else {
gotoAndStop ("room1");
comment_txt = "";
}
}
Symbol 295 Button
on (release) {
get_back_btn._visible = false;
get4._visible = false;
icom4._visible = true;
comment_txt = "";
icomNum = false;
}
Symbol 297 Button
on (release) {
_root.get_back_btn._visible = true;
_root.get3._visible = true;
_root.comment_txt = "\u8336\u8272\u3044\u9375\u3092\u898B\u3064\u3051\u305F\u3002";
_root.ch1.start();
icomNum = 3;
}
Symbol 298 Button
on (release) {
if (icom2._alpha <= 20) {
gotoAndStop ("room2_after2");
comment_txt = "";
} else if (icom7._visible == true) {
gotoAndStop ("room2_after");
comment_txt = "";
} else {
gotoAndStop ("room2");
comment_txt = "";
}
}
Symbol 299 Button
on (release) {
get_back_btn._visible = false;
get3._visible = false;
icom3._visible = true;
comment_txt = "";
icomNum = false;
}
Symbol 302 Button
on (release) {
get_back_btn._visible = true;
get6._visible = true;
comment_txt = "\u3075\u304F\u308D\u3046\u306E\u7FBD\u3092\u898B\u3064\u3051\u305F";
_root.ch1.start();
icomNum = 6;
}
Symbol 303 Button
on (release) {
if (icom8._visible == true) {
gotoAndStop ("room4_after");
comment_txt = "";
} else {
gotoAndStop ("room4");
comment_txt = "";
}
}
Symbol 304 Button
on (release) {
get_back_btn._visible = false;
get6._visible = false;
icom6._visible = true;
comment_txt = "";
icomNum = false;
}
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 6
stop();
Symbol 321 MovieClip Frame 7
stop();
Symbol 321 MovieClip Frame 12
stop();
Symbol 321 MovieClip Frame 15
gotoAndPlay ("\u6012\u308A");
Symbol 321 MovieClip Frame 23
stop();
Symbol 323 Button
on (release) {
comment_txt = "\u3053\u3093\u306A\u3068\u3053\u308D\u306B\u30B3\u30CE\u30CF\u30BA\u30AF\u304C!";
if (icom1._currentframe == 2) {
this.konoha_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom2._currentframe == 2) {
this.konoha_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom3._currentframe == 2) {
this.konoha_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom4._currentframe == 2) {
this.konoha_mc.gotoAndPlay("\u6012\u308A");
comment_txt = "\u306A\u3093\u3060\u304B\u6012\u3063\u3066\u3044\u308B\u3088\u3046\u3060";
} else if (icom5._currentframe == 2) {
this.konoha_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom6._currentframe == 2) {
this.konoha_mc.gotoAndPlay("\u306F\u3066\u306A");
comment_txt = "\u4E0D\u601D\u8B70\u305D\u3046\u306B\u898B\u3066\u3044\u308B";
} else if (icom7._currentframe == 2) {
this.konoha_mc.gotoAndPlay("\u6012\u308A");
comment_txt = "\u306A\u3093\u3060\u304B\u6012\u3063\u3066\u3044\u308B\u3088\u3046\u3060";
} else if (icom8._currentframe == 2) {
this.konoha_mc.gotoAndPlay("\u306F\u3066\u306A");
comment_txt = "\u4E0D\u601D\u8B70\u305D\u3046\u306B\u898B\u3066\u3044\u308B";
} else if (icom9._currentframe == 2) {
this.konoha_mc.gotoAndPlay("\u524D\u3078");
comment_txt = "\u5C11\u3057\u8FD1\u5BC4\u3063\u3066\u304D\u305F\u304C\u5168\u8EAB\u306F\u898B\u3048\u306A\u3044\u2026";
} else if (icom11._currentframe == 2) {
this.konoha_mc.gotoAndPlay("\u6012\u308A");
comment_txt = "\u306A\u3093\u3060\u304B\u6012\u3063\u3066\u3044\u308B\u3088\u3046\u3060";
} else if (icom12._currentframe == 2) {
icom12._alpha = 20;
icom12.gotoAndStop("normal");
comment_txt = "\u3053\u308C\u3067\u8FD1\u304F\u3067\u898B\u308C\u308B\u2026";
gotoAndStop ("room3_konoha");
} else {
comment_txt = "\u9060\u3044\u2026";
}
}
Symbol 326 Button
on (release) {
konohaflag = 1;
gotoAndStop ("konohatag");
comment_txt = "\u76AE\u306E\u30BF\u30B0\u306B\u6570\u5B57\u304C\u66F8\u3044\u3066\u3042\u308B";
}
Symbol 327 Button
on (release) {
if (icom1._currentframe == 2) {
this.konoha2_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom2._currentframe == 2) {
this.konoha2_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom3._currentframe == 2) {
this.konoha2_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom4._currentframe == 2) {
this.konoha2_mc.gotoAndPlay("\u6012\u308A");
comment_txt = "\u306A\u3093\u3060\u304B\u6C17\u306B\u5165\u3089\u306A\u3044\u3088\u3046\u3060";
} else if (icom5._currentframe == 2) {
this.konoha2_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom6._currentframe == 2) {
this.konoha2_mc.gotoAndPlay("\u6012\u308A");
comment_txt = "\u306A\u3093\u3060\u304B\u6C17\u306B\u5165\u3089\u306A\u3044\u3088\u3046\u3060";
} else if (icom7._currentframe == 2) {
this.konoha2_mc.gotoAndPlay("\u6012\u308A");
comment_txt = "\u306A\u3093\u3060\u304B\u6C17\u306B\u5165\u3089\u306A\u3044\u3088\u3046\u3060";
} else if (icom8._currentframe == 2) {
this.konoha2_mc.gotoAndPlay("\u306F\u3066\u306A");
comment_txt = "\u306A\u3093\u3060\u308D\u3046\uFF1F\u3068\u3044\u3046\u9854\u3092\u3057\u3066\u3044\u308B";
} else if (icom9._currentframe == 2) {
this.konoha2_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u990C\u306F\u4ECA\u6B32\u3057\u304F\u306A\u3044\u3088\u3046\u3060";
} else if (icom11._currentframe == 2) {
this.konoha2_mc.gotoAndPlay("\u6012\u308A");
comment_txt = "\u306A\u3093\u3060\u304B\u6C17\u306B\u5165\u3089\u306A\u3044\u3088\u3046\u3060";
} else {
comment_txt = "";
}
}
Symbol 331 Button
on (release) {
if ((++_root.number1) > 9) {
_root.number1 = 0;
}
text_pass2_1 = _root.number1;
_root.konopass = parseInt(text_pass2_1);
_root.comment_txt = "";
}
Symbol 332 Button
on (release) {
if ((++_root.number2) > 9) {
_root.number2 = 0;
}
text_pass2_2 = _root.number2;
_root.barnpass = parseInt(text_pass2_2);
_root.comment_txt = "";
}
Symbol 333 Button
on (release) {
if ((++_root.number3) > 9) {
_root.number3 = 0;
}
text_pass2_3 = _root.number3;
_root.uralpass = parseInt(text_pass2_3);
_root.comment_txt = "";
}
Symbol 334 Button
on (release) {
if ((++_root.number4) > 9) {
_root.number4 = 0;
}
text_pass2_4 = _root.number4;
_root.washipass = parseInt(text_pass2_4);
_root.comment_txt = "";
}
Symbol 335 Button
on (release) {
if ((--_root.number4) < 0) {
_root.number4 = 9;
}
text_pass2_4 = _root.number4;
_root.washipass = parseInt(text_pass2_4);
_root.comment_txt = "";
}
Symbol 336 Button
on (release) {
if ((--_root.number3) < 0) {
_root.number3 = 9;
}
text_pass2_3 = _root.number3;
_root.uralpass = parseInt(text_pass2_3);
_root.comment_txt = "";
}
Symbol 337 Button
on (release) {
if ((--_root.number2) < 0) {
_root.number2 = 9;
}
text_pass2_2 = _root.number2;
_root.barnpass = parseInt(text_pass2_2);
_root.comment_txt = "";
}
Symbol 338 Button
on (release) {
if ((--_root.number1) < 0) {
_root.number1 = 9;
}
text_pass2_1 = _root.number1;
_root.konopass = parseInt(text_pass2_1);
_root.comment_txt = "";
}
Symbol 340 Button
on (release) {
if ((((((((_root.konohaflag == 1) && (_root.barnflag2 == 1)) && (_root.uralflag == 1)) && (_root.washiflag == 1)) && (_root.konopass == _root.konoNum)) && (_root.barnpass == _root.barnNum)) && (_root.uralpass == _root.uralNum)) && (_root.washipass == _root.washiNum)) {
_root.comment_txt = "\u7BB1\u304C\u958B\u3044\u305F\uFF01\uFF01";
this.gotoAndStop(2);
} else {
_root.comment_txt = "\u958B\u304B\u306A\u3044\u2026";
}
}
Symbol 347 Button
on (release) {
_root.get_back_btn._visible = true;
_root.get2._visible = true;
_root.comment_txt = "\u30AB\u30AE\u3092\u898B\u3064\u3051\u305F";
_root.ch1.start();
icomNum = 2;
}
Symbol 348 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 2
stop();
Symbol 349 Button
on (release) {
number1 = 0;
number2 = 0;
number3 = 0;
number4 = 0;
text_pass2_1 = number1;
text_pass2_2 = number2;
text_pass2_3 = number3;
text_pass2_4 = number4;
konopass = 0;
barnpass = 0;
uralpass = 0;
washipass = 0;
if (icom2._alpha <= 20) {
gotoAndStop ("room1_after");
comment_txt = "";
} else {
gotoAndStop ("room1");
comment_txt = "";
}
}
Symbol 350 Button
on (release) {
get_back_btn._visible = false;
get2._visible = false;
icom2._visible = true;
comment_txt = "";
icomNum = false;
}
Symbol 353 Button
on (release) {
uralflag = 1;
gotoAndStop ("uraltag");
comment_txt = "\u76AE\u306E\u30BF\u30B0\u306B\u6570\u5B57\u304C\u66F8\u3044\u3066\u3042\u308B";
}
Symbol 354 Button
on (release) {
if (icom6._currentframe == 2) {
comment_txt = "\u7FBD\u3092\u52D5\u304B\u3059\u3068\u3001\u3064\u3089\u308C\u3066\u30D5\u30AF\u30ED\u30A6\u304C\u79FB\u52D5\u3057\u305F\uFF01";
gotoAndStop ("room2_owl_up2");
} else {
comment_txt = "\u4F55\u3092\u8003\u3048\u3066\u3044\u308B\u306E\u3060\u308D\u3046";
}
}
Symbol 355 Button
on (release) {
comment_txt = "\u3053\u306E\u68D2\u306F\u52D5\u304D\u305D\u3046\u3060\u2026";
}
Symbol 356 Button
on (release) {
comment_txt = "\u3057\u3063\u304B\u308A\u56FA\u5B9A\u3055\u308C\u3066\u3044\u308B\u2026";
}
Symbol 357 Button
on (release) {
uralflag = 1;
gotoAndStop ("uraltag");
comment_txt = "\u76AE\u306E\u30BF\u30B0\u306B\u6570\u5B57\u304C\u66F8\u3044\u3066\u3042\u308B";
}
Symbol 359 Button
on (release) {
get_back_btn._visible = true;
get7._visible = true;
comment_txt = "\u68D2\u3092\u624B\u306B\u5165\u308C\u305F";
_root.ch1.start();
icomNum = 7;
}
Symbol 360 Button
on (release) {
comment_txt = "\u5909\u308F\u3063\u305F\u6240\u306F\u306A\u3044\u2026";
}
Symbol 361 Button
on (release) {
comment_txt = "\u3068\u3066\u3082\u304A\u3068\u306A\u3057\u3044\u30D5\u30AF\u30ED\u30A6\u3060\u2026";
}
Symbol 362 Button
on (release) {
get_back_btn._visible = false;
get7._visible = false;
icom7._visible = true;
comment_txt = "";
icomNum = false;
}
Symbol 363 Button
on (release) {
comment_txt = "";
gotoAndStop ("room2_owl_up2");
}
Symbol 364 Button
on (release) {
if (icom2._alpha <= 20) {
gotoAndStop ("room1_after");
comment_txt = "";
} else {
gotoAndStop ("room1");
comment_txt = "";
}
}
Symbol 366 Button
on (release) {
_root.comment_txt = "\u7247\u8DB3\u3067\u7ACB\u3063\u3066\u3044\u308B";
if (_root.icom8._currentframe == 2) {
_root.comment_txt = "\u306C\u3044\u3050\u308B\u307F\u3092\u898B\u305B\u3066\u307F\u305F";
this.gotoAndStop("leg_down");
}
}
Symbol 374 Button
on (release) {
_root.washiflag = 1;
_root.comment_txt = "\u6570\u5B57\u304C\u66F8\u3044\u3066\u3042\u308B";
_root.gotoAndStop("washitag");
}
Symbol 375 Button
on (release) {
_root.nuiNum++;
_root.comment_txt = "\u697D\u3057\u305D\u3046\u306B\u3064\u3064\u3044\u3066\u3044\u308B";
gotoAndPlay ("tutuku");
}
Symbol 379 MovieClip Frame 1
stop();
Symbol 379 MovieClip Frame 11
stop();
Symbol 379 MovieClip Frame 20
gotoAndStop ("leg_down");
Symbol 384 Button
on (release) {
comment_txt = "\u306C\u3044\u3050\u308B\u307F\u306E\u5F8C\u308D\u306B\u672C\u7269\u304C\u96A0\u308C\u3066\u3044\u305F\uFF01";
gotoAndStop ("room3_low2");
barnflag = 1;
}
Symbol 385 Button
on (release) {
comment_txt = "\u30E1\u30F3\u30D5\u30AF\u30ED\u30A6\u306E\u306C\u3044\u3050\u308B\u307F\u3060";
}
Symbol 386 Button
on (release) {
comment_txt = "\u3075\u304F\u308D\u3046\u306E\u306C\u3044\u3050\u308B\u307F\u3060\u3000\u3075\u308F\u3075\u308F\u3057\u3066\u3044\u308B";
}
Symbol 387 Button
on (release) {
comment_txt = "\u69D8\u3005\u306A\u30B8\u30E3\u30F3\u30EB\u306E\u672C\u304C\u4E26\u3093\u3067\u3044\u308B";
}
Symbol 388 Button
on (release) {
if (icom9._currentframe == 2) {
barnflag = 2;
gotoAndStop ("room3_low3");
comment_txt = "\u990C\u3092\u898B\u308B\u3068\u8FD1\u3065\u3044\u3066\u304D\u305F";
} else {
comment_txt = "\u6016\u304C\u3063\u3066\u3044\u308B\u306E\u304B\u51FA\u3066\u3053\u306A\u3044";
}
}
Symbol 389 Button
on (release) {
barnflag2 = 1;
gotoAndStop ("barntag");
comment_txt = "\u76AE\u306E\u30BF\u30B0\u306B\u6570\u5B57\u304C\u66F8\u3044\u3066\u3042\u308B";
}
Symbol 390 Button
on (release) {
if (icom9._currentframe == 2) {
comment_txt = "\u3082\u3046\u990C\u306F\u6B32\u3057\u304F\u306A\u3044\u3088\u3046\u3060";
} else {
comment_txt = "\u4F55\u3092\u8003\u3048\u3066\u3044\u308B\u306E\u3060\u308D\u3046";
}
}
Symbol 391 Button
on (release) {
gotoAndStop ("room3_f_up");
comment_txt = "\u4E2D\u306B\u306F\u51B7\u51CD\u3055\u308C\u305F\u30D5\u30AF\u30ED\u30A6\u306E\u3048\u3055\u304C\u5165\u3063\u3066\u3044\u308B";
}
Symbol 392 Button
on (release) {
comment_txt = "";
gotoAndStop ("room3_low2");
}
Symbol 393 Button
on (release) {
comment_txt = "";
gotoAndStop ("room3_low3");
}
Symbol 394 Button
on (release) {
comment_txt = "\u68DA\u304B\u3089\u843D\u3061\u305F\u3075\u304F\u308D\u3046\u306E\u306C\u3044\u3050\u308B\u307F\u3060";
}
Symbol 395 Button
on (release) {
if (icom2._alpha <= 20) {
gotoAndStop ("room2_after2");
comment_txt = "";
} else if (icom7._visible == true) {
gotoAndStop ("room2_after");
comment_txt = "";
} else {
gotoAndStop ("room2");
comment_txt = "";
}
}
Symbol 396 Button
on (release) {
comment_txt = "\u72ED\u3044\u9CE5\u304B\u3054\u306B\u30B7\u30ED\u30D5\u30AF\u30ED\u30A6\u304C\u9589\u3058\u8FBC\u3081\u3089\u308C\u3066\u308B\uFF01";
}
Symbol 398 Button
on (release) {
_root.comment_txt = "\u6249\u304C\u958B\u3044\u305F\uFF01 \u2026\u3067\u3082\u3053\u3053\u304B\u3089\u30B7\u30ED\u30D5\u30AF\u30ED\u30A6\u306F\u51FA\u308C\u306A\u3044";
_root.ch4.start();
gotoAndPlay ("open");
_root.snowyflag = 1;
}
Symbol 399 Button
on (release) {
if (_root.snowyflag == 1) {
_root.comment_txt = "\u9CE5\u304B\u3054\u306E\u88CF\u5074\u3060";
gotoAndStop ("back");
} else {
_root.comment_txt = "\u3069\u3046\u3084\u3063\u3066\u3042\u3051\u308B\u306E\u304B\u306A";
}
}
Symbol 400 Button
on (release) {
_root.comment_txt = "\u6249\u304C\u958B\u3044\u305F\uFF01 \u2026\u3067\u3082\u3053\u3053\u304B\u3089\u30B7\u30ED\u30D5\u30AF\u30ED\u30A6\u306F\u51FA\u308C\u306A\u3044";
gotoAndStop ("open");
snowyflag = 1;
}
Symbol 403 Button
on (release) {
if (_root.icom2._currentframe == 2) {
_root.comment_txt = "\u3084\u3063\u305F\uFF01\u958B\u3044\u305F\uFF01";
_root.ch2.start();
_root.icom.gotoAndStop("normal");
_root.icom2._alpha = 20;
gotoAndPlay ("clear");
} else {
_root.comment_txt = "\u9375\u304C\u5FC5\u8981\u3060";
}
}
Symbol 407 MovieClip Frame 1
stop();
Symbol 407 MovieClip Frame 17
gotoAndStop ("close");
Symbol 407 MovieClip Frame 18
stop();
Symbol 407 MovieClip Frame 23
stop();
Symbol 409 Button
on (release) {
comment_txt = "\u30B7\u30ED\u30D5\u30AF\u30ED\u30A6\u306F\u3046\u308C\u3057\u305D\u3046\u3060";
}
Symbol 411 MovieClip Frame 1
stop();
Symbol 412 Button
on (release) {
if (icom1._currentframe == 2) {
this.ural_move_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom2._currentframe == 2) {
this.ural_move_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom3._currentframe == 2) {
this.ural_move_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom4._currentframe == 2) {
this.ural_move_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom5._currentframe == 2) {
this.ural_move_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom6._currentframe == 2) {
this.ural_move_mc.gotoAndPlay("\u306F\u3066\u306A");
comment_txt = "\u4E0D\u601D\u8B70\u305D\u3046\u306B\u898B\u3066\u3044\u308B";
} else if (icom7._currentframe == 2) {
this.ural_move_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "";
} else if (icom8._currentframe == 2) {
this.ural_move_mc.gotoAndPlay("\u306F\u3066\u306A");
comment_txt = "\u4E0D\u601D\u8B70\u305D\u3046\u306B\u898B\u3066\u3044\u308B";
} else if (icom9._currentframe == 2) {
this.ural_move_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "\u8208\u5473\u304C\u306A\u3044\u3088\u3046\u3060";
} else if (icom11._currentframe == 2) {
this.ural_move_mc.gotoAndStop("\u30CE\u30FC\u30DE\u30EB");
comment_txt = "";
} else {
comment_txt = "";
}
}
Symbol 417 Button
on (release) {
comment_txt = "";
gotoAndStop ("room3_low3");
}
Symbol 420 Button
on (release) {
if (icom2._alpha <= 20) {
gotoAndStop ("room2_after2");
comment_txt = "";
} else if (icom7._visible == true) {
gotoAndStop ("room2_after");
comment_txt = "";
} else {
gotoAndStop ("room2");
comment_txt = "";
}
}
Symbol 424 Button
on (release) {
_root.comment_txt = "\u30D5\u30AF\u30ED\u30A6\u306E\u7A2E\u985E\u5225\u306E\u5927\u304D\u3055\u3092\u6BD4\u8F03\u3057\u305F\u7D75\u304C\u8F09\u3063\u3066\u3044\u308B";
gotoAndStop ("open");
}
Symbol 426 Button
on (release) {
_root.comment_txt = "\u30B3\u30CE\u30CF\u30BA\u30AF\u3060";
}
Symbol 427 Button
on (release) {
_root.comment_txt = "\u30E1\u30F3\u30D5\u30AF\u30ED\u30A6\u3060";
}
Symbol 428 Button
on (release) {
_root.comment_txt = "\u30B7\u30ED\u30D5\u30AF\u30ED\u30A6\u3060";
}
Symbol 429 Button
on (release) {
_root.comment_txt = "\u30EF\u30B7\u30DF\u30DF\u30BA\u30AF\u3060";
}
Symbol 430 Button
on (release) {
_root.comment_txt = "\u30D5\u30AF\u30ED\u30A6\u3060";
}
Symbol 431 Button
on (release) {
gotoAndStop ("close");
_root.comment_txt = "";
}
Symbol 432 MovieClip Frame 1
stop();
Symbol 432 MovieClip Frame 5
stop();
Symbol 454 Button
on (release) {
gotoAndPlay ("start");
}