Frame 1
Stage.showMenu = false;
percent = 0;
Frame 3
byte_loading = getBytesLoaded();
byte_total = getBytesTotal();
loading = _framesloaded;
total = _totalframes;
percent = Math.floor((loading / total) * 100);
per = percent + "%";
bytesu = byte_loading;
if (((loading == total) && (byte_loading == byte_total)) && (!(loading === 0))) {
loading_bike.gotoAndPlay(6);
gotoAndStop (4);
} else {
gotoAndPlay(_currentframe - 1);
}
Frame 4
opensu = 0;
stop();
Frame 5
opensu = 1;
stop();
Instance of Symbol 45 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 - 2;
}
if (this._alpha <= 0) {
this._alpha = 0;
}
}
Instance of Symbol 53 MovieClip "open2" in Frame 5
onClipEvent (enterFrame) {
if ((_root.opensu >= 3) && (_root.open1._alpha <= 0)) {
this._alpha = this._alpha - 2;
}
if (this._alpha <= 0) {
this._alpha = 0;
}
}
Instance of Symbol 57 MovieClip "open1" in Frame 5
onClipEvent (enterFrame) {
if ((_root.opensu >= 2) && (_root.open0._alpha <= 0)) {
this._alpha = this._alpha - 2;
}
if (this._alpha <= 0) {
this._alpha = 0;
}
}
Instance of Symbol 59 MovieClip "open0" in Frame 5
onClipEvent (enterFrame) {
if (_root.opensu >= 1) {
this._alpha = this._alpha - 2;
}
if (this._alpha <= 0) {
this._alpha = 0;
}
}
Frame 6
function display(a, b) {
i = 0;
i = 1;
while (i <= 17) {
_root[a + i]._visible = b;
i++;
}
}
function getitem(c, d) {
getback_btn._visible = true;
_root["item" + c]._visible = true;
itemNum = c;
comment = d;
}
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;
itemNum = 0;
choise = false;
exitcode = false;
minibike_go = false;
frontLock = false;
backLock = false;
mailSend = false;
pcStart = false;
bikeMove = false;
bkCode_array = new Array();
bkCodeNum = Math.random();
tmp_str = new String(bkCodeNum);
i = 3;
while (i < 7) {
bkCode_array[i - 3] = tmp_str.charAt(i);
i++;
}
ftCode_array = new Array();
ftNum_array = new Array();
ftNum_array = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
ftCode_array[0] = ftNum_array.splice(Math.floor(Math.random() * ftNum_array.length), 1)[0];
ftCode_array[1] = ftNum_array.splice(Math.floor(Math.random() * ftNum_array.length), 1)[0];
ftCode_array[2] = ftNum_array.splice(Math.floor(Math.random() * ftNum_array.length), 1)[0];
ftCode_array[3] = ftNum_array.splice(Math.floor(Math.random() * ftNum_array.length), 1)[0];
exit_array = new Array();
exitNum_array = new Array();
exitNum_array = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
exit_array[0] = exitNum_array.splice(Math.floor(Math.random() * exitNum_array.length), 1)[0];
exit_array[1] = exitNum_array.splice(Math.floor(Math.random() * exitNum_array.length), 1)[0];
exit_array[2] = exitNum_array.splice(Math.floor(Math.random() * exitNum_array.length), 1)[0];
exit_array[3] = exitNum_array.splice(Math.floor(Math.random() * exitNum_array.length), 1)[0];
Instance of Symbol 69 MovieClip "icon11" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 11)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon11._alpha == 100) {
_root.choise = 11;
this.gotoAndStop(2);
}
}
Instance of Symbol 71 MovieClip "icon12" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 12)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon12._alpha == 100) {
_root.choise = 12;
this.gotoAndStop(2);
}
}
Instance of Symbol 73 MovieClip "icon6" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 6)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon6._alpha == 100) {
_root.choise = 6;
_root.item6.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 75 MovieClip "icon2" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 2)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon2._alpha == 100) {
_root.choise = 2;
this.gotoAndStop(2);
}
}
Instance of Symbol 78 MovieClip "icon3" in Frame 6
onClipEvent (enterFrame) {
if ((!(_root.choise === 3)) && (_root.item3._currentframe >= 4)) {
this.gotoAndStop(3);
} else if (!(_root.choise === 3)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon3._alpha == 100) {
_root.choise = 3;
if (_root.item3._currentframe >= 4) {
this.gotoAndStop(4);
} else {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 82 MovieClip "icon4" in Frame 6
onClipEvent (enterFrame) {
if ((!(_root.choise === 4)) && (_root.item4._currentframe >= 5)) {
this.gotoAndStop(3);
} else if (!(_root.choise === 4)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon4._alpha == 100) {
_root.choise = 4;
if (_root.item4._currentframe >= 5) {
this.gotoAndStop(4);
} else {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 85 MovieClip "icon1" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 1)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon1._alpha == 100) {
_root.choise = 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 87 MovieClip "icon5" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 5)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon5._alpha == 100) {
_root.choise = 5;
this.gotoAndStop(2);
}
}
Instance of Symbol 89 MovieClip "icon7" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 7)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon7._alpha == 100) {
_root.choise = 7;
this.gotoAndStop(2);
}
}
Instance of Symbol 91 MovieClip "icon8" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 8)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon8._alpha == 100) {
_root.choise = 8;
this.gotoAndStop(2);
}
}
Instance of Symbol 93 MovieClip "icon9" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 9)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon9._alpha == 100) {
_root.choise = 9;
this.gotoAndStop(2);
}
}
Instance of Symbol 95 MovieClip "icon10" in Frame 6
onClipEvent (enterFrame) {
if (!(_root.choise === 10)) {
this.gotoAndStop(1);
}
}
on (release) {
_root.comment = "";
if (_root.icon10._alpha == 100) {
_root.choise = 10;
this.gotoAndStop(2);
}
}
Frame 7
navi.gotoAndStop("navi1");
stop();
Instance of Symbol 232 MovieClip in Frame 7
on (release) {
_root.comment = "";
_root.gotoAndPlay("room5_re");
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 234 MovieClip in Frame 7
on (release) {
_root.comment = "";
_root.gotoAndPlay(_root._currentframe + 1);
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Frame 17
if (exitcode == true) {
gotoAndPlay ("exit_mv");
}
Frame 22
navi.gotoAndStop("navi5");
stop();
Instance of Symbol 232 MovieClip in Frame 22
on (release) {
_root.comment = "";
_root.gotoAndPlay("room1_re");
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 234 MovieClip in Frame 22
on (release) {
_root.comment = "";
_root.gotoAndPlay(_root._currentframe + 1);
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Frame 32
navi.gotoAndStop("navi4");
stop();
Instance of Symbol 232 MovieClip in Frame 32
on (release) {
_root.comment = "";
_root.gotoAndPlay("room2_re");
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 234 MovieClip in Frame 32
on (release) {
_root.comment = "";
_root.gotoAndPlay(_root._currentframe + 1);
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Frame 46
if (icon8._alpha <= 50) {
gotoAndStop ("room4_keitai");
}
Frame 47
navi.gotoAndStop("navi3");
stop();
Instance of Symbol 232 MovieClip in Frame 47
on (release) {
_root.comment = "";
_root.gotoAndPlay("room3_re");
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 234 MovieClip in Frame 47
on (release) {
_root.comment = "";
_root.gotoAndPlay(_root._currentframe + 1);
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Frame 58
navi.gotoAndStop("navi2");
stop();
Instance of Symbol 232 MovieClip in Frame 58
on (release) {
_root.comment = "";
_root.gotoAndPlay("room4_re");
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 234 MovieClip in Frame 58
on (release) {
_root.comment = "";
_root.gotoAndPlay(_root._currentframe + 1);
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Frame 72
if (frontLock == true) {
gotoAndPlay ("rockrel");
}
Frame 74
gotoAndStop ("room1_point");
Frame 87
gotoAndStop ("room5_point");
Frame 97
if (icon8._alpha <= 50) {
gotoAndStop ("room4_keitai");
}
Frame 98
gotoAndStop ("room4_point");
Frame 113
gotoAndStop ("room3_point");
Frame 118
if (exitcode == true) {
gotoAndPlay ("exit_mv2_re");
}
Frame 123
gotoAndStop ("room2_point");
Frame 136
if (frontLock == true) {
gotoAndPlay ("rockrel_re");
}
Frame 138
gotoAndStop ("room1_point");
Frame 140
navi.gotoAndStop("navi1");
stop();
Instance of Symbol 232 MovieClip in Frame 140
on (release) {
_root.comment = "";
_root.nextFrame();
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 234 MovieClip in Frame 140
on (release) {
_root.comment = "";
_root.gotoAndPlay("lockrel_move");
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Frame 141
gotoAndPlay ("room5_re");
Frame 143
gotoAndStop ("room1_rel");
Frame 144
gotoAndPlay ("room1rel_move");
Frame 145
navi.gotoAndStop("navi3");
Instance of Symbol 232 MovieClip in Frame 145
on (release) {
_root.comment = "";
_root.gotoAndPlay("room3_re");
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 234 MovieClip in Frame 145
on (release) {
_root.comment = "";
_root.gotoAndPlay("room4_move");
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 353 MovieClip in Frame 146
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.exitcode == true) {
_root.gotoAndStop("room2_exit");
} else {
_root.gotoAndStop("room2_point");
}
}
Frame 148
if (exitcode == true) {
exitkey_mc.gotoAndStop(12);
} else {
exit1 = 0;
exit2 = 0;
exit3 = 0;
exit4 = 0;
exit_judge = "";
}
Instance of Symbol 353 MovieClip in Frame 148
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.exitcode == true) {
_root.gotoAndStop("exit");
} else {
_root.gotoAndStop("exit_key");
}
}
Instance of Symbol 353 MovieClip in Frame 152
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
_root.gotoAndStop("room3_point");
}
Instance of Symbol 353 MovieClip in Frame 155
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
_root.gotoAndStop("ref");
}
Instance of Symbol 353 MovieClip in Frame 160
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
_root.gotoAndStop("room4_point");
}
Instance of Symbol 353 MovieClip in Frame 161
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
_root.gotoAndStop("room4_keitai");
}
Instance of Symbol 353 MovieClip in Frame 162
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.icon8._alpha <= 50) {
_root.gotoAndStop("table_keitai");
} else {
_root.gotoAndStop("table");
}
}
Frame 164
if (icon1._visible == true) {
mirror_mc._visible = false;
}
if (icon5._visible == true) {
bikekey_mc._visible = false;
}
if (icon8._alpha <= 50) {
keitai_mc._visible = true;
} else {
keitai_mc._visible = false;
}
Instance of Symbol 353 MovieClip in Frame 165
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.icon8._alpha <= 50) {
_root.gotoAndStop("tableup_keitai");
} else {
_root.gotoAndStop("tableup");
}
}
Instance of Symbol 353 MovieClip in Frame 166
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
_root.gotoAndStop("tableup_keitai");
}
Instance of Symbol 353 MovieClip in Frame 167
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.icon8._alpha <= 50) {
_root.gotoAndStop("pc_keitai");
} else {
_root.gotoAndStop("pc");
}
}
Instance of Symbol 353 MovieClip in Frame 173
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
_root.gotoAndStop("table");
}
Instance of Symbol 353 MovieClip in Frame 175
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
_root.gotoAndStop("table_keitai");
}
Instance of Symbol 353 MovieClip in Frame 177
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
_root.gotoAndStop("room5_point");
}
Frame 183
Instance of Symbol 353 MovieClip in Frame 184
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.frontLock == true) {
_root.gotoAndStop("room1_rel");
} else {
_root.gotoAndStop("room1_point");
}
}
Frame 186
if (icon1._alpha <= 50) {
biketop_mirror_mc._visible = true;
} else {
biketop_mirror_mc._visible = false;
}
if (icon5._alpha <= 50) {
biketop_key_mc._visible = true;
} else {
biketop_key_mc._visible = false;
}
if (icon10._alpha <= 50) {
biketop_hook_mc._visible = true;
} else {
biketop_hook_mc._visible = false;
}
Instance of Symbol 353 MovieClip in Frame 186
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.icon1._alpha <= 50) {
_root.gotoAndStop("biketop_mirror");
} else {
_root.gotoAndStop("biketop");
}
}
Instance of Symbol 353 MovieClip in Frame 190
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.frontLock == true) {
_root.gotoAndStop("room1_rel");
} else {
_root.gotoAndStop("room1_point");
}
}
Instance of Symbol 353 MovieClip in Frame 192
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.frontLock == false) {
_root.gotoAndStop("front_lock");
} else {
_root.gotoAndStop("front_nolock");
}
}
Frame 196
if (frontLock == false) {
front1 = 0;
front2 = 0;
front3 = 0;
front4 = 0;
front_judge = "";
} else if (frontLock == true) {
front_judge = "OK";
}
Instance of Symbol 353 MovieClip in Frame 197
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.frontLock == true) {
_root.gotoAndStop("room1_rel");
} else {
_root.gotoAndStop("room1_point");
}
}
Frame 199
if (backLock == false) {
back1 = 0;
back2 = 0;
back3 = 0;
back4 = 0;
back_judge = "";
} else if (backLock == true) {
back_judge = "OK";
}
Instance of Symbol 353 MovieClip in Frame 199
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.backLock == false) {
_root.gotoAndStop("back_lock");
} else {
_root.gotoAndStop("back_nolock");
}
}
Frame 202
if ((pcStart == true) && (icon11._alpha <= 50)) {
pc.gotoAndStop("dvd_in");
} else if ((pcStart == true) && (icon11._alpha == 100)) {
pc.gotoAndStop("pc_start");
} else if ((pcStart == false) && (icon8._alpha <= 50)) {
pc.gotoAndStop(2);
} else {
pc.gotoAndStop(1);
}
Frame 203
if (icon1._alpha <= 50) {
bikefront_mirror._visible = true;
} else {
bikefront_mirror._visible = false;
}
if (icon5._alpha <= 50) {
bikefront_key._visible = true;
} else {
bikefront_key._visible = false;
}
if (icon10._alpha <= 50) {
bikefront_hook._visible = true;
} else {
bikefront_hook._visible = false;
}
Instance of Symbol 353 MovieClip in Frame 203
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
_root.gotoAndStop("biketop_key");
}
Frame 204
if (icon1._alpha <= 50) {
after_mirror._visible = true;
} else {
after_mirror._visible = false;
}
if (icon10._alpha <= 50) {
after_hook._visible = true;
} else {
after_hook._visible = false;
}
bikeMove = true;
Instance of Symbol 353 MovieClip in Frame 205
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
_root.gotoAndStop("move_after");
}
Frame 207
i = 0;
while (i <= 9) {
_root["under" + i]._visible = false;
i++;
}
_root["under" + _root.exit_array[0]]._visible = true;
_root["under" + _root.exit_array[1]]._visible = true;
_root["under" + _root.exit_array[2]]._visible = true;
_root["under" + _root.exit_array[3]]._visible = true;
_root["under" + _root.exit_array[0]]._x = 272.9;
_root["under" + _root.exit_array[0]]._y = 149.5;
_root["under" + _root.exit_array[1]]._x = 294.6;
_root["under" + _root.exit_array[1]]._y = 175.4;
_root["under" + _root.exit_array[2]]._x = 316.4;
_root["under" + _root.exit_array[2]]._y = 201.3;
_root["under" + _root.exit_array[3]]._x = 338.3;
_root["under" + _root.exit_array[3]]._y = 227.2;
Instance of Symbol 353 MovieClip in Frame 208
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.icon7._visible == false) {
_root.gotoAndStop("tirelock_battery");
} else {
_root.gotoAndStop("tirelock");
}
}
Frame 209
i = 0;
while (i <= 9) {
_root["up" + i]._visible = false;
i++;
}
up_yajirusi._visible = false;
if (bikeMove == true) {
_root["up" + _root.exit_array[0]]._visible = true;
_root["up" + _root.exit_array[1]]._visible = true;
_root["up" + _root.exit_array[2]]._visible = true;
_root["up" + _root.exit_array[3]]._visible = true;
_root["up" + _root.exit_array[0]]._x = 69;
_root["up" + _root.exit_array[0]]._y = 126;
_root["up" + _root.exit_array[1]]._x = 151.8;
_root["up" + _root.exit_array[1]]._y = 156.2;
_root["up" + _root.exit_array[2]]._x = 234.7;
_root["up" + _root.exit_array[2]]._y = 186.4;
_root["up" + _root.exit_array[3]]._x = 317.4;
_root["up" + _root.exit_array[3]]._y = 216.7;
up_yajirusi._visible = true;
}
Instance of Symbol 353 MovieClip in Frame 209
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
_root.comment = "";
if (_root.icon7._visible == false) {
_root.gotoAndStop("tirenolock_battery");
} else {
_root.gotoAndStop("tirenolock");
}
}
Frame 214
navi.gotoAndStop("navi5");
stop();
Instance of Symbol 232 MovieClip in Frame 214
on (release) {
_root.comment = "";
_root.gotoAndPlay("exit_mv_room1");
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 234 MovieClip in Frame 214
on (release) {
_root.comment = "";
_root.gotoAndPlay("exit_mv2");
}
onClipEvent (enterFrame) {
if (_root.getback_btn._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Frame 218
gotoAndPlay ("exit_mv_re");
Frame 222
gotoAndPlay ("room2_ex");
Frame 226
gotoAndPlay ("room2_exit");
Frame 227
fin = false;
bike_logo = false;
end_start._alpha = 0;
stop();
Instance of Symbol 59 MovieClip "end_start" in Frame 227
onClipEvent (enterFrame) {
this._alpha = this._alpha + 3;
if (this._alpha > 100) {
_root.nextFrame();
}
}
Instance of Symbol 59 MovieClip "end_start" in Frame 228
onClipEvent (enterFrame) {
this._alpha = this._alpha - 3;
if (this._alpha < 0) {
_root.gotoAndPlay(_root._currentframe + 1);
}
}
Frame 290
stop();
Frame 415
fin_black._alpha = 0;
stop();
Instance of Symbol 797 MovieClip "fin_black" in Frame 415
onClipEvent (enterFrame) {
if (_root.fin == "next") {
this._alpha = this._alpha - 2;
} else {
this._alpha = this._alpha + 2;
}
if (this._alpha > 100) {
this._alpha = 100;
this.stop();
} else if (this._alpha < 0) {
this._alpha = 0;
}
}
on (release) {
if (this._alpha >= 100) {
_root.nextFrame();
_root.fin = "next";
}
}
Frame 416
fin_white._alpha = 0;
stop();
Instance of Symbol 802 MovieClip "fin_white" in Frame 416
onClipEvent (enterFrame) {
if (_root.bike_logo == true) {
this._alpha = this._alpha + 2;
} else if (_root.bike_logo == "next") {
this._alpha = this._alpha - 2;
}
if (this._alpha > 100) {
_root.nextFrame();
_root.bike_logo = "next";
} else if (this._alpha < 0) {
this._alpha = 0;
}
}
Frame 417
stop();
Frame 422
getURL ("http://www.gotmail.jp/doc/fb_oneoff_e.html", "_blank");
stop();
Symbol 16 MovieClip Frame 5
gotoAndPlay (1);
Symbol 16 MovieClip Frame 24
stop();
Symbol 24 Button
on (release) {
gotoAndStop (5);
}
Symbol 28 Button
on (release) {
getURL ("javascript:window.open('http://goobike.com/','_blank');void(0);");
}
Symbol 34 MovieClip Frame 1
stop();
Symbol 61 Button
on (release) {
opensu++;
}
on (keyPress "<Tab>") {
comment = "";
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
stop();
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 2
stop();
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 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 2
stop();
Symbol 78 MovieClip Frame 3
stop();
Symbol 78 MovieClip Frame 4
stop();
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
stop();
Symbol 82 MovieClip Frame 3
stop();
Symbol 82 MovieClip Frame 4
stop();
Symbol 83 Button
on (release) {
comment = "";
}
on (keyPress "<Tab>") {
comment = "";
}
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 96 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 99 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 102 Button
on (release) {
_root.comment = "It\u2019s a battery.";
}
Symbol 103 MovieClip Frame 1
stop();
Symbol 106 Button
on (release) {
_root.comment = "It\u2019s a cellphone.";
}
Symbol 107 MovieClip Frame 1
stop();
Symbol 114 Button
on (release) {
_root.comment = "It\u2019s a hook.";
}
Symbol 115 MovieClip Frame 1
stop();
Symbol 118 Button
on (release) {
_root.comment = "It there some data in this DVD?";
nextFrame();
}
Symbol 121 Button
on (release) {
gotoAndStop (2);
}
Symbol 122 MovieClip Frame 1
stop();
Symbol 125 Button
on (release) {
_root.comment = "What do I do with this key?";
}
Symbol 126 MovieClip Frame 1
stop();
Symbol 129 Button
on (release) {
_root.comment = "It\u2019s a mirror.";
}
Symbol 130 MovieClip Frame 1
stop();
Symbol 133 Button
on (release) {
if ((_root.choise == 12) && (_root.icon9._visible == false)) {
nextFrame();
} else {
_root.comment = "It\u2019s locked.";
}
}
Symbol 136 Button
on (release) {
gotoAndStop (2);
}
Symbol 137 Button
on (release) {
_root.item9._visible = true;
_root.comment = "I found a radio controller.";
_root.icon9._visible = true;
_root.item2._visible = false;
_root.iconOff(2, 20);
_root.iconOff(12, 20);
_root.choise = 9;
}
Symbol 138 MovieClip Frame 1
stop();
Symbol 141 Button
on (release) {
nextFrame();
}
Symbol 146 MovieClip Frame 1
stop();
Symbol 151 Button
on (release) {
_root.comment = "It\u2019s a sheet of white paper.";
nextFrame();
}
Symbol 156 Button
on (release) {
if ((_root.choise == 3) && (_root.item3._currentframe == 4)) {
_root.iconOff(3, 15);
_root.choise = 4;
gotoAndPlay (6);
} else {
_root.comment = "There\u2019s a vague blur on the paper.";
}
}
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 6
paper1._alpha = 0;
paper2._alpha = 0;
i = 1;
i = 0;
while (i <= 9) {
this["lockNum" + i]._alpha = 0;
i++;
}
_root.comment = "";
Instance of Symbol 159 MovieClip "paper1" in Symbol 193 MovieClip Frame 6
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if (this._alpha >= 100) {
this._alpha = 100;
}
}
Instance of Symbol 162 MovieClip "paper2" in Symbol 193 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_parent.paper1._alpha == 100) {
this._alpha = this._alpha + 2;
if (this._alpha >= 100) {
this._alpha = 100;
}
}
}
Symbol 193 MovieClip Frame 7
this["lockNum" + _root.ftCode_array[0]]._alpha = this["lockNum" + _root.ftCode_array[0]]._alpha + 1.5;
this["lockNum" + _root.ftCode_array[1]]._alpha = this["lockNum" + _root.ftCode_array[1]]._alpha + 1;
this["lockNum" + _root.ftCode_array[2]]._alpha = this["lockNum" + _root.ftCode_array[2]]._alpha + 1;
this["lockNum" + _root.ftCode_array[3]]._alpha = this["lockNum" + _root.ftCode_array[3]]._alpha + 1.5;
this["lockNum" + _root.ftCode_array[0]]._x = 100.7;
this["lockNum" + _root.ftCode_array[0]]._y = 124.5;
this["lockNum" + _root.ftCode_array[1]]._x = 150.8;
this["lockNum" + _root.ftCode_array[1]]._y = 118.3;
this["lockNum" + _root.ftCode_array[2]]._x = 200.9;
this["lockNum" + _root.ftCode_array[2]]._y = 108.3;
this["lockNum" + _root.ftCode_array[3]]._x = 251.1;
this["lockNum" + _root.ftCode_array[3]]._y = 103.3;
if (((this["lockNum" + _root.ftCode_array[0]]._alpha >= 10) && (this["lockNum" + _root.ftCode_array[0]]._alpha <= 11)) && (_root.getback_btn._visible == true)) {
_root.comment = "There\u2019s a hidden message appearing\u2026.";
}
Symbol 193 MovieClip Frame 10
if (this["lockNum" + _root.ftCode_array[0]]._alpha >= 50) {
this["lockNum" + _root.ftCode_array[0]]._alpha = 50;
this.stop();
} else {
gotoAndPlay (7);
}
Symbol 196 MovieClip Frame 1
stop();
Symbol 207 Button
on (release) {
_root.comment = "There are LEDs on the rear wheel.";
nextFrame();
}
Symbol 210 Button
on (release) {
if (_root.choise == 9) {
gotoAndPlay(_currentframe + 1);
}
}
Symbol 217 MovieClip Frame 1
bkCode_txt1 = _root.bkCode_array[0];
Symbol 219 MovieClip Frame 1
bkCode_txt2 = _root.bkCode_array[1];
Symbol 221 MovieClip Frame 1
bkCode_txt3 = _root.bkCode_array[2];
Symbol 223 MovieClip Frame 1
bkCode_txt4 = _root.bkCode_array[3];
Symbol 226 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 32
if (_root.getback_btn._visible == true) {
_root.comment = "A number has appeared.";
}
stop();
Symbol 229 Button
on (release) {
getback_btn._visible = false;
close_btn._visible = false;
choise = false;
r = 0;
r = 1;
while (r <= 17) {
_root["item" + r]._visible = false;
r++;
}
comment = "";
aboutItem = false;
}
Symbol 235 Button
on (release) {
if (icon1._alpha <= 50) {
gotoAndStop ("biketop_mirror");
} else {
gotoAndStop ("biketop");
}
}
Symbol 236 Button
on (release) {
if (frontLock == false) {
gotoAndStop ("front_lock");
} else {
gotoAndStop ("front_nolock");
}
}
Symbol 237 Button
on (release) {
if (backLock == false) {
gotoAndStop ("back_lock");
} else {
gotoAndStop ("back_nolock");
}
}
Symbol 262 Button
on (release) {
if (exitcode == false) {
gotoAndStop ("exit_key");
} else {
gotoAndStop ("exit");
}
}
Symbol 277 Button
on (release) {
gotoAndStop ("ref");
}
Symbol 302 Button
on (release) {
if (icon8._alpha <= 50) {
gotoAndStop ("table_keitai");
} else {
gotoAndStop ("table");
}
}
Symbol 317 Button
on (release) {
if (icon8._visible == false) {
gotoAndStop ("engine_keitai");
} else {
gotoAndStop ("engine");
}
}
Symbol 318 Button
on (release) {
if (icon3._visible == false) {
gotoAndStop ("box_jippo");
} else {
gotoAndStop ("box");
}
}
Symbol 319 Button
on (release) {
if (minibike_go == false) {
gotoAndStop ("minibike");
} else {
gotoAndStop ("tire");
}
}
Symbol 354 Button
on (release) {
if (exitcode == true) {
gotoAndPlay (227);
} else {
gotoAndStop ("exit_keyup");
}
}
Symbol 355 Button
on (release) {
gotoAndStop ("post");
}
Symbol 358 Button
on (release) {
gotoAndStop ("exit_keyup");
}
Symbol 367 MovieClip Frame 1
stop();
Symbol 367 MovieClip Frame 12
stop();
Symbol 368 Button
on (release) {
if (exitcode == false) {
comment = "It\u2019s locked.";
}
}
Symbol 371 Button
on (release) {
comment = "";
if ((((exit_array[0] == exit1) && (exit_array[1] == exit2)) && (exit_array[2] == exit3)) && (exit_array[3] == exit4)) {
exit1 = "";
exit2 = "";
exit3 = "";
exit4 = "";
exit_judge = "OPEN";
exitcode = true;
comment = "It\u2019s unlocked.";
exitkey_mc.gotoAndPlay(2);
} else if (!(exit_judge === "OPEN")) {
exit1 = "";
exit2 = "";
exit3 = "";
exit4 = "";
exit_judge = "FAILED";
}
}
Symbol 375 Button
on (release) {
comment = "";
if (exit_judge == "FAILED") {
exit_judge = "";
exit1 = 1;
exit2 = 0;
exit3 = 0;
exit4 = 0;
} else if (exit_judge == "OPEN") {
} else if (exit1 >= 9) {
exit1 = 0;
} else {
exit1++;
}
}
Symbol 376 Button
on (release) {
comment = "";
if (exit_judge == "FAILED") {
exit_judge = "";
exit1 = 0;
exit2 = 1;
exit3 = 0;
exit4 = 0;
} else if (exit_judge == "OPEN") {
} else if (exit2 >= 9) {
exit2 = 0;
} else {
exit2++;
}
}
Symbol 377 Button
on (release) {
comment = "";
if (exit_judge == "FAILED") {
exit_judge = "";
exit1 = 0;
exit2 = 0;
exit3 = 1;
exit4 = 0;
} else if (exit_judge == "OPEN") {
} else if (exit3 >= 9) {
exit3 = 0;
} else {
exit3++;
}
}
Symbol 378 Button
on (release) {
comment = "";
if (exit_judge == "FAILED") {
exit_judge = "";
exit1 = 0;
exit2 = 0;
exit3 = 0;
exit4 = 1;
} else if (exit_judge == "OPEN") {
} else if (exit4 >= 9) {
exit4 = 0;
} else {
exit4++;
}
}
Symbol 384 Button
on (release) {
if ((mailSend == true) && (icon4._visible == false)) {
gotoAndStop ("post_mail");
} else {
gotoAndStop ("post_empty");
}
}
Symbol 387 Button
on (release) {
getitem(4, "You\u2019ve got mail.");
gotoAndStop ("post_empty");
}
Symbol 392 Button
on (release) {
if (icon10._visible == false) {
gotoAndStop ("ref_hook");
} else {
gotoAndStop ("ref_open");
}
}
Symbol 393 Button
on (release) {
gotoAndStop ("dust");
}
Symbol 394 Button
on (release) {
if (icon2._visible == false) {
gotoAndStop ("suitcase");
} else {
gotoAndStop ("suitcase_empty");
}
}
Symbol 399 Button
on (release) {
getitem(10, "I found a hook.");
gotoAndStop ("ref_open");
}
Symbol 402 Button
on (release) {
if (icon11._visible == false) {
gotoAndStop ("dust_dvd");
} else {
gotoAndStop ("dust_empty");
}
}
Symbol 405 Button
on (release) {
getitem(11, "I found a dvd.");
gotoAndStop ("dust_empty");
}
Symbol 410 Button
on (release) {
getitem(2, "I found an attach\u00E9 case.");
gotoAndStop ("suitcase_empty");
}
Symbol 415 Button
on (release) {
gotoAndStop ("tableup");
}
Symbol 416 Button
on (release) {
if ((icon8._alpha == 100) && (icon12._visible == true)) {
gotoAndStop ("book");
} else if ((icon8._alpha == 100) && (icon12._visible == false)) {
gotoAndStop ("book_key");
} else if ((icon8._alpha <= 50) && (icon12._visible == true)) {
gotoAndStop ("book_keitai");
} else if ((icon8._alpha <= 50) && (icon12._visible == false)) {
gotoAndStop ("book_keitaikey");
}
}
Symbol 419 Button
on (release) {
gotoAndStop ("tableup_keitai");
}
Symbol 422 Button
on (release) {
gotoAndStop ("pc");
}
Symbol 423 Button
on (release) {
gotoAndStop ("tableup_item");
}
Symbol 424 Button
on (release) {
if (choise == 8) {
iconOff(8, 20);
gotoAndStop ("tableup_keitai");
}
}
Symbol 427 Button
on (release) {
gotoAndStop ("pc_keitai");
}
Symbol 438 Button
on (release) {
if (keitai_mc._visible == true) {
gotoAndStop ("pc_keitai");
} else {
gotoAndStop ("pc");
}
}
Symbol 439 Button
on (release) {
if (icon8._alpha <= 50) {
gotoAndStop ("tableup_keitai");
} else {
gotoAndStop ("tableup");
}
}
Symbol 440 Button
on (release) {
if (icon1._visible == false) {
getitem(1, "I found a mirror.");
mirror_mc._visible = false;
}
}
Symbol 441 Button
on (release) {
if (icon5._visible == false) {
getitem(5, "I found a key.");
bikekey_mc._visible = false;
}
}
Symbol 444 Button
on (release) {
comment = "";
gotoAndStop ("pc_left");
}
Symbol 445 Button
on (release) {
comment = "";
gotoAndStop ("pc_dvd");
}
Symbol 446 Button
on (release) {
if (choise == 8) {
iconOff(8, 20);
gotoAndStop ("pc_keitai");
}
}
Symbol 447 Button
on (release) {
if (icon7._alpha <= 50) {
gotoAndStop ("pc_ivent");
} else {
comment = "There\u2019s no power source.";
}
}
Symbol 450 Button
on (release) {
comment = "";
if ((icon8._alpha == 100) && (icon12._visible == true)) {
gotoAndStop ("book");
} else if ((icon8._alpha == 100) && (icon12._visible == false)) {
gotoAndStop ("book_key");
} else if ((icon8._alpha <= 50) && (icon12._visible == true)) {
gotoAndStop ("book_keitai");
} else if ((icon8._alpha <= 50) && (icon12._visible == false)) {
gotoAndStop ("book_keitaikey");
}
}
Symbol 453 Button
on (release) {
if (icon7._alpha <= 50) {
gotoAndStop ("pc_battery");
} else {
gotoAndStop ("pc_open");
}
}
Symbol 456 Button
on (release) {
if (choise == 7) {
iconOff(7, 20);
gotoAndStop ("pc_battery");
}
}
Symbol 457 Button
on (release) {
gotoAndStop ("pc_left");
}
Symbol 462 Button
on (release) {
if (icon11._alpha <= 50) {
gotoAndStop ("pc_dvd_in");
} else {
gotoAndStop ("pc_dvd_open");
}
}
Symbol 465 Button
on (release) {
gotoAndStop ("pc_dvd");
}
Symbol 466 Button
on (release) {
if (choise == 11) {
iconOff(11, 20);
gotoAndStop ("pc_dvd_in");
}
}
Symbol 471 Button
on (release) {
if (choise == 8) {
iconOff(8, 20);
gotoAndStop ("book_keitai");
}
}
Symbol 472 Button
on (release) {
comment = "GooBike! That\u2019s it. Information about new bikes, and old bikes as well.";
}
Symbol 475 Button
on (release) {
getitem(12, "I found a key.");
gotoAndStop ("book");
}
Symbol 476 Button
on (release) {
if (choise == 8) {
iconOff(8, 20);
gotoAndStop ("book_keitaikey");
}
}
Symbol 480 Button
on (release) {
getitem(12, "I found a key");
gotoAndStop ("book_keitai");
}
Symbol 485 Button
on (release) {
getitem(8, "I found a cellphone.");
gotoAndStop ("engine");
}
Symbol 490 Button
on (release) {
getitem(3, "I found a lighter.");
gotoAndStop ("box");
}
Symbol 495 Button
on (release) {
if (choise == 9) {
minibike_go = true;
comment = "Oops! I\u2019ve turned something on.";
gotoAndStop ("minibike_anime");
} else {
comment = "I can\u2019t reach it.";
}
}
Symbol 506 MovieClip Frame 13
_root.gotoAndStop("tire");
Symbol 509 Button
on (release) {
if ((icon10._alpha <= 50) && (icon1._alpha <= 50)) {
gotoAndStop ("hook_mirror");
} else if (icon10._alpha <= 50) {
gotoAndStop ("hook2");
} else {
gotoAndStop ("hook");
}
}
Symbol 510 Button
on (release) {
gotoAndStop ("biketop_key");
}
Symbol 524 Button
on (release) {
gotoAndStop ("move_before");
}
Symbol 525 Button
on (release) {
if (choise == 5) {
iconOff(5, 15);
biketop_key_mc._visible = true;
}
}
Symbol 528 Button
on (release) {
if (choise == 10) {
iconOff(10, 20);
gotoAndStop ("hook2");
}
}
Symbol 531 Button
on (release) {
if (choise == 1) {
iconOff(1, 15);
gotoAndStop ("hook_mirror");
}
}
Symbol 534 Button
on (release) {
comment = "I can see the motorcyle in the mirror.";
}
Symbol 537 Button
on (release) {
if (icon7._visible == false) {
gotoAndStop ("tirelock_battery");
} else {
gotoAndStop ("tirelock");
}
}
Symbol 538 Button
on (release) {
gotoAndStop ("frontlock_up");
}
Symbol 541 Button
on (release) {
if (icon7._visible == false) {
gotoAndStop ("tirenolock_battery");
} else {
gotoAndStop ("tirenolock");
}
}
Symbol 544 Button
on (release) {
comment = "";
gotoAndStop ("tireup");
}
Symbol 545 Button
on (release) {
comment = "This tire has a strange tread.";
}
Symbol 548 Button
on (release) {
getitem(7, "I found a battery.");
gotoAndStop ("tirelock");
}
Symbol 551 Button
on (release) {
comment = "";
gotoAndStop ("tireup_code");
}
Symbol 554 Button
on (release) {
getitem(7, "I found a battery.");
gotoAndStop ("tirenolock");
}
Symbol 559 Button
on (release) {
if ((((ftCode_array[0] == front1) && (ftCode_array[1] == front2)) && (ftCode_array[2] == front3)) && (ftCode_array[3] == front4)) {
front1 = "";
front2 = "";
front3 = "";
front4 = "";
front_judge = "OK";
iconOff(4, 15);
frontLock = true;
comment = "The front tire is unlocked.";
} else if (!(front_judge === "OK")) {
front1 = "";
front2 = "";
front3 = "";
front4 = "";
front_judge = "FAILED";
}
}
Symbol 563 Button
on (release) {
if (front_judge == "FAILED") {
front_judge = "";
front1 = 1;
front2 = 0;
front3 = 0;
front4 = 0;
} else if (front_judge == "OK") {
} else if (front1 >= 9) {
front1 = 0;
} else {
front1++;
}
}
Symbol 564 Button
on (release) {
if (front_judge == "FAILED") {
front_judge = "";
front1 = 0;
front2 = 1;
front3 = 0;
front4 = 0;
} else if (front_judge == "OK") {
} else if (front2 >= 9) {
front2 = 0;
} else {
front2++;
}
}
Symbol 565 Button
on (release) {
if (front_judge == "FAILED") {
front_judge = "";
front1 = 0;
front2 = 0;
front3 = 1;
front4 = 0;
} else if (front_judge == "OK") {
} else if (front3 >= 9) {
front3 = 0;
} else {
front3++;
}
}
Symbol 566 Button
on (release) {
if (front_judge == "FAILED") {
front_judge = "";
front1 = 0;
front2 = 0;
front3 = 0;
front4 = 1;
} else if (front_judge == "OK") {
} else if (front4 >= 9) {
front4 = 0;
} else {
front4++;
}
}
Symbol 570 Button
on (release) {
gotoAndStop ("back_lockup");
}
Symbol 571 Button
on (release) {
if ((icon6._visible == false) && (minibike_go == true)) {
gotoAndStop ("backtire_minibike");
} else {
gotoAndStop ("backtire");
}
}
Symbol 578 Button
on (release) {
if ((((bkCode_array[0] == back1) && (bkCode_array[1] == back2)) && (bkCode_array[2] == back3)) && (bkCode_array[3] == back4)) {
back1 = "";
back2 = "";
back3 = "";
back4 = "";
back_judge = "OK";
iconOff(6, 20);
iconOff(9, 20);
backLock = true;
comment = "The rear tire is unlocked.";
} else if (!(back_judge === "OK")) {
back1 = "";
back2 = "";
back3 = "";
back4 = "";
back_judge = "FAILED";
}
}
Symbol 582 Button
on (release) {
if (back_judge == "FAILED") {
back_judge = "";
back1 = 1;
back2 = 0;
back3 = 0;
back4 = 0;
} else if (back_judge == "OK") {
} else if (back1 >= 9) {
back1 = 0;
} else {
back1++;
}
}
Symbol 583 Button
on (release) {
if (back_judge == "FAILED") {
back_judge = "";
back1 = 0;
back2 = 1;
back3 = 0;
back4 = 0;
} else if (back_judge == "OK") {
} else if (back2 >= 9) {
back2 = 0;
} else {
back2++;
}
}
Symbol 584 Button
on (release) {
if (back_judge == "FAILED") {
back_judge = "";
back1 = 0;
back2 = 0;
back3 = 1;
back4 = 0;
} else if (back_judge == "OK") {
} else if (back3 >= 9) {
back3 = 0;
} else {
back3++;
}
}
Symbol 585 Button
on (release) {
if (back_judge == "FAILED") {
back_judge = "";
back1 = 0;
back2 = 0;
back3 = 0;
back4 = 1;
} else if (back_judge == "OK") {
} else if (back4 >= 9) {
back4 = 0;
} else {
back4++;
}
}
Symbol 591 Button
on (release) {
getitem(6, "I found a miniature motorcycle.");
gotoAndStop ("backtire");
}
Symbol 597 Button
on (release) {
if (_root.icon8._alpha <= 50) {
_root.gotoAndStop("pc_keitai");
} else {
_root.gotoAndStop("pc");
}
}
Symbol 615 MovieClip Frame 93
_parent.nextFrame();
Symbol 620 MovieClip Frame 16
if (_root.icon11._alpha <= 50) {
_parent.gotoAndStop("dvd_in");
} else {
_parent.nextFrame();
}
Symbol 625 Button
on (release) {
if (_root.icon8._alpha <= 50) {
_root.gotoAndStop("pc_keitai");
} else {
_root.gotoAndStop("pc");
}
}
Symbol 627 Button
on (release) {
if (pc_exit._visible == false) {
pc_exit._visible = true;
} else if (pc_exit._visible == true) {
pc_exit._visible = false;
}
}
Symbol 630 Button
on (release) {
gotoAndPlay(_currentframe + 1);
}
Symbol 638 MovieClip Frame 45
if (_root.mailSend == false) {
_parent.nextFrame();
} else {
_parent.gotoAndStop("mail_empty");
}
Symbol 644 Button
on (release) {
_root.mailSend = true;
nextFrame();
}
Symbol 645 Button
on (release) {
gotoAndStop ("mail_exit");
}
Symbol 650 Button
on (release) {
gotoAndStop ("dvd_in");
}
Symbol 651 Button
on (release) {
gotoAndStop ("mail_send");
}
Symbol 656 MovieClip Frame 1
stop();
Symbol 656 MovieClip Frame 5
_root.pcStart = true;
Symbol 656 MovieClip Frame 6
pc_exit._visible = false;
Symbol 656 MovieClip Frame 7
pc_exit._visible = false;
Symbol 656 MovieClip Frame 38
stop();
Symbol 668 Button
on (release) {
if (((frontLock == true) && (backLock == true)) && (icon5._alpha <= 50)) {
comment = "It has moved forward a bit.";
gotoAndStop ("move_after");
} else {
comment = "It won\u2019t budge.";
}
}
Symbol 669 Button
on (release) {
if (choise == 5) {
iconOff(5, 15);
bikefront_key._visible = true;
}
}
Symbol 678 Button
on (release) {
comment = "";
gotoAndStop ("move_before");
}
Symbol 679 Button
on (release) {
comment = "";
if ((icon10._alpha <= 50) && (icon1._alpha <= 50)) {
gotoAndStop ("afterup_mirror");
} else if (icon10._alpha <= 50) {
gotoAndStop ("afterup_hook");
} else {
gotoAndStop ("afterup");
}
}
Symbol 682 Button
on (release) {
if (choise == 10) {
iconOff(10, 20);
gotoAndStop ("afterup_hook");
}
}
Symbol 685 Button
on (release) {
if (choise == 1) {
iconOff(1, 15);
gotoAndStop ("afterup_mirror");
}
}
Symbol 697 Button
on (release) {
comment = "I can read something here in the mirror.";
}
Symbol 716 Button
on (release) {
if (bikeMove == true) {
comment = "There are tire tracks on the floor.";
}
}
Symbol 735 Button
on (keyPress "<Tab>") {
comment = "";
}
Symbol 776 MovieClip Frame 69
_root.gotoAndPlay(_root._currentframe + 1);
Symbol 803 Button
on (release) {
if (fin_black._alpha == 0) {
bike_logo = true;
}
}
Symbol 809 Button
on (press) {
getURL ("http://goobike.com/", "_blank");
gotoAndPlay ("url_jump");
}