Frame 1
stop();
loadbar_mc.onEnterFrame = function () {
if (this.originalWidth == undefined) {
this.originalWidth = this._width;
}
this.percent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
this._width = (this.originalWidth * this.percent) / 100;
_root.result_txt.text = (_root.getBytesLoaded() + " / ") + _root.getBytesTotal();
_root.progress_txt.text = this.percent + "%";
if (this.percent >= 100) {
delete this.onEnterFrame;
gotoAndPlay (4);
}
};
Frame 4
play();
_root.progress_txt.text = "\u5B8C\u4E86";
Frame 122
nowdate = new Date();
yy = new String(nowdate.getFullYear());
mm = new String(nowdate.getMonth() + 1);
dd = new String(nowdate.getDate());
nowtxt = (yy + mm) + dd;
totalvol = new Sound();
losing_snd = new Sound();
losing_snd.attachSound("losing");
losing_snd.start(0, 100);
_global.totalvolume = 50;
_root.totalvol.setVolume(50);
Frame 988
stop();
Frame 989
play();
_root.comment = "\u3046\u30FB\u30FB\u30FB";
losing_snd.stop();
bgm_snd = new Sound();
bgm_snd.attachSound("bgm");
bgm_snd.start(0, 9999);
Frame 1073
stop();
Frame 1074
stop();
_root.comment = "\u3053\u3053\u306F\u3069\u3053\u3060\u30FB\u30FB\u30FB";
Frame 1092
stop();
_root.comment = "\u306D\u3093\u3069\u306E\u90E8\u5C4B\u30FB\u30FB\u30FB\uFF1F";
Frame 1110
stop();
_root.comment = "\u3064\u304B\u307E\u3063\u305F\u306E\u304B\u30FB\u30FB\u30FB";
Frame 1128
stop();
_root.comment = "\u3068\u306B\u304B\u304F\u3053\u3053\u304B\u3089\u51FA\u306A\u3051\u308C\u3070\u30FB\u30FB\u30FB";
Frame 1130
driverhead_hit = 0;
Frame 1139
function showitem(item) {
_root.attachMovie("itemback", "itemback1", 12);
itemback1._x = 80;
itemback1._y = 20;
itemname = item;
return(undefined);
}
function clritem() {
removeMovieClip("itemback1");
return(undefined);
}
function showcomment(comm) {
_root.attachMovie("comment", "comment1", 13);
comment1._x = 41;
comment1._y = 390;
_root.comment = comm;
return(undefined);
}
function clrcomment() {
removeMovieClip("comment1");
_root.comment = "";
_root.comment2 = "";
_root.comment3 = "";
_root.comment4 = "";
return(undefined);
}
play();
flag = true;
chooseitem = "";
itemname = "";
depth = 15;
n = 0;
n_hook = 0;
n_box_close = 0;
n_box_open_paper = 0;
n_box_open_nopaper = 0;
n_pic2_up = 0;
n_pic1and2 = 0;
n_pic1and2_up = 0;
e_cashbox = 0;
e_bed = 0;
e_bed_paper = 0;
e_bed_nopaper = 0;
e_panel = 0;
e_wall = 0;
s_duct = 0;
w_pic1_up = 0;
w_nopic = 0;
w_carpet = 0;
w_carpet_nopaper = 0;
w_table = 0;
w_table_food = 0;
w_pic1 = 1;
n_smallbox = 1;
cashbox = 1;
plusdriver = 1;
smallkey = 1;
gameclear = 0;
getpic1 = 0;
open_screw = 0;
screw1 = 0;
screw2 = 0;
screw3 = 0;
screw4 = 0;
paper1edge = 0;
_root.driverhead_hit = 0;
_root.panelnum = new Array(0, 0, 0, 0);
_root.num1 = 0;
_root.num2 = 0;
_root.num3 = 0;
_root.num4 = 0;
_root.crypt = "7,8,6,3";
dooropen1_snd = new Sound();
dooropen1_snd.attachSound("door_open1");
dooropen2_snd = new Sound();
dooropen2_snd.attachSound("door_open2");
getitem_snd = new Sound();
getitem_snd.attachSound("pikon");
move_snd = new Sound();
move_snd.attachSound("move");
pi_snd = new Sound();
pi_snd.attachSound("pi");
pipipi_ok_snd = new Sound();
pipipi_ok_snd.attachSound("pipipi_ok");
pipipi_ng_snd = new Sound();
pipipi_ng_snd.attachSound("pipipi_ng");
doorlock_snd = new Sound();
doorlock_snd.attachSound("doorlock");
boxlock_snd = new Sound();
boxlock_snd.attachSound("boxlock");
boxopen_snd = new Sound();
boxopen_snd.attachSound("boxopen");
syu_snd = new Sound();
syu_snd.attachSound("syu-");
kinn_snd = new Sound();
kinn_snd.attachSound("kinn");
kirikiri_snd = new Sound();
kirikiri_snd.attachSound("kirikiri");
gata_snd = new Sound();
gata_snd.attachSound("gata");
kata_snd = new Sound();
kata_snd.attachSound("kata");
Instance of Symbol 164 MovieClip "minusdriver_mc" in Frame 1139
onClipEvent (load) {
this._visible = false;
this.firstX = this._x;
this.firstY = this._y;
this.depth = 36;
this.swapDepths(this.depth);
}
onClipEvent (enterFrame) {
if (!(_root.chooseitem === "minusdriver")) {
this.gotoAndStop(1);
}
if (_root.gameclear == 1) {
this.swapDepths(1);
this.removeMovieClip();
this._visible = false;
}
}
on (press) {
this.depth++;
this.swapDepths(this.depth);
this.startDrag();
}
on (release, releaseOutside) {
if ((this.firstX == this._x) && (this.firstY == this._y)) {
this.gotoAndStop(2);
_root.chooseitem = "minusdriver";
_root.itemcomment = "\u30DE\u30A4\u30CA\u30B9\u30C9\u30E9\u30A4\u30D0\u30FC\u3060";
this.stopDrag();
_root.flag = true;
} else if (this.hitTest(_root.screw1_mc) == true) {
if (_root.screw1 == 0) {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
_root.open_screw++;
_root.screw1++;
_root.kirikiri_snd.start();
_root.showcomment("\u30CD\u30B8\u304C\u5916\u308C\u305F");
} else if (_root.screw1 >= 1) {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
_root.showcomment("\u3082\u3046\u958B\u3044\u3066\u308B");
}
} else if (this.hitTest(_root.screw2_mc) == true) {
if (_root.screw2 == 0) {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
_root.open_screw++;
_root.screw2++;
_root.kirikiri_snd.start();
_root.showcomment("\u30CD\u30B8\u304C\u5916\u308C\u305F");
} else if (_root.screw2 >= 1) {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
_root.showcomment("\u3082\u3046\u958B\u3044\u3066\u308B");
}
} else if (this.hitTest(_root.screw3_mc) == true) {
if (_root.screw3 == 0) {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
_root.open_screw++;
_root.screw3++;
_root.kirikiri_snd.start();
_root.showcomment("\u30CD\u30B8\u304C\u5916\u308C\u305F");
} else if (_root.screw3 >= 1) {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
_root.showcomment("\u3082\u3046\u958B\u3044\u3066\u308B");
}
} else if (this.hitTest(_root.screw4_mc) == true) {
if (_root.screw4 == 0) {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
_root.open_screw++;
_root.screw4++;
_root.kirikiri_snd.start();
_root.showcomment("\u30CD\u30B8\u304C\u5916\u308C\u305F");
} else if (_root.screw4 >= 1) {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
_root.showcomment("\u3082\u3046\u958B\u3044\u3066\u308B");
}
} else {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
}
}
Instance of Symbol 172 MovieClip "pic1_mc" in Frame 1139
onClipEvent (load) {
this._visible = false;
this.firstX = this._x;
this.firstY = this._y;
this.depth = 32;
this.swapDepths(this.depth);
}
onClipEvent (enterFrame) {
if (!(_root.chooseitem === "pic1up")) {
this.gotoAndStop(1);
}
if (_root.gameclear == 1) {
this.swapDepths(1);
this.removeMovieClip();
this._visible = false;
}
}
on (press) {
this.depth++;
this.swapDepths(this.depth);
this.startDrag();
}
on (release, releaseOutside) {
if ((this.firstX == this._x) && (this.firstY == this._y)) {
this.gotoAndStop(2);
_root.chooseitem = "pic1up";
_root.itemcomment = "\u3078\u3093\u306A\u7D75\u3060\u306A";
this.stopDrag();
_root.flag = true;
} else if (this.hitTest(_root.hook_up_btn) == true) {
this.stopDrag();
this._visible = false;
_root.w_pic1 = 3;
_root.kata_snd.start();
_root.gotoAndStop("n_pic1and2");
this._x = this.firstX;
this._y = this.firstY;
} else {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
}
}
Instance of Symbol 175 MovieClip "paper3_mc" in Frame 1139
onClipEvent (load) {
this._visible = false;
this.firstX = this._x;
this.firstY = this._y;
this.swapDepths(40);
}
onClipEvent (enterFrame) {
if (!(_root.chooseitem === "paper3")) {
this.gotoAndStop(1);
}
if (_root.gameclear == 1) {
this.swapDepths(1);
removeMovieClip(this);
this._visible = false;
}
}
on (press) {
this.startDrag();
this.stopDrag();
}
on (release, releaseOutside) {
this.gotoAndStop(2);
_root.chooseitem = "paper3";
_root.itemcomment = "";
_root.flag = true;
}
Instance of Symbol 178 MovieClip "paper2_mc" in Frame 1139
onClipEvent (load) {
this._visible = false;
this.firstX = this._x;
this.firstY = this._y;
this.swapDepths(39);
}
onClipEvent (enterFrame) {
if (!(_root.chooseitem === "paper2")) {
this.gotoAndStop(1);
}
if (_root.gameclear == 1) {
this.swapDepths(1);
this.removeMovieClip();
this._visible = false;
}
}
on (press) {
this.startDrag();
this.stopDrag();
}
on (release, releaseOutside) {
this.gotoAndStop(2);
_root.chooseitem = "paper2";
_root.itemcomment = "";
_root.flag = true;
}
Instance of Symbol 181 MovieClip "paper1_2_mc" in Frame 1139
onClipEvent (load) {
this._visible = false;
this.firstX = this._x;
this.firstY = this._y;
this.swapDepths(38);
}
onClipEvent (enterFrame) {
if (!(_root.chooseitem === "paper1-2")) {
this.gotoAndStop(1);
}
if (_root.gameclear == 1) {
this.swapDepths(1);
this.removeMovieClip();
this._visible = false;
}
}
on (press) {
this.startDrag();
this.stopDrag();
}
on (release, releaseOutside) {
this.gotoAndStop(2);
_root.chooseitem = "paper1-2";
_root.itemcomment = "";
_root.flag = true;
}
Instance of Symbol 184 MovieClip "paper1_1_mc" in Frame 1139
onClipEvent (load) {
this._visible = false;
this.firstX = this._x;
this.firstY = this._y;
this.swapDepths(37);
}
onClipEvent (enterFrame) {
if (!(_root.chooseitem === "paper1")) {
this.gotoAndStop(1);
}
if (_root.gameclear == 1) {
this.swapDepths(1);
this.removeMovieClip();
this._visible = false;
}
}
on (press) {
this.startDrag();
this.stopDrag();
}
on (release, releaseOutside) {
this.gotoAndStop(2);
_root.chooseitem = "paper1";
_root.itemcomment = "\u5FDC\u63F4\u306F\u3044\u3044\u304B\u3089\u8131\u51FA\u65B9\u6CD5\u66F8\u3051\u3088\u30FB\u30FB\u30FB";
_root.flag = true;
}
Instance of Symbol 187 MovieClip "pallet_mc" in Frame 1139
onClipEvent (load) {
this._visible = false;
this.firstX = this._x;
this.firstY = this._y;
this.depth = 34;
this.swapDepths(this.depth);
}
onClipEvent (enterFrame) {
if (!(_root.chooseitem === "pallet")) {
this.gotoAndStop(1);
}
if (_root.driverhead_hit == 20) {
_root.driverhead_hit++;
_root.chooseitem = "";
_root.getitem_snd.start();
_root.plusdriver_mc._visible = false;
_root.minusdriver_mc._visible = true;
_root.showitem("minusdriver");
_root.itemcomment = "\u304A\u3001\u30DE\u30A4\u30CA\u30B9\u30C9\u30E9\u30A4\u30D0\u30FC\u306B\u306A\u3063\u305F\u305E";
_root.showcomment(_root.itemcomment);
_root.flag = true;
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
}
if (_root.gameclear == 1) {
this.swapDepths(1);
this.removeMovieClip();
this._visible = false;
}
}
on (press) {
this.depth++;
this.swapDepths(this.depth);
this.startDrag();
}
on (release, releaseOutside) {
if ((this.firstX == this._x) && (this.firstY == this._y)) {
this.gotoAndStop(2);
_root.chooseitem = "pallet";
_root.itemcomment = "\u30D8\u30E9\u3060\u3000\u3000\u3069\u3046\u4F7F\u3046\u306E\u304B\u306A";
this.stopDrag();
_root.flag = true;
} else {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
}
}
Instance of Symbol 190 MovieClip "smallkey_mc" in Frame 1139
onClipEvent (load) {
this._visible = false;
this.firstX = this._x;
this.firstY = this._y;
this.depth = 33;
this.swapDepths(this.depth);
}
onClipEvent (enterFrame) {
if (!(_root.chooseitem === "smallkey")) {
this.gotoAndStop(1);
}
if (_root.gameclear == 1) {
this.swapDepths(1);
this.removeMovieClip();
this._visible = false;
}
}
on (press) {
this.depth++;
this.swapDepths(this.depth);
this.startDrag();
}
on (release, releaseOutside) {
if ((this.firstX == this._x) && (this.firstY == this._y)) {
this.gotoAndStop(2);
_root.chooseitem = "smallkey";
_root.itemcomment = "\u3061\u3063\u3055\u3044\u306A\u30FC";
this.stopDrag();
_root.flag = true;
} else if (this.hitTest(_root.closebox_btn) == true) {
this.stopDrag();
this._visible = false;
this._x = this.firstX;
this._y = this.firstY;
_root.gotoAndStop("n_box_open_paper");
} else {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
}
}
Instance of Symbol 193 MovieClip "largekey_mc" in Frame 1139
onClipEvent (load) {
this._visible = false;
this.firstX = this._x;
this.firstY = this._y;
this.depth = 35;
this.swapDepths(this.depth);
}
onClipEvent (enterFrame) {
if (!(_root.chooseitem === "largekey")) {
this.gotoAndStop(1);
}
if (_root.gameclear == 1) {
this.swapDepths(1);
this.removeMovieClip();
this._visible = false;
}
}
on (press) {
this.depth++;
this.swapDepths(this.depth);
this.startDrag();
}
on (release, releaseOutside) {
if ((this.firstX == this._x) && (this.firstY == this._y)) {
this.gotoAndStop(2);
_root.chooseitem = "largekey";
_root.itemcomment = "\u3067\u304B\u3063";
this.stopDrag();
_root.flag = true;
} else if (this.hitTest(_root.door_btn) == true) {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
this._visible = false;
_root.dooropen1_snd.start();
_root.showcomment("\u3084\u3063\u305F\uFF01\uFF01");
_root.dooropen1_snd.onSoundComplete = function () {
_root.gameclear = 1;
_root.gotoAndPlay("door_exit");
};
} else {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
}
}
Instance of Symbol 196 MovieClip "plusdriver_mc" in Frame 1139
onClipEvent (load) {
this._visible = false;
this.firstX = this._x;
this.firstY = this._y;
this.depth = 31;
this.swapDepths(this.depth);
}
onClipEvent (enterFrame) {
if (!(_root.chooseitem === "plusdriver")) {
this.gotoAndStop(1);
}
if (_root.minusdriver_mc._visible == true) {
this._visible = false;
}
if (_root.gameclear == 1) {
this.swapDepths(1);
this.removeMovieClip();
this._visible = false;
}
}
on (press) {
this.depth++;
this.swapDepths(this.depth);
this.startDrag();
}
on (release, releaseOutside) {
if ((this.firstX == this._x) && (this.firstY == this._y)) {
this.gotoAndStop(2);
_root.chooseitem = "plusdriver";
_root.itemcomment = "\u30D7\u30E9\u30B9\u30C9\u30E9\u30A4\u30D0\u30FC\u3060\u3000\u306D\u3093\u3069\u3060\u3051\u3069";
this.stopDrag();
_root.flag = true;
} else if ((((this.hitTest(_root.screw1_mc) == true) | (this.hitTest(_root.screw2_mc) == true)) | (this.hitTest(_root.screw3_mc) == true)) | (this.hitTest(_root.screw4_mc) == true)) {
_root.showcomment("\u3053\u306E\u30C9\u30E9\u30A4\u30D0\u30FC\u3067\u306F\u56DE\u3089\u306A\u3044\u306A");
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
} else {
this.stopDrag();
this._x = this.firstX;
this._y = this.firstY;
}
}
Frame 1142
stop();
clrcomment();
clritem();
chooseitem = "";
if (_root.w_pic1 >= 3) {
gotoAndStop ("n_pic1and2");
}
if (n >= 1) {
_root.move_snd.start();
}
if (n == 0) {
}
n++;
Frame 1144
stop();
clrcomment();
clritem();
chooseitem = "";
if (n_pic1and2 == 0) {
_root.showcomment("\u58C1\u306B\u7D75\u304C\u304B\u304B\u3063\u305F");
}
n_pic1and2++;
Frame 1146
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (n_box_close == 0) {
showcomment("\u5C0F\u3055\u3044\u7BB1\u304C\u3042\u308B\u305E");
}
n_box_close++;
Instance of Symbol 218 MovieClip "closebox_btn" in Frame 1146
on (release) {
_root.boxlock_snd.start();
_root.showcomment("\u9375\u304C\u304B\u304B\u3063\u3066\u958B\u304B\u306A\u3044\u306A");
}
Frame 1148
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
_root.n_smallbox = 2;
if (n_box_open_paper == 0) {
_root.boxopen_snd.start();
showcomment("\u958B\u3044\u305F\uFF01");
_root.comment2 = "\u7D19\u304C\u5165\u3063\u3066\u308B\u305E";
}
n_box_open_paper++;
Frame 1150
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (n_box_open_nopaper == 0) {
showcomment("\u7D19\u3092\u53D6\u3063\u305F");
}
n_box_open_nopaper++;
Frame 1152
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (n_hook == 0) {
showcomment("\u306A\u3093\u3060\u3053\u308C");
}
n_hook++;
Frame 1154
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (_root.n_pic2_up == 0) {
showcomment("\u58C1\u306B\u7D75\u304C\u304B\u304B\u3063\u3066\u308B");
} else if (_root.n_pic2_up == 10) {
showcomment("\u53D6\u308C\u305D\u3046\u306B\u306A\u3044");
}
n_pic2_up++;
Frame 1156
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (_root.n_pic1and2_up == 0) {
showcomment("\u4F55\u304B\u610F\u5473\u304C\u3042\u308B\u306E\u304B\u306A\uFF1F");
}
n_pic1and2_up++;
Frame 1161
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
Frame 1163
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (e_bed == 0) {
showcomment("\u30D9\u30C3\u30C9\u3060");
}
e_bed++;
Instance of Symbol 251 MovieClip in Frame 1163
onClipEvent (enterFrame) {
if (_root.plusdriver >= 2) {
this._visible = false;
}
}
on (release) {
if (_root.plusdriver == 1) {
_root.plusdriver_mc._visible = true;
_root.getitem_snd.start();
_root.showitem("plusdriver");
_root.showcomment("\u30D7\u30E9\u30B9\u30C9\u30E9\u30A4\u30D0\u30FC\u3092\u307F\u3064\u3051\u305F");
_root.plusdriver = 2;
}
}
Frame 1165
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (e_bed_paper == 0) {
showcomment("\u5E03\u56E3\u306E\u4E2D\u306B\u7D19\u304C\u3042\u308B\u305E");
}
e_bed_paper++;
Frame 1167
stop();
clrcomment();
clritem();
chooseitem = "";
if (e_bed_nopaper == 0) {
showcomment("\u7D19\u3092\u53D6\u3063\u305F");
}
e_bed_nopaper++;
Frame 1170
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (e_cashbox == 0) {
showcomment("\u91D1\u5EAB\u304C\u3042\u308B\u305E");
}
e_cashbox++;
Frame 1172
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (e_panel == 0) {
showcomment("\u6570\u5B57\u3092\u3042\u308F\u305B\u308B\u307F\u305F\u3044\u3060\u306A");
}
e_panel++;
Frame 1174
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (e_wall == 0) {
showcomment("\u306A\u3093\u3060\u3053\u308C\uFF1F");
}
e_wall++;
Frame 1178
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
Frame 1180
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (s_duct == 0) {
showcomment("\u901A\u98A8\u53E3\u3060");
}
s_duct++;
Instance of Symbol 297 MovieClip "screw3_mc" in Frame 1180
onClipEvent (enterFrame) {
if (_root.screw3 != 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.screw3 != 0) {
_root.showcomment("\u3082\u3046\u30CD\u30B8\u306F\u5916\u308C\u3066\u3044\u308B");
} else {
_root.showcomment("\u30DE\u30A4\u30CA\u30B9\u30C9\u30E9\u30A4\u30D0\u30FC\u304C\u3042\u308B\u3068\u56DE\u305B\u305D\u3046\u3060");
}
}
Instance of Symbol 297 MovieClip "screw4_mc" in Frame 1180
onClipEvent (enterFrame) {
if (_root.screw4 != 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.screw4 != 0) {
_root.showcomment("\u3082\u3046\u30CD\u30B8\u306F\u5916\u308C\u3066\u3044\u308B");
} else {
_root.showcomment("\u30DE\u30A4\u30CA\u30B9\u30C9\u30E9\u30A4\u30D0\u30FC\u304C\u3042\u308B\u3068\u56DE\u305B\u305D\u3046\u3060");
}
}
Instance of Symbol 297 MovieClip "screw2_mc" in Frame 1180
onClipEvent (enterFrame) {
if (_root.screw2 != 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.screw2 != 0) {
_root.showcomment("\u3082\u3046\u30CD\u30B8\u306F\u5916\u308C\u3066\u3044\u308B");
} else {
_root.showcomment("\u30DE\u30A4\u30CA\u30B9\u30C9\u30E9\u30A4\u30D0\u30FC\u304C\u3042\u308B\u3068\u56DE\u305B\u305D\u3046\u3060");
}
}
Instance of Symbol 297 MovieClip "screw1_mc" in Frame 1180
onClipEvent (enterFrame) {
if (_root.screw1 != 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.screw1 != 0) {
_root.showcomment("\u3082\u3046\u30CD\u30B8\u306F\u5916\u308C\u3066\u3044\u308B");
} else {
_root.showcomment("\u30DE\u30A4\u30CA\u30B9\u30C9\u30E9\u30A4\u30D0\u30FC\u304C\u3042\u308B\u3068\u56DE\u305B\u305D\u3046\u3060");
}
}
Instance of Symbol 299 MovieClip "duct_up_btn" in Frame 1180
on (release) {
if (_root.open_screw < 4) {
_root.kinn_snd.start();
_root.showcomment("\u4E2D\u306B\u306A\u306B\u304B\u5165\u3063\u3066\u305D\u3046\u3060");
} else if (_root.open_screw == 4) {
_root.syu_snd.start();
_root.syu_snd.onSoundComplete = function () {
_root.showitem("largekey");
_root.showcomment("\u3042\u3044\u305F\uFF01");
_root.comment2 = "\u9375\u304C\u3042\u3063\u305F\u305E\uFF01";
_root.largekey_mc._visible = true;
_root.getitem_snd.start();
_root.open_screw++;
};
} else if ((_root.largekey_mc._visible = true)) {
_root.showcomment("\u3082\u3046\u4F55\u3082\u306A\u3044");
}
}
Frame 1188
stop();
clrcomment();
clritem();
chooseitem = "";
if (_root.w_pic1 != 1) {
gotoAndStop ("w_nopic");
}
_root.move_snd.start();
Frame 1190
stop();
clrcomment();
clritem();
chooseitem = "";
if (w_nopic == 0) {
showcomment("\u58C1\u306E\u7D75\u304C\u5916\u308C\u305F");
}
w_nopic++;
Frame 1192
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (_root.w_pic1_up == 0) {
showcomment("\u58C1\u306B\u7D75\u304C\u304B\u304B\u3063\u3066\u308B");
} else if (_root.w_pic1_up == 10) {
showcomment("\u53D6\u308C\u305D\u3046\u3060\u306A");
}
w_pic1_up++;
Frame 1196
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (_root.w_table == 0) {
showcomment("\u98DF\u3079\u7269\u304C\u7F6E\u3044\u3066\u3042\u308B\u305E");
_root.comment2 = "\u3063\u3066\u3001\u98DF\u3079\u7269\u3082\u306D\u3093\u3069\u304B\u30FB\u30FB\u30FB";
}
w_table++;
Instance of Symbol 319 MovieClip in Frame 1196
onClipEvent (enterFrame) {
if (_root.smallkey >= 2) {
this._visible = false;
}
}
on (release) {
if (_root.smallkey == 1) {
_root.smallkey_mc._visible = true;
_root.showitem("smallkey");
_root.getitem_snd.start();
_root.showcomment("\u3061\u3044\u3055\u3044\u9375\u304C\u3042\u3063\u305F\u305E");
_root.comment2 = "";
_root.smallkey = 2;
}
}
Frame 1198
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (_root.w_table_food == 0) {
showcomment("\u30C8\u30FC\u30B9\u30C8\u3001\u304A\u306B\u304E\u308A\u3001\u30C9\u30FC\u30CA\u30C4\u30FB\u30FB\u30FB");
_root.comment2 = "\u70AD\u6C34\u5316\u7269\u3070\u3063\u304B\u308A\u304B\u3088\u30FB\u30FB\u30FB";
}
w_table_food++;
Frame 1201
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (w_carpet == 0) {
showcomment("\u30AB\u30FC\u30DA\u30C3\u30C8\u306E\u4E0B\u306B\u7D19\u304C\u3042\u308B\u305E");
}
w_carpet++;
Frame 1203
stop();
clrcomment();
clritem();
chooseitem = "";
_root.move_snd.start();
if (w_carpet_nopaper == 0) {
showcomment("\u7D19\u3092\u53D6\u3063\u305F");
}
w_carpet_nopaper++;
Frame 1205
clritem();
chooseitem = "";
_root.dooropen2_snd.start();
_root.plusdriver_mc._visible = false;
_root.minusdriver_mc._visible = false;
_root.largekey_mc._visible = false;
_root.smallkey_mc._visible = false;
_root.pallet_mc._visible = false;
_root.pic1_mc._visible = false;
_root.paper1_1_mc._visible = false;
_root.paper1_2_mc._visible = false;
_root.paper2_mc._visible = false;
_root.paper3_mc._visible = false;
_root.plusdriver_mc._alpha = 0;
_root.minusdriver_mc._alpha = 0;
_root.largekey_mc._alpha = 0;
_root.smallkey_mc._alpha = 0;
_root.pallet_mc._alpha = 0;
_root.pic1_mc._alpha = 0;
_root.paper1_1_mc._alpha = 0;
_root.paper1_2_mc._alpha = 0;
_root.paper2_mc._alpha = 0;
_root.paper3_mc._alpha = 0;
Frame 1218
clrcomment();
_root.clrcomment();
plusdriver_mc._visible = false;
minusdriver_mc._visible = false;
largekey_mc._visible = false;
smallkey_mc._visible = false;
pallet_mc._visible = false;
pic1_mc._visible = false;
paper1_1_mc._visible = false;
paper1_2_mc._visible = false;
paper2_mc._visible = false;
paper3_mc._visible = false;
plusdriver_mc._alpha = 0;
minusdriver_mc._alpha = 0;
largekey_mc._alpha = 0;
smallkey_mc._alpha = 0;
pallet_mc._alpha = 0;
pic1_mc._alpha = 0;
paper1_1_mc._alpha = 0;
paper1_2_mc._alpha = 0;
paper2_mc._alpha = 0;
paper3_mc._alpha = 0;
_root.plusdriver_mc.removeMovieClip();
_root.minusdriver_mc.removeMovieClip();
_root.largekey_mc.removeMovieClip();
_root.smallkey_mc.removeMovieClip();
_root.pallet_mc.removeMovieClip();
_root.pic1_mc.removeMovieClip();
_root.paper1_1_mc.removeMovieClip();
_root.paper1_2_mc.removeMovieClip();
_root.paper2_mc.removeMovieClip();
_root.paper3_mc.removeMovieClip();
Frame 1245
_root.plusdriver_mc._visible = false;
_root.minusdriver_mc._visible = false;
_root.largekey_mc._visible = false;
_root.smallkey_mc._visible = false;
_root.pallet_mc._visible = false;
_root.pic1_mc._visible = false;
_root.paper1_mc._visible = false;
_root.paper1_2_mc._visible = false;
_root.paper2_mc._visible = false;
_root.paper3_mc._visible = false;
_root.plusdriver_mc._alpha = 0;
_root.minusdriver_mc._alpha = 0;
_root.largekey_mc._alpha = 0;
_root.smallkey_mc._alpha = 0;
_root.pallet_mc._alpha = 0;
_root.pic1_mc._alpha = 0;
_root.paper1_1_mc._alpha = 0;
_root.paper1_2_mc._alpha = 0;
_root.paper2_mc._alpha = 0;
_root.paper3_mc._alpha = 0;
bgm_snd.stop();
ending_snd = new Sound();
ending_snd.attachSound("ending");
ending_snd.start(0, 9999);
Frame 2253
stop();
Symbol 16 MovieClip [comment] Frame 1
stop();
if (_root.comment2 == "") {
onRelease = function () {
_root.chooseitem = "";
_root.comment = "";
_root.flag = true;
removeMovieClip(this);
clritem();
};
} else {
onRelease = function () {
gotoAndStop (2);
};
}
Symbol 16 MovieClip [comment] Frame 2
stop();
if (_root.comment3 == "") {
onRelease = function () {
_root.comment = "";
_root.comment2 = "";
_root.flag = true;
_root.chooseitem = "";
removeMovieClip(this);
clritem();
};
} else {
onRelease = function () {
gotoAndStop (3);
};
}
Symbol 16 MovieClip [comment] Frame 3
stop();
if (_root.comment4 == "") {
onRelease = function () {
_root.comment = "";
_root.comment2 = "";
_root.comment3 = "";
_root.flag = true;
_root.chooseitem = "";
removeMovieClip(this);
clritem();
};
} else {
onRelease = function () {
gotoAndStop (4);
};
}
Symbol 16 MovieClip [comment] Frame 4
stop();
onRelease = function () {
_root.comment = "";
_root.comment2 = "";
_root.comment3 = "";
_root.comment4 = "";
_root.flag = true;
_root.chooseitem = "";
removeMovieClip(this);
clritem();
};
Symbol 19 MovieClip [itemback] Frame 1
this.attachMovie(_root.itemname, _root.itemname, 3, {_x:75, _y:40});
onRelease = function () {
};
Instance of Symbol 33 MovieClip in Symbol 34 MovieClip [paper1_edge] Frame 1
onClipEvent (mouseUp) {
_root.paper1edge++;
}
Instance of Symbol 34 MovieClip [paper1_edge] "paper1_edge" in Symbol 37 MovieClip [paper1] Frame 1
onClipEvent (enterFrame) {
if (_root.paper1edge == 20) {
if (_root.paper1_2_mc._visible == false) {
_root.itemcomment = "\u7D19\u304C\uFF12\u679A\u304B\u3055\u306A\u3063\u3066\u3044\u305F\u305E";
_root.showcomment(_root.itemcomment);
_root.chooseitem = "";
_root.getitem_snd.start();
_root.paper1_2_mc._visible = true;
_root.showitem("paper1-2");
_root.flag = true;
}
}
}
Instance of Symbol 42 MovieClip [driver_head] "driver_head" in Symbol 45 MovieClip [plusdriver] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pallet_mc) == true) {
_root.driverhead_hit++;
}
}
Symbol 82 MovieClip Frame 2
opening_snd = new Sound();
opening_snd.attachSound("opening");
Symbol 82 MovieClip Frame 3
losing_snd = new Sound();
losing_snd.attachSound("losing");
Symbol 82 MovieClip Frame 4
bgm_snd = new Sound();
bgm_snd.attachSound("bgm");
Symbol 82 MovieClip Frame 5
ending_snd = new Sound();
ending_snd.attachSound("ending");
Symbol 82 MovieClip Frame 6
pipipi_ng_snd = new Sound();
pipipi_ng_snd.attachSound("pipipi_ng");
Symbol 82 MovieClip Frame 7
pipipi_ok_snd = new Sound();
pipipi_ok_snd.attachSound("pipipi_ok");
Symbol 82 MovieClip Frame 8
syu_snd = new Sound();
syu_snd.attachSound("syu-");
Symbol 82 MovieClip Frame 9
kinn_snd = new Sound();
kinn_snd.attachSound("kinn");
Symbol 82 MovieClip Frame 10
boxopen_snd = new Sound();
boxopen_snd.attachSound("boxopen");
Symbol 82 MovieClip Frame 11
boxlock_snd = new Sound();
boxlock_snd.attachSound("boxlock");
Symbol 82 MovieClip Frame 12
kirikiri_snd = new Sound();
kirikiri_snd.attachSound("kirikiri");
Symbol 82 MovieClip Frame 13
kata_snd = new Sound();
kata_snd.attachSound("kata");
Symbol 82 MovieClip Frame 14
gata_snd = new Sound();
gata_snd.attachSound("gata");
Symbol 82 MovieClip Frame 15
dooropen1_snd = new Sound();
dooropen1_snd.attachSound("door_open1");
Symbol 82 MovieClip Frame 16
dooropen2_snd = new Sound();
dooropen2_snd.attachSound("door_open2");
Symbol 82 MovieClip Frame 17
regalialogo_snd = new Sound();
regalialogo_snd.attachSound("regalialogo");
Symbol 82 MovieClip Frame 18
puyo_snd = new Sound();
puyo_snd.attachSound("puyo");
Symbol 98 MovieClip Frame 1
top = this._y;
right = 150;
left = right - 150;
bottom = this._y;
volflag = false;
Symbol 101 MovieClip Frame 1
vol_click.onPress = function () {
this.onEnterFrame = function () {
clickvol = ((this._xmouse / 150) * 100) - 10;
if (clickvol >= 100) {
clickvol = 100;
} else if (clickvol < 0) {
clickvol = 0;
}
knob_mc._x = clickvol * 1.5;
_root.totalvol.setVolume(clickvol);
_global.totalvolume = _root.totalvol.getVolume();
};
};
vol_click.onRelease = function () {
delete this.onEnterFrame;
};
vol_click.onReleaseOutside = function () {
delete this.onEnterFrame;
};
Instance of Symbol 98 MovieClip "knob_mc" in Symbol 101 MovieClip Frame 1
onClipEvent (load) {
this._x = _global.totalvolume * 1.5;
}
on (press) {
this.startDrag(true, left, top, right, bottom);
volflag = true;
}
on (release, releaseOutside) {
this.stopDrag();
volflag = false;
}
onClipEvent (enterFrame) {
if (volflag == true) {
_root.totalvol.setVolume((this._x / 150) * 100);
_global.totalvolume = _root.totalvol.getVolume();
}
}
Symbol 108 Button
on (release) {
gotoAndPlay ("title");
}
Symbol 133 Button
on (release) {
losing_snd.stop();
gotoAndStop (989);
}
Symbol 136 MovieClip Frame 47
this.gotoAndPlay(1);
Symbol 143 Button
on (release) {
gotoAndPlay ("init");
}
Symbol 149 Button
on (release) {
gotoAndPlay ("opening_1");
}
Symbol 150 Button
on (release) {
gotoAndPlay ("1n");
}
Symbol 153 Button
on (release) {
this.gotoAndPlay("2n");
}
Symbol 157 Button
on (release) {
this.gotoAndPlay("3n");
}
Symbol 160 Button
on (release) {
gotoAndStop (1139);
this.gotoAndPlay(undefined);
}
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 2
stop();
Symbol 169 Button
on (release) {
if (!(chooseitem === "")) {
if (_root.flag == true) {
_root.clritem();
_root.clrcomment();
_root.showitem(chooseitem);
if (!(_root.itemcomment === "")) {
_root.showcomment(_root.itemcomment);
}
_root.flag = false;
} else {
_root.clritem();
_root.clrcomment();
_root.flag = true;
_root.chooseitem = "";
}
}
}
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 2
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 2
stop();
Symbol 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 2
stop();
Symbol 181 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 2
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 2
stop();
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
stop();
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
stop();
Symbol 201 Button
on (rollOver) {
left_btn._alpha = 100;
}
on (rollOut) {
left_btn._alpha = 40;
}
on (release) {
gotoAndStop ("w");
}
Symbol 204 Button
on (rollOver) {
right_btn._alpha = 100;
}
on (rollOut) {
right_btn._alpha = 40;
}
on (release) {
gotoAndStop ("e");
}
Symbol 206 Button
on (release) {
if (_root.n_smallbox == 1) {
gotoAndStop ("n_box_close");
} else if (_root.n_smallbox == 2) {
gotoAndStop ("n_box_open_paper");
} else if (_root.n_smallbox == 3) {
gotoAndStop ("n_box_open_nopaper");
}
}
Symbol 208 Button
on (release) {
gotoAndStop ("n_hook");
comment = "";
}
Symbol 210 Button
on (release) {
gotoAndStop ("n_pic2_up");
}
Symbol 212 Button
on (release) {
gotoAndStop ("n_pic1and2_up");
}
Symbol 217 Button
on (rollOver) {
back_btn._alpha = 100;
}
on (rollOut) {
back_btn._alpha = 40;
}
on (release) {
gotoAndStop ("n");
}
Symbol 222 Button
on (release) {
_root.paper2_mc._visible = true;
_root.getitem_snd.start();
_root.n_smallbox = 3;
gotoAndStop ("n_box_open_nopaper");
}
Symbol 228 Button
on (release) {
showcomment("\u4F55\u304B\u3092\u5F15\u3063\u304B\u3051\u308B\u306E\u304B\u306A\uFF1F");
}
Symbol 232 Button
on (release) {
_root.showcomment("\u3078\u3093\u306A\u7D75\u3060\u306A");
}
Symbol 237 Button
on (rollOver) {
left_btn._alpha = 100;
}
on (rollOut) {
left_btn._alpha = 40;
}
on (release) {
gotoAndStop ("n");
}
Symbol 238 Button
on (rollOver) {
right_btn._alpha = 100;
}
on (rollOut) {
right_btn._alpha = 40;
}
on (release) {
gotoAndStop ("s");
}
Symbol 240 Button
on (release) {
gotoAndStop ("e_wall");
}
Symbol 242 Button
on (release) {
gotoAndStop ("e_cashbox");
}
Symbol 244 Button
on (release) {
gotoAndStop ("e_bed");
}
Symbol 247 Button
on (rollOver) {
back_btn._alpha = 100;
}
on (rollOut) {
back_btn._alpha = 40;
}
on (release) {
gotoAndStop ("e");
}
Symbol 249 Button
on (release) {
if (_root.e_bed_nopaper <= 0) {
gotoAndStop ("e_bed_paper");
} else {
gotoAndStop ("e_bed_nopaper");
}
}
Symbol 254 Button
on (rollOver) {
back_btn._alpha = 100;
}
on (rollOut) {
back_btn._alpha = 40;
}
on (release) {
gotoAndStop ("e_bed");
}
Symbol 256 Button
on (release) {
_root.paper1_1_mc._visible = true;
_root.getitem_snd.start();
gotoAndStop ("e_bed_nopaper");
}
Symbol 262 Button
on (release) {
gotoAndStop ("e_panel");
comment = "";
}
Symbol 265 Button
on (rollOver) {
back_btn._alpha = 100;
}
on (rollOut) {
back_btn._alpha = 40;
}
on (release) {
gotoAndStop ("e_cashbox");
}
Symbol 267 Button
on (release) {
_root.clrcomment();
if (_root.cashbox == 2) {
_root.showcomment("\u3082\u3046\u958B\u3044\u3066\u308B");
} else if (_root.panelnum.join() == _root.crypt) {
_root.pipipi_ok_snd.start();
_root.pipipi_ok_snd.onSoundComplete = function () {
_root.showitem("pallet");
_root.showcomment("\u3042\u3044\u305F\u305E");
_root.comment2 = "\u30D8\u30E9\u304C\u51FA\u3066\u304D\u305F";
_root.pallet_mc._visible = true;
_root.getitem_snd.start();
_root.cashbox = 2;
};
} else {
_root.pipipi_ng_snd.start();
_root.pipipi_ng_snd.onSoundComplete = function () {
_root.showcomment("\u3060\u3081\u3060");
};
}
}
Symbol 271 MovieClip Frame 1
stop();
Symbol 273 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 1
stop();
Symbol 276 Button
on (release) {
clrcomment();
_root.pi_snd.start();
_root.num4++;
if (_root.num4 == 10) {
_root.num4 = 0;
}
_root.panelnum[3] = _root.num4;
}
Symbol 277 Button
on (release) {
clrcomment();
_root.pi_snd.start();
_root.num3++;
if (_root.num3 == 10) {
_root.num3 = 0;
}
_root.panelnum[2] = _root.num3;
}
Symbol 278 Button
on (release) {
clrcomment();
_root.pi_snd.start();
_root.num2++;
if (_root.num2 == 10) {
_root.num2 = 0;
}
_root.panelnum[1] = _root.num2;
}
Symbol 280 MovieClip Frame 1
stop();
Symbol 281 Button
on (release) {
clrcomment();
_root.pi_snd.start();
_root.num1++;
if (_root.num1 == 10) {
_root.num1 = 0;
}
_root.panelnum[0] = _root.num1;
}
Symbol 285 Button
on (release) {
_root.showcomment("\u610F\u5473\u304C\u308F\u304B\u3089\u306A\u3044\u306A");
}
Symbol 288 Button
on (rollOver) {
left_btn._alpha = 100;
}
on (rollOut) {
left_btn._alpha = 40;
}
on (release) {
gotoAndStop ("e");
}
Symbol 289 Button
on (rollOver) {
right_btn._alpha = 100;
}
on (rollOut) {
right_btn._alpha = 40;
}
on (release) {
gotoAndStop ("w");
}
Symbol 291 Button
on (release) {
gotoAndStop ("s_duct");
}
Symbol 293 Button
on (release) {
_root.doorlock_snd.start();
showcomment("\u9375\u304C\u304B\u304B\u3063\u3066\u3044\u308B");
}
Symbol 294 Button
on (rollOver) {
back_btn._alpha = 100;
}
on (rollOut) {
back_btn._alpha = 40;
}
on (release) {
gotoAndStop ("s");
}
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 2
stop();
Symbol 302 Button
on (rollOver) {
left_btn._alpha = 100;
}
on (rollOut) {
left_btn._alpha = 40;
}
on (release) {
gotoAndStop ("s");
}
Symbol 303 Button
on (rollOver) {
right_btn._alpha = 100;
}
on (rollOut) {
right_btn._alpha = 40;
}
on (release) {
gotoAndStop ("n");
}
Symbol 305 Button
on (release) {
gotoAndStop ("w_pic1_up");
comment = "";
}
Symbol 307 Button
on (release) {
gotoAndStop ("w_table");
comment = "";
}
Symbol 312 Button
on (rollOver) {
back_btn._alpha = 100;
}
on (rollOut) {
back_btn._alpha = 40;
}
on (release) {
gotoAndStop ("w");
}
Symbol 313 Button
on (release) {
getpic1++;
_root.kata_snd.start();
if (getpic1 == 3) {
showcomment("\u304A\u3001\u53D6\u308C\u305D\u3046\u3060\u305E");
} else if (getpic1 == 10) {
pic1_mc._visible = true;
_root.getitem_snd.start();
_root.w_pic1 = 2;
gotoAndStop ("w_nopic");
}
}
Symbol 317 Button
on (release) {
gotoAndStop ("w_table_food");
}
Symbol 321 Button
on (release) {
if (_root.w_carpet_nopaper <= 0) {
gotoAndStop ("w_carpet");
} else {
gotoAndStop ("w_carpet_nopaper");
}
}
Symbol 324 Button
on (rollOver) {
back_btn._alpha = 100;
}
on (rollOut) {
back_btn._alpha = 40;
}
on (release) {
gotoAndStop ("w_table");
}
Symbol 328 Button
on (release) {
_root.paper3_mc._visible = true;
_root.getitem_snd.start();
gotoAndStop ("w_carpet_nopaper");
}
Symbol 359 Button
on (release) {
ending_snd.stop();
gotoAndPlay ("intro");
}