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 >= 6) && (h < 21)) {
this.cont.btn_05._visible = false;
this.cont.btn_07._visible = false;
this.cont.btn_08._visible = false;
this.cont.toumei.sl_04._visible = false;
this.cont.toumei.sl_06._visible = false;
} else {
this.cont.icn_batsu1._visible = false;
this.cont.icn_batsu2._visible = false;
this.cont.icn_batsu3._visible = false;
}
stop();
Instance of Symbol 12 MovieClip "uwa_b" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 18 MovieClip "tanpan_h_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 20 MovieClip "sk_h_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 22 MovieClip "tai_h_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 24 MovieClip "uwa_h_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 26 MovieClip "nema_h_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 31 MovieClip "tanpan_b" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 37 MovieClip "kao_02" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 40 MovieClip "kao_03" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 43 MovieClip "kuti" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 46 MovieClip "tai_b" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 49 MovieClip "pan_01" 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 "tai_suku_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 60 MovieClip "uwa_suku_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 62 MovieClip "santa_suku_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 68 MovieClip "buru_b" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 71 MovieClip "buru_r" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 73 MovieClip "tanpan_a" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 76 MovieClip "sk" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 79 MovieClip "tai_sk_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 81 MovieClip "uwa_sk_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 83 MovieClip "santa_sk_k" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 85 MovieClip "tai_a" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 87 MovieClip "uwa_a" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 90 MovieClip "nema" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 95 MovieClip "siru_01" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 98 MovieClip "tin_01" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 101 MovieClip "tin_01m" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 104 MovieClip "siru_02" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 107 MovieClip "tin_02" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 110 MovieClip "tin_02m" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 113 MovieClip "siru_03" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 116 MovieClip "win" 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 121 MovieClip in Symbol 127 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.uwa_a._alpha = toumei;
_parent._parent._parent.uwa_b._alpha = toumei;
_parent._parent._parent.uwa_h_k._alpha = toumei;
_parent._parent._parent.uwa_suku_k._alpha = (_parent._parent._parent.suku._alpha * toumei) / 100;
_parent._parent._parent.uwa_sk_k._alpha = (_parent._parent._parent.sk._alpha * toumei) / 100;
_parent._parent._parent.santa_a._alpha = toumei;
_parent._parent._parent.santa_b._alpha = toumei;
_parent._parent._parent.santa_h_k._alpha = toumei;
_parent._parent._parent.santa_suku_k._alpha = (_parent._parent._parent.suku._alpha * toumei) / 100;
_parent._parent._parent.santa_sk_k._alpha = (_parent._parent._parent.sk._alpha * toumei) / 100;
_parent._parent._parent.uwa_h_k._alpha = toumei;
_parent._parent._parent.nema._alpha = toumei;
_parent._parent._parent.nema_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;
_parent._parent._parent.tai_suku_k._alpha = (_parent._parent._parent.suku._alpha * toumei) / 100;
_parent._parent._parent.tai_sk_k._alpha = (_parent._parent._parent.sk._alpha * toumei) / 100;
}
Instance of Symbol 122 MovieClip "sl_02" in Symbol 127 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.sk._alpha = toumei;
_parent._parent._parent.sk_h_k._alpha = toumei;
_parent._parent._parent.santa_sk_k._alpha = (_parent._parent._parent.santa_a._alpha * toumei) / 100;
_parent._parent._parent.uwa_sk_k._alpha = (_parent._parent._parent.uwa_a._alpha * toumei) / 100;
_parent._parent._parent.tai_sk_k._alpha = (_parent._parent._parent.tai_a._alpha * toumei) / 100;
}
Instance of Symbol 123 MovieClip in Symbol 127 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.tanpan_a._alpha = toumei;
_parent._parent._parent.tanpan_b._alpha = toumei;
_parent._parent._parent.tanpan_h_k._alpha = toumei;
_parent._parent._parent.buru_b._alpha = toumei;
_parent._parent._parent.buru_r._alpha = toumei;
}
Instance of Symbol 124 MovieClip "sl_04" in Symbol 127 MovieClip Frame 1
on (press) {
this.startDrag(true, 115.5, 15, 115.5, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.pan_01._alpha = toumei;
_parent._parent._parent.pan_02._alpha = toumei;
_parent._parent._parent.suku._alpha = toumei;
_parent._parent._parent.santa_suku_k._alpha = (_parent._parent._parent.santa_a._alpha * toumei) / 100;
_parent._parent._parent.uwa_suku_k._alpha = (_parent._parent._parent.santa_a._alpha * toumei) / 100;
_parent._parent._parent.tai_suku_k._alpha = (_parent._parent._parent.santa_a._alpha * toumei) / 100;
}
Instance of Symbol 125 MovieClip "sl_05" in Symbol 127 MovieClip Frame 1
on (press) {
this.startDrag(true, 150.5, 15, 150.5, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.pans._alpha = toumei;
}
Instance of Symbol 126 MovieClip "sl_06" in Symbol 127 MovieClip Frame 1
on (press) {
this.startDrag(true, 186.5, 15, 150.5, 65);
}
on (release, releaseOutside) {
this.stopDrag();
orgY = _y;
toumei = ((50 - (orgY - 15)) / 50) * 100;
_parent._parent._parent.tin_01._alpha = toumei;
_parent._parent._parent.tin_01m._alpha = toumei;
_parent._parent._parent.tin_02._alpha = toumei;
_parent._parent._parent.tin_02m._alpha = toumei;
_parent._parent._parent.siru_02._alpha = toumei;
_parent._parent._parent.siru_03._alpha = toumei;
}
Symbol 187 Button
on (release) {
if (icn_siru._visible) {
icn_siru._visible = false;
} else {
icn_siru._visible = true;
}
if (icn_siru._visible) {
_parent.siru_01._visible = true;
if (icn_tin1._visible) {
_parent.siru_02._visible = true;
}
if (icn_tin2._visible) {
_parent.siru_03._visible = true;
}
} else {
_parent.siru_01._visible = false;
if (icn_tin1._visible) {
_parent.siru_02._visible = false;
}
if (icn_tin2._visible) {
_parent.siru_03._visible = false;
}
}
}
Symbol 188 Button
on (release) {
if (icn_tin1._visible) {
icn_tin1._visible = false;
icn_tin2._visible = true;
} else if (icn_tin2._visible) {
icn_tin2._visible = false;
} else {
icn_tin1._visible = true;
}
if (icn_tin1._visible) {
_parent.tin_01m._visible = true;
if (icn_siru._visible) {
_parent.siru_02._visible = true;
}
} else if (icn_tin2._visible) {
_parent.tin_01m._visible = false;
_parent.tin_02m._visible = true;
_parent.kuti._visible = true;
if (icn_siru._visible) {
_parent.siru_02._visible = false;
_parent.siru_03._visible = true;
}
if (this.icn_eye_1._visible) {
_parent.win._visible = true;
}
} else {
_parent.tin_02m._visible = false;
_parent.kuti._visible = false;
if (icn_siru._visible) {
_parent.siru_03._visible = false;
}
if (this.icn_eye_1._visible) {
_parent.win._visible = false;
}
}
}
Symbol 189 Button
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 190 Button
on (release) {
if (icn_pan02._visible) {
icn_pan02._visible = false;
icn_pan01._visible = true;
} else if (icn_pan01._visible) {
icn_pan01._visible = false;
icn_suku._visible = true;
} else if (icn_suku._visible) {
icn_suku._visible = false;
} else {
icn_pan02._visible = true;
}
if (icn_pan02._visible) {
_parent.pan_02._visible = true;
} else if (icn_pan01._visible) {
_parent.pan_02._visible = false;
_parent.pan_01._visible = true;
} else if (icn_suku._visible) {
_parent.pan_01._visible = false;
_parent.suku._visible = true;
if (icn_santa._visible) {
_parent.santa_suku_k._visible = true;
}
if (icn_uwa._visible) {
_parent.uwa_suku_k._visible = true;
}
if (icn_tai._visible) {
_parent.tai_suku_k._visible = true;
}
} else {
_parent.suku._visible = false;
if (icn_santa._visible) {
_parent.santa_suku_k._visible = false;
}
if (icn_uwa._visible) {
_parent.uwa_suku_k._visible = false;
}
if (icn_tai._visible) {
_parent.tai_suku_k._visible = false;
}
}
}
Symbol 191 Button
on (release) {
if (icn_buru1._visible) {
icn_buru1._visible = false;
icn_buru2._visible = true;
} else if (icn_buru2._visible) {
icn_buru2._visible = false;
icn_buru3._visible = true;
} else if (icn_buru3._visible) {
icn_buru3._visible = false;
} else {
icn_buru1._visible = true;
}
if (icn_buru1._visible) {
_parent.tanpan_a._visible = true;
_parent.tanpan_b._visible = true;
_parent.tanpan_h_k._visible = true;
} else if (icn_buru2._visible) {
_parent.tanpan_a._visible = false;
_parent.tanpan_b._visible = false;
_parent.tanpan_h_k._visible = false;
_parent.buru_b._visible = true;
} else if (icn_buru3._visible) {
_parent.buru_b._visible = false;
_parent.buru_r._visible = true;
} else {
_parent.buru_r._visible = false;
}
}
Symbol 192 Button
on (release) {
if (icn_sk._visible) {
icn_sk._visible = false;
} else {
icn_sk._visible = true;
}
if (icn_sk._visible) {
_parent.sk._visible = true;
_parent.sk_h_k._visible = true;
if (icn_santa._visible) {
_parent.santa_sk_k._visible = true;
}
if (icn_uwa._visible) {
_parent.uwa_sk_k._visible = true;
}
if (icn_tai._visible) {
_parent.tai_sk_k._visible = true;
}
} else {
_parent.sk._visible = false;
_parent.sk_h_k._visible = false;
if (icn_santa._visible) {
_parent.santa_sk_k._visible = false;
}
if (icn_uwa._visible) {
_parent.uwa_sk_k._visible = false;
}
if (icn_tai._visible) {
_parent.tai_sk_k._visible = false;
}
}
}
Symbol 193 Button
on (release) {
if (icn_santa._visible) {
icn_santa._visible = false;
icn_uwa._visible = true;
} else if (icn_uwa._visible) {
icn_uwa._visible = false;
icn_nema._visible = true;
} else if (icn_nema._visible) {
icn_nema._visible = false;
icn_tai._visible = true;
} else if (icn_tai._visible) {
icn_tai._visible = false;
} else {
icn_santa._visible = true;
}
if (icn_santa._visible) {
_parent.santa_a._visible = true;
_parent.santa_b._visible = true;
_parent.santa_h_k._visible = true;
if (icn_sk._visible) {
_parent.santa_sk_k._visible = true;
}
if (icn_suku._visible) {
_parent.santa_suku_k._visible = true;
}
} else if (icn_uwa._visible) {
_parent.santa_a._visible = false;
_parent.santa_b._visible = false;
_parent.santa_h_k._visible = false;
_parent.uwa_a._visible = true;
_parent.uwa_b._visible = true;
_parent.uwa_h_k._visible = true;
if (icn_sk._visible) {
_parent.santa_sk_k._visible = false;
}
if (icn_suku._visible) {
_parent.santa_suku_k._visible = false;
}
if (icn_sk._visible) {
_parent.uwa_sk_k._visible = true;
}
if (icn_suku._visible) {
_parent.uwa_suku_k._visible = true;
}
} else if (icn_nema._visible) {
_parent.uwa_a._visible = false;
_parent.uwa_b._visible = false;
_parent.uwa_h_k._visible = false;
_parent.nema._visible = true;
_parent.nema_h_k._visible = true;
if (icn_sk._visible) {
_parent.uwa_sk_k._visible = false;
}
if (icn_suku._visible) {
_parent.uwa_suku_k._visible = false;
}
} else if (icn_tai._visible) {
_parent.nema._visible = false;
_parent.nema_h_k._visible = false;
_parent.tai_a._visible = true;
_parent.tai_b._visible = true;
_parent.tai_h_k._visible = true;
if (icn_sk._visible) {
_parent.tai_sk_k._visible = true;
}
if (icn_suku._visible) {
_parent.tai_suku_k._visible = true;
}
} else {
_parent.tai_a._visible = false;
_parent.tai_b._visible = false;
_parent.tai_h_k._visible = false;
if (icn_sk._visible) {
_parent.tai_sk_k._visible = false;
}
if (icn_suku._visible) {
_parent.tai_suku_k._visible = false;
}
}
}
Symbol 194 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_tin2._visible) {
_parent.win._visible = true;
}
}
if (icn_eye_2._visible) {
_parent.kao_02._visible = true;
_parent.kao_01._visible = false;
if (icn_tin2._visible) {
_parent.win._visible = false;
}
}
if (icn_eye_3._visible) {
_parent.kao_03._visible = true;
_parent.kao_02._visible = false;
}
}
Symbol 198 Button
on (release) {
if (toumei._visible) {
toumei._visible = false;
} else {
toumei._visible = true;
}
}
Instance of Symbol 127 MovieClip "toumei" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 131 MovieClip "waku" in Symbol 199 MovieClip Frame 1
on (press) {
_parent._parent.cont.startDrag(true, 0, 0, 800, 600);
}
on (release, releaseOutside) {
_parent._parent.cont.stopDrag();
}
Instance of Symbol 134 MovieClip "icn_siru" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 137 MovieClip "icn_tin2" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 140 MovieClip "icn_tin1" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 146 MovieClip "icn_suku" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 152 MovieClip "icn_pan01" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 155 MovieClip "icn_buru3" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 158 MovieClip "icn_buru2" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 161 MovieClip "icn_buru1" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 164 MovieClip "icn_sk" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 167 MovieClip "icn_tai" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 170 MovieClip "icn_nema" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 173 MovieClip "icn_uwa" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 182 MovieClip "icn_eye_2" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 185 MovieClip "icn_eye_3" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 207 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 202 MovieClip "icn_c_off" in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}