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 27 MovieClip "buru_h_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 33 MovieClip "tai_h_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 36 MovieClip "tai_c" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 42 MovieClip "suku" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 45 MovieClip "dress_suku_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 48 MovieClip "tai_suku_k" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 51 MovieClip "buru" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 59 MovieClip "tai_b" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 63 MovieClip "tai_a" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 66 MovieClip "kubi_01" in Frame 2 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 72 MovieClip "siru" 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 77 MovieClip in Symbol 83 MovieClip Frame 1 (703 B)
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._alpha = toumei;
_parent._parent._parent.dress_h_k._alpha = toumei;
_parent._parent._parent.dress_suku_k._alpha = (_parent._parent._parent.suku._alpha * toumei) / 100;
_parent._parent._parent.tai_suku_k._alpha = (_parent._parent._parent.suku._alpha * toumei) / 200;
_parent._parent._parent.dress_s_k._alpha = toumei;
_parent._parent._parent.tai_a._alpha = toumei;
_parent._parent._parent.tai_b._alpha = toumei;
_parent._parent._parent.tai_c._alpha = toumei;
_parent._parent._parent.tai_h_k._alpha = toumei;
}
Instance of Symbol 78 MovieClip in Symbol 83 MovieClip Frame 1 (261 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.buru._alpha = toumei;
_parent._parent._parent.buru_h_k._alpha = toumei;
}
Instance of Symbol 79 MovieClip in Symbol 83 MovieClip Frame 1 (261 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.pans._alpha = toumei;
_parent._parent._parent.pans_h_k._alpha = toumei;
}
Instance of Symbol 80 MovieClip "sl_04" in Symbol 83 MovieClip Frame 1 (456 B)
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;
_parent._parent._parent.dress_suku_k._alpha = (_parent._parent._parent.dress._alpha * toumei) / 100;
_parent._parent._parent.tai_suku_k._alpha = (_parent._parent._parent.tai_a._alpha * toumei) / 200;
}
Instance of Symbol 81 MovieClip in Symbol 83 MovieClip Frame 1 (307 B)
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.teb_a._alpha = toumei;
_parent._parent._parent.teb_b._alpha = toumei;
_parent._parent._parent.teb_h_k._alpha = toumei;
}
Instance of Symbol 82 MovieClip in Symbol 83 MovieClip Frame 1 (211 B)
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.kubi_01._alpha = toumei;
}
Symbol 128 Button (216 B)
on (release) {
if (icn_siru._visible) {
icn_siru._visible = false;
} else {
icn_siru._visible = true;
}
if (icn_siru._visible) {
_parent.siru._visible = true;
} else {
_parent.siru._visible = false;
}
}
Symbol 129 Button (216 B)
on (release) {
if (icn_tail._visible) {
icn_tail._visible = false;
} else {
icn_tail._visible = true;
}
if (icn_tail._visible) {
_parent.tail._visible = true;
} else {
_parent.tail._visible = false;
}
}
Symbol 130 Button (222 B)
on (release) {
if (icn_kubi._visible) {
icn_kubi._visible = false;
} else {
icn_kubi._visible = true;
}
if (icn_kubi._visible) {
_parent.kubi_01._visible = true;
} else {
_parent.kubi_01._visible = false;
}
}
Symbol 131 Button (352 B)
on (release) {
if (icn_teb._visible) {
icn_teb._visible = false;
} else {
icn_teb._visible = true;
}
if (icn_teb._visible) {
_parent.teb_a._visible = true;
_parent.teb_b._visible = true;
_parent.teb_h_k._visible = true;
} else {
_parent.teb_a._visible = false;
_parent.teb_b._visible = false;
_parent.teb_h_k._visible = false;
}
}
Symbol 134 Button (216 B)
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 135 Button (943 B)
on (release) {
if (icn_dress._visible) {
icn_tai._visible = true;
icn_dress._visible = false;
} else if (icn_tai._visible) {
icn_tai._visible = false;
} else {
icn_dress._visible = true;
}
if (icn_dress._visible) {
_parent.dress._visible = true;
_parent.dress_h_k._visible = true;
if (icn_suku._visible) {
_parent.dress_suku_k._visible = true;
}
} else if (icn_tai._visible) {
_parent.dress._visible = false;
_parent.dress_h_k._visible = false;
_parent.tai_a._visible = true;
_parent.tai_b._visible = true;
_parent.tai_c._visible = true;
_parent.tai_h_k._visible = true;
if (icn_suku._visible) {
_parent.dress_suku_k._visible = false;
_parent.tai_suku_k._visible = true;
}
} else {
_parent.tai_a._visible = false;
_parent.tai_b._visible = false;
_parent.tai_c._visible = false;
_parent.tai_h_k._visible = false;
if (icn_suku._visible) {
_parent.tai_suku_k._visible = false;
}
}
}
Symbol 136 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 138 Button (106 B)
on (release) {
if (toumei._visible) {
toumei._visible = false;
} else {
toumei._visible = true;
}
}
Instance of Symbol 83 MovieClip "toumei" in Symbol 139 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 87 MovieClip "waku" in Symbol 139 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 90 MovieClip "icn_kubi" in Symbol 139 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 93 MovieClip "icn_siru" in Symbol 139 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 102 MovieClip "icn_suku" in Symbol 139 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 111 MovieClip "icn_buru" in Symbol 139 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 114 MovieClip "icn_tai" in Symbol 139 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 123 MovieClip "icn_eye_2" in Symbol 139 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 126 MovieClip "icn_eye_3" in Symbol 139 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 132 MovieClip "btn_05" in Symbol 139 MovieClip Frame 1 (844 B)
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;
if (_parent.icn_dress._visible) {
_parent._parent.dress_suku_k._visible = true;
}
if (_parent.icn_tai._visible) {
_parent._parent.tai_suku_k._visible = true;
}
_parent._parent.suku._visible = true;
} else {
_parent._parent.suku._visible = false;
if (_parent.icn_dress._visible) {
_parent._parent.dress_suku_k._visible = false;
}
if (_parent.icn_tai._visible) {
_parent._parent.tai_suku_k._visible = false;
}
}
}
Instance of Symbol 132 MovieClip "btn_hada" in Symbol 139 MovieClip Frame 1 (353 B)
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 147 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 142 MovieClip "icn_c_off" in Symbol 148 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}