Frame 1
_quality = "medium";
_root.go_insert_mode = 0;
_root.insert_move_ok = 0;
_root.se001 = new Sound(se_clip);
_root.se002 = new Sound(se_clip);
_root.se003 = new Sound(se_clip);
_root.se004 = new Sound(se_clip);
_root.se005 = new Sound(se_clip);
_root.se006 = new Sound(se_clip);
_root.se007 = new Sound(se_clip);
_root.se008 = new Sound(se_clip);
_root.se001.attachSound("SE01");
_root.se002.attachSound("SE02");
_root.se003.attachSound("SE03");
_root.se004.attachSound("SE04");
_root.se005.attachSound("SE05");
_root.se006.attachSound("SE06");
_root.se007.attachSound("SE07");
_root.se008.attachSound("SE08");
Instance of Symbol 348 MovieClip "button_all" in Frame 1
onClipEvent (load) {
_root.hair = 1;
_root.under_hair = 0;
_root.now_mode = 1;
_root.syousai = 0;
}
Instance of Symbol 370 MovieClip "datui_hit" in Frame 1
onClipEvent (load) {
_root.datui_hit_all_x = this._x;
this._x = _root.datui_hit_all_x + 2000;
}
Instance of Symbol 383 MovieClip "touch_hit_all" in Frame 1
onClipEvent (load) {
_root.touch_hit_all_x = this._x;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 387 MovieClip in Frame 1
onClipEvent (load) {
_root.message_window_x = this._x;
_root.fukidasi_void = 0;
_root.fukidasi_void_count = 0;
}
onClipEvent (enterFrame) {
if (_root.fukidasi_void == 0) {
this._x = _root.message_window_x + 2000;
} else if (_root.fukidasi_void == 1) {
_root.fukidasi_void_count = 1;
_root.fukidasi_void = 2;
this._x = _root.message_window_x;
} else if (_root.fukidasi_void_count >= 100) {
_root.fukidasi_void_count = 0;
_root.fukidasi_void = 0;
} else if (_root.fukidasi_void_count >= 1) {
_root.fukidasi_void_count = _root.fukidasi_void_count + 1;
}
}
Instance of Symbol 433 MovieClip "danmenzu" in Frame 1
onClipEvent (load) {
_root.danmen_MC_x = this._x;
this._x = 3000;
}
Instance of Symbol 436 MovieClip in Frame 1
onClipEvent (load) {
_root.kaikan_geji = 1;
_root.auto_geji_mainasu_count = 0;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.kaikan_geji);
if (_root.kaikan_geji >= 300) {
_root.kaikan_geji = 300;
} else if (_root.kaikan_geji > 160) {
if (_root.auto_geji_mainasu_count == 20) {
_root.kaikan_geji = _root.kaikan_geji - 1;
_root.auto_geji_mainasu_count = 0;
} else {
_root.auto_geji_mainasu_count = _root.auto_geji_mainasu_count + 1;
}
} else if (_root.kaikan_geji <= 1) {
_root.kaikan_geji = 1;
}
}
Instance of Symbol 36 MovieClip in Symbol 37 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.kaikan_geji > 150) {
this._alpha = 50;
} else {
this._alpha = _root.kaikan_geji - 100;
}
}
Instance of Symbol 43 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (load) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
Instance of Symbol 44 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (load) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
Instance of Symbol 50 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (load) {
if (_root.kaikan_geji > 150) {
this._alpha = 100;
} else {
this._alpha = _root.kaikan_geji - 50;
}
}
onClipEvent (enterFrame) {
if (_root.kaikan_geji > 150) {
this._alpha = 100;
} else {
this._alpha = _root.kaikan_geji - 50;
}
}
Symbol 69 MovieClip Frame 1
this.stop();
Instance of Symbol 44 MovieClip in Symbol 69 MovieClip Frame 1
onClipEvent (load) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
Symbol 69 MovieClip Frame 3
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 69 MovieClip Frame 11
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se002.start();
break;
case 2 :
_root.se003.start();
break;
case 3 :
_root.se004.start();
}
Symbol 69 MovieClip Frame 21
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 69 MovieClip Frame 31
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se002.start();
break;
case 2 :
_root.se003.start();
break;
case 3 :
_root.se004.start();
}
Symbol 69 MovieClip Frame 41
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 69 MovieClip Frame 50
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se002.start();
break;
case 2 :
_root.se003.start();
break;
case 3 :
_root.se004.start();
}
Symbol 69 MovieClip Frame 70
this.gotoAndStop(1);
Symbol 69 MovieClip Frame 72
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 69 MovieClip Frame 81
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se002.start();
break;
case 2 :
_root.se003.start();
break;
case 3 :
_root.se004.start();
}
Symbol 69 MovieClip Frame 91
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 69 MovieClip Frame 101
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se002.start();
break;
case 2 :
_root.se003.start();
break;
case 3 :
_root.se004.start();
}
Symbol 69 MovieClip Frame 111
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 69 MovieClip Frame 120
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se002.start();
break;
case 2 :
_root.se003.start();
break;
case 3 :
_root.se004.start();
}
Symbol 69 MovieClip Frame 150
this.gotoAndStop(1);
Symbol 69 MovieClip Frame 152
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 69 MovieClip Frame 161
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se002.start();
break;
case 2 :
_root.se003.start();
break;
case 3 :
_root.se004.start();
}
Symbol 69 MovieClip Frame 171
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se002.start();
break;
case 2 :
_root.se003.start();
break;
case 3 :
_root.se004.start();
}
Symbol 69 MovieClip Frame 181
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 69 MovieClip Frame 191
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se002.start();
break;
case 2 :
_root.se003.start();
break;
case 3 :
_root.se004.start();
}
Symbol 69 MovieClip Frame 201
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 69 MovieClip Frame 210
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se002.start();
break;
case 2 :
_root.se003.start();
break;
case 3 :
_root.se004.start();
}
Symbol 69 MovieClip Frame 240
this.gotoAndStop(1);
Symbol 74 MovieClip Frame 1
this.stop();
Symbol 74 MovieClip Frame 2
this.stop();
Symbol 74 MovieClip Frame 3
this.stop();
Symbol 74 MovieClip Frame 5
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 11
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 20
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 31
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 41
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 50
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 60
this.gotoAndStop(1);
Symbol 74 MovieClip Frame 62
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 70
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 80
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 90
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 110
this.gotoAndStop(1);
Symbol 74 MovieClip Frame 112
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 121
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 131
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 141
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 150
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 74 MovieClip Frame 175
this.gotoAndStop(1);
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.kaikan_geji > 150) {
this._alpha = 50;
} else {
this._alpha = _root.kaikan_geji - 100;
}
}
Symbol 97 MovieClip Frame 1
this.stop();
Symbol 97 MovieClip Frame 2
this.stop();
Symbol 97 MovieClip Frame 3
this.stop();
Symbol 134 MovieClip Frame 1
this.stop();
Symbol 134 MovieClip Frame 3
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 134 MovieClip Frame 11
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 134 MovieClip Frame 21
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 134 MovieClip Frame 31
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 134 MovieClip Frame 40
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 3;
}
Symbol 134 MovieClip Frame 62
this.gotoAndStop(1);
Symbol 134 MovieClip Frame 64
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 134 MovieClip Frame 71
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 134 MovieClip Frame 81
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 134 MovieClip Frame 90
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 3;
}
Symbol 134 MovieClip Frame 115
this.gotoAndStop(1);
Symbol 134 MovieClip Frame 117
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 134 MovieClip Frame 126
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 134 MovieClip Frame 136
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 134 MovieClip Frame 146
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 134 MovieClip Frame 155
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 3;
}
Symbol 134 MovieClip Frame 180
this.gotoAndStop(1);
Symbol 135 MovieClip Frame 1
this.stop();
Symbol 135 MovieClip Frame 3
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 11
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 21
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 31
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 40
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 3;
}
Symbol 135 MovieClip Frame 57
this.gotoAndStop(1);
Symbol 135 MovieClip Frame 59
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 66
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 76
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 86
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 96
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 106
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 3;
}
Symbol 135 MovieClip Frame 126
this.gotoAndStop(1);
Symbol 135 MovieClip Frame 128
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 136
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 146
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 135 MovieClip Frame 155
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 3;
}
Symbol 135 MovieClip Frame 186
this.gotoAndStop(1);
Symbol 140 MovieClip Frame 1
this.stop();
Symbol 140 MovieClip Frame 2
this.stop();
Symbol 140 MovieClip Frame 3
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 7
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 11
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 21
this.stop();
Symbol 140 MovieClip Frame 23
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 27
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 31
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 35
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 59
this.gotoAndStop(1);
Symbol 140 MovieClip Frame 61
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 65
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 69
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 81
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 85
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 90
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 107
this.gotoAndStop(1);
Symbol 140 MovieClip Frame 109
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 113
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 117
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 121
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 125
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 129
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 141
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 145
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 149
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 156
if (_root.kaikan_geji <= 150) {
_root.kaikan_geji = _root.kaikan_geji + 1;
}
Symbol 140 MovieClip Frame 176
this.gotoAndStop(1);
Symbol 157 MovieClip Frame 60
this.stop();
Instance of Symbol 157 MovieClip in Symbol 158 MovieClip Frame 7
onClipEvent (load) {
_root.kutipaku = 0;
}
onClipEvent (enterFrame) {
if (_root.kutipaku == 0) {
this.gotoAndPlay(1);
_root.kutipaku = 1;
}
}
Symbol 227 MovieClip Frame 1
this.stop();
Instance of Symbol 227 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (load) {
_root.hohobeni = 0;
}
onClipEvent (enterFrame) {
if (_root.hohobeni == 1) {
this.gotoAndPlay(2);
_root.hohobeni = 0;
}
}
Instance of Symbol 158 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (load) {
_root.kuti = 1;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.kuti);
}
Instance of Symbol 224 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (load) {
_root.hyoujou = 7;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.hyoujou);
}
Instance of Symbol 234 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.hair);
}
Instance of Symbol 265 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (load) {
if (_root.chinko_siru != 1) {
_root.chinko_siru == 0;
this._alpha = 0;
} else if (_root.chinko_siru == 1) {
this._alpha = 50;
}
}
onClipEvent (enterFrame) {
if (_root.chinko_siru != 1) {
this._alpha = 0;
} else if (_root.chinko_siru == 1) {
this._alpha = 50;
}
}
Instance of Symbol 44 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
Instance of Symbol 44 MovieClip in Symbol 270 MovieClip Frame 1
onClipEvent (load) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
Instance of Symbol 44 MovieClip in Symbol 271 MovieClip Frame 1
onClipEvent (load) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
Instance of Symbol 44 MovieClip in Symbol 272 MovieClip Frame 1
onClipEvent (load) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
Instance of Symbol 44 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (load) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
Instance of Symbol 44 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (load) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
Instance of Symbol 44 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
Symbol 289 MovieClip Frame 16
this.stop();
Symbol 290 MovieClip Frame 120
this.gotoAndPlay(1);
Symbol 290 MovieClip Frame 122
_root.hyoujou = 3;
_root.kuti = 3;
_root.fukidasi_void = 1;
_root.hohobeni = 1;
switch (Math.floor(Math.random() * 10) + 1) {
case 1 :
_root.message = "\u3042\u3063\u2026\u2026";
break;
case 2 :
_root.message = "\u306F\u3063\u2026\u2026\u3042\u3063\u2026\u2026";
break;
case 3 :
_root.message = "\u3042\u304F\u3063\u2026\u2026";
break;
case 4 :
_root.message = "\u3093\u3041\u3063\u2026\u2026";
break;
case 5 :
_root.message = "\u3042\u3042\u3063\u2026\u2026";
break;
case 6 :
_root.message = "\u3084\u3063\u2026\u2026\u3042\u3063\u2026\u2026";
break;
case 7 :
_root.message = "\u3042\u2026\u2026\u3093\u3063\u2026\u2026";
break;
case 8 :
_root.message = "\u306F\u3001\u6065\u305A\u304B\u3057\u3044\u2026\u2026";
break;
case 9 :
_root.message = "\u305D\u3001\u305D\u3093\u306A\u2026\u2026";
break;
case 10 :
_root.message = "\u3093\u304F\u3063\u2026\u2026";
}
Symbol 290 MovieClip Frame 141
_root.hyoujou = 7;
_root.kuti = 1;
Symbol 290 MovieClip Frame 150
this.gotoAndPlay("taiki_loop");
Symbol 290 MovieClip Frame 152
_root.hyoujou = 3;
_root.kuti = 3;
_root.fukidasi_void = 1;
_root.hohobeni = 1;
switch (Math.floor(Math.random() * 10) + 1) {
case 1 :
_root.message = "\u3042\u3063\u2026\u2026";
break;
case 2 :
_root.message = "\u306F\u3063\u2026\u2026\u3042\u3063\u2026\u2026";
break;
case 3 :
_root.message = "\u3042\u304F\u3063\u2026\u2026";
break;
case 4 :
_root.message = "\u3093\u3041\u3063\u2026\u2026";
break;
case 5 :
_root.message = "\u3042\u3042\u3063\u2026\u2026";
break;
case 6 :
_root.message = "\u3084\u3063\u2026\u2026\u3042\u3063\u2026\u2026";
break;
case 7 :
_root.message = "\u3042\u2026\u2026\u3093\u3063\u2026\u2026";
break;
case 8 :
_root.message = "\u306F\u3001\u6065\u305A\u304B\u3057\u3044\u2026\u2026";
break;
case 9 :
_root.message = "\u305D\u3001\u305D\u3093\u306A\u2026\u2026";
break;
case 10 :
_root.message = "\u3093\u304F\u3063\u2026\u2026";
}
Symbol 290 MovieClip Frame 171
_root.hyoujou = 7;
_root.kuti = 1;
Symbol 290 MovieClip Frame 180
this.gotoAndPlay("taiki_loop");
Symbol 290 MovieClip Frame 182
_root.hyoujou = 5;
_root.kuti = 7;
_root.kutipaku = 0;
_root.fukidasi_void = 1;
_root.hohobeni = 1;
switch (Math.floor(Math.random() * 5) + 1) {
case 1 :
_root.message = "\u3042\u2026\u2026\u308F\u304B\u3063\u305F\u308F";
break;
case 2 :
_root.message = "\u3046\u3093\u3001\u79C1\u304C\u4E0A\u306B\u2026\u2026";
break;
case 3 :
_root.message = "\u307E\u305F\u3052\u3070\u3044\u3044\u306E\u306D\u2026\u2026\uFF1F";
break;
case 4 :
_root.message = "\u6B21\u306F\u3069\u3046\u3059\u308B\u306E\u2026\u2026\uFF1F";
break;
case 5 :
_root.message = "\u3046\u3093\u2026\u2026\u3044\u3044\u308F\u2026\u2026";
}
Symbol 290 MovieClip Frame 210
_root.hyoujou = 1;
_root.kuti = 7;
_root.kutipaku = 0;
_root.fukidasi_void = 1;
switch (Math.floor(Math.random() * 5) + 1) {
case 1 :
_root.message = "\u3046\u3093\u3057\u3087\u2026\u2026\u3063\u3068";
break;
case 2 :
_root.message = "\u3053\u3093\u306A\u611F\u3058\u3067\u3044\u3044\u306E\u2026\u2026\uFF1F";
break;
case 3 :
_root.message = "\u5927\u304D\u3044\u2026\u2026";
break;
case 4 :
_root.message = "\u3075\u3075\u3063\u3001\u3074\u304F\u3074\u304F\u3057\u3066\u308B\u2026\u2026";
break;
case 5 :
_root.message = "\u305F\u304F\u307E\u3057\u3044\u308F\u2026\u2026";
}
Symbol 290 MovieClip Frame 230
this._parent.button_all.insert_go_button._x = _root.insert_go_button_x;
Symbol 290 MovieClip Frame 231
_root.hyoujou = 1;
_root.kuti = 5;
Symbol 290 MovieClip Frame 350
this.gotoAndPlay("beforeinsert_loop");
Symbol 290 MovieClip Frame 352
_root.hyoujou = 2;
_root.kuti = 7;
_root.kutipaku = 0;
_root.fukidasi_void = 1;
switch (Math.floor(Math.random() * 5) + 1) {
case 1 :
_root.message = "\u5165\u308C\u308B\u2026\u2026\u308F\u306D\u2026\u2026\uFF1F";
break;
case 2 :
_root.message = "\u3046\u3093\u2026\u2026\u6765\u3066\u2026\u2026";
break;
case 3 :
_root.message = "\u3082\u3046\u3001\u6211\u6162\u3067\u304D\u306A\u3044\u308F\u2026\u2026";
break;
case 4 :
_root.message = "\u3046\u3093\u2026\u2026\u8CB4\u65B9\u306E\u3092\u3001\u3061\u3087\u3046\u3060\u3044\u2026\u2026";
break;
case 5 :
_root.message = "\u3053\u308C\u304C\u2026\u2026\u79C1\u306E\u4E2D\u306B\u2026\u2026";
}
Symbol 290 MovieClip Frame 375
_root.fukidasi_void = 1;
switch (Math.floor(Math.random() * 5) + 1) {
case 1 :
_root.hyoujou = 3;
_root.kuti = 4;
_root.message = "\u3093\u3063\u2026\u2026\u304F\u3063\u2026\u2026";
break;
case 2 :
_root.message = "\u3042\u3063\u3001\u71B1\u3063\u2026\u2026";
_root.hyoujou = 3;
_root.kuti = 4;
break;
case 3 :
_root.hyoujou = 3;
_root.kuti = 2;
_root.message = "\u305D\u3001\u305D\u3046\u2026\u2026\u305D\u3053\u306B\u2026\u2026";
break;
case 4 :
_root.hyoujou = 3;
_root.kuti = 2;
_root.message = "\u3059\u3054\u3044\u2026\u2026\u6FE1\u308C\u3066\u308B\u2026\u2026";
break;
case 5 :
_root.hyoujou = 3;
_root.kuti = 4;
_root.message = "\u3042\u3063\u2026\u2026\u3093\u3063\u2026\u2026";
}
Instance of Symbol 44 MovieClip in Symbol 290 MovieClip Frame 378
onClipEvent (load) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 0) {
this._alpha = 0;
} else if (_root.under_hair == 1) {
this._alpha = 100;
}
}
Symbol 290 MovieClip Frame 386
_root.hyoujou = 3;
_root.kuti = 3;
_root.fukidasi_void = 1;
switch (Math.floor(Math.random() * 5) + 1) {
case 1 :
_root.message = "\u3042\u3063\u2026\u2026\u3042\u3042\u3063\u2026\u2026\uFF01";
break;
case 2 :
_root.message = "\u305D\u3001\u305D\u3046\u2026\u2026\u5965\u307E\u3067\u2026\u2026\u3063\uFF01";
break;
case 3 :
_root.message = "\u3093\u3041\u3063\u2026\u2026\u306F\u3041\u3041\u2026\u2026\uFF01";
break;
case 4 :
_root.message = "\u306F\u3001\u5165\u3063\u3066\u3001\u304F\u308B\u3063\u2026\u2026\uFF01";
break;
case 5 :
_root.message = "\u3042\u306F\u3063\u2026\u2026\u3093\u3041\u3041\u3063\u2026\u2026\uFF01";
}
Symbol 290 MovieClip Frame 436
_root.chinko_siru = 1;
_root.hyoujou = 2;
_root.kuti = 7;
_root.kutipaku = 0;
_root.fukidasi_void = 1;
switch (Math.floor(Math.random() * 5) + 1) {
case 1 :
_root.message = "\u5168\u90E8\u2026\u2026\u5165\u3063\u3061\u3083\u3063\u305F\u2026\u2026";
break;
case 2 :
_root.message = "\u3093\u3063\u2026\u2026\u4E2D\u3067\u2026\u2026\u3074\u304F\u3074\u304F\u3057\u3066\u308B\u2026\u2026";
break;
case 3 :
_root.message = "\u3042\u3042\u2026\u2026\u4E00\u756A\u5965\u306B\u2026\u2026";
break;
case 4 :
_root.message = "\u3042\u3063\u2026\u2026\u3044\u3044\u308F\u3041\u2026\u2026";
break;
case 5 :
_root.message = "\u79C1\u306E\u4E2D\u2026\u2026\u8CB4\u65B9\u3067\u3044\u3063\u3071\u3044\u3088\u2026\u2026";
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se005.start();
break;
case 2 :
_root.se006.start();
break;
case 3 :
_root.se007.start();
}
Symbol 290 MovieClip Frame 500
_root.insert_move_ok = 1;
this._parent.danmenzu._x = _root.danmen_MC_x;
Symbol 290 MovieClip Frame 501
_root.hyoujou = 2;
_root.kuti = 5;
Symbol 290 MovieClip Frame 620
this.gotoAndPlay("insert_after_loop");
Symbol 290 MovieClip Frame 632
_root.hyoujou = 3;
_root.kuti = 3;
_root.fukidasi_void = 1;
if (_root.kaikan_geji > 270) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1 :
_root.message = "\u308F\u3001\u79C1\u2026\u2026\u3082\u3046\u2026\u2026\uFF01";
break;
case 2 :
_root.hyoujou = 2;
_root.message = "\u3042\u3063\u3001\u3067\u3001\u51FA\u308B\u306E\u2026\u2026\uFF1F";
break;
case 3 :
_root.message = "\u3093\u3041\u3063\u2026\u2026\u3042\u3063\u3042\u3063\u2026\u2026\uFF01";
break;
case 4 :
_root.message = "\u51FA\u3057\u3066\u2026\u2026\u4E2D\u306B\u51FA\u3057\u3066\u2026\u2026\uFF01";
_root.hyoujou = 2;
break;
case 5 :
_root.message = "\u3044\u304F\u3063\u2026\u2026\u3044\u3063\u3001\u304F\u3063\u2026\u2026\uFF01";
break;
case 6 :
_root.message = "\u3042\u3093\u3063\u2026\u2026\u3042\u3063\u3042\u3063\u2026\u2026\uFF01";
break;
case 7 :
_root.message = "\u3042\u3042\u3063\u2026\u2026\u3093\u3041\u3041\u3063\u2026\u2026\uFF01";
break;
case 8 :
_root.message = "\u3044\u3044\u3063\u2026\u2026\u304D\u3082\u3061\u3044\u3044\u306E\u3049\u3063\u2026\u2026\uFF01";
break;
case 9 :
_root.message = "\u3042\u306F\u3063\u3001\u3042\u3063\u3001\u3042\u3041\u2026\u2026\uFF01";
break;
case 10 :
_root.message = "\u3042\u3063\u3001\u6DF1\u3044\u306E\u3063\u3001\u597D\u304D\u3043\u3063\u2026\u2026\uFF01";
}
} else {
switch (Math.floor(Math.random() * 10) + 1) {
case 1 :
_root.message = "\u3042\u3042\u3063\u2026\u2026\uFF01";
break;
case 2 :
_root.message = "\u304A\u3001\u5965\u306B\u5F53\u305F\u3063\u3066\u2026\u2026\uFF01";
break;
case 3 :
_root.message = "\u3093\u3041\u3063\u2026\u2026\uFF01";
break;
case 4 :
_root.message = "\u3072\u3041\u3063\u2026\u2026\uFF01";
break;
case 5 :
_root.message = "\u3042\u3042\u2026\u2026\u3059\u3054\u3044\u2026\u2026\u3063\uFF01";
break;
case 6 :
_root.message = "\u3042\u3063\u2026\u2026\u306F\u3041\u3063\u2026\u2026\uFF01";
break;
case 7 :
_root.message = "\u3093\u3063\u2026\u2026\u3042\u3093\u3063\u2026\u2026\uFF01";
break;
case 8 :
_root.message = "\u3075\u3041\u3063\u2026\u2026\u3042\u3063\u2026\u2026\uFF01";
break;
case 9 :
_root.message = "\u3093\u304F\u3063\u2026\u2026\u3042\u306F\u3041\u3063\u2026\u2026\uFF01";
break;
case 10 :
_root.message = "\u3042\u3063\u3042\u3063\u2026\u2026\uFF01";
}
}
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
_root.se005.start();
break;
case 2 :
_root.se006.start();
break;
case 3 :
_root.se007.start();
}
Symbol 290 MovieClip Frame 650
this.gotoAndPlay("insert_after_loop");
Symbol 290 MovieClip Frame 652
_root.hyoujou = 3;
_root.kuti = 6;
_root.fukidasi_void = 1;
switch (Math.floor(Math.random() * 5) + 1) {
case 1 :
_root.message = "\u3093\u3041\u3063\u3001\u3042\u306F\u3041\u3041\u3041\u2026\u2026\uFF01";
break;
case 2 :
_root.message = "\u30A4\u3063\u3001\u304F\u3045\u3045\u3063\u2026\u2026\uFF01";
break;
case 3 :
_root.message = "\u306A\u3001\u4E2D\u306B\u3001\u51FA\u3057\u3066\u2026\u2026\u3063\uFF01";
break;
case 4 :
_root.message = "\u3042\u3063\u3001\u3042\u3063\u3001\u3042\u3042\u3041\u3041\u2026\u2026\uFF01";
break;
case 5 :
_root.message = "\u3075\u3041\u3063\u3001\u3042\u3063\u3001\u3093\u3041\u3041\u2026\u2026\uFF01";
}
_root.se008.start();
Symbol 290 MovieClip Frame 779
_root.hyoujou = 2;
_root.kuti = 7;
_root.kutipaku = 0;
_root.fukidasi_void = 1;
switch (Math.floor(Math.random() * 5) + 1) {
case 1 :
_root.message = "\u3059\u3054\u304F\u2026\u2026\u7D20\u6575\u3060\u3063\u305F\u308F\u2026\u2026";
break;
case 2 :
_root.message = "\u305F\u304F\u3055\u3093\u2026\u2026\u51FA\u305F\u308F\u306D\u2026\u2026";
break;
case 3 :
_root.message = "\u3075\u3075\u3063\u2026\u2026\u598A\u5A20\u2026\u2026\u3057\u3061\u3083\u3046\u304B\u3082";
break;
case 4 :
_root.message = "\u3057\u3070\u3089\u304F\u2026\u2026\u3053\u306E\u307E\u307E\u2026\u2026";
break;
case 5 :
_root.message = "\u3075\u3075\u3063\u2026\u2026\u3082\u3046\u4E00\u56DE\u3001\u3059\u308B\u2026\u2026\uFF1F";
}
Symbol 290 MovieClip Frame 780
this.gotoAndPlay("insert_after_loop");
Symbol 292 Button
on (release) {
if (_root.hair == 1) {
_root.hair = 2;
} else if (_root.hair == 2) {
_root.hair = 1;
}
_root.se001.start();
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u9AEA\u578B\u306E\u5909\u66F4";
}
on (rollOut) {
_root.navi = "";
}
Symbol 293 Button
on (release) {
if (_root.under_hair == 1) {
_root.under_hair = 0;
} else if (_root.under_hair == 0) {
_root.under_hair = 1;
}
_root.se001.start();
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u30A2\u30F3\u30C0\u30FC\u30D8\u30A2\u306E\u8868\u793A\u30FB\u975E\u8868\u793A";
}
on (rollOut) {
_root.navi = "";
}
Symbol 294 Button
on (release) {
if (_root.syousai == 0) {
_root.syousai = 1;
} else if (_root.syousai == 1) {
_root.syousai = 0;
}
_root.se001.start();
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u3053\u306EFLASH\u306E\u60C5\u5831\u3092\u8868\u793A";
}
on (rollOut) {
_root.navi = "";
}
Symbol 295 Button
on (release) {
_root.now_mode = 1;
this._parent._parent.touch_hit_all._x = _root.touch_hit_all_x;
this._parent._parent.datui_hit._x = _root.datui_hit_all_x + 2000;
_root.se001.start();
}
Symbol 297 Button
on (release) {
_root.now_mode = 2;
this._parent._parent.datui_hit._x = _root.datui_hit_all_x;
this._parent._parent.touch_hit_all._x = _root.touch_hit_all_x + 2000;
_root.se001.start();
}
Symbol 299 Button
on (release) {
_root.now_mode = 3;
if (_root.go_insert_mode == 0) {
_root.go_insert_mode = 1;
this._parent._parent.datui_hit.pantu_datui_hit_drag._x = 3000;
this._parent._parent.kyara00.gotoAndPlay("go_insert");
}
this._parent._parent.touch_hit_all._x = _root.touch_hit_all_x + 2000;
this._parent._parent.datui_hit._x = _root.datui_hit_all_x + 2000;
_root.se001.start();
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u633F\u5165\u30E2\u30FC\u30C9\u3078\u79FB\u884C";
}
on (rollOut) {
_root.navi = "";
}
Symbol 302 Button
on (release) {
_root.navi = "";
_root.kutipaku = 0;
_root.fukidasi_void = 0;
_root.hyoujou = 7;
_root.kuti = 1;
_root.taitosuka_now = 1;
_root.pantu_now = 1;
_root.uwagi_now = 1;
_root.go_insert_mode = 0;
_root.insert_move_ok = 0;
this._parent.kyara00.gotoAndPlay(1);
this._parent.danmenzu.danmenzu_TL.gotoAndPlay(1);
_root.now_mode = 1;
this._parent.touch_hit_all._x = _root.touch_hit_all_x;
this._parent.datui_hit._x = _root.datui_hit_all_x + 2000;
this._parent.datui_hit.pantu_datui_hit_drag._x = _root.pantu_hit_x;
this._parent.danmenzu._x = 3000;
this._parent.datui_hit.pantu_datui_hit_drag._x = _root.pantu_hit_x + 2000;
this._parent.datui_hit.pantu_datui_hit_drag._y = _root.pantu_hit_y;
this._parent.datui_hit.taitosuka_hit_drag._x = _root.taitosuka_hit_x;
this._parent.datui_hit.taitosuka_hit_drag._y = _root.taitosuka_hit_y;
this._parent.datui_hit.uwagi_datui_drag._x = _root.uwagi_datui_x;
this._parent.datui_hit.uwagi_datui_drag._y = _root.uwagi_datui_y;
this._parent.kyara00.oppai_TL.gotoAndStop(1);
this._parent.kyara00.taitosuka_TL.gotoAndStop(1);
this._parent.kyara00.kokan_TL.gotoAndStop(1);
_root.chinko_siru == 0;
_root.kaikan_geji = 1;
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u518D\u8D77\u52D5";
}
on (rollOut) {
_root.navi = "";
}
Symbol 306 Button
on (release) {
getURL ("http://koooonsoft.sakura.ne.jp", "_blank");
}
on (rollOver) {
_root.navi = "KooooN Soft\u306E\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8\u3092\u958B\u304F";
}
on (rollOut) {
_root.navi = "";
}
Symbol 308 Button
on (release) {
this._parent._parent.kyara00.gotoAndPlay("insert");
this._x = 3000;
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u633F\u5165";
}
on (rollOut) {
_root.navi = "";
}
Instance of Symbol 317 MovieClip in Symbol 318 MovieClip Frame 1
onClipEvent (load) {
fr = 30;
time = 1000;
time_count = 0;
old_timer = getTimer();
fps = (fr + "/") + fr;
}
onClipEvent (enterFrame) {
time_count = time_count + 1;
if ((getTimer() - old_timer) >= time) {
fps = (Math.floor((time_count * 1000) / (getTimer() - old_timer)) + "/") + fr;
old_timer = getTimer();
time_count = 0;
}
}
Symbol 331 Button
on (release) {
if (_root.gasitu_now == 4) {
_root.gasitu_now = 3;
_quality = "high";
} else if (_root.gasitu_now == 3) {
_root.gasitu_now = 2;
_quality = "medium";
} else if (_root.gasitu_now == 2) {
_root.gasitu_now = 1;
_quality = "low";
}
_root.se001.start();
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u753B\u8CEA\u3092\u4E00\u6BB5\u968E\u4E0B\u3052\u308B";
}
on (rollOut) {
_root.navi = "";
}
Symbol 332 Button
on (release) {
if (_root.gasitu_now == 1) {
_root.gasitu_now = 2;
_quality = "medium";
} else if (_root.gasitu_now == 2) {
_root.gasitu_now = 3;
_quality = "high";
} else if (_root.gasitu_now == 3) {
_root.gasitu_now = 4;
_quality = "best";
}
_root.se001.start();
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u753B\u8CEA\u3092\u4E00\u6BB5\u968E\u4E0A\u3052\u308B";
}
on (rollOut) {
_root.navi = "";
}
Instance of Symbol 328 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (load) {
_root.gasitu_now = 2;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gasitu_now);
}
Symbol 343 Button
on (release) {
if (_root.se_now == 1) {
_root.se_now = 2;
_root.se001.setVolume(0);
} else if (_root.se_now == 2) {
_root.se_now = 1;
_root.se001.setVolume(100);
_root.se001.start();
}
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u52B9\u679C\u97F3\u306E\u30AA\u30F3\u30FB\u30AA\u30D5";
}
on (rollOut) {
_root.navi = "";
}
Instance of Symbol 344 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (load) {
_root.se_now = 1;
}
Instance of Symbol 346 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.se_now);
}
Instance of Symbol 301 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
_root.go_insert_mode_button_x = this._x;
}
onClipEvent (enterFrame) {
if ((_root.kaikan_geji >= 150) && (_root.pantu_now == 3)) {
this._x = _root.go_insert_mode_button_x;
} else {
this._x = 3000;
}
}
Instance of Symbol 307 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
_root.syousai = 0;
_root.syousai_x = this._x;
}
onClipEvent (enterFrame) {
if (_root.syousai == 0) {
this._x = 3000;
} else if (_root.syousai == 1) {
this._x = _root.syousai_x;
}
}
Instance of Symbol 309 MovieClip "insert_go_button" in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
_root.insert_go_button_x = this._x;
this._x = 3000;
}
Instance of Symbol 313 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.now_mode);
}
Symbol 352 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (_root.pantu_now == 1) {
this._x = _root.pantu_hit_x;
this._y = _root.pantu_hit_y;
this._parent.taitosuka_hit_drag._x = _root.taitosuka_hit_x;
} else if (_root.pantu_now == 2) {
this._x = _root.pantu_hit_x;
this._y = _root.pantu_hit_y;
this._parent.taitosuka_hit_drag._x = _root.taitosuka_hit_x;
} else if (_root.pantu_now == 3) {
this._x = _root.pantu_hit_x - 23.6;
this._y = _root.pantu_hit_y;
this._parent.taitosuka_hit_drag._x = _root.taitosuka_hit_x + 2000;
}
}
on (rollOver) {
if (_root.pantu_now == 1) {
_root.navi = "\u2190\u30C9\u30E9\u30C3\u30B0\u3067\u305A\u3089\u3059";
} else if (_root.pantu_now == 3) {
_root.navi = "\u2192\u30C9\u30E9\u30C3\u30B0\u3067\u623B\u3059";
}
}
on (rollOut) {
_root.navi = "";
}
Symbol 359 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (_root.taitosuka_now == 1) {
this._x = _root.taitosuka_hit_x;
this._y = _root.taitosuka_hit_y;
this._parent.pantu_datui_hit_drag._x = _root.pantu_hit_x + 2000;
} else if (_root.taitosuka_now == 2) {
this._x = _root.taitosuka_hit_x;
this._y = _root.taitosuka_hit_y;
this._parent.pantu_datui_hit_drag._x = _root.pantu_hit_x + 2000;
} else if (_root.taitosuka_now == 3) {
this._x = _root.taitosuka_hit_x;
this._y = _root.taitosuka_hit_y - 37;
this._parent.pantu_datui_hit_drag._x = _root.pantu_hit_x;
}
}
on (rollOver) {
if (_root.taitosuka_now == 1) {
_root.navi = "\u2191\u30C9\u30E9\u30C3\u30B0\u3067\u3081\u304F\u308B";
} else if (_root.taitosuka_now == 3) {
_root.navi = "\u2193\u30C9\u30E9\u30C3\u30B0\u3067\u623B\u3059";
}
}
on (rollOut) {
_root.navi = "";
}
Symbol 366 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (_root.uwagi_now == 1) {
this._x = _root.uwagi_datui_x;
this._y = _root.uwagi_datui_y;
} else if (_root.uwagi_now == 2) {
this._x = _root.uwagi_datui_x;
this._y = _root.uwagi_datui_y;
} else if (_root.uwagi_now == 3) {
this._x = _root.uwagi_datui_x;
this._y = _root.uwagi_datui_y + 37;
}
}
on (rollOver) {
if (_root.uwagi_now == 1) {
_root.navi = "\u2193\u30C9\u30E9\u30C3\u30B0\u3067\u8131\u304C\u305B\u308B";
} else if (_root.uwagi_now == 3) {
_root.navi = "\u2191\u30C9\u30E9\u30C3\u30B0\u3067\u623B\u3059";
}
}
on (rollOut) {
_root.navi = "";
}
Instance of Symbol 355 MovieClip "pantu_datui_hit_drag" in Symbol 370 MovieClip Frame 1
onClipEvent (load) {
_root.pantu_now = 1;
_root.pantu_hit_x = this._x;
_root.pantu_hit_y = this._y;
this._x = _root.pantu_hit_x + 2000;
}
onClipEvent (enterFrame) {
if (_root.now_mode == 2) {
if (this.pantu_datui_hit00.hitTest(this._parent.pantu_datui_hit01)) {
_root.pantu_now = 1;
this._parent._parent.kyara00.kokan_TL.gotoAndStop(1);
} else if (this.pantu_datui_hit00.hitTest(this._parent.pantu_datui_hit02)) {
_root.pantu_now = 2;
this._parent._parent.kyara00.kokan_TL.gotoAndStop(2);
} else if (_root.pantu_now == 3) {
} else if (this.pantu_datui_hit00.hitTest(this._parent.pantu_datui_hit03)) {
_root.pantu_now = 3;
this._parent._parent.kyara00.kokan_TL.gotoAndStop(3);
if (_root.go_insert_mode == 0) {
this._parent._parent.kyara00.gotoAndPlay("touch_hannou00");
}
}
}
}
Instance of Symbol 362 MovieClip "taitosuka_hit_drag" in Symbol 370 MovieClip Frame 1
onClipEvent (load) {
_root.taitosuka_now = 1;
_root.taitosuka_hit_x = this._x;
_root.taitosuka_hit_y = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_mode == 2) {
if (this.taitosuka_hit00.hitTest(this._parent.taitosuka_hit01)) {
_root.taitosuka_now = 1;
this._parent._parent.kyara00.taitosuka_TL.gotoAndStop(1);
} else if (this.taitosuka_hit00.hitTest(this._parent.taitosuka_hit02)) {
_root.taitosuka_now = 2;
this._parent._parent.kyara00.taitosuka_TL.gotoAndStop(2);
} else if (_root.taitosuka_now == 3) {
} else if (this.taitosuka_hit00.hitTest(this._parent.taitosuka_hit03)) {
_root.taitosuka_now = 3;
this._parent._parent.kyara00.taitosuka_TL.gotoAndStop(3);
if (_root.go_insert_mode == 0) {
this._parent._parent.kyara00.gotoAndPlay("touch_hannou00");
}
}
}
}
Instance of Symbol 369 MovieClip "uwagi_datui_drag" in Symbol 370 MovieClip Frame 1
onClipEvent (load) {
_root.uwagi_now = 1;
_root.uwagi_datui_x = this._x;
_root.uwagi_datui_y = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_mode == 2) {
if (this.uwagi_datui_hit00.hitTest(this._parent.uwagi_datui_hit01)) {
_root.uwagi_now = 1;
this._parent._parent.kyara00.oppai_TL.gotoAndStop(1);
} else if (this.uwagi_datui_hit00.hitTest(this._parent.uwagi_datui_hit02)) {
_root.uwagi_now = 2;
this._parent._parent.kyara00.oppai_TL.gotoAndStop(2);
} else if (_root.uwagi_now == 3) {
} else if (this.uwagi_datui_hit00.hitTest(this._parent.uwagi_datui_hit03)) {
_root.uwagi_now = 3;
this._parent._parent.kyara00.oppai_TL.gotoAndPlay(3);
if (_root.go_insert_mode == 0) {
this._parent._parent.kyara00.gotoAndPlay("touch_hannou00");
}
}
}
}
Symbol 372 Button
on (release) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
this._parent._parent.kyara00.oppai_TL.gotoAndPlay("fuku_yure00");
break;
case 2 :
this._parent._parent.kyara00.oppai_TL.gotoAndPlay("fuku_yure01");
break;
case 3 :
this._parent._parent.kyara00.oppai_TL.gotoAndPlay("fuku_yure02");
}
if (_root.go_insert_mode == 0) {
switch (Math.floor(Math.random() * 2) + 1) {
case 1 :
this._parent._parent.kyara00.gotoAndPlay("touch_hannou00");
break;
case 2 :
this._parent._parent.kyara00.gotoAndPlay("touch_hannou01");
}
}
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u63C9\u3080";
}
on (rollOut) {
_root.navi = "";
}
Symbol 375 Button
on (release) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
this._parent._parent.kyara00.oppai_TL.left_oppai_TL.gotoAndPlay("left_oppai_yure00");
break;
case 2 :
this._parent._parent.kyara00.oppai_TL.left_oppai_TL.gotoAndPlay("left_oppai_yure01");
break;
case 3 :
this._parent._parent.kyara00.oppai_TL.left_oppai_TL.gotoAndPlay("left_oppai_yure02");
}
if (_root.go_insert_mode == 0) {
switch (Math.floor(Math.random() * 2) + 1) {
case 1 :
this._parent._parent.kyara00.gotoAndPlay("touch_hannou00");
break;
case 2 :
this._parent._parent.kyara00.gotoAndPlay("touch_hannou01");
}
}
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u63C9\u3080";
}
on (rollOut) {
_root.navi = "";
}
Symbol 378 Button
on (release) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
this._parent._parent.kyara00.oppai_TL.right_oppai_TL.gotoAndPlay("right_oppai_yure00");
break;
case 2 :
this._parent._parent.kyara00.oppai_TL.right_oppai_TL.gotoAndPlay("right_oppai_yure01");
break;
case 3 :
this._parent._parent.kyara00.oppai_TL.right_oppai_TL.gotoAndPlay("right_oppai_yure02");
}
if (_root.go_insert_mode == 0) {
switch (Math.floor(Math.random() * 2) + 1) {
case 1 :
this._parent._parent.kyara00.gotoAndPlay("touch_hannou00");
break;
case 2 :
this._parent._parent.kyara00.gotoAndPlay("touch_hannou01");
}
}
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u63C9\u3080";
}
on (rollOut) {
_root.navi = "";
}
Symbol 381 Button
on (release) {
if (_root.pantu_now == 3) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
this._parent._parent.kyara00.kokan_TL.manko_TL.gotoAndPlay("manko_iji00");
break;
case 2 :
this._parent._parent.kyara00.kokan_TL.manko_TL.gotoAndPlay("manko_iji01");
break;
case 3 :
this._parent._parent.kyara00.kokan_TL.manko_TL.gotoAndPlay("manko_iji02");
}
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
this._parent._parent.kyara00.kokan_TL.gotoAndPlay("manko_iji00");
break;
case 2 :
this._parent._parent.kyara00.kokan_TL.gotoAndPlay("manko_iji01");
break;
case 3 :
this._parent._parent.kyara00.kokan_TL.gotoAndPlay("manko_iji02");
}
}
if (_root.now_mode != 3) {
switch (Math.floor(Math.random() * 2) + 1) {
case 1 :
this._parent._parent.kyara00.gotoAndPlay("touch_hannou00");
break;
case 2 :
this._parent._parent.kyara00.gotoAndPlay("touch_hannou01");
}
}
}
on (rollOver) {
_root.navi = "\u30AF\u30EA\u30C3\u30AF\uFF1A\u3044\u3058\u308B";
}
on (rollOut) {
_root.navi = "";
}
Instance of Symbol 373 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
_root.oppai_touch_hit00_x = this._x;
}
onClipEvent (enterFrame) {
if (_root.uwagi_now == 3) {
this._x = 3000;
} else if (_root.uwagi_now == 1) {
this._x = _root.oppai_touch_hit00_x;
}
}
Instance of Symbol 376 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
_root.oppai_touch_hit01left_x = this._x;
}
onClipEvent (enterFrame) {
if (_root.uwagi_now == 1) {
this._x = 3000;
} else if (_root.uwagi_now == 3) {
this._x = _root.oppai_touch_hit01left_x;
}
}
Instance of Symbol 379 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
_root.oppai_touch_hit01right_x = this._x;
}
onClipEvent (enterFrame) {
if (_root.uwagi_now == 1) {
this._x = 3000;
} else if (_root.uwagi_now == 3) {
this._x = _root.oppai_touch_hit01right_x;
}
}
Instance of Symbol 382 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
_root.manko_touch_hit_x = this._x;
}
onClipEvent (enterFrame) {
if ((_root.taitosuka_now == 1) || (_root.go_insert_mode == 1)) {
this._x = 3000;
} else if (_root.taitosuka_now == 3) {
this._x = _root.manko_touch_hit_x;
}
}
Symbol 425 MovieClip Frame 11
this.stop();
Symbol 425 MovieClip Frame 120
this.gotoAndPlay("syasei_loop");
Symbol 429 Button
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
switch (_root.now_piston) {
case 1 :
this._y = _root.danmen_dragtarget_y + 104;
break;
case 2 :
this._y = _root.danmen_dragtarget_y + 93.6;
break;
case 3 :
this._y = _root.danmen_dragtarget_y + 83.2;
break;
case 4 :
this._y = _root.danmen_dragtarget_y + 72.8;
break;
case 5 :
this._y = _root.danmen_dragtarget_y + 62.4;
break;
case 6 :
this._y = _root.danmen_dragtarget_y + 52;
break;
case 7 :
this._y = _root.danmen_dragtarget_y + 41.6;
break;
case 8 :
this._y = _root.danmen_dragtarget_y + 31.2;
break;
case 9 :
this._y = _root.danmen_dragtarget_y + 20.8;
break;
case 10 :
this._y = _root.danmen_dragtarget_y + 10.4;
break;
case 11 :
this._y = _root.danmen_dragtarget_y;
}
this._x = _root.danmen_dragtarget_x;
}
on (rollOver) {
if (_root.now_piston != 12) {
_root.navi = "\u4E0A\u4E0B\u306B\u30C9\u30E9\u30C3\u30B0\uFF1A\u52D5\u304F";
}
}
on (rollOut) {
_root.navi = "";
}
Instance of Symbol 432 MovieClip "danmen_drag" in Symbol 433 MovieClip Frame 1
onClipEvent (load) {
_root.danmen_dragtarget_x = this._x;
_root.danmen_dragtarget_y = this._y;
_root.now_piston = 11;
_root.piston_geji_count = 0;
}
onClipEvent (enterFrame) {
if (_root.now_piston == 12) {
} else if (_root.insert_move_ok == 1) {
if ((_root.kaikan_geji >= 300) && (_root.now_piston == 11)) {
_root.now_piston = 12;
this._parent.danmenzu_TL.gotoAndPlay("syasei");
this._parent._parent.kyara00.gotoAndPlay("syasei");
} else if (this.danmen_drag_hit.hitTest(this._parent.danmen_hit11)) {
if (_root.now_piston != 11) {
_root.now_piston = 11;
this._parent._parent.kyara00.gotoAndPlay("insert_motion11");
this._parent.danmenzu_TL.gotoAndStop(_root.now_piston);
_root.piston_geji_count = _root.piston_geji_count + 1;
_root.kaikan_geji = _root.kaikan_geji + 1;
}
} else if (this.danmen_drag_hit.hitTest(this._parent.danmen_hit10)) {
if (_root.now_piston != 10) {
_root.now_piston = 10;
this._parent._parent.kyara00.gotoAndStop("insert_motion10");
this._parent.danmenzu_TL.gotoAndStop(_root.now_piston);
_root.piston_geji_count = _root.piston_geji_count + 1;
}
} else if (this.danmen_drag_hit.hitTest(this._parent.danmen_hit09)) {
if (_root.now_piston != 9) {
_root.now_piston = 9;
this._parent._parent.kyara00.gotoAndStop("insert_motion09");
this._parent.danmenzu_TL.gotoAndStop(_root.now_piston);
_root.piston_geji_count = _root.piston_geji_count + 1;
}
} else if (this.danmen_drag_hit.hitTest(this._parent.danmen_hit08)) {
if (_root.now_piston != 8) {
_root.now_piston = 8;
this._parent._parent.kyara00.gotoAndStop("insert_motion08");
this._parent.danmenzu_TL.gotoAndStop(_root.now_piston);
_root.piston_geji_count = _root.piston_geji_count + 1;
}
} else if (this.danmen_drag_hit.hitTest(this._parent.danmen_hit07)) {
if (_root.now_piston != 7) {
_root.now_piston = 7;
this._parent._parent.kyara00.gotoAndStop("insert_motion07");
this._parent.danmenzu_TL.gotoAndStop(_root.now_piston);
_root.piston_geji_count = _root.piston_geji_count + 1;
}
} else if (this.danmen_drag_hit.hitTest(this._parent.danmen_hit06)) {
if (_root.now_piston != 6) {
_root.now_piston = 6;
this._parent._parent.kyara00.gotoAndStop("insert_motion06");
this._parent.danmenzu_TL.gotoAndStop(_root.now_piston);
_root.piston_geji_count = _root.piston_geji_count + 1;
}
} else if (this.danmen_drag_hit.hitTest(this._parent.danmen_hit05)) {
if (_root.now_piston != 5) {
_root.now_piston = 5;
this._parent._parent.kyara00.gotoAndStop("insert_motion05");
this._parent.danmenzu_TL.gotoAndStop(_root.now_piston);
_root.piston_geji_count = _root.piston_geji_count + 1;
}
} else if (this.danmen_drag_hit.hitTest(this._parent.danmen_hit04)) {
if (_root.now_piston != 4) {
_root.now_piston = 4;
this._parent._parent.kyara00.gotoAndStop("insert_motion04");
this._parent.danmenzu_TL.gotoAndStop(_root.now_piston);
_root.piston_geji_count = _root.piston_geji_count + 1;
}
} else if (this.danmen_drag_hit.hitTest(this._parent.danmen_hit03)) {
if (_root.now_piston != 3) {
_root.now_piston = 3;
this._parent._parent.kyara00.gotoAndStop("insert_motion03");
this._parent.danmenzu_TL.gotoAndStop(_root.now_piston);
_root.piston_geji_count = _root.piston_geji_count + 1;
}
} else if (this.danmen_drag_hit.hitTest(this._parent.danmen_hit02)) {
if (_root.now_piston != 2) {
_root.now_piston = 2;
this._parent._parent.kyara00.gotoAndStop("insert_motion02");
this._parent.danmenzu_TL.gotoAndStop(_root.now_piston);
_root.piston_geji_count = _root.piston_geji_count + 1;
}
} else if (this.danmen_drag_hit.hitTest(this._parent.danmen_hit01)) {
if (_root.now_piston != 1) {
_root.now_piston = 1;
this._parent._parent.kyara00.gotoAndStop("insert_motion01");
this._parent.danmenzu_TL.gotoAndStop(_root.now_piston);
_root.piston_geji_count = _root.piston_geji_count + 1;
}
}
if (_root.piston_geji_count == 3) {
_root.kaikan_geji = _root.kaikan_geji + 1;
_root.piston_geji_count = 0;
}
}
}