Instance of Symbol 7 MovieClip in Frame 1
//component parameters
onClipEvent (construct) {
startLabel = "start";
proportion = "100%";
}
Frame 2
stop();
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 16 MovieClip "kao_02" in Symbol 54 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 19 MovieClip "kao_03" in Symbol 54 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 38 MovieClip "pareo" in Symbol 54 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 59 MovieClip in Symbol 65 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.body.fuku_f._alpha = toumei;
_parent._parent._parent.body.fuku_b._alpha = toumei;
_parent._parent._parent.body.fuku_h_k._alpha = toumei;
}
Instance of Symbol 60 MovieClip in Symbol 65 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.body.hada._alpha = toumei;
_parent._parent._parent.body.hada_b._alpha = toumei;
_parent._parent._parent.body.hada_h_k._alpha = toumei;
}
Instance of Symbol 61 MovieClip in Symbol 65 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.body.pan._alpha = toumei;
_parent._parent._parent.body.pareo._alpha = toumei;
}
Instance of Symbol 62 MovieClip in Symbol 65 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.body.kubi._alpha = toumei;
}
Instance of Symbol 63 MovieClip in Symbol 65 MovieClip Frame 1
on (press) {
this.startDrag(true, 152.9, 15, 152.9, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.body.sakana._alpha = toumei;
}
Instance of Symbol 64 MovieClip in Symbol 65 MovieClip Frame 1
on (press) {
this.startDrag(true, 188.4, 15, 188.4, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.body.mikan._alpha = toumei;
}
Symbol 101 Button
on (release) {
if (icn_mikan._visible) {
icn_mikan._visible = false;
} else {
icn_mikan._visible = true;
}
if (icn_mikan._visible) {
_parent.body.mikan._visible = true;
} else {
_parent.body.mikan._visible = false;
}
}
Symbol 102 Button
on (release) {
if (icn_sakana._visible) {
icn_sakana._visible = false;
} else {
icn_sakana._visible = true;
}
if (icn_sakana._visible) {
_parent.body.sakana._visible = true;
} else {
_parent.body.sakana._visible = false;
}
}
Symbol 105 Button
on (release) {
if (icn_pan1._visible) {
icn_pan1._visible = false;
icn_pan2._visible = true;
} else if (icn_pan2._visible) {
icn_pan2._visible = false;
} else {
icn_pan1._visible = true;
}
if (icn_pan1._visible) {
_parent.body.pan._visible = true;
}
if (icn_pan2._visible) {
_parent.body.pan._visible = false;
_parent.body.pareo._visible = true;
}
if (!(icn_pan1.visible || (icn_pan2._visible))) {
_parent.body.pareo._visible = false;
}
}
Symbol 106 Button
on (release) {
if (icn_fuku._visible) {
icn_fuku._visible = false;
} else {
icn_fuku._visible = true;
}
if (icn_fuku._visible) {
_parent.body.fuku_f._visible = true;
_parent.body.fuku_b._visible = true;
_parent.body.fuku_h_k._visible = true;
} else {
_parent.body.fuku_f._visible = false;
_parent.body.fuku_b._visible = false;
_parent.body.fuku_h_k._visible = false;
}
}
Symbol 107 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.body.kao_01._visible = true;
_parent.body.kao_03._visible = false;
}
if (icn_eye_2._visible) {
_parent.body.kao_02._visible = true;
_parent.body.kao_01._visible = false;
}
if (icn_eye_3._visible) {
_parent.body.kao_03._visible = true;
_parent.body.kao_02._visible = false;
}
}
Symbol 109 Button
on (release) {
if (toumei._visible) {
toumei._visible = false;
} else {
toumei._visible = true;
}
}
Instance of Symbol 65 MovieClip "toumei" in Symbol 110 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 69 MovieClip "waku" in Symbol 110 MovieClip Frame 1
on (press) {
_parent._parent.cont.startDrag(true, 0, 0, 800, 600);
}
on (release, releaseOutside) {
_parent._parent.cont.stopDrag();
}
Instance of Symbol 72 MovieClip "icn_pan2" in Symbol 110 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 87 MovieClip "icn_eye_2" in Symbol 110 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 90 MovieClip "icn_eye_3" in Symbol 110 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 103 MovieClip "btn_kubi" in Symbol 110 MovieClip Frame 1
on (release) {
if (_parent.icn_kubi._visible) {
_parent.icn_kubi._visible = false;
} else {
_parent.icn_kubi._visible = true;
}
if (_parent.icn_kubi._visible) {
_parent._parent.body.kubi._visible = true;
} else {
_parent._parent.body.kubi._visible = false;
}
}
Instance of Symbol 103 MovieClip "btn_hada" in Symbol 110 MovieClip Frame 1
on (release) {
if (_parent.icn_hada._visible) {
_parent.icn_hada._visible = false;
} else {
_parent.icn_hada._visible = true;
}
if (_parent.icn_hada._visible) {
_parent._parent.body.hada._visible = true;
_parent._parent.body.hada_b._visible = true;
_parent._parent.body.hada_h_k._visible = true;
} else {
_parent._parent.body.hada._visible = false;
_parent._parent.body.hada_b._visible = false;
_parent._parent.body.hada_h_k._visible = false;
}
}