Frame 1
var snd_Tema = new Sound();
snd_Tema.attachSound("Tema");
snd_Tema.setVolume(75);
Instance of Symbol 143 MovieClip "loader_mc" in Frame 1
onClipEvent (enterFrame) {
lodedbytes = 0;
total = _root.getBytesTotal();
loader_mc.total = _root.getBytesTotal();
loaded = _root.getBytesLoaded();
loader_mc.loaded = _root.getBytesLoaded();
_root.lodedbytes = Math.floor((loaded / total) * 100);
if (loaded == total) {
_root.gotoAndPlay("start");
} else if (_root.snd_Tema.position == 0) {
_root.snd_Tema.start(0, 999);
}
}
Frame 5
stop();
Frame 11
snd_Tema.stop();
snd_Tema.setVolume(100);
snd_Tema.start(0, 999);
start_btn.onRelease = function () {
play();
};
stop();
Frame 12
snd_Tema.stop();
doorOpen = false;
steps = "W";
StepsMoode = false;
tufukoOpen = false;
keyOpen = false;
var sTimeNend = 0;
var sTimeMacaw = 0;
FirstEnter = true;
acard = false;
lighton = false;
light = false;
denti = false;
dention = false;
screwdriver = false;
siliconeA = false;
countA = 0;
siliconeB = false;
countB = 0;
spoon = false;
Bfoods = false;
BfoodSet = false;
Pcup = false;
PcupS = false;
PcupSgetFirst = false;
stirspoon = false;
ABblance = false;
Nagasikomi = false;
Hand = false;
macaw = false;
macawKey = false;
dmoode = true;
dnmoode = false;
UPmoode = false;
BigItem = false;
ItemCursor = false;
Frame 16
var snd_FirstEnter = new Sound();
snd_FirstEnter.attachSound("FirstEnter2");
var snd_LightSwitch = new Sound();
snd_LightSwitch.attachSound("LightSwitch");
var snd_doorOpen = new Sound();
snd_doorOpen.attachSound("doorOpen");
snd_doorOpen.setVolume(50);
var snd_HasigoOn = new Sound();
snd_HasigoOn.attachSound("HasigoOn");
var snd_HasigoOff = new Sound();
snd_HasigoOff.attachSound("HasigoOff");
var snd_HikidasiClose = new Sound();
snd_HikidasiClose.attachSound("HikidasiClose");
var snd_HikidasiOpen = new Sound();
snd_HikidasiOpen.attachSound("HikidasiOpen");
var snd_HikidasiKey = new Sound();
snd_HikidasiKey.attachSound("HikidasiKey");
var snd_HikidasiNoOpen = new Sound();
snd_HikidasiNoOpen.attachSound("HikidasiNoOpen");
var snd_get = new Sound();
snd_get.attachSound("get");
var snd_ItemBig = new Sound();
snd_ItemBig.attachSound("ItemBig");
var snd_ItemSelect = new Sound();
snd_ItemSelect.attachSound("ItemSelect");
var snd_EsaOn = new Sound();
snd_EsaOn.attachSound("EsaOn");
var snd_Negi = new Sound();
snd_Negi.attachSound("Negi");
var snd_TufukoOpen = new Sound();
snd_TufukoOpen.attachSound("TufukoOpen");
var snd_Macaw = new Sound();
snd_Macaw.attachSound("Macaw");
var snd_EsaEat = new Sound();
snd_EsaEat.attachSound("EsaEat");
var snd_nend = new Sound();
snd_nend.attachSound("nend");
var snd_Denti = new Sound();
snd_Denti.attachSound("Denti");
var snd_ChessSwitch = new Sound();
snd_ChessSwitch.attachSound("ChessSwitch");
var snd_ChessErroroff = new Sound();
snd_ChessErroroff.attachSound("ChessErroroff");
var snd_ChessKoma = new Sound();
snd_ChessKoma.attachSound("ChessKoma");
var snd_silicone = new Sound();
snd_silicone.attachSound("silicone");
var snd_kakimaze = new Sound();
snd_kakimaze.attachSound("kakimaze");
var snd_cardTrogh = new Sound();
snd_cardTrogh.attachSound("cardTrogh");
var snd_tenKey = new Sound();
snd_tenKey.attachSound("tenKey");
var snd_OK = new Sound();
snd_OK.attachSound("OK");
var snd_Error = new Sound();
snd_Error.attachSound("Error");
Frame 21
function Get_Hand() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_Hand" + itemNum;
_root.attachMovie("item_Hand", item_iname, itemDepthNum);
item_array[itemNum] = eval (item_iname);
itemInit();
item_array[itemNum].item_name = "Hand";
item_array[itemNum].onRelease = release_Hand;
viewItemArray();
}
function release_Hand() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigHand_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if (greemitemNum) {
item_array[greemitemNum].gotoAndStop(1);
}
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_Hand", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemHand", "bigHand_mc", 15);
_root.bigHand_mc._x = 300;
_root.bigHand_mc._y = 200;
var item = this;
_root.bigHand_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigHand_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "\u30B7\u30EA\u30B3\u30F3\u30B4\u30E0\u306E\u624B\u578B\u3060\u3002";
}
}
}
}
function Get_PcupS() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_PcupS" + itemNum;
_root.attachMovie("item_PcupS", item_iname, itemDepthNum);
item_array[itemNum] = eval (item_iname);
itemInit();
item_array[itemNum].item_name = "PcupS";
item_array[itemNum].onRelease = release_PcupS;
viewItemArray();
}
function release_PcupS() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigPcupS_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if (greemitemNum) {
item_array[greemitemNum].gotoAndStop(1);
}
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_PcupS", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemPcupS", "bigPcupS_mc", 15);
_root.bigPcupS_mc._x = 300;
_root.bigPcupS_mc._y = 200;
var item = this;
_root.bigPcupS_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigPcupS_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "\u5C11\u3057\u3001\u786C\u304F\u306A\u3063\u3066\u304D\u305F\u305E\u3002\u3053\u308C\u3067\u3001\u578B\u53D6\u308A\u306B\u4F7F\u3048\u305D\u3046\u3060\u3002";
}
}
}
}
function Get_Spoon() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_Spoon" + itemNum;
_root.attachMovie("item_Spoon", item_iname, itemDepthNum);
item_array[itemNum] = eval (item_iname);
itemInit();
item_array[itemNum].item_name = "Spoon";
item_array[itemNum].onRelease = release_Spoon;
viewItemArray();
}
function release_Spoon() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigSpoon_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if (greemitemNum) {
if (ABblance) {
if ((item_array[greemitemNum].item_name == "Pcup") && (BigItem)) {
snd_kakimaze.start(0, 1);
PcupS = true;
var subItemNum = item_array[greemitemNum].aNum;
item_array[greemitemNum].removeMovieClip();
item_array.splice(subItemNum, 1);
itemNum--;
resetItemArray();
viewItemArray();
Get_PcupS();
PcupSgetFirst = true;
greemitemNum = 0;
BigItem = true;
_root.attachMovie("bigitemPcupS", "bigPcupS_mc", 15);
_root.bigPcupS_mc._x = 300;
_root.bigPcupS_mc._y = 200;
_root.bigPcupS_mc.onRelease = function () {
if (ItemCursor == false) {
bigPcupS_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
};
subtxt = "\u304B\u304D\u307E\u305C\u308B\u3068\u3001\u5C11\u3057\u786C\u304F\u306A\u3063\u3066\u304D\u305F\u305E\u3002";
} else {
item_array[greemitemNum].gotoAndStop(1);
}
} else {
item_array[greemitemNum].gotoAndStop(1);
}
}
if (!ABblance) {
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_Spoon", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemSpoon", "bigSpoon_mc", 15);
_root.bigSpoon_mc._x = 300;
_root.bigSpoon_mc._y = 200;
var item = this;
_root.bigSpoon_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigSpoon_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "\u30B9\u30D7\u30FC\u30F3\u3060\u3002";
}
} else if (!((item_array[greemitemNum].item_name == "Pcup") && (BigItem))) {
if (PcupSgetFirst) {
PcupSgetFirst = false;
} else {
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_Spoon", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemSpoon", "bigSpoon_mc", 15);
_root.bigSpoon_mc._x = 300;
_root.bigSpoon_mc._y = 200;
var item = this;
_root.bigSpoon_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigSpoon_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "\u30B9\u30D7\u30FC\u30F3\u3060\u3002";
}
}
}
}
}
}
function Get_SiliconeB() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_SiliconeB" + itemNum;
_root.attachMovie("item_SiliconeB", item_iname, itemDepthNum);
item_array[itemNum] = eval (item_iname);
itemInit();
item_array[itemNum].item_name = "SiliconeB";
item_array[itemNum].onRelease = release_SiliconeB;
viewItemArray();
}
function release_SiliconeB() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigSiliconeB_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if ((item_array[greemitemNum].item_name == "Pcup") && (BigItem)) {
countB++;
if (ABblance) {
subtxt = "\u3082\u3046\u4F55\u3082\u52A0\u3048\u306A\u304F\u3066\u826F\u3055\u305D\u3046\u3060\u3002";
} else if (countA == (countB * 10)) {
subtxt = "\u4F55\u3060\u304B\u7D19\u30B3\u30C3\u30D7\u304C\u71B1\u304F\u306A\u3063\u3066\u304D\u305F\u305E!\u3000";
ABblance = true;
} else {
snd_silicone.start(0, 1);
subtxt = "\u7D19\u30B3\u30C3\u30D7\u306B\u300CSILICONE B\u300D\u3092\u5165\u308C\u305F\u3002\u3000" + countB;
}
} else {
item_array[greemitemNum].gotoAndStop(1);
}
if (!((item_array[greemitemNum].item_name == "Pcup") && (BigItem))) {
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_SiliconeB", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemSiliconeB", "bigSiliconeB_mc", 15);
_root.bigSiliconeB_mc._x = 300;
_root.bigSiliconeB_mc._y = 200;
var item = this;
_root.bigSiliconeB_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigSiliconeB_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "SILICONE B ??\u2026\u2026\u3002";
}
}
}
}
}
function Get_acard() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_acard" + itemNum;
_root.attachMovie("item_acard", item_iname, itemDepthNum);
item_array[itemNum] = eval (item_iname);
itemInit();
item_array[itemNum].item_name = "acard";
item_array[itemNum].onRelease = release_me;
viewItemArray();
}
function Get_Key() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_Key" + itemNum;
_root.attachMovie("item_key", item_iname, itemDepthNum);
item_array[itemNum] = eval (item_iname);
itemInit();
item_array[itemNum].item_name = "Key";
item_array[itemNum].onRelease = release_Key;
viewItemArray();
}
function release_Key() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigKey_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if (greemitemNum) {
item_array[greemitemNum].gotoAndStop(1);
}
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_Key", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemKey", "bigKey_mc", 15);
_root.bigKey_mc._x = 300;
_root.bigKey_mc._y = 200;
var item = this;
_root.bigKey_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigKey_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "\u9375\u3060\u3002\u3069\u3053\u306E\u3060\u308D\u3046\u2026\u2026\u3002";
}
}
}
}
function Get_Bfoods() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_Bfoods" + itemNum;
_root.attachMovie("item_bfoods", item_iname, itemDepthNum);
item_array[itemNum] = eval (item_iname);
itemInit();
item_array[itemNum].item_name = "Bfoods";
item_array[itemNum].onRelease = release_Bfoods;
viewItemArray();
}
function release_Bfoods() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigBfoods_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if (greemitemNum) {
item_array[greemitemNum].gotoAndStop(1);
}
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_Bfoods", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemBfoods", "bigBfoods_mc", 15);
_root.bigBfoods_mc._x = 300;
_root.bigBfoods_mc._y = 200;
var item = this;
_root.bigBfoods_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigBfoods_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "\u9CE5\u306E\u30A8\u30B5\uFF1F\uFF1F";
}
}
}
}
function Get_Pcup() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_Pcup" + itemNum;
_root.attachMovie("item_pcup", item_iname, itemDepthNum);
item_array[itemNum] = eval (item_iname);
itemInit();
item_array[itemNum].item_name = "Pcup";
item_array[itemNum].onRelease = release_Pcup;
viewItemArray();
}
function release_Pcup() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigPcup_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if (greemitemNum) {
item_array[greemitemNum].gotoAndStop(1);
}
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_Pcup", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemPcup", "bigPcup_mc", 15);
_root.bigPcup_mc._x = 300;
_root.bigPcup_mc._y = 200;
var item = this;
_root.bigPcup_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigPcup_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "\u7D19\u30B3\u30C3\u30D7\u3060\u3002";
}
}
}
}
function Get_siliconeA() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_siliconeA" + itemNum;
_root.attachMovie("item_siliconeA", item_iname, itemDepthNum);
item_array[itemNum] = eval (item_iname);
itemInit();
item_array[itemNum].item_name = "siliconeA";
item_array[itemNum].onRelease = release_siliconeA;
viewItemArray();
}
function release_siliconeA() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigSiliconeA_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if (greemitemNum) {
if ((item_array[greemitemNum].item_name == "Pcup") && (BigItem)) {
countA++;
if (ABblance) {
subtxt = "\u3082\u3046\u4F55\u3082\u52A0\u3048\u306A\u304F\u3066\u826F\u3055\u305D\u3046\u3060\u3002";
} else if (countA == (countB * 10)) {
subtxt = "\u4F55\u3060\u304B\u7D19\u30B3\u30C3\u30D7\u304C\u71B1\u304F\u306A\u3063\u3066\u304D\u305F\u305E!\u3000";
ABblance = true;
} else {
snd_silicone.start(0, 1);
subtxt = "\u7D19\u30B3\u30C3\u30D7\u306B\u300CSILICONE A\u300D\u3092\u5165\u308C\u305F\u3002\u3000" + countA;
}
} else {
item_array[greemitemNum].gotoAndStop(1);
}
}
if (!((item_array[greemitemNum].item_name == "Pcup") && (BigItem))) {
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_SiliconeA", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemSiliconeA", "bigSiliconeA_mc", 15);
_root.bigSiliconeA_mc._x = 300;
_root.bigSiliconeA_mc._y = 200;
var item = this;
_root.bigSiliconeA_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigSiliconeA_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "SLICONE A \u2026\u2026 ?";
}
}
}
}
}
function Get_light() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_light" + itemNum;
if (dention) {
_root.attachMovie("item_light", item_iname, itemDepthNum);
} else {
_root.attachMovie("item_lightnod", item_iname, itemDepthNum);
}
item_array[itemNum] = eval (item_iname);
itemInit();
if (dention) {
item_array[itemNum].item_name = "light";
item_array[itemNum].onRelease = relLight_me;
} else {
item_array[itemNum].item_name = "lightnod";
item_array[itemNum].onRelease = release_light;
}
viewItemArray();
}
function release_light() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigLight_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if (greemitemNum) {
item_array[greemitemNum].gotoAndStop(1);
}
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_Light", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemLight", "bigLight_mc", 15);
_root.bigLight_mc._x = 300;
_root.bigLight_mc._y = 200;
var item = this;
_root.bigLight_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigLight_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "\u61D0\u4E2D\u96FB\u706F\u3060\u3002";
}
}
}
}
function Get_driver() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_driver" + itemNum;
_root.attachMovie("item_driver", item_iname, itemDepthNum);
item_array[itemNum] = eval (item_iname);
itemInit();
item_array[itemNum].item_name = "driver";
item_array[itemNum].onRelease = release_driver;
viewItemArray();
}
function Get_denti() {
snd_get.start(0, 1);
itemDepthNum++;
itemNum++;
item_iname = "item_denti" + itemNum;
_root.attachMovie("item_denti", item_iname, itemDepthNum);
item_array[itemNum] = eval (item_iname);
itemInit();
item_array[itemNum].item_name = "denti";
item_array[itemNum].onRelease = release_denti;
viewItemArray();
}
function release_denti() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigDenti_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if (greemitemNum) {
if ((item_array[greemitemNum].item_name == "lightnod") && (BigItem)) {
snd_Denti.start(0, 1);
subtxt = "\u61D0\u4E2D\u96FB\u706F\u306B\u96FB\u6C60\u3092\u30BB\u30C3\u30C8\u3057\u305F\u3002";
dention = true;
var subItemNum = this.aNum;
this.removeMovieClip();
viewItemArray();
item_array.splice(subItemNum, 1);
itemNum--;
resetItemArray();
i = 1;
while (i < item_array.length) {
if (item_array[i].item_name == "lightnod") {
subItemNum = i;
}
i++;
}
viewItemArray();
item_array[subItemNum].removeMovieClip();
item_array.splice(subItemNum, 1);
itemNum--;
viewItemArray();
resetItemArray();
viewItemArray();
Get_light();
viewItemArray();
resetItemArray();
viewItemArray();
greemitemNum = 0;
} else {
item_array[greemitemNum].gotoAndStop(1);
}
}
if (dention == false) {
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_Denti", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemDenti", "bigDenti_mc", 15);
_root.bigDenti_mc._x = 300;
_root.bigDenti_mc._y = 200;
var item = this;
_root.bigDenti_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigDenti_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "\u4E7E\u96FB\u6C60\u3060\u3002";
}
}
}
}
}
function release_driver() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigDriver_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if (greemitemNum) {
item_array[greemitemNum].gotoAndStop(1);
}
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_Driver", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemDriver", "bigDriver_mc", 15);
_root.bigDriver_mc._x = 300;
_root.bigDriver_mc._y = 200;
var item = this;
_root.bigDriver_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigDriver_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "\u30C9\u30E9\u30A4\u30D0\u30FC\u3060\u3002";
}
}
}
}
function release_me() {
if (StepsMoode == false) {
if (greemitemNum == this.aNum) {
greemitemNum = 0;
this.gotoAndStop(1);
if (UPmoode) {
Mouse.show();
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
back_btn._visible = true;
subtxt = "";
} else {
bigAcard_mc.removeMovieClip();
subtxt = "";
BigItem = false;
}
} else {
if (greemitemNum) {
item_array[greemitemNum].gotoAndStop(1);
}
snd_ItemSelect.start(0, 1);
greemitemNum = this.aNum;
this.gotoAndStop(2);
if (UPmoode) {
ItemCursor = true;
back_btn._visible = false;
Mouse.hide();
_root.attachMovie("useitem_Acard", "useitem_mc", 16);
useitem_mc._x = -54;
useitem_mc._y = -54;
useitem_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
} else {
BigItem = true;
_root.attachMovie("bigitemAcard", "bigAcard_mc", 15);
_root.bigAcard_mc._x = 300;
_root.bigAcard_mc._y = 200;
var item = this;
_root.bigAcard_mc.onRelease = function () {
greemitemNum = 0;
item.gotoAndStop(1);
bigAcard_mc.removeMovieClip();
subtxt = "";
BigItem = false;
};
subtxt = "\u30A2\u30AF\u30BB\u30B9\u30AB\u30FC\u30C9\u3060\u3002";
}
}
}
}
function relLight_me() {
if (StepsMoode == false) {
snd_LightSwitch.start(0, 1);
if (lighton) {
if (dmoode) {
if (dnmoode) {
if (doorOpen) {
kakusi_mc._visible = false;
dn1shadow_mc._visible = true;
dn2NoLight_mc._visible = true;
dn2NoLight_mc.gotoAndStop(1);
} else {
kakusi_mc._visible = true;
dn1shadow_mc._visible = true;
dn2NoLight_mc._visible = false;
}
} else {
kakusi_mc._visible = true;
}
}
this.gotoAndStop(1);
lighton = false;
} else {
if (dmoode) {
if (dnmoode) {
if (doorOpen) {
kakusi_mc._visible = false;
dn1shadow_mc._visible = false;
dn2NoLight_mc._visible = true;
dn2NoLight_mc.gotoAndStop(2);
dn1_mc.gotoAndStop(1);
} else {
kakusi_mc._visible = false;
dn1shadow_mc._visible = false;
dn2NoLight_mc._visible = true;
dn2NoLight_mc.gotoAndStop(3);
dn1_mc.gotoAndStop(2);
}
} else {
kakusi_mc._visible = false;
}
}
this.gotoAndStop(2);
lighton = true;
}
if (_root.CurrentFName) {
if (dmoode) {
_root.gotoAndPlay(CurrentFName);
}
}
}
}
function itemInit() {
var baseloc = Math.floor(594 / itemNum);
var i = 1;
while (i <= itemNum) {
item_array[i]._x = (((baseloc * i) - Math.floor(baseloc / 2)) - 27) + 3;
i++;
}
item_array[itemNum]._y = 426;
item_array[itemNum].aNum = itemNum;
}
function resetItemArray() {
i = 1;
while (i < item_array.length) {
item_array[i].aNum = i;
i++;
}
}
function viewItemArray() {
i = 1;
while (i < item_array.length) {
i++;
}
}
var itemNum = 0;
var itemDepthNum = 0;
var item_array = new Array();
var item_iname = "";
var greemitemNum = 0;
Frame 24
stop();
Frame 26
snd_Tema.setVolume(60);
snd_Tema.start(0, 999);
Frame 27
CurrentFName = "ds1";
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
if (lighton) {
dn1shadow_mc._visible = false;
kakusi_mc._visible = false;
} else {
dn1shadow_mc._visible = true;
kakusi_mc._visible = true;
}
but_L_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("de1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
but_L_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_L_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("ds2");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
but_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_R_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("dw1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
but_R_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_R_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 31
stop();
Frame 32
CurrentFName = "ds2";
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
if (lighton) {
dn1shadow_mc._visible = false;
kakusi_mc._visible = false;
kabe_C_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u884C\u304D\u6B62\u307E\u308A\u3060\u2026\u2026\u3002";
}
};
kabe_C_btn.onRollOver = null;
kabe_C_btn.onRollOut = function () {
subtxt = "";
};
kabe_L_btn.onRelease = null;
kabe_L_btn.onRollOver = null;
kabe_L_btn.onRollOut = null;
kabe_R_btn.onRelease = null;
kabe_R_btn.onRollOver = null;
kabe_R_btn.onRollOut = null;
} else {
dn1shadow_mc._visible = true;
kakusi_mc._visible = true;
kabe_C_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u884C\u304D\u6B62\u307E\u308A\u3060\u2026\u2026\u3002";
}
};
kabe_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
kabe_L_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u58C1\u3060\u2026\u2026\u3002";
}
};
kabe_L_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_L_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
kabe_R_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u58C1\u3060\u2026\u2026\u3002";
}
};
kabe_R_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_R_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
}
but_C_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("ds1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRollOver = function () {
if (BigItem == false) {
subtxt = "";
Mouse.hide();
cursor_mc._rotation = 180;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 36
stop();
Frame 37
CurrentFName = "de1";
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
if (lighton) {
dn1shadow_mc._visible = false;
kakusi_mc._visible = false;
} else {
dn1shadow_mc._visible = true;
kakusi_mc._visible = true;
}
but_L_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("dn1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_L_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_L_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("de2");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_R_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("ds1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_R_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_R_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 41
stop();
Frame 42
CurrentFName = "de2";
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
if (lighton) {
dn1shadow_mc._visible = false;
kakusi_mc._visible = false;
kabe_C_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u884C\u304D\u6B62\u307E\u308A\u3060\u2026\u2026\u3002";
}
};
kabe_C_btn.onRollOver = null;
kabe_C_btn.onRollOut = function () {
subtxt = "";
};
kabe_L_btn.onRelease = null;
kabe_L_btn.onRollOver = null;
kabe_L_btn.onRollOut = null;
kabe_R_btn.onRelease = null;
kabe_R_btn.onRollOver = null;
kabe_R_btn.onRollOut = null;
} else {
dn1shadow_mc._visible = true;
kakusi_mc._visible = true;
kabe_C_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u884C\u304D\u6B62\u307E\u308A\u3060\u2026\u2026\u3002";
}
};
kabe_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
kabe_L_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u58C1\u3060\u2026\u2026\u3002";
}
};
kabe_L_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_L_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
kabe_R_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u58C1\u3060\u2026\u2026\u3002";
}
};
kabe_R_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_R_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
}
acard_btn.onRelease = function () {
if (BigItem == false) {
if (lighton) {
snd_ItemBig.start(0, 1);
play();
acard = true;
}
}
};
but_C_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("de1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 180;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
if (acard) {
gotoAndPlay ("de22");
}
Frame 44
stop();
Frame 45
StepsMoode = true;
but_C_btn.onRelease = function () {
if (BigItem == false) {
play();
StepsMoode = false;
Get_acard();
}
};
but_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.show();
cursor_mc.onMouseMove = null;
}
};
Frame 47
stop();
Frame 48
CurrentFName = "de22";
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
if (lighton) {
dn1shadow_mc._visible = false;
kakusi_mc._visible = false;
kabe_C_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u884C\u304D\u6B62\u307E\u308A\u3060\u2026\u2026\u3002";
}
};
kabe_C_btn.onRollOver = null;
kabe_C_btn.onRollOut = function () {
subtxt = "";
};
kabe_L_btn.onRelease = null;
kabe_L_btn.onRollOver = null;
kabe_L_btn.onRollOut = null;
kabe_R_btn.onRelease = null;
kabe_R_btn.onRollOver = null;
kabe_R_btn.onRollOut = null;
} else {
dn1shadow_mc._visible = true;
kakusi_mc._visible = true;
kabe_C_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u884C\u304D\u6B62\u307E\u308A\u3060\u2026\u2026\u3002";
}
};
kabe_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
kabe_L_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u58C1\u3060\u2026\u2026\u3002";
}
};
kabe_L_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_L_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
kabe_R_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u58C1\u3060\u2026\u2026\u3002";
}
};
kabe_R_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_R_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
}
but_C_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("de1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 180;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 52
stop();
Frame 53
CurrentFName = "dn1";
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
if (doorOpen) {
dokutuMacaw_mc._visible = true;
if (macaw) {
dokutuMacaw_mc.gotoAndStop(2);
} else {
dokutuMacaw_mc.gotoAndStop(1);
}
} else {
dokutuMacaw_mc._visible = false;
}
dnmoode = true;
if (doorOpen) {
openlight_mc.gotoAndStop(2);
kakusi_mc._visible = false;
dn1_mc.gotoAndStop(1);
} else {
openlight_mc.gotoAndStop(1);
dn1_mc.gotoAndStop(2);
}
if (lighton) {
dn1shadow_mc._visible = false;
kakusi_mc._visible = false;
} else {
dn1shadow_mc._visible = true;
}
but_L_btn.onRelease = function () {
if (BigItem == false) {
dnmoode = false;
gotoAndPlay ("dw1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_L_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_L_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("dn2");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_R_btn.onRelease = function () {
if (BigItem == false) {
dnmoode = false;
gotoAndPlay ("de1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_R_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_R_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 57
stop();
Frame 58
CurrentFName = "dn2";
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
if (doorOpen) {
DMacawUp_mc._visible = true;
if (macaw) {
DMacawUp_mc.gotoAndStop(2);
} else {
DMacawUp_mc.gotoAndStop(1);
}
} else {
DMacawUp_mc._visible = false;
}
if (doorOpen) {
openlight_mc.gotoAndStop(2);
kakusi_mc._visible = false;
enter_btn.onRelease = function () {
if (BigItem == false) {
snd_Tema.stop();
gotoAndPlay ("s1");
dmoode = false;
dnmoode = false;
Mouse.show();
cursor_mc.onMouseMove = null;
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
enter_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
enter_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
} else {
openlight_mc.gotoAndStop(1);
if (lighton) {
enter_btn.onRelease = function () {
if (BigItem == false) {
Mouse.show();
cursor_mc.onMouseMove = null;
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "\u958B\u304B\u306A\u3044\u2026\u2026\u3002";
}
};
enter_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
enter_btn.onRollOver = null;
kabe_L_btn.onRelease = null;
kabe_L_btn.onRollOver = null;
kabe_L_btn.onRollOut = null;
kabe_R_btn.onRelease = null;
kabe_R_btn.onRollOver = null;
kabe_R_btn.onRollOut = null;
} else {
enter_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u884C\u304D\u6B62\u307E\u308A\u3060\u2026\u2026\u3002";
}
};
kabe_L_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u58C1\u3060\u2026\u2026\u3002";
}
};
kabe_L_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_L_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
kabe_R_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u58C1\u3060\u2026\u2026\u3002";
}
};
kabe_R_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_R_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
enter_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
enter_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
}
}
if (lighton) {
if (doorOpen) {
dn2NoLight_mc.gotoAndStop(2);
} else {
dn2NoLight_mc.gotoAndStop(3);
}
kakusi_mc._visible = false;
} else if (doorOpen) {
dn2NoLight_mc.gotoAndStop(1);
} else {
dn2NoLight_mc._visible = false;
}
door_btn.onRelease = function () {
if (BigItem == false) {
snd_LightSwitch.start(0, 1);
if (lighton) {
if (doorOpen) {
gotoAndPlay ("ndoor_closeL");
} else {
gotoAndPlay ("ndoor_openL");
}
} else if (doorOpen) {
gotoAndPlay ("ndoor_close");
} else {
gotoAndPlay ("ndoor_open");
}
}
};
but_C_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("dn1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 180;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 62
stop();
Frame 63
CurrentFName = "dw1";
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
if (lighton) {
dn1shadow_mc._visible = false;
kakusi_mc._visible = false;
} else {
dn1shadow_mc._visible = true;
kakusi_mc._visible = true;
}
but_L_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("ds1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_L_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_L_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("dw2");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_R_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("dn1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_R_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_R_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 67
stop();
Frame 68
CurrentFName = "dw2";
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
if (lighton) {
dn1shadow_mc._visible = false;
kakusi_mc._visible = false;
kabe_C_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u884C\u304D\u6B62\u307E\u308A\u3060\u2026\u2026\u3002";
}
};
kabe_C_btn.onRollOver = null;
kabe_C_btn.onRollOut = function () {
subtxt = "";
};
kabe_L_btn.onRelease = null;
kabe_L_btn.onRollOver = null;
kabe_L_btn.onRollOut = null;
kabe_R_btn.onRelease = null;
kabe_R_btn.onRollOver = null;
kabe_R_btn.onRollOut = null;
} else {
dn1shadow_mc._visible = true;
kakusi_mc._visible = true;
kabe_C_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u884C\u304D\u6B62\u307E\u308A\u3060\u2026\u2026\u3002";
}
};
kabe_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
kabe_L_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u58C1\u3060\u2026\u2026\u3002";
}
};
kabe_L_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_L_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
kabe_R_btn.onRelease = function () {
if (BigItem == false) {
subtxt = "\u58C1\u3060\u2026\u2026\u3002";
}
};
kabe_R_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
kabe_R_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
}
but_C_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("dw1");
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but_C_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 180;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
but_C_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 72
stop();
Frame 76
CurrentFName = null;
DMacawUp_mc._visible = true;
if (macaw) {
DMacawUp_mc.gotoAndStop(2);
} else {
DMacawUp_mc.gotoAndStop(1);
}
Frame 80
doorOpen = true;
gotoAndPlay ("dn2");
Frame 84
CurrentFName = null;
DMacawUp_mc._visible = true;
if (macaw) {
DMacawUp_mc.gotoAndStop(2);
} else {
DMacawUp_mc.gotoAndStop(1);
}
Frame 88
doorOpen = false;
gotoAndPlay ("dn2");
Frame 96
CurrentFName = null;
DMacawUp_mc._visible = true;
if (macaw) {
DMacawUp_mc.gotoAndStop(2);
} else {
DMacawUp_mc.gotoAndStop(1);
}
Frame 101
doorOpen = true;
gotoAndPlay ("dn2");
Frame 105
CurrentFName = null;
DMacawUp_mc._visible = true;
if (macaw) {
DMacawUp_mc.gotoAndStop(2);
} else {
DMacawUp_mc.gotoAndStop(1);
}
Frame 110
doorOpen = false;
gotoAndPlay ("dn2");
Frame 121
stop();
Frame 122
CurrentFName = "s1";
if (FirstEnter) {
snd_FirstEnter.start(0, 1);
FirstEnter = false;
}
if (macaw) {
macaw_mc.gotoAndPlay(5);
} else {
macaw_mc.gotoAndStop(1);
}
if (siliconeA) {
if (Pcup) {
siliacup_mc.gotoAndStop(4);
} else {
siliacup_mc.gotoAndStop(2);
}
} else if (Pcup) {
siliacup_mc.gotoAndStop(3);
} else {
siliacup_mc.gotoAndStop(1);
}
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
chess_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("chess");
}
};
macaw_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("s3");
}
};
but1_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("s2");
}
};
butR_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("w1");
}
};
butR_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
butR_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
butL_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("e1");
}
};
butL_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
butL_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 126
stop();
Frame 127
CurrentFName = null;
if (siliconeA) {
if (Pcup) {
silicupdesk_mc.gotoAndStop(4);
} else {
silicupdesk_mc.gotoAndStop(2);
}
} else if (Pcup) {
silicupdesk_mc.gotoAndStop(3);
} else {
silicupdesk_mc.gotoAndStop(1);
}
hikidasi3_mc._visible = false;
getdriver_btn.onRelease = null;
getfood_btn.onRelease = null;
UPmoode = true;
back_btn.onRelease = function () {
if (ItemCursor == false) {
gotoAndPlay ("s1");
UPmoode = false;
}
};
cup_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if (Pcup == false) {
if (siliconeA) {
silicupdesk_mc.gotoAndStop(4);
} else {
silicupdesk_mc.gotoAndStop(3);
}
BigItem = true;
snd_ItemBig.start(0, 1);
back_btn._visible = false;
_root.attachMovie("bigitemPcup", "bigPcup_mc", 15);
_root.bigPcup_mc._x = 300;
_root.bigPcup_mc._y = 200;
_root.bigPcup_mc.onRelease = function () {
if (ItemCursor == false) {
bigPcup_mc.removeMovieClip();
subtxt = "";
Get_Pcup();
Pcup = true;
BigItem = false;
back_btn._visible = true;
}
};
subtxt = "\u7D19\u30B3\u30C3\u30D7\u3060\u3002";
}
}
};
siliA_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if (siliconeA == false) {
if (Pcup) {
silicupdesk_mc.gotoAndStop(4);
} else {
silicupdesk_mc.gotoAndStop(2);
}
BigItem = true;
snd_ItemBig.start(0, 1);
back_btn._visible = false;
_root.attachMovie("bigitemSiliconeA", "bigSiliconeA_mc", 15);
_root.bigSiliconeA_mc._x = 300;
_root.bigSiliconeA_mc._y = 200;
_root.bigSiliconeA_mc.onRelease = function () {
if (ItemCursor == false) {
bigSiliconeA_mc.removeMovieClip();
subtxt = "";
Get_siliconeA();
siliconeA = true;
BigItem = false;
back_btn._visible = true;
}
};
subtxt = "SILICONE A \u2026\u2026 ?";
}
}
};
hikidasiS2_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if (hikidasi12_mc._currentframe != 3) {
snd_HikidasiOpen.start(0, 1);
hikidasi12_mc.gotoAndPlay(2);
this._x = 375;
this._y = 270;
hikidasi3_mc._visible = false;
hikidasiS3_btn._x = 179;
hikidasiS3_btn._y = 226;
hikidasiS1_btn._x = 426;
hikidasiS1_btn._y = 146;
getdriver_btn.onRelease = null;
getfood_btn.onRelease = null;
} else {
snd_HikidasiClose.start(0, 1);
hikidasi12_mc.gotoAndStop(1);
this._x = 313;
this._y = 183;
}
}
};
hikidasiS1_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if ((hikidasi12_mc._currentframe != 5) && (hikidasi12_mc._currentframe != 7)) {
snd_HikidasiOpen.start(0, 1);
if (Bfoods) {
hikidasi12_mc.gotoAndPlay(6);
} else {
hikidasi12_mc.gotoAndPlay(4);
}
this._x = 504;
this._y = 220;
hikidasi3_mc._visible = false;
hikidasiS3_btn._x = 179;
hikidasiS3_btn._y = 226;
hikidasiS2_btn._x = 313;
hikidasiS2_btn._y = 183;
getdriver_btn.onRelease = null;
getfood_btn.onRelease = function () {
if (Bfoods == false) {
hikidasi12_mc.gotoAndStop(7);
BigItem = true;
snd_ItemBig.start(0, 1);
back_btn._visible = false;
_root.attachMovie("bigitemBfoods", "bigBfoods_mc", 15);
_root.bigBfoods_mc._x = 300;
_root.bigBfoods_mc._y = 200;
_root.bigBfoods_mc.onRelease = function () {
if (ItemCursor == false) {
bigBfoods_mc.removeMovieClip();
subtxt = "";
Get_Bfoods();
Bfoods = true;
BigItem = false;
back_btn._visible = true;
}
};
subtxt = "\u9CE5\u306E\u30A8\u30B5\uFF1F\uFF1F";
}
};
} else {
snd_HikidasiClose.start(0, 1);
hikidasi12_mc.gotoAndStop(1);
this._x = 426;
this._y = 146;
getfood_btn.onRelease = null;
}
}
};
hikidasiS3_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if (hikidasi3_mc._visible == false) {
snd_HikidasiOpen.start(0, 1);
hikidasi12_mc.gotoAndStop(1);
hikidasiS1_btn._x = 426;
hikidasiS1_btn._y = 146;
getfood_btn.onRelease = null;
hikidasiS2_btn._x = 313;
hikidasiS2_btn._y = 183;
hikidasi3_mc._visible = true;
this._x = 224;
this._y = 333;
if (screwdriver) {
hikidasi3_mc.gotoAndStop(2);
getdriver_btn.onRelease = null;
} else {
hikidasi3_mc.gotoAndStop(1);
getdriver_btn.onRelease = function () {
if (screwdriver == false) {
snd_ItemBig.start(0, 1);
hikidasi3_mc.gotoAndStop(2);
BigItem = true;
back_btn._visible = false;
_root.attachMovie("bigitemDriver", "bigDriver_mc", 15);
_root.bigDriver_mc._x = 300;
_root.bigDriver_mc._y = 200;
_root.bigDriver_mc.onRelease = function () {
if (ItemCursor == false) {
bigDriver_mc.removeMovieClip();
subtxt = "";
Get_driver();
screwdriver = true;
BigItem = false;
back_btn._visible = true;
}
};
subtxt = "\u30C9\u30E9\u30A4\u30D0\u30FC\u3060\u3002";
}
};
}
} else {
snd_HikidasiClose.start(0, 1);
hikidasi3_mc._visible = false;
this._x = 179;
this._y = 226;
getdriver_btn.onRelease = null;
}
}
};
hikidasi3_mc.onRelease = function () {
if (ItemCursor) {
if (item_array[greemitemNum].item_name == "driver") {
subtxt = "\u3053\u3053\u3067\u306F\u4F7F\u3048\u306A\u3044\u3002";
} else if (item_array[greemitemNum].item_name == "acard") {
subtxt = "\u3053\u306E\u30AB\u30FC\u30C9\u306F\u6301\u3063\u3066\u3044\u305F\u65B9\u304C\u3044\u3044\u3060\u308D\u3046\u3002";
} else {
subtxt = "";
}
}
};
Frame 131
stop();
Frame 132
CurrentFName = null;
if (BfoodSet) {
if (macaw) {
if (macawKey) {
macawbar_mc.gotoAndPlay(65);
} else {
macawbar_mc.gotoAndPlay(5);
}
} else {
macawbar_mc.gotoAndStop(2);
}
} else {
macawbar_mc.gotoAndStop(1);
}
UPmoode = true;
UPUPmode = false;
back_btn.onRelease = function () {
if (ItemCursor == false) {
gotoAndPlay ("s1");
UPmoode = false;
}
};
upkey_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if (macaw) {
back_btn._x = 20;
back_btn._y = 293;
back_btn._rotation = 8;
back_btn._xscale = 100;
back_btn._yscale = -100;
if (macawKey) {
macawbar_mc.gotoAndStop(152);
UPUPmode = true;
} else {
macawbar_mc.gotoAndStop(151);
UPUPmode = true;
}
}
}
};
getkey_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if (UPUPmode) {
if (macawKey == false) {
macawbar_mc.gotoAndStop(152);
BigItem = true;
snd_ItemBig.start(0, 1);
back_btn._visible = false;
_root.attachMovie("bigitemKey", "bigKey_mc", 15);
_root.bigKey_mc._x = 300;
_root.bigKey_mc._y = 200;
_root.bigKey_mc.onRelease = function () {
if (ItemCursor == false) {
bigKey_mc.removeMovieClip();
subtxt = "";
Get_Key();
macawKey = true;
BigItem = false;
back_btn._visible = true;
}
};
subtxt = "\u9375\u3060\u3002\u3069\u3053\u306E\u3060\u308D\u3046\u2026\u2026\u3002";
}
}
}
};
bfood_btn.onRelease = function () {
if (ItemCursor && (BfoodSet == false)) {
if (item_array[greemitemNum].item_name == "Bfoods") {
macawbar_mc.gotoAndStop(2);
BfoodSet = true;
snd_EsaOn.start(0, 1);
if (tufukoOpen) {
sTimeMacaw = getTimer();
}
}
}
};
Frame 137
stop();
Frame 138
StepsMoode = true;
back_btn.onRelease = function () {
gotoAndPlay ("s1");
subtxt = "";
StepsMoode = false;
};
switch_btn.onRelease = function () {
if (chessboad_mc._currentframe == 1) {
snd_ChessSwitch.start(0, 1);
chessboad_mc.gotoAndStop(2);
play();
} else {
snd_ChessErroroff.start(0, 1);
chessboad_mc.gotoAndStop(1);
gotoAndStop ("chess");
}
};
stop();
Frame 145
function allstop() {
rd1_mc.gotoAndStop(1);
qe3_mc.gotoAndStop(1);
rf6_mc.gotoAndStop(1);
h2_mc.gotoAndStop(1);
kh1_mc.gotoAndStop(1);
}
snd_ChessKoma.start(0, 1);
base_btn.onRelease = function () {
snd_ChessErroroff.start(0, 1);
chessboad_mc.gotoAndStop(1);
gotoAndStop ("chess");
};
next_btn.onRelease = function () {
if (rd1_mc._currentframe != 1) {
snd_ChessKoma.start(0, 1);
play();
}
};
rd1_mc.gotoAndStop(1);
rd1_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (rd1_mc._currentframe == 1) {
allstop();
rd1_mc.gotoAndPlay(2);
} else {
rd1_mc.gotoAndStop(1);
}
};
qe3_mc.gotoAndStop(1);
qe3_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (qe3_mc._currentframe == 1) {
allstop();
qe3_mc.gotoAndPlay(2);
} else {
qe3_mc.gotoAndStop(1);
}
};
rf6_mc.gotoAndStop(1);
snd_ChessKoma.start(0, 1);
rf6_btn.onRelease = function () {
if (rf6_mc._currentframe == 1) {
allstop();
rf6_mc.gotoAndPlay(2);
} else {
rf6_mc.gotoAndStop(1);
}
};
h2_mc.gotoAndStop(1);
h2_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (h2_mc._currentframe == 1) {
allstop();
h2_mc.gotoAndPlay(2);
} else {
h2_mc.gotoAndStop(1);
}
};
kh1_mc.gotoAndStop(1);
kh1_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (kh1_mc._currentframe == 1) {
allstop();
kh1_mc.gotoAndPlay(2);
} else {
kh1_mc.gotoAndStop(1);
}
};
stop();
Frame 149
next_btn.onRelease = null;
rd1_mc.gotoAndStop(1);
rd1_btn.onRelease = null;
qe3_mc.gotoAndStop(1);
qe3_btn.onRelease = null;
rf6_mc.gotoAndStop(1);
rf6_btn.onRelease = null;
h2_mc.gotoAndStop(1);
h2_btn.onRelease = null;
kh1_mc.gotoAndStop(1);
kh1_btn.onRelease = null;
Frame 164
function allstop() {
rd1_mc.gotoAndStop(1);
qe3_mc.gotoAndStop(1);
rf6_mc.gotoAndStop(1);
h2_mc.gotoAndStop(1);
kh1_mc.gotoAndStop(1);
}
next_btn.onRelease = function () {
if (qe3_mc._currentframe != 1) {
snd_ChessKoma.start(0, 1);
play();
}
};
qe3_mc.gotoAndStop(1);
qe3_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (qe3_mc._currentframe == 1) {
allstop();
qe3_mc.gotoAndPlay(2);
} else {
qe3_mc.gotoAndStop(1);
}
};
rf6_mc.gotoAndStop(1);
rf6_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (rf6_mc._currentframe == 1) {
allstop();
rf6_mc.gotoAndPlay(2);
} else {
rf6_mc.gotoAndStop(1);
}
};
h2_mc.gotoAndStop(1);
h2_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (h2_mc._currentframe == 1) {
allstop();
h2_mc.gotoAndPlay(2);
} else {
h2_mc.gotoAndStop(1);
}
};
kh1_mc.gotoAndStop(1);
kh1_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (kh1_mc._currentframe == 1) {
allstop();
kh1_mc.gotoAndPlay(2);
} else {
kh1_mc.gotoAndStop(1);
}
};
stop();
Frame 165
next_btn.onRelease = null;
qe3_mc.gotoAndStop(1);
qe3_btn.onRelease = null;
rf6_mc.gotoAndStop(1);
rf6_btn.onRelease = null;
h2_mc.gotoAndStop(1);
h2_btn.onRelease = null;
kh1_mc.gotoAndStop(1);
kh1_btn.onRelease = null;
Frame 179
function allstop() {
qe3_mc.gotoAndStop(1);
rf6_mc.gotoAndStop(1);
h2_mc.gotoAndStop(1);
kh1_mc.gotoAndStop(1);
}
next_btn.onRelease = function () {
if (rf6_mc._currentframe != 1) {
snd_ChessKoma.start(0, 1);
play();
}
};
qe3_mc.gotoAndStop(1);
qe3_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (qe3_mc._currentframe == 1) {
allstop();
qe3_mc.gotoAndPlay(2);
} else {
qe3_mc.gotoAndStop(1);
}
};
rf6_mc.gotoAndStop(1);
rf6_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (rf6_mc._currentframe == 1) {
allstop();
rf6_mc.gotoAndPlay(2);
} else {
rf6_mc.gotoAndStop(1);
}
};
h2_mc.gotoAndStop(1);
h2_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (h2_mc._currentframe == 1) {
allstop();
h2_mc.gotoAndPlay(2);
} else {
h2_mc.gotoAndStop(1);
}
};
kh1_mc.gotoAndStop(1);
kh1_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (kh1_mc._currentframe == 1) {
allstop();
kh1_mc.gotoAndPlay(2);
} else {
kh1_mc.gotoAndStop(1);
}
};
stop();
Frame 180
next_btn.onRelease = null;
qe3_mc.gotoAndStop(1);
qe3_btn.onRelease = null;
rf6_mc.gotoAndStop(1);
rf6_btn.onRelease = null;
h2_mc.gotoAndStop(1);
h2_btn.onRelease = null;
kh1_mc.gotoAndStop(1);
kh1_btn.onRelease = null;
Frame 193
function allstop() {
qe3_mc.gotoAndStop(1);
h2_mc.gotoAndStop(1);
kh1_mc.gotoAndStop(1);
}
next_btn.onRelease = function () {
if (qe3_mc._currentframe != 1) {
snd_ChessKoma.start(0, 1);
play();
}
};
qe3_mc.gotoAndStop(1);
qe3_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (qe3_mc._currentframe == 1) {
allstop();
qe3_mc.gotoAndPlay(2);
} else {
qe3_mc.gotoAndStop(1);
}
};
h2_mc.gotoAndStop(1);
h2_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (h2_mc._currentframe == 1) {
allstop();
h2_mc.gotoAndPlay(2);
} else {
h2_mc.gotoAndStop(1);
}
};
kh1_mc.gotoAndStop(1);
kh1_btn.onRelease = function () {
snd_ChessKoma.start(0, 1);
if (kh1_mc._currentframe == 1) {
allstop();
kh1_mc.gotoAndPlay(2);
} else {
kh1_mc.gotoAndStop(1);
}
};
stop();
Frame 194
next_btn.onRelease = null;
qe3_mc.gotoAndStop(1);
qe3_btn.onRelease = null;
rf6_mc.gotoAndStop(1);
rf6_btn.onRelease = null;
h2_mc.gotoAndStop(1);
h2_btn.onRelease = null;
kh1_mc.gotoAndStop(1);
kh1_btn.onRelease = null;
Frame 209
switch_btn.onRelease = null;
base_btn.onRelease = null;
chessboad_mc.gotoAndStop(1);
Frame 256
stop();
Frame 258
CurrentFName = "e1";
if (steps == "E") {
eaststeps_mc._visible = true;
} else {
eaststeps_mc._visible = false;
}
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
but1_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("e4");
}
};
butR_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("s1");
}
};
butR_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
butR_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
butL_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("n1");
}
};
butL_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
butL_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but4_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("e3");
}
};
but5_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("e2");
}
};
Frame 262
stop();
Frame 263
CurrentFName = "e2";
siliconeB_btn.onRelease = null;
spoon_btn.onRelease = null;
edeskbut12.onRelease = null;
edeskbut22.onRelease = null;
edeskbut32.onRelease = null;
UPmoode = true;
back_btn.onRelease = function () {
if (ItemCursor == false) {
gotoAndPlay ("e1");
subtxt = "";
UPmoode = false;
}
};
siliconeB_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if (eastdesk_mc._currentframe == 5) {
BigItem = true;
snd_ItemBig.start(0, 1);
back_btn._visible = false;
_root.attachMovie("bigitemSiliconeB", "bigSiliconeB_mc", 15);
_root.bigSiliconeB_mc._x = 300;
_root.bigSiliconeB_mc._y = 200;
_root.bigSiliconeB_mc.onRelease = function () {
if (ItemCursor == false) {
bigSiliconeB_mc.removeMovieClip();
subtxt = "";
Get_SiliconeB();
siliconeB = true;
BigItem = false;
back_btn._visible = true;
}
};
subtxt = "SILICONE B ??\u2026\u2026\u3002";
eastdesk_mc.gotoAndStop(6);
}
}
};
spoon_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if (eastdesk_mc._currentframe == 3) {
BigItem = true;
snd_ItemBig.start(0, 1);
back_btn._visible = false;
_root.attachMovie("bigitemSpoon", "bigSpoon_mc", 15);
_root.bigSpoon_mc._x = 300;
_root.bigSpoon_mc._y = 200;
_root.bigSpoon_mc.onRelease = function () {
if (ItemCursor == false) {
bigSpoon_mc.removeMovieClip();
subtxt = "";
Get_Spoon();
spoon = true;
BigItem = false;
back_btn._visible = true;
}
};
subtxt = "\u30B9\u30D7\u30FC\u30F3\u3060\u3002";
eastdesk_mc.gotoAndStop(4);
}
}
};
edeskbut11_btn.onRelease = function () {
if (BigItem == false) {
if (ItemCursor) {
if (keyOpen == false) {
if (item_array[greemitemNum].item_name == "Key") {
snd_HikidasiKey.start(0, 1);
subtxt = "\u9375\u304C\u5408\u3063\u305F!";
keyOpen = true;
}
}
} else if (keyOpen) {
snd_HikidasiOpen.start(0, 1);
if (siliconeB) {
eastdesk_mc.gotoAndStop(6);
} else {
eastdesk_mc.gotoAndStop(5);
}
} else {
snd_HikidasiNoOpen.start(0, 1);
subtxt = "\u9375\u304C\u304B\u304B\u3063\u3066\u3044\u3066\u3001\u958B\u304B\u306A\u3044\u3002";
}
}
};
edeskbut21_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_HikidasiOpen.start(0, 1);
subtxt = "";
if (spoon) {
eastdesk_mc.gotoAndStop(4);
} else {
eastdesk_mc.gotoAndStop(3);
}
}
};
edeskbut31_btn.onRelease = function () {
subtxt = "";
if ((ItemCursor == false) && (BigItem == false)) {
snd_HikidasiOpen.start(0, 1);
eastdesk_mc.gotoAndStop(2);
}
};
edeskbut12_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if ((eastdesk_mc._currentframe == 5) || (eastdesk_mc._currentframe == 6)) {
snd_HikidasiClose.start(0, 1);
eastdesk_mc.gotoAndStop(1);
subtxt = "";
}
}
};
edeskbut22_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if ((eastdesk_mc._currentframe == 3) || (eastdesk_mc._currentframe == 4)) {
snd_HikidasiClose.start(0, 1);
eastdesk_mc.gotoAndStop(1);
subtxt = "";
}
}
};
edeskbut32_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if (eastdesk_mc._currentframe == 2) {
snd_HikidasiClose.start(0, 1);
eastdesk_mc.gotoAndStop(1);
subtxt = "";
}
}
};
Frame 267
stop();
Frame 268
CurrentFName = "e3";
subtxt = "";
if (Nagasikomi) {
nend_mc.gotoAndStop(2);
} else {
nend_mc.gotoAndStop(1);
}
UPmoode = true;
hand_btn.onRelease = null;
back_btn.onRelease = function () {
if (ItemCursor == false) {
gotoAndPlay ("e1");
subtxt = "";
UPmoode = false;
}
};
hand_btn.onRelease = function () {
subtxt = "";
if (ItemCursor) {
if ((Nagasikomi == false) && (Hand == false)) {
if (item_array[greemitemNum].item_name == "PcupS") {
nend_mc.gotoAndStop(2);
Nagasikomi = true;
snd_nend.start(0, 1);
subtxt = "\u30B7\u30EA\u30B3\u30F3\u30B4\u30E0\u3092\u6D41\u3057\u8FBC\u3093\u3067\u307F\u3060\u3002";
sTimeNend = getTimer();
}
}
} else if ((ItemCursor == false) && (BigItem == false)) {
if (Nagasikomi) {
if (Koka) {
if (Hand == false) {
BigItem = true;
snd_ItemBig.start(0, 1);
back_btn._visible = false;
_root.attachMovie("bigitemHand", "bigHand_mc", 15);
_root.bigHand_mc._x = 300;
_root.bigHand_mc._y = 200;
_root.bigHand_mc.onRelease = function () {
if (ItemCursor == false) {
bigHand_mc.removeMovieClip();
subtxt = "";
Get_Hand();
Hand = true;
BigItem = false;
back_btn._visible = true;
}
};
subtxt = "\u30B7\u30EA\u30B3\u30F3\u30B4\u30E0\u306E\u624B\u578B\u304C\u3067\u304D\u305F\u3002";
Nagasikomi = false;
nend_mc.gotoAndStop(1);
}
} else if (getTimer() > (sTimeNend + 10000)) {
Koka = true;
subtxt = "\u56FA\u307E\u3063\u305F\u3088\u3046\u3060\u305E!";
} else {
subtxt = "\u307E\u3060\u3001\u56FA\u307E\u3063\u3066\u3044\u306A\u3044\u3088\u3046\u3060\u3002";
}
}
}
};
Frame 272
stop();
Frame 273
CurrentFName = "e4";
UPmoode = true;
if (denti) {
denti_mc._visible = false;
}
back_btn.onRelease = function () {
if (ItemCursor == false) {
gotoAndPlay ("e1");
UPmoode = false;
}
};
memo_mc.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
BigItem = true;
snd_ItemBig.start(0, 1);
back_btn._visible = false;
_root.attachMovie("bigitemMemo", "bigMemo_mc", 15);
_root.bigMemo_mc._x = 300;
_root.bigMemo_mc._y = 200;
_root.bigMemo_mc.onRelease = function () {
if (ItemCursor == false) {
bigMemo_mc.removeMovieClip();
subtxt = "";
BigItem = false;
back_btn._visible = true;
}
};
subtxt = "\u4F55\u304B\u66F8\u3044\u3066\u3042\u308B\u3002\u3069\u3046\u3044\u3046\u610F\u5473\u3060\u308D\u3046\u2026\u2026\u3002";
}
};
denti_mc.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
if (denti == false) {
denti_mc._visible = false;
BigItem = true;
snd_ItemBig.start(0, 1);
back_btn._visible = false;
_root.attachMovie("bigitemDenti", "bigDenti_mc", 15);
_root.bigDenti_mc._x = 300;
_root.bigDenti_mc._y = 200;
_root.bigDenti_mc.onRelease = function () {
if (ItemCursor == false) {
bigDenti_mc.removeMovieClip();
subtxt = "";
Get_denti();
denti = true;
BigItem = false;
back_btn._visible = true;
}
};
subtxt = "\u4E7E\u96FB\u6C60\u3060\u3002";
}
}
};
Frame 277
stop();
Frame 278
CurrentFName = "n1";
if (tufukoOpen) {
cover_mc._alpha = 0;
}
if ((((macaw == false) && (tufukoOpen)) && (BfoodSet)) && (getTimer() > (sTimeMacaw + 10000))) {
snd_Macaw.start(0, 1);
macawflay_mc.gotoAndPlay(2);
StepsMoode = true;
macaw = true;
} else {
macawflay_mc.gotoAndStop(1);
_root.onEnterFrame = null;
}
cover_mc.onRelease = function () {
if ((BigItem == false) && (steps == "C")) {
gotoAndPlay ("n3");
}
};
if (steps == "W") {
steps_mc.gotoAndStop(1);
} else if (steps == "E") {
steps_mc.gotoAndStop(3);
} else if (steps == "C") {
steps_mc.gotoAndStop(2);
}
steps_mc.onRelease = function () {
if (BigItem == false) {
snd_HasigoOn.start(0, 1);
BigItem = true;
StepsMoode = ture;
steps_mc._visible = false;
_root.attachMovie("stepscursor_mc", "stepscursor_mc", _root.getNextHighestDepth());
stepscursor_mc._x = _xmouse;
stepscursor_mc._y = _ymouse;
Mouse.hide();
stepscursor_mc.onMouseUp = function () {
var stepx = _xmouse;
var stepy = _ymouse;
if ((((25 < stepx) && (stepx < 175)) && (200 < stepy)) && (stepy < 350)) {
stepscursor_mc.removeMovieClip();
steps = "W";
steps_mc.gotoAndStop(1);
steps_mc._visible = true;
BigItem = false;
StepsMoode = false;
Mouse.show();
snd_HasigoOff.start(0, 1);
} else if (((((220 < stepx) && (stepx < 370)) && (190 < stepy)) && (stepy < 340)) && (doorOpen == false)) {
stepscursor_mc.removeMovieClip();
steps = "C";
steps_mc.gotoAndStop(2);
steps_mc._visible = true;
BigItem = false;
StepsMoode = false;
Mouse.show();
snd_HasigoOff.start(0, 1);
} else if ((((410 < stepx) && (stepx < 510)) && (200 < stepy)) && (stepy < 350)) {
stepscursor_mc.removeMovieClip();
steps = "E";
steps_mc.gotoAndStop(3);
steps_mc._visible = true;
BigItem = false;
StepsMoode = false;
Mouse.show();
snd_HasigoOff.start(0, 1);
}
};
stepscursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
if (light) {
noright_mc._visible = true;
} else {
noright_mc._visible = false;
}
if (doorOpen) {
ndoor_mc.gotoAndStop(1);
} else {
ndoor_mc.gotoAndStop(6);
}
open_btn.onRelease = function () {
if (BigItem == false) {
if (steps != "C") {
snd_doorOpen.start(0, 1);
if (doorOpen) {
ndoor_mc.gotoAndPlay("close");
doorOpen = false;
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
} else {
ndoor_mc.gotoAndPlay("open");
doorOpen = true;
}
} else {
snd_LightSwitch.start(0, 1);
}
}
};
enter_btn.onRelease = function () {
if (BigItem == false) {
if (doorOpen) {
gotoAndPlay ("ds1");
dmoode = true;
}
}
};
enter_btn.onRollOver = function () {
if ((BigItem == false) && (doorOpen)) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
enter_btn.onRollOut = function () {
if ((BigItem == false) && (doorOpen)) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
but1_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("n2");
}
};
butR_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("e1");
}
};
butR_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
butR_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
butL_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("w1");
}
};
butL_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
butL_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 282
stop();
Frame 283
CurrentFName = "n2";
UPmoode = true;
if (ItemCursor == false) {
if (light) {
nolightup_mc._visible = true;
} else {
nolightup_mc._visible = false;
light_btn.onRelease = function () {
if (ItemCursor == false) {
play();
subtxt = "\u61D0\u4E2D\u96FB\u706F\u3060\u3002";
}
};
}
}
back_btn.onRelease = function () {
if (ItemCursor == false) {
gotoAndPlay ("n1");
UPmoode = false;
}
};
if (doorOpen) {
updoor_mc._visible = false;
} else {
updoor_mc._visible = true;
}
Frame 284
stop();
Frame 285
snd_ItemBig.start(0, 1);
light_btn.onRelease = function () {
if (ItemCursor == false) {
if (light == false) {
Get_light();
light = true;
gotoAndPlay ("n2");
subtxt = "";
}
}
};
Frame 287
stop();
Frame 288
function negiclear() {
if (ItemCursor) {
if (item_array[greemitemNum].item_name == "driver") {
if (this.negi) {
snd_Negi.start(0, 1);
this._alpha = 100;
hollcount++;
this.negi = false;
if (hollcount >= 4) {
tufukoup_mc.gotoAndStop(2);
tufukoOpen = true;
snd_TufukoOpen.start(0, 1);
if (BfoodSet) {
sTimeMacaw = getTimer();
}
}
}
}
}
}
if (tufukoOpen == false) {
var hollcount = 0;
holl1_mc.negi = true;
holl2_mc.negi = true;
holl3_mc.negi = true;
holl4_mc.negi = true;
}
UPmoode = true;
if (tufukoOpen) {
tufukoup_mc.gotoAndStop(2);
}
holl1_mc.onRelease = negiclear;
holl2_mc.onRelease = negiclear;
holl3_mc.onRelease = negiclear;
holl4_mc.onRelease = negiclear;
back_btn.onRelease = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
gotoAndPlay ("n1");
UPmoode = false;
}
};
back_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 180;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
back_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 293
stop();
Frame 294
CurrentFName = "w1";
if (siliconeA) {
if (Pcup) {
westscup_mc.gotoAndStop(4);
} else {
westscup_mc.gotoAndStop(2);
}
} else if (Pcup) {
westscup_mc.gotoAndStop(3);
} else {
westscup_mc.gotoAndStop(1);
}
if (steps == "W") {
weststeps_mc._visible = true;
} else {
weststeps_mc._visible = false;
}
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
but1_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("w2");
}
};
butR_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("n1");
}
};
butR_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = 90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
butR_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
butL_btn.onRelease = function () {
if (BigItem == false) {
gotoAndPlay ("s1");
}
};
butL_btn.onRollOver = function () {
if (BigItem == false) {
Mouse.hide();
cursor_mc._rotation = -90;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
butL_btn.onRollOut = function () {
if (BigItem == false) {
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
Frame 298
stop();
Frame 299
function outsiderelease() {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(1);
}
}
function perfectitems() {
if (((ninsyo_mc.acflgobj.text == "OK") && (ninsyo_mc.anumflgobj.text == "OK")) && (ninsyo_mc.aninflgobj.text == "OK")) {
gotoAndPlay ("exit");
UPmoode = false;
if (greemitemNum) {
item_array[greemitemNum].gotoAndStop(1);
useitem_mc.onMouseMove = null;
useitem_mc.removeMovieClip();
ItemCursor = false;
}
}
}
CurrentFName = "w2";
ninsyo_mc.acard = "";
ninsyo_mc.acflgobj.text = "";
ninsyo_mc.anumber = "";
ninsyo_mc.anumflgobj.text = "";
ninsyo_mc.aninsyo = "";
ninsyo_mc.aninflgobj.text = "";
objFormat = new TextFormat();
objFormat.color = 16711680 /* 0xFF0000 */;
UPmoode = true;
back_btn.onRelease = function () {
if (ItemCursor == false) {
gotoAndPlay ("w1");
subtxt = "";
UPmoode = false;
}
};
acard_btn.onRelease = function () {
if (ItemCursor) {
if (item_array[greemitemNum].item_name == "acard") {
snd_cardTrogh.start(0, 1);
ninsyo_mc.acard = "\u30A2\u30AF\u30BB\u30B9\u30AB\u30FC\u30C9";
ninsyo_mc.acflgobj.text = "OK";
snd_OK.start(0, 1);
perfectitems();
}
}
};
ninsyo_btn.onRelease = function () {
if (ItemCursor) {
if (item_array[greemitemNum].item_name == "Hand") {
snd_OK.start(0, 1);
ninsyo_mc.aninsyo = "\u6307\u7D0B\u8A8D\u8A3C";
ninsyo_mc.aninflgobj.text = "OK";
perfectitems();
}
} else if ((ItemCursor == false) && (BigItem == false)) {
snd_Error.start(0, 1);
ninsyo_mc.aninflgobj.text = "ERROR";
ninsyo_mc.aninflgobj.setTextFormat(objFormat);
ninsyo_mc.aninsyo = "\u6307\u7D0B\u8A8D\u8A3C";
updateAfterEvent();
}
};
enter_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_tenKey.start(0, 1);
if (ninsyo_mc.anumflg != "OK") {
if (ninsyo_mc.anumber == "35651877") {
snd_OK.start(0, 1);
ninsyo_mc.anumflg = "OK";
perfectitems();
} else {
snd_Error.start(0, 1);
ninsyo_mc.anumflgobj.text = "ERROR";
ninsyo_mc.anumflgobj.setTextFormat(objFormat);
ninsyo_mc.anumber = "";
updateAfterEvent();
}
}
ninsyo_mc.gotoAndStop(1);
}
};
enter_btn.onReleaseOutside = outsiderelease;
enter_btn.onPress = function () {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(12);
}
};
num0_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_tenKey.start(0, 1);
if (ninsyo_mc.anumflg != "OK") {
ninsyo_mc.anumber = ninsyo_mc.anumber + "0";
}
ninsyo_mc.gotoAndStop(1);
}
};
num0_btn.onReleaseOutside = outsiderelease;
num0_btn.onPress = function () {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(2);
}
};
num1_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_tenKey.start(0, 1);
if (ninsyo_mc.anumflg != "OK") {
ninsyo_mc.anumber = ninsyo_mc.anumber + "1";
}
ninsyo_mc.gotoAndStop(1);
}
};
num1_btn.onReleaseOutside = outsiderelease;
num1_btn.onPress = function () {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(3);
}
};
num2_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_tenKey.start(0, 1);
if (ninsyo_mc.anumflg != "OK") {
ninsyo_mc.anumber = ninsyo_mc.anumber + "2";
}
ninsyo_mc.gotoAndStop(1);
}
};
num2_btn.onReleaseOutside = outsiderelease;
num2_btn.onPress = function () {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(4);
}
};
num3_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_tenKey.start(0, 1);
if (ninsyo_mc.anumflg != "OK") {
ninsyo_mc.anumber = ninsyo_mc.anumber + "3";
}
ninsyo_mc.gotoAndStop(1);
}
};
num3_btn.onReleaseOutside = outsiderelease;
num3_btn.onPress = function () {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(5);
}
};
num4_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_tenKey.start(0, 1);
if (ninsyo_mc.anumflg != "OK") {
ninsyo_mc.anumber = ninsyo_mc.anumber + "4";
}
ninsyo_mc.gotoAndStop(1);
}
};
num4_btn.onReleaseOutside = outsiderelease;
num4_btn.onPress = function () {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(6);
}
};
num5_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_tenKey.start(0, 1);
if (ninsyo_mc.anumflg != "OK") {
ninsyo_mc.anumber = ninsyo_mc.anumber + "5";
}
ninsyo_mc.gotoAndStop(1);
}
};
num5_btn.onReleaseOutside = outsiderelease;
num5_btn.onPress = function () {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(7);
}
};
num6_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_tenKey.start(0, 1);
if (ninsyo_mc.anumflg != "OK") {
ninsyo_mc.anumber = ninsyo_mc.anumber + "6";
}
ninsyo_mc.gotoAndStop(1);
}
};
num6_btn.onReleaseOutside = outsiderelease;
num6_btn.onPress = function () {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(8);
}
};
num7_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_tenKey.start(0, 1);
if (ninsyo_mc.anumflg != "OK") {
ninsyo_mc.anumber = ninsyo_mc.anumber + "7";
}
ninsyo_mc.gotoAndStop(1);
}
};
num7_btn.onReleaseOutside = outsiderelease;
num7_btn.onPress = function () {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(9);
}
};
num8_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_tenKey.start(0, 1);
if (ninsyo_mc.anumflg != "OK") {
ninsyo_mc.anumber = ninsyo_mc.anumber + "8";
}
ninsyo_mc.gotoAndStop(1);
}
};
num8_btn.onReleaseOutside = outsiderelease;
num8_btn.onPress = function () {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(10);
}
};
num9_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
snd_tenKey.start(0, 1);
if (ninsyo_mc.anumflg != "OK") {
ninsyo_mc.anumber = ninsyo_mc.anumber + "9";
}
ninsyo_mc.gotoAndStop(1);
}
};
num9_btn.onReleaseOutside = outsiderelease;
num9_btn.onPress = function () {
if ((ItemCursor == false) && (BigItem == false)) {
ninsyo_mc.gotoAndStop(11);
}
};
Frame 303
stop();
Frame 331
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
end_btn.onRelease = function () {
if ((ItemCursor == false) && (BigItem == false)) {
i = 1;
while (i < item_array.length) {
item_array[i].removeMovieClip();
i++;
}
gotoAndPlay ("endstart");
cursor_mc.onMouseMove = null;
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
subtxt = "";
}
};
end_btn.onRollOver = function () {
if ((ItemCursor == false) && (BigItem == false)) {
Mouse.hide();
cursor_mc._rotation = 0;
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
};
end_btn.onRollOut = function () {
if ((ItemCursor == false) && (BigItem == false)) {
cursor_mc.onMouseMove = function () {
};
Mouse.show();
cursor_mc._x = -50;
cursor_mc._y = 400;
}
};
stop();
Frame 357
snd_Tema.setVolume(85);
snd_Tema.start(0, 999);
Frame 435
stop();
Symbol 33 MovieClip [item_denti] Frame 1
stop();
Symbol 33 MovieClip [item_denti] Frame 2
stop();
Symbol 36 MovieClip [item_lightnod] Frame 1
stop();
Symbol 36 MovieClip [item_lightnod] Frame 2
stop();
Symbol 39 MovieClip [item_key] Frame 1
stop();
Symbol 39 MovieClip [item_key] Frame 2
stop();
Symbol 42 MovieClip [item_PcupS] Frame 1
stop();
Symbol 42 MovieClip [item_PcupS] Frame 2
stop();
Symbol 45 MovieClip [item_pcup] Frame 1
stop();
Symbol 45 MovieClip [item_pcup] Frame 2
stop();
Symbol 48 MovieClip [item_Spoon] Frame 1
stop();
Symbol 48 MovieClip [item_Spoon] Frame 2
stop();
Symbol 51 MovieClip [item_SiliconeB] Frame 1
stop();
Symbol 51 MovieClip [item_SiliconeB] Frame 2
stop();
Symbol 54 MovieClip [item_Hand] Frame 1
stop();
Symbol 54 MovieClip [item_Hand] Frame 2
stop();
Symbol 57 MovieClip [item_bfoods] Frame 1
stop();
Symbol 57 MovieClip [item_bfoods] Frame 2
stop();
Symbol 60 MovieClip [item_siliconeA] Frame 1
stop();
Symbol 60 MovieClip [item_siliconeA] Frame 2
stop();
Symbol 63 MovieClip [item_driver] Frame 1
stop();
Symbol 63 MovieClip [item_driver] Frame 2
stop();
Symbol 66 MovieClip [item_acard] Frame 1
stop();
Symbol 66 MovieClip [item_acard] Frame 2
stop();
Symbol 69 MovieClip [item_light] Frame 1
stop();
Symbol 69 MovieClip [item_light] Frame 2
stop();
Instance of Symbol 131 MovieClip "bar_mc" in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = _root.lodedbytes;
}
Symbol 143 MovieClip Frame 11
gotoAndPlay (2);
Symbol 161 MovieClip Frame 1
skip_btn.onRelease = function () {
_root.play();
};
Symbol 161 MovieClip Frame 175
_root.play();
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
stop();
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 2
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
stop();
Symbol 203 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 2
stop();
Symbol 211 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 2
stop();
Symbol 211 MovieClip Frame 3
stop();
Symbol 211 MovieClip Frame 4
stop();
Symbol 250 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 2
stop();
Symbol 250 MovieClip Frame 3
stop();
Symbol 250 MovieClip Frame 4
stop();
Symbol 265 MovieClip Frame 1
Symbol 265 MovieClip Frame 67
gotoAndPlay (5);
Symbol 274 MovieClip Frame 1
stop();
Symbol 274 MovieClip Frame 3
stop();
Symbol 274 MovieClip Frame 5
stop();
Symbol 274 MovieClip Frame 7
stop();
Symbol 279 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 2
stop();
Symbol 285 MovieClip Frame 1
stop();
Symbol 285 MovieClip Frame 2
stop();
Symbol 285 MovieClip Frame 3
stop();
Symbol 285 MovieClip Frame 4
stop();
Symbol 331 MovieClip Frame 1
Symbol 331 MovieClip Frame 59
gotoAndPlay (5);
Symbol 331 MovieClip Frame 147
gotoAndPlay (65);
Symbol 331 MovieClip Frame 152
stop();
Symbol 340 MovieClip Frame 1
stop();
Symbol 340 MovieClip Frame 2
stop();
Symbol 352 MovieClip Frame 5
gotoAndPlay (2);
Symbol 354 MovieClip Frame 5
gotoAndPlay (2);
Symbol 356 MovieClip Frame 5
gotoAndPlay (2);
Symbol 358 MovieClip Frame 5
gotoAndPlay (2);
Symbol 360 MovieClip Frame 5
gotoAndPlay (2);
Symbol 382 MovieClip Frame 1
stop();
Symbol 382 MovieClip Frame 2
stop();
Symbol 382 MovieClip Frame 3
stop();
Symbol 382 MovieClip Frame 4
stop();
Symbol 382 MovieClip Frame 5
stop();
Symbol 382 MovieClip Frame 6
stop();
Symbol 403 MovieClip Frame 1
stop();
Symbol 403 MovieClip Frame 2
stop();
Symbol 433 MovieClip Frame 1
stop();
Symbol 433 MovieClip Frame 6
stop();
Symbol 433 MovieClip Frame 13
gotoAndStop (1);
Symbol 440 MovieClip Frame 1
stop();
Symbol 440 MovieClip Frame 2
stop();
Symbol 440 MovieClip Frame 3
stop();
Symbol 451 MovieClip Frame 14
_root.StepsMoode = false;
stop();
Symbol 462 MovieClip Frame 4
stop();
Symbol 462 MovieClip Frame 10
stop();
Symbol 467 MovieClip Frame 1
stop();
Symbol 467 MovieClip Frame 2
stop();
Symbol 480 MovieClip Frame 1
stop();
Symbol 480 MovieClip Frame 2
stop();
Symbol 480 MovieClip Frame 3
stop();
Symbol 480 MovieClip Frame 4
stop();
Symbol 511 MovieClip Frame 1
stop();
Symbol 511 MovieClip Frame 2
stop();
Symbol 511 MovieClip Frame 3
stop();
Symbol 511 MovieClip Frame 4
stop();
Symbol 511 MovieClip Frame 5
stop();
Symbol 511 MovieClip Frame 6
stop();
Symbol 511 MovieClip Frame 7
stop();
Symbol 511 MovieClip Frame 8
stop();
Symbol 511 MovieClip Frame 9
stop();
Symbol 511 MovieClip Frame 10
stop();
Symbol 511 MovieClip Frame 11
stop();
Symbol 511 MovieClip Frame 12
stop();