Instance of Symbol 7 MovieClip in Frame 1 (95 B)
//component parameters
onClipEvent (construct) {
startLabel = "start";
proportion = "100%";
}
Frame 2 (8 B)
stop();
Instance of Symbol 15 MovieClip "kao_02" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 18 MovieClip "kao_03" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 23 MovieClip "tai_h_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 28 MovieClip "man" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 34 MovieClip "tai_pan_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 39 MovieClip "mizu" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 42 MovieClip "tai_mizu_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 44 MovieClip "uwa_mizu_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 47 MovieClip "burub" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 50 MovieClip "tai_burub_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 52 MovieClip "uwa_burub_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 55 MovieClip "burup" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 58 MovieClip "tai_burup_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 60 MovieClip "uwa_burup_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 63 MovieClip "tanp" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 66 MovieClip "tai_tanp_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 68 MovieClip "uwa_tanp_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 77 MovieClip "tai_sk_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 85 MovieClip "tai" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 88 MovieClip "siru_01" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 91 MovieClip "tin_01" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 94 MovieClip "tin_02" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 97 MovieClip "siru_03" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Symbol 7 MovieClip Frame 1 (316 B)
_parent.stop();
preLoad = parseInt(proportion);
this.onEnterFrame = function () {
preLoadBytes = (_parent.getBytesTotal() * preLoad) / 100;
count = Math.round((_parent.getBytesLoaded() / preLoadBytes) * 100);
bar._x = (count * 1.5) - 150;
if (count >= 100) {
_parent.gotoAndPlay(startLabel);
}
};
Instance of Symbol 102 MovieClip in Symbol 107 MovieClip Frame 1 (1.55 KiB) ●
on (press) {
this.startDrag(true, 9, 15, 9, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.uwa_a._alpha = toumei;
_parent._parent._parent.uwa_b._alpha = toumei;
_parent._parent._parent.uwa_h_k._alpha = toumei;
_parent._parent._parent.tai._alpha = toumei;
_parent._parent._parent.tai_h_k._alpha = toumei;
_parent._parent._parent.uwa_sk_k._alpha = (_parent._parent._parent.sk._alpha * toumei) / 100;
_parent._parent._parent.uwa_tanp_k._alpha = (_parent._parent._parent.tanp._alpha * toumei) / 100;
_parent._parent._parent.uwa_burub_k._alpha = (_parent._parent._parent.tanp._alpha * toumei) / 100;
_parent._parent._parent.uwa_burup_k._alpha = (_parent._parent._parent.tanp._alpha * toumei) / 100;
_parent._parent._parent.uwa_pan_k._alpha = (_parent._parent._parent.pan_a._alpha * toumei) / 100;
_parent._parent._parent.uwa_mizu_k._alpha = (_parent._parent._parent.pan_a._alpha * toumei) / 100;
_parent._parent._parent.tai_tanp_k._alpha = (_parent._parent._parent.tanp._alpha * toumei) / 100;
_parent._parent._parent.tai_burub_k._alpha = (_parent._parent._parent.tanp._alpha * toumei) / 100;
_parent._parent._parent.tai_burup_k._alpha = (_parent._parent._parent.tanp._alpha * toumei) / 100;
_parent._parent._parent.tai_pan_k._alpha = (_parent._parent._parent.pan_a._alpha * toumei) / 100;
_parent._parent._parent.tai_mizu_k._alpha = (_parent._parent._parent.pan_a._alpha * toumei) / 100;
_parent._parent._parent.tai_sk_k._alpha = (_parent._parent._parent.sk._alpha * toumei) / 100;
}
Instance of Symbol 103 MovieClip "sl_02" in Symbol 107 MovieClip Frame 1 (451 B)
on (press) {
this.startDrag(true, 45.5, 15, 45.5, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.sk._alpha = toumei;
_parent._parent._parent.sk_h_k._alpha = toumei;
_parent._parent._parent.uwa_sk_k._alpha = (_parent._parent._parent.uwa_a._alpha * toumei) / 100;
_parent._parent._parent.tai_sk_k._alpha = (_parent._parent._parent.tai._alpha * toumei) / 100;
}
Instance of Symbol 104 MovieClip in Symbol 107 MovieClip Frame 1 (898 B)
on (press) {
this.startDrag(true, 81.5, 15, 81.5, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.tanp._alpha = toumei;
_parent._parent._parent.burub._alpha = toumei;
_parent._parent._parent.burup._alpha = toumei;
_parent._parent._parent.uwa_tanp_k._alpha = (_parent._parent._parent.uwa._alpha * toumei) / 100;
_parent._parent._parent.uwa_burub_k._alpha = (_parent._parent._parent.uwa._alpha * toumei) / 100;
_parent._parent._parent.uwa_burup_k._alpha = (_parent._parent._parent.uwa._alpha * toumei) / 100;
_parent._parent._parent.tai_tanp_k._alpha = (_parent._parent._parent.tai._alpha * toumei) / 100;
_parent._parent._parent.tai_burub_k._alpha = (_parent._parent._parent.tai._alpha * toumei) / 100;
_parent._parent._parent.tai_burup_k._alpha = (_parent._parent._parent.tai._alpha * toumei) / 100;
}
Instance of Symbol 105 MovieClip in Symbol 107 MovieClip Frame 1 (463 B)
on (press) {
this.startDrag(true, 150.5, 15, 150.5, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.tin_01._alpha = toumei;
_parent._parent._parent.tin_01m._alpha = toumei;
_parent._parent._parent.tin_02._alpha = toumei;
_parent._parent._parent.tin_02m._alpha = toumei;
_parent._parent._parent.siru_02._alpha = toumei;
_parent._parent._parent.siru_03._alpha = toumei;
}
Instance of Symbol 106 MovieClip "sl_04" in Symbol 107 MovieClip Frame 1 (748 B)
on (press) {
this.startDrag(true, 115.5, 15, 115.5, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.pan_a._alpha = toumei;
_parent._parent._parent.pan_b._alpha = toumei;
_parent._parent._parent.pan_h_k._alpha = toumei;
_parent._parent._parent.mizu._alpha = toumei;
_parent._parent._parent.uwa_pan_k._alpha = (_parent._parent._parent.uwa._alpha * toumei) / 100;
_parent._parent._parent.uwa_mizu_k._alpha = (_parent._parent._parent.uwa._alpha * toumei) / 100;
_parent._parent._parent.tai_pan_k._alpha = (_parent._parent._parent.tai._alpha * toumei) / 100;
_parent._parent._parent.tai_mizu_k._alpha = (_parent._parent._parent.tai._alpha * toumei) / 100;
}
Symbol 155 Button (492 B)
on (release) {
if (icn_siru._visible) {
icn_siru._visible = false;
} else {
icn_siru._visible = true;
}
if (icn_siru._visible) {
_parent.siru_01._visible = true;
if (icn_tin1._visible) {
_parent.siru_02._visible = true;
}
if (icn_tin2._visible) {
_parent.siru_03._visible = true;
}
} else {
_parent.siru_01._visible = false;
if (icn_tin1._visible) {
_parent.siru_02._visible = false;
}
if (icn_tin2._visible) {
_parent.siru_03._visible = false;
}
}
}
Symbol 156 Button (853 B)
on (release) {
if (icn_tin1._visible) {
icn_tin1._visible = false;
icn_tin2._visible = true;
} else if (icn_tin2._visible) {
icn_tin2._visible = false;
} else {
icn_tin1._visible = true;
}
if (icn_tin1._visible) {
_parent.tin_01._visible = true;
if (icn_siru._visible) {
_parent.siru_02._visible = true;
}
} else if (icn_tin2._visible) {
_parent.tin_01._visible = false;
_parent.tin_02._visible = true;
_parent.man._visible = true;
if (icn_siru._visible) {
_parent.siru_02._visible = false;
_parent.siru_03._visible = true;
}
if (this.icn_eye_1._visible) {
_parent.win._visible = true;
}
} else {
_parent.tin_02._visible = false;
_parent.man._visible = false;
if (icn_siru._visible) {
_parent.siru_03._visible = false;
}
if (this.icn_eye_1._visible) {
_parent.win._visible = false;
}
}
}
Symbol 157 Button (1.01 KiB) ●
on (release) {
if (icn_pan._visible) {
icn_pan._visible = false;
icn_mizu._visible = true;
} else if (icn_mizu._visible) {
icn_mizu._visible = false;
} else {
icn_pan._visible = true;
}
if (icn_pan._visible) {
_parent.pan_a._visible = true;
_parent.pan_b._visible = true;
_parent.pan_h_k._visible = true;
if (icn_uwa._visible) {
_parent.uwa_pan_k._visible = true;
}
if (icn_tai._visible) {
_parent.tai_pan_k._visible = true;
}
} else if (icn_mizu._visible) {
_parent.pan_a._visible = false;
_parent.pan_b._visible = false;
_parent.pan_h_k._visible = false;
_parent.mizu._visible = true;
if (icn_uwa._visible) {
_parent.uwa_pan_k._visible = false;
_parent.uwa_mizu_k._visible = true;
}
if (icn_tai._visible) {
_parent.tai_pan_k._visible = false;
_parent.tai_mizu_k._visible = true;
}
} else {
_parent.mizu._visible = false;
if (icn_uwa._visible) {
_parent.uwa_mizu_k._visible = false;
}
if (icn_tai._visible) {
_parent.tai_mizu_k._visible = false;
}
}
}
Symbol 158 Button (1.3 KiB) ●
on (release) {
if (icn_buru1._visible) {
icn_buru1._visible = false;
icn_buru2._visible = true;
} else if (icn_buru2._visible) {
icn_buru2._visible = false;
icn_buru3._visible = true;
} else if (icn_buru3._visible) {
icn_buru3._visible = false;
} else {
icn_buru1._visible = true;
}
if (icn_buru1._visible) {
_parent.tanp._visible = true;
if (icn_uwa._visible) {
_parent.uwa_tanp_k._visible = true;
}
if (icn_tai._visible) {
_parent.tai_tanp_k._visible = true;
}
} else if (icn_buru2._visible) {
_parent.tanp._visible = false;
_parent.burub._visible = true;
if (icn_uwa._visible) {
_parent.uwa_tanp_k._visible = false;
_parent.uwa_burub_k._visible = true;
}
if (icn_tai._visible) {
_parent.tai_tanp_k._visible = false;
_parent.tai_burub_k._visible = true;
}
} else if (icn_buru3._visible) {
_parent.burub._visible = false;
_parent.burup._visible = true;
if (icn_uwa._visible) {
_parent.uwa_burub_k._visible = false;
_parent.uwa_burup_k._visible = true;
}
if (icn_tai._visible) {
_parent.tai_burub_k._visible = false;
_parent.tai_burup_k._visible = true;
}
} else {
_parent.burup._visible = false;
if (icn_uwa._visible) {
_parent.uwa_burup_k._visible = false;
}
if (icn_tai._visible) {
_parent.tai_burup_k._visible = false;
}
}
}
Symbol 159 Button (543 B)
on (release) {
if (icn_sk._visible) {
icn_sk._visible = false;
} else {
icn_sk._visible = true;
}
if (icn_sk._visible) {
_parent.sk._visible = true;
_parent.sk_h_k._visible = true;
if (icn_uwa._visible) {
_parent.uwa_sk_k._visible = true;
}
if (icn_tai._visible) {
_parent.tai_sk_k._visible = true;
}
} else {
_parent.sk._visible = false;
_parent.sk_h_k._visible = false;
if (icn_uwa._visible) {
_parent.uwa_sk_k._visible = false;
}
if (icn_tai._visible) {
_parent.tai_sk_k._visible = false;
}
}
}
Symbol 160 Button (2.06 KiB) ●
on (release) {
if (icn_uwa._visible) {
icn_uwa._visible = false;
icn_tai._visible = true;
} else if (icn_tai._visible) {
icn_tai._visible = false;
} else {
icn_uwa._visible = true;
}
if (icn_uwa._visible) {
_parent.uwa_a._visible = true;
_parent.uwa_b._visible = true;
_parent.uwa_h_k._visible = true;
if (icn_sk._visible) {
_parent.uwa_sk_k._visible = true;
}
if (icn_buru1._visible) {
_parent.uwa_tanp_k._visible = true;
}
if (icn_buru2._visible) {
_parent.uwa_burub_k._visible = true;
}
if (icn_buru3._visible) {
_parent.uwa_burup_k._visible = true;
}
if (icn_pan._visible) {
_parent.uwa_pan_k._visible = true;
}
if (icn_mizu._visible) {
_parent.uwa_mizu_k._visible = true;
}
} else if (icn_tai._visible) {
_parent.uwa_a._visible = false;
_parent.uwa_b._visible = false;
_parent.uwa_h_k._visible = false;
_parent.tai._visible = true;
_parent.tai_h_k._visible = true;
if (icn_sk._visible) {
_parent.uwa_sk_k._visible = false;
_parent.tai_sk_k._visible = true;
}
if (icn_buru1._visible) {
_parent.uwa_tanp_k._visible = false;
_parent.tai_tanp_k._visible = true;
}
if (icn_buru2._visible) {
_parent.uwa_burub_k._visible = false;
_parent.tai_burub_k._visible = true;
}
if (icn_buru3._visible) {
_parent.uwa_burup_k._visible = false;
_parent.tai_burup_k._visible = true;
}
if (icn_pan._visible) {
_parent.uwa_pan_k._visible = false;
_parent.tai_pan_k._visible = true;
}
if (icn_mizu._visible) {
_parent.uwa_mizu_k._visible = false;
_parent.tai_mizu_k._visible = true;
}
} else {
_parent.tai._visible = false;
_parent.tai_h_k._visible = false;
if (icn_sk._visible) {
_parent.tai_sk_k._visible = false;
}
if (icn_buru1._visible) {
_parent.tai_tanp_k._visible = false;
}
if (icn_buru2._visible) {
_parent.tai_burub_k._visible = false;
}
if (icn_buru3._visible) {
_parent.tai_burup_k._visible = false;
}
if (icn_pan._visible) {
_parent.tai_pan_k._visible = false;
}
if (icn_mizu._visible) {
_parent.tai_mizu_k._visible = false;
}
}
}
Symbol 161 Button (564 B)
on (release) {
if (icn_eye_1._visible) {
icn_eye_1._visible = false;
icn_eye_2._visible = true;
} else if (icn_eye_2._visible) {
icn_eye_2._visible = false;
icn_eye_3._visible = true;
} else {
icn_eye_3._visible = false;
icn_eye_1._visible = true;
}
if (icn_eye_1._visible) {
_parent.kao_01._visible = true;
_parent.kao_03._visible = false;
}
if (icn_eye_2._visible) {
_parent.kao_02._visible = true;
_parent.kao_01._visible = false;
}
if (icn_eye_3._visible) {
_parent.kao_03._visible = true;
_parent.kao_02._visible = false;
}
}
Symbol 163 Button (106 B)
on (release) {
if (toumei._visible) {
toumei._visible = false;
} else {
toumei._visible = true;
}
}
Instance of Symbol 107 MovieClip "toumei" in Symbol 164 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 111 MovieClip "waku" in Symbol 164 MovieClip Frame 1 (136 B)
on (press) {
_parent._parent.cont.startDrag(true, 0, 0, 800, 600);
}
on (release, releaseOutside) {
_parent._parent.cont.stopDrag();
}
Instance of Symbol 114 MovieClip "icn_siru" in Symbol 164 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 117 MovieClip "icn_tin2" in Symbol 164 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 120 MovieClip "icn_tin1" in Symbol 164 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 123 MovieClip "icn_mizu" in Symbol 164 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 129 MovieClip "icn_buru3" in Symbol 164 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 132 MovieClip "icn_buru2" in Symbol 164 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 135 MovieClip "icn_buru1" in Symbol 164 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 141 MovieClip "icn_tai" in Symbol 164 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 150 MovieClip "icn_eye_2" in Symbol 164 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 153 MovieClip "icn_eye_3" in Symbol 164 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Symbol 172 Button (275 B)
on (release) {
if (icn_c_on._visible) {
icn_c_on._visible = false;
icn_c_off._visible = true;
} else {
icn_c_off._visible = false;
icn_c_on._visible = true;
}
if (icn_c_on._visible) {
_parent.cont._visible = true;
} else {
_parent.cont._visible = false;
}
}
Instance of Symbol 167 MovieClip "icn_c_off" in Symbol 173 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}