Frame 1
Stage.showMenu = false;
_global.percent;
Frame 3
loading = getBytesLoaded();
total = getBytesTotal();
percent = Math.floor((loading / total) * 100);
loadCar.per = percent + "%";
if (loading == total) {
gotoAndPlay (4);
} else {
gotoAndPlay(_currentframe - 1);
loadCar.gotoAndPlay(percent);
loadCar._x = 45.5 + (2.685 * percent);
}
Frame 4
opensu = 0;
stop();
Frame 5
stop();
opensu = 0;
Instance of Symbol 44 MovieClip "open4" in Frame 5
onClipEvent (enterFrame) {
if ((_root.opensu >= 5) && (_root.open3._alpha <= 0)) {
this._alpha = this._alpha - 2;
}
if (this._alpha <= 0) {
_root.gotoAndPlay("gameStart");
this._alpha = 0;
}
}
Instance of Symbol 49 MovieClip "open3" in Frame 5
onClipEvent (enterFrame) {
if ((_root.opensu >= 4) && (_root.open2._alpha <= 0)) {
this._alpha = this._alpha - 3;
}
if (this._alpha <= 0) {
this._alpha = 0;
}
}
Instance of Symbol 54 MovieClip "open2" in Frame 5
onClipEvent (enterFrame) {
if ((_root.opensu >= 3) && (_root.open1._alpha <= 0)) {
this._alpha = this._alpha - 3;
}
if (this._alpha <= 0) {
this._alpha = 0;
}
}
Instance of Symbol 59 MovieClip "open1" in Frame 5
onClipEvent (enterFrame) {
if ((_root.opensu >= 2) && (_root.open0._alpha <= 0)) {
this._alpha = this._alpha - 3;
}
if (this._alpha <= 0) {
this._alpha = 0;
}
}
Instance of Symbol 61 MovieClip "open0" in Frame 5
onClipEvent (enterFrame) {
if (_root.opensu >= 1) {
this._alpha = this._alpha - 3;
}
if (this._alpha <= 0) {
this._alpha = 0;
}
}
Frame 6
function display(a, b) {
i = 0;
i = 1;
while (i <= 14) {
_root[a + i]._visible = b;
i++;
}
}
function getitem(c, d) {
getback_btn._visible = true;
_root[c]._visible = true;
comment = d;
}
function dragFalse(e, f) {
if (_root["dragAns" + e] == f) {
_root["dragAns" + e] = false;
}
}
function iconOff(g, h) {
_root["icon" + g]._alpha = h;
_root["icon" + g].gotoAndStop(1);
choise = false;
}
display("icon", false);
display("item", false);
getback_btn._visible = false;
close_btn._visible = false;
aboutItem = false;
_global.itemNum = 0;
_global.card = false;
_global.choise = false;
_global.kouguCode = false;
_global.kinko_hantei = false;
_global.complate = false;
_global.checkBk = false;
_global.error = 0;
_global.memory = false;
stick_array = new Array();
gooCode = new Array();
gooCode[0] = {question:"Your #1 source for car infomation:", answer:"net", hint:"Goo-***"};
gooCode[1] = {question:"Your #1 source for motorcycle infomation", answer:"ike", hint:"GooB***.com"};
gooCode[2] = {question:"Your #1 source for cat parts infomation", answer:"rts", hint:"GooPa***.com"};
gooCode[3] = {question:"Your #1 source for imported car infomation", answer:"rld", hint:"GooWO***.jp"};
gooCode[4] = {question:"Your #1 source for school infomation", answer:"ool", hint:"VeeSCH***.com"};
gooCode[5] = {question:"Your #1 source for golf infomation", answer:"hot", hint:"TeeS***"};
gooCode[6] = {question:"Your #1 source for ski area infomation", answer:"now", hint:"POPS*** net"};
nowDate = new Date();
weekday = nowDate.getDay();
nums = new Array();
nums = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
_global.blackNum1 = nums.splice(Math.floor(Math.random() * nums.length), 1)[0];
_global.blackNum2 = nums.splice(Math.floor(Math.random() * nums.length), 1)[0];
_global.blackNum3 = nums.splice(Math.floor(Math.random() * nums.length), 1)[0];
Instance of Symbol 73 MovieClip "icon5" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 5)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon5._alpha == 100) {
_root.choise = 5;
this.gotoAndStop(2);
}
}
Instance of Symbol 75 MovieClip "icon10" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 10)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon10._alpha == 100) {
_root.choise = 10;
this.gotoAndStop(2);
}
}
Instance of Symbol 77 MovieClip "icon4" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 4)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon4._alpha == 100) {
_root.choise = 4;
this.gotoAndStop(2);
}
}
Instance of Symbol 79 MovieClip "icon3" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 3)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon3._alpha == 100) {
_root.choise = 3;
this.gotoAndStop(2);
}
}
Instance of Symbol 81 MovieClip "icon2" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 2)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon2._alpha == 100) {
_root.choise = 2;
this.gotoAndStop(2);
_root.item2.gotoAndStop(2);
_root.comment = "";
}
}
Instance of Symbol 83 MovieClip "icon1" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 1)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon1._alpha == 100) {
_root.choise = 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 85 MovieClip "icon6" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 6)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon6._alpha == 100) {
_root.choise = 6;
this.gotoAndStop(2);
}
}
Instance of Symbol 87 MovieClip "icon7" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 7)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon7._alpha == 100) {
_root.choise = 7;
this.gotoAndStop(2);
}
}
Instance of Symbol 89 MovieClip "icon8" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 8)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon8._alpha == 100) {
_root.choise = 8;
this.gotoAndStop(2);
}
}
Instance of Symbol 91 MovieClip "icon9" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 9)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon9._alpha == 100) {
_root.choise = 9;
this.gotoAndStop(2);
_root.item9.gotoAndStop(2);
_root.comment = "";
}
}
Instance of Symbol 93 MovieClip "icon14" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 14)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon14._alpha == 100) {
_root.choise = 14;
this.gotoAndStop(2);
}
}
Instance of Symbol 95 MovieClip "icon13" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 13)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon13._alpha == 100) {
_root.choise = 13;
this.gotoAndStop(2);
}
}
Instance of Symbol 97 MovieClip "icon12" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 12)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon12._alpha == 100) {
_root.choise = 12;
this.gotoAndStop(2);
}
}
Instance of Symbol 99 MovieClip "icon11" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 11)) {
this.gotoAndStop(1);
}
}
on (release) {
if (_root.icon11._alpha == 100) {
_root.choise = 11;
this.gotoAndStop(2);
}
}
Frame 7
stop();
navi.gotoAndStop("navi1");
Frame 17
stop();
navi.gotoAndStop("navi2");
Frame 31
stop();
navi.gotoAndStop("navi3");
Frame 41
stop();
navi.gotoAndStop("navi4");
Frame 51
stop();
navi.gotoAndStop("navi5");
Frame 61
stop();
navi.gotoAndStop("navi6");
Frame 71
stop();
navi.gotoAndStop("navi7");
Frame 81
stop();
navi.gotoAndStop("navi8");
Frame 91
stop();
navi.gotoAndStop("navi9");
Frame 100
gotoAndStop ("room1");
Frame 108
gotoAndStop ("room9");
Frame 118
gotoAndStop ("room8");
Frame 128
gotoAndStop ("room7");
Frame 138
gotoAndStop ("room6");
Frame 148
gotoAndStop ("room5");
Frame 158
gotoAndStop ("room4");
Frame 168
gotoAndStop ("room3");
Frame 185
gotoAndStop ("room2");
Frame 195
gotoAndStop ("room1");
Frame 209
if (kinko_hantei == true) {
kinkotxt.selectable = false;
kinko_answer = "OK";
} else {
kinkotxt.onSetFocus = function () {
kinko_answer = "";
};
}
if (icon10._visible == true) {
kinko_answer = "";
kinkotxt.selectable = false;
}
Frame 214
s = 0;
s = 1;
while (s <= 4) {
if (stick_array[s] == true) {
_root["bar" + s].gotoAndStop("complete");
_root["stick" + s]._y = 168.5 + (26.5 * (s - 1));
}
s++;
}
errorMc._visible = false;
okMc._visible = false;
if (icon7._alpha <= 20) {
okMc._visible = true;
}
Frame 215
navi2.gotoAndStop("loft4");
Frame 216
navi2.gotoAndStop("loft4");
Frame 217
navi2.gotoAndStop("loft4");
Frame 221
iconOff(5, 20);
choise = false;
Frame 223
koguNum1 = 0;
koguNum2 = 0;
koguNum3 = 0;
Frame 224
navi2.gotoAndStop("loft3");
Frame 225
navi2.gotoAndStop("loft3");
Frame 226
navi2.gotoAndStop("loft3");
Frame 227
navi2.gotoAndStop("loft2");
Frame 228
navi2.gotoAndStop("loft2");
Frame 229
navi2.gotoAndStop("loft2");
Frame 230
stop();
navi2.gotoAndStop("loft1");
Frame 231
stop();
navi2.gotoAndStop("loft1");
Frame 232
navi2.gotoAndStop("loft1");
Frame 243
if (icon13._visible == false) {
gotoAndStop ("right_stick");
} else {
gotoAndStop ("right");
}
Frame 253
gotoAndStop ("room2");
Frame 259
comment = "";
Frame 260
if ((memory == true) && (complate == false)) {
puzzle.gotoAndStop("card");
}
Instance of Symbol 643 MovieClip "puzzle" in Frame 260
/* no clip actions */
Frame 261
Frame 683
endBlack._alpha = 0;
stop();
Instance of Symbol 712 MovieClip "endBlack" in Frame 683
on (release) {
al = true;
}
onClipEvent (enterFrame) {
if (al == true) {
this._alpha = this._alpha + 3;
}
if (this._alpha >= 100) {
_root.nextFrame();
}
}
Instance of Symbol 712 MovieClip "endBlack2" in Frame 684
onClipEvent (enterFrame) {
this._alpha = this._alpha - 2;
if (this._alpha <= 0) {
this._alpha = 0;
}
}
Frame 690
getURL ("javascript:window.open('http://www.gotmail.jp/doc/fb_destino_e.html','','toolbar=no,scrollbars=no,width=680,height=400');void(0);");
stop();
Symbol 26 Button
on (release) {
gotoAndPlay (5);
}
Symbol 29 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 1
stop();
Symbol 63 Button
on (release) {
opensu++;
}
on (keyPress "<Tab>") {
comment = "";
}
Symbol 65 Button
on (release) {
if (itemNum == false) {
r = 0;
r = 1;
while (r <= 14) {
_root["item" + r]._visible = false;
r++;
}
if (!(choise === false)) {
aboutItem = true;
getback_btn._visible = true;
close_btn._visible = true;
_root["item" + choise]._visible = true;
comment = "";
}
}
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 70 Button
on (release, keyPress "<Tab>") {
comment = "";
}
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 2
stop();
Symbol 75 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 2
stop();
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 2
stop();
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 2
stop();
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 2
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 2
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 2
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 2
stop();
Symbol 89 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 2
stop();
Symbol 91 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 2
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 2
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
stop();
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 2
stop();
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 2
stop();
Symbol 102 Button
on (release) {
if (aboutItem == false) {
getback_btn._visible = false;
comment = "";
display("item", false);
_root["item" + itemNum].nextFrame();
_root["icon" + itemNum]._visible = true;
itemNum = false;
}
}
Symbol 109 Button
on (release) {
getback_btn._visible = false;
close_btn._visible = false;
choise = false;
r = 0;
r = 1;
while (r <= 14) {
_root["item" + r]._visible = false;
r++;
}
comment = "";
aboutItem = false;
}
Symbol 112 Button
on (release) {
nextFrame();
_root.comment = "Where can I use this?";
}
Symbol 117 Button
on (release) {
getURL ("JavaScript:window.open('http://www.goo-net.com');void(0);");
}
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 3
weekCode = _root.gooCode[_root.weekday].question;
weekhint = _root.gooCode[_root.weekday].hint;
_root.comment = "Is this any hint?";
Symbol 122 Button
on (release) {
nextFrame();
_root.comment = "Gee....There's something inside here I guess.";
}
Symbol 125 Button
on (release) {
if (_root.choise == 4) {
nextFrame();
_root.comment = "It's a key.";
} else {
_root.comment = "There's a big screw on the bottom.";
}
}
Symbol 128 Button
on (release) {
_root.getitem("item8", "It's a key.");
this._visible = false;
_root.choise = 8;
_root.icon8._visible = true;
_root.icon2._alpha = 20;
_root.icon4.gotoAndStop(1);
_root.icon4._alpha = 20;
}
Symbol 129 MovieClip Frame 1
stop();
Symbol 132 Button
on (release) {
_root.comment = "If I turn off the lights, will something appear on the wall?";
}
Symbol 133 MovieClip Frame 1
stop();
Symbol 136 Button
on (release) {
_root.comment = "It's a flat head screwdriver.";
}
Symbol 137 MovieClip Frame 1
stop();
Symbol 140 Button
on (release) {
_root.comment = "There's something on the bottom. The ash is covering it.";
}
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 3
kouguCode = Math.floor(Math.random() * 1000);
str = new String(kouguCode);
if (str.length < 3) {
kouguCode = 100;
}
kouguTxt = kouguCode;
stop();
Symbol 147 Button
on (release) {
_root.comment = "It's a memory card";
}
Symbol 148 MovieClip Frame 1
stop();
Symbol 151 Button
on (release) {
_root.comment = "This key could be used anywhere around here.";
}
Symbol 152 MovieClip Frame 1
stop();
Symbol 155 Button
on (release) {
_root.comment = "Where can I use this?";
}
Symbol 156 MovieClip Frame 1
stop();
Symbol 159 Button
on (release) {
nextFrame();
}
Symbol 162 Button
on (release) {
_root.comment = "Does it have any data ?";
}
Symbol 163 Button
on (release) {
_root.comment = "A memory card has popped out.";
nextFrame();
}
Symbol 166 Button
on (release) {
_root.getitem("item6", "I've picked up a memory card.");
this._visible = false;
_root.choise = 6;
_root.icon6._visible = true;
_root.icon9._alpha = 20;
_root.icon9.gotoAndStop(1);
}
Symbol 167 MovieClip Frame 1
stop();
Symbol 170 Button
on (release) {
_root.comment = "It's a car key.";
}
Symbol 171 MovieClip Frame 1
stop();
Symbol 174 Button
on (release) {
_root.comment = "How can I use it?";
}
Symbol 175 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 188 Button
on (release) {
comment = "";
gotoAndPlay(_currentframe + 1 +5);
}
Symbol 189 Button
on (release) {
comment = "";
gotoAndPlay ("return1");
}
Symbol 204 Button
on (release) {
comment = "";
gotoAndPlay ("return2");
}
Symbol 205 Button
on (release) {
comment = "";
gotoAndPlay(_currentframe + 1 +5);
}
Symbol 206 Button
on (release) {
comment = "";
gotoAndPlay ("loft_anime");
navi.gotoAndStop("navi0");
}
Symbol 235 Button
on (release) {
comment = "";
gotoAndPlay(_currentframe + 1 +5);
}
Symbol 236 Button
on (release) {
comment = "";
gotoAndPlay ("return3");
}
Symbol 237 Button
on (release) {
if (icon7._alpha <= 20) {
gotoAndStop ("fuga_door");
} else {
gotoAndStop ("fuga_laser");
}
}
Symbol 252 Button
on (release) {
comment = "Ok...so we exit here?";
}
Symbol 253 Button
on (release) {
comment = "";
gotoAndPlay(_currentframe + 1 +5);
}
Symbol 254 Button
on (release) {
comment = "";
gotoAndPlay ("return4");
}
Symbol 255 Button
on (release) {
gotoAndStop ("deguti");
comment = "";
}
Symbol 270 Button
on (release) {
comment = "";
gotoAndPlay ("return5");
}
Symbol 271 Button
on (release) {
if (icon11._visible == false) {
gotoAndStop ("clock_in");
} else {
gotoAndStop ("clock_empty");
}
}
Symbol 272 Button
on (release) {
gotoAndStop ("kinko");
}
Symbol 287 Button
on (release) {
comment = "";
gotoAndPlay ("return6");
}
Symbol 288 Button
on (release) {
if (item5._currentframe <= 2) {
gotoAndStop ("dust");
} else {
gotoAndStop ("dust_after");
}
}
Symbol 289 Button
on (release) {
if ((icon2._visible == false) && (item5._currentframe <= 2)) {
gotoAndStop ("pc_car");
} else if ((icon2._visible == false) && (item5._currentframe == 3)) {
gotoAndStop ("pc_carhai");
} else if ((icon2._visible == true) && (item5._currentframe <= 2)) {
gotoAndStop ("pc_empty");
} else {
gotoAndStop ("pc_hai");
}
}
Symbol 304 Button
on (release) {
comment = "";
gotoAndPlay ("return7");
}
Symbol 305 Button
on (release) {
if (icon1._visible == false) {
gotoAndStop ("book");
} else {
gotoAndStop ("book_after");
}
}
Symbol 320 Button
on (release) {
comment = "It's locked.";
}
Symbol 321 Button
on (release) {
comment = "";
gotoAndPlay(_currentframe + 1 +5);
}
Symbol 322 Button
on (release) {
comment = "";
gotoAndPlay ("return8");
}
Symbol 337 Button
on (release) {
comment = "";
gotoAndPlay ("return9");
}
Symbol 338 Button
on (release) {
if ((icon5._visible == false) && (icon14._visible == false)) {
gotoAndStop ("table");
} else if (icon5._visible == false) {
gotoAndStop ("table_haizara");
} else if (icon14._visible == false) {
gotoAndStop ("table_stick");
} else {
gotoAndStop ("table_empty");
}
}
Symbol 353 Button
on (release) {
comment = "";
gotoAndStop ("room7");
}
Symbol 356 Button
on (release) {
getitem("item1", "This magazine is great! Lots of information. I always buy it.");
gotoAndStop ("book_after");
itemNum = 1;
}
Symbol 359 Button
on (release) {
comment = "";
gotoAndStop ("room5");
}
Symbol 360 Button
on (release) {
gotoAndStop ("clock_out");
comment = "Oops!";
}
Symbol 363 Button
on (release) {
getitem("item11", "");
itemNum = 11;
gotoAndStop ("clock_empty");
}
Symbol 368 Button
on (release) {
comment = "";
gotoAndStop ("room6");
}
Symbol 369 Button
on (release) {
if (choise == 5) {
gotoAndStop ("dust_after");
item5.gotoAndStop(3);
choise = false;
} else {
comment = "It's a trash can.";
}
}
Symbol 372 Button
on (release) {
comment = "It's cigarette ash.";
}
Symbol 375 Button
on (release) {
comment = "";
gotoAndStop ("room3");
}
Symbol 376 Button
on (release) {
gotoAndStop ("key_up");
}
Symbol 379 Button
on (release) {
if (choise == 10) {
gotoAndPlay (261);
}
}
Symbol 382 Button
on (release) {
comment = "It's a security sensor. We can't get any closer.";
}
Symbol 385 Button
on (release) {
comment = "";
gotoAndStop ("kinko_key");
}
Symbol 390 Button
on (release) {
getitem("item10", "It's a car key.");
gotoAndStop ("kinko_empty");
itemNum = 10;
choise = false;
iconOff(1, 20);
iconOff(8, 20);
}
Symbol 395 Button
on (release) {
comment = "";
kinko_answer = "";
gotoAndStop ("kinko");
}
Symbol 396 Button
on (release) {
comment = "";
if ((choise == 8) && (kinko_hantei == true)) {
gotoAndStop ("kinko_open");
comment = "";
} else if (icon10._visible == true) {
comment = "";
} else if (kinko_hantei == false) {
comment = "We need the password.";
}
}
Symbol 399 Button
on (release) {
comment = "";
if (kinkotxt.selectable == true) {
tmp_str = new String(kinko_answer);
if (gooCode[weekday].answer == tmp_str.toLowerCase()) {
kinko_hantei = true;
kinko_answer = "OK";
kinkotxt.selectable = false;
} else {
kinko_answer = "DENIED";
}
}
}
Symbol 402 Button
on (release) {
comment = "";
gotoAndStop ("room9");
}
Symbol 405 Button
on (release) {
comment = "It's an ash tray.";
}
Symbol 406 Button
on (release) {
getitem("item5", "It's an ash tray.");
gotoAndStop ("table_empty");
itemNum = 5;
}
Symbol 409 Button
on (release) {
getitem("item14", "");
gotoAndStop ("table_haizara");
itemNum = 14;
}
Symbol 410 Button
on (release) {
getitem("item5", "It's an ash tray.");
gotoAndStop ("table_stick");
itemNum = 5;
}
Symbol 413 Button
on (release) {
getitem("item14", "");
gotoAndStop ("table_empty");
itemNum = 14;
}
Symbol 417 Button
on (release) {
comment = "Very strong lock....";
}
Symbol 418 Button
on (release) {
comment = "";
gotoAndStop ("room4");
}
Symbol 421 MovieClip Frame 1
stop();
Symbol 421 MovieClip Frame 5
stop();
Symbol 422 Button
on (release) {
if (choise == 11) {
choise = false;
iconOff(11, 30);
stick1._y = 168.5;
stick_array[1] = true;
bar1.gotoAndPlay("kaijyo");
errorMc._visible = false;
comment = "";
}
}
Symbol 435 Button
on (release) {
if (choise == 12) {
choise = false;
iconOff(12, 20);
stick2._y = 195;
stick_array[2] = true;
bar2.gotoAndPlay("kaijyo");
errorMc._visible = false;
comment = "";
}
}
Symbol 436 Button
on (release) {
if (choise == 13) {
choise = false;
iconOff(13, 15);
stick3._y = 221.5;
stick_array[3] = true;
bar3.gotoAndPlay("kaijyo");
errorMc._visible = false;
comment = "";
}
}
Symbol 437 Button
on (release) {
if (choise == 14) {
choise = false;
iconOff(14, 30);
stick4._y = 248;
stick_array[4] = true;
bar4.gotoAndPlay("kaijyo");
errorMc._visible = false;
comment = "";
}
}
Symbol 438 Button
on (release) {
if (((((choise == 7) && (icon11._alpha <= 30)) && (icon12._alpha <= 30)) && (icon13._alpha <= 30)) && (icon14._alpha <= 30)) {
comment = "Bingo! ";
okMc._visible = true;
errorMc._visible = false;
iconOff(7, 20);
} else if (choise == 7) {
errorMc._visible = true;
comment = "Nothing's happening.";
} else if ((choise == 8) || (choise == 10)) {
comment = "This is the wrong key.";
} else if ((((icon11._alpha <= 30) || (icon12._alpha <= 30)) || (icon13._alpha <= 30)) || (icon14._alpha <= 30)) {
comment = "We need something....";
}
if (icon7._alpha <= 20) {
comment = "Bingo! ";
}
}
Symbol 446 Button
on (release) {
comment = "";
if (icon9._visible == false) {
gotoAndStop ("left_keitai");
} else {
gotoAndStop ("left");
}
}
Symbol 447 Button
on (release) {
comment = "";
gotoAndStop ("kougu");
}
Symbol 448 Button
on (release) {
comment = "";
if (icon3._visible == false) {
gotoAndStop ("cabinet_light");
} else {
gotoAndStop ("cabinet_empty");
}
}
Symbol 451 Button
on (release) {
comment = "";
gotoAndStop ("cabinet");
}
Symbol 454 Button
on (release) {
getitem("item3", "I've picked up a blacklight lamp.");
gotoAndStop ("cabinet_empty");
itemNum = 3;
}
Symbol 457 Button
on (release) {
comment = "";
gotoAndStop ("kougu");
}
Symbol 458 Button
on (release) {
getitem("item4", "I've picked up a flat head screwdriver.");
gotoAndStop ("kougu_empty");
itemNum = 4;
}
Symbol 461 Button
on (release) {
getitem("item12", "");
gotoAndStop ("kougu_empty");
itemNum = 12;
}
Symbol 464 Button
on (release) {
getitem("item12", "");
gotoAndStop ("kougu_driver");
itemNum = 12;
}
Symbol 465 Button
on (release) {
getitem("item4", "I've picked up a flat head screwdriver.");
gotoAndStop ("kougu_stick");
itemNum = 4;
}
Symbol 468 Button
on (release) {
comment = "There's nothing here.";
}
Symbol 471 Button
on (release) {
comment = "It's a tool box.";
}
Symbol 472 Button
on (release) {
comment = "";
gotoAndStop ("cabinet");
}
Symbol 473 Button
on (release) {
comment = "";
gotoAndStop ("kougu_key");
}
Symbol 476 Button
on (release) {
comment = "";
if ((((koguNum1 * 100) + (koguNum2 * 10)) + koguNum3) == item5.kouguCode) {
if ((icon4._visible == false) && (icon12._visible == false)) {
gotoAndStop ("kougu_open");
} else if (icon4._visible == false) {
gotoAndStop ("kougu_driver");
} else if (icon12._visible == false) {
gotoAndStop ("kougu_stick");
} else {
gotoAndStop ("kougu_empty");
}
} else {
koguNum1 = 0;
koguNum2 = 0;
koguNum3 = 0;
}
}
Symbol 477 Button
on (release) {
koguNum1++;
if (koguNum1 == 10) {
koguNum1 = 0;
}
}
Symbol 478 Button
on (release) {
koguNum2++;
if (koguNum2 == 10) {
koguNum2 = 0;
}
}
Symbol 479 Button
on (release) {
koguNum3++;
if (koguNum3 == 10) {
koguNum3 = 0;
}
}
Symbol 485 Button
on (release) {
comment = "";
gotoAndStop ("center");
}
Symbol 488 Button
on (release) {
comment = "";
gotoAndStop ("center_keitai");
}
Symbol 489 Button
on (release) {
getitem("item9", "I've picked up a cellphone.");
gotoAndStop ("left");
itemNum = 9;
}
Symbol 492 Button
on (release) {
comment = "";
gotoAndStop ("center_night");
choise = false;
}
Symbol 523 Button
on (release) {
if (choise == 3) {
_root["black" + blackNum1]._x = 278;
_root["black" + blackNum2]._x = 328;
_root["black" + blackNum3]._x = 378;
comment = "A sign has appeared.";
checkBk = true;
} else {
comment = "I can't see because it's too dark.";
}
}
Symbol 526 Button
on (release) {
gotoAndPlay ("step_down");
navi2.gotoAndStop("loft0");
comment = "";
}
Symbol 527 Button
on (release) {
comment = "";
if (icon9._visible == false) {
gotoAndStop ("center_keitai");
} else {
gotoAndStop ("center");
}
}
Symbol 528 Button
on (release) {
gotoAndStop ("right_night");
comment = "";
}
Symbol 531 Button
on (release) {
gotoAndPlay ("step_down");
navi2.gotoAndStop("loft0");
comment = "";
}
Symbol 532 Button
on (release) {
getitem("item13", "");
gotoAndStop ("right");
itemNum = 13;
}
Symbol 535 Button
on (release) {
comment = "I can't go down the stairs because it's too dark.";
}
Symbol 536 Button
on (release) {
comment = "";
gotoAndStop ("center_night");
}
Symbol 537 Button
on (release) {
if (icon13._visible == false) {
gotoAndStop ("right_stick");
} else {
gotoAndStop ("right");
}
comment = "";
}
Symbol 540 Button
on (release) {
comment = "";
gotoAndStop ("left");
}
Symbol 541 Button
on (release) {
comment = "";
if (icon13._visible == false) {
gotoAndStop ("right_stick");
} else {
gotoAndStop ("right");
}
}
Symbol 544 Button
on (release) {
comment = "";
gotoAndStop ("left_keitai");
}
Symbol 545 Button
on (release) {
getitem("item9", "I've picked up a cellphone.");
gotoAndStop ("center");
itemNum = 9;
}
Symbol 548 Button
on (release) {
comment = "I can't see because it's too dark.";
}
Symbol 549 Button
on (release) {
comment = "";
gotoAndStop ("left_night");
}
Symbol 550 Button
on (release) {
comment = "";
gotoAndStop ("right_night");
}
Symbol 565 Button
on (release) {
getitem("item2", "It's a good toy car. ");
gotoAndStop ("pc_empty");
itemNum = 2;
}
Symbol 566 Button
on (release) {
comment = "";
if (memory == false) {
gotoAndStop ("pc_up");
} else {
gotoAndStop ("pc_memory");
}
}
Symbol 569 Button
on (release) {
comment = "";
if (memory == false) {
gotoAndStop ("pc_up");
} else {
gotoAndStop ("pc_memory");
}
}
Symbol 572 Button
on (release) {
getitem("item2", "It's a good toy car. ");
gotoAndStop ("pc_hai");
itemNum = 2;
}
Symbol 577 Button
on (release) {
comment = "";
if ((icon2._visible == false) && (item5._currentframe <= 2)) {
gotoAndStop ("pc_car");
} else if ((icon2._visible == false) && (item5._currentframe == 3)) {
gotoAndStop ("pc_carhai");
} else if ((icon2._visible == true) && (item5._currentframe <= 2)) {
gotoAndStop ("pc_empty");
} else {
gotoAndStop ("pc_hai");
}
}
Symbol 578 Button
on (release) {
comment = "";
gotoAndStop ("pc_enter");
}
Symbol 579 Button
on (release) {
if (choise == 6) {
gotoAndStop ("pc_memory");
memory = true;
choise = false;
iconOff(6, 20);
} else {
comment = "It's a card reader.";
}
}
Symbol 582 Button
on (release) {
memory = false;
if (complate == true) {
getitem("item7", "");
gotoAndStop ("pc_up");
itemNum = 7;
iconOff(6, 20);
iconOff(3, 30);
} else {
icon6._alpha = 100;
gotoAndStop ("pc_up");
}
}
Symbol 588 Button
on (release) {
if (_root.memory == true) {
_root.gotoAndStop("pc_memory");
_root.comment = "\u30E1\u30E2\u30EA\u30FC\u30AB\u30FC\u30C9\u304C\u523A\u3055\u3063\u305F\u307E\u307E\u3060";
} else {
_root.gotoAndStop("pc_up");
_root.comment = "";
}
}
Symbol 598 Button
on (release) {
if (exit_bar._x <= 4) {
exit_bar._x = 344;
} else if (exit_bar._x >= 343) {
exit_bar._x = 3;
}
}
Symbol 603 Button
on (release) {
gotoAndPlay ("reset");
}
Symbol 611 Button
on (release) {
gotoAndPlay ("reset");
pcDec = "";
}
Symbol 613 Button
on (release) {
if ((((blackNum1 == _root.dragAns1) && (blackNum2 == _root.dragAns2)) && (blackNum3 == _root.dragAns3)) && (_root.checkBk == true)) {
pcDec = "O K";
gotoAndPlay ("ok");
} else {
pcDec = "Failed";
error++;
if (error == 3) {
gotoAndStop ("pc_empty");
error = 0;
_root.comment = "I can't do that. Is there a hint inside this room?";
}
}
}
Symbol 643 MovieClip Frame 1
stop();
Symbol 643 MovieClip Frame 2
stop();
error = 0;
_root.comment = "Oh,this is a key generator.";
Instance of Symbol 602 MovieClip in Symbol 643 MovieClip Frame 2
onClipEvent (enterFrame) {
kidou++;
if (kidou >= 90) {
nextFrame();
} else {
this.stop();
}
}
Symbol 643 MovieClip Frame 3
_root.comment = "";
Symbol 643 MovieClip Frame 4
stop();
_root.dragAns1 = false;
_root.dragAns2 = false;
_root.dragAns3 = false;
Instance of Symbol 616 MovieClip "planet1" in Symbol 643 MovieClip Frame 4
on (press) {
this.startDrag(false, 190, 40, 390, 190);
oldX = 190.7;
oldY = 39.5;
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == _parent.answer1._target) {
if (_root.dragAns1 == false) {
_x = _parent.answer1._x;
_y = _parent.answer1._y;
eval (_droptarget).dropYou1(1);
} else {
_root.dragFalse(1, 1);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 1);
_root.dragFalse(2, 1);
} else if (_droptarget == _parent.answer2._target) {
if (_root.dragAns2 == false) {
_x = _parent.answer2._x;
_y = _parent.answer2._y;
eval (_droptarget).dropYou2(1);
} else {
_root.dragFalse(2, 1);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 1);
_root.dragFalse(1, 1);
} else if (_droptarget == _parent.answer3._target) {
if (_root.dragAns3 == false) {
_x = _parent.answer3._x;
_y = _parent.answer3._y;
eval (_droptarget).dropYou3(1);
} else {
_root.dragFalse(3, 1);
_x = oldX;
_y = oldY;
}
_root.dragFalse(2, 1);
_root.dragFalse(1, 1);
} else {
_root.dragFalse(3, 1);
_root.dragFalse(1, 1);
_root.dragFalse(2, 1);
_x = oldX;
_y = oldY;
}
}
Instance of Symbol 618 MovieClip "planet2" in Symbol 643 MovieClip Frame 4
on (press) {
this.startDrag(false, 190, 40, 390, 190);
oldX = 240.1;
oldY = 39.5;
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == _parent.answer1._target) {
if (_root.dragAns1 == false) {
_x = _parent.answer1._x;
_y = _parent.answer1._y;
eval (_droptarget).dropYou1(2);
} else {
_root.dragFalse(1, 2);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 2);
_root.dragFalse(2, 2);
} else if (_droptarget == _parent.answer2._target) {
if (_root.dragAns2 == false) {
_x = _parent.answer2._x;
_y = _parent.answer2._y;
eval (_droptarget).dropYou2(2);
} else {
_root.dragFalse(2, 2);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 2);
_root.dragFalse(1, 2);
} else if (_droptarget == _parent.answer3._target) {
if (_root.dragAns3 == false) {
_x = _parent.answer3._x;
_y = _parent.answer3._y;
eval (_droptarget).dropYou3(2);
} else {
_root.dragFalse(3, 2);
_x = oldX;
_y = oldY;
}
_root.dragFalse(2, 2);
_root.dragFalse(1, 2);
} else {
_root.dragFalse(3, 2);
_root.dragFalse(1, 2);
_root.dragFalse(2, 2);
_x = oldX;
_y = oldY;
}
}
Instance of Symbol 620 MovieClip "planet3" in Symbol 643 MovieClip Frame 4
on (press) {
this.startDrag(false, 190, 40, 390, 190);
oldX = 289.4;
oldY = 39.5;
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == _parent.answer1._target) {
if (_root.dragAns1 == false) {
_x = _parent.answer1._x;
_y = _parent.answer1._y;
eval (_droptarget).dropYou1(3);
} else {
_root.dragFalse(1, 3);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 3);
_root.dragFalse(2, 3);
} else if (_droptarget == _parent.answer2._target) {
if (_root.dragAns2 == false) {
_x = _parent.answer2._x;
_y = _parent.answer2._y;
eval (_droptarget).dropYou2(3);
} else {
_root.dragFalse(2, 3);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 3);
_root.dragFalse(1, 3);
} else if (_droptarget == _parent.answer3._target) {
if (_root.dragAns3 == false) {
_x = _parent.answer3._x;
_y = _parent.answer3._y;
eval (_droptarget).dropYou3(3);
} else {
_root.dragFalse(3, 3);
_x = oldX;
_y = oldY;
}
_root.dragFalse(2, 3);
_root.dragFalse(1, 3);
} else {
_root.dragFalse(3, 3);
_root.dragFalse(1, 3);
_root.dragFalse(2, 3);
_x = oldX;
_y = oldY;
}
}
Instance of Symbol 622 MovieClip "planet4" in Symbol 643 MovieClip Frame 4
on (press) {
this.startDrag(false, 190, 40, 390, 190);
oldX = 338.7;
oldY = 39.5;
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == _parent.answer1._target) {
if (_root.dragAns1 == false) {
_x = _parent.answer1._x;
_y = _parent.answer1._y;
eval (_droptarget).dropYou1(4);
} else {
_root.dragFalse(1, 4);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 4);
_root.dragFalse(2, 4);
} else if (_droptarget == _parent.answer2._target) {
if (_root.dragAns2 == false) {
_x = _parent.answer2._x;
_y = _parent.answer2._y;
eval (_droptarget).dropYou2(4);
} else {
_root.dragFalse(2, 4);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 4);
_root.dragFalse(1, 4);
} else if (_droptarget == _parent.answer3._target) {
if (_root.dragAns3 == false) {
_x = _parent.answer3._x;
_y = _parent.answer3._y;
eval (_droptarget).dropYou3(4);
} else {
_root.dragFalse(3, 4);
_x = oldX;
_y = oldY;
}
_root.dragFalse(2, 4);
_root.dragFalse(1, 4);
} else {
_root.dragFalse(3, 4);
_root.dragFalse(1, 4);
_root.dragFalse(2, 4);
_x = oldX;
_y = oldY;
}
}
Instance of Symbol 624 MovieClip "planet5" in Symbol 643 MovieClip Frame 4
on (press) {
this.startDrag(false, 190, 40, 390, 190);
oldX = 388.1;
oldY = 39.5;
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == _parent.answer1._target) {
if (_root.dragAns1 == false) {
_x = _parent.answer1._x;
_y = _parent.answer1._y;
eval (_droptarget).dropYou1(5);
} else {
_root.dragFalse(1, 5);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 5);
_root.dragFalse(2, 5);
} else if (_droptarget == _parent.answer2._target) {
if (_root.dragAns2 == false) {
_x = _parent.answer2._x;
_y = _parent.answer2._y;
eval (_droptarget).dropYou2(5);
} else {
_root.dragFalse(2, 5);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 5);
_root.dragFalse(1, 5);
} else if (_droptarget == _parent.answer3._target) {
if (_root.dragAns3 == false) {
_x = _parent.answer3._x;
_y = _parent.answer3._y;
eval (_droptarget).dropYou3(5);
} else {
_root.dragFalse(3, 5);
_x = oldX;
_y = oldY;
}
_root.dragFalse(2, 5);
_root.dragFalse(1, 5);
} else {
_root.dragFalse(3, 5);
_root.dragFalse(1, 5);
_root.dragFalse(2, 5);
_x = oldX;
_y = oldY;
}
}
Instance of Symbol 626 MovieClip "planet6" in Symbol 643 MovieClip Frame 4
on (press) {
this.startDrag(false, 190, 40, 390, 190);
oldX = 190.7;
oldY = 91;
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == _parent.answer1._target) {
if (_root.dragAns1 == false) {
_x = _parent.answer1._x;
_y = _parent.answer1._y;
eval (_droptarget).dropYou1(6);
} else {
_root.dragFalse(1, 6);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 6);
_root.dragFalse(2, 6);
} else if (_droptarget == _parent.answer2._target) {
if (_root.dragAns2 == false) {
_x = _parent.answer2._x;
_y = _parent.answer2._y;
eval (_droptarget).dropYou2(6);
} else {
_root.dragFalse(2, 6);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 6);
_root.dragFalse(1, 6);
} else if (_droptarget == _parent.answer3._target) {
if (_root.dragAns3 == false) {
_x = _parent.answer3._x;
_y = _parent.answer3._y;
eval (_droptarget).dropYou3(6);
} else {
_root.dragFalse(3, 6);
_x = oldX;
_y = oldY;
}
_root.dragFalse(2, 6);
_root.dragFalse(1, 6);
} else {
_root.dragFalse(3, 6);
_root.dragFalse(1, 6);
_root.dragFalse(2, 6);
_x = oldX;
_y = oldY;
}
}
Instance of Symbol 628 MovieClip "planet7" in Symbol 643 MovieClip Frame 4
on (press) {
this.startDrag(false, 190, 40, 390, 190);
oldX = 240;
oldY = 91;
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == _parent.answer1._target) {
if (_root.dragAns1 == false) {
_x = _parent.answer1._x;
_y = _parent.answer1._y;
eval (_droptarget).dropYou1(7);
} else {
_root.dragFalse(1, 7);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 7);
_root.dragFalse(2, 7);
} else if (_droptarget == _parent.answer2._target) {
if (_root.dragAns2 == false) {
_x = _parent.answer2._x;
_y = _parent.answer2._y;
eval (_droptarget).dropYou2(7);
} else {
_root.dragFalse(2, 7);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 7);
_root.dragFalse(1, 7);
} else if (_droptarget == _parent.answer3._target) {
if (_root.dragAns3 == false) {
_x = _parent.answer3._x;
_y = _parent.answer3._y;
eval (_droptarget).dropYou3(7);
} else {
_root.dragFalse(3, 7);
_x = oldX;
_y = oldY;
}
_root.dragFalse(2, 7);
_root.dragFalse(1, 7);
} else {
_root.dragFalse(3, 7);
_root.dragFalse(1, 7);
_root.dragFalse(2, 7);
_x = oldX;
_y = oldY;
}
}
Instance of Symbol 630 MovieClip "planet8" in Symbol 643 MovieClip Frame 4
on (press) {
this.startDrag(false, 190, 40, 390, 190);
oldX = 289.4;
oldY = 91;
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == _parent.answer1._target) {
if (_root.dragAns1 == false) {
_x = _parent.answer1._x;
_y = _parent.answer1._y;
eval (_droptarget).dropYou1(8);
} else {
_root.dragFalse(1, 8);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 8);
_root.dragFalse(2, 8);
} else if (_droptarget == _parent.answer2._target) {
if (_root.dragAns2 == false) {
_x = _parent.answer2._x;
_y = _parent.answer2._y;
eval (_droptarget).dropYou2(8);
} else {
_root.dragFalse(2, 8);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 8);
_root.dragFalse(1, 8);
} else if (_droptarget == _parent.answer3._target) {
if (_root.dragAns3 == false) {
_x = _parent.answer3._x;
_y = _parent.answer3._y;
eval (_droptarget).dropYou3(8);
} else {
_root.dragFalse(3, 8);
_x = oldX;
_y = oldY;
}
_root.dragFalse(2, 8);
_root.dragFalse(1, 8);
} else {
_root.dragFalse(3, 8);
_root.dragFalse(1, 8);
_root.dragFalse(2, 8);
_x = oldX;
_y = oldY;
}
}
Instance of Symbol 632 MovieClip "planet9" in Symbol 643 MovieClip Frame 4
on (press) {
this.startDrag(false, 190, 40, 390, 190);
oldX = 338.7;
oldY = 91;
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == _parent.answer1._target) {
if (_root.dragAns1 == false) {
_x = _parent.answer1._x;
_y = _parent.answer1._y;
eval (_droptarget).dropYou1(9);
} else {
_root.dragFalse(1, 9);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 9);
_root.dragFalse(2, 9);
} else if (_droptarget == _parent.answer2._target) {
if (_root.dragAns2 == false) {
_x = _parent.answer2._x;
_y = _parent.answer2._y;
eval (_droptarget).dropYou2(9);
} else {
_root.dragFalse(2, 9);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 9);
_root.dragFalse(1, 9);
} else if (_droptarget == _parent.answer3._target) {
if (_root.dragAns3 == false) {
_x = _parent.answer3._x;
_y = _parent.answer3._y;
eval (_droptarget).dropYou3(9);
} else {
_root.dragFalse(3, 9);
_x = oldX;
_y = oldY;
}
_root.dragFalse(2, 9);
_root.dragFalse(1, 9);
} else {
_root.dragFalse(3, 9);
_root.dragFalse(1, 9);
_root.dragFalse(2, 9);
_x = oldX;
_y = oldY;
}
}
Instance of Symbol 634 MovieClip "planet10" in Symbol 643 MovieClip Frame 4
on (press) {
this.startDrag(false, 190, 40, 390, 190);
oldX = 388.1;
oldY = 91;
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == _parent.answer1._target) {
if (_root.dragAns1 == false) {
_x = _parent.answer1._x;
_y = _parent.answer1._y;
eval (_droptarget).dropYou1(10);
} else {
_root.dragFalse(1, 10);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 10);
_root.dragFalse(2, 10);
} else if (_droptarget == _parent.answer2._target) {
if (_root.dragAns2 == false) {
_x = _parent.answer2._x;
_y = _parent.answer2._y;
eval (_droptarget).dropYou2(10);
} else {
_root.dragFalse(2, 10);
_x = oldX;
_y = oldY;
}
_root.dragFalse(3, 10);
_root.dragFalse(1, 10);
} else if (_droptarget == _parent.answer3._target) {
if (_root.dragAns3 == false) {
_x = _parent.answer3._x;
_y = _parent.answer3._y;
eval (_droptarget).dropYou3(10);
} else {
_root.dragFalse(3, 10);
_x = oldX;
_y = oldY;
}
_root.dragFalse(2, 10);
_root.dragFalse(1, 10);
} else {
_root.dragFalse(3, 10);
_root.dragFalse(1, 10);
_root.dragFalse(2, 10);
_x = oldX;
_y = oldY;
}
}
Instance of Symbol 635 MovieClip "answer1" in Symbol 643 MovieClip Frame 4
onClipEvent (enterFrame) {
function dropYou1(a) {
_root.dragAns1 = a;
}
}
Instance of Symbol 635 MovieClip "answer3" in Symbol 643 MovieClip Frame 4
onClipEvent (enterFrame) {
function dropYou3(a) {
_root.dragAns3 = a;
}
}
Instance of Symbol 635 MovieClip "answer2" in Symbol 643 MovieClip Frame 4
onClipEvent (enterFrame) {
function dropYou2(a) {
_root.dragAns2 = a;
}
}
Symbol 643 MovieClip Frame 5
this["pl" + blackNum1]._x = 213.9;
this["pl" + blackNum1]._y = 177;
this["pl" + blackNum2]._x = 288.4;
this["pl" + blackNum2]._y = 177;
this["pl" + blackNum3]._x = 362.9;
this["pl" + blackNum3]._y = 177;
pcDec = "O\u3000K";
Symbol 643 MovieClip Frame 15
pcDec = "Waiting...";
_root.comment = "Has it started key generation?";
Symbol 643 MovieClip Frame 81
pcDec = "Complete";
_root.complate = true;
_root.comment = "Great! The memory card has changed the electronic key.";
stop();
Symbol 650 Button
on (keyPress "<Tab>") {
comment = "";
}
Symbol 717 Button
on (release) {
if (endBlack2._alpha <= 0) {
nextFrame();
}
}
Symbol 724 Button
on (press) {
getURL ("javascript:window.open('http://www.goo-net.com');void(0);");
gotoAndPlay ("url_jump");
}