Instance of Symbol 7 MovieClip in Frame 1
//component parameters
onClipEvent (construct) {
startLabel = "start";
proportion = "100%";
}
Frame 2
stop();
Instance of Symbol 15 MovieClip "kao_02" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 18 MovieClip "kao_03" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 25 MovieClip "tai_h_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 34 MovieClip "pan_02" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 37 MovieClip "suku_a" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 40 MovieClip "tai_suku_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 42 MovieClip "uwa_suku_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 48 MovieClip "burub" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 51 MovieClip "tai_burub_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 53 MovieClip "uwa_burub_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 56 MovieClip "burur" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 59 MovieClip "tai_burur_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 61 MovieClip "ura_burur_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 67 MovieClip "tai_sk_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 72 MovieClip "tai" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 77 MovieClip "tanp" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 86 MovieClip "camera" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 7 MovieClip Frame 1
_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 91 MovieClip in Symbol 97 MovieClip Frame 1
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.tai_sk_k._alpha = (_parent._parent._parent.sk._alpha * toumei) / 100;
}
Instance of Symbol 92 MovieClip "sl_02" in Symbol 97 MovieClip Frame 1
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.uwa_a._alpha * toumei) / 100;
}
Instance of Symbol 93 MovieClip in Symbol 97 MovieClip Frame 1
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.tanpan_b._alpha = toumei;
_parent._parent._parent.tanpan_h_k._alpha = toumei;
_parent._parent._parent.burub._alpha = toumei;
_parent._parent._parent.burur._alpha = toumei;
}
Instance of Symbol 94 MovieClip in Symbol 97 MovieClip Frame 1
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.pans._alpha = toumei;
}
Instance of Symbol 95 MovieClip in Symbol 97 MovieClip Frame 1
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_01._alpha = toumei;
_parent._parent._parent.pan_02._alpha = toumei;
_parent._parent._parent.suku_a._alpha = toumei;
_parent._parent._parent.suku_b._alpha = toumei;
_parent._parent._parent.suku_c._alpha = toumei;
}
Instance of Symbol 96 MovieClip in Symbol 97 MovieClip Frame 1
on (press) {
this.startDrag(true, 186.5, 15, 186.5, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.medal._alpha = toumei;
}
Symbol 148 Button
on (release) {
if (icn_camera._visible) {
icn_camera._visible = false;
} else {
icn_camera._visible = true;
}
if (icn_camera._visible) {
_parent.camera._visible = true;
_parent.monitor._visible = false;
} else {
_parent.camera._visible = false;
_parent.monitor._visible = true;
}
}
Symbol 149 Button
on (release) {
if (icn_pendant._visible) {
icn_pendant._visible = false;
} else {
icn_pendant._visible = true;
}
if (icn_pendant._visible) {
_parent.medal._visible = true;
} else {
_parent.medal._visible = false;
}
}
Symbol 150 Button
on (release) {
if (icn_pans._visible) {
icn_pans._visible = false;
} else {
icn_pans._visible = true;
}
if (icn_pans._visible) {
_parent.pans._visible = true;
} else {
_parent.pans._visible = false;
}
}
Symbol 151 Button
on (release) {
if (icn_pan01._visible) {
icn_pan01._visible = false;
icn_pan02._visible = true;
} else if (icn_pan02._visible) {
icn_pan02._visible = false;
icn_suku._visible = true;
} else if (icn_suku._visible) {
icn_suku._visible = false;
} else {
icn_pan01._visible = true;
}
if (icn_pan01._visible) {
_parent.pan_01._visible = true;
} else if (icn_pan02._visible) {
_parent.pan_01._visible = false;
_parent.pan_02._visible = true;
} else if (icn_suku._visible) {
_parent.pan_02._visible = false;
_parent.suku_a._visible = true;
_parent.suku_b._visible = true;
_parent.suku_c._visible = true;
} else {
_parent.suku_a._visible = false;
_parent.suku_b._visible = false;
_parent.suku_c._visible = false;
}
}
Symbol 152 Button
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;
_parent.tanpan_h_k._visible = true;
} else if (icn_buru2._visible) {
_parent.tanp._visible = false;
_parent.tanpan_h_k._visible = false;
_parent.burub._visible = true;
} else if (icn_buru3._visible) {
_parent.burub._visible = false;
_parent.burur._visible = true;
} else {
_parent.burur._visible = false;
}
}
Symbol 153 Button
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 154 Button
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;
}
} else if (icn_tai._visible) {
_parent.uwa_a._visible = false;
_parent.uwa_a_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;
}
} else {
_parent.tai._visible = false;
_parent.tai_h_k._visible = false;
if (icn_sk._visible) {
_parent.tai_sk_k._visible = false;
}
}
}
Symbol 155 Button
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 157 Button
on (release) {
if (toumei._visible) {
toumei._visible = false;
} else {
toumei._visible = true;
}
}
Instance of Symbol 97 MovieClip "toumei" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 101 MovieClip "waku" in Symbol 158 MovieClip Frame 1
on (press) {
_parent._parent.cont.startDrag(true, 0, 0, 800, 600);
}
on (release, releaseOutside) {
_parent._parent.cont.stopDrag();
}
Instance of Symbol 104 MovieClip "icn_camera" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 113 MovieClip "icn_suku" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 116 MovieClip "icn_pan02" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 122 MovieClip "icn_buru3" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 125 MovieClip "icn_buru2" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 128 MovieClip "icn_buru1" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 134 MovieClip "icn_tai" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 143 MovieClip "icn_eye_2" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 146 MovieClip "icn_eye_3" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 166 Button
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 161 MovieClip "icn_c_off" in Symbol 167 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}