Instance of Symbol 7 MovieClip in Frame 1
//component parameters
onClipEvent (construct) {
startLabel = "start";
proportion = "100%";
}
Frame 2
stop();
Instance of Symbol 19 MovieClip "kao_02" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 22 MovieClip "kao_03" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 28 MovieClip "tai_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 31 MovieClip "suku_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 40 MovieClip "sippo" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 43 MovieClip "tai" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 52 MovieClip "socks" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 55 MovieClip "suku" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 58 MovieClip "buruma" 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 74 MovieClip in Symbol 79 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.fuku_a._alpha = toumei;
_parent._parent._parent.fuku_b._alpha = toumei;
_parent._parent._parent.fuku_k._alpha = toumei;
_parent._parent._parent.tai._alpha = toumei;
_parent._parent._parent.tai_k._alpha = toumei;
_parent._parent._parent.suku._alpha = toumei;
_parent._parent._parent.suku_k._alpha = toumei;
}
Instance of Symbol 75 MovieClip in Symbol 79 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.pantsu._alpha = toumei;
}
Instance of Symbol 76 MovieClip in Symbol 79 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.buruma._alpha = toumei;
}
Instance of Symbol 77 MovieClip in Symbol 79 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.taitsu._alpha = toumei;
_parent._parent._parent.socks._alpha = toumei;
}
Instance of Symbol 78 MovieClip in Symbol 79 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.teb_a._alpha = toumei;
_parent._parent._parent.teb_b._alpha = toumei;
}
Symbol 127 Button
on (release) {
if (icn_crown._visible) {
icn_crown._visible = false;
} else {
icn_crown._visible = true;
}
if (icn_crown._visible) {
_parent.crown._visible = true;
} else {
_parent.crown._visible = false;
}
}
Symbol 128 Button
on (release) {
if (icn_kutu._visible) {
icn_kutu._visible = false;
} else {
icn_kutu._visible = true;
}
if (icn_kutu._visible) {
_parent.kutsu._visible = true;
} else {
_parent.kutsu._visible = false;
}
}
Symbol 129 Button
on (release) {
if (icn_sippo._visible) {
icn_sippo._visible = false;
} else {
icn_sippo._visible = true;
}
if (icn_sippo._visible) {
_parent.sippo._visible = true;
} else {
_parent.sippo._visible = false;
}
}
Symbol 130 Button
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;
} else {
_parent.teb_a._visible = false;
_parent.teb_b._visible = false;
}
}
Symbol 133 Button
on (release) {
if (icn_buru._visible) {
icn_buru._visible = false;
} else {
icn_buru._visible = true;
}
if (icn_buru._visible) {
_parent.buruma._visible = true;
} else {
_parent.buruma._visible = false;
}
}
Symbol 134 Button
on (release) {
if (icn_dress._visible) {
icn_tai._visible = true;
icn_dress._visible = false;
} else if (icn_tai._visible) {
icn_suku._visible = true;
icn_tai._visible = false;
} else if (icn_suku._visible) {
icn_suku._visible = false;
} else {
icn_dress._visible = true;
}
if (icn_dress._visible) {
_parent.fuku_a._visible = true;
_parent.fuku_b._visible = true;
_parent.fuku_k._visible = true;
} else if (icn_tai._visible) {
_parent.tai._visible = true;
_parent.tai_k._visible = true;
_parent.fuku_a._visible = false;
_parent.fuku_b._visible = false;
_parent.fuku_k._visible = false;
} else if (icn_suku._visible) {
_parent.suku._visible = true;
_parent.suku_k._visible = true;
_parent.tai._visible = false;
_parent.tai_k._visible = false;
} else if (!((icn_dress._visible || (icn_tai._visible)) || (icn_suku._visible))) {
_parent.suku._visible = false;
_parent.suku_k._visible = false;
}
}
Symbol 135 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 137 Button
on (release) {
if (toumei._visible) {
toumei._visible = false;
} else {
toumei._visible = true;
}
}
Instance of Symbol 79 MovieClip "toumei" in Symbol 138 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 83 MovieClip "waku" in Symbol 138 MovieClip Frame 1
on (press) {
_parent._parent.cont.startDrag(true, 0, 0, 800, 600);
}
on (release, releaseOutside) {
_parent._parent.cont.stopDrag();
}
Instance of Symbol 92 MovieClip "icn_sippo" in Symbol 138 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 98 MovieClip "icn_kutusita" in Symbol 138 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 104 MovieClip "icn_buru" in Symbol 138 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 110 MovieClip "icn_suku" in Symbol 138 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 113 MovieClip "icn_tai" in Symbol 138 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 122 MovieClip "icn_eye_2" in Symbol 138 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 125 MovieClip "icn_eye_3" in Symbol 138 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 131 MovieClip "btn_kubi" in Symbol 138 MovieClip Frame 1
on (release) {
if (_parent.icn_pans._visible) {
_parent.icn_kutusita._visible = true;
_parent.icn_pans._visible = false;
} else if (_parent.icn_kutusita._visible) {
_parent.icn_kutusita._visible = false;
} else {
_parent.icn_pans._visible = true;
}
if (_parent.icn_pans._visible) {
_parent._parent.taitsu._visible = true;
} else if (_parent.icn_kutusita._visible) {
_parent._parent.taitsu._visible = false;
this._parent._parent.socks._visible = true;
} else {
this._parent._parent.socks._visible = false;
}
}
Instance of Symbol 131 MovieClip "btn_hada" in Symbol 138 MovieClip Frame 1
on (release) {
if (_parent.icn_pan._visible) {
_parent.icn_pan._visible = false;
} else {
_parent.icn_pan._visible = true;
}
if (_parent.icn_pan._visible) {
_parent._parent.pantsu._visible = true;
} else {
_parent._parent.pantsu._visible = false;
}
}