Frame 1
Stage.showMenu = false;
_focusrect = false;
se_obj = new Sound();
flg_MouseDown = false;
MouseDownX = 0;
MouseDownY = 0;
ClearRoomCount = 0;
I01 = 1;
for ( ; 10 >= I01 ; I01++) {
_root.Progress["DoorMsg" + I01]._visible = false;
}
_root.wnd_message.edt_message = "";
stop();
Frame 2
stop();
Instance of Symbol 98 MovieClip "Room1" in Frame 2
onClipEvent (mouseMove) {
if (_root.flg_MouseDown) {
if (_root.MouseDownX < _xmouse) {
MouseMoveCount = MouseMoveCount + 1;
if (8 < MouseMoveCount) {
_root.se_obj.attachSound("se_Hikido");
_root.se_obj.start();
MouseMoveCount = 0;
_root.wnd_message.edt_message = "\u5F15\u304D\u6238\u304B\u3088\uFF01";
}
Door._x = Door._x + (_xmouse - _root.MouseDownX);
btn_DoorNobu._x = btn_DoorNobu._x + (_xmouse - _root.MouseDownX);
_root.MouseDownX = _xmouse;
if (Door._x >= ((btn_Escape._x + btn_Escape._width) - 1)) {
Door._x = (btn_Escape._x + btn_Escape._width) - 1;
btn_DoorNobu._x = Door._x + (OriginalNobuX - OrignalDoorX);
btn_Escape.useHandCursor = true;
_root.flg_MouseDown = false;
btn_DoorNobu.enabled = false;
return(null);
}
}
}
}
Instance of Symbol 216 MovieClip "Room2" in Frame 3
onClipEvent (mouseMove) {
if (_root.flg_MouseDown) {
if (_ymouse < _root.MouseDownY) {
_root.wnd_message.edt_message = "\u30B7\u30E3\u30C3\u30BF\u30FC\u304B\u3088\uFF01";
Door._y = Door._y + (_ymouse - _root.MouseDownY);
btn_DoorNobu._y = btn_DoorNobu._y + (_ymouse - _root.MouseDownY);
_root.MouseDownY = _ymouse;
if (Door._y < (OrignalDoorY - 30)) {
Door._y = OrignalDoorY - 30;
btn_DoorNobu._y = Door._y + (OriginalNobuY - OrignalDoorY);
btn_DoorNobu.enabled = false;
_root.flg_MouseDown = false;
gotoAndPlay(this._currentframe + 1);
btn_DoorNobu.enabled = false;
}
}
}
}
Instance of Symbol 220 MovieClip "Room3" in Frame 4
onClipEvent (mouseMove) {
if (_root.flg_MouseDown) {
if (_root.MouseDownY < _ymouse) {
_root.wnd_message.edt_message = "\u9006\u30B7\u30E3\u30C3\u30BF\u30FC\u304B\u3088\uFF01 \u3063\u3066\u5E8A\u306B\u3081\u308A\u8FBC\u3080\u306E\u304B\u3088\uFF01";
Door._y = Door._y + (_ymouse - _root.MouseDownY);
btn_DoorNobu._y = btn_DoorNobu._y + (_ymouse - _root.MouseDownY);
_root.MouseDownY = _ymouse;
if ((OrignalDoorY + 30) < Door._y) {
Door._y = OrignalDoorY + 30;
btn_DoorNobu._y = Door._y + (OriginalNobuY - OrignalDoorY);
btn_DoorNobu.enabled = false;
_root.flg_MouseDown = false;
gotoAndPlay(this._currentframe + 1);
btn_DoorNobu.enabled = false;
}
}
}
}
Instance of Symbol 296 MovieClip "Room10" in Frame 11
onClipEvent (mouseMove) {
if (_root.flg_MouseDown) {
if (_root.MouseDownX < _xmouse) {
MouseMoveCount = MouseMoveCount + 1;
if (8 < MouseMoveCount) {
_root.se_obj.attachSound("se_Hikido");
_root.se_obj.start();
MouseMoveCount = 0;
_root.wnd_message.edt_message = "\u90E8\u5C4B\u6A21\u69D8\u306E\u5F15\u304D\u6238\u304B\u3088\uFF01";
}
RoomHikido._x = RoomHikido._x + (_xmouse - _root.MouseDownX);
Totte._x = Totte._x + (_xmouse - _root.MouseDownX);
Door._x = Door._x + (_xmouse - _root.MouseDownX);
btn_DoorNobu._x = btn_DoorNobu._x + (_xmouse - _root.MouseDownX);
_root.MouseDownX = _xmouse;
if (RoomHikido._x >= ((btn_Escape._x + btn_Escape._width) - 1)) {
_root.se_obj.attachSound("se_LastDoor");
_root.se_obj.start();
RoomHikido._x = (btn_Escape._x + btn_Escape._width) - 1;
Door._x = (btn_Escape._x + btn_Escape._width) - 1;
btn_DoorNobu._x = Door._x + (OriginalNobuX - OrignalDoorX);
btn_Escape.useHandCursor = true;
_root.flg_MouseDown = false;
btn_DoorNobu.enabled = false;
return(null);
}
}
}
}
Instance of Symbol 19 MovieClip in Symbol 29 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 30);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 30) {
cnt++;
}
}
Instance of Symbol 21 MovieClip in Symbol 29 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 30);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 30) {
cnt++;
}
}
Instance of Symbol 23 MovieClip in Symbol 29 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 30);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 30) {
cnt++;
}
}
Instance of Symbol 25 MovieClip in Symbol 29 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 30);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 30) {
cnt++;
}
}
Instance of Symbol 27 MovieClip in Symbol 29 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 30);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 30) {
cnt++;
}
}
Symbol 29 MovieClip Frame 30
stop();
Instance of Symbol 31 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 24);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 24) {
cnt++;
}
}
Instance of Symbol 33 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 24);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 24) {
cnt++;
}
}
Symbol 35 MovieClip Frame 24
stop();
Instance of Symbol 37 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 27);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 27) {
cnt++;
}
}
Instance of Symbol 39 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 27);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 27) {
cnt++;
}
}
Instance of Symbol 39 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 27);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 27) {
cnt++;
}
}
Instance of Symbol 41 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 27);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 27) {
cnt++;
}
}
Instance of Symbol 43 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (100 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 27);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 27) {
cnt++;
}
}
Symbol 45 MovieClip Frame 27
stop();
Instance of Symbol 46 MovieClip in Symbol 47 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (200 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 11);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 11) {
cnt++;
}
}
Symbol 47 MovieClip Frame 11
stop();
Symbol 48 Button
on (release) {
var MyURL = "http://www.miyab.com/flash/swf/TDoors.swf";
if (_url.indexOf(MyURL) == 0) {
gotoAndPlay("lbl_Transition");
}
}
on () {
}
Symbol 50 MovieClip Frame 1
btn_Back.useHandCursor = false;
Symbol 50 MovieClip Frame 65
stop();
Symbol 50 MovieClip Frame 81
this._visible = false;
_root.gotoAndPlay("lbl_Door1");
stop();
Symbol 96 Button
on (press) {
_root.MouseDownX = _xmouse;
_root.flg_MouseDown = true;
MouseMoveCount = 0;
}
on (release, releaseOutside) {
if (OrignalDoorX == Door._x) {
_root.wnd_message.edt_message = "\u958B\u304B\u306A\u3044\u3002";
_root.se_obj.attachSound("se_DoorOpenNoKey");
_root.se_obj.start();
}
_root.flg_MouseDown = false;
}
on () {
}
Symbol 97 Button
on (release) {
if (btn_Escape.useHandCursor) {
btn_Escape.enabled = false;
_root.wnd_message.edt_message = "\u8131\u51FA\uFF01";
gotoAndPlay(this._currentframe + 1);
}
}
on () {
}
Symbol 98 MovieClip Frame 1
_root.flg_MouseDown = false;
OrignalDoorX = Door._x;
OriginalNobuX = btn_DoorNobu._x;
btn_Escape.useHandCursor = false;
Symbol 98 MovieClip Frame 17
stop();
Symbol 98 MovieClip Frame 33
_root.ClearRoomCount = _root.ClearRoomCount + 1;
_root.Progress["DoorMsg" + _root.ClearRoomCount]._visible = true;
_root.gotoAndStop(_root._currentframe + 1);
stop();
Instance of Symbol 19 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (200 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 30);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 30) {
cnt++;
}
}
Instance of Symbol 21 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (200 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 30);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 30) {
cnt++;
}
}
Instance of Symbol 23 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (200 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 30);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 30) {
cnt++;
}
}
Instance of Symbol 25 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (200 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 30);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 30) {
cnt++;
}
}
Instance of Symbol 27 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (200 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 30);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 30) {
cnt++;
}
}
Symbol 108 MovieClip Frame 30
stop();
Instance of Symbol 31 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (200 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 34);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 34) {
cnt++;
}
}
Instance of Symbol 33 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (200 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 34);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 34) {
cnt++;
}
}
Symbol 110 MovieClip Frame 34
stop();
Instance of Symbol 37 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) {
var nn1;
var sx1;
var sy1;
var cnt = 1;
var edging = (150 / (255 * Math.PI));
if ("\u5DE6\u304B\u3089" == "\u4E0A\u304B\u3089") {
sx1 = 100;
sy1 = 0;
nn1 = this._y - (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E0B\u304B\u3089") {
sx1 = 100;
sy1 = 0;
nn1 = this._y + (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u5DE6\u304B\u3089") {
sx1 = 0;
sy1 = 100;
nn1 = this._x - (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u53F3\u304B\u3089") {
sx1 = 0;
sy1 = 100;
nn1 = this._x + (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E2D\u592E(\u7E26)") {
sx1 = 100;
sy1 = 0;
} else if ("\u5DE6\u304B\u3089" == "\u4E2D\u592E(\u6A2A)") {
sx1 = 0;
sy1 = 100;
}
this._xscale = sx1;
this._yscale = sy1;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 40);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._xscale = (ratio1 * 100) + (ratio2 * sx1);
this._yscale = (ratio1 * 100) + (ratio2 * sy1);
if ("\u5DE6\u304B\u3089" == "\u4E0A\u304B\u3089") {
this._y = nn1 + (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E0B\u304B\u3089") {
this._y = nn1 - (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u5DE6\u304B\u3089") {
this._x = nn1 + (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u53F3\u304B\u3089") {
this._x = nn1 - (this._width / 2);
}
if (cnt < 40) {
cnt++;
}
}
Instance of Symbol 39 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) {
var nn1;
var sx1;
var sy1;
var cnt = 1;
var edging = (150 / (255 * Math.PI));
if ("\u5DE6\u304B\u3089" == "\u4E0A\u304B\u3089") {
sx1 = 100;
sy1 = 0;
nn1 = this._y - (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E0B\u304B\u3089") {
sx1 = 100;
sy1 = 0;
nn1 = this._y + (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u5DE6\u304B\u3089") {
sx1 = 0;
sy1 = 100;
nn1 = this._x - (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u53F3\u304B\u3089") {
sx1 = 0;
sy1 = 100;
nn1 = this._x + (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E2D\u592E(\u7E26)") {
sx1 = 100;
sy1 = 0;
} else if ("\u5DE6\u304B\u3089" == "\u4E2D\u592E(\u6A2A)") {
sx1 = 0;
sy1 = 100;
}
this._xscale = sx1;
this._yscale = sy1;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 40);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._xscale = (ratio1 * 100) + (ratio2 * sx1);
this._yscale = (ratio1 * 100) + (ratio2 * sy1);
if ("\u5DE6\u304B\u3089" == "\u4E0A\u304B\u3089") {
this._y = nn1 + (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E0B\u304B\u3089") {
this._y = nn1 - (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u5DE6\u304B\u3089") {
this._x = nn1 + (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u53F3\u304B\u3089") {
this._x = nn1 - (this._width / 2);
}
if (cnt < 40) {
cnt++;
}
}
Instance of Symbol 39 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) {
var nn1;
var sx1;
var sy1;
var cnt = 1;
var edging = (150 / (255 * Math.PI));
if ("\u5DE6\u304B\u3089" == "\u4E0A\u304B\u3089") {
sx1 = 100;
sy1 = 0;
nn1 = this._y - (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E0B\u304B\u3089") {
sx1 = 100;
sy1 = 0;
nn1 = this._y + (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u5DE6\u304B\u3089") {
sx1 = 0;
sy1 = 100;
nn1 = this._x - (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u53F3\u304B\u3089") {
sx1 = 0;
sy1 = 100;
nn1 = this._x + (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E2D\u592E(\u7E26)") {
sx1 = 100;
sy1 = 0;
} else if ("\u5DE6\u304B\u3089" == "\u4E2D\u592E(\u6A2A)") {
sx1 = 0;
sy1 = 100;
}
this._xscale = sx1;
this._yscale = sy1;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 40);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._xscale = (ratio1 * 100) + (ratio2 * sx1);
this._yscale = (ratio1 * 100) + (ratio2 * sy1);
if ("\u5DE6\u304B\u3089" == "\u4E0A\u304B\u3089") {
this._y = nn1 + (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E0B\u304B\u3089") {
this._y = nn1 - (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u5DE6\u304B\u3089") {
this._x = nn1 + (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u53F3\u304B\u3089") {
this._x = nn1 - (this._width / 2);
}
if (cnt < 40) {
cnt++;
}
}
Instance of Symbol 41 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) {
var nn1;
var sx1;
var sy1;
var cnt = 1;
var edging = (150 / (255 * Math.PI));
if ("\u5DE6\u304B\u3089" == "\u4E0A\u304B\u3089") {
sx1 = 100;
sy1 = 0;
nn1 = this._y - (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E0B\u304B\u3089") {
sx1 = 100;
sy1 = 0;
nn1 = this._y + (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u5DE6\u304B\u3089") {
sx1 = 0;
sy1 = 100;
nn1 = this._x - (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u53F3\u304B\u3089") {
sx1 = 0;
sy1 = 100;
nn1 = this._x + (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E2D\u592E(\u7E26)") {
sx1 = 100;
sy1 = 0;
} else if ("\u5DE6\u304B\u3089" == "\u4E2D\u592E(\u6A2A)") {
sx1 = 0;
sy1 = 100;
}
this._xscale = sx1;
this._yscale = sy1;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 40);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._xscale = (ratio1 * 100) + (ratio2 * sx1);
this._yscale = (ratio1 * 100) + (ratio2 * sy1);
if ("\u5DE6\u304B\u3089" == "\u4E0A\u304B\u3089") {
this._y = nn1 + (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E0B\u304B\u3089") {
this._y = nn1 - (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u5DE6\u304B\u3089") {
this._x = nn1 + (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u53F3\u304B\u3089") {
this._x = nn1 - (this._width / 2);
}
if (cnt < 40) {
cnt++;
}
}
Instance of Symbol 43 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) {
var nn1;
var sx1;
var sy1;
var cnt = 1;
var edging = (150 / (255 * Math.PI));
if ("\u5DE6\u304B\u3089" == "\u4E0A\u304B\u3089") {
sx1 = 100;
sy1 = 0;
nn1 = this._y - (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E0B\u304B\u3089") {
sx1 = 100;
sy1 = 0;
nn1 = this._y + (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u5DE6\u304B\u3089") {
sx1 = 0;
sy1 = 100;
nn1 = this._x - (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u53F3\u304B\u3089") {
sx1 = 0;
sy1 = 100;
nn1 = this._x + (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E2D\u592E(\u7E26)") {
sx1 = 100;
sy1 = 0;
} else if ("\u5DE6\u304B\u3089" == "\u4E2D\u592E(\u6A2A)") {
sx1 = 0;
sy1 = 100;
}
this._xscale = sx1;
this._yscale = sy1;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 40);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._xscale = (ratio1 * 100) + (ratio2 * sx1);
this._yscale = (ratio1 * 100) + (ratio2 * sy1);
if ("\u5DE6\u304B\u3089" == "\u4E0A\u304B\u3089") {
this._y = nn1 + (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u4E0B\u304B\u3089") {
this._y = nn1 - (this._height / 2);
} else if ("\u5DE6\u304B\u3089" == "\u5DE6\u304B\u3089") {
this._x = nn1 + (this._width / 2);
} else if ("\u5DE6\u304B\u3089" == "\u53F3\u304B\u3089") {
this._x = nn1 - (this._width / 2);
}
if (cnt < 40) {
cnt++;
}
}
Symbol 112 MovieClip Frame 40
stop();
Instance of Symbol 114 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 116 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 116 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 116 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 118 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 120 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 122 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 124 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 126 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 128 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 130 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 132 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 116 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 122 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 120 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 122 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 124 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 126 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 134 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 136 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 138 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 140 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 142 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 144 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 146 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 148 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 150 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 152 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 154 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 156 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 116 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 158 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 160 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 122 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 124 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 126 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 162 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 164 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 166 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 168 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 170 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 116 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 160 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 172 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 174 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 122 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 124 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 126 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 176 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 178 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 180 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 182 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 178 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 116 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 184 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 186 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 188 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 190 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 192 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 194 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 196 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 198 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 200 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Instance of Symbol 202 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
var cnt = 1;
var edging = (0 / (255 * Math.PI));
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
onClipEvent (enterFrame) {
var ratio = (cnt / 50);
var ratio1 = (ratio + (edging * Math.sin(Math.PI * ratio)));
var ratio2 = (1 - ratio1);
this._alpha = 100 * ratio1;
this._xscale = (100 * ratio1) + (100 * ratio2);
this._yscale = this._xscale;
if (cnt < 50) {
cnt++;
}
}
Symbol 204 MovieClip Frame 50
stop();
Symbol 212 MovieClip Frame 50
stop();
Symbol 213 MovieClip Frame 190
stop();
Symbol 214 Button
on (press) {
_root.MouseDownY = _ymouse;
_root.flg_MouseDown = true;
}
on (release, releaseOutside) {
if (OrignalDoorY == Door._y) {
_root.wnd_message.edt_message = "\u958B\u304B\u306A\u3044\u3002";
_root.se_obj.attachSound("se_DoorOpenNoKey");
_root.se_obj.start();
}
_root.flg_MouseDown = false;
}
on () {
}
Symbol 215 Button
on (release) {
if (btn_Escape.useHandCursor) {
btn_Escape.enabled = false;
_root.wnd_message.edt_message = "\u8131\u51FA\uFF01";
gotoAndPlay(this._currentframe + 1);
}
}
on () {
}
Symbol 216 MovieClip Frame 1
_root.flg_MouseDown = false;
OrignalDoorY = Door._y;
OriginalNobuY = btn_DoorNobu._y;
btn_Escape.useHandCursor = false;
Symbol 216 MovieClip Frame 17
_root.wnd_message.edt_message = "";
stop();
Symbol 216 MovieClip Frame 19
btn_DoorNobu.enabled = false;
Symbol 216 MovieClip Frame 58
btn_Escape.useHandCursor = true;
stop();
Symbol 216 MovieClip Frame 74
_root.ClearRoomCount = _root.ClearRoomCount + 1;
_root.Progress["DoorMsg" + _root.ClearRoomCount]._visible = true;
_root.gotoAndStop(_root._currentframe + 1);
stop();
Symbol 218 Button
on (press) {
_root.MouseDownY = _ymouse;
_root.flg_MouseDown = true;
}
on (release, releaseOutside) {
if (OrignalDoorY == Door._y) {
_root.wnd_message.edt_message = "\u958B\u304B\u306A\u3044\u3002";
_root.se_obj.attachSound("se_DoorOpenNoKey");
_root.se_obj.start();
}
_root.flg_MouseDown = false;
}
on () {
}
Symbol 219 Button
on (release) {
if (btn_Escape.useHandCursor) {
btn_Escape.enabled = false;
_root.wnd_message.edt_message = "\u8131\u51FA\uFF01";
gotoAndPlay(this._currentframe + 1);
}
}
on () {
}
Symbol 220 MovieClip Frame 1
_root.flg_MouseDown = false;
OrignalDoorY = Door._y;
OriginalNobuY = btn_DoorNobu._y;
btn_Escape.useHandCursor = false;
Symbol 220 MovieClip Frame 17
_root.wnd_message.edt_message = "";
stop();
Symbol 220 MovieClip Frame 19
btn_DoorNobu.enabled = false;
Symbol 220 MovieClip Frame 58
btn_Escape.useHandCursor = true;
stop();
Symbol 220 MovieClip Frame 74
_root.ClearRoomCount = _root.ClearRoomCount + 1;
_root.Progress["DoorMsg" + _root.ClearRoomCount]._visible = true;
_root.gotoAndStop(_root._currentframe + 1);
stop();
Symbol 241 Button
on (release, releaseOutside) {
DoorNobuClickCount = DoorNobuClickCount + 1;
if (DoorNobuClickCount == 1) {
_root.wnd_message.edt_message = "\u958B\u304B\u306A\u3044\u3002";
} else if (DoorNobuClickCount == 2) {
gotoAndStop(this._currentframe + 1);
_root.wnd_message.edt_message = "\u958B\u304B\u306A\u3044\u3002\u304C\u3001\u304B\u3059\u304B\u306B\u5909\u5316\u304C\uFF1F";
} else if (DoorNobuClickCount == 3) {
gotoAndStop(this._currentframe + 1);
_root.wnd_message.edt_message = "\u306A\u306B\u3054\u3068\u3060\uFF1F\uFF01";
} else if (DoorNobuClickCount == 4) {
gotoAndStop(this._currentframe + 1);
_root.wnd_message.edt_message = "\u3053\u308C\u306F\u4E00\u4F53\uFF01\uFF01";
} else if (DoorNobuClickCount == 5) {
btn_DoorNobu.enabled = false;
gotoAndPlay(this._currentframe + 1);
_root.wnd_message.edt_message = "\u30C9\u30A2\u30CE\u30D6\u304C\uFF01\uFF01\uFF01";
}
if (DoorNobuClickCount < 5) {
_root.se_obj.attachSound("se_DoorOpenNoKey");
_root.se_obj.start();
}
if (DoorCanOpen) {
DoorCanOpen = false;
gotoAndStop(_currentframe + 1);
}
}
on () {
}
Symbol 242 Button
on (release) {
if (btn_Escape.useHandCursor) {
btn_Escape.enabled = false;
_root.wnd_message.edt_message = "\u8131\u51FA\uFF01";
gotoAndPlay(this._currentframe + 1);
}
}
on () {
}
Symbol 243 MovieClip Frame 1
DoorNobuClickCount = 0;
DoorCanOpen = false;
btn_Escape.useHandCursor = false;
Symbol 243 MovieClip Frame 17
_root.wnd_message.edt_message = "";
stop();
Symbol 243 MovieClip Frame 21
btn_DoorNobu.enabled = false;
Symbol 243 MovieClip Frame 80
btn_DoorNobu.enabled = true;
stop();
Instance of Symbol 235 MovieClip in Symbol 243 MovieClip Frame 80
on (press) {
this.startDrag(false);
}
on (release, releaseOutside) {
this.stopDrag();
if (this._droptarget != "/Room4/DoorNobuPos") {
this._x = _parent.btn_DoorNobu._x;
this._y = _parent.btn_DoorNobu._y;
} else {
_parent.gotoAndPlay(_parent._currentframe + 1);
}
}
Instance of Symbol 237 MovieClip "DoorNobuPos" in Symbol 243 MovieClip Frame 80
on (release) {
_root.wnd_message.edt_message = "\u53D6\u308C\u3066\u3057\u307E\u3063\u305F\u3002";
}
Symbol 243 MovieClip Frame 90
DoorCanOpen = true;
_root.wnd_message.edt_message = "\u5FA9\u65E7\u3057\u305F\uFF1F";
stop();
Symbol 243 MovieClip Frame 91
_root.wnd_message.edt_message = "\u306A\u3089\u6700\u521D\u304B\u3089\u958B\u3051\u3088\uFF01";
btn_Escape.useHandCursor = true;
btn_DoorNobu.enabled = false;
stop();
Symbol 243 MovieClip Frame 107
_root.ClearRoomCount = _root.ClearRoomCount + 1;
_root.Progress["DoorMsg" + _root.ClearRoomCount]._visible = true;
_root.gotoAndStop(_root._currentframe + 1);
stop();
Symbol 244 Button
on (release) {
_root.wnd_message.edt_message = "\u958B\u304B\u306A\u3044\u3002";
_root.se_obj.attachSound("se_DoorOpenNoKey");
_root.se_obj.start();
}
on () {
}
Symbol 245 Button
on (press) {
_root.se_obj.attachSound("se_AutoDoorOpen");
_root.se_obj.start();
_root.wnd_message.edt_message = "\u81EA\u52D5\u30C9\u30A2\u304B\u3088\uFF01";
gotoAndPlay(this._currentframe + 1);
}
on (release, releaseOutside) {
_root.se_obj.stop();
if (!((((btn_Escape._x < _xmouse) && (_xmouse < (btn_Escape._x + btn_Escape._width))) && (btn_Escape._y < _ymouse)) && (_ymouse < (btn_Escape._y + btn_Escape._height)))) {
_root.wnd_message.edt_message = "\u9589\u307E\u308B\u306E\u901F\u3063\uFF01";
gotoAndPlay("lbl_DoorClose");
} else {
_root.wnd_message.edt_message = "\u8131\u51FA\uFF01";
gotoAndPlay("lbl_Escape");
}
}
on () {
}
Symbol 247 MovieClip Frame 1
OrignalDoorX = Door._x;
OriginalNobuX = btn_DoorNobu._x;
btn_Escape.useHandCursor = false;
Symbol 247 MovieClip Frame 16
_root.wnd_message.edt_message = "";
Symbol 247 MovieClip Frame 17
stop();
Symbol 247 MovieClip Frame 38
stop();
Symbol 247 MovieClip Frame 54
_root.ClearRoomCount = _root.ClearRoomCount + 1;
_root.Progress["DoorMsg" + _root.ClearRoomCount]._visible = true;
_root.gotoAndStop(_root._currentframe + 1);
stop();
Symbol 254 Button
on (release) {
_root.wnd_message.edt_message = "\u958B\u304B\u306A\u3044\u3002";
_root.se_obj.attachSound("se_DoorOpenNoKey");
_root.se_obj.start();
}
on () {
}
Symbol 256 Button
on (release) {
if (btn_Escape.useHandCursor) {
btn_Escape.enabled = false;
_root.wnd_message.edt_message = "\u8131\u51FA\uFF01";
gotoAndPlay(this._currentframe + 1);
}
}
on () {
}
Symbol 255 Button
on (release, releaseOutside) {
btn_DustDown.enabled = false;
DustDropCount = DustDropCount + 1;
if (DustDropCount == 1) {
_root.wnd_message.edt_message = "\u4F55\u3060\uFF1F\u30B3\u30EC";
} else if (DustDropCount == 2) {
_root.wnd_message.edt_message = "\u3046\u308F\u3063\u30DB\u30B3\u30EA\u3060\uFF01";
} else if (DustDropCount == 3) {
_root.wnd_message.edt_message = "\u5927\u91CF\u3059\u304E\uFF01\u6383\u9664\u3057\u3066\u306D\uFF5E\uFF01";
}
gotoAndPlay(this._currentframe + 1);
}
on () {
}
Symbol 257 MovieClip Frame 1
DustDropCount = 0;
btn_Escape.useHandCursor = false;
Symbol 257 MovieClip Frame 17
_root.wnd_message.edt_message = "";
stop();
Symbol 257 MovieClip Frame 38
btn_DustDown.enabled = true;
stop();
Symbol 257 MovieClip Frame 61
btn_DustDown.enabled = true;
stop();
Symbol 257 MovieClip Frame 141
_root.wnd_message.edt_message = "\u30DB\u30B3\u30EA\u306E\u91CD\u307F\u3067\u30C9\u30A2\u304C\uFF01\uFF1F";
Symbol 257 MovieClip Frame 172
btn_Escape.useHandCursor = true;
btn_DoorNobu.enabled = false;
stop();
Symbol 257 MovieClip Frame 188
_root.ClearRoomCount = _root.ClearRoomCount + 1;
_root.Progress["DoorMsg" + _root.ClearRoomCount]._visible = true;
_root.gotoAndStop(_root._currentframe + 1);
stop();
Symbol 262 MovieClip Frame 26
_root.wnd_message.edt_message = "\u2026\u2026";
Symbol 262 MovieClip Frame 111
_root.wnd_message.edt_message = "\u5F35\u308A\u5408\u3063\u3066\u3069\u3046\u3059\u308B\uFF5E\uFF01";
Symbol 262 MovieClip Frame 170
_parent.gotoAndPlay(_parent._currentframe + 1);
stop();
Symbol 267 MovieClip Frame 170
stop();
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 2
_parent.flg_CatTumetogi = true;
Symbol 269 MovieClip Frame 17
_parent.flg_CatTumetogi = false;
_parent.btn_Cat._visible = true;
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 2
_parent.flg_BirdTutuki = true;
Symbol 270 MovieClip Frame 13
_parent.flg_BirdTutuki = false;
_parent.btn_Bird._visible = true;
Symbol 271 Button
on (release) {
_root.se_obj.attachSound("se_DoorOpenNoKey");
_root.se_obj.start();
}
on () {
}
Symbol 272 Button
on (release) {
_root.se_obj.attachSound("se_Nya");
_root.se_obj.start();
_root.wnd_message.edt_message = "\u722A\u7814\u304E\u3001\u597D\u304D\u3060\u306A\u3042\u3002";
btn_Cat._visible = false;
NekoTumetogi._visible = true;
NekoTumetogi.gotoAndPlay(2);
}
on () {
}
Symbol 273 Button
on (release) {
if (btn_CatDoor._alpha != 0) {
NekoCount = NekoCount + 1;
if (NekoCount == 1) {
_root.wnd_message.edt_message = "\u30C4\u30A9\u30C4\u30A9\u30C4\u30A9\uFF08\u6CE8\uFF1A\u732B\u3092\u547C\u3093\u3067\u307E\u3059\uFF09";
} else if (NekoCount == 2) {
_root.wnd_message.edt_message = "\u30C4\u30A9\u30C4\u30A9\u30C4\u30A9\u30C4\u30A9\uFF08\u6CE8\uFF1A\u304F\u3069\u3044\u3067\u3059\u304C\u732B\u3092\u547C\u3093\u3067\u307E\u3059\uFF09";
} else if (NekoCount == 3) {
_root.se_obj.attachSound("se_Nya");
_root.se_obj.start();
_root.wnd_message.edt_message = "\u9ED2\u732B\u304C\u3084\u3063\u3066\u304D\u305F\u3002";
btn_CatDoor.enabled = false;
btn_Cat._visible = true;
btn_BirdDoor.enabled = true;
}
} else {
btn_CatDoor._alpha = 100;
_root.se_obj.attachSound("se_OpenNekoTori");
_root.se_obj.start();
_root.wnd_message.edt_message = "\u732B\u7528\u901A\u8DEF\u304B\u3088\uFF01";
}
}
on () {
}
Symbol 274 Button
on (release) {
_root.wnd_message.edt_message = "\u3064\u3063\u3064\u304F\u306A\u3042\u3002";
if (!flg_CatTumetogi) {
btn_Bird._visible = false;
ToriTutuku._visible = true;
ToriTutuku.gotoAndPlay(2);
} else {
gotoAndStop("lbl_Hariau");
}
}
on () {
}
Symbol 275 Button
on (release) {
if (btn_BirdDoor._alpha != 0) {
_root.se_obj.attachSound("se_BirdArrive");
_root.se_obj.start();
_root.wnd_message.edt_message = "\u5909\u306A\u9CE5\u304C\u6765\u305F\u2026";
btn_BirdDoor.enabled = false;
btn_Bird._visible = true;
} else {
btn_BirdDoor._alpha = 100;
_root.se_obj.attachSound("se_OpenNekoTori");
_root.se_obj.start();
_root.wnd_message.edt_message = "\u9CE5\u7528\u306E\u901A\u8DEF\u304B\u3088\uFF01";
}
}
on () {
}
Symbol 278 Button
on (release) {
if (btn_Escape.useHandCursor) {
btn_Escape.enabled = false;
_root.wnd_message.edt_message = "\u8131\u51FA\uFF01";
gotoAndPlay(this._currentframe + 1);
}
}
on () {
}
Symbol 276 Button
on (release) {
_root.se_obj.attachSound("se_Nya");
_root.se_obj.start();
_root.wnd_message.edt_message = "\u751F\u304D\u3066\u3044\u308B\u3088\u3046\u3060\u3002";
}
on () {
}
Symbol 277 Button
on (release) {
_root.se_obj.attachSound("se_Niwatori");
_root.se_obj.start();
_root.wnd_message.edt_message = "\u3044\u3084\u3001\u9055\u3046\u3060\u308D\u3002";
}
on () {
}
Symbol 279 MovieClip Frame 1
NekoCount = 0;
ToriCount = 0;
btn_Cat._visible = false;
btn_Bird._visible = false;
NekoTumetogi._visible = false;
ToriTutuku._visible = false;
btn_BirdDoor.enabled = false;
btn_Escape.useHandCursor = false;
Symbol 279 MovieClip Frame 17
flg_CatTumetogi = false;
flg_BirdTutuki = false;
_root.wnd_message.edt_message = "";
stop();
Symbol 279 MovieClip Frame 28
Door._visible = false;
btn_DoorNobu._visible = false;
Symbol 279 MovieClip Frame 63
_root.wnd_message.edt_message = "\uFF01\uFF01";
btn_Escape.useHandCursor = true;
stop();
Symbol 279 MovieClip Frame 79
_root.ClearRoomCount = _root.ClearRoomCount + 1;
_root.Progress["DoorMsg" + _root.ClearRoomCount]._visible = true;
_root.gotoAndStop(_root._currentframe + 1);
stop();
Symbol 280 Button
on (release, releaseOutside) {
_root.wnd_message.edt_message = "\u3048\uFF1F\u7C21\u5358\u306B\u958B\u3044\u305F\u2026";
gotoAndStop(_currentframe + 1);
}
on () {
}
Symbol 281 Button
on (release) {
_root.wnd_message.edt_message = "\u3093\uFF1F\u51FA\u308C\u306A\u3044\u2026\u900F\u660E\u30D0\u30EA\u30A2\u304B\uFF1F";
}
on () {
}
Symbol 282 Button
on (release) {
if (btn_Escape.useHandCursor) {
btn_Escape.enabled = false;
_root.wnd_message.edt_message = "\u8131\u51FA\uFF01\u3067\u3082\u3001\u306A\u3093\u3067\u30B3\u30BD\u30B3\u30BD\u3057\u306A\u304D\u3083\u3044\u3051\u306A\u3044\u3093\u3060\u3088\uFF01";
gotoAndPlay(this._currentframe + 1);
}
}
on () {
}
Symbol 283 MovieClip Frame 1
btn_Escape.useHandCursor = false;
btn_UnEscape.useHandCursor = false;
Symbol 283 MovieClip Frame 17
_root.wnd_message.edt_message = "";
stop();
Symbol 283 MovieClip Frame 18
btn_Escape.useHandCursor = true;
btn_UnEscape.useHandCursor = true;
btn_DoorNobu.enabled = false;
Symbol 283 MovieClip Frame 34
_root.ClearRoomCount = _root.ClearRoomCount + 1;
_root.Progress["DoorMsg" + _root.ClearRoomCount]._visible = true;
_root.gotoAndStop(_root._currentframe + 1);
stop();
Symbol 289 Button
on (release) {
if (btn_Escape.useHandCursor) {
btn_Escape.enabled = false;
_root.wnd_message.edt_message = "\u8131\u51FA\uFF01";
gotoAndPlay(this._currentframe + 1);
}
}
on () {
}
Symbol 288 Button
on (release) {
_root.wnd_message.edt_message = "\u3093\uFF1F\u4F55\u3060\u304B\u5909\u3060\u3002";
if (this._currentframe == 17) {
gotoAndStop(this._currentframe + 1);
}
}
on () {
}
Symbol 290 MovieClip Frame 1
btn_Escape.useHandCursor = false;
btn_Escape.enabled = false;
Symbol 290 MovieClip Frame 17
_root.wnd_message.edt_message = "";
stop();
Symbol 290 MovieClip Frame 18
DragAreaX = btn_Drag._x;
DragAreaY = btn_Drag._y;
Instance of Symbol 284 MovieClip "btn_Drag" in Symbol 290 MovieClip Frame 18
on (press) {
_root.wnd_message.edt_message = "\u2026";
this.startDrag(false);
}
on (release, releaseOutside) {
this.stopDrag();
if (this._droptarget != "/Room9/btn_Drop") {
_root.wnd_message.edt_message = "\u4F55\u304B\u9055\u3046\u3088\u3046\u3060\u3002";
this._x = _parent.DragAreaX;
this._y = _parent.DragAreaY;
} else {
_parent.gotoAndStop(_parent._currentframe + 1);
}
}
Instance of Symbol 284 MovieClip "btn_Drop" in Symbol 290 MovieClip Frame 18
on (release) {
_root.wnd_message.edt_message = "\u2026";
}
Symbol 290 MovieClip Frame 19
_root.wnd_message.edt_message = "\u30C9\u30A2\u67C4\u306E\u30AB\u30FC\u30C6\u30F3\u304B\u3088\uFF01";
btn_Escape.useHandCursor = true;
btn_Escape.enabled = true;
Symbol 290 MovieClip Frame 35
_root.ClearRoomCount = _root.ClearRoomCount + 1;
_root.Progress["DoorMsg" + _root.ClearRoomCount]._visible = true;
_root.gotoAndStop(_root._currentframe + 1);
stop();
Symbol 293 Button
on (press) {
_root.MouseDownX = _xmouse;
_root.flg_MouseDown = true;
MouseMoveCount = 0;
}
on (release, releaseOutside) {
_root.flg_MouseDown = false;
}
on () {
}
Symbol 295 Button
on (release) {
if (btn_Escape.useHandCursor) {
btn_Escape.enabled = false;
_root.wnd_message.edt_message = "\u8131\u51FA\u3067\u304D\u305F\u3002";
gotoAndPlay(this._currentframe + 1);
}
}
on () {
}
Symbol 296 MovieClip Frame 1
_root.flg_MouseDown = false;
OrignalDoorX = Door._x;
OriginalNobuX = btn_DoorNobu._x;
btn_Escape.useHandCursor = false;
Symbol 296 MovieClip Frame 17
_root.wnd_message.edt_message = "";
stop();
Symbol 296 MovieClip Frame 19
_root.ClearRoomCount = _root.ClearRoomCount + 1;
_root.Progress["DoorMsg" + _root.ClearRoomCount]._visible = true;
Symbol 296 MovieClip Frame 130
_root.ClearRoomCount = _root.ClearRoomCount + 1;
_root.Progress["DoorMsg" + _root.ClearRoomCount]._visible = true;
_root.gotoAndStop(_root._currentframe + 1);
stop();