Instance of Symbol 7 MovieClip in Frame 1
//component parameters
onClipEvent (construct) {
startLabel = "start";
proportion = "100%";
}
Frame 2
stop();
Instance of Symbol 13 MovieClip "tawa2" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 19 MovieClip "kao_03" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 22 MovieClip "kao_02" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 31 MovieClip "mant_h_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 34 MovieClip "tabi_h_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 37 MovieClip "tai_h_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 40 MovieClip "buru_h_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 44 MovieClip "mant_b" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 51 MovieClip "tabi_b" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 54 MovieClip "tai_b" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 60 MovieClip "suku" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 63 MovieClip "pans_b" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 69 MovieClip "buru" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 71 MovieClip "tai_a" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 73 MovieClip "tabi_a" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 80 MovieClip "mant_a" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 83 MovieClip "kubi2" 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 88 MovieClip in Symbol 94 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.dress_a._alpha = toumei;
_parent._parent._parent.dress_b._alpha = toumei;
_parent._parent._parent.dress_h_k._alpha = toumei;
_parent._parent._parent.tabi_a._alpha = toumei;
_parent._parent._parent.tabi_b._alpha = toumei;
_parent._parent._parent.tabi_h_k._alpha = toumei;
_parent._parent._parent.tai_a._alpha = toumei;
_parent._parent._parent.tai_b._alpha = toumei;
_parent._parent._parent.tai_h_k._alpha = toumei;
}
Instance of Symbol 89 MovieClip in Symbol 94 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.buru._alpha = toumei;
_parent._parent._parent.buru_h_k._alpha = toumei;
}
Instance of Symbol 90 MovieClip in Symbol 94 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.pansw._alpha = toumei;
_parent._parent._parent.pans_b._alpha = toumei;
}
Instance of Symbol 91 MovieClip "sl_04" in Symbol 94 MovieClip Frame 1
on (press) {
this.startDrag(true, 117, 15, 117, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.pan._alpha = toumei;
_parent._parent._parent.suku._alpha = toumei;
}
Instance of Symbol 92 MovieClip in Symbol 94 MovieClip Frame 1
on (press) {
this.startDrag(true, 153, 15, 153, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.mant_a._alpha = toumei;
_parent._parent._parent.mant_b._alpha = toumei;
_parent._parent._parent.mant_h_k._alpha = toumei;
}
Instance of Symbol 93 MovieClip in Symbol 94 MovieClip Frame 1
on (press) {
this.startDrag(true, 190, 15, 190, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.kubi1._alpha = toumei;
_parent._parent._parent.kubi2._alpha = toumei;
}
Symbol 148 Button
on (release) {
if (icn_tawa1._visible) {
icn_tawa1._visible = false;
icn_tawa2._visible = true;
} else if (icn_tawa2._visible) {
icn_tawa2._visible = false;
} else {
icn_tawa1._visible = true;
}
if (icn_tawa1._visible) {
_parent.tawa1._visible = true;
} else if (icn_tawa2._visible) {
_parent.tawa1._visible = false;
_parent.tawa2._visible = true;
} else {
_parent.tawa2._visible = false;
}
}
Symbol 149 Button
on (release) {
if (icn_kubi1._visible) {
icn_kubi1._visible = false;
icn_kubi2._visible = true;
} else if (icn_kubi2._visible) {
icn_kubi2._visible = false;
} else {
icn_kubi1._visible = true;
}
if (icn_kubi1._visible) {
_parent.kubi1._visible = true;
} else if (icn_kubi2._visible) {
_parent.kubi2._visible = true;
} else {
_parent.kubi1._visible = false;
_parent.kubi2._visible = false;
}
}
Symbol 150 Button
on (release) {
if (icn_mant._visible) {
icn_mant._visible = false;
} else {
icn_mant._visible = true;
}
if (icn_mant._visible) {
_parent.mant_a._visible = true;
_parent.mant_b._visible = true;
_parent.mant_h_k._visible = true;
} else {
_parent.mant_a._visible = false;
_parent.mant_b._visible = false;
_parent.mant_h_k._visible = false;
}
}
Symbol 153 Button
on (release) {
if (icn_pansw._visible) {
icn_pansw._visible = false;
icn_pansb._visible = true;
} else if (icn_pansb._visible) {
icn_pansb._visible = false;
} else {
icn_pansw._visible = true;
}
if (icn_pansw._visible) {
_parent.pansw._visible = true;
} else if (icn_pansb._visible) {
_parent.pansw._visible = false;
_parent.pans_b._visible = true;
} else {
_parent.pans_b._visible = false;
}
}
Symbol 154 Button
on (release) {
if (icn_dress._visible) {
icn_tabi._visible = true;
icn_dress._visible = false;
} else if (icn_tabi._visible) {
icn_tabi._visible = false;
icn_tai._visible = true;
} else if (icn_tai._visible) {
icn_tai._visible = false;
} else {
icn_dress._visible = true;
}
if (icn_dress._visible) {
_parent.dress_a._visible = true;
_parent.dress_b._visible = true;
_parent.dress_h_k._visible = true;
} else if (icn_tabi._visible) {
_parent.tabi_a._visible = true;
_parent.tabi_b._visible = true;
_parent.tabi_h_k._visible = true;
_parent.dress_a._visible = false;
_parent.dress_b._visible = false;
_parent.dress_h_k._visible = false;
} else if (icn_tai._visible) {
_parent.tabi_a._visible = false;
_parent.tabi_b._visible = false;
_parent.tabi_h_k._visible = false;
_parent.tai_a._visible = true;
_parent.tai_b._visible = true;
_parent.tai_h_k._visible = true;
} else {
_parent.tai_a._visible = false;
_parent.tai_b._visible = false;
_parent.tai_h_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 94 MovieClip "toumei" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 98 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 101 MovieClip "icn_tawa2" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 107 MovieClip "icn_kubi2" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 113 MovieClip "icn_mant" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 116 MovieClip "icn_suku" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 122 MovieClip "icn_pansb" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 128 MovieClip "icn_buru" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 131 MovieClip "icn_tai" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 134 MovieClip "icn_tabi" 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;
}
Instance of Symbol 151 MovieClip "btn_05" in Symbol 158 MovieClip Frame 1
on (release) {
if (_parent.icn_pan._visible) {
_parent.icn_pan._visible = false;
_parent.icn_suku._visible = true;
} else if (_parent.icn_suku._visible) {
_parent.icn_suku._visible = false;
} else {
_parent.icn_pan._visible = true;
}
if (_parent.icn_pan._visible) {
_parent._parent.pan._visible = true;
} else if (_parent.icn_suku._visible) {
_parent._parent.pan._visible = false;
_parent._parent.suku._visible = true;
} else {
_parent._parent.suku._visible = false;
}
}
Instance of Symbol 151 MovieClip "btn_hada" in Symbol 158 MovieClip Frame 1
on (release) {
if (_parent.icn_buru._visible) {
_parent.icn_buru._visible = false;
} else {
_parent.icn_buru._visible = true;
}
if (_parent.icn_buru._visible) {
_parent._parent.buru._visible = true;
_parent._parent.buru_h_k._visible = true;
} else {
_parent._parent.buru._visible = false;
_parent._parent.buru_h_k._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;
}