Instance of Symbol 7 MovieClip in Frame 1
//component parameters
onClipEvent (construct) {
startLabel = "start";
proportion = "100%";
}
Frame 2
a = new Date();
h = a.getHours();
if ((h >= 0) && (h < 0)) {
this.contoroll.menu.btn_2_0._visible = false;
this.contoroll.menu.cursol_2._visible = false;
} else {
this.contoroll.menu.icn_batsu._visible = false;
}
stop();
Instance of Symbol 12 MovieClip "uwa_b" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 26 MovieClip "kao_02" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 29 MovieClip "kao_03" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 35 MovieClip "uwa_h_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 43 MovieClip "spa" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 46 MovieClip "uwa_spa_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 48 MovieClip "uwa_a" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 51 MovieClip "niku" 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);
}
};
Symbol 77 Button
on (release) {
if (this.mk_1_0._visible) {
} else {
this.mk_1_0._visible = true;
this.mk_1_1._visible = false;
this.mk_1_2._visible = false;
this._parent._parent.bura._visible = false;
this._parent._parent.uwa_a._visible = false;
this._parent._parent.uwa_b._visible = false;
this._parent._parent.uwa_h_k._visible = false;
if (this.mk_2_2._visible) {
this._parent._parent.uwa_spa_k._visible = false;
}
}
}
Symbol 78 Button
on (release) {
if (this.mk_1_1._visible) {
} else {
this.mk_1_0._visible = false;
this.mk_1_1._visible = true;
this.mk_1_2._visible = false;
this._parent._parent.bura._visible = true;
this._parent._parent.uwa_a._visible = false;
this._parent._parent.uwa_b._visible = false;
this._parent._parent.uwa_h_k._visible = false;
if (this.mk_2_2._visible) {
this._parent._parent.uwa_spa_k._visible = false;
}
}
}
Symbol 79 Button
on (release) {
if (this.mk_1_2._visible) {
} else {
this.mk_1_0._visible = false;
this.mk_1_1._visible = false;
this.mk_1_2._visible = true;
this._parent._parent.bura._visible = false;
this._parent._parent.uwa_a._visible = true;
this._parent._parent.uwa_b._visible = true;
this._parent._parent.uwa_h_k._visible = true;
if (this.mk_2_2._visible) {
this._parent._parent.uwa_spa_k._visible = true;
}
}
}
Symbol 80 Button
on (release) {
this.mk_2_0._visible = true;
this.mk_2_1._visible = false;
this.mk_2_2._visible = false;
this._parent._parent.pan._visible = false;
this._parent._parent.spa._visible = false;
if (this.mk_1_2._visible) {
this._parent._parent.uwa_spa_k._visible = false;
}
}
Symbol 81 Button
on (release) {
this.mk_2_0._visible = false;
this.mk_2_1._visible = true;
this.mk_2_2._visible = false;
this._parent._parent.pan._visible = true;
this._parent._parent.spa._visible = false;
if (this.mk_1_2._visible) {
this._parent._parent.uwa_spa_k._visible = false;
}
}
Symbol 82 Button
on (release) {
this.mk_2_0._visible = false;
this.mk_2_1._visible = false;
this.mk_2_2._visible = true;
this._parent._parent.pan._visible = false;
this._parent._parent.spa._visible = true;
if (this.mk_1_2._visible) {
this._parent._parent.uwa_spa_k._visible = true;
}
}
Symbol 83 Button
on (release) {
if (this.mk_3_0._visible) {
} else {
this.mk_3_0._visible = true;
this.mk_3_1._visible = false;
this._parent._parent.mimi._visible = false;
}
}
Symbol 84 Button
on (release) {
this.mk_3_0._visible = false;
this.mk_3_1._visible = true;
this._parent._parent.mimi._visible = true;
}
Symbol 85 Button
on (release) {
this.mk_4_0._visible = true;
this.mk_4_1._visible = false;
this._parent._parent.hand._visible = true;
this._parent._parent.niku._visible = false;
}
Symbol 86 Button
on (release) {
this.mk_4_0._visible = false;
this.mk_4_1._visible = true;
this._parent._parent.hand._visible = false;
this._parent._parent.niku._visible = true;
}
Symbol 87 Button
on (release) {
if (this.mk_0_0._visible) {
} else {
this.mk_0_0._visible = true;
this.mk_0_1._visible = false;
this.mk_0_2._visible = false;
this._parent._parent.kao_01._visible = true;
this._parent._parent.kao_02._visible = false;
this._parent._parent.kao_03._visible = false;
}
}
Symbol 88 Button
on (release) {
if (this.mk_0_1._visible) {
} else {
this.mk_0_0._visible = false;
this.mk_0_1._visible = true;
this.mk_0_2._visible = false;
this._parent._parent.kao_01._visible = false;
this._parent._parent.kao_02._visible = true;
this._parent._parent.kao_03._visible = false;
}
}
Symbol 89 Button
on (release) {
if (this.mk_0_2._visible) {
} else {
this.mk_0_0._visible = false;
this.mk_0_1._visible = false;
this.mk_0_2._visible = true;
this._parent._parent.kao_01._visible = false;
this._parent._parent.kao_02._visible = false;
this._parent._parent.kao_03._visible = true;
}
}
Instance of Symbol 59 MovieClip "cursol_1" in Symbol 90 MovieClip Frame 1
on (press) {
this.startDrag(true, 30, 125, 130, 125);
}
on (release, releaseOutside) {
this.stopDrag();
orgX = _x;
toumei = orgX - 30;
this._parent._parent._parent.bura._alpha = toumei;
this._parent._parent._parent.uwa_a._alpha = toumei;
this._parent._parent._parent.uwa_b._alpha = toumei;
this._parent._parent._parent.uwa_h_k._alpha = toumei;
this._parent._parent._parent.uwa_spa_k._alpha = (this._parent._parent._parent.spa._alpha * toumei) / 100;
}
Instance of Symbol 59 MovieClip "cursol_2" in Symbol 90 MovieClip Frame 1
on (press) {
this.startDrag(true, 30, 190, 130, 190);
}
on (release, releaseOutside) {
this.stopDrag();
orgX = _x;
toumei = orgX - 30;
this._parent._parent._parent.pan._alpha = toumei;
this._parent._parent._parent.spa._alpha = toumei;
this._parent._parent._parent.uwa_spa_k._alpha = (this._parent._parent._parent.uwa_a._alpha * toumei) / 100;
}
Instance of Symbol 73 MovieClip "mk_1_0" in Symbol 90 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 73 MovieClip "mk_1_2" in Symbol 90 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 73 MovieClip "mk_2_0" in Symbol 90 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 73 MovieClip "mk_2_2" in Symbol 90 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 73 MovieClip "mk_3_0" in Symbol 90 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 73 MovieClip "mk_4_0" in Symbol 90 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 73 MovieClip "mk_4_1" in Symbol 90 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 73 MovieClip "mk_0_1" in Symbol 90 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 73 MovieClip "mk_0_2" in Symbol 90 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 92 Button
on (release) {
gotoAndPlay ("c_1");
}
Symbol 93 Button
on (release) {
gotoAndPlay ("c_2");
}
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 15
stop();
Symbol 94 MovieClip Frame 30
gotoAndPlay ("c_0");