Combined Code
movieClip 88 {
frame 2 {
this.stop();
}
}
movieClip 90 {
}
movieClip 91 {
}
movieClip 114 fire_hit_effect_guard {
frame 1 {
_root.se015.start();
}
instance of movieClip 88 {
onClipEvent (load) {
this.gotoAndStop(2);
this._parent._x -= _root.move_speed;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent._currentframe < 16) {
this._parent.stop();
} else {
if (this._parent._currentframe < 16) {
this._parent._x -= _root.move_speed;
this._parent.play();
}
}
}
}
instance of movieClip 91 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 16 {
this.removeMovieClip();
this.stop();
}
}
movieClip 116 {
}
movieClip 118 {
}
movieClip 120 {
}
movieClip 122 {
}
movieClip 124 {
}
movieClip 126 {
}
movieClip 128 {
}
movieClip 130 {
}
movieClip 132 {
}
movieClip 134 {
}
movieClip 136 {
}
movieClip 138 {
}
movieClip 141 {
}
movieClip 143 {
}
movieClip 145 {
}
movieClip 147 {
}
movieClip 149 {
}
movieClip 151 {
}
movieClip 153 {
}
movieClip 155 {
}
movieClip 157 {
}
movieClip 158 {
instance of movieClip 157 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (_root.muteki == 0 && _root.yarare_on != 1 || (_root.player._currentframe == 57 || _root.player._currentframe == 59 || _root.player._currentframe == 60)) {
if (this.hitTest(_root.player.player.hitarea)) {
if (_root.move_height == 1) {
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'A'].gotoAndStop(2);
} else {
if (_root.move_height == -1) {
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'B'].gotoAndStop(2);
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'A'].gotoAndStop(2);
break;
case 2:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'B'].gotoAndStop(2);
break;
default:
}
}
}
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
this._parent._parent._parent.guard_on = 0;
_root.enemy_stop[this._parent._parent._parent.enemy_number] = 1;
if (this._parent._parent._parent.enemy_number == 20) {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._y = 90;
if (_root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x >= 450) {
_root.enemy_field.enemy20.MC.MC.yarare_go_flug = 1;
_root.enemy_field.enemy20.MC.MC.gotoAndPlay('yarare_go');
} else {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._x = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._alpha = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].MC._x = 160;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].cross._x = -470;
this._parent._parent.gotoAndStop('wait');
}
} else {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._y = 200;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._x = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._alpha = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].MC._x = 160;
this._parent._parent.gotoAndStop('wait');
}
}
}
}
}
}
}
movieClip 173 {
instance wear_break of movieClip 157 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (load) {
var sentakushi = [0, 0, 0, 0, 0, 0, 0, 0, 0];
var sentakushi_count = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (_root.muteki == 0 && _root.yarare_on != 1) {
if (this.hitTest(_root.player.player.hitarea)) {
if (_root.wear_hat != 1 && _root.datui_lock_hat == 0) {
sentakushi[sentakushi_count] = 'hat';
sentakushi_count += 1;
}
if (_root.wear_cloak != 1 && _root.datui_lock_cloak == 0) {
sentakushi[sentakushi_count] = 'cloak';
sentakushi_count += 1;
}
if (_root.wear_breast != 1 && _root.datui_lock_breast_wear == 0) {
sentakushi[sentakushi_count] = 'breast';
sentakushi_count += 1;
}
if (_root.wear_skirt != 1 && _root.datui_lock_skirt == 0) {
sentakushi[sentakushi_count] = 'skirt';
sentakushi_count += 1;
}
if (_root.wear_pantu != 1 && _root.datui_lock_pantu == 0) {
sentakushi[sentakushi_count] = 'pantu';
sentakushi_count += 1;
}
if (_root.wear_arm != 1 && _root.datui_lock_arm == 0) {
sentakushi[sentakushi_count] = 'arm';
sentakushi_count += 1;
}
if (_root.wear_leg != 1 && _root.datui_lock_leg == 0) {
sentakushi[sentakushi_count] = 'leg';
sentakushi_count += 1;
}
if (_root.wear_shoes != 1 && _root.datui_lock_shoes == 0) {
sentakushi[sentakushi_count] = 'shoes';
sentakushi_count += 1;
}
if (sentakushi_count >= 1) {
random_temp = Math.floor(Math.random() * sentakushi_count);
_root['wear_' + sentakushi[random_temp]] = 1;
_root.player.gotoAndStop('datui_' + sentakushi[random_temp]);
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
sentakushi_count = 0;
} else {
_root.player.gotoAndStop('piyo');
_root.ctrl_lock = 1;
_root.move_speed = 0;
_root.move_height = 0;
sentakushi_count = 0;
}
}
}
}
}
}
}
movieClip 194 {
frame 25 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (this_x_posi <= 800 && this_x_posi >= 0) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('datui');
break;
default:
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('jump');
}
} else {
if (this_x_posi <= 200 && this_x_posi >= 0) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('datui');
break;
default:
this.gotoAndPlay('wait');
}
} else {
_root.enemyspeed[this._parent.enemy_number] = 10;
this.gotoAndPlay('wait');
}
}
}
frame 36 {
_root.enemyspeed[this._parent.enemy_number] = 10;
}
frame 38 {
this._parent._parent._y -= 42;
}
frame 39 {
this._parent._parent._y -= 38.5;
}
frame 40 {
this._parent._parent._y -= 35;
}
frame 41 {
this._parent._parent._y -= 31.5;
}
frame 42 {
this._parent._parent._y -= 28;
}
frame 43 {
this._parent._parent._y -= 24.5;
}
frame 44 {
this._parent._parent._y -= 21;
}
frame 45 {
this._parent._parent._y -= 17.5;
}
frame 46 {
this._parent._parent._y -= 14;
}
frame 47 {
this._parent._parent._y -= 10.5;
}
frame 48 {
this._parent._parent._y -= 7;
}
frame 49 {
this._parent._parent._y -= 3.5;
}
frame 50 {
this._parent._parent._y -= 0;
}
frame 51 {
this._parent._parent._y -= -3.5;
}
frame 52 {
this._parent._parent._y -= -7;
}
frame 53 {
this._parent._parent._y -= -10.5;
}
frame 54 {
this._parent._parent._y -= -14;
}
frame 55 {
this._parent._parent._y -= -17.5;
}
frame 56 {
this._parent._parent._y -= -21;
}
frame 57 {
this._parent._parent._y -= -24.5;
}
frame 58 {
this._parent._parent._y -= -28;
}
frame 59 {
this._parent._parent._y -= -31.5;
}
frame 60 {
this._parent._parent._y -= -35;
}
frame 61 {
this._parent._parent._y -= -38.5;
}
frame 62 {
this._parent._parent._y -= -42;
}
frame 65 {
_root.enemyspeed[this._parent.enemy_number] = 0;
}
frame 75 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (this_x_posi <= 800 && this_x_posi >= 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('datui');
break;
case 2:
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
break;
default:
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('jump');
}
}
}
frame 115 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
}
movieClip 201 {
}
movieClip 203 {
}
movieClip 204 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(22);
this.stop();
}
}
// unknown tag 88 length 36
movieClip 210 {
}
movieClip 211 {
instance of movieClip 210 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 212 little_basilisk {
instance MC of movieClip 204 {
onClipEvent (load) {
enemy_number = 22;
hit_width = 90;
hit_height = 40;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 211 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 214 {
}
movieClip 216 {
frame 1 {
this.stop();
}
}
movieClip 217 {
instance of movieClip 216 {
onClipEvent (load) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 219 {
frame 1 {
this.stop();
}
}
movieClip 220 {
instance of movieClip 219 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 222 {
}
movieClip 224 {
}
movieClip 226 {
}
movieClip 228 {
frame 1 {
this.stop();
}
}
movieClip 229 {
instance of movieClip 228 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 231 {
frame 1 {
this.stop();
}
}
movieClip 232 {
instance of movieClip 231 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 234 {
frame 1 {
this.stop();
}
}
movieClip 235 {
instance of movieClip 234 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 237 {
}
movieClip 239 {
}
movieClip 241 {
}
movieClip 243 {
}
movieClip 245 {
frame 1 {
this.stop();
}
}
movieClip 246 {
instance of movieClip 245 {
onClipEvent (load) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 248 {
}
movieClip 250 {
}
movieClip 252 {
frame 1 {
this.stop();
}
}
movieClip 253 {
instance of movieClip 252 {
onClipEvent (load) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 255 {
}
movieClip 257 {
}
movieClip 259 {
frame 1 {
this.stop();
}
}
movieClip 260 {
instance of movieClip 259 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 262 {
}
movieClip 264 {
frame 1 {
this.stop();
}
}
movieClip 265 {
instance of movieClip 264 {
onClipEvent (load) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 267 {
}
movieClip 269 {
frame 1 {
this.stop();
}
}
movieClip 270 {
instance of movieClip 269 {
onClipEvent (load) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 272 {
}
movieClip 274 {
frame 1 {
this.stop();
}
}
movieClip 275 {
instance of movieClip 274 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 277 {
frame 1 {
this.stop();
}
}
movieClip 278 {
instance of movieClip 277 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 280 {
frame 1 {
this.stop();
}
}
movieClip 281 {
instance of movieClip 280 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 283 {
frame 1 {
this.stop();
}
}
movieClip 284 {
instance of movieClip 283 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 286 {
}
movieClip 288 {
}
movieClip 290 {
frame 1 {
this.stop();
}
}
movieClip 291 {
instance of movieClip 290 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 293 {
frame 1 {
this.stop();
}
}
movieClip 294 {
instance of movieClip 293 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 296 {
frame 1 {
this.stop();
}
}
movieClip 297 {
instance of movieClip 296 {
onClipEvent (load) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 299 {
}
movieClip 301 {
frame 1 {
this.stop();
}
}
movieClip 302 {
instance of movieClip 301 {
onClipEvent (load) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 304 {
frame 1 {
this.stop();
}
}
movieClip 305 {
instance of movieClip 304 {
onClipEvent (load) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 307 {
}
movieClip 309 {
}
movieClip 311 {
frame 1 {
this.stop();
}
}
movieClip 312 {
instance of movieClip 311 {
onClipEvent (load) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 314 {
frame 1 {
this.stop();
}
}
movieClip 315 {
instance of movieClip 314 {
onClipEvent (load) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 318 {
}
movieClip 320 {
}
movieClip 322 {
}
movieClip 324 {
}
movieClip 326 {
}
movieClip 327 {
}
movieClip 329 {
}
movieClip 332 {
}
movieClip 334 {
}
movieClip 337 {
}
movieClip 339 {
frame 1 {
this.stop();
}
}
movieClip 340 {
instance of movieClip 339 {
onClipEvent (load) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 342 {
frame 1 {
this.stop();
}
}
movieClip 343 {
instance of movieClip 342 {
onClipEvent (load) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 345 {
}
movieClip 347 {
}
movieClip 349 {
frame 1 {
this.stop();
}
}
movieClip 350 {
instance of movieClip 349 {
onClipEvent (load) {
if (_root.bossB_eye != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_eye != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 352 {
}
movieClip 354 {
}
movieClip 356 {
}
movieClip 357 {
}
movieClip 358 {
}
movieClip 359 {
instance of movieClip 358 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (_root.muteki == 0 && _root.yarare_on != 1 || (_root.player._currentframe == 57 || _root.player._currentframe == 59 || _root.player._currentframe == 60)) {
if (this.hitTest(_root.player.player.hitarea)) {
if (_root.move_height == 1) {
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'A'].gotoAndStop(2);
} else {
if (_root.move_height == -1) {
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'B'].gotoAndStop(2);
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'A'].gotoAndStop(2);
break;
case 2:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'B'].gotoAndStop(2);
break;
default:
}
}
}
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
this._parent._parent._parent.guard_on = 0;
_root.enemy_stop[this._parent._parent._parent.enemy_number] = 1;
if (this._parent._parent._parent.enemy_number == 20) {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._y = 90;
if (_root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x >= 450) {
_root.enemy_field.enemy20.MC.MC.yarare_go_flug = 1;
_root.enemy_field.enemy20.MC.MC.gotoAndPlay('yarare_go');
} else {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._x = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._alpha = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].MC._x = 160;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].cross._x = -470;
this._parent._parent.gotoAndStop('wait');
}
} else {
if (this._parent._parent._parent.enemy_number == 21) {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._y = 60;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._x = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._alpha = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].MC._x = 160;
this._parent._parent.gotoAndStop('wait');
} else {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._y = 200;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._x = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._alpha = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].MC._x = 160;
this._parent._parent.gotoAndStop('wait');
}
}
}
}
}
}
}
}
movieClip 363 {
}
// unknown tag 88 length 73
movieClip 370 {
}
movieClip 373 {
instance of movieClip 370 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 45 {
this.stop();
}
}
movieClip 374 {
instance of movieClip 373 {
onClipEvent (load) {
if (_root.now_stage != 6) {
this.gotoAndStop(45);
}
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 45) {
this.play();
}
}
}
}
}
movieClip 379 {
}
movieClip 381 {
}
movieClip 384 {
}
movieClip 385 {
instance of movieClip 384 {
onClipEvent (load) {
if (_root.bossB_ball >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.bossB_ball >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 387 {
}
movieClip 388 {
instance of movieClip 387 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
}
movieClip 389 {
}
movieClip 390 {
instance of movieClip 389 {
onClipEvent (load) {
if (_root.bossB_ball >= 3) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.bossB_ball >= 3) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 391 {
instance of movieClip 387 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
}
movieClip 393 {
}
movieClip 395 {
}
movieClip 396 {
instance of movieClip 395 {
onClipEvent (load) {
if (_root.bossB_ball >= 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.bossB_ball >= 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 398 {
}
movieClip 400 {
}
movieClip 403 {
}
movieClip 406 {
instance of movieClip 370 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 36 {
this.stop();
}
}
movieClip 407 {
instance of movieClip 406 {
onClipEvent (load) {
if (_root.now_stage != 7) {
this.gotoAndStop(36);
}
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 36) {
this.play();
}
}
}
}
}
movieClip 410 {
}
movieClip 412 {
}
movieClip 414 {
}
movieClip 416 {
}
movieClip 417 {
}
movieClip 419 {
}
movieClip 420 {
instance wear_break of movieClip 358 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (load) {
var sentakushi = [0, 0, 0, 0, 0, 0, 0, 0, 0];
var sentakushi_count = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (_root.muteki == 0 && _root.yarare_on != 1) {
if (this.hitTest(_root.player.player.hitarea)) {
if (_root.wear_hat != 1 && _root.datui_lock_hat == 0) {
sentakushi[sentakushi_count] = 'hat';
sentakushi_count += 1;
}
if (_root.wear_cloak != 1 && _root.datui_lock_cloak == 0) {
sentakushi[sentakushi_count] = 'cloak';
sentakushi_count += 1;
}
if (_root.wear_breast != 1 && _root.datui_lock_breast_wear == 0) {
sentakushi[sentakushi_count] = 'breast';
sentakushi_count += 1;
}
if (_root.wear_skirt != 1 && _root.datui_lock_skirt == 0) {
sentakushi[sentakushi_count] = 'skirt';
sentakushi_count += 1;
}
if (_root.wear_pantu != 1 && _root.datui_lock_pantu == 0) {
sentakushi[sentakushi_count] = 'pantu';
sentakushi_count += 1;
}
if (_root.wear_arm != 1 && _root.datui_lock_arm == 0) {
sentakushi[sentakushi_count] = 'arm';
sentakushi_count += 1;
}
if (_root.wear_leg != 1 && _root.datui_lock_leg == 0) {
sentakushi[sentakushi_count] = 'leg';
sentakushi_count += 1;
}
if (_root.wear_shoes != 1 && _root.datui_lock_shoes == 0) {
sentakushi[sentakushi_count] = 'shoes';
sentakushi_count += 1;
}
if (sentakushi_count >= 1) {
random_temp = Math.floor(Math.random() * sentakushi_count);
_root['wear_' + sentakushi[random_temp]] = 1;
_root.player.gotoAndStop('datui_' + sentakushi[random_temp]);
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
sentakushi_count = 0;
} else {
_root.player.gotoAndStop('piyo');
_root.ctrl_lock = 1;
_root.move_speed = 0;
_root.move_height = 0;
sentakushi_count = 0;
}
}
}
}
}
}
}
movieClip 422 {
}
movieClip 424 {
}
movieClip 426 {
}
movieClip 427 {
}
movieClip 431 {
}
movieClip 432 {
instance of movieClip 427 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
frame 13 {
this.gotoAndPlay('loop');
}
}
movieClip 435 {
instance of movieClip 427 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
frame 7 {
this.stop();
}
}
movieClip 437 {
}
movieClip 439 {
}
movieClip 465 {
}
movieClip 467 {
}
movieClip 469 {
}
movieClip 473 {
}
movieClip 475 {
frame 1 {
this.stop();
}
}
movieClip 476 {
instance of movieClip 475 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 478 {
frame 1 {
this.stop();
}
}
movieClip 479 {
instance of movieClip 478 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 481 {
frame 1 {
this.stop();
}
}
movieClip 482 {
instance of movieClip 481 {
onClipEvent (load) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 483 {
frame 1 {
this.stop();
}
}
movieClip 484 {
instance of movieClip 483 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 486 {
}
movieClip 488 {
}
movieClip 489 {
frame 1 {
this.stop();
}
}
movieClip 490 {
instance of movieClip 489 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 492 {
frame 1 {
this.stop();
}
}
movieClip 493 {
instance of movieClip 492 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 495 {
}
movieClip 497 {
}
movieClip 499 {
}
movieClip 500 {
frame 1 {
this.stop();
}
}
movieClip 501 {
instance of movieClip 500 {
onClipEvent (load) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 503 {
}
movieClip 505 {
frame 1 {
this.stop();
}
}
movieClip 506 {
instance of movieClip 505 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 507 {
}
movieClip 509 {
}
movieClip 511 {
frame 1 {
this.stop();
}
}
movieClip 512 {
instance of movieClip 511 {
onClipEvent (load) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 513 {
frame 1 {
this.stop();
}
}
movieClip 514 {
instance of movieClip 513 {
onClipEvent (load) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 516 {
}
movieClip 518 {
frame 1 {
this.stop();
}
}
movieClip 519 {
instance of movieClip 518 {
onClipEvent (load) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 520 {
frame 1 {
this.stop();
}
}
movieClip 521 {
instance of movieClip 520 {
onClipEvent (load) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 523 {
}
movieClip 524 {
}
movieClip 526 {
}
movieClip 527 {
}
movieClip 528 {
}
movieClip 529 {
}
movieClip 530 {
}
movieClip 531 {
}
movieClip 533 {
}
movieClip 535 {
frame 1 {
this.stop();
}
}
movieClip 536 {
instance of movieClip 535 {
onClipEvent (load) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 538 {
frame 1 {
this.stop();
}
}
movieClip 539 {
instance of movieClip 538 {
onClipEvent (load) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 540 {
}
movieClip 542 {
}
movieClip 544 {
frame 1 {
this.stop();
}
}
movieClip 545 {
instance of movieClip 544 {
onClipEvent (load) {
if (_root.bossB_eye != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_eye != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 546 {
}
movieClip 547 {
}
movieClip 548 {
}
movieClip 549 {
frame 1 {
this.stop();
}
}
movieClip 550 {
instance of movieClip 549 {
onClipEvent (load) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 552 {
}
movieClip 554 {
}
movieClip 556 {
}
movieClip 557 {
frame 1 {
this.stop();
}
}
movieClip 558 {
instance of movieClip 557 {
onClipEvent (load) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 560 {
}
movieClip 562 {
}
movieClip 564 {
frame 1 {
this.stop();
}
}
movieClip 565 {
instance of movieClip 564 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 567 {
frame 1 {
this.stop();
}
}
movieClip 568 {
instance of movieClip 567 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 570 {
}
movieClip 572 {
}
movieClip 574 {
}
movieClip 576 {
}
movieClip 577 {
}
movieClip 579 {
frame 1 {
this.stop();
}
}
movieClip 580 {
instance of movieClip 579 {
onClipEvent (load) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 582 {
}
movieClip 584 {
}
movieClip 586 {
}
movieClip 588 {
frame 1 {
this.stop();
}
}
movieClip 589 {
instance of movieClip 588 {
onClipEvent (load) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 591 {
frame 1 {
this.stop();
}
}
movieClip 592 {
instance of movieClip 591 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 594 {
frame 1 {
this.stop();
}
}
movieClip 595 {
instance of movieClip 594 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 597 {
frame 1 {
this.stop();
}
}
movieClip 598 {
instance of movieClip 597 {
onClipEvent (load) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 599 {
frame 1 {
this.stop();
}
}
movieClip 600 {
instance of movieClip 599 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 602 {
}
movieClip 604 {
frame 1 {
this.stop();
}
}
movieClip 605 {
instance of movieClip 604 {
onClipEvent (load) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 607 {
}
movieClip 609 {
}
movieClip 611 {
}
movieClip 613 {
}
movieClip 615 {
}
movieClip 617 {
}
movieClip 618 {
instance renderb of movieClip 617 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 620 {
}
movieClip 621 {
}
movieClip 622 {
frame 1 {
this.stop();
}
instance of movieClip 621 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 623 {
instance mc of movieClip 622 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 625 {
}
movieClip 627 {
frame 2 {
this.stop();
}
}
movieClip 687 {
frame 1 {
this.stop();
}
instance of movieClip 627 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 11 {
this.gotoAndStop(1);
}
frame 26 {
this.gotoAndStop(1);
}
frame 40 {
this.gotoAndStop(1);
}
frame 54 {
this.gotoAndStop(1);
}
frame 68 {
this.gotoAndStop(1);
}
}
movieClip 688 {
instance of movieClip 687 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_c == 1) {
this._parent._parent.cum_c = 0;
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
this.gotoAndPlay('cum01');
break;
case 2:
this.gotoAndPlay('cum02');
break;
case 3:
this.gotoAndPlay('cum03');
break;
case 4:
this.gotoAndPlay('cum04');
break;
case 5:
this.gotoAndPlay('cum05');
break;
default:
}
}
}
}
}
movieClip 689 {
instance of movieClip 687 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_d == 1) {
this._parent._parent.cum_d = 0;
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
this.gotoAndPlay('cum01');
break;
case 2:
this.gotoAndPlay('cum02');
break;
case 3:
this.gotoAndPlay('cum03');
break;
case 4:
this.gotoAndPlay('cum04');
break;
case 5:
this.gotoAndPlay('cum05');
break;
default:
}
}
}
}
}
movieClip 690 {
instance of movieClip 687 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_b == 1) {
this._parent._parent.cum_b = 0;
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
this.gotoAndPlay('cum01');
break;
case 2:
this.gotoAndPlay('cum02');
break;
case 3:
this.gotoAndPlay('cum03');
break;
case 4:
this.gotoAndPlay('cum04');
break;
case 5:
this.gotoAndPlay('cum05');
break;
default:
}
}
}
}
}
movieClip 692 {
frame 2 {
this.stop();
}
}
movieClip 706 {
frame 1 {
this.stop();
}
instance of movieClip 692 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 707 {
instance of movieClip 706 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_a == 1) {
this._parent._parent.cum_a = 0;
this.gotoAndPlay(2);
}
}
}
}
movieClip 709 {
}
movieClip 710 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 18, 'h': 21};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 10 {
this.shibuki.mc.gotoAndPlay('shibuki');
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se006.start();
break;
case 2:
_root.se007.start();
break;
default:
}
}
frame 19 {
if (_root.yarare_on != 1) {
this.stop();
this._parent.gotoAndPlay('wait');
} else {
switch (Math.floor(Math.random() * 6) + 1) {
case 1:
this.gotoAndPlay('org');
break;
default:
this.gotoAndPlay('onani');
}
}
}
frame 29 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 53 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 76 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 93 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 105 {
this.gotoAndPlay('onani');
}
}
movieClip 711 {
frame 1 {
yarare_go_flug = 0;
if (_root.enemyHP[21] < _root.enemyHP_max[21]) {
this.gotoAndPlay('wait');
} else {
_root.bossB_eye = 0;
_root.bossB_neck = 0;
_root.bossB_arm = 0;
_root.bossB_oppai = 0;
_root.bossB_pantu = 0;
_root.bossB_foot = 0;
}
}
instance of movieClip 357 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 30 {
this._parent.guard_on = 1;
}
frame 70 {
this_x_posi = this._parent._x + this._parent._parent._x;
if (yarare_go_flug == 1) {
} else {
if (_root.yarare_on == 1 && _root.player._currentframe == 66) {
if (this._currentframe != 681 && _root.yarare21A._currentframe == 1 && _root.yarare21A._currentframe == 1) {
if (_root.yarare_on == 1 && this_x_posi <= 400 && this_x_posi >= -300) {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndStop('onani');
} else {
if (this_x_posi > 400) {
_root.enemyspeed[this._parent.enemy_number] = 4;
this.gotoAndPlay('wait');
} else {
_root.enemyspeed[this._parent.enemy_number] = -4;
this.gotoAndPlay('wait');
}
}
} else {
this.gotoAndPlay('wait');
}
} else {
if (this_x_posi < 250) {
_root.enemyspeed[this._parent.enemy_number] = -4;
this.gotoAndPlay('wait');
} else {
if (this_x_posi > 600) {
_root.enemyspeed[this._parent.enemy_number] = 4;
this.gotoAndPlay('wait');
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
switch (Math.floor(Math.random() * 6) + 1) {
case 1:
this.gotoAndPlay('datuiA');
break;
case 2:
this.gotoAndPlay('datuiB');
break;
case 3:
this.gotoAndPlay('attackA');
break;
case 4:
this.gotoAndPlay('attackB');
break;
default:
this.gotoAndPlay('wait');
}
}
}
}
}
}
frame 76 {
_root.se026.start();
}
frame 108 {
this._parent.guard_on = 1;
}
frame 120 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 141 {
_root.se026.start();
}
frame 170 {
_root.se029.start();
}
frame 190 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 211 {
_root.se026.start();
}
frame 241 {
_root.se029.start();
}
frame 261 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 298 {
_root.se028.start();
}
frame 347 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 384 {
_root.se028.start();
}
frame 433 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 440 {
_root.bossB_ball = 2;
_root.se027.start();
}
frame 460 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 467 {
_root.bossB_ball = 2;
_root.se027.start();
}
frame 487 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 494 {
_root.bossB_ball = 1;
_root.se027.start();
}
frame 514 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 521 {
_root.bossB_ball = 1;
_root.se027.start();
}
frame 541 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 548 {
_root.bossB_ball = 3;
_root.se027.start();
}
frame 551 {
this._parent.guard_on = 0;
_root.se025.start();
}
frame 594 {
if (yarare_go_flug == 1) {
} else {
_root.bossB_ball = 3;
this.gotoAndPlay('recover');
}
}
frame 601 {
_root.bossB_ball = 3;
_root.se027.start();
}
frame 604 {
this._parent.guard_on = 0;
_root.se025.start();
}
frame 650 {
if (yarare_go_flug == 1) {
} else {
_root.bossB_ball = 3;
this.gotoAndPlay('recover');
}
}
frame 680 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 681 {
this.stop();
}
}
movieClip 713 {
}
movieClip 717 {
}
movieClip 719 {
}
movieClip 721 {
}
movieClip 726 {
}
movieClip 728 {
}
movieClip 729 {
}
movieClip 730 {
instance of movieClip 729 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 761 {
}
movieClip 813 {
instance of movieClip 761 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 18 {
this.stop();
}
}
movieClip 814 {
frame 2 {
var sentakushi = [0, 0, 0, 0, 0, 0, 0, 0, 0];
var sentakushi_count = 0;
if (_root.enemyHP[21] <= (_root.enemyHP_max[21] / 3) * 2) {
if (_root.bossB_neck != 1) {
sentakushi_count += 1;
sentakushi[sentakushi_count] = 'neck';
}
if (_root.bossB_arm != 1) {
sentakushi_count += 1;
sentakushi[sentakushi_count] = 'arm';
}
if (_root.bossB_oppai != 1) {
sentakushi_count += 1;
sentakushi[sentakushi_count] = 'oppai';
}
if (_root.bossB_pantu != 1) {
sentakushi_count += 1;
sentakushi[sentakushi_count] = 'pantu';
}
if (_root.bossB_foot != 1) {
sentakushi_count += 1;
sentakushi[sentakushi_count] = 'foot';
}
if (sentakushi_count >= 1) {
random_temp = Math.floor(Math.random() * sentakushi_count) + 1;
_root['bossB_' + sentakushi[random_temp]] = 1;
switch (sentakushi[random_temp]) {
case 'neck':
_root.se027.start();
break;
case 'arm':
_root.se002.start();
break;
case 'oppai':
_root.se027.start();
break;
case 'pantu':
_root.se002.start();
break;
case 'foot':
_root.se027.start();
break;
default:
}
this.gotoAndPlay('datui_' + sentakushi[random_temp]);
} else {
gotoAndPlay('no_broken');
}
} else {
gotoAndPlay('no_broken');
}
}
instance of movieClip 813 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 18) {
this.stop();
} else {
this.play();
}
}
}
frame 12 {
this._parent.guard_on = 1;
}
frame 20 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('wait');
}
instance of movieClip 813 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 18) {
this.stop();
} else {
this.play();
}
}
}
frame 31 {
this._parent.guard_on = 1;
}
frame 39 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('wait');
}
frame 50 {
this._parent.guard_on = 1;
}
frame 58 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('wait');
}
frame 69 {
this._parent.guard_on = 1;
}
frame 77 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('wait');
}
instance of movieClip 813 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 18) {
this.stop();
} else {
this.play();
}
}
}
frame 88 {
this._parent.guard_on = 1;
}
frame 96 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('wait');
}
frame 107 {
this._parent.guard_on = 1;
}
frame 115 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('wait');
}
}
movieClip 815 {
frame 1 {
this.stop();
}
frame 2 {
_root.enemyspeed[21] = 0;
_root.bossB_eye = 1;
}
instance of movieClip 713 {
onClipEvent (load) {
if (_root.bossB_eye != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossB_eye != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 40 {
_root.se027.start();
}
frame 130 {
_root.se022.start();
}
frame 191 {
_root.enemy_killreset(21);
this.stop();
}
}
movieClip 820 {
}
movieClip 821 {
instance of movieClip 820 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 825 {
}
movieClip 826 basilisk {
instance MC of movieClip 815 {
onClipEvent (load) {
enemy_number = 21;
hit_width = 30;
hit_height = 290;
hit_guard_x = 0;
guard_start = 0;
guard_on = 0;
if (_root.now_stage != 7) {
_root.enemyHP[21] = 9;
_root.enemyHP_max[21] = 9;
} else {
_root.enemyHP[21] = 18;
_root.enemyHP_max[21] = 18;
}
_root.bossB_ball = 3;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
if (this._currentframe != 1) {
} else {
if (guard_on == 1) {
_root.fire_magic_hit_guard(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y - 10, hit_height, enemy_number, guard_on);
if (this.MC._currentframe >= 141 && this.MC._currentframe <= 178) {
_root.fire_magic_hit_bossB_ball(this._parent._x, this._x + hit_guard_x - 104, 30, this._parent._y, this._y - 10 + 15, 50, enemy_number, 'top', _root.bossB_ball);
} else {
if (this.MC._currentframe >= 211 && this.MC._currentframe <= 248) {
_root.fire_magic_hit_bossB_ball(this._parent._x, this._x + hit_guard_x - 104, 30, this._parent._y, this._y - 10 + 245, 50, enemy_number, 'under', _root.bossB_ball);
}
}
} else {
_root.fire_magic_hit(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y - 10, hit_height, enemy_number);
}
}
if (_root.enemyknockback_on[enemy_number] >= 1) {
_root.enemyknockback_on[enemy_number] = 0;
if (_root.enemyHP[21] % _root.enemyHP_max[21] / 9 == 0 || _root.fire_on == 1 || _root.yarare_on == 1 && (_root.player._currentframe == 52 || _root.player._currentframe == 53)) {
this.gotoAndStop('damage');
}
} else {
if (_root.now_stage == 7 && this._x + this._parent._x <= 60 && this._currentframe == 1) {
}
}
if (_root.enemyHP[enemy_number] <= 0 || _root.now_stage != 7 && (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 821 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
instance boss_posi of movieClip 825 {
onClipEvent (load) {
_root.enemy21_posi = 0;
tmp = 0;
}
onClipEvent (enterFrame) {
tmp = Math.floor(((this._parent.MC._x + this._parent._x) * 0.008 - 0.5) * 100) / 100;
if (tmp >= 5 && _root.now_stage != 'hell') {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = 434 - this._parent._x;
if (tmp - Math.floor(tmp) == 0) {
tmp += '.00';
} else {
if (tmp * 10 - Math.floor(tmp * 10) == 0) {
tmp += '0';
}
}
_root.enemy21_posi = tmp + 'm';
}
}
}
movieClip 832 {
}
movieClip 856 {
}
movieClip 857 {
instance of movieClip 856 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (_root.muteki == 0 && _root.yarare_on != 1 || (_root.player._currentframe == 57 || _root.player._currentframe == 59 || _root.player._currentframe == 60)) {
if (this.hitTest(_root.player.player.hitarea)) {
if (_root.move_height == 1) {
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'A'].gotoAndStop(2);
} else {
if (_root.move_height == -1) {
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'B'].gotoAndStop(2);
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'A'].gotoAndStop(2);
break;
case 2:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'B'].gotoAndStop(2);
break;
default:
}
}
}
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
this._parent._parent._parent.guard_on = 0;
_root.enemy_stop[this._parent._parent._parent.enemy_number] = 1;
if (this._parent._parent._parent.enemy_number == 20) {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._y = 90;
if (_root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x >= 450) {
_root.enemy_field.enemy20.MC.MC.yarare_go_flug = 1;
_root.enemy_field.enemy20.MC.MC.gotoAndPlay('yarare_go');
} else {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._x = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._alpha = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].MC._x = 160;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].cross._x = -470;
this._parent._parent.gotoAndStop('wait');
}
} else {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._y = 200;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._x = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._alpha = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].MC._x = 160;
this._parent._parent.gotoAndStop('wait');
}
}
}
}
}
}
}
movieClip 871 {
instance of movieClip 832 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 60 {
if (_root.enemy_field.enemy20.cross._currentframe != 2 && _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x >= 600) {
this.gotoAndPlay('void');
} else {
this.gotoAndPlay('loop');
}
}
frame 66 {
this._parent.gotoAndStop(2);
this.stop();
}
}
movieClip 872 {
frame 1 {
this.stop();
}
instance MC of movieClip 871 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 875 {
frame 1 {
this.stop();
}
}
movieClip 876 {
instance of movieClip 875 {
onClipEvent (load) {
if (_root.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 878 {
frame 1 {
this.stop();
}
}
movieClip 879 {
instance of movieClip 878 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 881 {
}
movieClip 883 {
}
movieClip 885 {
frame 1 {
this.stop();
}
}
movieClip 886 {
instance of movieClip 885 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 888 {
}
movieClip 890 {
frame 1 {
this.stop();
}
}
movieClip 891 {
instance of movieClip 890 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 893 {
}
movieClip 895 {
}
movieClip 897 {
}
movieClip 899 {
}
movieClip 901 {
}
movieClip 903 {
}
movieClip 905 {
}
movieClip 907 {
}
movieClip 909 {
}
movieClip 912 {
frame 1 {
this.stop();
}
}
movieClip 913 {
instance of movieClip 912 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 916 {
frame 1 {
this.stop();
}
}
movieClip 917 {
instance of movieClip 916 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 920 {
frame 1 {
this.stop();
}
}
movieClip 921 {
instance of movieClip 920 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 923 {
frame 1 {
this.stop();
}
}
movieClip 924 {
instance of movieClip 923 {
onClipEvent (load) {
if (_root.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 926 {
}
movieClip 928 {
frame 1 {
this.stop();
}
}
movieClip 929 {
instance of movieClip 928 {
onClipEvent (load) {
if (_root.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 932 {
frame 1 {
this.stop();
}
}
movieClip 933 {
instance of movieClip 932 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 936 {
frame 1 {
this.stop();
}
}
movieClip 937 {
instance of movieClip 936 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 940 {
frame 1 {
this.stop();
}
}
movieClip 941 {
instance of movieClip 940 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 943 {
frame 1 {
this.stop();
}
}
movieClip 944 {
instance of movieClip 943 {
onClipEvent (load) {
if (_root.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 946 {
frame 1 {
this.stop();
}
}
movieClip 947 {
instance of movieClip 946 {
onClipEvent (load) {
if (_root.bossA_socks != 1 && _root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1 && _root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 949 {
frame 1 {
this.stop();
}
}
movieClip 950 {
instance of movieClip 949 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 952 {
frame 1 {
this.stop();
}
}
movieClip 953 {
instance of movieClip 952 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 955 {
frame 1 {
this.stop();
}
}
movieClip 956 {
instance of movieClip 955 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 958 {
frame 1 {
this.stop();
}
}
movieClip 959 {
instance of movieClip 958 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 961 {
frame 1 {
this.stop();
}
}
movieClip 962 {
instance of movieClip 961 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 964 {
}
movieClip 966 {
}
movieClip 968 {
frame 1 {
this.stop();
}
}
movieClip 969 {
instance of movieClip 968 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 972 {
}
movieClip 973 {
frame 1 {
this.stop();
}
}
movieClip 974 {
instance of movieClip 973 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 976 {
frame 1 {
this.stop();
}
}
movieClip 977 {
instance of movieClip 976 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 979 {
frame 1 {
this.stop();
}
}
movieClip 980 {
instance of movieClip 979 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 982 {
}
movieClip 983 {
}
movieClip 985 {
frame 1 {
this.stop();
}
}
movieClip 986 {
instance of movieClip 985 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 988 {
}
movieClip 989 {
}
movieClip 991 {
frame 1 {
this.stop();
}
}
movieClip 992 {
instance of movieClip 991 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 994 {
frame 1 {
this.stop();
}
}
movieClip 995 {
instance of movieClip 994 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 997 {
frame 1 {
this.stop();
}
}
movieClip 998 {
instance of movieClip 997 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1000 {
frame 1 {
this.stop();
}
}
movieClip 1001 {
instance of movieClip 1000 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1003 {
}
movieClip 1005 {
}
movieClip 1007 {
}
movieClip 1009 {
}
movieClip 1011 {
}
movieClip 1013 {
frame 1 {
this.stop();
}
}
movieClip 1014 {
instance of movieClip 1013 {
onClipEvent (load) {
if (_root.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1018 {
}
movieClip 1021 {
}
movieClip 1024 {
}
movieClip 1026 {
}
movieClip 1027 {
}
movieClip 1028 {
}
movieClip 1029 {
instance wear_break of movieClip 856 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (load) {
var sentakushi = [0, 0, 0, 0, 0, 0, 0, 0, 0];
var sentakushi_count = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (_root.muteki == 0 && _root.yarare_on != 1) {
if (this.hitTest(_root.player.player.hitarea)) {
if (_root.wear_hat != 1 && _root.datui_lock_hat == 0) {
sentakushi[sentakushi_count] = 'hat';
sentakushi_count += 1;
}
if (_root.wear_cloak != 1 && _root.datui_lock_cloak == 0) {
sentakushi[sentakushi_count] = 'cloak';
sentakushi_count += 1;
}
if (_root.wear_breast != 1 && _root.datui_lock_breast_wear == 0) {
sentakushi[sentakushi_count] = 'breast';
sentakushi_count += 1;
}
if (_root.wear_skirt != 1 && _root.datui_lock_skirt == 0) {
sentakushi[sentakushi_count] = 'skirt';
sentakushi_count += 1;
}
if (_root.wear_pantu != 1 && _root.datui_lock_pantu == 0) {
sentakushi[sentakushi_count] = 'pantu';
sentakushi_count += 1;
}
if (_root.wear_arm != 1 && _root.datui_lock_arm == 0) {
sentakushi[sentakushi_count] = 'arm';
sentakushi_count += 1;
}
if (_root.wear_leg != 1 && _root.datui_lock_leg == 0) {
sentakushi[sentakushi_count] = 'leg';
sentakushi_count += 1;
}
if (_root.wear_shoes != 1 && _root.datui_lock_shoes == 0) {
sentakushi[sentakushi_count] = 'shoes';
sentakushi_count += 1;
}
if (sentakushi_count >= 1) {
random_temp = Math.floor(Math.random() * sentakushi_count);
_root['wear_' + sentakushi[random_temp]] = 1;
_root.player.gotoAndStop('datui_' + sentakushi[random_temp]);
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
sentakushi_count = 0;
} else {
_root.player.gotoAndStop('piyo');
_root.ctrl_lock = 1;
_root.move_speed = 0;
_root.move_height = 0;
sentakushi_count = 0;
}
}
}
}
}
}
}
movieClip 1030 {
frame 16 {
this.gotoAndPlay(2);
}
}
movieClip 1031 {
instance of movieClip 1030 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1032 {
}
movieClip 1038 {
}
movieClip 1039 {
}
movieClip 1040 {
}
movieClip 1076 {
}
movieClip 1080 {
}
movieClip 1082 {
}
movieClip 1086 {
}
movieClip 1087 {
}
movieClip 1089 {
}
movieClip 1091 {
}
movieClip 1092 {
frame 1 {
this.stop();
}
}
movieClip 1093 {
instance of movieClip 1092 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1095 {
frame 1 {
this.stop();
}
}
movieClip 1096 {
instance of movieClip 1095 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1097 {
frame 1 {
this.stop();
}
}
movieClip 1098 {
instance of movieClip 1097 {
onClipEvent (load) {
if (_root.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1099 {
}
movieClip 1101 {
}
movieClip 1103 {
frame 1 {
this.stop();
}
}
movieClip 1104 {
instance of movieClip 1103 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1106 {
}
movieClip 1108 {
frame 1 {
this.stop();
}
}
movieClip 1109 {
instance of movieClip 1108 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1111 {
}
movieClip 1113 {
frame 1 {
this.stop();
}
}
movieClip 1114 {
instance of movieClip 1113 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1115 {
}
movieClip 1117 {
}
movieClip 1119 {
}
movieClip 1121 {
}
movieClip 1122 {
}
movieClip 1123 {
}
movieClip 1125 {
}
movieClip 1126 {
}
movieClip 1127 {
}
movieClip 1128 {
frame 1 {
this.stop();
}
}
movieClip 1129 {
instance of movieClip 1128 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1130 {
frame 1 {
this.stop();
}
}
movieClip 1131 {
instance of movieClip 1130 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1132 {
frame 1 {
this.stop();
}
}
movieClip 1133 {
instance of movieClip 1132 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1134 {
}
movieClip 1135 {
}
movieClip 1137 {
frame 1 {
this.stop();
}
}
movieClip 1138 {
instance of movieClip 1137 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1140 {
}
movieClip 1141 {
}
movieClip 1143 {
frame 1 {
this.stop();
}
}
movieClip 1144 {
instance of movieClip 1143 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1145 {
frame 1 {
this.stop();
}
}
movieClip 1146 {
instance of movieClip 1145 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1148 {
frame 1 {
this.stop();
}
}
movieClip 1149 {
instance of movieClip 1148 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1151 {
frame 1 {
this.stop();
}
}
movieClip 1152 {
instance of movieClip 1151 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1154 {
frame 1 {
this.stop();
}
}
movieClip 1155 {
instance of movieClip 1154 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1157 {
}
movieClip 1159 {
}
movieClip 1165 {
}
movieClip 1166 {
instance of movieClip 1165 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1168 {
}
movieClip 1170 {
}
movieClip 1172 {
}
movieClip 1174 {
}
movieClip 1176 {
}
movieClip 1179 {
}
movieClip 1188 {
frame 10 {
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('close');
break;
default:
this.gotoAndPlay('wait');
}
}
frame 20 {
gotoAndPlay('close_keep');
}
frame 29 {
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('open');
break;
default:
this.gotoAndPlay('close_keep');
}
}
frame 39 {
gotoAndPlay('wait');
}
}
movieClip 1189 {
instance of movieClip 1188 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1191 {
}
movieClip 1193 {
frame 1 {
this.stop();
}
}
movieClip 1194 {
instance of movieClip 1193 {
onClipEvent (load) {
if (_root.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1196 {
}
movieClip 1198 {
frame 1 {
this.stop();
}
}
movieClip 1199 {
instance of movieClip 1198 {
onClipEvent (load) {
if (_root.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1201 {
frame 1 {
this.stop();
}
}
movieClip 1202 {
instance of movieClip 1201 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1205 {
frame 1 {
this.stop();
}
}
movieClip 1207 {
instance of movieClip 1205 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1209 {
}
movieClip 1211 {
}
movieClip 1214 {
frame 1 {
this.stop();
}
}
movieClip 1215 {
instance of movieClip 1214 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1218 {
frame 1 {
this.stop();
}
}
movieClip 1219 {
instance of movieClip 1218 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1221 {
}
movieClip 1223 {
}
movieClip 1225 {
}
movieClip 1227 {
}
movieClip 1230 {
}
movieClip 1232 {
}
movieClip 1235 {
frame 1 {
this.stop();
}
}
movieClip 1237 {
instance of movieClip 1235 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1239 {
}
movieClip 1241 {
}
movieClip 1243 {
frame 1 {
this.stop();
}
}
movieClip 1244 {
instance of movieClip 1243 {
onClipEvent (load) {
if (_root.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1247 {
frame 1 {
this.stop();
}
}
movieClip 1248 {
instance of movieClip 1247 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1251 {
frame 1 {
this.stop();
}
}
movieClip 1252 {
instance of movieClip 1251 {
onClipEvent (load) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1255 {
frame 1 {
this.stop();
}
}
movieClip 1256 {
instance of movieClip 1255 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1258 {
}
movieClip 1260 {
frame 1 {
this.stop();
}
}
movieClip 1261 {
instance of movieClip 1260 {
onClipEvent (load) {
if (_root.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1263 {
frame 1 {
this.stop();
}
}
movieClip 1264 {
instance of movieClip 1263 {
onClipEvent (load) {
if (_root.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1266 {
frame 1 {
this.stop();
}
}
movieClip 1267 {
instance of movieClip 1266 {
onClipEvent (load) {
if (_root.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1269 {
}
movieClip 1271 {
frame 1 {
this.stop();
}
}
movieClip 1272 {
instance of movieClip 1271 {
onClipEvent (load) {
if (_root.bossA_socks != 1 && _root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_socks != 1 && _root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1273 {
frame 1 {
this.stop();
}
}
movieClip 1274 {
instance of movieClip 1273 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1276 {
}
movieClip 1278 {
}
movieClip 1281 {
}
movieClip 1283 {
frame 1 {
this.stop();
}
}
movieClip 1284 {
instance of movieClip 1283 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1286 {
}
movieClip 1288 {
}
movieClip 1290 {
instance of movieClip 1165 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1292 {
}
movieClip 1294 {
}
movieClip 1296 {
}
movieClip 1297 {
}
movieClip 1298 {
instance renderb of movieClip 1297 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 1299 {
}
movieClip 1300 {
}
movieClip 1301 {
frame 1 {
this.stop();
}
instance of movieClip 1300 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 1302 {
instance mc of movieClip 1301 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1335 {
}
movieClip 1337 {
frame 2 {
this.stop();
}
}
movieClip 1365 {
frame 1 {
this.stop();
}
instance of movieClip 1337 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 11 {
this.gotoAndStop(1);
}
frame 26 {
this.gotoAndStop(1);
}
frame 40 {
this.gotoAndStop(1);
}
frame 54 {
this.gotoAndStop(1);
}
frame 68 {
this.gotoAndStop(1);
}
}
movieClip 1366 {
instance of movieClip 1365 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_b == 1) {
this._parent._parent.cum_b = 0;
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
this.gotoAndPlay('cum01');
break;
case 2:
this.gotoAndPlay('cum02');
break;
case 3:
this.gotoAndPlay('cum03');
break;
case 4:
this.gotoAndPlay('cum04');
break;
case 5:
this.gotoAndPlay('cum05');
break;
default:
}
}
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1368 {
frame 2 {
this.stop();
}
}
movieClip 1374 {
frame 1 {
this.stop();
}
instance of movieClip 1368 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 1375 {
instance of movieClip 1374 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_a == 1) {
this._parent._parent.cum_a = 0;
this.gotoAndPlay(2);
}
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1389 {
}
movieClip 1391 {
}
movieClip 1393 {
}
movieClip 1518 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 12, 'h': 15};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 10 {
this.shibuki.mc.gotoAndPlay('shibuki');
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se006.start();
break;
case 2:
_root.se007.start();
break;
default:
}
}
frame 19 {
if (_root.yarare_on != 1) {
this.stop();
this._parent.gotoAndPlay('wait');
} else {
switch (Math.floor(Math.random() * 6) + 1) {
case 1:
this.gotoAndPlay('org');
break;
default:
this.gotoAndPlay('onani');
}
}
}
frame 29 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 53 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 76 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 92 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 105 {
this.gotoAndPlay('onani');
}
}
movieClip 1520 {
}
movieClip 1522 {
}
movieClip 1523 {
frame 1 {
this.gotoAndPlay(Math.floor(Math.random() * 12) + 2);
}
instance mc of movieClip 1522 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 33 {
this.stop();
}
}
movieClip 1524 {
instance mc7 of movieClip 1523 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 33) {
this.play();
}
}
}
}
instance mc6 of movieClip 1523 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 33) {
this.play();
}
}
}
}
instance mc5 of movieClip 1523 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 33) {
this.play();
}
}
}
}
instance mc4 of movieClip 1523 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 33) {
this.play();
}
}
}
}
instance mc3 of movieClip 1523 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 33) {
this.play();
}
}
}
}
instance mc2 of movieClip 1523 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 33) {
this.play();
}
}
}
}
instance mc1 of movieClip 1523 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 33) {
this.play();
}
}
}
}
}
movieClip 1525 {
frame 1 {
yarare_go_flug = 0;
if (_root.enemyHP[20] < _root.enemyHP_max[20]) {
this.gotoAndPlay('wait');
} else {
_root.bossA_hat = 0;
_root.bossA_body = 0;
_root.bossA_socks = 0;
_root.bossA_shoes = 0;
_root.bossA_pantu = 0;
}
}
frame 47 {
if (this_x_posi <= 550 && _root.enemy_field.enemy20.cross._currentframe == 2) {
this.gotoAndPlay('summon_cross');
}
}
frame 64 {
this_x_posi = this._parent._x + this._parent._parent._x;
if (yarare_go_flug == 1) {
} else {
if (_root.yarare_on == 1 && _root.player._currentframe == 66) {
if (this._currentframe != 502 && _root.yarare20A._currentframe == 1 && _root.yarare20A._currentframe == 1) {
_root.enemyspeed[this._parent.enemy_number] = 4;
this.gotoAndPlay('onani_go');
} else {
this.gotoAndPlay('wait');
}
} else {
if (this_x_posi <= 550 && _root.enemy_field.enemy20.cross._currentframe == 2) {
this.gotoAndPlay('summon_cross');
} else {
if (this_x_posi <= 270) {
this.gotoAndPlay('attack');
} else {
if (this_x_posi <= 600) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
this.gotoAndPlay('summon');
break;
default:
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
this.gotoAndPlay('datuiA');
break;
case 2:
this.gotoAndPlay('datuiB');
break;
default:
}
}
} else {
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('wait');
break;
default:
this.gotoAndPlay('summon');
}
}
}
}
}
}
}
frame 85 {
_root.se020.start();
}
frame 109 {
_root.se020.start();
}
frame 133 {
_root.se020.start();
}
frame 170 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 276 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 285 {
_root.se024.start();
}
frame 298 {
var sentakushi = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var sentakushi_num = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var sentakushi_count = 0;
if (_root.enemy_on[1] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 1;
sentakushi[sentakushi_count] = 'roper_wood';
}
if (_root.enemy_on[2] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 2;
sentakushi[sentakushi_count] = 'butterfly';
}
if (_root.enemy_on[3] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 3;
sentakushi[sentakushi_count] = 'flying_moray';
}
if (_root.enemy_on[4] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 4;
sentakushi[sentakushi_count] = 'goblin';
}
if (_root.enemy_on[5] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 5;
sentakushi[sentakushi_count] = 'tako';
}
if (_root.enemy_on[6] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 6;
sentakushi[sentakushi_count] = 'green_snake';
}
if (_root.enemy_on[7] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 7;
sentakushi[sentakushi_count] = 'ghost_hand';
}
if (_root.enemy_on[8] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 8;
sentakushi[sentakushi_count] = 'devil_flower';
}
if (_root.enemy_on[9] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 9;
sentakushi[sentakushi_count] = 'ork';
}
if (_root.enemy_on[10] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 10;
sentakushi[sentakushi_count] = 'dog';
}
if (_root.enemy_on[11] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 11;
sentakushi[sentakushi_count] = 'machine_magi';
}
if (_root.enemy_on[12] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 12;
sentakushi[sentakushi_count] = 'ball';
}
if (_root.enemy_on[13] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 13;
sentakushi[sentakushi_count] = 'tubo';
}
if (_root.enemy_on[14] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 14;
sentakushi[sentakushi_count] = 'incubus';
}
if (_root.enemy_on[15] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 15;
sentakushi[sentakushi_count] = 'succubus';
}
if (_root.enemy_on[16] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 16;
sentakushi[sentakushi_count] = 'cos_book_red';
}
if (_root.enemy_on[17] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 17;
sentakushi[sentakushi_count] = 'cos_book_blue';
}
if (_root.enemy_on[18] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 18;
sentakushi[sentakushi_count] = 'cos_book_green';
}
if (_root.enemy_on[19] != 1) {
sentakushi_count += 1;
sentakushi_num[sentakushi_count] = 19;
sentakushi[sentakushi_count] = 'cos_book_yellow';
}
if (sentakushi_count >= 1) {
random_temp = Math.floor(Math.random() * sentakushi_count) + 1;
_root.enemy_on[sentakushi_num[random_temp]] = 1;
_root.enemy_field.attachMovie(sentakushi[random_temp], 'enemy' + sentakushi_num[random_temp], sentakushi_num[random_temp] * 10);
sentakushi_count = 0;
switch (sentakushi_num[random_temp]) {
case 1:
_root.enemy_field.enemy1._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 140;
_root.enemy_field.enemy1._y = 0;
break;
case 2:
_root.enemy_field.enemy2._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 160;
_root.enemy_field.enemy2._y = Math.floor(Math.random() * 2) * 170 + 70;
break;
case 3:
_root.enemy_field.enemy3._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 140;
_root.enemy_field.enemy3._y = 300;
break;
case 4:
_root.enemy_field.enemy4._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 135;
_root.enemy_field.enemy4._y = 205;
break;
case 5:
_root.enemy_field.enemy5._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 140;
_root.enemy_field.enemy5._y = 255;
break;
case 6:
_root.enemy_field.enemy6._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 190;
_root.enemy_field.enemy6._y = Math.floor(Math.random() * 2) * 225 + 90;
break;
case 7:
_root.enemy_field.enemy7._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 150;
_root.enemy_field.enemy7._y = 90;
break;
case 8:
_root.enemy_field.enemy8._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 155;
_root.enemy_field.enemy8._y = 275;
break;
case 9:
_root.enemy_field.enemy9._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 155;
_root.enemy_field.enemy9._y = 70;
break;
case 10:
_root.enemy_field.enemy10._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 170;
_root.enemy_field.enemy10._y = 247;
break;
case 11:
_root.enemy_field.enemy11._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 205;
_root.enemy_field.enemy11._y = 60;
break;
case 12:
_root.enemy_field.enemy12._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 130;
_root.enemy_field.enemy12._y = 100;
break;
case 13:
_root.enemy_field.enemy13._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 135;
_root.enemy_field.enemy13._y = 305;
break;
case 14:
_root.enemy_field.enemy14._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 125;
_root.enemy_field.enemy14._y = 60;
break;
case 15:
_root.enemy_field.enemy15._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 130;
_root.enemy_field.enemy15._y = 138;
break;
case 16:
_root.enemy_field.enemy16._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 160;
_root.enemy_field.enemy16._y = 70;
break;
case 17:
_root.enemy_field.enemy17._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 160;
_root.enemy_field.enemy17._y = 70;
break;
case 18:
_root.enemy_field.enemy18._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 160;
_root.enemy_field.enemy18._y = 70;
break;
case 19:
_root.enemy_field.enemy19._x = _root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x - 160;
_root.enemy_field.enemy19._y = 70;
break;
default:
}
}
}
frame 337 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 346 {
_root.se024.start();
}
frame 359 {
this._parent._parent.cross.gotoAndStop(1);
}
frame 398 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('summon');
}
}
frame 411 {
x_posi = this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -300 && x_posi <= 550) {
_root.se016.start();
}
}
frame 433 {
if (yarare_go_flug == 1) {
} else {
this.gotoAndPlay('wait');
}
}
frame 458 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (_root.yarare_on == 1 && this_x_posi <= 400 && this_x_posi >= -300) {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndStop('onani');
} else {
if (_root.yarare_on == 1) {
this.gotoAndPlay('onani_go');
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('wait');
}
}
}
frame 459 {
_root.enemy_field.enemy20.cross.gotoAndStop(2);
}
frame 501 {
yarare_go_flug = 0;
_root.enemy_field.enemy20._y = 90;
_root.enemy_field.enemy20._x = 0;
_root.enemy_field.enemy20.MC._x = 160;
_root.enemy_field.enemy20._alpha = 0;
_root.enemy_field.enemy20.cross._x = -470;
this.gotoAndStop('wait');
}
frame 502 {
this.stop();
}
frame 539 {
this.gotoAndPlay('wait');
}
}
movieClip 1529 {
}
movieClip 1530 {
}
movieClip 1533 {
}
movieClip 1538 {
}
movieClip 1566 {
}
movieClip 1617 {
instance of movieClip 1566 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 18 {
this.stop();
}
}
movieClip 1622 {
frame 2 {
var sentakushi = [0, 0, 0, 0, 0, 0, 0, 0, 0];
var sentakushi_count = 0;
if (_root.enemyHP[20] <= _root.enemyHP_max[20] / 2) {
if (_root.bossA_hat != 1) {
sentakushi_count += 1;
sentakushi[sentakushi_count] = 'hat';
}
if (_root.bossA_body != 1) {
sentakushi_count += 1;
sentakushi[sentakushi_count] = 'body';
}
if (_root.bossA_socks != 1) {
sentakushi_count += 1;
sentakushi[sentakushi_count] = 'socks';
}
if (_root.bossA_shoes != 1) {
sentakushi_count += 1;
sentakushi[sentakushi_count] = 'shoes';
}
if (_root.bossA_pantu != 1 && _root.bossA_body == 1) {
sentakushi_count += 1;
sentakushi[sentakushi_count] = 'pantu';
}
if (sentakushi_count >= 1) {
random_temp = Math.floor(Math.random() * sentakushi_count) + 1;
_root['bossA_' + sentakushi[random_temp]] = 1;
this.gotoAndPlay('datui_' + sentakushi[random_temp]);
_root.se002.start();
} else {
gotoAndPlay('no_broken');
}
} else {
gotoAndPlay('no_broken');
}
}
instance of movieClip 1617 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 18) {
this.stop();
} else {
this.play();
}
}
}
frame 20 {
if (_root.now_stage == 6) {
gotoAndPlay('fly');
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('summon');
}
}
frame 39 {
if (_root.now_stage == 6) {
gotoAndPlay('fly');
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('summon');
}
}
frame 58 {
if (_root.now_stage == 6) {
gotoAndPlay('fly');
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('summon');
}
}
frame 77 {
if (_root.now_stage == 6) {
gotoAndPlay('fly');
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('summon');
}
}
frame 96 {
if (_root.now_stage == 6) {
gotoAndPlay('fly');
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('summon');
}
}
frame 115 {
if (_root.now_stage == 6) {
gotoAndPlay('fly');
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('summon');
}
}
frame 116 {
_root.se022.start();
}
frame 149 {
_root.enemyspeed[this._parent.enemy_number] = -40;
}
frame 229 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this._parent.gotoAndStop(1);
this._parent.MC.gotoAndStop('summon');
}
}
movieClip 1623 {
frame 1 {
this.stop();
}
frame 2 {
_root.enemyspeed[20] = 0;
}
frame 20 {
_root.se022.start();
}
frame 51 {
_root.se023.start();
}
frame 59 {
_root.enemy_killreset(20);
this.stop();
}
}
movieClip 1628 {
}
movieClip 1633 {
}
movieClip 1634 {
frame 1 {
this.stop();
}
instance of movieClip 1628 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 1633 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1636 {
}
movieClip 1637 sister {
instance cross of movieClip 872 {
onClipEvent (load) {
enemy_number = 20;
this.gotoAndStop(2);
}
}
instance MC of movieClip 1623 {
onClipEvent (load) {
enemy_number = 20;
hit_width = 30;
hit_height = 275;
hit_guard_x = 0;
guard_start = 0;
guard_on = 0;
if (_root.now_stage != 6) {
_root.enemyHP[20] = 12;
_root.enemyHP_max[20] = 12;
} else {
_root.enemyHP[20] = 60;
_root.enemyHP_max[20] = 60;
}
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
if (this._currentframe != 1) {
} else {
if (guard_on == 1) {
_root.fire_magic_hit_guard(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y - 10, hit_height, enemy_number, guard_on);
} else {
_root.fire_magic_hit(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y - 10, hit_height, enemy_number);
}
}
if (_root.enemyknockback_on[enemy_number] >= 1) {
_root.enemyknockback_on[enemy_number] = 0;
if ((_root.enemyHP[20] % _root.enemyHP_max[20] / 12 == 0 || _root.fire_on == 1) && _root.yarare_on != 1 || _root.yarare_on == 1 && (_root.player._currentframe == 52 || _root.player._currentframe == 53)) {
this.gotoAndStop('damage');
this._parent.cross.MC.gotoAndPlay('void');
}
} else {
if (_root.now_stage == 6 && this._x + this._parent._x <= 60 && this._currentframe == 1) {
this.gotoAndStop('damage');
this.MC.gotoAndPlay('fly');
this._parent.cross.MC.gotoAndPlay('void');
}
}
if (_root.enemyHP[enemy_number] <= 0 || _root.now_stage != 6 && (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
this._parent.cross.MC.gotoAndPlay('void');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 1634 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
if (_root.true_start == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
instance boss_posi of movieClip 1636 {
onClipEvent (load) {
_root.enemy20_posi = 0;
tmp = 0;
}
onClipEvent (enterFrame) {
tmp = Math.floor(((this._parent.MC._x + this._parent._x) * 0.008 - 0.5) * 100) / 100;
if (tmp >= 5 && _root.now_stage != 'hell') {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = 434 - this._parent._x;
if (tmp - Math.floor(tmp) == 0) {
tmp += '.00';
} else {
if (tmp * 10 - Math.floor(tmp * 10) == 0) {
tmp += '0';
}
}
_root.enemy20_posi = tmp + 'm';
}
}
}
movieClip 1639 {
}
movieClip 1641 {
}
movieClip 1643 {
}
movieClip 1645 {
}
movieClip 1647 {
}
movieClip 1648 {
}
movieClip 1649 {
instance of movieClip 1648 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1650 {
instance of movieClip 856 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (_root.muteki == 0 && _root.yarare_on != 1 || (_root.player._currentframe == 57 || _root.player._currentframe == 59 || _root.player._currentframe == 60)) {
if (this.hitTest(_root.player.player.hitarea)) {
if (_root.abnormal_futanari == 1) {
if (_root.move_height == 1) {
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'Af'].gotoAndStop(2);
} else {
if (_root.move_height == -1) {
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'Bf'].gotoAndStop(2);
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'Af'].gotoAndStop(2);
break;
case 2:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'Bf'].gotoAndStop(2);
break;
default:
}
}
}
} else {
if (_root.move_height == 1) {
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'A'].gotoAndStop(2);
} else {
if (_root.move_height == -1) {
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'B'].gotoAndStop(2);
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'A'].gotoAndStop(2);
break;
case 2:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'B'].gotoAndStop(2);
break;
default:
}
}
}
}
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
this._parent._parent._parent.guard_on = 0;
_root.enemy_stop[this._parent._parent._parent.enemy_number] = 1;
if (this._parent._parent._parent.enemy_number == 20) {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._y = 90;
if (_root.enemy_field.enemy20._x + _root.enemy_field.enemy20.MC._x >= 450) {
_root.enemy_field.enemy20.MC.MC.yarare_go_flug = 1;
_root.enemy_field.enemy20.MC.MC.gotoAndPlay('yarare_go');
} else {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._x = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._alpha = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].MC._x = 160;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].cross._x = -470;
this._parent._parent.gotoAndStop('wait');
}
} else {
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._y = 200;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._x = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._alpha = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].MC._x = 160;
this._parent._parent.gotoAndStop('wait');
}
}
}
}
}
}
}
movieClip 1651 {
frame 15 {
switch (this._parent.y_posi) {
case 'top':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this._parent.y_posi = 'mid';
this.gotoAndPlay('top_mid');
break;
default:
this.gotoAndPlay('wait');
}
break;
case 'mid':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
this._parent.y_posi = 'top';
this.gotoAndPlay('mid_top');
break;
default:
this._parent.y_posi = 'under';
this.gotoAndPlay('mid_under');
}
break;
default:
this.gotoAndPlay('wait');
}
break;
case 'under':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this._parent.y_posi = 'mid';
this.gotoAndPlay('under_mid');
break;
default:
this.gotoAndPlay('wait');
}
break;
default:
}
}
frame 20 {
this._parent._parent._y += 3;
}
frame 21 {
this._parent._parent._y += 6;
}
frame 22 {
this._parent._parent._y += 9;
}
frame 23 {
this._parent._parent._y += 12;
}
frame 24 {
this._parent._parent._y += 15;
}
frame 25 {
this._parent._parent._y += 18;
}
frame 26 {
this._parent._parent._y += 21;
}
frame 27 {
this._parent._parent._y += 24;
}
frame 28 {
this._parent._parent._y += 12;
}
frame 30 {
this.gotoAndPlay('wait');
}
frame 35 {
this._parent._parent._y += 3;
}
frame 36 {
this._parent._parent._y += 6;
}
frame 37 {
this._parent._parent._y += 9;
}
frame 38 {
this._parent._parent._y += 12;
}
frame 39 {
this._parent._parent._y += 15;
}
frame 40 {
this._parent._parent._y += 18;
}
frame 41 {
this._parent._parent._y += 21;
}
frame 42 {
this._parent._parent._y += 24;
}
frame 43 {
this._parent._parent._y += 12;
}
frame 45 {
this.gotoAndPlay('wait');
}
frame 50 {
this._parent._parent._y -= 3;
}
frame 51 {
this._parent._parent._y -= 6;
}
frame 52 {
this._parent._parent._y -= 9;
}
frame 53 {
this._parent._parent._y -= 12;
}
frame 54 {
this._parent._parent._y -= 15;
}
frame 55 {
this._parent._parent._y -= 18;
}
frame 56 {
this._parent._parent._y -= 21;
}
frame 57 {
this._parent._parent._y -= 24;
}
frame 58 {
this._parent._parent._y -= 12;
}
frame 60 {
this.gotoAndPlay('wait');
}
frame 65 {
this._parent._parent._y -= 3;
}
frame 66 {
this._parent._parent._y -= 6;
}
frame 67 {
this._parent._parent._y -= 9;
}
frame 68 {
this._parent._parent._y -= 12;
}
frame 69 {
this._parent._parent._y -= 15;
}
frame 70 {
this._parent._parent._y -= 18;
}
frame 71 {
this._parent._parent._y -= 21;
}
frame 72 {
this._parent._parent._y -= 24;
}
frame 73 {
this._parent._parent._y -= 12;
}
frame 75 {
this.gotoAndPlay('wait');
}
frame 80 {
this._parent._parent._y += 3;
}
frame 81 {
this._parent._parent._y += 6;
}
frame 82 {
this._parent._parent._y += 9;
}
frame 83 {
this._parent._parent._y += 12;
}
frame 84 {
this._parent._parent._y += 15;
}
frame 85 {
this._parent._parent._y += 18;
}
frame 86 {
this._parent._parent._y += 21;
}
frame 87 {
this._parent._parent._y += 24;
}
frame 88 {
this._parent._parent._y += 27;
}
frame 89 {
this._parent._parent._y += 30;
}
frame 90 {
this._parent._parent._y += 33;
}
frame 91 {
this._parent._parent._y += 36;
}
frame 92 {
this._parent._parent._y += 11;
}
frame 101 {
this.gotoAndPlay('repair');
}
frame 106 {
this._parent._parent._y += 3;
}
frame 107 {
this._parent._parent._y += 6;
}
frame 108 {
this._parent._parent._y += 9;
}
frame 109 {
this._parent._parent._y += 12;
}
frame 110 {
this._parent._parent._y += 15;
}
frame 111 {
this._parent._parent._y += 18;
}
frame 112 {
this._parent._parent._y += 21;
}
frame 113 {
this._parent._parent._y += 24;
}
frame 114 {
this._parent._parent._y += 27;
}
frame 123 {
this.gotoAndPlay('repair');
}
frame 128 {
this._parent._parent._y += 3;
}
frame 129 {
this._parent._parent._y += 6;
}
frame 130 {
this._parent._parent._y += 6;
}
frame 139 {
this.gotoAndPlay('repair');
}
frame 193 {
this._parent._parent._y -= 3;
}
frame 194 {
this._parent._parent._y -= 6;
}
frame 195 {
this._parent._parent._y -= 9;
}
frame 196 {
this._parent._parent._y -= 12;
}
frame 197 {
this._parent._parent._y -= 15;
}
frame 198 {
this._parent._parent._y -= 18;
}
frame 199 {
this._parent._parent._y -= 21;
}
frame 200 {
this._parent._parent._y -= 24;
}
frame 201 {
this._parent._parent._y -= 27;
}
frame 210 {
this._parent.y_posi = 'mid';
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
}
movieClip 1652 {
}
movieClip 1653 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(enemy_number);
this.stop();
}
}
movieClip 1658 {
}
movieClip 1659 {
instance of movieClip 1658 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1660 cos_book_yellow {
instance MC of movieClip 1653 {
onClipEvent (load) {
enemy_number = 19;
hit_width = 103;
hit_height = 58;
y_posi = 'top';
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
if (this.MC._currentframe <= 15 || this.MC._currentframe >= 140 && this.MC._currentframe <= 192) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
}
if (_root.enemyknockback_on[enemy_number] == 1) {
switch (y_posi) {
case 'top':
this.MC.gotoAndPlay('top_damage');
break;
case 'mid':
this.MC.gotoAndPlay('mid_damage');
break;
case 'under':
this.MC.gotoAndPlay('under_damage');
break;
break;
case 'damage':
default:
}
y_posi = 'damage';
_root.enemyspeed[enemy_number] = 0;
}
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 1659 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 1662 {
}
movieClip 1664 {
}
movieClip 1666 {
}
movieClip 1667 {
}
movieClip 1668 {
instance of movieClip 1667 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1669 {
frame 15 {
switch (this._parent.y_posi) {
case 'top':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this._parent.y_posi = 'mid';
this.gotoAndPlay('top_mid');
break;
default:
this.gotoAndPlay('wait');
}
break;
case 'mid':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
this._parent.y_posi = 'top';
this.gotoAndPlay('mid_top');
break;
default:
this._parent.y_posi = 'under';
this.gotoAndPlay('mid_under');
}
break;
default:
this.gotoAndPlay('wait');
}
break;
case 'under':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this._parent.y_posi = 'mid';
this.gotoAndPlay('under_mid');
break;
default:
this.gotoAndPlay('wait');
}
break;
default:
}
}
frame 20 {
this._parent._parent._y += 3;
}
frame 21 {
this._parent._parent._y += 6;
}
frame 22 {
this._parent._parent._y += 9;
}
frame 23 {
this._parent._parent._y += 12;
}
frame 24 {
this._parent._parent._y += 15;
}
frame 25 {
this._parent._parent._y += 18;
}
frame 26 {
this._parent._parent._y += 21;
}
frame 27 {
this._parent._parent._y += 24;
}
frame 28 {
this._parent._parent._y += 12;
}
frame 30 {
this.gotoAndPlay('wait');
}
frame 35 {
this._parent._parent._y += 3;
}
frame 36 {
this._parent._parent._y += 6;
}
frame 37 {
this._parent._parent._y += 9;
}
frame 38 {
this._parent._parent._y += 12;
}
frame 39 {
this._parent._parent._y += 15;
}
frame 40 {
this._parent._parent._y += 18;
}
frame 41 {
this._parent._parent._y += 21;
}
frame 42 {
this._parent._parent._y += 24;
}
frame 43 {
this._parent._parent._y += 12;
}
frame 45 {
this.gotoAndPlay('wait');
}
frame 50 {
this._parent._parent._y -= 3;
}
frame 51 {
this._parent._parent._y -= 6;
}
frame 52 {
this._parent._parent._y -= 9;
}
frame 53 {
this._parent._parent._y -= 12;
}
frame 54 {
this._parent._parent._y -= 15;
}
frame 55 {
this._parent._parent._y -= 18;
}
frame 56 {
this._parent._parent._y -= 21;
}
frame 57 {
this._parent._parent._y -= 24;
}
frame 58 {
this._parent._parent._y -= 12;
}
frame 60 {
this.gotoAndPlay('wait');
}
frame 65 {
this._parent._parent._y -= 3;
}
frame 66 {
this._parent._parent._y -= 6;
}
frame 67 {
this._parent._parent._y -= 9;
}
frame 68 {
this._parent._parent._y -= 12;
}
frame 69 {
this._parent._parent._y -= 15;
}
frame 70 {
this._parent._parent._y -= 18;
}
frame 71 {
this._parent._parent._y -= 21;
}
frame 72 {
this._parent._parent._y -= 24;
}
frame 73 {
this._parent._parent._y -= 12;
}
frame 75 {
this.gotoAndPlay('wait');
}
frame 80 {
this._parent._parent._y += 3;
}
frame 81 {
this._parent._parent._y += 6;
}
frame 82 {
this._parent._parent._y += 9;
}
frame 83 {
this._parent._parent._y += 12;
}
frame 84 {
this._parent._parent._y += 15;
}
frame 85 {
this._parent._parent._y += 18;
}
frame 86 {
this._parent._parent._y += 21;
}
frame 87 {
this._parent._parent._y += 24;
}
frame 88 {
this._parent._parent._y += 27;
}
frame 89 {
this._parent._parent._y += 30;
}
frame 90 {
this._parent._parent._y += 33;
}
frame 91 {
this._parent._parent._y += 36;
}
frame 92 {
this._parent._parent._y += 11;
}
frame 101 {
this.gotoAndPlay('repair');
}
frame 106 {
this._parent._parent._y += 3;
}
frame 107 {
this._parent._parent._y += 6;
}
frame 108 {
this._parent._parent._y += 9;
}
frame 109 {
this._parent._parent._y += 12;
}
frame 110 {
this._parent._parent._y += 15;
}
frame 111 {
this._parent._parent._y += 18;
}
frame 112 {
this._parent._parent._y += 21;
}
frame 113 {
this._parent._parent._y += 24;
}
frame 114 {
this._parent._parent._y += 27;
}
frame 123 {
this.gotoAndPlay('repair');
}
frame 128 {
this._parent._parent._y += 3;
}
frame 129 {
this._parent._parent._y += 6;
}
frame 130 {
this._parent._parent._y += 6;
}
frame 139 {
this.gotoAndPlay('repair');
}
frame 193 {
this._parent._parent._y -= 3;
}
frame 194 {
this._parent._parent._y -= 6;
}
frame 195 {
this._parent._parent._y -= 9;
}
frame 196 {
this._parent._parent._y -= 12;
}
frame 197 {
this._parent._parent._y -= 15;
}
frame 198 {
this._parent._parent._y -= 18;
}
frame 199 {
this._parent._parent._y -= 21;
}
frame 200 {
this._parent._parent._y -= 24;
}
frame 201 {
this._parent._parent._y -= 27;
}
frame 210 {
this._parent.y_posi = 'mid';
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
}
movieClip 1670 {
}
movieClip 1671 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(enemy_number);
this.stop();
}
}
movieClip 1675 {
}
movieClip 1676 {
instance of movieClip 1675 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1677 cos_book_green {
instance MC of movieClip 1671 {
onClipEvent (load) {
enemy_number = 18;
hit_width = 103;
hit_height = 58;
y_posi = 'top';
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
if (this.MC._currentframe <= 15 || this.MC._currentframe >= 140 && this.MC._currentframe <= 192) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
}
if (_root.enemyknockback_on[enemy_number] == 1) {
switch (y_posi) {
case 'top':
this.MC.gotoAndPlay('top_damage');
break;
case 'mid':
this.MC.gotoAndPlay('mid_damage');
break;
case 'under':
this.MC.gotoAndPlay('under_damage');
break;
break;
case 'damage':
default:
}
y_posi = 'damage';
_root.enemyspeed[enemy_number] = 0;
}
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 1676 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 1679 {
}
movieClip 1681 {
}
movieClip 1683 {
}
movieClip 1684 {
}
movieClip 1685 {
instance of movieClip 1684 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1686 {
frame 15 {
switch (this._parent.y_posi) {
case 'top':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this._parent.y_posi = 'mid';
this.gotoAndPlay('top_mid');
break;
default:
this.gotoAndPlay('wait');
}
break;
case 'mid':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
this._parent.y_posi = 'top';
this.gotoAndPlay('mid_top');
break;
default:
this._parent.y_posi = 'under';
this.gotoAndPlay('mid_under');
}
break;
default:
this.gotoAndPlay('wait');
}
break;
case 'under':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this._parent.y_posi = 'mid';
this.gotoAndPlay('under_mid');
break;
default:
this.gotoAndPlay('wait');
}
break;
default:
}
}
frame 20 {
this._parent._parent._y += 3;
}
frame 21 {
this._parent._parent._y += 6;
}
frame 22 {
this._parent._parent._y += 9;
}
frame 23 {
this._parent._parent._y += 12;
}
frame 24 {
this._parent._parent._y += 15;
}
frame 25 {
this._parent._parent._y += 18;
}
frame 26 {
this._parent._parent._y += 21;
}
frame 27 {
this._parent._parent._y += 24;
}
frame 28 {
this._parent._parent._y += 12;
}
frame 30 {
this.gotoAndPlay('wait');
}
frame 35 {
this._parent._parent._y += 3;
}
frame 36 {
this._parent._parent._y += 6;
}
frame 37 {
this._parent._parent._y += 9;
}
frame 38 {
this._parent._parent._y += 12;
}
frame 39 {
this._parent._parent._y += 15;
}
frame 40 {
this._parent._parent._y += 18;
}
frame 41 {
this._parent._parent._y += 21;
}
frame 42 {
this._parent._parent._y += 24;
}
frame 43 {
this._parent._parent._y += 12;
}
frame 45 {
this.gotoAndPlay('wait');
}
frame 50 {
this._parent._parent._y -= 3;
}
frame 51 {
this._parent._parent._y -= 6;
}
frame 52 {
this._parent._parent._y -= 9;
}
frame 53 {
this._parent._parent._y -= 12;
}
frame 54 {
this._parent._parent._y -= 15;
}
frame 55 {
this._parent._parent._y -= 18;
}
frame 56 {
this._parent._parent._y -= 21;
}
frame 57 {
this._parent._parent._y -= 24;
}
frame 58 {
this._parent._parent._y -= 12;
}
frame 60 {
this.gotoAndPlay('wait');
}
frame 65 {
this._parent._parent._y -= 3;
}
frame 66 {
this._parent._parent._y -= 6;
}
frame 67 {
this._parent._parent._y -= 9;
}
frame 68 {
this._parent._parent._y -= 12;
}
frame 69 {
this._parent._parent._y -= 15;
}
frame 70 {
this._parent._parent._y -= 18;
}
frame 71 {
this._parent._parent._y -= 21;
}
frame 72 {
this._parent._parent._y -= 24;
}
frame 73 {
this._parent._parent._y -= 12;
}
frame 75 {
this.gotoAndPlay('wait');
}
frame 80 {
this._parent._parent._y += 3;
}
frame 81 {
this._parent._parent._y += 6;
}
frame 82 {
this._parent._parent._y += 9;
}
frame 83 {
this._parent._parent._y += 12;
}
frame 84 {
this._parent._parent._y += 15;
}
frame 85 {
this._parent._parent._y += 18;
}
frame 86 {
this._parent._parent._y += 21;
}
frame 87 {
this._parent._parent._y += 24;
}
frame 88 {
this._parent._parent._y += 27;
}
frame 89 {
this._parent._parent._y += 30;
}
frame 90 {
this._parent._parent._y += 33;
}
frame 91 {
this._parent._parent._y += 36;
}
frame 92 {
this._parent._parent._y += 11;
}
frame 101 {
this.gotoAndPlay('repair');
}
frame 106 {
this._parent._parent._y += 3;
}
frame 107 {
this._parent._parent._y += 6;
}
frame 108 {
this._parent._parent._y += 9;
}
frame 109 {
this._parent._parent._y += 12;
}
frame 110 {
this._parent._parent._y += 15;
}
frame 111 {
this._parent._parent._y += 18;
}
frame 112 {
this._parent._parent._y += 21;
}
frame 113 {
this._parent._parent._y += 24;
}
frame 114 {
this._parent._parent._y += 27;
}
frame 123 {
this.gotoAndPlay('repair');
}
frame 128 {
this._parent._parent._y += 3;
}
frame 129 {
this._parent._parent._y += 6;
}
frame 130 {
this._parent._parent._y += 6;
}
frame 139 {
this.gotoAndPlay('repair');
}
frame 193 {
this._parent._parent._y -= 3;
}
frame 194 {
this._parent._parent._y -= 6;
}
frame 195 {
this._parent._parent._y -= 9;
}
frame 196 {
this._parent._parent._y -= 12;
}
frame 197 {
this._parent._parent._y -= 15;
}
frame 198 {
this._parent._parent._y -= 18;
}
frame 199 {
this._parent._parent._y -= 21;
}
frame 200 {
this._parent._parent._y -= 24;
}
frame 201 {
this._parent._parent._y -= 27;
}
frame 210 {
this._parent.y_posi = 'mid';
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
}
movieClip 1687 {
}
movieClip 1688 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(enemy_number);
this.stop();
}
}
movieClip 1692 {
}
movieClip 1693 {
instance of movieClip 1692 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1694 cos_book_blue {
instance MC of movieClip 1688 {
onClipEvent (load) {
enemy_number = 17;
hit_width = 103;
hit_height = 58;
y_posi = 'top';
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
if (this.MC._currentframe <= 15 || this.MC._currentframe >= 140 && this.MC._currentframe <= 192) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
}
if (_root.enemyknockback_on[enemy_number] == 1) {
switch (y_posi) {
case 'top':
this.MC.gotoAndPlay('top_damage');
break;
case 'mid':
this.MC.gotoAndPlay('mid_damage');
break;
case 'under':
this.MC.gotoAndPlay('under_damage');
break;
break;
case 'damage':
default:
}
y_posi = 'damage';
_root.enemyspeed[enemy_number] = 0;
}
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 1693 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 1696 {
}
movieClip 1698 {
}
movieClip 1700 {
}
movieClip 1701 {
}
movieClip 1702 {
instance of movieClip 1701 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1703 {
frame 15 {
switch (this._parent.y_posi) {
case 'top':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this._parent.y_posi = 'mid';
this.gotoAndPlay('top_mid');
break;
default:
this.gotoAndPlay('wait');
}
break;
case 'mid':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
this._parent.y_posi = 'top';
this.gotoAndPlay('mid_top');
break;
default:
this._parent.y_posi = 'under';
this.gotoAndPlay('mid_under');
}
break;
default:
this.gotoAndPlay('wait');
}
break;
case 'under':
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this._parent.y_posi = 'mid';
this.gotoAndPlay('under_mid');
break;
default:
this.gotoAndPlay('wait');
}
break;
default:
}
}
frame 20 {
this._parent._parent._y += 3;
}
frame 21 {
this._parent._parent._y += 6;
}
frame 22 {
this._parent._parent._y += 9;
}
frame 23 {
this._parent._parent._y += 12;
}
frame 24 {
this._parent._parent._y += 15;
}
frame 25 {
this._parent._parent._y += 18;
}
frame 26 {
this._parent._parent._y += 21;
}
frame 27 {
this._parent._parent._y += 24;
}
frame 28 {
this._parent._parent._y += 12;
}
frame 30 {
this.gotoAndPlay('wait');
}
frame 35 {
this._parent._parent._y += 3;
}
frame 36 {
this._parent._parent._y += 6;
}
frame 37 {
this._parent._parent._y += 9;
}
frame 38 {
this._parent._parent._y += 12;
}
frame 39 {
this._parent._parent._y += 15;
}
frame 40 {
this._parent._parent._y += 18;
}
frame 41 {
this._parent._parent._y += 21;
}
frame 42 {
this._parent._parent._y += 24;
}
frame 43 {
this._parent._parent._y += 12;
}
frame 45 {
this.gotoAndPlay('wait');
}
frame 50 {
this._parent._parent._y -= 3;
}
frame 51 {
this._parent._parent._y -= 6;
}
frame 52 {
this._parent._parent._y -= 9;
}
frame 53 {
this._parent._parent._y -= 12;
}
frame 54 {
this._parent._parent._y -= 15;
}
frame 55 {
this._parent._parent._y -= 18;
}
frame 56 {
this._parent._parent._y -= 21;
}
frame 57 {
this._parent._parent._y -= 24;
}
frame 58 {
this._parent._parent._y -= 12;
}
frame 60 {
this.gotoAndPlay('wait');
}
frame 65 {
this._parent._parent._y -= 3;
}
frame 66 {
this._parent._parent._y -= 6;
}
frame 67 {
this._parent._parent._y -= 9;
}
frame 68 {
this._parent._parent._y -= 12;
}
frame 69 {
this._parent._parent._y -= 15;
}
frame 70 {
this._parent._parent._y -= 18;
}
frame 71 {
this._parent._parent._y -= 21;
}
frame 72 {
this._parent._parent._y -= 24;
}
frame 73 {
this._parent._parent._y -= 12;
}
frame 75 {
this.gotoAndPlay('wait');
}
frame 80 {
this._parent._parent._y += 3;
}
frame 81 {
this._parent._parent._y += 6;
}
frame 82 {
this._parent._parent._y += 9;
}
frame 83 {
this._parent._parent._y += 12;
}
frame 84 {
this._parent._parent._y += 15;
}
frame 85 {
this._parent._parent._y += 18;
}
frame 86 {
this._parent._parent._y += 21;
}
frame 87 {
this._parent._parent._y += 24;
}
frame 88 {
this._parent._parent._y += 27;
}
frame 89 {
this._parent._parent._y += 30;
}
frame 90 {
this._parent._parent._y += 33;
}
frame 91 {
this._parent._parent._y += 36;
}
frame 92 {
this._parent._parent._y += 11;
}
frame 101 {
this.gotoAndPlay('repair');
}
frame 106 {
this._parent._parent._y += 3;
}
frame 107 {
this._parent._parent._y += 6;
}
frame 108 {
this._parent._parent._y += 9;
}
frame 109 {
this._parent._parent._y += 12;
}
frame 110 {
this._parent._parent._y += 15;
}
frame 111 {
this._parent._parent._y += 18;
}
frame 112 {
this._parent._parent._y += 21;
}
frame 113 {
this._parent._parent._y += 24;
}
frame 114 {
this._parent._parent._y += 27;
}
frame 123 {
this.gotoAndPlay('repair');
}
frame 128 {
this._parent._parent._y += 3;
}
frame 129 {
this._parent._parent._y += 6;
}
frame 130 {
this._parent._parent._y += 6;
}
frame 139 {
this.gotoAndPlay('repair');
}
frame 193 {
this._parent._parent._y -= 3;
}
frame 194 {
this._parent._parent._y -= 6;
}
frame 195 {
this._parent._parent._y -= 9;
}
frame 196 {
this._parent._parent._y -= 12;
}
frame 197 {
this._parent._parent._y -= 15;
}
frame 198 {
this._parent._parent._y -= 18;
}
frame 199 {
this._parent._parent._y -= 21;
}
frame 200 {
this._parent._parent._y -= 24;
}
frame 201 {
this._parent._parent._y -= 27;
}
frame 210 {
this._parent.y_posi = 'mid';
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
}
movieClip 1704 {
}
movieClip 1705 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(enemy_number);
this.stop();
}
}
movieClip 1708 {
}
movieClip 1709 {
instance of movieClip 1708 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1710 cos_book_red {
instance MC of movieClip 1705 {
onClipEvent (load) {
enemy_number = 16;
hit_width = 103;
hit_height = 58;
y_posi = 'top';
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
if (this.MC._currentframe <= 15 || this.MC._currentframe >= 140 && this.MC._currentframe <= 192) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
}
if (_root.enemyknockback_on[enemy_number] == 1) {
switch (y_posi) {
case 'top':
this.MC.gotoAndPlay('top_damage');
break;
case 'mid':
this.MC.gotoAndPlay('mid_damage');
break;
case 'under':
this.MC.gotoAndPlay('under_damage');
break;
break;
case 'damage':
default:
}
y_posi = 'damage';
_root.enemyspeed[enemy_number] = 0;
}
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 1709 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 1712 {
}
movieClip 1714 {
}
movieClip 1716 {
}
movieClip 1718 {
}
movieClip 1720 {
}
movieClip 1722 {
}
movieClip 1724 {
}
movieClip 1726 {
}
movieClip 1728 {
}
movieClip 1730 {
}
movieClip 1732 {
}
movieClip 1734 {
}
movieClip 1736 {
}
movieClip 1738 {
}
movieClip 1740 {
}
movieClip 1742 {
}
movieClip 1744 {
}
movieClip 1746 {
}
movieClip 1748 {
}
movieClip 1750 {
}
movieClip 1752 {
}
movieClip 1754 {
}
movieClip 1756 {
}
movieClip 1758 {
}
movieClip 1760 {
}
movieClip 1762 {
}
movieClip 1764 {
}
movieClip 1766 {
}
movieClip 1768 {
}
movieClip 1770 {
}
movieClip 1772 {
}
movieClip 1774 {
}
movieClip 1777 {
}
movieClip 1778 {
}
movieClip 1780 {
}
movieClip 1781 {
instance of movieClip 373 {
onClipEvent (load) {
if (_root.now_stage != 5) {
this.gotoAndStop(45);
}
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 45) {
this.play();
}
}
}
}
}
movieClip 1785 {
}
movieClip 1787 {
}
movieClip 1788 {
}
movieClip 1789 {
}
movieClip 1790 {
}
movieClip 1792 {
}
movieClip 1794 {
}
movieClip 1797 {
}
movieClip 1798 {
instance of movieClip 1797 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent._parent.stop();
this._parent._parent._parent.stop();
} else {
this._parent._parent.play();
if (this._parent._parent._parent._currentframe < 20) {
this._parent._parent._parent.play();
}
}
}
}
}
movieClip 1799 {
}
movieClip 1800 {
}
movieClip 1801 {
}
movieClip 1803 {
}
movieClip 1804 {
}
movieClip 1805 {
}
movieClip 1807 {
}
movieClip 1808 {
}
movieClip 1810 {
}
movieClip 1812 {
}
movieClip 1814 {
}
movieClip 1816 {
}
movieClip 1818 {
}
movieClip 1820 {
}
movieClip 1822 {
}
movieClip 1823 {
}
movieClip 1825 {
}
movieClip 1827 {
}
movieClip 1829 {
}
movieClip 1831 {
}
movieClip 1833 {
}
movieClip 1835 {
}
movieClip 1837 {
}
movieClip 1839 {
}
movieClip 1840 {
}
movieClip 1841 {
}
movieClip 1843 {
}
movieClip 1845 {
}
movieClip 1846 {
}
movieClip 1847 {
}
movieClip 1849 {
}
movieClip 1850 {
}
movieClip 1852 {
}
movieClip 1855 {
}
movieClip 1857 {
}
movieClip 1858 {
}
movieClip 1860 {
}
movieClip 1861 {
}
movieClip 1863 {
}
movieClip 1865 {
}
movieClip 1866 {
}
movieClip 1867 {
}
movieClip 1868 {
}
movieClip 1870 {
}
movieClip 1872 {
}
movieClip 1874 {
}
movieClip 1875 {
frame 1 {
_root.enemyspeed[this._parent.enemy_number] = 0;
}
frame 17 {
if (_root.now_stage == 5) {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
} else {
this.gotoAndPlay('wait');
_root.enemyspeed[this._parent.enemy_number] = 5;
}
}
frame 38 {
this._parent.guard_on = 1;
}
frame 47 {
if (_root.now_stage == 5) {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
} else {
_root.enemyspeed[this._parent.enemy_number] = 5;
}
}
frame 66 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (_root.yarare_on == 1 && _root.player._currentframe == 66) {
_root.enemyspeed[this._parent.enemy_number] = 6;
this.gotoAndPlay('onani_go');
} else {
if (this_x_posi <= 700 && this_x_posi >= -300) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
if (Math.floor(Math.random() * 2) + 1 == 1) {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('attack');
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('datui');
}
break;
case 2:
if (this._parent._parent._y >= 200) {
this.gotoAndPlay('up');
} else {
if (this._parent._parent._y >= 100) {
if (Math.floor(Math.random() * 2) + 1 == 1) {
this.gotoAndPlay('up');
} else {
this.gotoAndPlay('down');
}
} else {
this.gotoAndPlay('down');
}
}
break;
default:
this.gotoAndPlay('wait');
}
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
if (this._parent._parent._y >= 200) {
this.gotoAndPlay('up');
} else {
if (this._parent._parent._y >= 100) {
if (Math.floor(Math.random() * 2) + 1 == 1) {
this.gotoAndPlay('up');
} else {
this.gotoAndPlay('down');
}
} else {
this.gotoAndPlay('down');
}
}
break;
default:
this.gotoAndPlay('wait');
}
}
}
}
frame 70 {
this._parent._parent._y -= 12;
}
frame 71 {
this._parent._parent._y -= 11;
}
frame 72 {
this._parent._parent._y -= 10;
}
frame 73 {
this._parent._parent._y -= 9;
}
frame 74 {
this._parent._parent._y -= 8;
}
frame 75 {
this._parent._parent._y -= 7;
}
frame 76 {
this._parent._parent._y -= 6;
}
frame 77 {
this._parent._parent._y -= 5;
}
frame 78 {
this._parent._parent._y -= 4;
}
frame 79 {
this._parent._parent._y -= 3;
}
frame 80 {
this._parent._parent._y -= 2;
}
frame 81 {
this._parent._parent._y -= 1;
}
frame 85 {
this.gotoAndPlay('wait');
}
frame 89 {
this._parent._parent._y += 12;
}
frame 90 {
this._parent._parent._y += 11;
}
frame 91 {
this._parent._parent._y += 10;
}
frame 92 {
this._parent._parent._y += 9;
}
frame 93 {
this._parent._parent._y += 8;
}
frame 94 {
this._parent._parent._y += 7;
}
frame 95 {
this._parent._parent._y += 6;
}
frame 96 {
this._parent._parent._y += 5;
}
frame 97 {
this._parent._parent._y += 4;
}
frame 98 {
this._parent._parent._y += 3;
}
frame 99 {
this._parent._parent._y += 2;
}
frame 100 {
this._parent._parent._y += 1;
}
frame 104 {
this.gotoAndPlay('wait');
}
frame 111 {
this._parent.guard_on = 0;
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se020.start();
}
}
frame 146 {
this._parent.guard_on = 1;
}
frame 152 {
if (_root.now_stage == 5) {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
} else {
_root.enemyspeed[this._parent.enemy_number] = 5;
}
this.gotoAndPlay('wait');
}
frame 159 {
this._parent.guard_on = 0;
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se020.start();
}
}
frame 184 {
this._parent.guard_on = 1;
}
frame 190 {
if (_root.now_stage == 5) {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
} else {
_root.enemyspeed[this._parent.enemy_number] = 5;
}
this.gotoAndPlay('wait');
}
frame 209 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (_root.yarare_on == 1 && this_x_posi <= 300 && this_x_posi >= -300) {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('onani');
} else {
if (_root.yarare_on == 1) {
this.gotoAndPlay('onani_go');
} else {
if (_root.now_stage == 5) {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
} else {
_root.enemyspeed[this._parent.enemy_number] = 5;
}
this.gotoAndPlay('wait');
}
}
}
frame 227 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (_root.yarare_on == 1 && this_x_posi <= 400 && this_x_posi >= -300) {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('onani');
} else {
if (_root.yarare_on == 1) {
this.gotoAndPlay('onani_go');
} else {
if (_root.now_stage == 5) {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
} else {
_root.enemyspeed[this._parent.enemy_number] = 5;
}
this.gotoAndPlay('wait');
}
}
}
frame 264 {
this.gotoAndPlay('wait');
}
}
movieClip 1877 {
}
movieClip 1879 {
}
movieClip 1880 {
}
movieClip 1881 {
}
movieClip 1883 {
}
movieClip 1884 {
frame 55 {
_root.enemyspeed[this._parent.enemy_number] = -40;
}
frame 135 {
this._parent.guard_start = 0;
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this._parent.gotoAndStop(1);
}
}
movieClip 1885 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(15);
this.stop();
}
}
movieClip 1889 {
}
movieClip 1890 {
instance of movieClip 1889 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1892 {
}
movieClip 1893 succubus {
instance MC of movieClip 1885 {
onClipEvent (load) {
enemy_number = 15;
hit_width = 35;
hit_height = 175;
hit_guard_x = 0;
guard_start = 0;
guard_on = 1;
if (_root.now_stage != 5) {
_root.enemyHP[15] = 1;
_root.enemyHP_max[15] = 1;
} else {
_root.enemyHP[15] = 6;
_root.enemyHP_max[15] = 6;
}
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
if (this._currentframe != 1) {
} else {
if (guard_on == 1) {
_root.fire_magic_hit_guard(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y - 10, hit_height, enemy_number, guard_on);
} else {
_root.fire_magic_hit(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y - 10, hit_height, enemy_number);
}
}
if (_root.enemyknockback_on[enemy_number] >= 1 && guard_on == 0 && _root.now_stage != 'hell') {
_root.enemyknockback_on[enemy_number] = 0;
this.gotoAndStop('damage');
} else {
if (_root.now_stage == 5 && this._x + this._parent._x <= -600 && this._currentframe == 1) {
this.gotoAndStop('damage');
this.MC.gotoAndPlay('fly');
}
}
if (_root.enemyHP[enemy_number] <= 0 || _root.now_stage != 5 && (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 1890 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
instance boss_posi of movieClip 1892 {
onClipEvent (load) {
_root.enemy15_posi = 0;
tmp = 0;
}
onClipEvent (enterFrame) {
tmp = Math.floor(((this._parent.MC._x + this._parent._x) * 0.008 - 0.5) * 100) / 100;
if (tmp >= 5 && _root.now_stage == 5) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = 434 - this._parent._x;
if (tmp - Math.floor(tmp) == 0) {
tmp += '.00';
} else {
if (tmp * 10 - Math.floor(tmp * 10) == 0) {
tmp += '0';
}
}
_root.enemy15_posi = tmp + 'm';
}
}
}
movieClip 1895 {
}
movieClip 1897 {
}
movieClip 1899 {
}
movieClip 1901 {
}
movieClip 1903 {
}
movieClip 1905 {
}
movieClip 1907 {
}
movieClip 1909 {
}
movieClip 1911 {
}
movieClip 1913 {
}
movieClip 1915 {
}
movieClip 1917 {
}
movieClip 1919 {
}
movieClip 1921 {
}
movieClip 1923 {
}
movieClip 1927 {
}
movieClip 1929 {
}
movieClip 1930 {
}
movieClip 1932 {
}
movieClip 1934 {
}
movieClip 1936 {
}
movieClip 1937 {
}
movieClip 1938 {
}
movieClip 1940 {
}
movieClip 1941 {
frame 16 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (this._parent.guard_start == 1) {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('attack');
} else {
if (this_x_posi <= 700 && this_x_posi >= -300) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
if (Math.floor(Math.random() * 2) + 1 == 1) {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('attack');
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
if (this._parent._parent._y >= 150) {
this.gotoAndPlay('datui_under');
} else {
this.gotoAndPlay('datui_top');
}
}
break;
case 2:
if (this._parent._parent._y >= 150) {
this.gotoAndPlay('up');
} else {
this.gotoAndPlay('down');
}
break;
default:
this.gotoAndPlay('wait');
}
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
if (this._parent._parent._y >= 150) {
this.gotoAndPlay('up');
} else {
this.gotoAndPlay('down');
}
break;
default:
this.gotoAndPlay('wait');
}
}
}
}
frame 19 {
this._parent._parent._y -= 24;
}
frame 20 {
this._parent._parent._y -= 22;
}
frame 21 {
this._parent._parent._y -= 20;
}
frame 22 {
this._parent._parent._y -= 18;
}
frame 23 {
this._parent._parent._y -= 16;
}
frame 24 {
this._parent._parent._y -= 14;
}
frame 25 {
this._parent._parent._y -= 12;
}
frame 26 {
this._parent._parent._y -= 10;
}
frame 27 {
this._parent._parent._y -= 8;
}
frame 28 {
this._parent._parent._y -= 6;
}
frame 29 {
this._parent._parent._y -= 4;
}
frame 30 {
this._parent._parent._y -= 2;
}
frame 32 {
this.gotoAndPlay('wait');
}
frame 35 {
this._parent._parent._y += 24;
}
frame 36 {
this._parent._parent._y += 22;
}
frame 37 {
this._parent._parent._y += 20;
}
frame 38 {
this._parent._parent._y += 18;
}
frame 39 {
this._parent._parent._y += 16;
}
frame 40 {
this._parent._parent._y += 14;
}
frame 41 {
this._parent._parent._y += 12;
}
frame 42 {
this._parent._parent._y += 10;
}
frame 43 {
this._parent._parent._y += 8;
}
frame 44 {
this._parent._parent._y += 6;
}
frame 45 {
this._parent._parent._y += 4;
}
frame 46 {
this._parent._parent._y += 2;
}
frame 48 {
this.gotoAndPlay('wait');
}
frame 56 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se020.start();
}
}
frame 87 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
frame 95 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se020.start();
}
}
frame 126 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
frame 160 {
this._parent.guard_start = 0;
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
}
movieClip 1942 {
}
movieClip 1943 {
}
movieClip 1944 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(14);
this.stop();
}
}
movieClip 1949 {
}
movieClip 1950 {
instance of movieClip 1949 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1951 incubus {
instance MC of movieClip 1944 {
onClipEvent (load) {
enemy_number = 14;
hit_width = 35;
hit_height = 175;
hit_guard_x = 0;
guard_start = 0;
guard_on = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
if (guard_on == 1) {
_root.fire_magic_hit_guard(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y - 10, hit_height, enemy_number, guard_on);
} else {
_root.fire_magic_hit(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y - 10, hit_height, enemy_number);
}
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyknockback_on[enemy_number] >= 1 && guard_start == 0) {
guard_start = 1;
}
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 1950 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 1953 {
}
movieClip 1955 {
}
movieClip 1957 {
}
movieClip 1963 {
}
movieClip 1964 {
instance of movieClip 1963 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1965 {
}
movieClip 1967 {
}
movieClip 1969 {
instance of movieClip 1963 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1970 {
}
movieClip 1972 {
}
movieClip 1973 {
}
movieClip 1975 {
}
movieClip 1976 {
frame 6 {
_root.enemyspeed[this._parent.enemy_number] = 4;
}
frame 7 {
this._parent._parent._y -= 33;
}
frame 8 {
this._parent._parent._y -= 30;
}
frame 9 {
this._parent._parent._y -= 27;
}
frame 10 {
this._parent._parent._y -= 24;
}
frame 11 {
this._parent._parent._y -= 21;
}
frame 12 {
this._parent._parent._y -= 18;
}
frame 13 {
this._parent._parent._y -= 15;
}
frame 14 {
this._parent._parent._y -= 12;
}
frame 15 {
this._parent._parent._y -= 9;
}
frame 16 {
this._parent._parent._y -= 6;
}
frame 17 {
this._parent._parent._y -= 3;
}
frame 19 {
this._parent._parent._y += 3;
}
frame 20 {
this._parent._parent._y += 6;
}
frame 21 {
this._parent._parent._y += 9;
}
frame 22 {
this._parent._parent._y += 12;
}
frame 23 {
this._parent._parent._y += 15;
}
frame 24 {
this._parent._parent._y += 18;
}
frame 25 {
this._parent._parent._y += 21;
}
frame 26 {
this._parent._parent._y += 24;
}
frame 27 {
this._parent._parent._y += 27;
}
frame 28 {
this._parent._parent._y += 30;
}
frame 29 {
this._parent._parent._y += 33;
}
frame 30 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
}
frame 39 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (this_x_posi <= 600 && this_x_posi >= -300) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
this.gotoAndPlay('attack');
break;
case 2:
this.gotoAndPlay('datui');
break;
default:
this.gotoAndPlay('wait');
}
} else {
this.gotoAndPlay('wait');
}
}
frame 51 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se019.start();
}
}
frame 68 {
this.gotoAndPlay('wait');
}
frame 80 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se019.start();
}
}
frame 97 {
this.gotoAndPlay('wait');
}
}
movieClip 1977 {
}
movieClip 1978 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(13);
this.stop();
}
}
// unknown tag 88 length 44
movieClip 1984 {
}
movieClip 1985 {
instance of movieClip 1984 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 1986 tubo {
instance MC of movieClip 1978 {
onClipEvent (load) {
enemy_number = 13;
hit_width = 47;
hit_height = 72;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 1985 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 1988 {
}
movieClip 1990 {
}
movieClip 1992 {
}
movieClip 1993 {
}
movieClip 1995 {
}
movieClip 2004 {
}
movieClip 2005 {
instance of movieClip 2004 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
play();
} else {
stop();
}
}
}
}
movieClip 2006 {
frame 1 {
this._parent.guard_on = 1;
}
frame 17 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (this_x_posi <= 600 && this_x_posi >= -300) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
if (Math.floor(Math.random() * 2) + 1 == 1) {
_root.enemyspeed[this._parent.enemy_number] = 0;
if (this._parent._parent._y >= 150) {
this.gotoAndPlay('attack_up');
} else {
this.gotoAndPlay('attack_down');
}
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('datui');
}
break;
case 2:
if (this._parent._parent._y >= 150) {
this.gotoAndPlay('up');
} else {
this.gotoAndPlay('down');
}
break;
default:
this.gotoAndPlay('wait');
}
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
if (this._parent._parent._y >= 150) {
this.gotoAndPlay('up');
} else {
this.gotoAndPlay('down');
}
break;
default:
this.gotoAndPlay('wait');
}
}
}
frame 21 {
this._parent._parent._y -= 33;
}
frame 22 {
this._parent._parent._y -= 30;
}
frame 23 {
this._parent._parent._y -= 27;
}
frame 24 {
this._parent._parent._y -= 24;
}
frame 25 {
this._parent._parent._y -= 21;
}
frame 26 {
this._parent._parent._y -= 18;
}
frame 27 {
this._parent._parent._y -= 15;
}
frame 28 {
this._parent._parent._y -= 12;
}
frame 29 {
this._parent._parent._y -= 9;
}
frame 30 {
this._parent._parent._y -= 6;
}
frame 31 {
this._parent._parent._y -= 3;
}
frame 34 {
this.gotoAndPlay('wait');
}
frame 38 {
this._parent._parent._y += 33;
}
frame 39 {
this._parent._parent._y += 30;
}
frame 40 {
this._parent._parent._y += 27;
}
frame 41 {
this._parent._parent._y += 24;
}
frame 42 {
this._parent._parent._y += 21;
}
frame 43 {
this._parent._parent._y += 18;
}
frame 44 {
this._parent._parent._y += 15;
}
frame 45 {
this._parent._parent._y += 12;
}
frame 46 {
this._parent._parent._y += 9;
}
frame 47 {
this._parent._parent._y += 6;
}
frame 48 {
this._parent._parent._y += 3;
}
frame 51 {
this.gotoAndPlay('wait');
}
frame 55 {
this._parent._parent._y += 16.5;
}
frame 56 {
this._parent._parent._y += 15;
}
frame 57 {
this._parent._parent._y += 13.5;
}
frame 58 {
this._parent._parent._y += 12;
}
frame 59 {
this._parent._parent._y += 10.5;
}
frame 60 {
this._parent._parent._y += 9;
}
frame 61 {
this._parent._parent._y += 7.5;
}
frame 62 {
this._parent._parent._y += 6;
}
frame 63 {
this._parent._parent._y += 4.5;
}
frame 64 {
this._parent._parent._y += 3;
}
frame 65 {
this._parent._parent._y += 1.5;
}
frame 69 {
this._parent.guard_on = 0;
}
frame 75 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se021.start();
}
}
frame 91 {
this._parent.guard_on = 1;
}
frame 94 {
this._parent._parent._y -= 16.5;
}
frame 95 {
this._parent._parent._y -= 15;
}
frame 96 {
this._parent._parent._y -= 13.5;
}
frame 97 {
this._parent._parent._y -= 12;
}
frame 98 {
this._parent._parent._y -= 10.5;
}
frame 99 {
this._parent._parent._y -= 9;
}
frame 100 {
this._parent._parent._y -= 7.5;
}
frame 101 {
this._parent._parent._y -= 6;
}
frame 102 {
this._parent._parent._y -= 4.5;
}
frame 103 {
this._parent._parent._y -= 3;
}
frame 104 {
this._parent._parent._y -= 1.5;
}
frame 107 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
frame 111 {
this._parent._parent._y -= 16.5;
}
frame 112 {
this._parent._parent._y -= 15;
}
frame 113 {
this._parent._parent._y -= 13.5;
}
frame 114 {
this._parent._parent._y -= 12;
}
frame 115 {
this._parent._parent._y -= 10.5;
}
frame 116 {
this._parent._parent._y -= 9;
}
frame 117 {
this._parent._parent._y -= 7.5;
}
frame 118 {
this._parent._parent._y -= 6;
}
frame 119 {
this._parent._parent._y -= 4.5;
}
frame 120 {
this._parent._parent._y -= 3;
}
frame 121 {
this._parent._parent._y -= 1.5;
}
frame 125 {
this._parent.guard_on = 0;
}
frame 131 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se021.start();
}
}
frame 147 {
this._parent.guard_on = 1;
}
frame 150 {
this._parent._parent._y += 16.5;
}
frame 151 {
this._parent._parent._y += 15;
}
frame 152 {
this._parent._parent._y += 13.5;
}
frame 153 {
this._parent._parent._y += 12;
}
frame 154 {
this._parent._parent._y += 10.5;
}
frame 155 {
this._parent._parent._y += 9;
}
frame 156 {
this._parent._parent._y += 7.5;
}
frame 157 {
this._parent._parent._y += 6;
}
frame 158 {
this._parent._parent._y += 4.5;
}
frame 159 {
this._parent._parent._y += 3;
}
frame 160 {
this._parent._parent._y += 1.5;
}
frame 163 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
frame 170 {
this._parent.guard_on = 0;
}
frame 171 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se003.start();
}
}
frame 230 {
this._parent.guard_on = 1;
}
frame 236 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
}
movieClip 2007 {
}
movieClip 2008 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(12);
this.stop();
}
}
movieClip 2012 {
}
movieClip 2013 {
instance of movieClip 2012 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 2014 ball {
instance MC of movieClip 2008 {
onClipEvent (load) {
enemy_number = 12;
hit_width = 40;
hit_height = 40;
hit_guard_x = 0;
guard_start = 0;
guard_on = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
if (guard_on == 1) {
_root.fire_magic_hit_guard(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y, hit_height, enemy_number, guard_on);
} else {
_root.fire_magic_hit(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
}
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 2013 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 2016 {
}
movieClip 2018 {
}
movieClip 2020 {
}
movieClip 2022 {
}
movieClip 2024 {
}
movieClip 2026 {
}
movieClip 2027 {
}
movieClip 2029 {
}
movieClip 2030 {
}
movieClip 2032 {
}
movieClip 2034 {
}
movieClip 2036 {
}
movieClip 2038 {
}
movieClip 2040 {
}
movieClip 2042 {
}
movieClip 2043 {
}
movieClip 2045 {
}
movieClip 2047 {
}
movieClip 2048 {
}
movieClip 2050 {
}
movieClip 2052 {
}
movieClip 2054 {
}
movieClip 2056 {
}
movieClip 2058 {
}
movieClip 2059 {
frame 29 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (this_x_posi <= 700 && this_x_posi >= -300) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
if (Math.floor(Math.random() * 2) + 1 == 1) {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('attack');
} else {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('datui');
}
break;
case 2:
if (this._parent._parent._y >= 150) {
this.gotoAndPlay('up');
} else {
this.gotoAndPlay('down');
}
break;
default:
this.gotoAndPlay('wait');
}
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
if (this._parent._parent._y >= 150) {
this.gotoAndPlay('up');
} else {
this.gotoAndPlay('down');
}
break;
default:
this.gotoAndPlay('wait');
}
}
}
frame 39 {
this._parent._parent._y -= 33;
}
frame 40 {
this._parent._parent._y -= 30;
}
frame 41 {
this._parent._parent._y -= 27;
}
frame 42 {
this._parent._parent._y -= 24;
}
frame 43 {
this._parent._parent._y -= 21;
}
frame 44 {
this._parent._parent._y -= 18;
}
frame 45 {
this._parent._parent._y -= 15;
}
frame 46 {
this._parent._parent._y -= 12;
}
frame 47 {
this._parent._parent._y -= 9;
}
frame 48 {
this._parent._parent._y -= 6;
}
frame 49 {
this._parent._parent._y -= 3;
}
frame 58 {
this.gotoAndPlay('wait');
}
frame 68 {
this._parent._parent._y += 33;
}
frame 69 {
this._parent._parent._y += 30;
}
frame 70 {
this._parent._parent._y += 27;
}
frame 71 {
this._parent._parent._y += 24;
}
frame 72 {
this._parent._parent._y += 21;
}
frame 73 {
this._parent._parent._y += 18;
}
frame 74 {
this._parent._parent._y += 15;
}
frame 75 {
this._parent._parent._y += 12;
}
frame 76 {
this._parent._parent._y += 9;
}
frame 77 {
this._parent._parent._y += 6;
}
frame 78 {
this._parent._parent._y += 3;
}
frame 87 {
this.gotoAndPlay('wait');
}
frame 95 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se016.start();
}
}
frame 110 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
frame 117 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se016.start();
}
}
frame 145 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
}
movieClip 2060 {
}
movieClip 2061 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(11);
this.stop();
}
}
movieClip 2066 {
}
movieClip 2067 {
instance of movieClip 2066 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 2068 machine_magi {
instance MC of movieClip 2061 {
onClipEvent (load) {
enemy_number = 11;
hit_width = 174;
hit_height = 82;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 2067 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 2070 {
}
movieClip 2072 {
}
movieClip 2074 {
}
movieClip 2076 {
}
movieClip 2078 {
}
movieClip 2080 {
}
movieClip 2082 {
}
movieClip 2084 {
}
movieClip 2086 {
}
movieClip 2088 {
}
movieClip 2090 {
}
movieClip 2092 {
}
movieClip 2094 {
}
movieClip 2096 {
}
movieClip 2098 {
}
movieClip 2100 {
}
movieClip 2102 {
}
movieClip 2104 {
}
movieClip 2106 {
}
movieClip 2107 {
frame 13 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (this_x_posi <= 700 && this_x_posi >= -300 && _root.player._currentframe != 66) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
this.gotoAndPlay('datui');
break;
default:
this.gotoAndPlay('wait');
}
} else {
this.gotoAndPlay('wait');
}
}
frame 20 {
_root.enemyspeed[this._parent.enemy_number] = 6;
}
frame 21 {
_root.enemyspeed[this._parent.enemy_number] = 5;
}
frame 22 {
_root.enemyspeed[this._parent.enemy_number] = 4;
}
frame 23 {
_root.enemyspeed[this._parent.enemy_number] = 3;
}
frame 24 {
_root.enemyspeed[this._parent.enemy_number] = 2;
}
frame 25 {
_root.enemyspeed[this._parent.enemy_number] = 1;
}
frame 26 {
_root.enemyspeed[this._parent.enemy_number] = 0;
}
frame 41 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se003.start();
}
}
frame 51 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
}
frame 52 {
this.gotoAndPlay('wait');
}
}
movieClip 2108 {
}
movieClip 2109 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(10);
this.stop();
}
}
movieClip 2113 {
}
movieClip 2114 {
instance of movieClip 2113 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 2115 dog {
instance MC of movieClip 2109 {
onClipEvent (load) {
enemy_number = 10;
hit_width = 140;
hit_height = 115;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 2114 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 2117 {
}
movieClip 2119 {
}
movieClip 2121 {
}
movieClip 2123 {
}
movieClip 2125 {
}
movieClip 2127 {
}
movieClip 2129 {
}
movieClip 2131 {
}
movieClip 2133 {
}
movieClip 2136 {
}
movieClip 2137 {
}
movieClip 2139 {
}
movieClip 2141 {
}
movieClip 2143 {
}
movieClip 2145 {
}
movieClip 2147 {
}
movieClip 2149 {
}
movieClip 2150 {
}
movieClip 2151 {
frame 33 {
this_x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (this._parent.guard_start == 1) {
this.gotoAndPlay('attack');
} else {
if (this_x_posi <= 600 && this_x_posi >= -300) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('datui');
break;
case 2:
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('attack');
break;
default:
this.gotoAndPlay('wait');
}
} else {
if (this_x_posi <= 700 && this_x_posi >= -300) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('attack');
break;
default:
this.gotoAndPlay('wait');
}
} else {
this.gotoAndPlay('wait');
}
}
}
}
frame 42 {
this._parent.guard_on = 1;
_root.enemyspeed[this._parent.enemy_number] = 7;
}
frame 83 {
this._parent.guard_on = 0;
_root.enemyspeed[this._parent.enemy_number] = 3;
}
frame 86 {
_root.enemyspeed[this._parent.enemy_number] = 2;
}
frame 89 {
_root.enemyspeed[this._parent.enemy_number] = 1;
}
frame 92 {
_root.enemyspeed[this._parent.enemy_number] = 0;
}
frame 105 {
this._parent.guard_start = 0;
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
frame 120 {
_root.se018.start();
}
frame 152 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
}
movieClip 2152 {
}
movieClip 2153 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(9);
this.stop();
}
}
movieClip 2157 {
}
movieClip 2158 {
instance of movieClip 2157 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 2159 ork {
instance MC of movieClip 2153 {
onClipEvent (load) {
enemy_number = 9;
hit_width = 74;
hit_height = 309;
hit_guard_x = 0;
guard_start = 0;
guard_on = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
if (guard_on == 1) {
_root.fire_magic_hit_guard(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y, hit_height, enemy_number, guard_on);
} else {
_root.fire_magic_hit(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
}
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyknockback_on[enemy_number] >= 1 && guard_start == 0) {
guard_start = 1;
}
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 2158 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 2161 {
}
movieClip 2163 {
}
movieClip 2165 {
}
movieClip 2167 {
}
movieClip 2169 {
}
movieClip 2171 {
}
movieClip 2173 {
}
movieClip 2175 {
}
movieClip 2177 {
}
movieClip 2189 {
}
movieClip 2409 {
frame 24 {
if (this._parent.guard_start == 1) {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('guard');
} else {
if (this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x <= 300 && this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x >= -300) {
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('attack');
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('datui');
break;
default:
this.gotoAndPlay('wait');
}
}
}
}
frame 57 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
frame 67 {
this._parent.hit_guard_x = -88;
this._parent.guard_on = 1;
}
frame 107 {
this._parent.hit_guard_x = 0;
this._parent.guard_on = 0;
}
frame 117 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this._parent.guard_start = 0;
this.gotoAndPlay('wait');
}
frame 126 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se016.start();
}
}
frame 143 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
}
movieClip 2411 {
}
movieClip 2412 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(8);
this.stop();
}
}
movieClip 2416 {
}
movieClip 2417 {
instance of movieClip 2416 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 2418 devil_flower {
instance MC of movieClip 2412 {
onClipEvent (load) {
enemy_number = 8;
hit_width = 99;
hit_height = 95;
hit_guard_x = 0;
guard_start = 0;
guard_on = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
if (guard_on == 1) {
_root.fire_magic_hit_guard(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y, hit_height, enemy_number, guard_on);
} else {
_root.fire_magic_hit(this._parent._x, this._x + hit_guard_x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
}
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyknockback_on[enemy_number] >= 1 && guard_start == 0) {
guard_start = 1;
}
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 2417 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 2420 {
}
movieClip 2422 {
}
movieClip 2424 {
}
movieClip 2426 {
}
movieClip 2428 {
}
movieClip 2430 {
}
movieClip 2432 {
}
movieClip 2434 {
}
movieClip 2435 {
}
movieClip 2436 {
frame 30 {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.enemyspeed[this._parent.enemy_number] = 0;
this.gotoAndPlay('attack');
break;
case 2:
if (this._parent._parent._y >= 200) {
this.gotoAndPlay('up');
} else {
this.gotoAndPlay('down');
}
break;
default:
this.gotoAndPlay('wait');
}
}
frame 46 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se016.start();
}
}
frame 60 {
_root.enemyspeed[this._parent.enemy_number] = _root.enemyspeed_def[this._parent.enemy_number];
this.gotoAndPlay('wait');
}
frame 74 {
this._parent._parent._y -= 20;
}
frame 75 {
this._parent._parent._y -= 33;
}
frame 76 {
this._parent._parent._y -= 30;
}
frame 77 {
this._parent._parent._y -= 27;
}
frame 78 {
this._parent._parent._y -= 24;
}
frame 79 {
this._parent._parent._y -= 21;
}
frame 80 {
this._parent._parent._y -= 18;
}
frame 81 {
this._parent._parent._y -= 15;
}
frame 82 {
this._parent._parent._y -= 12;
}
frame 83 {
this._parent._parent._y -= 9;
}
frame 84 {
this._parent._parent._y -= 6;
}
frame 85 {
this._parent._parent._y -= 3;
}
frame 90 {
this.gotoAndPlay('wait');
}
frame 104 {
this._parent._parent._y += 20;
}
frame 105 {
this._parent._parent._y += 33;
}
frame 106 {
this._parent._parent._y += 30;
}
frame 107 {
this._parent._parent._y += 27;
}
frame 108 {
this._parent._parent._y += 24;
}
frame 109 {
this._parent._parent._y += 21;
}
frame 110 {
this._parent._parent._y += 18;
}
frame 111 {
this._parent._parent._y += 15;
}
frame 112 {
this._parent._parent._y += 12;
}
frame 113 {
this._parent._parent._y += 9;
}
frame 114 {
this._parent._parent._y += 6;
}
frame 115 {
this._parent._parent._y += 3;
}
frame 120 {
this.gotoAndPlay('wait');
}
}
movieClip 2437 {
}
movieClip 2438 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(7);
this.stop();
}
}
movieClip 2442 {
}
movieClip 2443 {
instance of movieClip 2442 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 2444 ghost_hand {
instance MC of movieClip 2438 {
onClipEvent (load) {
enemy_number = 7;
hit_width = 66;
hit_height = 30;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 2443 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 2448 {
}
movieClip 2450 {
}
movieClip 2452 {
}
movieClip 2454 {
}
movieClip 2455 {
}
movieClip 2456 {
}
movieClip 2457 {
}
movieClip 2459 {
}
movieClip 2492 {
}
movieClip 2493 {
instance of movieClip 2492 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2495 {
}
movieClip 2497 {
}
movieClip 2498 {
frame 30 {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
if (this._parent._parent._y <= 200) {
this.gotoAndPlay('attack_top');
} else {
this.gotoAndPlay('attack_under');
}
break;
default:
this.gotoAndPlay('wait');
}
}
frame 48 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se019.start();
}
}
frame 70 {
this.gotoAndPlay('wait');
}
frame 88 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se016.start();
}
}
frame 110 {
this.gotoAndPlay('wait');
}
}
movieClip 2499 {
}
movieClip 2500 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(6);
this.stop();
}
}
movieClip 2505 {
}
movieClip 2506 {
instance of movieClip 2505 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 2507 green_snake {
instance MC of movieClip 2500 {
onClipEvent (load) {
enemy_number = 6;
hit_width = 147;
hit_height = 20;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 2506 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 2509 {
}
movieClip 2511 {
}
movieClip 2513 {
}
movieClip 2515 {
}
movieClip 2517 {
}
movieClip 2519 {
}
movieClip 2521 {
}
movieClip 2522 {
}
movieClip 2524 {
}
movieClip 2526 {
}
movieClip 2528 {
}
movieClip 2530 {
}
movieClip 2532 {
}
movieClip 2534 {
}
movieClip 2536 {
}
movieClip 2538 {
}
movieClip 2540 {
}
movieClip 2541 {
}
movieClip 2570 {
frame 30 {
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
_root.enemyspeed[5] = 0;
this.gotoAndPlay('datui');
break;
case 2:
_root.enemyspeed[5] = 0;
this.gotoAndPlay('attack');
break;
default:
this.gotoAndPlay('wait');
}
}
frame 38 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se019.start();
}
}
frame 56 {
_root.enemyspeed[5] = _root.enemyspeed_def[5];
this.gotoAndPlay('wait');
}
frame 101 {
_root.enemyspeed[5] = _root.enemyspeed_def[5];
this.gotoAndPlay('wait');
}
}
movieClip 2571 {
}
movieClip 2572 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(5);
this.stop();
}
}
movieClip 2577 {
}
movieClip 2578 {
instance of movieClip 2577 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 2579 tako {
instance MC of movieClip 2572 {
onClipEvent (load) {
enemy_number = 5;
hit_width = 115;
hit_height = 112;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 2578 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 2581 {
}
movieClip 2583 {
}
movieClip 2585 {
}
movieClip 2587 {
}
movieClip 2589 {
}
movieClip 2591 {
}
movieClip 2593 {
}
movieClip 2595 {
}
movieClip 2597 {
}
movieClip 2599 {
}
movieClip 2601 {
}
movieClip 2603 {
}
movieClip 2605 {
}
movieClip 2607 {
}
movieClip 2609 {
}
movieClip 2610 {
frame 20 {
if (this._parent._parent._x + this._parent._x <= 700 && this._parent._parent._x + this._parent._x >= 0 && Math.floor(Math.random() * 3) == 1) {
_root.enemyspeed[2] = 0;
this.gotoAndPlay('datui_attack');
} else {
this.gotoAndPlay('wait');
}
}
frame 38 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se016.start();
}
}
frame 55 {
_root.enemyspeed[2] = _root.enemyspeed_def[2];
this.gotoAndPlay('wait');
}
}
movieClip 2613 {
}
movieClip 2614 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(2);
this.stop();
}
}
movieClip 2619 {
}
movieClip 2620 {
instance of movieClip 2619 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 2621 butterfly {
instance MC of movieClip 2614 {
onClipEvent (load) {
enemy_number = 2;
hit_width = 74;
hit_height = 94;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 2620 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 2623 {
}
movieClip 2625 {
}
movieClip 2627 {
}
movieClip 2629 {
}
movieClip 2631 {
}
movieClip 2633 {
}
movieClip 2635 {
}
movieClip 2637 {
}
movieClip 2639 {
}
movieClip 2641 {
}
movieClip 2643 {
}
movieClip 2645 {
}
movieClip 2648 {
}
movieClip 2649 {
}
movieClip 2651 {
}
movieClip 2653 {
}
movieClip 2655 {
}
movieClip 2657 {
}
movieClip 2660 {
}
movieClip 2662 {
}
movieClip 2663 {
frame 20 {
if (this._parent._parent._x + this._parent._x <= 550 && this._parent._parent._x + this._parent._x >= 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.enemyspeed[4] = 0;
this.gotoAndPlay('datui_attack');
break;
case 2:
_root.enemyspeed[4] = 0;
this.gotoAndPlay('jump');
break;
default:
this.gotoAndPlay('wait');
}
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.enemyspeed[4] = 0;
this.gotoAndPlay('jump');
break;
default:
this.gotoAndPlay('wait');
}
}
}
frame 55 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se016.start();
}
}
frame 75 {
_root.enemyspeed[4] = _root.enemyspeed_def[4];
this.gotoAndPlay('wait');
}
frame 91 {
_root.enemyspeed[4] = 5;
}
frame 113 {
_root.enemyspeed[4] = 0;
}
frame 123 {
_root.enemyspeed[4] = _root.enemyspeed_def[4];
this.gotoAndPlay('wait');
}
}
movieClip 2665 {
}
movieClip 2666 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(4);
this.stop();
}
}
// unknown tag 88 length 123
movieClip 2672 {
}
movieClip 2673 {
instance of movieClip 2672 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 2674 goblin {
instance MC of movieClip 2666 {
onClipEvent (load) {
enemy_number = 4;
hit_width = 42;
hit_height = 176;
this_y_def = this.MC.hit._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
this_y = this.MC.hit._y - this_y_def;
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this_y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 2673 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
frame 1 {
if (_root.first_load != 1) {
_root.first_load = 1;
_root.trial_mode = 0;
_root.debug_mode = 0;
_root.lang_eng = 0;
_root.difficult = 0;
_root.naked_mode = 0;
_root.se001 = new Sound(_root.se);
_root.se001.attachSound('SE01select.wav');
_root.se002 = new Sound(_root.se);
_root.se002.attachSound('SE02biri.wav');
_root.se003 = new Sound(_root.se);
_root.se003.attachSound('SE03fire_start.wav');
_root.se004 = new Sound(_root.se);
_root.se004.attachSound('SE04fire_end.wav');
_root.se005 = new Sound(_root.se);
_root.se005.attachSound('SE05bomb.wav');
_root.se006 = new Sound(_root.se);
_root.se006.attachSound('SE06kutyu01.wav');
_root.se007 = new Sound(_root.se);
_root.se007.attachSound('SE07kutyu02.wav');
_root.se008 = new Sound(_root.se);
_root.se008.attachSound('SE08cum01.wav');
_root.se009 = new Sound(_root.se);
_root.se009.attachSound('SE09cum02.wav');
_root.se010 = new Sound(_root.se);
_root.se010.attachSound('SE10tyupa.wav');
_root.se011 = new Sound(_root.se);
_root.se011.attachSound('SE11mokuba.wav');
_root.se012 = new Sound(_root.se);
_root.se012.attachSound('SE12denki.wav');
_root.se013 = new Sound(_root.se);
_root.se013.attachSound('SE13escape.wav');
_root.se014 = new Sound(_root.se);
_root.se014.attachSound('SE14gekiha.wav');
_root.se015 = new Sound(_root.se);
_root.se015.attachSound('SE15guard.wav');
_root.se016 = new Sound(_root.se);
_root.se016.attachSound('SE16swing.wav');
_root.se017 = new Sound(_root.se);
_root.se017.attachSound('SE17osikko.wav');
_root.se018 = new Sound(_root.se);
_root.se018.attachSound('SE18ork.wav');
_root.se019 = new Sound(_root.se);
_root.se019.attachSound('SE19water_attack.wav');
_root.se020 = new Sound(_root.se);
_root.se020.attachSound('SE20energy_attack.wav');
_root.se021 = new Sound(_root.se);
_root.se021.attachSound('SE21gas_attack.wav');
_root.se022 = new Sound(_root.se);
_root.se022.attachSound('SE22bossA_escape.wav');
_root.se023 = new Sound(_root.se);
_root.se023.attachSound('SE23bossA_gekiha.wav');
_root.se024 = new Sound(_root.se);
_root.se024.attachSound('SE24bossA_summon.wav');
_root.se025 = new Sound(_root.se);
_root.se025.attachSound('SE25bossB_barrier_break.wav');
_root.se026 = new Sound(_root.se);
_root.se026.attachSound('SE26bossB_charge.wav');
_root.se027 = new Sound(_root.se);
_root.se027.attachSound('SE27bossB_cos_break.wav');
_root.se028 = new Sound(_root.se);
_root.se028.attachSound('SE28bossB_hand.wav');
_root.se029 = new Sound(_root.se);
_root.se029.attachSound('SE29bossB_laser.wav');
_root.se099 = new Sound(_root.se);
_root.se099.attachSound('SE99cheat.wav');
_root.bgm001 = new Sound(_root.bgm);
if (_root.trial_mode == 1) {
_root.bgm001.attachSound('Stage01.mp3');
} else {
_root.bgm001.loadSound('sound/Stage01_forest.mp3');
}
_root.bgm002 = new Sound(_root.bgm);
_root.bgm002.loadSound('sound/Stage02_lake.mp3');
_root.bgm003 = new Sound(_root.bgm);
_root.bgm003.loadSound('sound/Stage03_relic.mp3');
_root.bgm004 = new Sound(_root.bgm);
_root.bgm004.loadSound('sound/Stage04_shadow.mp3');
_root.bgm005 = new Sound(_root.bgm);
_root.bgm005.loadSound('sound/Stage05_sign.mp3');
_root.bgm006 = new Sound(_root.bgm);
_root.bgm006.loadSound('sound/Stage06_night.mp3');
_root.bgm007 = new Sound(_root.bgm);
_root.bgm007.loadSound('sound/Stage07_true.mp3');
_root.voice_aegi1_1 = new Sound(_root.voice);
_root.voice_aegi1_1.attachSound('voice_aegi1_1.wav');
_root.voice_aegi1_2 = new Sound(_root.voice);
_root.voice_aegi1_2.attachSound('voice_aegi1_2.wav');
_root.voice_aegi1_3 = new Sound(_root.voice);
_root.voice_aegi1_3.attachSound('voice_aegi1_3.wav');
_root.voice_aegi2_1 = new Sound(_root.voice);
_root.voice_aegi2_1.attachSound('voice_aegi2_1.wav');
_root.voice_aegi2_2 = new Sound(_root.voice);
_root.voice_aegi2_2.attachSound('voice_aegi2_2.wav');
_root.voice_aegi2_3 = new Sound(_root.voice);
_root.voice_aegi2_3.attachSound('voice_aegi2_3.wav');
_root.voice_aegi3_1 = new Sound(_root.voice);
_root.voice_aegi3_1.attachSound('voice_aegi3_1.wav');
_root.voice_aegi3_2 = new Sound(_root.voice);
_root.voice_aegi3_2.attachSound('voice_aegi3_2.wav');
_root.voice_aegi3_3 = new Sound(_root.voice);
_root.voice_aegi3_3.attachSound('voice_aegi3_3.wav');
_root.voice_aegi4_1 = new Sound(_root.voice);
_root.voice_aegi4_1.attachSound('voice_aegi4_1.wav');
_root.voice_aegi4_2 = new Sound(_root.voice);
_root.voice_aegi4_2.attachSound('voice_aegi4_2.wav');
_root.voice_aegi4_3 = new Sound(_root.voice);
_root.voice_aegi4_3.attachSound('voice_aegi4_3.wav');
_root.voice_aegiFinish_1 = new Sound(_root.voice);
_root.voice_aegiFinish_1.attachSound('voice_aegiFinish_1.wav');
_root.voice_aegiFinish_2 = new Sound(_root.voice);
_root.voice_aegiFinish_2.attachSound('voice_aegiFinish_2.wav');
_root.voice_aegiFinish_3 = new Sound(_root.voice);
_root.voice_aegiFinish_3.attachSound('voice_aegiFinish_3.wav');
_root.voice_aegiOrg_1 = new Sound(_root.voice);
_root.voice_aegiOrg_1.attachSound('voice_aegiOrg_1.wav');
_root.voice_aegiOrg_2 = new Sound(_root.voice);
_root.voice_aegiOrg_2.attachSound('voice_aegiOrg_2.wav');
_root.voice_aegiOrg_3 = new Sound(_root.voice);
_root.voice_aegiOrg_3.attachSound('voice_aegiOrg_3.wav');
_root.voice_aegiOrg_4 = new Sound(_root.voice);
_root.voice_aegiOrg_4.attachSound('voice_aegiOrg_4.wav');
_root.voice_aegiOrg_5 = new Sound(_root.voice);
_root.voice_aegiOrg_5.attachSound('voice_aegiOrg_5.wav');
_root.voice_aegiOrg_6 = new Sound(_root.voice);
_root.voice_aegiOrg_6.attachSound('voice_aegiOrg_6.wav');
_root.voice_fera1_1 = new Sound(_root.voice);
_root.voice_fera1_1.attachSound('voice_fera1_1.wav');
_root.voice_fera1_2 = new Sound(_root.voice);
_root.voice_fera1_2.attachSound('voice_fera1_2.wav');
_root.voice_fera1_3 = new Sound(_root.voice);
_root.voice_fera1_3.attachSound('voice_fera1_3.wav');
_root.voice_fera2_1 = new Sound(_root.voice);
_root.voice_fera2_1.attachSound('voice_fera2_1.wav');
_root.voice_fera2_2 = new Sound(_root.voice);
_root.voice_fera2_2.attachSound('voice_fera2_2.wav');
_root.voice_fera2_3 = new Sound(_root.voice);
_root.voice_fera2_3.attachSound('voice_fera2_3.wav');
_root.voice_fera3_1 = new Sound(_root.voice);
_root.voice_fera3_1.attachSound('voice_fera3_1.wav');
_root.voice_fera3_2 = new Sound(_root.voice);
_root.voice_fera3_2.attachSound('voice_fera3_2.wav');
_root.voice_fera3_3 = new Sound(_root.voice);
_root.voice_fera3_3.attachSound('voice_fera3_3.wav');
_root.voice_fera4_1 = new Sound(_root.voice);
_root.voice_fera4_1.attachSound('voice_fera4_1.wav');
_root.voice_fera4_2 = new Sound(_root.voice);
_root.voice_fera4_2.attachSound('voice_fera4_2.wav');
_root.voice_fera4_3 = new Sound(_root.voice);
_root.voice_fera4_3.attachSound('voice_fera4_3.wav');
_root.voice_feraFinish_1 = new Sound(_root.voice);
_root.voice_feraFinish_1.attachSound('voice_feraFinish_1.wav');
_root.voice_feraFinish_2 = new Sound(_root.voice);
_root.voice_feraFinish_2.attachSound('voice_feraFinish_2.wav');
_root.voice_feraFinish_3 = new Sound(_root.voice);
_root.voice_feraFinish_3.attachSound('voice_feraFinish_3.wav');
_root.voice_feraOrg_1 = new Sound(_root.voice);
_root.voice_feraOrg_1.attachSound('voice_feraOrg_1.wav');
_root.voice_feraOrg_2 = new Sound(_root.voice);
_root.voice_feraOrg_2.attachSound('voice_feraOrg_2.wav');
_root.voice_feraOrg_3 = new Sound(_root.voice);
_root.voice_feraOrg_3.attachSound('voice_feraOrg_3.wav');
_root.voice_datui_1 = new Sound(_root.voice);
_root.voice_datui_1.attachSound('voice_datui_1.wav');
_root.voice_datui_2 = new Sound(_root.voice);
_root.voice_datui_2.attachSound('voice_datui_2.wav');
_root.voice_datui_3 = new Sound(_root.voice);
_root.voice_datui_3.attachSound('voice_datui_3.wav');
_root.voice_downFinish_1 = new Sound(_root.voice);
_root.voice_downFinish_1.attachSound('voice_downFinish_1.wav');
_root.voice_downFinish_2 = new Sound(_root.voice);
_root.voice_downFinish_2.attachSound('voice_downFinish_2.wav');
_root.voice_downOrg_1 = new Sound(_root.voice);
_root.voice_downOrg_1.attachSound('voice_downOrg_1.wav');
_root.voice_downOrg_2 = new Sound(_root.voice);
_root.voice_downOrg_2.attachSound('voice_downOrg_2.wav');
_root.voice_escape_1 = new Sound(_root.voice);
_root.voice_escape_1.attachSound('voice_escape_1.wav');
_root.voice_escape_2 = new Sound(_root.voice);
_root.voice_escape_2.attachSound('voice_escape_2.wav');
_root.voice_escape_3 = new Sound(_root.voice);
_root.voice_escape_3.attachSound('voice_escape_3.wav');
_root.voice_attack_1 = new Sound(_root.voice);
_root.voice_attack_1.attachSound('voice_attack_1.wav');
_root.voice_attack_2 = new Sound(_root.voice);
_root.voice_attack_2.attachSound('voice_attack_2.wav');
_root.voice_attack_3 = new Sound(_root.voice);
_root.voice_attack_3.attachSound('voice_attack_3.wav');
_root.voice_bomb = new Sound(_root.voice);
_root.voice_bomb.attachSound('voice_bomb.wav');
_root.voice_capture_1 = new Sound(_root.voice);
_root.voice_capture_1.attachSound('voice_capture_1.wav');
_root.voice_capture_2 = new Sound(_root.voice);
_root.voice_capture_2.attachSound('voice_capture_2.wav');
_root.true_start = 0;
_root.gallery_mode_on = 0;
if (_root.trial_mode != 1) {
_root.yarare1A.loadMovie('data/data-d-001a.swf');
_root.yarare1B.loadMovie('data/data-d-001b.swf');
_root.yarare2A.loadMovie('data/data-d-002a.swf');
_root.yarare2B.loadMovie('data/data-d-002b.swf');
_root.yarare3A.loadMovie('data/data-d-003a.swf');
_root.yarare3B.loadMovie('data/data-d-003b.swf');
_root.yarare4A.loadMovie('data/data-d-004a.swf');
_root.yarare4B.loadMovie('data/data-d-004b.swf');
_root.yarare5A.loadMovie('data/data-d-005a.swf');
_root.yarare5B.loadMovie('data/data-d-005b.swf');
_root.yarare6A.loadMovie('data/data-d-006a.swf');
_root.yarare6B.loadMovie('data/data-d-006b.swf');
_root.yarare7A.loadMovie('data/data-d-007a.swf');
_root.yarare7B.loadMovie('data/data-d-007b.swf');
_root.yarare8A.loadMovie('data/data-d-008a.swf');
_root.yarare8B.loadMovie('data/data-d-008b.swf');
_root.yarare9A.loadMovie('data/data-d-009a.swf');
_root.yarare9B.loadMovie('data/data-d-009b.swf');
_root.yarare10A.loadMovie('data/data-d-010a.swf');
_root.yarare10B.loadMovie('data/data-d-010b.swf');
_root.yarare11A.loadMovie('data/data-d-011a.swf');
_root.yarare11B.loadMovie('data/data-d-011b.swf');
_root.yarare12A.loadMovie('data/data-d-012a.swf');
_root.yarare12B.loadMovie('data/data-d-012b.swf');
_root.yarare13A.loadMovie('data/data-d-013a.swf');
_root.yarare13B.loadMovie('data/data-d-013b.swf');
_root.yarare14A.loadMovie('data/data-d-014a.swf');
_root.yarare14B.loadMovie('data/data-d-014b.swf');
_root.yarare15A.loadMovie('data/data-d-015a.swf');
_root.yarare15B.loadMovie('data/data-d-015b.swf');
_root.yarare16A.loadMovie('data/data-d-016a.swf');
_root.yarare16B.loadMovie('data/data-d-016b.swf');
_root.yarare17A.loadMovie('data/data-d-017a.swf');
_root.yarare17B.loadMovie('data/data-d-017b.swf');
_root.yarare18A.loadMovie('data/data-d-018a.swf');
_root.yarare18B.loadMovie('data/data-d-018b.swf');
_root.yarare19A.loadMovie('data/data-d-019a.swf');
_root.yarare19B.loadMovie('data/data-d-019b.swf');
_root.yarare19Af.loadMovie('data/data-d-019a-f.swf');
_root.yarare19Bf.loadMovie('data/data-d-019b-f.swf');
_root.yarare20A.loadMovie('data/data-d-020a.swf');
_root.yarare20B.loadMovie('data/data-d-020b.swf');
_root.yarare21A.loadMovie('data/data-d-021a.swf');
_root.yarare21B.loadMovie('data/data-d-021b.swf');
_root.yarare22A.loadMovie('data/data-d-022a.swf');
_root.yarare22B.loadMovie('data/data-d-022b.swf');
_root.gameoverMC1.loadMovie('data/data-g-001.swf');
_root.gameoverMC2.loadMovie('data/data-g-002.swf');
_root.gameoverMC3.loadMovie('data/data-g-003.swf');
_root.gameoverMC4.loadMovie('data/data-g-004.swf');
_root.gameoverMC5.loadMovie('data/data-g-005.swf');
_root.gameoverMC6.loadMovie('data/data-g-006.swf');
_root.gameoverMC7.loadMovie('data/data-g-007.swf');
_root.gangbang1.loadMovie('data/data-gb-001.swf');
_root.omake.loadMovie('data/omake.swf');
}
_root.SharedObjLoad = function () {
_root.so = SharedObject.getLocal('witchgirl_data', '/');
if (so) {
_root.bgm_bar_x_save = so.data.bgm_bar_x_save;
if (_root.bgm_bar_x_save != null) {
_root.bgm_bar_x_save = so.data.bgm_bar_x_save;
_root.bgm_vol = _root.bgm_bar_x_save / 0.8 + 100;
_root.bgm001.setVolume(_root.bgm_vol);
_root.bgm002.setVolume(_root.bgm_vol);
_root.bgm003.setVolume(_root.bgm_vol);
_root.bgm004.setVolume(_root.bgm_vol);
_root.bgm005.setVolume(_root.bgm_vol);
_root.bgm006.setVolume(_root.bgm_vol);
_root.bgm007.setVolume(_root.bgm_vol);
_root.se_bar_x_save = so.data.se_bar_x_save;
_root.se_vol = _root.se_bar_x_save / 0.8 + 100;
_root.se001.setVolume(_root.se_vol);
_root.voice_bar_x_save = so.data.voice_bar_x_save;
_root.voice_vol = _root.voice_bar_x_save / 0.8 + 100;
_root.voice_aegi1_1.setVolume(_root.voice_vol);
_root.difficult = so.data.difficult;
_root.easy_escape = so.data.easy_escape;
_root.datui_lock_hat = so.data.datui_lock_hat;
_root.datui_lock_cloak = so.data.datui_lock_cloak;
_root.datui_lock_breast_wear = so.data.datui_lock_breast_wear;
_root.datui_lock_skirt = so.data.datui_lock_skirt;
_root.datui_lock_pantu = so.data.datui_lock_pantu;
_root.datui_lock_arm = so.data.datui_lock_arm;
_root.datui_lock_leg = so.data.datui_lock_leg;
_root.datui_lock_shoes = so.data.datui_lock_shoes;
_root.abnormal_egg = so.data.abnormal_egg;
_root.abnormal_bonyu = so.data.abnormal_bonyu;
_root.abnormal_osikko = so.data.abnormal_osikko;
if (_root.abnormal_osikko == 1) {
_root.abnormal_osikko = 'full';
} else {
if (_root.abnormal_osikko == 0) {
_root.abnormal_osikko = 'off';
}
}
_root.abnormal_futanari = so.data.abnormal_futanari;
_root.abnormal_3P = so.data.abnormal_3P;
_root.abnormal_danmenzu = so.data.abnormal_danmenzu;
_root.voice_timing = so.data.voice_timing;
_root.hit_alpha = so.data.hit_alpha;
_root.message_hihyouji = so.data.message_hihyouji;
_root.gasitu_now = so.data.gasitu_now;
switch (_root.gasitu_now) {
case 1:
_quality = 'low';
break;
case 2:
_quality = 'medium';
break;
case 3:
_quality = 'high';
break;
case 4:
_quality = 'best';
break;
default:
}
} else {
_root.bgm_bar_x_save = -40;
_root.bgm001.setVolume(50);
_root.bgm002.setVolume(50);
_root.bgm003.setVolume(50);
_root.bgm004.setVolume(50);
_root.bgm005.setVolume(50);
_root.bgm006.setVolume(50);
_root.bgm007.setVolume(50);
_root.se_bar_x_save = -40;
_root.se001.setVolume(50);
_root.voice_bar_x_save = -40;
_root.voice_aegi1_1.setVolume(50);
_root.difficult = 0;
_root.easy_escape = 0;
_root.datui_lock_hat = 0;
_root.datui_lock_cloak = 0;
_root.datui_lock_breast_wear = 0;
_root.datui_lock_skirt = 0;
_root.datui_lock_pantu = 0;
_root.datui_lock_arm = 0;
_root.datui_lock_leg = 0;
_root.datui_lock_shoes = 0;
_root.abnormal_egg = 1;
_root.abnormal_bonyu = 1;
_root.abnormal_osikko = 'full';
_root.abnormal_futanari = 1;
_root.abnormal_danmenzu = 1;
_root.abnormal_3P = 1;
_root.voice_timing = 0;
_root.hit_alpha = 0;
_root.message_hihyouji = 0;
_quality = 'high';
_root.gasitu_now = 3;
}
}
};
_root.SharedObjLoad();
}
_root.gajotaj45456 = 456219;
}
frame 1 {
_root.key_up = 38;
_root.key_down = 40;
_root.key_left = 37;
_root.key_right = 39;
_root.key_z = 90;
_root.key_x = 88;
_root.key_c = 67;
_root.key_w = 87;
_root.key_a = 65;
_root.key_s = 83;
_root.key_d = 68;
_root.key_shift = 16;
_root.key_ctrl = 17;
_root.key_enter = 13;
_root.cheat_ON01 = 0;
_root.cheat_ON02 = 0;
_root.cheat_ON03 = 0;
_root.cheat_ON04 = 0;
_root.cheat_ON05 = 0;
_root.true_start = 0;
var color_tf = new flash.geom.ColorTransform(1, 1, 1, 1, 0, 0, 0, 0);
_root.default_numbers = function () {
if (_root.naked_mode != 1) {
_root.wear_hat = 0;
_root.wear_breast = 0;
_root.wear_skirt = 0;
_root.wear_cloak = 0;
_root.wear_arm = 0;
_root.wear_leg = 0;
_root.wear_shoes = 0;
_root.wear_pantu = 0;
} else {
_root.wear_hat = 1;
_root.wear_breast = 1;
_root.wear_skirt = 1;
_root.wear_cloak = 1;
_root.wear_arm = 1;
_root.wear_leg = 1;
_root.wear_shoes = 1;
_root.wear_pantu = 1;
}
_root.org_loop_on = 0;
_root.HP = 300;
_root.pleasure = 1;
if (_root.cheat_ON03 == 1) {
_root.fire_magic = '∞';
} else {
_root.fire_magic = 3;
}
_root.score = 0;
_root.BOSSmode_on = 0;
_root.ctrl_lock = 0;
_root.muteki = 0;
_root.move_mode = 0;
_root.move_speed = 0;
_root.max_speed = 20;
_root.move_speed_show = 0;
_root.move_height = 0;
_root.damage_mode = 0;
_root.yarare_on = 0;
_root.yarare_count = 0;
_root.loop_count = 0;
_root.fire_on = 0;
_root.ctrl_lock = 0;
_root.muteki = 0;
_root.fire_magic_on01 = 0;
_root.fire_magic_on02 = 0;
_root.fire_magic_on03 = 0;
_root.fire_magic_on04 = 0;
_root.fire_magic_on05 = 0;
_root.onani_type = 1;
_root.onani_on = 0;
_root.game_go = 0;
_root.loop_count = 0;
_root.cum_face = 0;
_root.cum_breast = 0;
_root.cum_xxx = 0;
_root.cum_a = 0;
_root.cum_b = 0;
_root.finising = 0;
_root.fukidashi = 1;
_root.my_message = '';
_root.message_report = '';
_root.message_count = 0;
_root.message_count_max = 40;
_root.score = 0;
_root.chaser_score = 0;
_root.chaser_on = 0;
_root.yarare00_seisi = 0;
_root.space_keydown = 1;
_root.now_pause = 0;
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.enemy_allkill = 0;
_root.gameover_on = 0;
_root.stage_change_on = 0;
_root.GameOver2_bote = 0;
_root.escape_on = 0;
_root.escape_count = 1;
_root.escape_resist = 0;
_root.escape_resist_E = 0;
_root.escape_wait = 20;
_root.escape_wait_count = 0;
_root.escape_BTsave = 0;
_root.Gyarare_finish = 0;
_root.Gyarare = 0;
_root.Gyarare_speed = 1;
_root.gallery_now_select = 'Wait';
_root.bossA_hat = 0;
_root.bossA_body = 0;
_root.bossA_socks = 0;
_root.bossA_shoes = 0;
_root.bossA_pantu = 0;
_root.now_bote = 'off';
};
_root.player_ctrl = function () {
if (_root.muteki == 0) {
} else {
if (_root.muteki == 1) {
if (_root.difficulty_now == 2) {
_root.muteki = 0;
} else {
_root.muteki = 2;
color_tf.redOffset = muteki * 10;
color_tf.greenOffset = muteki * 10;
color_tf.blueOffset = muteki * 10;
player.transform.colorTransform = color_tf;
}
} else {
if (_root.muteki < 60 && _root.now_pause != 1) {
_root.muteki += 1;
if (muteki >= 1 && muteki <= 10) {
color_tf.redOffset = muteki * 10;
color_tf.greenOffset = muteki * 10;
color_tf.blueOffset = muteki * 10;
} else {
if (muteki >= 11 && muteki <= 20) {
color_tf.redOffset = (10 - (muteki - 10)) * 10;
color_tf.greenOffset = (10 - (muteki - 10)) * 10;
color_tf.blueOffset = (10 - (muteki - 10)) * 10;
} else {
if (muteki >= 21 && muteki <= 30) {
color_tf.redOffset = (muteki - 20) * 10;
color_tf.greenOffset = (muteki - 20) * 10;
color_tf.blueOffset = (muteki - 20) * 10;
} else {
if (muteki >= 31 && muteki <= 40) {
color_tf.redOffset = (10 - (muteki - 30)) * 10;
color_tf.greenOffset = (10 - (muteki - 30)) * 10;
color_tf.blueOffset = (10 - (muteki - 30)) * 10;
} else {
if (muteki >= 41 && muteki <= 50) {
color_tf.redOffset = (muteki - 40) * 10;
color_tf.greenOffset = (muteki - 40) * 10;
color_tf.blueOffset = (muteki - 40) * 10;
} else {
if (muteki >= 51 && muteki <= 60) {
color_tf.redOffset = (10 - (muteki - 50)) * 10;
color_tf.greenOffset = (10 - (muteki - 50)) * 10;
color_tf.blueOffset = (10 - (muteki - 50)) * 10;
}
}
}
}
}
}
player.transform.colorTransform = color_tf;
} else {
if (_root.muteki >= 60) {
_root.muteki = 0;
color_tf.redOffset = 0;
color_tf.greenOffset = 0;
color_tf.blueOffset = 0;
player.transform.colorTransform = color_tf;
}
}
}
}
if ((_root.ctrl_lock != 1 && _root.game_go == 1 || _root.ctrl_lock != 1 && _root.now_stage == 'howto') && _root.now_pause == 0) {
if (Key.isDown(_root.key_z) || Key.isDown(_root.key_ctrl)) {
switch (_root.move_height) {
case -1:
_root.player.gotoAndStop('attack_down');
break;
case 0:
if (_root.move_speed >= 1) {
_root.player.gotoAndStop('attack_go');
} else {
if (_root.move_speed == 0) {
_root.player.gotoAndStop('attack_wait');
} else {
if (_root.move_speed <= -1) {
_root.player.gotoAndStop('attack_back');
}
}
}
break;
case 1:
_root.player.gotoAndStop('attack_fly');
break;
default:
}
} else {
if (Key.isDown(_root.key_x) || Key.isDown(_root.key_shift)) {
if (_root.onani_on != 1) {
if (Key.isDown(_root.key_up) || Key.isDown(_root.key_w)) {
_root.player.gotoAndStop('onaniB');
} else {
if (Key.isDown(_root.key_down) || Key.isDown(_root.key_s)) {
_root.player.gotoAndStop('onaniC');
} else {
_root.player.gotoAndStop('onaniA');
}
}
}
_root.onani_on = 1;
_root.move_speed = 0;
} else {
if (_root.onani_on == 1) {
_root.onani_on = 0;
if (Key.isDown(_root.key_up) || Key.isDown(_root.key_w)) {
_root.player.gotoAndStop('fly_loop');
} else {
if (Key.isDown(_root.key_down) || Key.isDown(_root.key_s)) {
_root.player.gotoAndStop('down_loop');
} else {
_root.player.gotoAndStop('wait');
}
}
}
}
}
if (_root.fire_on != 1 && _root.onani_on != 1) {
if (Key.isDown(_root.key_up) || Key.isDown(_root.key_w)) {
if (_root.move_height == 1) {
} else {
if (_root.move_height == 0) {
if (_root.move_speed == 0) {
_root.player.gotoAndStop('wait_fly');
} else {
if (_root.move_speed >= 1) {
_root.player.gotoAndStop('go_fly');
} else {
if (_root.move_speed <= -1) {
_root.player.gotoAndStop('back_fly');
}
}
}
} else {
if (_root.move_height == -1) {
if (_root.move_speed == 0) {
_root.player.gotoAndStop('wait_fly');
} else {
if (_root.move_speed >= 1) {
_root.player.gotoAndStop('go_fly');
} else {
if (_root.move_speed <= -1) {
_root.player.gotoAndStop('back_fly');
}
}
}
}
}
}
_root.move_height = 1;
} else {
if (Key.isDown(_root.key_down) || Key.isDown(_root.key_s)) {
if (_root.move_height == 1) {
if (_root.move_speed == 0) {
_root.player.gotoAndStop('wait_down');
} else {
if (_root.move_speed >= 1) {
_root.player.gotoAndStop('go_down');
} else {
if (_root.move_speed <= -1) {
_root.player.gotoAndStop('back_down');
}
}
}
} else {
if (_root.move_height == 0) {
if (_root.move_speed == 0) {
_root.player.gotoAndStop('wait_down');
} else {
if (_root.move_speed >= 1) {
_root.player.gotoAndStop('go_down');
} else {
if (_root.move_speed <= -1) {
_root.player.gotoAndStop('back_down');
}
}
}
} else {
if (_root.move_height == -1) {
}
}
}
_root.move_height = -1;
} else {
if (_root.move_height == 1) {
if (_root.move_speed == 0) {
_root.player.gotoAndStop('fly_wait');
} else {
if (_root.move_speed >= 1) {
_root.player.gotoAndStop('fly_go');
} else {
if (_root.move_speed <= -1) {
_root.player.gotoAndStop('fly_back');
}
}
}
} else {
if (_root.move_height == 0) {
} else {
if (_root.move_height == -1) {
if (_root.move_speed == 0) {
_root.player.gotoAndStop('down_wait');
} else {
if (_root.move_speed >= 1) {
_root.player.gotoAndStop('down_go');
} else {
if (_root.move_speed <= -1) {
_root.player.gotoAndStop('down_back');
}
}
}
}
}
}
_root.move_height = 0;
}
}
if (Key.isDown(_root.key_right) || Key.isDown(_root.key_d)) {
if (_root.now_stage == 7 && _root.enemy_field.enemy21._x + _root.enemy_field.enemy21.MC._x <= 140) {
_root.move_speed = 0;
} else {
if (_root.move_speed < _root.max_speed) {
_root.move_speed += 1;
}
if (!Key.isDown(_root.key_up) && !Key.isDown(_root.key_down) && !Key.isDown(_root.key_w) && !Key.isDown(_root.key_s)) {
if (_root.move_speed == 1) {
_root.player.gotoAndStop('wait_go');
} else {
if (_root.move_speed == 0) {
_root.player.gotoAndStop('back_wait');
}
}
}
}
} else {
if (Key.isDown(_root.key_left) || Key.isDown(_root.key_a)) {
if (_root.move_speed > -_root.max_speed) {
_root.move_speed -= 1;
}
if (!Key.isDown(_root.key_up) && !Key.isDown(_root.key_down) && !Key.isDown(_root.key_w) && !Key.isDown(_root.key_s)) {
if (_root.move_speed == -1) {
_root.player.gotoAndStop('wait_back');
} else {
if (_root.move_speed == 0) {
_root.player.gotoAndStop('go_wait');
}
}
}
} else {
if (Key.isDown(_root.key_c) || Key.isDown(_root.key_enter)) {
if (_root.fire_on != 1) {
if (_root.fire_magic == '∞' || _root.fire_magic >= 1) {
_root.player.gotoAndStop('bomb');
if (_root.fire_magic != '∞') {
_root.fire_magic -= 1;
}
_root.fire_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.ctrl_lock = 1;
}
}
}
}
}
}
}
if (_root.StageClearMC._currentframe == 1 && _root.gameover_btn.blackouter._currentframe == 1) {
_root.pause_func();
}
};
_root.wear_change = function () {
_root.player.player.hat_front.hat_front.gotoAndStop(_root.wear_hat + 1);
_root.player.player.hat_back.hat_back.gotoAndStop(_root.wear_hat + 1);
_root.player.player.breast_wear_front.breast_wear_front.gotoAndStop(_root.wear_breast + 1);
_root.player.player.breast_wear_back.breast_wear_back.gotoAndStop(_root.wear_breast + 1);
_root.player.player.skirt_front.skirt_front.gotoAndStop(_root.wear_skirt + 1);
_root.player.player.skirt_back.skirt_back.gotoAndStop(_root.wear_skirt + 1);
_root.player.player.tie.tie.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_left.collar_left.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_right.collar_right.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_back.collar_back.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.cloak.cloak.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.left_handA.left_handA.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handB.left_handB.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handC.left_handC.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_forearm.left_forearm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_arm.left_arm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_thigh.left_thigh.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_shin.left_shin.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_foot.left_foot.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_foot.left_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.player.player.right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.player.player.pantu.pantu.gotoAndStop(_root.wear_pantu + 1);
};
_root.fire_magic_go = function (x_point, y_point) {
if (_root.fire_magic_on01 == 0) {
_root.fire_magic_on01 = 1;
_root.magicMC.attachMovie('fire_bullet01', 'fire_bullet01', 10);
_root.magicMC.fire_bullet01._x = x_point;
_root.magicMC.fire_bullet01._y = y_point;
} else {
if (_root.fire_magic_on02 == 0) {
_root.fire_magic_on02 = 1;
_root.magicMC.attachMovie('fire_bullet02', 'fire_bullet02', 20);
_root.magicMC.fire_bullet02._x = x_point;
_root.magicMC.fire_bullet02._y = y_point;
} else {
if (_root.fire_magic_on03 == 0) {
_root.fire_magic_on03 = 1;
_root.magicMC.attachMovie('fire_bullet03', 'fire_bullet03', 30);
_root.magicMC.fire_bullet03._x = x_point;
_root.magicMC.fire_bullet03._y = y_point;
} else {
if (_root.fire_magic_on04 == 0) {
_root.fire_magic_on04 = 1;
_root.magicMC.attachMovie('fire_bullet04', 'fire_bullet04', 40);
_root.magicMC.fire_bullet04._x = x_point;
_root.magicMC.fire_bullet04._y = y_point;
} else {
if (_root.fire_magic_on05 == 0) {
_root.fire_magic_on05 = 1;
_root.magicMC.attachMovie('fire_bullet05', 'fire_bullet05', 50);
_root.magicMC.fire_bullet05._x = x_point;
_root.magicMC.fire_bullet05._y = y_point;
}
}
}
}
}
};
_root.fire_magic_hit = function (E_x1, E_x2, E_xscale, E_y1, E_y2, E_yscale, enemy_number) {
if (_root.fire_magic_on01 == 1) {
if (_root.magicMC.fire_bullet01.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet01._x + _root.magicMC.fire_bullet01.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet01._x + _root.magicMC.fire_bullet01.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet01._y + _root.magicMC.fire_bullet01.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet01._y + _root.magicMC.fire_bullet01.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet01.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect', 'fire_hit_effect01', 111);
_root.magicMC.fire_hit_effect01._x = 0;
_root.magicMC.fire_hit_effect01._x = _root.magicMC.fire_bullet01._x + _root.magicMC.fire_bullet01.FB_field._x;
_root.magicMC.fire_hit_effect01._y = _root.magicMC.fire_bullet01._y;
_root.fire_magic_on01 = 0;
_root.enemyHP[enemy_number] -= 1;
_root.enemyknockback_on[enemy_number] = 1;
}
}
}
}
}
}
if (_root.fire_magic_on02 == 1) {
if (_root.magicMC.fire_bullet02.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet02._x + _root.magicMC.fire_bullet02.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet02._x + _root.magicMC.fire_bullet02.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet02._y + _root.magicMC.fire_bullet02.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet02._y + _root.magicMC.fire_bullet02.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet02.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect', 'fire_hit_effect02', 112);
_root.magicMC.fire_hit_effect02._x = 0;
_root.magicMC.fire_hit_effect02._x = _root.magicMC.fire_bullet02._x + _root.magicMC.fire_bullet02.FB_field._x;
_root.magicMC.fire_hit_effect02._y = _root.magicMC.fire_bullet02._y;
_root.fire_magic_on02 = 0;
_root.enemyHP[enemy_number] -= 1;
_root.enemyknockback_on[enemy_number] = 1;
}
}
}
}
}
}
if (_root.fire_magic_on03 == 1) {
if (_root.magicMC.fire_bullet03.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet03._x + _root.magicMC.fire_bullet03.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet03._x + _root.magicMC.fire_bullet03.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet03._y + _root.magicMC.fire_bullet03.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet03._y + _root.magicMC.fire_bullet03.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet03.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect', 'fire_hit_effect03', 113);
_root.magicMC.fire_hit_effect03._x = 0;
_root.magicMC.fire_hit_effect03._x = _root.magicMC.fire_bullet03._x + _root.magicMC.fire_bullet03.FB_field._x;
_root.magicMC.fire_hit_effect03._y = _root.magicMC.fire_bullet03._y;
_root.fire_magic_on03 = 0;
_root.enemyHP[enemy_number] -= 1;
_root.enemyknockback_on[enemy_number] = 1;
}
}
}
}
}
}
if (_root.fire_magic_on04 == 1) {
if (_root.magicMC.fire_bullet04.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet04._x + _root.magicMC.fire_bullet04.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet04._x + _root.magicMC.fire_bullet04.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet04._y + _root.magicMC.fire_bullet04.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet04._y + _root.magicMC.fire_bullet04.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet04.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect', 'fire_hit_effect04', 114);
_root.magicMC.fire_hit_effect04._x = 0;
_root.magicMC.fire_hit_effect04._x = _root.magicMC.fire_bullet04._x + _root.magicMC.fire_bullet04.FB_field._x;
_root.magicMC.fire_hit_effect04._y = _root.magicMC.fire_bullet04._y;
_root.fire_magic_on04 = 0;
_root.enemyHP[enemy_number] -= 1;
_root.enemyknockback_on[enemy_number] = 1;
}
}
}
}
}
}
if (_root.fire_magic_on05 == 1) {
if (_root.magicMC.fire_bullet05.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet05._x + _root.magicMC.fire_bullet05.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet05._x + _root.magicMC.fire_bullet05.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet05._y + _root.magicMC.fire_bullet05.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet05._y + _root.magicMC.fire_bullet05.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet05.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect', 'fire_hit_effect05', 115);
_root.magicMC.fire_hit_effect05._x = 0;
_root.magicMC.fire_hit_effect05._x = _root.magicMC.fire_bullet05._x + _root.magicMC.fire_bullet05.FB_field._x;
_root.magicMC.fire_hit_effect05._y = _root.magicMC.fire_bullet05._y;
_root.fire_magic_on05 = 0;
_root.enemyHP[enemy_number] -= 1;
_root.enemyknockback_on[enemy_number] = 1;
}
}
}
}
}
}
};
_root.fire_magic_hit_guard = function (E_x1, E_x2, E_xscale, E_y1, E_y2, E_yscale, enemy_number, guard_on) {
if (_root.fire_magic_on01 == 1) {
if (_root.magicMC.fire_bullet01.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet01._x + _root.magicMC.fire_bullet01.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet01._x + _root.magicMC.fire_bullet01.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet01._y + _root.magicMC.fire_bullet01.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet01._y + _root.magicMC.fire_bullet01.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet01.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect_guard', 'fire_hit_effect_guard01', 101);
_root.magicMC.fire_hit_effect_guard01._x = 0;
_root.magicMC.fire_hit_effect_guard01._x = _root.magicMC.fire_bullet01._x + _root.magicMC.fire_bullet01.FB_field._x;
_root.magicMC.fire_hit_effect_guard01._y = _root.magicMC.fire_bullet01._y;
_root.fire_magic_on01 = 0;
}
}
}
}
}
}
if (_root.fire_magic_on02 == 1) {
if (_root.magicMC.fire_bullet02.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet02._x + _root.magicMC.fire_bullet02.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet02._x + _root.magicMC.fire_bullet02.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet02._y + _root.magicMC.fire_bullet02.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet02._y + _root.magicMC.fire_bullet02.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet02.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect_guard', 'fire_hit_effect_guard02', 102);
_root.magicMC.fire_hit_effect_guard02._x = 0;
_root.magicMC.fire_hit_effect_guard02._x = _root.magicMC.fire_bullet02._x + _root.magicMC.fire_bullet02.FB_field._x;
_root.magicMC.fire_hit_effect_guard02._y = _root.magicMC.fire_bullet02._y;
_root.fire_magic_on02 = 0;
}
}
}
}
}
}
if (_root.fire_magic_on03 == 1) {
if (_root.magicMC.fire_bullet03.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet03._x + _root.magicMC.fire_bullet03.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet03._x + _root.magicMC.fire_bullet03.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet03._y + _root.magicMC.fire_bullet03.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet03._y + _root.magicMC.fire_bullet03.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet03.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect_guard', 'fire_hit_effect_guard03', 103);
_root.magicMC.fire_hit_effect_guard03._x = 0;
_root.magicMC.fire_hit_effect_guard03._x = _root.magicMC.fire_bullet03._x + _root.magicMC.fire_bullet03.FB_field._x;
_root.magicMC.fire_hit_effect_guard03._y = _root.magicMC.fire_bullet03._y;
_root.fire_magic_on03 = 0;
}
}
}
}
}
}
if (_root.fire_magic_on04 == 1) {
if (_root.magicMC.fire_bullet04.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet04._x + _root.magicMC.fire_bullet04.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet04._x + _root.magicMC.fire_bullet04.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet04._y + _root.magicMC.fire_bullet04.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet04._y + _root.magicMC.fire_bullet04.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet04.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect_guard', 'fire_hit_effect_guard04', 104);
_root.magicMC.fire_hit_effect_guard04._x = 0;
_root.magicMC.fire_hit_effect_guard04._x = _root.magicMC.fire_bullet04._x + _root.magicMC.fire_bullet04.FB_field._x;
_root.magicMC.fire_hit_effect_guard04._y = _root.magicMC.fire_bullet04._y;
_root.fire_magic_on04 = 0;
}
}
}
}
}
}
if (_root.fire_magic_on05 == 1) {
if (_root.magicMC.fire_bullet05.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet05._x + _root.magicMC.fire_bullet05.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet05._x + _root.magicMC.fire_bullet05.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet05._y + _root.magicMC.fire_bullet05.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet05._y + _root.magicMC.fire_bullet05.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet05.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect', 'fire_hit_effect05', 115);
_root.magicMC.fire_hit_effect05._x = 0;
_root.magicMC.fire_hit_effect05._x = _root.magicMC.fire_bullet05._x + _root.magicMC.fire_bullet05.FB_field._x;
_root.magicMC.fire_hit_effect05._y = _root.magicMC.fire_bullet05._y;
_root.magicMC.attachMovie('fire_hit_effect_guard', 'fire_hit_effect_guard05', 105);
_root.magicMC.fire_hit_effect_guard05._x = 0;
_root.magicMC.fire_hit_effect_guard05._x = _root.magicMC.fire_bullet05._x + _root.magicMC.fire_bullet05.FB_field._x;
_root.magicMC.fire_hit_effect_guard05._y = _root.magicMC.fire_bullet05._y;
_root.fire_magic_on05 = 0;
}
}
}
}
}
}
};
_root.fire_magic_hit_bossB_ball = function (E_x1, E_x2, E_xscale, E_y1, E_y2, E_yscale, enemy_number, ball_height, ball_count) {
if (_root.fire_magic_on01 == 1) {
if (_root.magicMC.fire_bullet01.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet01._x + _root.magicMC.fire_bullet01.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet01._x + _root.magicMC.fire_bullet01.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet01._y + _root.magicMC.fire_bullet01.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet01._y + _root.magicMC.fire_bullet01.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet01.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect', 'fire_hit_effect01', 111);
_root.magicMC.fire_hit_effect01._x = 0;
_root.magicMC.fire_hit_effect01._x = _root.magicMC.fire_bullet01._x + _root.magicMC.fire_bullet01.FB_field._x;
_root.magicMC.fire_hit_effect01._y = _root.magicMC.fire_bullet01._y;
_root.fire_magic_on01 = 0;
go_label = 'ball_lost_' + ball_height + ball_count;
_root.enemy_field.enemy21.MC.MC.gotoAndPlay(go_label);
}
}
}
}
}
}
if (_root.fire_magic_on02 == 1) {
if (_root.magicMC.fire_bullet02.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet02._x + _root.magicMC.fire_bullet02.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet02._x + _root.magicMC.fire_bullet02.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet02._y + _root.magicMC.fire_bullet02.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet02._y + _root.magicMC.fire_bullet02.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet02.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect', 'fire_hit_effect02', 112);
_root.magicMC.fire_hit_effect02._x = 0;
_root.magicMC.fire_hit_effect02._x = _root.magicMC.fire_bullet02._x + _root.magicMC.fire_bullet02.FB_field._x;
_root.magicMC.fire_hit_effect02._y = _root.magicMC.fire_bullet02._y;
_root.fire_magic_on02 = 0;
go_label = 'ball_lost_' + ball_height + ball_count;
_root.enemy_field.enemy21.MC.MC.gotoAndPlay(go_label);
}
}
}
}
}
}
if (_root.fire_magic_on03 == 1) {
if (_root.magicMC.fire_bullet03.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet03._x + _root.magicMC.fire_bullet03.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet03._x + _root.magicMC.fire_bullet03.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet03._y + _root.magicMC.fire_bullet03.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet03._y + _root.magicMC.fire_bullet03.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet03.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect', 'fire_hit_effect03', 113);
_root.magicMC.fire_hit_effect03._x = 0;
_root.magicMC.fire_hit_effect03._x = _root.magicMC.fire_bullet03._x + _root.magicMC.fire_bullet03.FB_field._x;
_root.magicMC.fire_hit_effect03._y = _root.magicMC.fire_bullet03._y;
_root.fire_magic_on03 = 0;
go_label = 'ball_lost_' + ball_height + ball_count;
_root.enemy_field.enemy21.MC.MC.gotoAndPlay(go_label);
}
}
}
}
}
}
if (_root.fire_magic_on04 == 1) {
if (_root.magicMC.fire_bullet04.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet04._x + _root.magicMC.fire_bullet04.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet04._x + _root.magicMC.fire_bullet04.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet04._y + _root.magicMC.fire_bullet04.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet04._y + _root.magicMC.fire_bullet04.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet04.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect', 'fire_hit_effect04', 114);
_root.magicMC.fire_hit_effect04._x = 0;
_root.magicMC.fire_hit_effect04._x = _root.magicMC.fire_bullet04._x + _root.magicMC.fire_bullet04.FB_field._x;
_root.magicMC.fire_hit_effect04._y = _root.magicMC.fire_bullet04._y;
_root.fire_magic_on04 = 0;
go_label = 'ball_lost_' + ball_height + ball_count;
_root.enemy_field.enemy21.MC.MC.gotoAndPlay(go_label);
}
}
}
}
}
}
if (_root.fire_magic_on05 == 1) {
if (_root.magicMC.fire_bullet05.FB_field._x >= 0) {
if (_root.magicMC.fire_bullet05._x + _root.magicMC.fire_bullet05.FB_field._x < E_x1 + E_x2) {
} else {
if (_root.magicMC.fire_bullet05._x + _root.magicMC.fire_bullet05.FB_field._x > E_x1 + E_x2 + E_xscale) {
} else {
if (_root.magicMC.fire_bullet05._y + _root.magicMC.fire_bullet05.FB_field._y < E_y1 + E_y2) {
} else {
if (_root.magicMC.fire_bullet05._y + _root.magicMC.fire_bullet05.FB_field._y > E_y1 + E_y2 + E_yscale) {
} else {
_root.magicMC.fire_bullet05.FB_field.FB.removeMovieClip();
_root.magicMC.attachMovie('fire_hit_effect', 'fire_hit_effect05', 115);
_root.magicMC.fire_hit_effect05._x = 0;
_root.magicMC.fire_hit_effect05._x = _root.magicMC.fire_bullet05._x + _root.magicMC.fire_bullet05.FB_field._x;
_root.magicMC.fire_hit_effect05._y = _root.magicMC.fire_bullet05._y;
_root.fire_magic_on05 = 0;
go_label = 'ball_lost_' + ball_height + ball_count;
_root.enemy_field.enemy21.MC.MC.gotoAndPlay(go_label);
}
}
}
}
}
}
};
_root.enemyknockback_func = function (enemy_number, enemy_posi) {
if (_root.enemyknockback_on[enemy_number] >= _root.enemyknockback[enemy_number]) {
_root.enemyknockback_on[enemy_number] = 0;
} else {
if (_root.enemyknockback_on[enemy_number] != 0) {
_root.enemyknockback_on[enemy_number] += 1;
enemy_posi._x += _root.enemyknockback[enemy_number] - _root.enemyknockback_on[enemy_number];
}
}
};
_root.enemy_killreset = function (enemy_number) {
_root.enemyKILL[enemy_number] = 0;
_root.enemy_on[enemy_number] = 0;
if (enemy_number != 15 && enemy_number != 20 && enemy_number != 21 || _root.now_stage == 'hell' || _root.now_stage == 'debug') {
_root.enemyHP[enemy_number] = _root.enemyHP_max[enemy_number];
}
_root.enemyspeed[enemy_number] = _root.enemyspeed_def[enemy_number];
_root.enemyknockback_on[enemy_number] = 0;
_root.enemy_RandomSummonTiming_on[enemy_number] = 0;
_root.enemy_RandomSummonTiming_max[enemy_number] = 0;
_root.enemy_RandomSummonTiming_count[enemy_number] = 0;
_root.enemy_stop[enemy_number] = 0;
temp_adress = eval('_root.enemy_field.enemy' + enemy_number);
temp_adress.removeMovieClip();
};
_root.yarare_finish_end = function (yarareMC) {
if (_root.gallery_mode_on != 1) {
switch (yarareMC) {
case 'yarare1A':
enemy_number = 1;
_root.cum_breast = 1;
_root.cum_xxx = 1;
break;
case 'yarare1B':
enemy_number = 1;
_root.cum_xxx = 1;
break;
case 'yarare2A':
enemy_number = 2;
_root.cum_xxx = 1;
break;
case 'yarare2B':
enemy_number = 2;
_root.cum_xxx = 1;
break;
case 'yarare3A':
enemy_number = 3;
_root.cum_face = 1;
_root.cum_breast = 1;
_root.cum_xxx = 1;
break;
case 'yarare3B':
enemy_number = 3;
_root.cum_face = 1;
_root.cum_breast = 1;
_root.cum_xxx = 1;
break;
case 'yarare4A':
enemy_number = 4;
_root.cum_xxx = 1;
break;
case 'yarare4B':
enemy_number = 4;
_root.cum_xxx = 1;
break;
case 'yarare5A':
enemy_number = 5;
_root.cum_xxx = 1;
break;
case 'yarare5B':
enemy_number = 5;
_root.cum_xxx = 1;
break;
case 'yarare6A':
enemy_number = 6;
_root.cum_xxx = 1;
break;
case 'yarare6B':
enemy_number = 6;
_root.cum_xxx = 1;
break;
case 'yarare7A':
enemy_number = 7;
_root.cum_breast = 1;
_root.cum_xxx = 1;
break;
case 'yarare7B':
enemy_number = 7;
_root.cum_breast = 1;
_root.cum_xxx = 1;
break;
case 'yarare8A':
enemy_number = 8;
_root.cum_face = 1;
_root.cum_xxx = 1;
break;
case 'yarare8B':
enemy_number = 8;
_root.cum_xxx = 1;
break;
case 'yarare9A':
enemy_number = 9;
_root.cum_xxx = 1;
break;
case 'yarare9B':
enemy_number = 9;
_root.cum_xxx = 1;
break;
case 'yarare10A':
enemy_number = 10;
_root.cum_xxx = 1;
break;
case 'yarare10B':
enemy_number = 10;
_root.cum_xxx = 1;
break;
case 'yarare11A':
enemy_number = 11;
_root.cum_xxx = 1;
break;
case 'yarare11B':
enemy_number = 11;
_root.cum_breast = 1;
_root.cum_xxx = 1;
break;
case 'yarare12A':
enemy_number = 12;
_root.cum_xxx = 1;
break;
case 'yarare12B':
enemy_number = 12;
_root.cum_breast = 1;
_root.cum_xxx = 1;
break;
case 'yarare13A':
enemy_number = 13;
_root.cum_breast = 1;
_root.cum_xxx = 1;
break;
case 'yarare13B':
enemy_number = 13;
_root.cum_breast = 1;
_root.cum_xxx = 1;
break;
case 'yarare14A':
enemy_number = 14;
_root.cum_xxx = 1;
break;
case 'yarare14B':
enemy_number = 14;
_root.cum_face = 1;
_root.cum_breast = 1;
break;
case 'yarare15A':
enemy_number = 15;
_root.cum_xxx = 1;
break;
case 'yarare15B':
enemy_number = 15;
_root.cum_xxx = 1;
break;
case 'yarare16A':
enemy_number = 16;
_root.cum_xxx = 1;
break;
case 'yarare16B':
enemy_number = 16;
_root.cum_xxx = 1;
break;
case 'yarare17A':
enemy_number = 17;
_root.cum_xxx = 1;
break;
case 'yarare17B':
enemy_number = 17;
_root.cum_xxx = 1;
break;
case 'yarare18A':
enemy_number = 18;
_root.cum_xxx = 1;
break;
case 'yarare18B':
enemy_number = 18;
_root.cum_xxx = 1;
break;
case 'yarare19A':
enemy_number = 19;
_root.cum_xxx = 1;
break;
case 'yarare19B':
enemy_number = 19;
_root.cum_xxx = 1;
break;
case 'yarare19Af':
enemy_number = 19;
_root.cum_xxx = 1;
break;
case 'yarare19Bf':
enemy_number = 19;
_root.cum_xxx = 1;
break;
case 'yarare20A':
enemy_number = 20;
_root.cum_xxx = 1;
break;
case 'yarare20B':
enemy_number = 20;
_root.cum_xxx = 1;
break;
case 'yarare21A':
enemy_number = 21;
_root.cum_face = 1;
break;
case 'yarare21B':
enemy_number = 21;
_root.cum_xxx = 1;
break;
case 'yarare22A':
enemy_number = 22;
_root.cum_xxx = 1;
break;
case 'yarare22B':
enemy_number = 22;
_root.cum_xxx = 1;
_root.cum_face = 1;
break;
case 'gangbang1':
enemy_number = 'gangbang1';
_root.cum_xxx = 1;
_root.cum_breast = 1;
_root.cum_face = 1;
break;
default:
}
if (enemy_number == 'gangbang1') {
mobA = Math.floor((_root.gangbang1._currentframe - 1) / 15) + 1;
mobB = _root.gangbang1._currentframe - (mobA - 1) * 15 - 1;
_root.enemy_stop[mobA] = 0;
_root.enemy_on[mobA] = 0;
_root.enemyHP[mobA] = _root.enemyHP_max[mobA];
_root.enemyknockback_on[mobA] = 0;
_root.enemyKILL[mobA] = 0;
_root.enemy_field['enemy' + mobA].removeMovieClip();
_root.enemy_stop[mobB] = 0;
_root.enemy_on[mobB] = 0;
_root.enemyHP[mobB] = _root.enemyHP_max[mobB];
_root.enemyknockback_on[mobB] = 0;
_root.enemyKILL[mobB] = 0;
_root.enemy_field['enemy' + mobB].removeMovieClip();
} else {
if (enemy_number == 15 && _root.now_stage == 5) {
_root.enemy_stop[enemy_number] = 0;
_root.enemyknockback_on[enemy_number] = 0;
_root.enemy_field.enemy15._alpha = 100;
_root.enemy_field.enemy15._x = 400;
_root.enemy_field.enemy15._y = 138;
_root.enemy_field.enemy15.MC._x = -130;
_root.enemy_field.enemy15.MC.MC.gotoAndPlay('restart');
} else {
if (enemy_number == 20 && _root.now_stage == 6) {
_root.enemy_stop[enemy_number] = 0;
_root.enemyknockback_on[enemy_number] = 0;
_root.enemy_field.enemy20._alpha = 100;
_root.enemy_field.enemy20.MC.MC.gotoAndPlay('restart');
} else {
if (enemy_number == 21 && _root.now_stage == 7) {
_root.enemy_stop[enemy_number] = 0;
_root.enemyknockback_on[enemy_number] = 0;
_root.enemy_field.enemy21._alpha = 100;
_root.enemy_field.enemy21.MC.MC.gotoAndPlay('restart');
} else {
_root.enemy_stop[enemy_number] = 0;
_root.enemy_on[enemy_number] = 0;
_root.enemyHP[enemy_number] = _root.enemyHP_max[enemy_number];
_root.enemyknockback_on[enemy_number] = 0;
_root.enemyKILL[enemy_number] = 0;
_root.enemy_field['enemy' + enemy_number].removeMovieClip();
}
}
}
}
}
if (_root.gallery_mode_on != 1 && _root.HP >= 2) {
_root.org_loop_on = 0;
}
_root.finising = 0;
};
_root.bgm_allstop = function () {
_root.bgm001.stop();
_root.bgm002.stop();
_root.bgm003.stop();
_root.bgm004.stop();
_root.bgm005.stop();
_root.bgm006.stop();
_root.bgm007.stop();
};
_root.change_script = function (yarare, speed_value) {
if (speed_value == 'start' && _root.gallery_mode_on != 1) {
switch (yarare) {
case 'yarare1A':
_root.yarare1A.gotoAndStop(1);
_root.yarare1B.gotoAndStop(2);
yarare = 'yarare1B';
break;
case 'yarare1B':
_root.yarare1A.gotoAndStop(2);
_root.yarare1B.gotoAndStop(1);
yarare = 'yarare1A';
break;
case 'yarare2A':
_root.yarare2A.gotoAndStop(1);
_root.yarare2B.gotoAndStop(2);
yarare = 'yarare2B';
break;
case 'yarare2B':
_root.yarare2A.gotoAndStop(2);
_root.yarare2B.gotoAndStop(1);
yarare = 'yarare2A';
break;
case 'yarare3A':
_root.yarare3A.gotoAndStop(1);
_root.yarare3B.gotoAndStop(2);
yarare = 'yarare3B';
break;
case 'yarare3B':
_root.yarare3A.gotoAndStop(2);
_root.yarare3B.gotoAndStop(1);
yarare = 'yarare3A';
break;
case 'yarare4A':
_root.yarare4A.gotoAndStop(1);
_root.yarare4B.gotoAndStop(2);
yarare = 'yarare4B';
break;
case 'yarare4B':
_root.yarare4A.gotoAndStop(2);
_root.yarare4B.gotoAndStop(1);
yarare = 'yarare4A';
break;
case 'yarare5A':
_root.yarare5A.gotoAndStop(1);
_root.yarare5B.gotoAndStop(2);
yarare = 'yarare5B';
break;
case 'yarare5B':
_root.yarare5A.gotoAndStop(2);
_root.yarare5B.gotoAndStop(1);
yarare = 'yarare5A';
break;
case 'yarare6A':
_root.yarare6A.gotoAndStop(1);
_root.yarare6B.gotoAndStop(2);
yarare = 'yarare6B';
break;
case 'yarare6B':
_root.yarare6A.gotoAndStop(2);
_root.yarare6B.gotoAndStop(1);
yarare = 'yarare6A';
break;
case 'yarare7A':
_root.yarare7A.gotoAndStop(1);
_root.yarare7B.gotoAndStop(2);
yarare = 'yarare7B';
break;
case 'yarare7B':
_root.yarare7A.gotoAndStop(2);
_root.yarare7B.gotoAndStop(1);
yarare = 'yarare7A';
break;
case 'yarare8A':
_root.yarare8A.gotoAndStop(1);
_root.yarare8B.gotoAndStop(2);
yarare = 'yarare8B';
break;
case 'yarare8B':
_root.yarare8A.gotoAndStop(2);
_root.yarare8B.gotoAndStop(1);
yarare = 'yarare8A';
break;
case 'yarare9A':
_root.yarare9A.gotoAndStop(1);
_root.yarare9B.gotoAndStop(2);
yarare = 'yarare9B';
break;
case 'yarare9B':
_root.yarare9A.gotoAndStop(2);
_root.yarare9B.gotoAndStop(1);
yarare = 'yarare9A';
break;
case 'yarare10A':
_root.yarare10A.gotoAndStop(1);
_root.yarare10B.gotoAndStop(2);
yarare = 'yarare10B';
break;
case 'yarare10B':
_root.yarare10A.gotoAndStop(2);
_root.yarare10B.gotoAndStop(1);
yarare = 'yarare10A';
break;
case 'yarare11A':
_root.yarare11A.gotoAndStop(1);
_root.yarare11B.gotoAndStop(2);
yarare = 'yarare11B';
break;
case 'yarare11B':
_root.yarare11A.gotoAndStop(2);
_root.yarare11B.gotoAndStop(1);
yarare = 'yarare11A';
break;
case 'yarare12A':
_root.yarare12A.gotoAndStop(1);
_root.yarare12B.gotoAndStop(2);
yarare = 'yarare12B';
break;
case 'yarare12B':
_root.yarare12A.gotoAndStop(2);
_root.yarare12B.gotoAndStop(1);
yarare = 'yarare12A';
break;
case 'yarare13A':
_root.yarare13A.gotoAndStop(1);
_root.yarare13B.gotoAndStop(2);
yarare = 'yarare13B';
break;
case 'yarare13B':
_root.yarare13A.gotoAndStop(2);
_root.yarare13B.gotoAndStop(1);
yarare = 'yarare13A';
break;
case 'yarare14A':
_root.yarare14A.gotoAndStop(1);
_root.yarare14B.gotoAndStop(2);
yarare = 'yarare14B';
break;
case 'yarare14B':
_root.yarare14A.gotoAndStop(2);
_root.yarare14B.gotoAndStop(1);
yarare = 'yarare14A';
break;
case 'yarare15A':
_root.yarare15A.gotoAndStop(1);
_root.yarare15B.gotoAndStop(2);
yarare = 'yarare15B';
break;
case 'yarare15B':
_root.yarare15A.gotoAndStop(2);
_root.yarare15B.gotoAndStop(1);
yarare = 'yarare15A';
break;
case 'yarare16A':
_root.yarare16A.gotoAndStop(1);
_root.yarare16B.gotoAndStop(2);
yarare = 'yarare16B';
break;
case 'yarare16B':
_root.yarare16A.gotoAndStop(2);
_root.yarare16B.gotoAndStop(1);
yarare = 'yarare16A';
break;
case 'yarare17A':
_root.yarare17A.gotoAndStop(1);
_root.yarare17B.gotoAndStop(2);
yarare = 'yarare17B';
break;
case 'yarare17B':
_root.yarare17A.gotoAndStop(2);
_root.yarare17B.gotoAndStop(1);
yarare = 'yarare17A';
break;
case 'yarare18A':
_root.yarare18A.gotoAndStop(1);
_root.yarare18B.gotoAndStop(2);
yarare = 'yarare18B';
break;
case 'yarare18B':
_root.yarare18A.gotoAndStop(2);
_root.yarare18B.gotoAndStop(1);
yarare = 'yarare18A';
break;
case 'yarare19A':
_root.yarare19A.gotoAndStop(1);
_root.yarare19B.gotoAndStop(2);
yarare = 'yarare19B';
break;
case 'yarare19B':
_root.yarare19A.gotoAndStop(2);
_root.yarare19B.gotoAndStop(1);
yarare = 'yarare19A';
break;
case 'yarare19Af':
_root.yarare19Af.gotoAndStop(1);
_root.yarare19Bf.gotoAndStop(2);
yarare = 'yarare19Bf';
break;
case 'yarare19Bf':
_root.yarare19Af.gotoAndStop(2);
_root.yarare19Bf.gotoAndStop(1);
yarare = 'yarare19Af';
break;
case 'yarare20A':
_root.yarare20A.gotoAndStop(1);
_root.yarare20B.gotoAndStop(2);
yarare = 'yarare20B';
break;
case 'yarare20B':
_root.yarare20A.gotoAndStop(2);
_root.yarare20B.gotoAndStop(1);
yarare = 'yarare20A';
break;
case 'yarare21A':
_root.yarare21A.gotoAndStop(1);
_root.yarare21B.gotoAndStop(2);
yarare = 'yarare21B';
break;
case 'yarare21B':
_root.yarare21A.gotoAndStop(2);
_root.yarare21B.gotoAndStop(1);
yarare = 'yarare21A';
break;
case 'yarare22A':
_root.yarare22A.gotoAndStop(1);
_root.yarare22B.gotoAndStop(2);
yarare = 'yarare22B';
break;
case 'yarare22B':
_root.yarare22A.gotoAndStop(2);
_root.yarare22B.gotoAndStop(1);
yarare = 'yarare22A';
break;
default:
}
}
yarareURL = eval('_root.' + yarare);
if (yarare != 'gangbang1') {
yarareURL.MC.danmenzu.MC.gotoAndPlay(speed_value);
yarareURL.MC.gotoAndPlay(speed_value);
} else {
yarareURL.MC1.gotoAndPlay(speed_value);
yarareURL.MC2.gotoAndPlay(speed_value);
yarareURL.MC3.gotoAndPlay(speed_value);
yarareURL.MC3.danmenzu.MC.gotoAndPlay(speed_value);
yarareURL.MC4.gotoAndPlay(speed_value);
yarareURL.MC5.gotoAndPlay(speed_value);
yarareURL.MC6.gotoAndPlay(speed_value);
yarareURL.MC7.gotoAndPlay(speed_value);
}
};
_root.yarare_speedChange = function (yarare) {
yarareURL = eval('_root.' + yarare);
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
_root.change_script(yarare, 'finish');
} else {
switch (_root.Gyarare_speed) {
case 1:
if (_root.loop_point == 0) {
_root.change_script(yarare, 'loop01');
} else {
if (_root.loop_point == 5) {
if (_root.pleasure >= 300) {
_root.pleasure = 1;
}
_root.change_script(yarare, 'start');
} else {
if (_root.loop_count == 5) {
_root.loop_count = 0;
_root.se_select_A = 0;
if (_root.loop_point == 4) {
_root.change_script(yarare, 'finish');
} else {
_root.change_script(yarare, 'loop0' + (_root.loop_point + 1));
}
} else {
if (_root.loop_count <= 4) {
_root.loop_count += 1;
_root.change_script(yarare, 'loop0' + _root.loop_point);
}
}
}
}
break;
case 2:
_root.change_script(yarare, 'loop01');
break;
case 3:
_root.change_script(yarare, 'loop02');
break;
case 4:
_root.change_script(yarare, 'loop03');
break;
case 5:
_root.change_script(yarare, 'loop04');
break;
case 6:
_root.change_script(yarare, 'finish');
break;
case 7:
_root.pleasure = 300;
_root.change_script(yarare, 'orgasm');
break;
case 8:
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
_root.change_script(yarare, 'loop01');
break;
case 2:
_root.change_script(yarare, 'loop02');
break;
case 3:
_root.change_script(yarare, 'loop03');
break;
case 4:
_root.change_script(yarare, 'loop04');
break;
default:
}
break;
default:
}
if (_root.gallery_mode_on == 1 && _root.gallery_now_select == 'Orgasm Loop') {
_root.pleasure = 300;
} else {
if (_root.loop_point == 5) {
if (_root.pleasure >= 300) {
_root.pleasure = 1;
}
}
}
}
} else {
if (_root.loop_point == 0) {
_root.change_script(yarare, 'loop01');
} else {
if (_root.loop_point == 5) {
yarareURL.gotoAndStop(1);
switch (_root.now_yarare) {
case 1:
if (_root.pleasure >= 300) {
_root.pleasure = 1;
}
_root.player.gotoAndStop('down');
break;
case 2:
if (_root.pleasure >= 300) {
_root.pleasure = 1;
_root.player.gotoAndStop('down_xxx_org');
} else {
_root.player.gotoAndStop('down_xxx');
}
break;
case 3:
if (_root.pleasure >= 300) {
_root.pleasure = 1;
_root.player.gotoAndStop('down_anal_org');
} else {
_root.player.gotoAndStop('down_anal');
}
break;
case 4:
if (_root.pleasure >= 300) {
_root.pleasure = 1;
if (_root.abnormal_egg == 1) {
_root.player.gotoAndStop('down_egg');
} else {
_root.player.gotoAndStop('down_xxx_org');
}
} else {
_root.player.gotoAndStop('down_xxx');
}
break;
default:
}
if (_root.gameover_btn._currentframe == 1 && _root.HP < 2) {
_root.gameover_btn.gotoAndPlay(2);
}
} else {
if (_root.loop_count == 5) {
_root.loop_count = 0;
_root.se_select_A = 0;
if (_root.loop_point == 4) {
_root.change_script(yarare, 'finish');
} else {
_root.change_script(yarare, 'loop0' + (_root.loop_point + 1));
}
} else {
if (_root.loop_count <= 4) {
_root.loop_count += 1;
_root.change_script(yarare, 'loop0' + _root.loop_point);
}
}
}
}
}
};
_root.SEstart_kutyu = function (se_select) {
switch (se_select) {
case 1:
_root.se006.start();
break;
case 2:
_root.se007.start();
}
};
_root.SEstart_finish = function (se_select) {
switch (se_select) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
}
};
_root.adddamage_or_org = function (enemy_number, yarare, voice_type, speed) {
yarareURL = eval('_root.' + yarare);
_root.pleasure += Math.floor(_root.enemydamagePL[enemy_number] / 20);
if (_root.pleasure < 300) {
_root.HP -= Math.floor(_root.enemydamageHP[enemy_number] / 20);
_root.func_message_yarare01();
_root.yarareAnim_voice(voice_type, speed);
} else {
if (_root.pleasure >= 300) {
_root.change_script(yarare, 'orgasm');
_root.HP -= _root.enemydamageHP[enemy_number];
}
}
};
_root.adddamage_or_orgF = function (enemy_number, yarare, voice_type, speed) {
yarareURL = eval('_root.' + yarare);
_root.pleasure += Math.floor(_root.enemydamagePL[enemy_number] / 2);
if (_root.pleasure < 300) {
_root.HP -= Math.floor(_root.enemydamageHP[enemy_number] / 2);
_root.func_message_finish01();
_root.yarareAnim_voice(voice_type, speed);
} else {
if (_root.pleasure >= 300) {
if (yarare != 'gangbang1') {
yarareURL.MC.danmenzu.MC.gotoAndPlay('orgasm_finish');
yarareURL.MC.gotoAndPlay('orgasm');
} else {
yarareURL.MC1.gotoAndPlay('orgasm');
yarareURL.MC2.gotoAndPlay('orgasm');
yarareURL.MC3.gotoAndPlay('orgasm');
yarareURL.MC3.danmenzu.MC.gotoAndPlay('orgasm_finish');
yarareURL.MC4.gotoAndPlay('orgasm');
yarareURL.MC5.gotoAndPlay('orgasm');
yarareURL.MC6.gotoAndPlay('orgasm');
yarareURL.MC7.gotoAndPlay('orgasm');
}
_root.finising = 1;
_root.HP -= _root.enemydamageHP[enemy_number];
}
}
};
_root.adddamage_org = function () {};
_root.adddamage_or_org_GO = function (gameover_number, voice_type, speed) {
_root.pleasure += Math.floor(_root.enemydamagePL[1] / 20);
if (_root.pleasure < 300) {
_root.HP -= Math.floor(_root.enemydamageHP[1] / 20);
_root.func_message_yarare01();
_root.yarareAnim_voice(voice_type, speed);
} else {
if (_root.pleasure >= 300) {
_root['gameoverMC' + gameover_number].gotoAndPlay('orgasm');
_root.HP -= _root.enemydamageHP[1];
}
}
};
_root.adddamage_or_orgF_GO = function (gameover_number, voice_type, speed) {
_root.pleasure += Math.floor(_root.enemydamagePL[1] / 2);
if (_root.pleasure < 300) {
_root.HP -= Math.floor(_root.enemydamageHP[1] / 2);
_root.func_message_finish01();
_root.yarareAnim_voice(voice_type, speed);
} else {
if (_root.pleasure >= 300) {
_root['gameoverMC' + gameover_number].gotoAndPlay('orgasm');
_root.finising = 1;
_root.HP -= _root.enemydamageHP[1];
}
}
};
_root.datui_end = function () {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
};
_root.gameoverEND = function () {
_root.gameoverMC1.gotoAndStop(1);
_root.gameoverMC2.gotoAndStop(1);
_root.gameoverMC3.gotoAndStop(1);
_root.gameoverMC4.gotoAndStop(1);
_root.gameoverMC5.gotoAndStop(1);
_root.gameoverMC6.gotoAndStop(1);
_root.gameoverMC7.gotoAndStop(1);
};
_root.escape_voidEND = function (enemy_number) {
if (_root.enemy_stop[enemy_number] == 1) {
_root.enemy_field['enemy' + enemy_number]._alpha = 100;
}
};
_root.escape_enemyKILL = function (enemy_number) {
if (_root.enemy_stop[enemy_number] == 1) {
_root.enemy_stop[enemy_number] = 0;
_root.enemyHP[enemy_number] = 0;
}
};
_root.bomb_enemyKILL = function (enemy_number) {
if (_root.enemy_on[enemy_number] == 1) {
_root.enemyHP[enemy_number] = 0;
}
};
_root.escape_enemyBOSSDAMAGE = function (enemy_number) {
if (_root.enemy_stop[enemy_number] == 1) {
_root.enemy_stop[enemy_number] = 0;
switch (enemy_number) {
case 15:
if (_root.now_stage != 5) {
_root.enemyHP[enemy_number] = 0;
} else {
_root.enemyknockback_on[enemy_number] = 1;
_root.enemyHP[enemy_number] -= 1;
_root.enemy_field.enemy15.MC.guard_on = 0;
}
break;
case 20:
if (_root.now_stage != 6) {
_root.enemyHP[enemy_number] = 0;
} else {
_root.enemyknockback_on[enemy_number] = 1;
_root.enemyHP[enemy_number] -= 1;
}
break;
case 21:
if (_root.now_stage != 7) {
_root.enemyHP[enemy_number] = 0;
} else {
_root.enemyknockback_on[enemy_number] = 1;
_root.enemyHP[enemy_number] -= 1;
}
break;
default:
}
}
};
_root.escape_stop = function () {
_root.escape_on = 0;
_root.escape_count = 1;
_root.escape_resist += 1;
if (_root.escape_resist > 100) {
_root.escape_resist = 100;
}
_root.escape_wait -= 2;
if (_root.escape_wait < 5) {
_root.escape_wait = 5;
}
_root.escape_wait_count = 0;
_root.escape_BTsave = 0;
};
_root.anim_remove = function () {
_root.yarare1A.gotoAndStop(1);
_root.yarare1B.gotoAndStop(1);
_root.yarare2A.gotoAndStop(1);
_root.yarare2B.gotoAndStop(1);
_root.yarare3A.gotoAndStop(1);
_root.yarare3B.gotoAndStop(1);
_root.yarare4A.gotoAndStop(1);
_root.yarare4B.gotoAndStop(1);
_root.yarare5A.gotoAndStop(1);
_root.yarare5B.gotoAndStop(1);
_root.yarare6A.gotoAndStop(1);
_root.yarare6B.gotoAndStop(1);
_root.yarare7A.gotoAndStop(1);
_root.yarare7B.gotoAndStop(1);
_root.yarare8A.gotoAndStop(1);
_root.yarare8B.gotoAndStop(1);
_root.yarare9A.gotoAndStop(1);
_root.yarare9B.gotoAndStop(1);
_root.yarare10A.gotoAndStop(1);
_root.yarare10B.gotoAndStop(1);
_root.yarare11A.gotoAndStop(1);
_root.yarare11B.gotoAndStop(1);
_root.yarare12A.gotoAndStop(1);
_root.yarare12B.gotoAndStop(1);
_root.yarare13A.gotoAndStop(1);
_root.yarare13B.gotoAndStop(1);
_root.yarare14A.gotoAndStop(1);
_root.yarare14B.gotoAndStop(1);
_root.yarare15A.gotoAndStop(1);
_root.yarare15B.gotoAndStop(1);
_root.yarare16A.gotoAndStop(1);
_root.yarare16B.gotoAndStop(1);
_root.yarare17A.gotoAndStop(1);
_root.yarare17B.gotoAndStop(1);
_root.yarare18A.gotoAndStop(1);
_root.yarare18B.gotoAndStop(1);
_root.yarare19A.gotoAndStop(1);
_root.yarare19B.gotoAndStop(1);
_root.yarare19Af.gotoAndStop(1);
_root.yarare19Bf.gotoAndStop(1);
_root.yarare20A.gotoAndStop(1);
_root.yarare20B.gotoAndStop(1);
_root.yarare21A.gotoAndStop(1);
_root.yarare21B.gotoAndStop(1);
_root.yarare22A.gotoAndStop(1);
_root.yarare22B.gotoAndStop(1);
_root.gangbang1.gotoAndStop(1);
};
_root.rinkan_go = function (enemy_number) {
if (_root.yarare1A._currentframe != 1 || _root.yarare1B._currentframe != 1) {
_root.yarare1A.gotoAndStop(1);
_root.yarare1B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('1-' + enemy_number);
} else {
if (_root.yarare2A._currentframe != 1 || _root.yarare2B._currentframe != 1) {
_root.yarare2A.gotoAndStop(1);
_root.yarare2B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('2-' + enemy_number);
} else {
if (_root.yarare3A._currentframe != 1 || _root.yarare3B._currentframe != 1) {
_root.yarare3A.gotoAndStop(1);
_root.yarare3B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('3-' + enemy_number);
} else {
if (_root.yarare4A._currentframe != 1 || _root.yarare4B._currentframe != 1) {
_root.yarare4A.gotoAndStop(1);
_root.yarare4B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('4-' + enemy_number);
} else {
if (_root.yarare5A._currentframe != 1 || _root.yarare5B._currentframe != 1) {
_root.yarare5A.gotoAndStop(1);
_root.yarare5B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('5-' + enemy_number);
} else {
if (_root.yarare6A._currentframe != 1 || _root.yarare6B._currentframe != 1) {
_root.yarare6A.gotoAndStop(1);
_root.yarare6B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('6-' + enemy_number);
} else {
if (_root.yarare7A._currentframe != 1 || _root.yarare7B._currentframe != 1) {
_root.yarare7A.gotoAndStop(1);
_root.yarare7B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('7-' + enemy_number);
} else {
if (_root.yarare8A._currentframe != 1 || _root.yarare8B._currentframe != 1) {
_root.yarare8A.gotoAndStop(1);
_root.yarare8B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('8-' + enemy_number);
} else {
if (_root.yarare9A._currentframe != 1 || _root.yarare9B._currentframe != 1) {
_root.yarare9A.gotoAndStop(1);
_root.yarare9B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('9-' + enemy_number);
} else {
if (_root.yarare10A._currentframe != 1 || _root.yarare10B._currentframe != 1) {
_root.yarare10A.gotoAndStop(1);
_root.yarare10B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('10-' + enemy_number);
} else {
if (_root.yarare11A._currentframe != 1 || _root.yarare11B._currentframe != 1) {
_root.yarare11A.gotoAndStop(1);
_root.yarare11B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('11-' + enemy_number);
} else {
if (_root.yarare12A._currentframe != 1 || _root.yarare12B._currentframe != 1) {
_root.yarare12A.gotoAndStop(1);
_root.yarare12B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('12-' + enemy_number);
} else {
if (_root.yarare13A._currentframe != 1 || _root.yarare13B._currentframe != 1) {
_root.yarare13A.gotoAndStop(1);
_root.yarare13B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('13-' + enemy_number);
} else {
if (_root.yarare14A._currentframe != 1 || _root.yarare14B._currentframe != 1) {
_root.yarare14A.gotoAndStop(1);
_root.yarare14B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('14-' + enemy_number);
} else {
if (_root.yarare15A._currentframe != 1 || _root.yarare15B._currentframe != 1) {
_root.yarare15A.gotoAndStop(1);
_root.yarare15B.gotoAndStop(1);
_root.gangbang1.gotoAndStop('15-' + enemy_number);
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
goURL = eval('_root.yarare' + enemy_number + 'A');
break;
case 2:
goURL = eval('_root.yarare' + enemy_number + 'B');
break;
default:
}
goURL.gotoAndStop(2);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
_root.player.gotoAndStop('void');
};
_root.voice_play = function (type) {
switch (type) {
case 'aegi1':
_root.func_message('yarare_openmouth');
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.voice_aegi1_1.start();
break;
case 2:
_root.voice_aegi1_2.start();
break;
case 3:
_root.voice_aegi1_3.start();
break;
default:
}
break;
case 'aegi2':
_root.func_message('yarare_openmouth');
switch (_root.voice_timing) {
case 0:
voice_random = 3;
break;
case 1:
voice_random = 4;
break;
default:
voice_random = 3;
}
switch (Math.floor(Math.random() * voice_random) + 1) {
case 1:
_root.voice_aegi2_1.start();
break;
case 2:
_root.voice_aegi2_2.start();
break;
case 3:
_root.voice_aegi2_3.start();
break;
default:
}
break;
case 'aegi3':
_root.func_message('yarare_openmouth');
switch (_root.voice_timing) {
case 0:
voice_random = 3;
break;
case 1:
voice_random = 5;
break;
default:
voice_random = 3;
}
switch (Math.floor(Math.random() * voice_random) + 1) {
case 1:
_root.voice_aegi3_1.start();
break;
case 2:
_root.voice_aegi3_2.start();
break;
case 3:
_root.voice_aegi3_3.start();
break;
default:
}
break;
case 'aegi4':
_root.func_message('yarare_openmouth');
switch (_root.voice_timing) {
case 0:
voice_random = 3;
break;
case 1:
voice_random = 5;
break;
default:
voice_random = 3;
}
switch (Math.floor(Math.random() * voice_random) + 1) {
case 1:
_root.voice_aegi4_1.start();
break;
case 2:
_root.voice_aegi4_2.start();
break;
case 3:
_root.voice_aegi4_3.start();
break;
default:
}
break;
case 'aegiFinish':
_root.func_message('yarare_finish_openmouth');
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.voice_aegiFinish_1.start();
break;
case 2:
_root.voice_aegiFinish_2.start();
break;
case 3:
_root.voice_aegiFinish_3.start();
break;
default:
}
break;
case 'aegiOrg':
_root.func_message('yarare_org_openmouth');
switch (Math.floor(Math.random() * 6) + 1) {
case 1:
_root.voice_aegiOrg_1.start();
break;
case 2:
_root.voice_aegiOrg_2.start();
break;
case 3:
_root.voice_aegiOrg_3.start();
break;
case 4:
_root.voice_aegiOrg_4.start();
break;
case 5:
_root.voice_aegiOrg_5.start();
break;
case 6:
_root.voice_aegiOrg_6.start();
break;
default:
}
break;
case 'fera1':
_root.func_message('yarare_closemouth');
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.voice_fera1_1.start();
break;
case 2:
_root.voice_fera1_2.start();
break;
case 3:
_root.voice_fera1_3.start();
break;
default:
}
break;
case 'fera2':
_root.func_message('yarare_closemouth');
switch (_root.voice_timing) {
case 0:
voice_random = 3;
break;
case 1:
voice_random = 4;
break;
default:
voice_random = 3;
}
switch (Math.floor(Math.random() * voice_random) + 1) {
case 1:
_root.voice_fera2_1.start();
break;
case 2:
_root.voice_fera2_2.start();
break;
case 3:
_root.voice_fera2_3.start();
break;
default:
}
break;
case 'fera3':
_root.func_message('yarare_closemouth');
switch (_root.voice_timing) {
case 0:
voice_random = 3;
break;
case 1:
voice_random = 5;
break;
default:
voice_random = 3;
}
switch (Math.floor(Math.random() * voice_random) + 1) {
case 1:
_root.voice_fera3_1.start();
break;
case 2:
_root.voice_fera3_2.start();
break;
case 3:
_root.voice_fera3_3.start();
break;
default:
}
break;
case 'fera4':
_root.func_message('yarare_closemouth');
switch (_root.voice_timing) {
case 0:
voice_random = 3;
break;
case 1:
voice_random = 5;
break;
default:
voice_random = 3;
}
switch (Math.floor(Math.random() * voice_random) + 1) {
case 1:
_root.voice_fera4_1.start();
break;
case 2:
_root.voice_fera4_2.start();
break;
case 3:
_root.voice_fera4_3.start();
break;
default:
}
break;
case 'feraFinish':
_root.func_message('yarare_finish_closemouth');
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.voice_feraFinish_1.start();
break;
case 2:
_root.voice_feraFinish_2.start();
break;
case 3:
_root.voice_feraFinish_3.start();
break;
default:
}
break;
case 'feraOrg':
_root.func_message('yarare_org_closemouth');
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.voice_feraOrg_1.start();
break;
case 2:
_root.voice_feraOrg_2.start();
break;
case 3:
_root.voice_feraOrg_3.start();
break;
default:
}
break;
case 'down':
_root.func_message('after');
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.voice_downFinish_1.start();
break;
case 2:
_root.voice_downFinish_2.start();
break;
default:
}
break;
case 'downFinish':
_root.func_message('after_finish');
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.voice_downFinish_1.start();
break;
case 2:
_root.voice_downFinish_2.start();
break;
default:
}
break;
case 'downOrg':
_root.func_message('after_org');
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.voice_downOrg_1.start();
break;
case 2:
_root.voice_downOrg_2.start();
break;
default:
}
break;
case 'escape':
_root.func_message('attack');
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.voice_escape_1.start();
break;
case 2:
_root.voice_escape_2.start();
break;
case 3:
_root.voice_escape_3.start();
break;
default:
}
break;
case 'datui':
_root.func_message('datui');
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.voice_datui_1.start();
break;
case 2:
_root.voice_datui_2.start();
break;
case 3:
_root.voice_datui_3.start();
break;
default:
}
break;
case 'attack':
_root.func_message('attack');
break;
case 'bomb':
_root.func_message('bomb');
break;
case 'chaser':
_root.func_message('chaser');
_root.voice_datui_2.start();
break;
case 'capture':
_root.func_message('capture');
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.voice_capture_1.start();
break;
case 2:
_root.voice_capture_2.start();
break;
default:
}
break;
case 'onani1':
_root.func_message('onani1');
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.voice_aegi1_1.start();
break;
case 2:
_root.voice_aegi1_2.start();
break;
case 3:
_root.voice_aegi1_3.start();
break;
default:
}
break;
case 'onani2':
_root.func_message('onani2');
switch (_root.voice_timing) {
case 0:
voice_random = 3;
break;
case 1:
voice_random = 4;
break;
default:
voice_random = 3;
}
switch (Math.floor(Math.random() * voice_random) + 1) {
case 1:
_root.voice_aegi2_1.start();
break;
case 2:
_root.voice_aegi2_2.start();
break;
case 3:
_root.voice_aegi2_3.start();
break;
default:
}
break;
case 'onani3':
_root.func_message('onani3');
switch (_root.voice_timing) {
case 0:
voice_random = 3;
break;
case 1:
voice_random = 5;
break;
default:
voice_random = 3;
}
switch (Math.floor(Math.random() * voice_random) + 1) {
case 1:
_root.voice_aegi3_1.start();
break;
case 2:
_root.voice_aegi3_2.start();
break;
case 3:
_root.voice_aegi3_3.start();
break;
default:
}
break;
case 'onani4':
_root.func_message('onani4');
switch (_root.voice_timing) {
case 0:
voice_random = 3;
break;
case 1:
voice_random = 5;
break;
default:
voice_random = 3;
}
switch (Math.floor(Math.random() * voice_random) + 1) {
case 1:
_root.voice_aegi4_1.start();
break;
case 2:
_root.voice_aegi4_2.start();
break;
case 3:
_root.voice_aegi4_3.start();
break;
default:
}
break;
case 'onani_org':
_root.func_message('onani_org');
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.voice_aegiFinish_1.start();
break;
case 2:
_root.voice_aegiFinish_2.start();
break;
case 3:
_root.voice_aegiFinish_3.start();
break;
default:
}
break;
default:
}
};
_root.cum_func = function (yarare) {
yarareURL = eval('_root.' + yarare);
if (yarare == 'gangbang1') {
if (yarareURL._currentframe < 92 || yarareURL._currentframe > 106) {
yarareURL.MC4.cumA.MC.gotoAndPlay(2);
yarareURL.MC4.cumC.MC.gotoAndPlay(2);
}
if (yarareURL._currentframe % 15 != 8) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
yarareURL.MC4.cumB.MC.gotoAndPlay('cum01');
break;
case 2:
yarareURL.MC4.cumB.MC.gotoAndPlay('cum02');
break;
case 3:
yarareURL.MC4.cumB.MC.gotoAndPlay('cum03');
break;
case 4:
yarareURL.MC4.cumB.MC.gotoAndPlay('cum04');
break;
case 5:
yarareURL.MC4.cumB.MC.gotoAndPlay('cum05');
break;
default:
}
}
} else {
yarareURL.MC.cumA.MC.gotoAndPlay(2);
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
yarareURL.MC.cumB.MC.gotoAndPlay('cum01');
break;
case 2:
yarareURL.MC.cumB.MC.gotoAndPlay('cum02');
break;
case 3:
yarareURL.MC.cumB.MC.gotoAndPlay('cum03');
break;
case 4:
yarareURL.MC.cumB.MC.gotoAndPlay('cum04');
break;
case 5:
yarareURL.MC.cumB.MC.gotoAndPlay('cum05');
break;
default:
}
}
};
_root.sitatari_func_onani = function () {
if (_root.player.player.sitatariMC.MC._currentframe == 1) {
_root.player.player.sitatariMC.MC._x = Math.floor(Math.random() * 9) - 4;
_root.player.player.sitatariMC.MC._y = Math.floor(Math.random() * 6) - 3;
_root.player.player.sitatariMC.MC.sitatari_scale = Math.floor(Math.random() * 130) + 20;
_root.player.player.sitatariMC.MC._xscale = _root.player.player.sitatariMC.MC.sitatari_scale;
_root.player.player.sitatariMC.MC.gotoAndPlay(2);
}
if (_root.player.player.sitatariMC.MC2._currentframe == 1) {
_root.player.player.sitatariMC.MC2._x = Math.floor(Math.random() * 9) - 4;
_root.player.player.sitatariMC.MC2._y = Math.floor(Math.random() * 6) - 3;
_root.player.player.sitatariMC.MC2.sitatari_scale = Math.floor(Math.random() * 130) + 20;
_root.player.player.sitatariMC.MC2._xscale = _root.player.player.sitatariMC.MC2.sitatari_scale;
switch (Math.floor(Math.random() * 4) + 1) {
break;
case 1:
case 2:
_root.player.player.sitatariMC.MC2.gotoAndPlay('go1');
break;
case 3:
_root.player.player.sitatariMC.MC2.gotoAndPlay('go2');
break;
case 4:
_root.player.player.sitatariMC.MC2.gotoAndPlay('go3');
break;
default:
}
}
};
_root.sitatari_func = function (yarare) {
yarareURL = eval('_root.' + yarare);
if (yarare == 'gangbang1') {
if (yarareURL.MC4.sitatariMC.MC._currentframe == 1) {
yarareURL.MC4.sitatariMC.MC._x = Math.floor(Math.random() * 9) - 4;
yarareURL.MC4.sitatariMC.MC._y = Math.floor(Math.random() * 6) - 3;
yarareURL.MC4.sitatariMC.MC.sitatari_scale = Math.floor(Math.random() * 130) + 20;
yarareURL.MC4.sitatariMC.MC._xscale = yarareURL.MC.sitatariMC.MC.sitatari_scale;
yarareURL.MC4.sitatariMC.MC.gotoAndPlay(2);
}
if (yarareURL.MC4.sitatariMC.MC2._currentframe == 1) {
yarareURL.MC4.sitatariMC.MC2._x = Math.floor(Math.random() * 9) - 4;
yarareURL.MC4.sitatariMC.MC2._y = Math.floor(Math.random() * 6) - 3;
yarareURL.MC4.sitatariMC.MC2.sitatari_scale = Math.floor(Math.random() * 130) + 20;
yarareURL.MC4.sitatariMC.MC2._xscale = yarareURL.MC.sitatariMC.MC2.sitatari_scale;
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
break;
case 2:
yarareURL.MC4.sitatariMC.MC2.gotoAndPlay('go1');
break;
case 3:
yarareURL.MC4.sitatariMC.MC2.gotoAndPlay('go2');
break;
case 4:
yarareURL.MC4.sitatariMC.MC2.gotoAndPlay('go3');
break;
default:
}
}
} else {
if (yarareURL.MC.sitatariMC.MC._currentframe == 1) {
yarareURL.MC.sitatariMC.MC._x = Math.floor(Math.random() * 9) - 4;
yarareURL.MC.sitatariMC.MC._y = Math.floor(Math.random() * 6) - 3;
yarareURL.MC.sitatariMC.MC.sitatari_scale = Math.floor(Math.random() * 130) + 20;
yarareURL.MC.sitatariMC.MC._xscale = yarareURL.MC.sitatariMC.MC.sitatari_scale;
yarareURL.MC.sitatariMC.MC.gotoAndPlay(2);
}
if (yarareURL.MC.sitatariMC.MC2._currentframe == 1) {
yarareURL.MC.sitatariMC.MC2._x = Math.floor(Math.random() * 9) - 4;
yarareURL.MC.sitatariMC.MC2._y = Math.floor(Math.random() * 6) - 3;
yarareURL.MC.sitatariMC.MC2.sitatari_scale = Math.floor(Math.random() * 130) + 20;
yarareURL.MC.sitatariMC.MC2._xscale = yarareURL.MC.sitatariMC.MC2.sitatari_scale;
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
break;
case 2:
yarareURL.MC.sitatariMC.MC2.gotoAndPlay('go1');
break;
case 3:
yarareURL.MC.sitatariMC.MC2.gotoAndPlay('go2');
break;
case 4:
yarareURL.MC.sitatariMC.MC2.gotoAndPlay('go3');
break;
default:
}
}
}
};
_root.sibuki_func = function (yarare) {
yarareURL = eval('_root.' + yarare);
if (yarare == 'gangbang1') {
if (yarareURL.MC4.sibukiMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
yarareURL.MC4.sibukiMC.MC.gotoAndPlay('sibuki01');
break;
case 2:
yarareURL.MC4.sibukiMC.MC.gotoAndPlay('sibuki02');
break;
case 3:
yarareURL.MC4.sibukiMC.MC.gotoAndPlay('sibuki03');
break;
default:
}
}
} else {
if (yarareURL.MC.sibukiMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
yarareURL.MC.sibukiMC.MC.gotoAndPlay('sibuki01');
break;
case 2:
yarareURL.MC.sibukiMC.MC.gotoAndPlay('sibuki02');
break;
case 3:
yarareURL.MC.sibukiMC.MC.gotoAndPlay('sibuki03');
break;
default:
}
}
}
};
_root.breath_func = function (yarare) {
yarareURL = eval('_root.' + yarare);
if (yarare == 'gangbang1') {
if (yarareURL.MC4.breathMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
yarareURL.MC4.breathMC.MC.gotoAndPlay('play01');
break;
case 2:
yarareURL.MC4.breathMC.MC.gotoAndPlay('play02');
break;
case 3:
yarareURL.MC4.breathMC.MC.gotoAndPlay('play03');
break;
default:
}
}
} else {
if (yarareURL.MC.breathMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
yarareURL.MC.breathMC.MC.gotoAndPlay('play01');
break;
case 2:
yarareURL.MC.breathMC.MC.gotoAndPlay('play02');
break;
case 3:
yarareURL.MC.breathMC.MC.gotoAndPlay('play03');
break;
default:
}
}
}
};
_root.yarareAnim_voice = function (voice_type, speed) {
_root.voice_play(voice_type + speed);
};
_root.zoom_reset = function () {
_root.zoom_mc.vol_bar.knob._y = 100;
};
_root.wear_reload = function () {
if (_root.player._currentframe != 66) {
_root.player.player.hat_front.hat_front.gotoAndStop(_root.wear_hat + 1);
_root.player.player.hat_back.hat_back.gotoAndStop(_root.wear_hat + 1);
_root.player.player.breast_wear_front.breast_wear_front.gotoAndStop(_root.wear_breast + 1);
_root.player.player.breast_wear_back.breast_wear_back.gotoAndStop(_root.wear_breast + 1);
_root.player.player.breast_wear.breast_wear.gotoAndStop(_root.wear_breast + 1);
_root.player.player.skirt_front.skirt_front.gotoAndStop(_root.wear_skirt + 1);
_root.player.player.skirt_frontB.skirt_frontB.gotoAndStop(_root.wear_skirt + 1);
_root.player.player.skirt_back.skirt_back.gotoAndStop(_root.wear_skirt + 1);
_root.player.player.tie.tie.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_left.collar_left.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_right.collar_right.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_back.collar_back.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.cloak.cloak.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.left_handA.left_handA.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handB.left_handB.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handC.left_handC.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handD.left_handD.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handE.left_handE.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handB_f.left_handB_f.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_hand.left_hand.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_forearm.left_forearm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_arm.left_arm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_handA.right_handA.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_handB.right_handB.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_handC.right_handC.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_thigh.left_thigh.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_shin.left_shin.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_foot.left_foot.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_foot.left_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.player.player.right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.player.player.pantu.pantu.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuA.pantuA.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuB.pantuB.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuB_2.pantuB_2.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuC.pantuC.gotoAndStop(_root.wear_pantu + 1);
} else {
if (_root.player._currentframe == 66) {
yarareNum = 0;
i = 1;
while (i <= 22) {
yarareURL = eval('_root.yarare' + i + 'A');
if (yarareURL._currentframe != 1) {
yarareNum = i;
yarareAorB = 'A';
}
++i;
}
i = 1;
while (i <= 22) {
yarareURL = eval('_root.yarare' + i + 'B');
if (yarareURL._currentframe != 1) {
yarareNum = i;
yarareAorB = 'B';
}
++i;
}
if (yarareNum != 0) {
_root['yarare' + yarareNum + yarareAorB].MC.hat_front.hat_front.gotoAndStop(_root.wear_hat + 1);
_root['yarare' + yarareNum + yarareAorB].MC.hat_back.hat_back.gotoAndStop(_root.wear_hat + 1);
_root['yarare' + yarareNum + yarareAorB].MC.breast_wear_front.breast_wear_front.gotoAndStop(_root.wear_breast + 1);
_root['yarare' + yarareNum + yarareAorB].MC.breast_wear_back.breast_wear_back.gotoAndStop(_root.wear_breast + 1);
_root['yarare' + yarareNum + yarareAorB].MC.breast_wear.breast_wear.gotoAndStop(_root.wear_breast + 1);
_root['yarare' + yarareNum + yarareAorB].MC.skirt_front.skirt_front.gotoAndStop(_root.wear_skirt + 1);
_root['yarare' + yarareNum + yarareAorB].MC.skirt_frontB.skirt_frontB.gotoAndStop(_root.wear_skirt + 1);
_root['yarare' + yarareNum + yarareAorB].MC.skirt_back.skirt_back.gotoAndStop(_root.wear_skirt + 1);
_root['yarare' + yarareNum + yarareAorB].MC.tie.tie.gotoAndStop(_root.wear_cloak + 1);
_root['yarare' + yarareNum + yarareAorB].MC.collar_left.collar_left.gotoAndStop(_root.wear_cloak + 1);
_root['yarare' + yarareNum + yarareAorB].MC.collar_right.collar_right.gotoAndStop(_root.wear_cloak + 1);
_root['yarare' + yarareNum + yarareAorB].MC.collar_back.collar_back.gotoAndStop(_root.wear_cloak + 1);
_root['yarare' + yarareNum + yarareAorB].MC.cloak.cloak.gotoAndStop(_root.wear_cloak + 1);
_root['yarare' + yarareNum + yarareAorB].MC.left_handA.left_handA.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.left_handB.left_handB.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.left_handC.left_handC.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.left_hand.left_hand.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.left_forearm.left_forearm.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.left_arm.left_arm.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.right_handA.right_handA.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.right_handB.right_handB.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.right_handC.right_handC.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + yarareNum + yarareAorB].MC.left_thigh.left_thigh.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + yarareNum + yarareAorB].MC.left_shin.left_shin.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + yarareNum + yarareAorB].MC.left_foot.left_foot.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + yarareNum + yarareAorB].MC.left_foot.left_shoes.gotoAndStop(_root.wear_shoes + 1);
_root['yarare' + yarareNum + yarareAorB].MC.right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + yarareNum + yarareAorB].MC.right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + yarareNum + yarareAorB].MC.right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + yarareNum + yarareAorB].MC.right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
_root['yarare' + yarareNum + yarareAorB].MC.pantu.pantu.gotoAndStop(_root.wear_pantu + 1);
_root['yarare' + yarareNum + yarareAorB].MC.pantuA.pantuA.gotoAndStop(_root.wear_pantu + 1);
_root['yarare' + yarareNum + yarareAorB].MC.pantuB.pantuB.gotoAndStop(_root.wear_pantu + 1);
_root['yarare' + yarareNum + yarareAorB].MC.pantuB_2.pantuB_2.gotoAndStop(_root.wear_pantu + 1);
_root['yarare' + yarareNum + yarareAorB].MC.pantuC.pantuC.gotoAndStop(_root.wear_pantu + 1);
} else {
_root.gangbang1.MC4.hat_front.hat_front.gotoAndStop(_root.wear_hat + 1);
_root.gangbang1.MC4.hat_back.hat_back.gotoAndStop(_root.wear_hat + 1);
_root.gangbang1.MC4.breast_wear_front.breast_wear_front.gotoAndStop(_root.wear_breast + 1);
_root.gangbang1.MC4.breast_wear_back.breast_wear_back.gotoAndStop(_root.wear_breast + 1);
_root.gangbang1.MC4.breast_wear.breast_wear.gotoAndStop(_root.wear_breast + 1);
_root.gangbang1.MC4.skirt_front.skirt_front.gotoAndStop(_root.wear_skirt + 1);
_root.gangbang1.MC4.skirt_frontB.skirt_frontB.gotoAndStop(_root.wear_skirt + 1);
_root.gangbang1.MC4.skirt_back.skirt_back.gotoAndStop(_root.wear_skirt + 1);
_root.gangbang1.MC4.tie.tie.gotoAndStop(_root.wear_cloak + 1);
_root.gangbang1.MC4.collar_left.collar_left.gotoAndStop(_root.wear_cloak + 1);
_root.gangbang1.MC4.collar_right.collar_right.gotoAndStop(_root.wear_cloak + 1);
_root.gangbang1.MC4.collar_back.collar_back.gotoAndStop(_root.wear_cloak + 1);
_root.gangbang1.MC4.cloak.cloak.gotoAndStop(_root.wear_cloak + 1);
_root.gangbang1.MC4.left_handA.left_handA.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.left_handB.left_handB.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.left_handC.left_handC.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.left_hand.left_hand.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.left_forearm.left_forearm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.left_arm.left_arm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.right_handA.right_handA.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.right_handB.right_handB.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.right_handC.right_handC.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.left_thigh.left_thigh.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.left_shin.left_shin.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.left_foot.left_foot.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.left_foot.left_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.gangbang1.MC4.right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.gangbang1.MC4.pantu.pantu.gotoAndStop(_root.wear_pantu + 1);
_root.gangbang1.MC4.pantuA.pantuA.gotoAndStop(_root.wear_pantu + 1);
_root.gangbang1.MC4.pantuB.pantuB.gotoAndStop(_root.wear_pantu + 1);
_root.gangbang1.MC4.pantuB_2.pantuB_2.gotoAndStop(_root.wear_pantu + 1);
_root.gangbang1.MC4.pantuC.pantuC.gotoAndStop(_root.wear_pantu + 1);
_root.gangbang1.MC7.right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC7.right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC7.right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC7.right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC7.right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC7.right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC7.right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
}
}
}
};
_root.wear_reloadGL = function () {
switch (_root.GLctrl_type) {
case 'finish_on':
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.hat_front.hat_front.gotoAndStop(_root.wear_hat + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.hat_back.hat_back.gotoAndStop(_root.wear_hat + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.breast_wear_front.breast_wear_front.gotoAndStop(_root.wear_breast + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.breast_wear_back.breast_wear_back.gotoAndStop(_root.wear_breast + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.breast_wear.breast_wear.gotoAndStop(_root.wear_breast + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.skirt_front.skirt_front.gotoAndStop(_root.wear_skirt + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.skirt_frontB.skirt_frontB.gotoAndStop(_root.wear_skirt + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.skirt_back.skirt_back.gotoAndStop(_root.wear_skirt + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.tie.tie.gotoAndStop(_root.wear_cloak + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.collar_left.collar_left.gotoAndStop(_root.wear_cloak + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.collar_right.collar_right.gotoAndStop(_root.wear_cloak + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.collar_back.collar_back.gotoAndStop(_root.wear_cloak + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.cloak.cloak.gotoAndStop(_root.wear_cloak + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.left_handA.left_handA.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.left_handB.left_handB.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.left_handC.left_handC.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.left_hand.left_hand.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.left_forearm.left_forearm.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.left_arm.left_arm.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.right_handA.right_handA.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.right_handB.right_handB.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.right_handC.right_handC.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.left_thigh.left_thigh.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.left_shin.left_shin.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.left_foot.left_foot.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.left_foot.left_shoes.gotoAndStop(_root.wear_shoes + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.pantu.pantu.gotoAndStop(_root.wear_pantu + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.pantuA.pantuA.gotoAndStop(_root.wear_pantu + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.pantuB.pantuB.gotoAndStop(_root.wear_pantu + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.pantuB_2.pantuB_2.gotoAndStop(_root.wear_pantu + 1);
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.pantuC.pantuC.gotoAndStop(_root.wear_pantu + 1);
break;
case 'onani':
_root.player.player.hat_front.hat_front.gotoAndStop(_root.wear_hat + 1);
_root.player.player.hat_back.hat_back.gotoAndStop(_root.wear_hat + 1);
_root.player.player.breast_wear_front.breast_wear_front.gotoAndStop(_root.wear_breast + 1);
_root.player.player.breast_wear_back.breast_wear_back.gotoAndStop(_root.wear_breast + 1);
_root.player.player.breast_wear.breast_wear.gotoAndStop(_root.wear_breast + 1);
_root.player.player.skirt_front.skirt_front.gotoAndStop(_root.wear_skirt + 1);
_root.player.player.skirt_frontB.skirt_frontB.gotoAndStop(_root.wear_skirt + 1);
_root.player.player.skirt_back.skirt_back.gotoAndStop(_root.wear_skirt + 1);
_root.player.player.tie.tie.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_left.collar_left.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_right.collar_right.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_back.collar_back.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.cloak.cloak.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.left_handA.left_handA.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handB.left_handB.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handC.left_handC.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handD.left_handD.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handE.left_handE.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handB_f.left_handB_f.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_hand.left_hand.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_forearm.left_forearm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_arm.left_arm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_handA.right_handA.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_handB.right_handB.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_handC.right_handC.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_thigh.left_thigh.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_shin.left_shin.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_foot.left_foot.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_foot.left_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.player.player.right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.player.player.pantu.pantu.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuA.pantuA.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuB.pantuB.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuB_2.pantuB_2.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuC.pantuC.gotoAndStop(_root.wear_pantu + 1);
break;
case 'wait':
_root.player.player.hat_front.hat_front.gotoAndStop(_root.wear_hat + 1);
_root.player.player.hat_back.hat_back.gotoAndStop(_root.wear_hat + 1);
_root.player.player.breast_wear_front.breast_wear_front.gotoAndStop(_root.wear_breast + 1);
_root.player.player.breast_wear_back.breast_wear_back.gotoAndStop(_root.wear_breast + 1);
_root.player.player.breast_wear.breast_wear.gotoAndStop(_root.wear_breast + 1);
_root.player.player.skirt_front.skirt_front.gotoAndStop(_root.wear_skirt + 1);
_root.player.player.skirt_frontB.skirt_frontB.gotoAndStop(_root.wear_skirt + 1);
_root.player.player.skirt_back.skirt_back.gotoAndStop(_root.wear_skirt + 1);
_root.player.player.tie.tie.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_left.collar_left.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_right.collar_right.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.collar_back.collar_back.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.cloak.cloak.gotoAndStop(_root.wear_cloak + 1);
_root.player.player.left_handA.left_handA.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handB.left_handB.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_handC.left_handC.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_hand.left_hand.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_forearm.left_forearm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_arm.left_arm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_handA.right_handA.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_handB.right_handB.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_handC.right_handC.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
_root.player.player.left_thigh.left_thigh.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_shin.left_shin.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_foot.left_foot.gotoAndStop(_root.wear_leg + 1);
_root.player.player.left_foot.left_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.player.player.right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
_root.player.player.right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.player.player.pantu.pantu.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuA.pantuA.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuB.pantuB.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuB_2.pantuB_2.gotoAndStop(_root.wear_pantu + 1);
_root.player.player.pantuC.pantuC.gotoAndStop(_root.wear_pantu + 1);
break;
case 'gameover':
_root['gameoverMC' + _root.GLnow_gameoverNum].hat_front.hat_front.gotoAndStop(_root.wear_hat + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].hat_back.hat_back.gotoAndStop(_root.wear_hat + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].breast_wear_front.breast_wear_front.gotoAndStop(_root.wear_breast + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].breast_wear_back.breast_wear_back.gotoAndStop(_root.wear_breast + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].breast_wear.breast_wear.gotoAndStop(_root.wear_breast + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].skirt_front.skirt_front.gotoAndStop(_root.wear_skirt + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].skirt_frontB.skirt_frontB.gotoAndStop(_root.wear_skirt + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].skirt_back.skirt_back.gotoAndStop(_root.wear_skirt + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].tie.tie.gotoAndStop(_root.wear_cloak + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].collar_left.collar_left.gotoAndStop(_root.wear_cloak + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].collar_right.collar_right.gotoAndStop(_root.wear_cloak + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].collar_back.collar_back.gotoAndStop(_root.wear_cloak + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].cloak.cloak.gotoAndStop(_root.wear_cloak + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].left_handA.left_handA.gotoAndStop(_root.wear_arm + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].left_handB.left_handB.gotoAndStop(_root.wear_arm + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].left_handC.left_handC.gotoAndStop(_root.wear_arm + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].left_hand.left_hand.gotoAndStop(_root.wear_arm + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].left_forearm.left_forearm.gotoAndStop(_root.wear_arm + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].left_arm.left_arm.gotoAndStop(_root.wear_arm + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].left_thigh.left_thigh.gotoAndStop(_root.wear_leg + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].left_shin.left_shin.gotoAndStop(_root.wear_leg + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].left_foot.left_foot.gotoAndStop(_root.wear_leg + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].left_foot.left_shoes.gotoAndStop(_root.wear_shoes + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].pantu.pantu.gotoAndStop(_root.wear_pantu + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].pantuA.pantuA.gotoAndStop(_root.wear_pantu + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].pantuB.pantuB.gotoAndStop(_root.wear_pantu + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].pantuB_2.pantuB_2.gotoAndStop(_root.wear_pantu + 1);
_root['gameoverMC' + _root.GLnow_gameoverNum].pantuC.pantuC.gotoAndStop(_root.wear_pantu + 1);
break;
case 'gangbang':
_root.gangbang1.MC4.hat_front.hat_front.gotoAndStop(_root.wear_hat + 1);
_root.gangbang1.MC4.hat_back.hat_back.gotoAndStop(_root.wear_hat + 1);
_root.gangbang1.MC4.breast_wear_front.breast_wear_front.gotoAndStop(_root.wear_breast + 1);
_root.gangbang1.MC4.breast_wear_back.breast_wear_back.gotoAndStop(_root.wear_breast + 1);
_root.gangbang1.MC4.breast_wear.breast_wear.gotoAndStop(_root.wear_breast + 1);
_root.gangbang1.MC4.skirt_front.skirt_front.gotoAndStop(_root.wear_skirt + 1);
_root.gangbang1.MC4.skirt_frontB.skirt_frontB.gotoAndStop(_root.wear_skirt + 1);
_root.gangbang1.MC4.skirt_back.skirt_back.gotoAndStop(_root.wear_skirt + 1);
_root.gangbang1.MC4.tie.tie.gotoAndStop(_root.wear_cloak + 1);
_root.gangbang1.MC4.collar_left.collar_left.gotoAndStop(_root.wear_cloak + 1);
_root.gangbang1.MC4.collar_right.collar_right.gotoAndStop(_root.wear_cloak + 1);
_root.gangbang1.MC4.collar_back.collar_back.gotoAndStop(_root.wear_cloak + 1);
_root.gangbang1.MC4.cloak.cloak.gotoAndStop(_root.wear_cloak + 1);
_root.gangbang1.MC4.left_hand.left_hand.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.left_forearm.left_forearm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.left_arm.left_arm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC4.left_thigh.left_thigh.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.left_shin.left_shin.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.left_foot.left_foot.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.left_foot.left_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.gangbang1.MC4.right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC4.right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
_root.gangbang1.MC4.pantu.pantu.gotoAndStop(_root.wear_pantu + 1);
_root.gangbang1.MC4.pantuA.pantuA.gotoAndStop(_root.wear_pantu + 1);
_root.gangbang1.MC4.pantuB.pantuB.gotoAndStop(_root.wear_pantu + 1);
_root.gangbang1.MC4.pantuB_2.pantuB_2.gotoAndStop(_root.wear_pantu + 1);
_root.gangbang1.MC4.pantuC.pantuC.gotoAndStop(_root.wear_pantu + 1);
_root.gangbang1.MC7.right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC7.right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC7.right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
_root.gangbang1.MC7.right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC7.right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC7.right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
_root.gangbang1.MC7.right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
break;
default:
}
};
_root.after_gameover = function (enemy_number) {
if (_root.yarare16A._currentframe == 1 && _root.yarare16B._currentframe == 1 && _root.yarare17A._currentframe == 1 && _root.yarare17B._currentframe == 1 && _root.yarare18A._currentframe == 1 && _root.yarare18B._currentframe == 1 && _root.yarare19A._currentframe == 1 && _root.yarare19B._currentframe == 1 && _root.yarare20A._currentframe == 1 && _root.yarare20B._currentframe == 1 && _root.yarare21A._currentframe == 1 && _root.yarare21B._currentframe == 1 && _root.yarare22A._currentframe == 1 && _root.yarare22B._currentframe == 1) {
mobMC = eval('_root.enemy_field.enemy' + enemy_number);
if (_root.gameover_btn._currentframe != 1 && mobMC._alpha != 0 && _root.player._currentframe >= 55 && _root.player._currentframe <= 60 && _root.player.player._currentframe >= 30) {
if (mobMC.MC._x + mobMC._x >= 0 && mobMC.MC._x + mobMC._x <= 300) {
if (_root.gangbang1._currentframe == 1) {
mobMC.MC.MC.gotoAndStop('wait');
_root.enemy_stop[enemy_number] = 1;
mobMC._alpha = 0;
switch (enemy_number) {
case 20:
mobMC._y = 90;
break;
case 21:
mobMC._y = 60;
break;
default:
mobMC._y = 200;
}
mobMC._x = 0;
mobMC.MC._x = 160;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.player.gotoAndStop('void');
_root['yarare' + enemy_number + 'A'].gotoAndStop(2);
break;
case 2:
_root.player.gotoAndStop('void');
_root['yarare' + enemy_number + 'B'].gotoAndStop(2);
break;
default:
}
}
}
} else {
if (_root.abnormal_3P != 0 && _root.gameover_btn._currentframe != 1 && mobMC._alpha != 0 && _root.player._currentframe == 66 && _root.player.player._currentframe >= 30) {
if (mobMC.MC._x + mobMC._x >= 0 && mobMC.MC._x + mobMC._x <= 300) {
if (_root.gangbang1._currentframe == 1 && enemy_number != 16 && enemy_number != 17 && enemy_number != 18 && enemy_number != 19 && enemy_number != 20 && enemy_number != 21 && enemy_number != 22) {
mobMC.MC.MC.gotoAndStop('wait');
_root.enemy_stop[enemy_number] = 1;
mobMC._alpha = 0;
switch (enemy_number) {
case 20:
mobMC._y = 90;
break;
case 21:
mobMC._y = 60;
break;
default:
mobMC._y = 200;
}
mobMC._x = 0;
mobMC.MC._x = 160;
_root.rinkan_go(enemy_number);
}
}
}
}
}
};
_root.default_zoom = function () {
i = 1;
while (i <= 22) {
temp_adress = eval('_root.yarare' + i + 'A');
temp_adress._xscale = 100;
temp_adress._yscale = 100;
temp_adress._x = 0;
temp_adress._y = 0;
++i;
}
i = 1;
while (i <= 22) {
temp_adress = eval('_root.yarare' + i + 'B');
temp_adress._xscale = 100;
temp_adress._yscale = 100;
temp_adress._x = 0;
temp_adress._y = 0;
++i;
}
_root.gangbang1._xscale = 100;
_root.gangbang1._yscale = 100;
_root.gangbang1._x = 0;
_root.gangbang1._y = 0;
_root.gameoverMC1._xscale = 100;
_root.gameoverMC1._yscale = 100;
_root.gameoverMC1._x = 0;
_root.gameoverMC1._y = 0;
};
}
frame 1 {
var enemyHP = [0, 4, 3, 3, 4, 4, 2, 3, 4, 3, 4, 4, 1, 4, 3, 6, 8, 8, 8, 8, 60, 30, 5];
var enemyHP_max = [0, 4, 3, 3, 4, 4, 2, 3, 4, 3, 4, 4, 1, 4, 3, 6, 8, 8, 8, 8, 60, 30, 5];
var enemyspeed = [0, 0, 5, 0, 3, 2, 6, 6, 1, 2, 7, 6, 6, 0, 5, -5, 2, 3, 4, 5, 0, 0, 3];
var enemyspeed_def = [0, 0, 5, 0, 3, 2, 6, 6, 1, 2, 7, 6, 6, 0, 5, -5, 2, 3, 4, 5, 0, 0, 3];
var enemydamageHP = [0, 60, 70, 80, 70, 70, 60, 70, 80, 80, 60, 80, 60, 80, 70, 60, 50, 90, 90, 70, 110, 120, 70];
var enemydamagePL = [0, 80, 70, 70, 80, 80, 60, 70, 70, 70, 80, 90, 80, 80, 90, 100, 110, 90, 90, 90, 110, 100, 100];
var enemyknockback = [0, 11, 13, 12, 13, 11, 10, 10, 12, 14, 12, 11, 10, 12, 12, 12, 16, 16, 16, 16, 16, 16, 16];
var enemyknockback_on = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var enemyKILL = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var enemy_on = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var enemy_RandomSummonTiming_on = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var enemy_RandomSummonTiming_max = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var enemy_RandomSummonTiming_count = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var enemy_stop = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var debug_autosummon = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_root.default_enemystatus = function () {
_root.enemyHP = [0, 4, 3, 3, 4, 4, 2, 3, 4, 3, 4, 4, 1, 4, 3, 6, 8, 8, 8, 8, 60, 30, 5];
_root.enemyspeed = [0, 0, 5, 0, 3, 2, 6, 6, 1, 2, 7, 6, 6, 0, 5, -5, 2, 3, 4, 5, 0, 0, 3];
_root.enemyknockback_on = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_root.enemyKILL = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_root.enemy_on = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_root.enemy_RandomSummonTiming_on = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_root.enemy_RandomSummonTiming_max = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_root.enemy_RandomSummonTiming_count = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_root.enemy_stop = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_root.debug_autosummon = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
};
_root.enemy01_summon = function () {
if (_root.enemy_on[1] != 1) {
if (_root.enemy_RandomSummonTiming_on[1] != 1) {
_root.enemy_RandomSummonTiming_on[1] = 1;
_root.enemy_RandomSummonTiming_max[1] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[1] == _root.enemy_RandomSummonTiming_max[1]) {
_root.enemy_RandomSummonTiming_on[1] = 0;
_root.enemy_RandomSummonTiming_max[1] = 0;
_root.enemy_RandomSummonTiming_count[1] = 0;
_root.enemy_field.attachMovie('roper_wood', 'enemy1', 10);
_root.enemy_field.enemy1._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_on[1] = 1;
} else {
_root.enemy_RandomSummonTiming_count[1] += 1;
}
}
}
};
_root.enemy02_summon = function () {
if (_root.enemy_on[2] != 1) {
if (_root.enemy_RandomSummonTiming_on[2] != 1) {
_root.enemy_RandomSummonTiming_on[2] = 1;
_root.enemy_RandomSummonTiming_max[2] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[2] == _root.enemy_RandomSummonTiming_max[2]) {
_root.enemy_RandomSummonTiming_on[2] = 0;
_root.enemy_RandomSummonTiming_max[2] = 0;
_root.enemy_RandomSummonTiming_count[2] = 0;
_root.enemyspeed[2] = 5;
_root.enemy_field.attachMovie('butterfly', 'enemy2', 20);
_root.enemy_field.enemy2._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy2._y = Math.floor(Math.random() * 2) * 170 + 70;
_root.enemy_on[2] = 1;
} else {
_root.enemy_RandomSummonTiming_count[2] += 1;
}
}
}
};
_root.enemy03_summon = function () {
if (_root.enemy_on[3] != 1) {
if (_root.enemy_RandomSummonTiming_on[3] != 1) {
_root.enemy_RandomSummonTiming_on[3] = 1;
_root.enemy_RandomSummonTiming_max[3] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[3] == _root.enemy_RandomSummonTiming_max[3]) {
_root.enemy_RandomSummonTiming_on[3] = 0;
_root.enemy_RandomSummonTiming_max[3] = 0;
_root.enemy_RandomSummonTiming_count[3] = 0;
_root.enemy_field.attachMovie('flying_moray', 'enemy3', 30);
_root.enemy_field.enemy3._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy3._y = 300;
_root.enemy_on[3] = 1;
} else {
_root.enemy_RandomSummonTiming_count[3] += 1;
}
}
}
};
_root.enemy04_summon = function () {
if (_root.enemy_on[4] != 1) {
if (_root.enemy_RandomSummonTiming_on[4] != 1) {
_root.enemy_RandomSummonTiming_on[4] = 1;
_root.enemy_RandomSummonTiming_max[4] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[4] == _root.enemy_RandomSummonTiming_max[4]) {
_root.enemy_RandomSummonTiming_on[4] = 0;
_root.enemy_RandomSummonTiming_max[4] = 0;
_root.enemy_RandomSummonTiming_count[4] = 0;
_root.enemy_field.attachMovie('goblin', 'enemy4', 40);
_root.enemy_field.enemy4._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy4._y = 205;
_root.enemy_on[4] = 1;
} else {
_root.enemy_RandomSummonTiming_count[4] += 1;
}
}
}
};
_root.enemy05_summon = function () {
if (_root.enemy_on[5] != 1) {
if (_root.enemy_RandomSummonTiming_on[5] != 1) {
_root.enemy_RandomSummonTiming_on[5] = 1;
_root.enemy_RandomSummonTiming_max[5] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[5] == _root.enemy_RandomSummonTiming_max[5]) {
_root.enemy_RandomSummonTiming_on[5] = 0;
_root.enemy_RandomSummonTiming_max[5] = 0;
_root.enemy_RandomSummonTiming_count[5] = 0;
_root.enemy_field.attachMovie('tako', 'enemy5', 50);
_root.enemy_field.enemy5._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy5._y = 255;
_root.enemy_on[5] = 1;
} else {
_root.enemy_RandomSummonTiming_count[5] += 1;
}
}
}
};
_root.enemy06_summon = function () {
if (_root.enemy_on[6] != 1) {
if (_root.enemy_RandomSummonTiming_on[6] != 1) {
_root.enemy_RandomSummonTiming_on[6] = 1;
_root.enemy_RandomSummonTiming_max[6] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[6] == _root.enemy_RandomSummonTiming_max[6]) {
_root.enemy_RandomSummonTiming_on[6] = 0;
_root.enemy_RandomSummonTiming_max[6] = 0;
_root.enemy_RandomSummonTiming_count[6] = 0;
_root.enemy_field.attachMovie('green_snake', 'enemy6', 60);
_root.enemy_field.enemy6._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy6._y = Math.floor(Math.random() * 2) * 225 + 90;
_root.enemy_on[6] = 1;
} else {
_root.enemy_RandomSummonTiming_count[6] += 1;
}
}
}
};
_root.enemy07_summon = function () {
if (_root.enemy_on[7] != 1) {
if (_root.enemy_RandomSummonTiming_on[7] != 1) {
_root.enemy_RandomSummonTiming_on[7] = 1;
_root.enemy_RandomSummonTiming_max[7] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[7] == _root.enemy_RandomSummonTiming_max[7]) {
_root.enemy_RandomSummonTiming_on[7] = 0;
_root.enemy_RandomSummonTiming_max[7] = 0;
_root.enemy_RandomSummonTiming_count[7] = 0;
_root.enemy_field.attachMovie('ghost_hand', 'enemy7', 70);
_root.enemy_field.enemy7._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy7._y = 90;
_root.enemy_on[7] = 1;
} else {
_root.enemy_RandomSummonTiming_count[7] += 1;
}
}
}
};
_root.enemy08_summon = function () {
if (_root.enemy_on[8] != 1) {
if (_root.enemy_RandomSummonTiming_on[8] != 1) {
_root.enemy_RandomSummonTiming_on[8] = 1;
_root.enemy_RandomSummonTiming_max[8] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[8] == _root.enemy_RandomSummonTiming_max[8]) {
_root.enemy_RandomSummonTiming_on[8] = 0;
_root.enemy_RandomSummonTiming_max[8] = 0;
_root.enemy_RandomSummonTiming_count[8] = 0;
_root.enemy_field.attachMovie('devil_flower', 'enemy8', 80);
_root.enemy_field.enemy8._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy8._y = 275;
_root.enemy_on[8] = 1;
} else {
_root.enemy_RandomSummonTiming_count[8] += 1;
}
}
}
};
_root.enemy09_summon = function () {
if (_root.enemy_on[9] != 1) {
if (_root.enemy_RandomSummonTiming_on[9] != 1) {
_root.enemy_RandomSummonTiming_on[9] = 1;
_root.enemy_RandomSummonTiming_max[9] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[9] == _root.enemy_RandomSummonTiming_max[9]) {
_root.enemy_RandomSummonTiming_on[9] = 0;
_root.enemy_RandomSummonTiming_max[9] = 0;
_root.enemy_RandomSummonTiming_count[9] = 0;
_root.enemy_field.attachMovie('ork', 'enemy9', 90);
_root.enemy_field.enemy9._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy9._y = 70;
_root.enemy_on[9] = 1;
} else {
_root.enemy_RandomSummonTiming_count[9] += 1;
}
}
}
};
_root.enemy10_summon = function () {
if (_root.enemy_on[10] != 1) {
if (_root.enemy_RandomSummonTiming_on[10] != 1) {
_root.enemy_RandomSummonTiming_on[10] = 1;
_root.enemy_RandomSummonTiming_max[10] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[10] == _root.enemy_RandomSummonTiming_max[10]) {
_root.enemy_RandomSummonTiming_on[10] = 0;
_root.enemy_RandomSummonTiming_max[10] = 0;
_root.enemy_RandomSummonTiming_count[10] = 0;
_root.enemy_field.attachMovie('dog', 'enemy10', 100);
_root.enemy_field.enemy10._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy10._y = 247;
_root.enemy_on[10] = 1;
} else {
_root.enemy_RandomSummonTiming_count[10] += 1;
}
}
}
};
_root.enemy11_summon = function () {
if (_root.enemy_on[11] != 1) {
if (_root.enemy_RandomSummonTiming_on[11] != 1) {
_root.enemy_RandomSummonTiming_on[11] = 1;
_root.enemy_RandomSummonTiming_max[11] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[11] == _root.enemy_RandomSummonTiming_max[11]) {
_root.enemy_RandomSummonTiming_on[11] = 0;
_root.enemy_RandomSummonTiming_max[11] = 0;
_root.enemy_RandomSummonTiming_count[11] = 0;
_root.enemy_field.attachMovie('machine_magi', 'enemy11', 110);
_root.enemy_field.enemy11._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy11._y = 60;
_root.enemy_on[11] = 1;
} else {
_root.enemy_RandomSummonTiming_count[11] += 1;
}
}
}
};
_root.enemy12_summon = function () {
if (_root.enemy_on[12] != 1) {
if (_root.enemy_RandomSummonTiming_on[12] != 1) {
_root.enemy_RandomSummonTiming_on[12] = 1;
_root.enemy_RandomSummonTiming_max[12] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[12] == _root.enemy_RandomSummonTiming_max[12]) {
_root.enemy_RandomSummonTiming_on[12] = 0;
_root.enemy_RandomSummonTiming_max[12] = 0;
_root.enemy_RandomSummonTiming_count[12] = 0;
_root.enemy_field.attachMovie('ball', 'enemy12', 120);
_root.enemy_field.enemy12._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy12._y = 100;
_root.enemy_on[12] = 1;
} else {
_root.enemy_RandomSummonTiming_count[12] += 1;
}
}
}
};
_root.enemy13_summon = function () {
if (_root.enemy_on[13] != 1) {
if (_root.enemy_RandomSummonTiming_on[13] != 1) {
_root.enemy_RandomSummonTiming_on[13] = 1;
_root.enemy_RandomSummonTiming_max[13] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[13] == _root.enemy_RandomSummonTiming_max[13]) {
_root.enemy_RandomSummonTiming_on[13] = 0;
_root.enemy_RandomSummonTiming_max[13] = 0;
_root.enemy_RandomSummonTiming_count[13] = 0;
_root.enemy_field.attachMovie('tubo', 'enemy13', 130);
_root.enemy_field.enemy13._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy13._y = 305;
_root.enemy_on[13] = 1;
} else {
_root.enemy_RandomSummonTiming_count[13] += 1;
}
}
}
};
_root.enemy14_summon = function () {
if (_root.enemy_on[14] != 1) {
if (_root.enemy_RandomSummonTiming_on[14] != 1) {
_root.enemy_RandomSummonTiming_on[14] = 1;
_root.enemy_RandomSummonTiming_max[14] = Math.floor(Math.random() * 70) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[14] == _root.enemy_RandomSummonTiming_max[14]) {
_root.enemy_RandomSummonTiming_on[14] = 0;
_root.enemy_RandomSummonTiming_max[14] = 0;
_root.enemy_RandomSummonTiming_count[14] = 0;
_root.enemy_field.attachMovie('incubus', 'enemy14', 140);
_root.enemy_field.enemy14._x = Math.floor(Math.random() * 1500) + 1000;
_root.enemy_field.enemy14._y = 60;
_root.enemy_on[14] = 1;
} else {
_root.enemy_RandomSummonTiming_count[14] += 1;
}
}
}
};
_root.enemy15_summon = function () {
if (_root.enemy_on[15] != 1) {
if (_root.now_stage != 5) {
if (_root.enemy_RandomSummonTiming_on[15] != 1) {
_root.enemy_RandomSummonTiming_on[15] = 1;
_root.enemy_RandomSummonTiming_max[15] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[15] == _root.enemy_RandomSummonTiming_max[15]) {
_root.enemy_RandomSummonTiming_on[15] = 0;
_root.enemy_RandomSummonTiming_max[15] = 0;
_root.enemy_RandomSummonTiming_count[15] = 0;
_root.enemy_field.attachMovie('succubus', 'enemy15', 150);
_root.enemy_field.enemy15._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy15._y = 138;
_root.enemy_on[15] = 1;
} else {
_root.enemy_RandomSummonTiming_count[15] += 1;
}
}
} else {
if (_root.BOSSmode_on != 1) {
_root.enemy_field.attachMovie('succubus', 'enemy15', 150);
_root.enemy_field.enemy15._x = 400;
_root.enemy_field.enemy15._y = 138;
_root.enemy_on[15] = 1;
_root.BOSSmode_on = 1;
}
}
}
};
_root.enemy16_summon = function () {
if (_root.enemy_on[16] != 1) {
if (_root.enemy_RandomSummonTiming_on[16] != 1) {
_root.enemy_RandomSummonTiming_on[16] = 1;
_root.enemy_RandomSummonTiming_max[16] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[16] == _root.enemy_RandomSummonTiming_max[16]) {
_root.enemy_RandomSummonTiming_on[16] = 0;
_root.enemy_RandomSummonTiming_max[16] = 0;
_root.enemy_RandomSummonTiming_count[16] = 0;
_root.enemy_field.attachMovie('cos_book_red', 'enemy16', 160);
_root.enemy_field.enemy16._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy16._y = 70;
_root.enemy_on[16] = 1;
} else {
_root.enemy_RandomSummonTiming_count[16] += 1;
}
}
}
};
_root.enemy17_summon = function () {
if (_root.enemy_on[17] != 1) {
if (_root.enemy_RandomSummonTiming_on[17] != 1) {
_root.enemy_RandomSummonTiming_on[17] = 1;
_root.enemy_RandomSummonTiming_max[17] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[17] == _root.enemy_RandomSummonTiming_max[17]) {
_root.enemy_RandomSummonTiming_on[17] = 0;
_root.enemy_RandomSummonTiming_max[17] = 0;
_root.enemy_RandomSummonTiming_count[17] = 0;
_root.enemy_field.attachMovie('cos_book_blue', 'enemy17', 170);
_root.enemy_field.enemy17._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy17._y = 70;
_root.enemy_on[17] = 1;
} else {
_root.enemy_RandomSummonTiming_count[17] += 1;
}
}
}
};
_root.enemy18_summon = function () {
if (_root.enemy_on[18] != 1) {
if (_root.enemy_RandomSummonTiming_on[18] != 1) {
_root.enemy_RandomSummonTiming_on[18] = 1;
_root.enemy_RandomSummonTiming_max[18] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[18] == _root.enemy_RandomSummonTiming_max[18]) {
_root.enemy_RandomSummonTiming_on[18] = 0;
_root.enemy_RandomSummonTiming_max[18] = 0;
_root.enemy_RandomSummonTiming_count[18] = 0;
_root.enemy_field.attachMovie('cos_book_green', 'enemy18', 180);
_root.enemy_field.enemy18._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy18._y = 70;
_root.enemy_on[18] = 1;
} else {
_root.enemy_RandomSummonTiming_count[18] += 1;
}
}
}
};
_root.enemy19_summon = function () {
if (_root.enemy_on[19] != 1) {
if (_root.enemy_RandomSummonTiming_on[19] != 1) {
_root.enemy_RandomSummonTiming_on[19] = 1;
_root.enemy_RandomSummonTiming_max[19] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[19] == _root.enemy_RandomSummonTiming_max[19]) {
_root.enemy_RandomSummonTiming_on[19] = 0;
_root.enemy_RandomSummonTiming_max[19] = 0;
_root.enemy_RandomSummonTiming_count[19] = 0;
_root.enemy_field.attachMovie('cos_book_yellow', 'enemy19', 190);
_root.enemy_field.enemy19._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy19._y = 70;
_root.enemy_on[19] = 1;
} else {
_root.enemy_RandomSummonTiming_count[19] += 1;
}
}
}
};
_root.enemy20_summon = function () {
if (_root.enemy_on[20] != 1) {
if (_root.now_stage != 6) {
if (_root.enemy_RandomSummonTiming_on[20] != 1) {
_root.enemy_RandomSummonTiming_on[20] = 1;
_root.enemy_RandomSummonTiming_max[20] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[20] == _root.enemy_RandomSummonTiming_max[20]) {
_root.enemy_RandomSummonTiming_on[20] = 0;
_root.enemy_RandomSummonTiming_max[20] = 0;
_root.enemy_RandomSummonTiming_count[20] = 0;
_root.enemy_field.attachMovie('sister', 'enemy20', 200);
_root.enemy_field.enemy20._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy20._y = 90;
_root.enemy_on[20] = 1;
} else {
_root.enemy_RandomSummonTiming_count[20] += 1;
}
}
} else {
if (_root.BOSSmode_on != 1) {
_root.enemy_field.attachMovie('sister', 'enemy20', 200);
_root.enemy_field.enemy20._x = 390;
_root.enemy_field.enemy20._y = 90;
_root.enemy_on[20] = 1;
_root.BOSSmode_on = 1;
}
}
}
};
_root.enemy21_summon = function () {
if (_root.enemy_on[21] != 1) {
if (_root.now_stage != 7) {
if (_root.enemy_RandomSummonTiming_on[21] != 1) {
_root.enemy_RandomSummonTiming_on[21] = 1;
_root.enemy_RandomSummonTiming_max[21] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[21] == _root.enemy_RandomSummonTiming_max[21]) {
_root.enemy_RandomSummonTiming_on[21] = 0;
_root.enemy_RandomSummonTiming_max[21] = 0;
_root.enemy_RandomSummonTiming_count[21] = 0;
_root.enemy_field.attachMovie('basilisk', 'enemy21', 210);
_root.enemy_field.enemy21._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy21._y = 60;
_root.enemy_on[21] = 1;
} else {
_root.enemy_RandomSummonTiming_count[21] += 1;
}
}
} else {
if (_root.BOSSmode_on != 1) {
_root.enemy_field.attachMovie('basilisk', 'enemy21', 210);
_root.enemy_field.enemy21._x = 390;
_root.enemy_field.enemy21._y = 60;
_root.enemy_on[21] = 1;
_root.BOSSmode_on = 1;
}
}
}
};
_root.enemy22_summon = function () {
if (_root.enemy_on[22] != 1) {
if (_root.enemy_RandomSummonTiming_on[22] != 1) {
_root.enemy_RandomSummonTiming_on[22] = 1;
_root.enemy_RandomSummonTiming_max[22] = Math.floor(Math.random() * 50) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[22] == _root.enemy_RandomSummonTiming_max[22]) {
_root.enemy_RandomSummonTiming_on[22] = 0;
_root.enemy_RandomSummonTiming_max[22] = 0;
_root.enemy_RandomSummonTiming_count[22] = 0;
_root.enemy_field.attachMovie('little_basilisk', 'enemy22', 220);
_root.enemy_field.enemy22._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy22._y = 325;
_root.enemy_on[22] = 1;
} else {
_root.enemy_RandomSummonTiming_count[22] += 1;
}
}
}
};
_root.enemy_random_summon = function () {
var v5 = 0;
var v2 = 0;
var v3 = 0;
var v4 = '';
v5 = Math.floor(Math.random() * 19) + 1;
if (_root.enemy_on[v5] != 1) {
if (_root.enemy_RandomSummonTiming_on[v5] != 1) {
_root.enemy_RandomSummonTiming_on[v5] = 1;
_root.enemy_RandomSummonTiming_max[v5] = Math.floor(Math.random() * 500) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[v5] == _root.enemy_RandomSummonTiming_max[v5]) {
_root.enemy_RandomSummonTiming_on[v5] = 0;
_root.enemy_RandomSummonTiming_max[v5] = 0;
_root.enemy_RandomSummonTiming_count[v5] = 0;
switch (v5) {
case 1:
v4 = 'roper_wood';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 0;
break;
case 2:
v4 = 'butterfly';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = Math.floor(Math.random() * 2) * 170 + 70;
break;
case 3:
v4 = 'flying_moray';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 300;
break;
case 4:
v4 = 'goblin';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 205;
break;
case 5:
v4 = 'tako';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 255;
break;
case 6:
v4 = 'green_snake';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = Math.floor(Math.random() * 2) * 225 + 90;
break;
case 7:
v4 = 'ghost_hand';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 90;
break;
case 8:
v4 = 'devil_flower';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 275;
break;
case 9:
v4 = 'ork';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 70;
break;
case 10:
v4 = 'dog';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 247;
break;
case 11:
v4 = 'machine_magi';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 60;
break;
case 12:
v4 = 'ball';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 100;
break;
case 13:
v4 = 'tubo';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 305;
break;
case 14:
v4 = 'incubus';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 60;
break;
case 15:
v4 = 'succubus';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 138;
break;
case 16:
v4 = 'cos_book_red';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 70;
break;
case 17:
v4 = 'cos_book_blue';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 70;
break;
case 18:
v4 = 'cos_book_green';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 70;
break;
case 19:
v4 = 'cos_book_yellow';
v2 = Math.floor(Math.random() * 4000) + 1000;
v3 = 70;
break;
default:
}
_root.enemy_field.attachMovie(v4, 'enemy' + v5, v5 * 10);
_root.enemy_field['enemy' + v5]._x = v2;
_root.enemy_field['enemy' + v5]._y = v3;
_root.enemy_on[v5] = 1;
} else {
_root.enemy_RandomSummonTiming_count[v5] += 1;
}
}
}
};
_root.stage01_summonenemy = function () {
if (_root.true_start != 1) {
_root.enemy01_summon();
_root.enemy02_summon();
_root.enemy03_summon();
_root.enemy04_summon();
} else {
_root.enemy01_summon();
_root.enemy02_summon();
_root.enemy03_summon();
_root.enemy06_summon();
_root.enemy10_summon();
}
};
_root.stage02_summonenemy = function () {
if (_root.true_start != 1) {
_root.enemy02_summon();
_root.enemy04_summon();
_root.enemy05_summon();
_root.enemy06_summon();
} else {
_root.enemy02_summon();
_root.enemy04_summon();
_root.enemy05_summon();
_root.enemy08_summon();
_root.enemy09_summon();
}
};
_root.stage03_summonenemy = function () {
if (_root.true_start != 1) {
_root.enemy06_summon();
_root.enemy08_summon();
_root.enemy09_summon();
_root.enemy10_summon();
_root.enemy16_summon();
} else {
_root.enemy06_summon();
_root.enemy07_summon();
_root.enemy09_summon();
_root.enemy13_summon();
_root.enemy18_summon();
}
};
_root.stage04_summonenemy = function () {
if (_root.true_start != 1) {
_root.enemy07_summon();
_root.enemy10_summon();
_root.enemy11_summon();
_root.enemy12_summon();
_root.enemy17_summon();
} else {
_root.enemy08_summon();
_root.enemy10_summon();
_root.enemy12_summon();
_root.enemy14_summon();
_root.enemy19_summon();
}
};
_root.stage05_summonenemy = function () {
if (_root.true_start != 1) {
_root.enemy11_summon();
_root.enemy12_summon();
_root.enemy13_summon();
_root.enemy14_summon();
_root.enemy15_summon();
} else {
_root.enemy04_summon();
_root.enemy09_summon();
_root.enemy11_summon();
_root.enemy14_summon();
_root.enemy15_summon();
}
};
_root.stage06_summonenemy = function () {
if (_root.true_start != 1) {
_root.enemy20_summon();
} else {
_root.enemy01_summon();
_root.enemy20_summon();
}
};
_root.stage07_summonenemy = function () {
if (_root.true_start != 1) {
_root.enemy21_summon();
_root.enemy22_summon();
_root.enemy_random_summon();
} else {
_root.enemy21_summon();
_root.enemy22_summon();
_root.enemy_random_summon();
}
};
_root.hell_summonenemy = function () {
_root.enemy01_summon();
_root.enemy02_summon();
_root.enemy03_summon();
_root.enemy04_summon();
_root.enemy05_summon();
_root.enemy06_summon();
_root.enemy07_summon();
_root.enemy08_summon();
_root.enemy09_summon();
_root.enemy10_summon();
_root.enemy11_summon();
_root.enemy12_summon();
_root.enemy13_summon();
_root.enemy14_summon();
_root.enemy15_summon();
_root.enemy16_summon();
_root.enemy17_summon();
_root.enemy18_summon();
_root.enemy19_summon();
_root.enemy20_summon();
if (_root.open_gallery_plus == 1) {
_root.enemy21_summon();
_root.enemy22_summon();
}
};
_root.enemy_move_func = function () {
if (_root.now_pause != 1) {
if (_root.enemy_on[1] == 1) {
_root.enemy_field.enemy1.MC._x -= _root.enemyspeed[1] + _root.move_speed;
}
if (_root.enemy_on[2] == 1) {
if (_root.enemy_stop[2] == 1) {
_root.enemy_field.enemy2.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy2.MC._x -= _root.enemyspeed[2] + _root.move_speed;
}
}
if (_root.enemy_on[3] == 1) {
if (_root.enemy_stop[3] == 1) {
_root.enemy_field.enemy3.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy3.MC._x -= _root.enemyspeed[3] + _root.move_speed;
}
}
if (_root.enemy_on[4] == 1) {
if (_root.enemy_stop[4] == 1) {
_root.enemy_field.enemy4.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy4.MC._x -= _root.enemyspeed[4] + _root.move_speed;
}
}
if (_root.enemy_on[5] == 1) {
if (_root.enemy_stop[5] == 1) {
_root.enemy_field.enemy5.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy5.MC._x -= _root.enemyspeed[5] + _root.move_speed;
}
}
if (_root.enemy_on[6] == 1) {
if (_root.enemy_stop[6] == 1) {
_root.enemy_field.enemy6.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy6.MC._x -= _root.enemyspeed[6] + _root.move_speed;
}
}
if (_root.enemy_on[7] == 1) {
if (_root.enemy_stop[7] == 1) {
_root.enemy_field.enemy7.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy7.MC._x -= _root.enemyspeed[7] + _root.move_speed;
}
}
if (_root.enemy_on[8] == 1) {
if (_root.enemy_stop[8] == 1) {
_root.enemy_field.enemy8.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy8.MC._x -= _root.enemyspeed[8] + _root.move_speed;
}
}
if (_root.enemy_on[9] == 1) {
if (_root.enemy_stop[9] == 1) {
_root.enemy_field.enemy9.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy9.MC._x -= _root.enemyspeed[9] + _root.move_speed;
}
}
if (_root.enemy_on[10] == 1) {
if (_root.enemy_stop[10] == 1) {
_root.enemy_field.enemy10.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy10.MC._x -= _root.enemyspeed[10] + _root.move_speed;
}
}
if (_root.enemy_on[11] == 1) {
if (_root.enemy_stop[11] == 1) {
_root.enemy_field.enemy11.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy11.MC._x -= _root.enemyspeed[11] + _root.move_speed;
}
}
if (_root.enemy_on[12] == 1) {
if (_root.enemy_stop[12] == 1) {
_root.enemy_field.enemy12.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy12.MC._x -= _root.enemyspeed[12] + _root.move_speed;
}
}
if (_root.enemy_on[13] == 1) {
if (_root.enemy_stop[13] == 1) {
_root.enemy_field.enemy13.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy13.MC._x -= _root.enemyspeed[13] + _root.move_speed;
}
}
if (_root.enemy_on[14] == 1) {
if (_root.enemy_stop[14] == 1) {
_root.enemy_field.enemy14.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy14.MC._x -= _root.enemyspeed[14] + _root.move_speed;
}
}
if (_root.enemy_on[15] == 1) {
if (_root.enemy_stop[15] == 1) {
_root.enemy_field.enemy15.MC._x -= _root.move_speed;
} else {
if (_root.enemy_field.enemy15.MC._x + _root.enemy_field.enemy15._x >= 3000 && _root.enemyspeed[15] < 0) {
_root.enemy_field.enemy15.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy15.MC._x -= _root.enemyspeed[15] + _root.move_speed;
}
}
}
if (_root.enemy_on[16] == 1) {
if (_root.enemy_stop[16] == 1) {
_root.enemy_field.enemy16.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy16.MC._x -= _root.enemyspeed[16] + _root.move_speed;
}
}
if (_root.enemy_on[17] == 1) {
if (_root.enemy_stop[17] == 1) {
_root.enemy_field.enemy17.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy17.MC._x -= _root.enemyspeed[17] + _root.move_speed;
}
}
if (_root.enemy_on[18] == 1) {
if (_root.enemy_stop[18] == 1) {
_root.enemy_field.enemy18.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy18.MC._x -= _root.enemyspeed[18] + _root.move_speed;
}
}
if (_root.enemy_on[19] == 1) {
if (_root.enemy_stop[19] == 1) {
_root.enemy_field.enemy19.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy19.MC._x -= _root.enemyspeed[19] + _root.move_speed;
}
}
if (_root.enemy_on[20] == 1) {
if (_root.enemy_stop[20] == 1) {
_root.enemy_field.enemy20.MC._x -= _root.move_speed;
_root.enemy_field.enemy20.cross._x -= _root.move_speed;
} else {
if (_root.enemy_field.enemy20.MC._x + _root.enemy_field.enemy20._x >= 3000 && _root.enemyspeed[20] < 0) {
_root.enemy_field.enemy20.MC._x -= _root.move_speed;
_root.enemy_field.enemy20.cross._x -= _root.move_speed;
} else {
_root.enemy_field.enemy20.MC._x -= _root.enemyspeed[20] + _root.move_speed;
_root.enemy_field.enemy20.cross._x -= _root.enemyspeed[20] + _root.move_speed;
}
}
}
if (_root.enemy_on[21] == 1) {
if (_root.enemy_stop[21] == 1) {
_root.enemy_field.enemy21.MC._x -= _root.move_speed;
} else {
if (_root.enemy_field.enemy21.MC._x + _root.enemy_field.enemy21._x >= 3000 && _root.enemyspeed[21] < 0) {
_root.enemy_field.enemy21.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy21.MC._x -= _root.enemyspeed[21] + _root.move_speed;
}
}
}
if (_root.enemy_on[22] == 1) {
if (_root.enemy_stop[22] == 1) {
_root.enemy_field.enemy22.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy22.MC._x -= _root.enemyspeed[22] + _root.move_speed;
}
}
}
};
}
frame 1 {
_root.func_message = function (type) {
if (_root.gameoverMC1._currentframe == 1 && _root.gameoverMC2._currentframe == 1 && _root.gameoverMC3._currentframe == 1 && _root.gameoverMC4._currentframe == 1 && _root.gameoverMC5._currentframe == 1 && _root.gameoverMC6._currentframe == 1 && _root.gameoverMC7._currentframe == 1) {
switch (type) {
case 'attack':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ç‚Žã®çŸ¢ï¼';
break;
case 2:
_root.my_message = 'ãã“ãã£ï¼';
break;
case 3:
_root.my_message = 'ãŸãã£ï¼';
break;
case 4:
_root.my_message = '当ãŸã£ã¦â€¦â€¦ï¼';
break;
case 5:
_root.my_message = '寄らãªã„ã§ã£ï¼';
break;
case 6:
_root.my_message = 'ã‚„ã‚ã£ï¼';
break;
case 7:
_root.my_message = 'ãã“ã‚’ã©ã„ã¦ã£ï¼';
break;
case 8:
_root.my_message = 'ã“ã®ã£ï¼';
break;
case 9:
_root.my_message = 'ã¯ãã£ï¼';
break;
case 10:
_root.my_message = 'ã“ã‚Œãªã‚‰â€¦â€¦ï¼';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'YAH!!';
break;
case 2:
_root.my_message = 'Don\'t touch me!';
break;
case 3:
_root.my_message = 'HA!!';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'bomb':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'å…‰ã®å¥”æµï¼';
break;
case 2:
_root.my_message = '一掃ã—ã¾ã™ï¼';
break;
case 3:
_root.my_message = 'ã“ã‚Œãªã‚‰ã£â€¦â€¦ï¼';
break;
case 4:
_root.my_message = '光よ……ï¼';
break;
case 5:
_root.my_message = 'ãらã„ãªã•ã„ï¼';
break;
case 6:
_root.my_message = 'ã“ã‚Œã§â€¦â€¦ï¼';
break;
case 7:
_root.my_message = 'é“ã‚’ã‚ã‘ã¦ã‚‚らã„ã¾ã™ï¼';
break;
case 8:
_root.my_message = 'å¹ã飛ã³ãªã•ã„ï¼';
break;
case 9:
_root.my_message = 'ã¯ããã£ï¼';
break;
case 10:
_root.my_message = 'ã„ã£ã‘ーã£ï¼';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Lightning!!';
break;
case 2:
_root.my_message = 'HAhhh...!!';
break;
case 3:
_root.my_message = 'Please disappear...!!';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'onani1':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ãã£â€¦â€¦ã†ã£â€¦â€¦';
break;
case 2:
_root.my_message = '変ãªæ„Ÿã˜ãŒâ€¦â€¦';
break;
case 3:
_root.my_message = 'ã‚ã£â€¦â€¦ãµã£â€¦â€¦';
break;
case 4:
_root.my_message = 'ã¯ãã……';
break;
case 5:
_root.my_message = 'ã‚……ん……';
break;
case 6:
_root.my_message = 'ã„ã¤ã‚‚より……';
break;
case 7:
_root.my_message = 'ã‚“ã£â€¦â€¦ã……';
break;
case 8:
_root.my_message = 'ãµã£â€¦â€¦ã……';
break;
case 9:
_root.my_message = 'ã‚“ã‚“ã£â€¦â€¦';
break;
case 10:
_root.my_message = 'ã ã€ã ã‚……';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...';
break;
case 2:
_root.my_message = 'Ah...';
break;
case 3:
_root.my_message = 'Huh...';
break;
case 4:
_root.my_message = 'Uhh...';
break;
case 5:
_root.my_message = 'Ah...huh...';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'onani2':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚ã£â€¦â€¦ã¯ã£â€¦â€¦ï¼';
break;
case 2:
_root.my_message = 'ã¯ã€æ—©ã……';
break;
case 3:
_root.my_message = 'ã“ã€ã“ã‚“ãªå ´æ‰€ã§â€¦â€¦';
break;
case 4:
_root.my_message = 'ã¬ã‚‹ã¬ã‚‹â€¦â€¦';
break;
case 5:
_root.my_message = 'ã‚“ãã£â€¦â€¦ï¼';
break;
case 6:
_root.my_message = 'ã‚ã£â€¦â€¦ã‚……';
break;
case 7:
_root.my_message = 'ã‹ã€ä½“ãŒç†±ã„……';
break;
case 8:
_root.my_message = 'ã¯ã……ã¯ã……';
break;
case 9:
_root.my_message = 'ã²ã£â€¦â€¦ãã£â€¦â€¦';
break;
case 10:
_root.my_message = 'ãã£â€¦â€¦ã†ã………';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...';
break;
case 2:
_root.my_message = 'Ah...';
break;
case 3:
_root.my_message = 'Huh...';
break;
case 4:
_root.my_message = 'Uhh...';
break;
case 5:
_root.my_message = 'Ah...huh...';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'onani3':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚‚ã†å°‘ã—……ã§â€¦â€¦';
break;
case 2:
_root.my_message = 'ã‚ã£â€¦â€¦ç†±ã„……';
break;
case 3:
_root.my_message = 'ã„ã€ã„やらã—ã„……';
break;
case 4:
_root.my_message = 'ã‚ã£â€¦â€¦ã‚ã‚……ï¼';
break;
case 5:
_root.my_message = 'ã²ã£â€¦â€¦ãã………';
break;
case 6:
_root.my_message = 'ã„ã€ä»Šè¥²ã‚ã‚ŒãŸã‚‰â€¦â€¦';
break;
case 7:
_root.my_message = 'ã‚“ã£â€¦â€¦ã‚“ãã£â€¦â€¦';
break;
case 8:
_root.my_message = '声……出ã¡ã‚ƒã†â€¦â€¦';
break;
case 9:
_root.my_message = 'ã‚ã£ã€ã‚ã£â€¦â€¦ï¼';
break;
case 10:
_root.my_message = 'ã‚“ãã£â€¦â€¦ã‚ã£â€¦â€¦';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...';
break;
case 2:
_root.my_message = 'Ah...';
break;
case 3:
_root.my_message = 'Huh...';
break;
case 4:
_root.my_message = 'Uhh...';
break;
case 5:
_root.my_message = 'Ah...huh...';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'onani_org':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 8) + 1) {
case 1:
_root.my_message = 'ã‚“ã£ã€ãã…ã………ï¼';
break;
case 2:
_root.my_message = 'ã„ã£ã€ã‚¤ã‚¯ã£â€¦â€¦ï¼';
break;
case 3:
_root.my_message = 'ã²ã£ã€ãã…ã………ï¼';
break;
case 4:
_root.my_message = 'イã£â€¦â€¦ã‚¯ã…ã………ï¼';
break;
case 5:
_root.my_message = 'ã‚“ã£â€¦â€¦ã‚“ã‚“ã£â€¦â€¦ï¼';
break;
case 6:
_root.my_message = 'ãã£â€¦â€¦ã†ã†ã£â€¦â€¦ï¼';
break;
case 7:
_root.my_message = 'ã²ã†ã…ã………ï¼';
break;
case 8:
_root.my_message = 'ã‚ã£ã€ãã…ã………ï¼';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...huh...!!';
break;
case 2:
_root.my_message = 'Ahhhh...!!';
break;
case 3:
_root.my_message = 'Uah...ahh...!!';
break;
case 4:
_root.my_message = 'Aghhh...!!';
break;
case 5:
_root.my_message = 'Ah...nmm...!!';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'datui':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ãゃã‚ã£ï¼';
break;
case 2:
_root.my_message = 'イヤãã£ï¼';
break;
case 3:
_root.my_message = 'ã†ã‚ã£â€¦â€¦ï¼';
break;
case 4:
_root.my_message = 'ãªã€ä½•ã£â€¦â€¦ï¼ï¼Ÿ';
break;
case 5:
_root.my_message = 'ã‚„ã€ã‚„ã‚ã£â€¦â€¦ï¼';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Stop!!';
break;
case 2:
_root.my_message = 'No!!';
break;
case 3:
_root.my_message = 'Agh!!';
break;
case 4:
_root.my_message = 'Uah!!';
break;
case 5:
_root.my_message = 'Nmm...!';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'yarare_openmouth':
if (_root.lang_eng == 0) {
if (_root.yarare12A._currentframe != 1) {
switch (Math.floor(Math.random() * 30) + 1) {
case 1:
_root.my_message = 'ã‚“ãã£â€¦â€¦ï¼';
break;
case 2:
_root.my_message = 'ã‚ã€ã£ã……ï¼';
break;
case 3:
_root.my_message = 'ã‚ã£â€¦â€¦ã‚“ã£â€¦â€¦';
break;
case 4:
_root.my_message = 'ãã£â€¦â€¦ã†ã………ï¼';
break;
case 5:
_root.my_message = 'ã‚“ã£â€¦â€¦ï¼';
break;
case 6:
_root.my_message = 'ã‚ã£â€¦â€¦ãã………ï¼';
break;
case 7:
_root.my_message = 'ã²ãã…ã£â€¦â€¦ï¼';
break;
case 8:
_root.my_message = 'ã²ã£ã€ãã£â€¦â€¦';
break;
case 9:
_root.my_message = 'ã²ã‚ã£â€¦â€¦ï¼';
break;
case 10:
_root.my_message = 'ã†ã£ã€ãã………';
break;
case 11:
_root.my_message = 'ã‚ã……';
break;
case 12:
_root.my_message = 'ã‚……ã¯ãã£â€¦â€¦ï¼';
break;
case 13:
_root.my_message = 'ã‚“ã£â€¦â€¦ãµã………';
break;
case 14:
_root.my_message = 'ã‚ã‚ã£â€¦â€¦ï¼';
break;
case 15:
_root.my_message = 'ã‚ã£â€¦â€¦ï¼';
break;
case 16:
_root.my_message = 'ã‚“ã‚ã£â€¦â€¦ï¼';
break;
case 17:
_root.my_message = 'ãã†ã£â€¦â€¦';
break;
case 18:
_root.my_message = 'ã‚ã£ã€ã‚ã£â€¦â€¦ï¼';
break;
case 19:
_root.my_message = 'ã‚“ã……ã£';
break;
case 20:
_root.my_message = 'ã‚ã‚……ã£';
break;
case 21:
_root.my_message = 'ããµã£â€¦â€¦';
break;
case 22:
_root.my_message = 'ã‚„ã£â€¦â€¦';
break;
case 23:
_root.my_message = 'ã‚“ã£â€¦â€¦ãã………ï¼';
break;
case 24:
_root.my_message = 'ã‚“ã£ã€ã‚“ã£â€¦â€¦';
break;
case 25:
_root.my_message = 'ã²ã……ãã……';
break;
case 26:
_root.my_message = 'ã‚ã………ã†ã………';
break;
case 27:
_root.my_message = 'ã¯ã……ã¯ã……';
break;
case 28:
_root.my_message = 'ã†ã£â€¦â€¦ã²ãã£â€¦â€¦';
break;
case 29:
_root.my_message = 'ã¯ã£ã€ãã†ã£â€¦â€¦';
break;
case 30:
_root.my_message = 'ã‚ã£ã€ã‚“ã£â€¦â€¦ï¼';
}
} else {
switch (Math.floor(Math.random() * 30) + 1) {
case 1:
_root.my_message = 'ã‚“ãã£â€¦â€¦ï¼';
break;
case 2:
_root.my_message = 'ã‚ã€ã£ã……ï¼';
break;
case 3:
_root.my_message = 'ã‚ã£â€¦â€¦ã‚“ã£â€¦â€¦';
break;
case 4:
_root.my_message = 'ãã£â€¦â€¦ã†ã………ï¼';
break;
case 5:
_root.my_message = 'ã‚„ã£ã€ã‚„ã‚ã£â€¦â€¦ï¼';
break;
case 6:
_root.my_message = 'ã‚ã£â€¦â€¦ãã………ï¼';
break;
case 7:
_root.my_message = 'ã²ãã…ã£â€¦â€¦ï¼';
break;
case 8:
_root.my_message = 'ã²ã£ã€ãã£â€¦â€¦';
break;
case 9:
_root.my_message = 'ã²ã‚ã£â€¦â€¦ï¼';
break;
case 10:
_root.my_message = 'ã†ã£ã€ãã………';
break;
case 11:
_root.my_message = 'ã‚„ã€ã‚„ã‚ã¦ã‡â€¦â€¦ï¼';
break;
case 12:
_root.my_message = 'ã‚……ã¯ãã£â€¦â€¦ï¼';
break;
case 13:
_root.my_message = 'ã‚“ã£â€¦â€¦ãµã………';
break;
case 14:
_root.my_message = 'ã‚ã‚ã£â€¦â€¦ï¼';
break;
case 15:
_root.my_message = 'ã‚ã£â€¦â€¦ï¼';
break;
case 16:
_root.my_message = 'ã‚“ã‚ã£â€¦â€¦ï¼';
break;
case 17:
_root.my_message = 'ãã†ã£â€¦â€¦';
break;
case 18:
_root.my_message = 'ã‚ã£ã€ã‚ã£â€¦â€¦ï¼';
break;
case 19:
_root.my_message = 'ãã‚“ãªã«ã—ãŸã‚‰â€¦â€¦ã£';
break;
case 20:
_root.my_message = 'ã ã€ã ã‚ã‡â€¦â€¦ã£';
break;
case 21:
_root.my_message = 'ããµã£â€¦â€¦';
break;
case 22:
_root.my_message = 'ã‚„ã€ã‚„ã‚……';
break;
case 23:
_root.my_message = 'ã‚“ã£â€¦â€¦ãã………ï¼';
break;
case 24:
_root.my_message = 'ã‚“ã£ã€ã‚“ã£â€¦â€¦';
break;
case 25:
_root.my_message = 'ã²ã……ãã……';
break;
case 26:
_root.my_message = 'ã‚ã………ã†ã………';
break;
case 27:
_root.my_message = 'ã¯ã……ã¯ã……';
break;
case 28:
_root.my_message = 'ã†ã£â€¦â€¦ã²ãã£â€¦â€¦';
break;
case 29:
_root.my_message = 'ã¯ã£ã€ãã†ã£â€¦â€¦';
break;
case 30:
_root.my_message = 'ã‚ã£ã€ã‚“ã£â€¦â€¦ï¼';
}
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'Nmm...';
break;
case 2:
_root.my_message = 'Ah...!';
break;
case 3:
_root.my_message = 'Huh...';
break;
case 4:
_root.my_message = 'Uhh...';
break;
case 5:
_root.my_message = 'Ah...huh...';
break;
case 6:
_root.my_message = 'Aghh...!';
break;
case 7:
_root.my_message = 'Oh...no...no...';
break;
case 8:
_root.my_message = 'Huh...ahh...!';
break;
case 9:
_root.my_message = 'Nmm...ah...!';
break;
case 10:
_root.my_message = 'No...!';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'yarare_closemouth':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 30) + 1) {
case 1:
_root.my_message = 'ã‚“ã¶ã£â€¦â€¦ï¼';
break;
case 2:
_root.my_message = 'ãã£ã€ã‚€ã£â€¦â€¦ï¼';
break;
case 3:
_root.my_message = 'ãµãã£â€¦â€¦ã†ã£';
break;
case 4:
_root.my_message = 'ãã£â€¦â€¦ã†ã………ï¼';
break;
case 5:
_root.my_message = 'ã‚“ã£â€¦â€¦ï¼';
break;
case 6:
_root.my_message = 'ã‚“ãã………ï¼';
break;
case 7:
_root.my_message = 'ã‚€ãã…ã£â€¦â€¦ï¼';
break;
case 8:
_root.my_message = 'ã‚“ã‚“ã£â€¦â€¦ï¼';
break;
case 9:
_root.my_message = 'ã‚“ã‚€ã£â€¦â€¦ï¼';
break;
case 10:
_root.my_message = 'ã‚“ã£ã€ã‚“ã£â€¦â€¦';
break;
case 11:
_root.my_message = 'ã†ã†ã£â€¦â€¦ï¼';
break;
case 12:
_root.my_message = 'ãã£ã€ã†ã†â€¦â€¦ï¼';
break;
case 13:
_root.my_message = 'ã‚“ã£â€¦â€¦ã………';
break;
case 14:
_root.my_message = 'ã‚“ã£ã€ãã†ã£â€¦â€¦ï¼';
break;
case 15:
_root.my_message = 'ã‚“ãã£â€¦â€¦';
break;
case 16:
_root.my_message = 'ã‚“ã£ãµã£â€¦â€¦';
break;
case 17:
_root.my_message = 'ãã†ã£â€¦â€¦';
break;
case 18:
_root.my_message = 'ã‚„ã€ã‚„ã‚ã¸â€¦â€¦';
break;
case 19:
_root.my_message = 'ã·ãã€ãã†ã£â€¦â€¦';
break;
case 20:
_root.my_message = 'ã²ã‚ƒã€ã²ã‚ƒã‚……';
break;
case 21:
_root.my_message = 'ã†ã£ã€ã·â€¦â€¦';
break;
case 22:
_root.my_message = 'ã†ã£â€¦â€¦ã†ã†â€¦â€¦';
break;
case 23:
_root.my_message = 'ã‚“ãã£â€¦â€¦ã†ã†â€¦â€¦';
break;
case 24:
_root.my_message = 'ãã‚€ã£â€¦â€¦ï¼';
break;
case 25:
_root.my_message = 'ã‚“ã‚“ã£â€¦â€¦ï¼';
break;
case 26:
_root.my_message = 'ã†ã………';
break;
case 27:
_root.my_message = 'ãã£â€¦â€¦ã‚€ã………ï¼';
break;
case 28:
_root.my_message = 'ã†ã£â€¦â€¦ã²ãã£â€¦â€¦';
break;
case 29:
_root.my_message = 'ã†ã€ãã†ã£â€¦â€¦';
break;
case 30:
_root.my_message = 'ãã£â€¦â€¦ï¼';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...';
break;
case 2:
_root.my_message = 'Hu...nmm...';
break;
case 3:
_root.my_message = 'Hah...mm...';
break;
case 4:
_root.my_message = 'Uhh...n...!';
break;
case 5:
_root.my_message = 'Nm...nh...';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'yarare_milk':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚“ããã£â€¦â€¦ï¼';
break;
case 2:
_root.my_message = 'ã§ã€å‡ºã¡ã‚ƒã†ã………ï¼';
break;
case 3:
_root.my_message = 'ã‚“ãã£â€¦â€¦ï¼';
break;
case 4:
_root.my_message = 'ã ã€ã ã‚ã‡ã£â€¦â€¦ï¼';
break;
case 5:
_root.my_message = 'ãµã‚ãã£â€¦â€¦ï¼';
break;
case 6:
_root.my_message = 'ã‚ãã………ï¼';
break;
case 7:
_root.my_message = 'ã„ã€ã„ã‚„ãã£â€¦â€¦ï¼';
break;
case 8:
_root.my_message = 'ã‚“ã£â€¦â€¦ãã………ï¼';
break;
case 9:
_root.my_message = 'ã²ã…ã£â€¦â€¦ï¼';
break;
case 10:
_root.my_message = 'ã‚ã£â€¦â€¦ã‚“ã£â€¦â€¦ï¼';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'Nmm...';
break;
case 2:
_root.my_message = 'Ah...!';
break;
case 3:
_root.my_message = 'Huh...';
break;
case 4:
_root.my_message = 'Uhh...';
break;
case 5:
_root.my_message = 'Ah...huh...';
break;
case 6:
_root.my_message = 'Aghh...!';
break;
case 7:
_root.my_message = 'Oh...no...no...';
break;
case 8:
_root.my_message = 'Huh...ahh...!';
break;
case 9:
_root.my_message = 'Nmm...ah...!';
break;
case 10:
_root.my_message = 'No...!';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
case 'yarare_finish_openmouth':
if (_root.lang_eng == 0) {
if (_root.yarare7A._currentframe != 1 || _root.yarare7B._currentframe != 1 || _root.yarare11A._currentframe != 1 || _root.yarare12A._currentframe != 1 || _root.yarare15B._currentframe != 1) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚“ã‚ããã£â€¦â€¦ï¼ï¼';
break;
case 2:
_root.my_message = 'ã ã€ãƒ€ãƒ¡ã‡â€¦â€¦ï¼ï¼';
break;
case 3:
_root.my_message = 'ã„ã‚„ãã……ï¼ï¼';
break;
case 4:
_root.my_message = 'ã‚ã‚ã£â€¦â€¦ï¼ï¼';
break;
case 5:
_root.my_message = 'ã‚“ã¯ãã……ï¼ï¼';
break;
case 6:
_root.my_message = 'ã‚“ãã†ã…ã………ï¼ï¼';
break;
case 7:
_root.my_message = 'ã²ã£ã€ãã…ã………ï¼ï¼';
break;
case 8:
_root.my_message = 'ã„ã£ã€ã‚¤ãƒ¤ãã…ï¼ï¼';
break;
case 9:
_root.my_message = 'ã‚“ã£ã€ãã…ã………ï¼ï¼';
break;
case 10:
_root.my_message = 'ãµãã€ã‚ãã……ï¼ï¼';
}
} else {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚“ã‚ããã£â€¦â€¦ï¼ï¼';
break;
case 2:
_root.my_message = 'ã ã€å‡ºã—ã¡ã‚ƒãƒ€ãƒ¡ã‡â€¦';
break;
case 3:
_root.my_message = 'ã ã€å‡ºã•ãªã„ã§ã‡â€¦ï¼';
break;
case 4:
_root.my_message = 'ä¸ã¯ã‚¤ãƒ¤ã……ï¼';
break;
case 5:
_root.my_message = 'ã‚“ã¯ãã……ï¼ï¼';
break;
case 6:
_root.my_message = 'ã‚“ãã†ã…ã………ï¼ï¼';
break;
case 7:
_root.my_message = 'ã²ã£ã€ãã…ã………ï¼ï¼';
break;
case 8:
_root.my_message = 'ã„ã£ã€ã‚¤ãƒ¤ãã…ï¼ï¼';
break;
case 9:
_root.my_message = 'ã‚“ã£ã€ãã…ã………ï¼ï¼';
break;
case 10:
_root.my_message = 'ãµãã€ã‚ãã……ï¼ï¼';
}
}
_root.fukidashi = _root.my_message.length + 10;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...huh...!!';
break;
case 2:
_root.my_message = 'Ahhhh...!!';
break;
case 3:
_root.my_message = 'Uah...ahh...!!';
break;
case 4:
_root.my_message = 'Aghhh...!!';
break;
case 5:
_root.my_message = 'Ah...nmm...!!';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2) + 10;
}
break;
case 'yarare_org_openmouth':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã²ã£ãã†ã…ã………ï¼';
break;
case 2:
_root.my_message = 'イã£ã€ã‚¤ã‚¯ã…ã………ï¼';
break;
case 3:
_root.my_message = 'ã‚“ã£ã€ãã…ã………ï¼';
break;
case 4:
_root.my_message = 'ã²ã‚ãã……ï¼';
break;
case 5:
_root.my_message = 'ã‚ã£ã€ã¯ãã……ï¼';
break;
case 6:
_root.my_message = 'ã‚“ã¯ãã……ï¼';
break;
case 7:
_root.my_message = 'ã‚ãã…ã………ï¼';
break;
case 8:
_root.my_message = 'ã„ã£ã€ã„ã‚„ãã……ï¼';
break;
case 9:
_root.my_message = 'イã€ã‚¤ã£ã¡ã‚ƒã†ã……ï¼';
break;
case 10:
_root.my_message = 'ã ã£ã€ãƒ€ãƒ¡ã‡ã‡â€¦â€¦ï¼';
}
_root.fukidashi = _root.my_message.length + 10;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...huh...!!';
break;
case 2:
_root.my_message = 'Ahhhh...!!';
break;
case 3:
_root.my_message = 'Uah...ahh...!!';
break;
case 4:
_root.my_message = 'Aghhh...!!';
break;
case 5:
_root.my_message = 'Ah...nmm...!!';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2) + 10;
}
break;
case 'yarare_finish_closemouth':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚“ãã£ã€ã†ã………ï¼ï¼';
break;
case 2:
_root.my_message = 'ãã£ã€ã‚€ã†ã…ã£â€¦ï¼ï¼';
break;
case 3:
_root.my_message = 'ãµãã£â€¦ã†ã†ã£â€¦ï¼ï¼';
break;
case 4:
_root.my_message = 'ãã£â€¦â€¦ã†ã†ã……ï¼ï¼';
break;
case 5:
_root.my_message = 'ã‚“ã£ãã…ã………ï¼ï¼';
break;
case 6:
_root.my_message = 'ã‚“ãã†ã…ã………ï¼ï¼';
break;
case 7:
_root.my_message = 'ã‚“ã‚€ã†ã…ã£â€¦â€¦ï¼ï¼';
break;
case 8:
_root.my_message = 'ãã†ã†ã…ã£â€¦â€¦ï¼ï¼';
break;
case 9:
_root.my_message = 'ã²ãã£ã€ã†ã………ï¼ï¼';
break;
case 10:
_root.my_message = 'ã‚“ã·ã£ã€ã†ã………ï¼ï¼';
}
_root.fukidashi = _root.my_message.length + 10;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...huh...!!';
break;
case 2:
_root.my_message = 'Unmm...!!';
break;
case 3:
_root.my_message = 'Uh...nmm...!!';
break;
case 4:
_root.my_message = 'Ughhh...!!';
break;
case 5:
_root.my_message = 'Nh...nmm...!!';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2) + 10;
}
break;
case 'yarare_org_closemouth':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚“ã£ãã†ã…ã………ï¼';
break;
case 2:
_root.my_message = 'ã‚“ã†ã…ã………ï¼';
break;
case 3:
_root.my_message = 'ã‚“ã£ã€ãã…ã…ã………ï¼';
break;
case 4:
_root.my_message = 'ã‚“ã‚€ã†ã………ï¼';
break;
case 5:
_root.my_message = 'ã‚€ãã£ã€ã†ã…ã………ï¼';
break;
case 6:
_root.my_message = 'ãã‚€ã…ã………ï¼';
break;
case 7:
_root.my_message = 'ã†ãã…ã………ï¼';
break;
case 8:
_root.my_message = 'ã‚“ã£ã€ã‚“ã‚“ã…ã£â€¦â€¦ï¼';
break;
case 9:
_root.my_message = 'ãã£ã€ã†ã…ã………ï¼';
break;
case 10:
_root.my_message = 'ã‚“ãã£ã€ã†ã…ã………ï¼';
}
_root.fukidashi = _root.my_message.length + 10;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...huh...!!';
break;
case 2:
_root.my_message = 'Unmm...!!';
break;
case 3:
_root.my_message = 'Uh...nmm...!!';
break;
case 4:
_root.my_message = 'Ughhh...!!';
break;
case 5:
_root.my_message = 'Nh...nmm...!!';
}
}
_root.fukidashi = Math.floor(_root.my_message.length / 2) + 10;
break;
case 'after':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'ã†â€¦â€¦ã†ã………';
break;
case 2:
_root.my_message = 'ã¯ã……ã¯ã……';
break;
case 3:
_root.my_message = 'ã†ã£â€¦â€¦ãã†â€¦â€¦';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Oh...no...';
break;
case 2:
_root.my_message = 'Ah...hah...';
break;
case 3:
_root.my_message = 'Nm...ah...';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'after_finish':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ã†â€¦â€¦ã†ã………';
break;
case 2:
_root.my_message = 'ã¯ã……ã¯ã……';
break;
case 3:
_root.my_message = 'ãªã€ä¸ã§â€¦â€¦ã†ã†â€¦â€¦';
break;
case 4:
_root.my_message = 'ä¸ã§â€¦å‡ºã™ãªã‚“ã¦â€¦';
break;
case 5:
_root.my_message = 'ã‚ã€æº¢ã‚Œã¦â€¦â€¦';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Oh...no...';
break;
case 2:
_root.my_message = 'Ah...hah...';
break;
case 3:
_root.my_message = 'Nm...ah...';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'after_org':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ã†â€¦â€¦ã†ã………';
break;
case 2:
_root.my_message = 'ã¯ã……ã¯ã……';
break;
case 3:
_root.my_message = 'ã“ã‚“ãªâ€¦â€¦ã²ã©ã„……';
break;
case 4:
_root.my_message = 'ã‚ã……熱ã„……';
break;
case 5:
_root.my_message = 'ãŠè…¹ã®ä¸ã§â€¦ã†ã……';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Oh...no...';
break;
case 2:
_root.my_message = 'Ah...hah...';
break;
case 3:
_root.my_message = 'Nm...ah...';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'after_egg':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ã†ã€ç”£ã¾ã‚Œã¡ã‚ƒã†â€¦ï¼';
break;
case 2:
_root.my_message = 'ã‚ã€ã‚ã£ã€ã‚ãã…ï¼';
break;
case 3:
_root.my_message = 'ã§ã€å‡ºã¡ã‚ƒã†ã………ï¼';
break;
case 4:
_root.my_message = 'ã²ãã£ã€ã†ã………ï¼';
break;
case 5:
_root.my_message = 'ã‚ã£ã€ã‚ã¯ãã……ï¼';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Oh...no...';
break;
case 2:
_root.my_message = 'Ah...hah...';
break;
case 3:
_root.my_message = 'Nm...ah...';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'restart':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ã¾ã€ã¾ã 大丈夫……';
break;
case 2:
_root.my_message = 'ã•ã€å…ˆã‚’急ãŒãªã„ã¨â€¦';
break;
case 3:
_root.my_message = 'ã¾ã ã€å¤‰ãªæ„Ÿã˜ãŒâ€¦â€¦';
break;
case 4:
_root.my_message = 'ã‚‚ã†â€¦â€¦';
break;
case 5:
_root.my_message = 'ã‚ã€è¶³ã«åŠ›ãŒâ€¦â€¦';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Still be fighting...';
break;
case 2:
_root.my_message = 'Fuh...nmm...';
break;
case 3:
_root.my_message = 'Nmm...';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'gameover':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ã‚‚ã†â€¦â€¦ãƒ€ãƒ¡â€¦â€¦';
break;
case 2:
_root.my_message = 'ã“ã€ã“ã‚“ãªã¨ã“ã‚ã§â€¦';
break;
case 3:
_root.my_message = 'ã ã€èª°ã‹â€¦â€¦åŠ©ã‘……';
break;
case 4:
_root.my_message = 'ã‚ã€ç§â€¦â€¦ã‚‚ã†â€¦â€¦';
break;
case 5:
_root.my_message = 'ãã€ãã‚“ãªâ€¦â€¦';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Oh...no...';
break;
case 2:
_root.my_message = 'Ah...hah...';
break;
case 3:
_root.my_message = 'Nm...ah...';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'chaser':
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ãゃã‚ã£ï¼';
break;
case 2:
_root.my_message = 'イヤãã£ï¼';
break;
case 3:
_root.my_message = 'ã‚„ã€ã‚„ã ã£â€¦â€¦ï¼';
break;
case 4:
_root.my_message = 'ãªã€ä½•ã£â€¦â€¦ï¼ï¼Ÿ';
break;
case 5:
_root.my_message = 'ã‚„ã€ã‚„ã‚ã£â€¦â€¦ï¼';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Stop!!';
break;
case 2:
_root.my_message = 'No!!';
break;
case 3:
_root.my_message = 'Agh!!';
break;
case 4:
_root.my_message = 'Uah!!';
break;
case 5:
_root.my_message = 'Nmm...!';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
break;
case 'capture':
break;
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ãゃã‚ã£ï¼';
break;
case 2:
_root.my_message = 'イヤãã£ï¼';
break;
case 3:
_root.my_message = 'ã‚„ã€ã‚„ã ã£â€¦â€¦ï¼';
break;
case 4:
_root.my_message = 'ã‚ã‚ã£â€¦â€¦ï¼';
break;
case 5:
_root.my_message = 'ã‚„ã€ã‚„ã‚ã£â€¦â€¦ï¼';
}
_root.fukidashi = _root.my_message.length;
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Stop!!';
break;
case 2:
_root.my_message = 'No!!';
break;
case 3:
_root.my_message = 'Agh!!';
break;
case 4:
_root.my_message = 'Uah!!';
break;
case 5:
_root.my_message = 'Nmm...!';
}
_root.fukidashi = Math.floor(_root.my_message.length / 2);
}
default:
}
}
};
}
frame 1 {
_root.pause_func = function () {
if (Key.isDown(32)) {
if (_root.now_pause == 0 && _root.space_keydown == 0) {
_root.now_pause = 1;
_root.pause_black.gotoAndStop(2);
_root.player.player.stop();
_root.kyara00.mob.stop();
_root.count.stop();
_root.enemy_field.enemy1.MC.stop();
_root.enemy_field.enemy1.MC.MC.stop();
_root.yarare1A.MC.stop();
_root.yarare1B.MC.stop();
_root.yarare1A.MC.danmenzu.MC.stop();
_root.yarare1B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy2.MC.stop();
_root.enemy_field.enemy2.MC.MC.stop();
_root.yarare2A.MC.stop();
_root.yarare2B.MC.stop();
_root.yarare2A.MC.danmenzu.MC.stop();
_root.yarare2B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy3.MC.stop();
_root.enemy_field.enemy3.MC.MC.stop();
_root.yarare3A.MC.stop();
_root.yarare3B.MC.stop();
_root.yarare3A.MC.danmenzu.MC.stop();
_root.yarare3B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy4.MC.stop();
_root.enemy_field.enemy4.MC.MC.stop();
_root.yarare4A.MC.stop();
_root.yarare4B.MC.stop();
_root.yarare4A.MC.danmenzu.MC.stop();
_root.yarare4B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy5.MC.stop();
_root.enemy_field.enemy5.MC.MC.stop();
_root.yarare5A.MC.stop();
_root.yarare5B.MC.stop();
_root.yarare5A.MC.danmenzu.MC.stop();
_root.yarare5B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy6.MC.stop();
_root.enemy_field.enemy6.MC.MC.stop();
_root.yarare6A.MC.stop();
_root.yarare6B.MC.stop();
_root.yarare6A.MC.danmenzu.MC.stop();
_root.yarare6B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy7.MC.stop();
_root.enemy_field.enemy7.MC.MC.stop();
_root.yarare7A.MC.stop();
_root.yarare7B.MC.stop();
_root.yarare7A.MC.danmenzu.MC.stop();
_root.yarare7B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy8.MC.stop();
_root.enemy_field.enemy8.MC.MC.stop();
_root.yarare8A.MC.stop();
_root.yarare8B.MC.stop();
_root.yarare8A.MC.danmenzu.MC.stop();
_root.yarare8B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy9.MC.stop();
_root.enemy_field.enemy9.MC.MC.stop();
_root.yarare9A.MC.stop();
_root.yarare9B.MC.stop();
_root.yarare9A.MC.danmenzu.MC.stop();
_root.yarare9B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy10.MC.stop();
_root.enemy_field.enemy10.MC.MC.stop();
_root.yarare10A.MC.stop();
_root.yarare10B.MC.stop();
_root.yarare10A.MC.danmenzu.MC.stop();
_root.yarare10B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy11.MC.stop();
_root.enemy_field.enemy11.MC.MC.stop();
_root.yarare11A.MC.stop();
_root.yarare11B.MC.stop();
_root.yarare11A.MC.danmenzu.MC.stop();
_root.yarare11B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy12.MC.stop();
_root.enemy_field.enemy12.MC.MC.stop();
_root.yarare12A.MC.stop();
_root.yarare12B.MC.stop();
_root.yarare12A.MC.danmenzu.MC.stop();
_root.yarare12B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy13.MC.stop();
_root.enemy_field.enemy13.MC.MC.stop();
_root.yarare13A.MC.stop();
_root.yarare13B.MC.stop();
_root.yarare13A.MC.danmenzu.MC.stop();
_root.yarare13B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy14.MC.stop();
_root.enemy_field.enemy14.MC.MC.stop();
_root.yarare14A.MC.stop();
_root.yarare14B.MC.stop();
_root.yarare14A.MC.danmenzu.MC.stop();
_root.yarare14B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy15.MC.stop();
_root.enemy_field.enemy15.MC.MC.stop();
_root.yarare15A.MC.stop();
_root.yarare15B.MC.stop();
_root.yarare15A.MC.danmenzu.MC.stop();
_root.yarare15B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy16.MC.stop();
_root.enemy_field.enemy16.MC.MC.stop();
_root.yarare16A.MC.stop();
_root.yarare16B.MC.stop();
_root.yarare16A.MC.danmenzu.MC.stop();
_root.yarare16B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy17.MC.stop();
_root.enemy_field.enemy17.MC.MC.stop();
_root.yarare17A.MC.stop();
_root.yarare17B.MC.stop();
_root.yarare17A.MC.danmenzu.MC.stop();
_root.yarare17B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy18.MC.stop();
_root.enemy_field.enemy18.MC.MC.stop();
_root.yarare18A.MC.stop();
_root.yarare18B.MC.stop();
_root.yarare18A.MC.danmenzu.MC.stop();
_root.yarare18B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy19.MC.stop();
_root.enemy_field.enemy19.MC.MC.stop();
_root.yarare19A.MC.stop();
_root.yarare19B.MC.stop();
_root.yarare19A.MC.danmenzu.MC.stop();
_root.yarare19B.MC.danmenzu.MC.stop();
_root.yarare19Af.MC.stop();
_root.yarare19Bf.MC.stop();
_root.yarare19Af.MC.danmenzu.MC.stop();
_root.yarare19Bf.MC.danmenzu.MC.stop();
_root.enemy_field.enemy20.MC.stop();
_root.enemy_field.enemy20.MC.MC.stop();
_root.enemy_field.enemy20.MC.MC.MC.stop();
_root.yarare20A.MC.stop();
_root.yarare20B.MC.stop();
_root.yarare20A.MC.danmenzu.MC.stop();
_root.yarare20B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy21.MC.stop();
_root.enemy_field.enemy21.MC.MC.stop();
_root.enemy_field.enemy21.MC.MC.MC.stop();
_root.yarare21A.MC.stop();
_root.yarare21B.MC.stop();
_root.yarare21A.MC.danmenzu.MC.stop();
_root.yarare21B.MC.danmenzu.MC.stop();
_root.enemy_field.enemy22.MC.stop();
_root.enemy_field.enemy22.MC.MC.stop();
_root.yarare22A.MC.stop();
_root.yarare22B.MC.stop();
_root.yarare22A.MC.danmenzu.MC.stop();
_root.yarare22B.MC.danmenzu.MC.stop();
_root.gangbang1.MC1.stop();
_root.gangbang1.MC2.stop();
_root.gangbang1.MC3.stop();
_root.gangbang1.MC3.danmenzu.MC.stop();
_root.gangbang1.MC4.stop();
_root.gangbang1.MC5.stop();
_root.gangbang1.MC6.stop();
_root.gangbang1.MC7.stop();
_root.GLboss1.MC.stop();
_root.GLboss2.MC.stop();
_root.GLboss3.MC.stop();
if (_root.black_out_now01 == 1) {
_root.blackouter01.stop();
}
} else {
if (_root.space_keydown == 0) {
_root.now_pause = 0;
_root.pause_black.gotoAndStop(1);
_root.player.player.play();
if (_root.game_go != 1) {
_root.count.play();
}
if (_root.enemy_field.enemy1.MC._currentframe != 1) {
_root.enemy_field.enemy1.MC.play();
}
_root.enemy_field.enemy1.MC.MC.play();
_root.yarare1A.MC.play();
_root.yarare1B.MC.play();
_root.yarare1A.MC.danmenzu.MC.play();
_root.yarare1B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy2.MC._currentframe != 1) {
_root.enemy_field.enemy2.MC.play();
}
_root.enemy_field.enemy2.MC.MC.play();
_root.yarare2A.MC.play();
_root.yarare2B.MC.play();
_root.yarare2A.MC.danmenzu.MC.play();
_root.yarare2B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy3.MC._currentframe != 1) {
_root.enemy_field.enemy3.MC.play();
}
_root.enemy_field.enemy3.MC.MC.play();
_root.yarare3A.MC.play();
_root.yarare3B.MC.play();
_root.yarare3A.MC.danmenzu.MC.play();
_root.yarare3B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy4.MC._currentframe != 1) {
_root.enemy_field.enemy4.MC.play();
}
_root.enemy_field.enemy4.MC.MC.play();
_root.yarare4A.MC.play();
_root.yarare4B.MC.play();
_root.yarare4A.MC.danmenzu.MC.play();
_root.yarare4B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy5.MC._currentframe != 1) {
_root.enemy_field.enemy5.MC.play();
}
_root.enemy_field.enemy5.MC.MC.play();
_root.yarare5A.MC.play();
_root.yarare5B.MC.play();
_root.yarare5A.MC.danmenzu.MC.play();
_root.yarare5B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy6.MC._currentframe != 1) {
_root.enemy_field.enemy6.MC.play();
}
_root.enemy_field.enemy6.MC.MC.play();
_root.yarare6A.MC.play();
_root.yarare6B.MC.play();
_root.yarare6A.MC.danmenzu.MC.play();
_root.yarare6B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy7.MC._currentframe != 1) {
_root.enemy_field.enemy7.MC.play();
}
_root.enemy_field.enemy7.MC.MC.play();
_root.yarare7A.MC.play();
_root.yarare7B.MC.play();
_root.yarare7A.MC.danmenzu.MC.play();
_root.yarare7B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy8.MC._currentframe != 1) {
_root.enemy_field.enemy8.MC.play();
}
_root.enemy_field.enemy8.MC.MC.play();
_root.yarare8A.MC.play();
_root.yarare8B.MC.play();
_root.yarare8A.MC.danmenzu.MC.play();
_root.yarare8B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy9.MC._currentframe != 1) {
_root.enemy_field.enemy9.MC.play();
}
_root.enemy_field.enemy9.MC.MC.play();
_root.yarare9A.MC.play();
_root.yarare9B.MC.play();
_root.yarare9A.MC.danmenzu.MC.play();
_root.yarare9B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy10.MC._currentframe != 1) {
_root.enemy_field.enemy10.MC.play();
}
_root.enemy_field.enemy10.MC.MC.play();
_root.yarare10A.MC.play();
_root.yarare10B.MC.play();
_root.yarare10A.MC.danmenzu.MC.play();
_root.yarare10B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy11.MC._currentframe != 1) {
_root.enemy_field.enemy11.MC.play();
}
_root.enemy_field.enemy11.MC.MC.play();
_root.yarare11A.MC.play();
_root.yarare11B.MC.play();
_root.yarare11A.MC.danmenzu.MC.play();
_root.yarare11B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy12.MC._currentframe != 1) {
_root.enemy_field.enemy12.MC.play();
}
_root.enemy_field.enemy12.MC.MC.play();
_root.yarare12A.MC.play();
_root.yarare12B.MC.play();
_root.yarare12A.MC.danmenzu.MC.play();
_root.yarare12B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy13.MC._currentframe != 1) {
_root.enemy_field.enemy13.MC.play();
}
_root.enemy_field.enemy13.MC.MC.play();
_root.yarare13A.MC.play();
_root.yarare13B.MC.play();
_root.yarare13A.MC.danmenzu.MC.play();
_root.yarare13B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy14.MC._currentframe != 1) {
_root.enemy_field.enemy14.MC.play();
}
_root.enemy_field.enemy14.MC.MC.play();
_root.yarare14A.MC.play();
_root.yarare14B.MC.play();
_root.yarare14A.MC.danmenzu.MC.play();
_root.yarare14B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy15.MC._currentframe != 1 && _root.enemy_field.enemy15.MC._currentframe != 15) {
_root.enemy_field.enemy15.MC.play();
}
_root.enemy_field.enemy15.MC.MC.play();
_root.yarare15A.MC.play();
_root.yarare15B.MC.play();
_root.yarare15A.MC.danmenzu.MC.play();
_root.yarare15B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy16.MC._currentframe != 1) {
_root.enemy_field.enemy16.MC.play();
}
_root.enemy_field.enemy16.MC.MC.play();
_root.yarare16A.MC.play();
_root.yarare16B.MC.play();
_root.yarare16A.MC.danmenzu.MC.play();
_root.yarare16B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy17.MC._currentframe != 1) {
_root.enemy_field.enemy17.MC.play();
}
_root.enemy_field.enemy17.MC.MC.play();
_root.yarare17A.MC.play();
_root.yarare17B.MC.play();
_root.yarare17A.MC.danmenzu.MC.play();
_root.yarare17B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy18.MC._currentframe != 1) {
_root.enemy_field.enemy18.MC.play();
}
_root.enemy_field.enemy18.MC.MC.play();
_root.yarare18A.MC.play();
_root.yarare18B.MC.play();
_root.yarare18A.MC.danmenzu.MC.play();
_root.yarare18B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy19.MC._currentframe != 1) {
_root.enemy_field.enemy19.MC.play();
}
_root.enemy_field.enemy19.MC.MC.play();
_root.yarare19A.MC.play();
_root.yarare19B.MC.play();
_root.yarare19A.MC.danmenzu.MC.play();
_root.yarare19B.MC.danmenzu.MC.play();
_root.yarare19Af.MC.play();
_root.yarare19Bf.MC.play();
_root.yarare19Af.MC.danmenzu.MC.play();
_root.yarare19Bf.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy20.MC._currentframe != 1 && _root.enemy_field.enemy20.MC._currentframe != 60) {
_root.enemy_field.enemy20.MC.play();
}
if (_root.enemy_field.enemy20.MC.MC._currentframe != 502) {
_root.enemy_field.enemy20.MC.MC.play();
}
_root.enemy_field.enemy20.MC.MC.MC.play();
_root.yarare20A.MC.play();
_root.yarare20B.MC.play();
_root.yarare20A.MC.danmenzu.MC.play();
_root.yarare20B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy21.MC._currentframe != 1 && _root.enemy_field.enemy21.MC._currentframe != 192) {
_root.enemy_field.enemy21.MC.play();
}
if (_root.enemy_field.enemy21.MC.MC._currentframe != 681) {
_root.enemy_field.enemy21.MC.MC.play();
}
_root.enemy_field.enemy21.MC.MC.MC.play();
_root.yarare21A.MC.play();
_root.yarare21B.MC.play();
_root.yarare21A.MC.danmenzu.MC.play();
_root.yarare21B.MC.danmenzu.MC.play();
if (_root.enemy_field.enemy22.MC._currentframe != 1) {
_root.enemy_field.enemy22.MC.play();
}
_root.enemy_field.enemy22.MC.MC.play();
_root.yarare22A.MC.play();
_root.yarare22B.MC.play();
_root.yarare22A.MC.danmenzu.MC.play();
_root.yarare22B.MC.danmenzu.MC.play();
_root.gangbang1.MC1.play();
_root.gangbang1.MC2.play();
_root.gangbang1.MC3.play();
_root.gangbang1.MC3.danmenzu.MC.play();
_root.gangbang1.MC4.play();
_root.gangbang1.MC5.play();
_root.gangbang1.MC6.play();
_root.gangbang1.MC7.play();
_root.GLboss1.MC.play();
_root.GLboss2.MC.play();
_root.GLboss3.MC.play();
if (_root.black_out_now01 == 1) {
_root.blackouter01.play();
}
}
}
_root.space_keydown = 1;
} else {
_root.space_keydown = 0;
}
};
}
// unknown tag 88 length 36
button 2681 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 2683 {
}
// unknown tag 88 length 76
movieClip 2687 {
}
movieClip 2688 {
}
movieClip 2691 {
frame 1 {
this.stop();
}
}
instance of movieClip 2691 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 2694 {
frame 1 {
this.stop();
}
}
movieClip 2696 {
frame 1 {
this.stop();
}
}
movieClip 2698 {
}
instance gameoverMC1 of movieClip 2698 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
movieClip 2700 {
frame 1 {
this.stop();
}
}
movieClip 2702 {
frame 1 {
this.stop();
}
}
movieClip 2704 {
frame 1 {
this.stop();
}
}
movieClip 2706 {
frame 1 {
this.stop();
}
}
movieClip 2708 {
frame 1 {
this.stop();
}
}
movieClip 2710 {
}
movieClip 2712 {
}
movieClip 2714 {
frame 1 {
this.stop();
}
}
movieClip 2716 {
}
movieClip 2718 {
}
movieClip 2720 {
}
movieClip 2722 {
}
movieClip 2724 {
}
movieClip 2726 {
}
movieClip 2728 {
}
movieClip 2730 {
}
movieClip 2732 {
}
movieClip 2734 {
}
movieClip 2736 {
}
movieClip 2738 {
}
movieClip 2740 {
}
movieClip 2742 {
}
movieClip 2744 {
}
movieClip 2746 {
}
movieClip 2748 {
}
movieClip 2750 {
}
movieClip 2752 {
}
movieClip 2754 {
}
movieClip 2756 {
}
movieClip 2758 {
}
movieClip 2760 {
}
movieClip 2762 {
}
movieClip 2764 {
}
movieClip 2766 {
}
movieClip 2768 {
}
movieClip 2770 {
}
movieClip 2772 {
}
movieClip 2774 {
}
movieClip 2776 {
}
instance gameoverMC2 of movieClip 2776 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
movieClip 2778 {
}
instance gameoverMC3 of movieClip 2778 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
movieClip 2780 {
}
instance gameoverMC4 of movieClip 2780 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
movieClip 2782 {
}
instance gameoverMC5 of movieClip 2782 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
movieClip 2784 {
}
instance gameoverMC6 of movieClip 2784 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
movieClip 2786 {
}
instance gameoverMC7 of movieClip 2786 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1 || this._currentframe == 358) {
this.stop();
} else {
this.play();
}
}
}
movieClip 2788 {
}
instance gameoverMC8 of movieClip 2788 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
movieClip 2790 {
frame 1 {
this.stop();
}
}
movieClip 2792 {
}
movieClip 2794 {
}
movieClip 2796 {
}
movieClip 2798 {
}
movieClip 2800 {
}
movieClip 2802 {
}
movieClip 2804 {
}
movieClip 2807 {
}
// unknown tag 88 length 79
// unknown tag 88 length 79
movieClip 2814 {
instance of movieClip 2807 {
onClipEvent (load) {
_xscale = 0;
_root.loading = 0;
}
onClipEvent (enterFrame) {
_root.loading = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
_xscale = _root.loading;
_root.now = _root.getBytesLoaded();
_root.total = _root.getBytesTotal();
if (_root.now >= _root.total) {
_root.gotoAndStop(3);
}
}
}
}
movieClip 2816 {
frame 10 {
this.stop();
}
}
movieClip 2819 {
}
movieClip 2821 {
}
movieClip 2823 {
}
frame 2 {
this.gotoAndStop(1);
}
movieClip 2827 {
}
movieClip 2829 {
}
movieClip 2831 {
}
movieClip 2833 {
}
movieClip 2835 {
}
movieClip 2837 {
}
movieClip 2839 {
}
movieClip 2841 {
frame 8 {
_root.enemyspeed[3] = 5;
}
frame 32 {
_root.enemyspeed[3] = 0;
}
frame 42 {
if (this._parent._parent._x + this._parent._x <= 550 && this._parent._parent._x + this._parent._x >= 0 && Math.floor(Math.random() * 3) == 1) {
_root.enemyspeed[3] = 0;
this.gotoAndPlay('datui_attack');
} else {
this.gotoAndPlay('wait');
}
}
frame 59 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se019.start();
}
}
frame 79 {
_root.enemyspeed[3] = _root.enemyspeed_def[3];
this.gotoAndPlay('wait');
}
}
movieClip 2842 {
}
movieClip 2843 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(3);
this.stop();
}
}
movieClip 2848 {
}
movieClip 2849 {
instance of movieClip 2848 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 2850 flying_moray {
instance MC of movieClip 2843 {
onClipEvent (load) {
enemy_number = 3;
hit_width = 63;
hit_height = 88;
this_y_def = this.MC.hit._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
this_y = this.MC.hit._y - this_y_def;
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this_y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 2849 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 2852 {
}
movieClip 2854 {
}
movieClip 2857 {
}
movieClip 2865 {
instance pause_stoper of movieClip 2857 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
frame 9 {
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('wink');
break;
default:
this.gotoAndPlay('wait');
}
}
frame 18 {
this.gotoAndPlay('wait');
}
}
movieClip 2868 {
}
movieClip 2870 {
}
movieClip 2871 {
}
movieClip 2873 {
}
movieClip 2875 {
}
movieClip 2877 {
}
movieClip 2879 {
}
movieClip 2881 {
}
movieClip 2883 {
}
movieClip 2885 {
}
movieClip 2887 {
}
movieClip 2888 {
instance of movieClip 856 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (_root.muteki == 0 && _root.yarare_on != 1) {
if (this.hitTest(_root.player.player.hitarea)) {
if (_root.move_height == 1) {
_root.player.gotoAndStop('void');
_root.yarare1A.gotoAndStop(2);
} else {
if (_root.move_height == -1) {
_root.player.gotoAndStop('void');
_root.yarare1B.gotoAndStop(2);
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.player.gotoAndStop('void');
_root.yarare1A.gotoAndStop(2);
break;
case 2:
_root.player.gotoAndStop('void');
_root.yarare1B.gotoAndStop(2);
break;
default:
}
}
}
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy_field.enemy1._alpha = 0;
_root.enemy_field.enemy1._y = 0;
_root.enemy_field.enemy1._x = 0;
_root.enemy_field.enemy1.MC._x = 160;
this._parent._parent.gotoAndStop(1);
_root.enemy_stop[1] = 1;
}
}
}
}
}
}
movieClip 2889 {
}
movieClip 2890 {
}
movieClip 2891 {
}
movieClip 2892 {
}
// unknown tag 88 length 126
movieClip 2895 {
}
movieClip 2896 {
}
movieClip 2898 {
}
movieClip 2899 {
}
movieClip 3010 {
frame 1 {
sleep_on = 0;
}
frame 20 {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
if (this._parent._parent._x + this._parent._x >= 400) {
this.gotoAndPlay('sleep_start');
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
this.gotoAndPlay('attackA');
break;
case 2:
this.gotoAndPlay('attackB');
break;
case 3:
this.gotoAndPlay('attackC');
break;
default:
}
}
break;
case 2:
this.gotoAndPlay('attackA');
break;
case 3:
this.gotoAndPlay('attackB');
break;
case 4:
this.gotoAndPlay('attackC');
break;
default:
}
break;
default:
this.gotoAndPlay('wait');
}
}
frame 30 {
sleep_on = 1;
}
instance of movieClip 2896 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 59 {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
this.gotoAndPlay('sleep_loop');
break;
default:
this.gotoAndPlay('sleep_end');
}
}
frame 79 {
this.gotoAndPlay('wait');
}
frame 122 {
this.gotoAndPlay('wait');
}
frame 165 {
this.gotoAndPlay('wait');
}
frame 181 {
x_posi = this._parent._parent._parent._x + this._parent._parent._x + this._parent._x + this._x;
if (x_posi >= -200 && x_posi <= 550) {
_root.se016.start();
}
}
frame 208 {
this.gotoAndPlay('wait');
}
}
movieClip 3012 {
}
movieClip 3013 {
}
movieClip 3014 {
}
movieClip 3015 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(1);
this.stop();
}
}
movieClip 3020 {
}
movieClip 3021 {
instance of movieClip 3020 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 3022 roper_wood {
instance MC of movieClip 3015 {
onClipEvent (load) {
enemy_number = 1;
hit_width = 66;
hit_height = 450;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
if ((_root.enemyknockback_on[enemy_number] >= 1 || this._parent._x + this._x <= 300) && this.enemy1.sleep_on == 1) {
this.enemy1.sleep_on = 0;
this.enemy1.gotoAndPlay('sleep_end');
}
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
_root.after_gameover(enemy_number);
}
}
}
}
instance of movieClip 3021 {
onClipEvent (load) {
this._alpha = 0;
x_posi = this._x;
y_posi = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent.MC._currentframe == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
this._x = this._parent.MC._x + x_posi;
this._y = this._parent.MC._y + y_posi;
}
}
}
movieClip 3023 fire_hit_effect {
frame 1 {
_root.se004.start();
}
instance of movieClip 88 {
onClipEvent (load) {
this.gotoAndStop(2);
this._parent._x -= _root.move_speed;
}
onClipEvent (enterFrame) {
if (_root.now_pause == 1 && this._parent._currentframe < 11) {
this._parent.stop();
} else {
if (this._parent._currentframe < 11) {
this._parent._x -= _root.move_speed;
this._parent.play();
}
}
}
}
frame 12 {
this.removeMovieClip();
this.stop();
}
}
movieClip 3026 {
}
movieClip 3029 {
}
movieClip 3032 {
}
movieClip 3035 {
}
movieClip 3036 FB {
}
movieClip 3038 {
frame 2 {
this.stop();
}
}
movieClip 3039 {
}
movieClip 3040 {
instance of movieClip 3039 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent._parent.stop();
this._parent._parent._parent.stop();
this._parent._parent._parent._parent.stop();
} else {
this._parent._parent.play();
if (this._parent._parent._parent._currentframe < 20) {
this._parent._parent._parent.play();
}
if (this._parent._parent._parent._parent._currentframe < 4) {
this._parent._parent._parent._parent.play();
}
}
}
}
}
movieClip 3041 {
frame 40 {
this.gotoAndPlay(1);
}
}
movieClip 3042 {
instance of movieClip 3038 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 13 {
this.stop();
}
}
movieClip 3045 {
frame 2 {
this.stop();
}
}
movieClip 3046 {
instance of movieClip 3045 {
onClipEvent (load) {
if (_root.HP >= 11) {
_root.HP -= 3;
}
this.gotoAndStop(2);
}
}
}
movieClip 3047 fire_bullet05 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 3046 {
onClipEvent (load) {
temp_x = this._x;
temp_y = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x += 30;
this._xscale += 4;
if (this._x > temp_x + 600) {
_root.fire_magic_on05 = 0;
this._parent.removeMovieClip();
}
this.FB.play();
} else {
this.FB.stop();
}
}
}
frame 5 {
_root.se003.start();
this.stop();
}
}
movieClip 3048 fire_bullet04 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 3046 {
onClipEvent (load) {
temp_x = this._x;
temp_y = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x += 30;
this._xscale += 4;
if (this._x > temp_x + 600) {
_root.fire_magic_on04 = 0;
this._parent.removeMovieClip();
}
this.FB.play();
} else {
this.FB.stop();
}
}
}
frame 5 {
_root.se003.start();
this.stop();
}
}
movieClip 3049 fire_bullet03 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 3046 {
onClipEvent (load) {
temp_x = this._x;
temp_y = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x += 30;
this._xscale += 4;
if (this._x > temp_x + 600) {
_root.fire_magic_on03 = 0;
this._parent.removeMovieClip();
}
this.FB.play();
} else {
this.FB.stop();
}
}
}
frame 5 {
_root.se003.start();
this.stop();
}
}
movieClip 3050 fire_bullet02 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 3046 {
onClipEvent (load) {
temp_x = this._x;
temp_y = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x += 30;
this._xscale += 4;
if (this._x > temp_x + 600) {
_root.fire_magic_on02 = 0;
this._parent.removeMovieClip();
}
this.FB.play();
} else {
this.FB.stop();
}
}
}
frame 5 {
_root.se003.start();
this.stop();
}
}
movieClip 3051 fire_bullet01 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 3046 {
onClipEvent (load) {
temp_x = this._x;
temp_y = this._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x += 30;
this._xscale += 4;
if (this._x > temp_x + 600) {
_root.fire_magic_on01 = 0;
this._parent.removeMovieClip();
}
this.FB.play();
} else {
this.FB.stop();
}
}
}
frame 5 {
_root.se003.start();
this.stop();
}
}
movieClip 3052 {
frame 1 {
this.stop();
}
}
frame 3 {
this.stop();
}
button 3057 {
on (release) {
_root.se001.start();
_root.default_enemy_spec_normal();
this.gotoAndStop('title');
}
}
// unknown tag 88 length 79
movieClip 3061 {
}
instance of movieClip 3061 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 4 {
_root.bgm_allstop();
_root.anim_remove();
_root.default_numbers();
_root.default_enemystatus();
}
movieClip 3064 {
}
movieClip 3066 {
instance of movieClip 3064 {
onClipEvent (enterFrame) {
if (this._x <= -1100) {
this._x = 0;
} else {
this._x -= 2;
}
}
}
}
// unknown tag 88 length 60
button 3069 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 3074 {
frame 1 {
this.stop();
}
}
instance of movieClip 3074 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
button 3078 {
on (release) {
_root.se001.start();
_root.gotoAndStop('intro');
}
}
button 3080 {
on (release) {
_root.se001.start();
_root.gotoAndStop('howto');
}
}
button 3082 {
on (release) {
_root.se001.start();
if (passbox._currentframe == 1) {
passbox.gotoAndStop(2);
} else {
if (passbox._currentframe == 2) {
passbox.gotoAndStop(1);
}
}
}
}
button 3088 {
on (release) {
_root.cheat_func();
}
}
movieClip 3089 {
}
movieClip 3090 {
frame 2 {
this.stop();
}
}
movieClip 3091 {
instance passbox of movieClip 3090 {
onClipEvent (load) {
this.gotoAndStop(2);
key_enter_pass = 0;
_root.cheat_func = function () {
if (_root.passwordtext == 'g-open' && _root.cheat_ON01 != 1) {
_root.se099.start();
_root.cheat_ON01 = 1;
_root.open_gallery = 1;
_root.passwordtext = '';
}
if (_root.passwordtext == 'muteki' && _root.cheat_ON02 != 1) {
_root.se099.start();
_root.cheat_ON02 = 1;
_root.passwordtext = '';
}
if (_root.passwordtext == 'fire' && _root.cheat_ON03 != 1) {
_root.se099.start();
_root.cheat_ON03 = 1;
_root.fire_magic = '∞';
_root.passwordtext = '';
}
if (_root.passwordtext == 'goodjob' && (_root.cheat_ON01 != 1 || _root.cheat_ON02 != 1 || _root.cheat_ON03 != 1)) {
_root.se099.start();
_root.cheat_ON01 = 1;
_root.open_gallery = 1;
_root.cheat_ON02 = 1;
_root.cheat_ON03 = 1;
_root.fire_magic = '∞';
_root.passwordtext = '';
}
if (_root.passwordtext == 'girl' && _root.cheat_ON05 != 1) {
_root.se099.start();
_root.cheat_ON01 = 1;
_root.open_gallery = 1;
_root.cheat_ON05 = 1;
_root.open_gallery_plus = 1;
_root.passwordtext = '';
}
if (_root.passwordtext == 'noel' && (_root.cheat_ON01 != 1 || _root.cheat_ON02 != 1 || _root.cheat_ON03 != 1 || _root.cheat_ON05 != 1)) {
_root.se099.start();
_root.cheat_ON01 = 1;
_root.open_gallery = 1;
_root.cheat_ON02 = 1;
_root.cheat_ON03 = 1;
_root.fire_magic = '∞';
_root.cheat_ON04 = 1;
_root.cheat_ON05 = 1;
_root.open_gallery_plus = 1;
_root.passwordtext = '';
}
};
}
onClipEvent (enterFrame) {
if (!key_enter_pass && Key.isDown(13)) {
_root.cheat_func();
}
key_enter_pass = Key.isDown(13);
}
}
}
button 3097 {
on (release) {
_root.se001.start();
_root.now_stage = 1;
_root.gotoAndStop('stage');
}
}
button 3101 {
on (release) {
_root.se001.start();
_root.now_stage = 2;
_root.gotoAndStop('stage');
}
}
button 3105 {
on (release) {
_root.se001.start();
_root.now_stage = 3;
_root.gotoAndStop('stage');
}
}
button 3109 {
on (release) {
_root.se001.start();
_root.now_stage = 4;
_root.gotoAndStop('stage');
}
}
button 3113 {
on (release) {
_root.se001.start();
_root.now_stage = 5;
_root.gotoAndStop('stage');
}
}
button 3117 {
on (release) {
_root.se001.start();
_root.now_stage = 6;
_root.gotoAndStop('stage');
}
}
movieClip 3118 {
}
button 3120 {
on (release) {
_root.se001.start();
_root.now_stage = 'hell';
_root.gotoAndStop('stage');
}
}
button 3122 {
on (release) {
_root.se001.start();
_root.gotoAndStop('gallery');
}
}
button 3124 {
on (release) {
_root.se001.start();
_root.now_stage = 'debug';
_root.gotoAndStop('stage');
}
}
button 3126 {
on (release) {
_root.se001.start();
_root.gotoAndStop('intro');
}
}
movieClip 3127 {
frame 1 {
this.stop();
}
}
movieClip 3129 {
}
movieClip 3131 {
}
button 3134 {
on (release) {
if (_root.true_start != 1) {
_root.true_start = 1;
} else {
_root.true_start = 0;
}
_root.se011.start();
if (this._parent._parent.gamestart._currentframe == 1) {
this._parent._parent.gamestart.gotoAndStop(2);
} else {
this._parent._parent.gamestart.gotoAndStop(1);
}
this.gotoAndPlay('act');
}
}
movieClip 3136 {
}
movieClip 3138 {
}
movieClip 3139 {
frame 9 {
this.gotoAndPlay('wait');
}
frame 30 {
this.gotoAndPlay('wait');
}
}
movieClip 3140 {
frame 40 {
this.gotoAndPlay(1);
}
}
button 3144 {
on (release) {
_root.se001.start();
_root.now_stage = 7;
_root.gotoAndStop('stage');
}
}
movieClip 3146 {
frame 1 {
this.stop();
}
}
button 3148 {
on (release) {
_root.se001.start();
_root.gotoAndStop('gallery');
}
}
button 3150 {
on (release) {
_root.se001.start();
_root.gotoAndStop('omake');
}
}
movieClip 3153 {
frame 1 {
this.stop();
}
instance of movieClip 3146 {
onClipEvent (enterFrame) {
if (_root.true_start == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 3153 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(5);
} else {
if (_root.open_gallery_plus == 1) {
this.gotoAndStop(3);
} else {
if (_root.open_gallery == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
onClipEvent (enterFrame) {
if (_root.trial_mode == 1) {
this.gotoAndStop(5);
} else {
if (_root.open_gallery_plus == 1) {
this.gotoAndStop(3);
} else {
if (_root.open_gallery == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
}
movieClip 3157 {
frame 1 {
this.stop();
}
}
movieClip 3160 {
frame 1 {
this.stop();
}
}
movieClip 3163 {
}
movieClip 3169 {
}
movieClip 3173 {
}
button 3178 {
on (press) {
this.startDrag(false, -80, 0, 0, 0);
}
on (release, releaseOutside) {
_root.se001.start();
this.stopDrag();
}
}
movieClip 3179 {
}
movieClip 3180 {
instance se_bar of movieClip 3179 {
onClipEvent (load) {
this._x = _root.se_bar_x_save;
}
onClipEvent (enterFrame) {
_root.se_bar_x_save = this._x;
_root.se_vol = this._x / 0.8 + 100;
_root.se001.setVolume(_root.se_vol);
}
}
}
movieClip 3182 {
}
button 3185 {
on (release) {
_root.se001.start();
if (_root.top_interface.option_menu.se.se_bar.se_bar._x > -80) {
_root.top_interface.option_menu.se.se_bar.se_bar._x = -80;
} else {
_root.top_interface.option_menu.se.se_bar.se_bar._x = 0;
}
}
}
movieClip 3186 {
instance of movieClip 3182 {
onClipEvent (load) {
if (this._alpha != 0 && _root.option.option.se.se_bar.se_bar._x > -80) {
this._alpha = 0;
} else {
if (this._alpha != 100 && _root.option.option.se.se_bar.se_bar._x <= -80) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (this._alpha != 0 && _root.option.option.se.se_bar.se_bar._x > -80) {
this._alpha = 0;
} else {
if (this._alpha != 100 && _root.option.option.se.se_bar.se_bar._x <= -80) {
this._alpha = 100;
}
}
}
}
}
button 3188 {
on (press) {
this.startDrag(false, -80, 0, 0, 0);
}
on (release, releaseOutside) {
this.stopDrag();
_root.se001.start();
}
}
movieClip 3189 {
}
movieClip 3190 {
instance voice_bar of movieClip 3189 {
onClipEvent (load) {
this._x = _root.voice_bar_x_save;
}
onClipEvent (enterFrame) {
_root.voice_bar_x_save = this._x;
_root.voice_vol = this._x / 0.8 + 100;
_root.voice_aegi1_1.setVolume(_root.voice_vol);
}
}
}
button 3191 {
on (release) {
_root.se001.start();
if (_root.top_interface.option_menu.voice.voice_bar.voice_bar._x > -80) {
_root.top_interface.option_menu.voice.voice_bar.voice_bar._x = -80;
} else {
_root.top_interface.option_menu.voice.voice_bar.voice_bar._x = 0;
}
}
}
movieClip 3192 {
instance of movieClip 3182 {
onClipEvent (load) {
if (this._alpha != 0 && _root.option.option.voice.voice_bar.voice_bar._x > -80) {
this._alpha = 0;
} else {
if (this._alpha != 100 && _root.option.option.voice.voice_bar.voice_bar._x <= -80) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (this._alpha != 0 && _root.option.option.voice.voice_bar.voice_bar._x > -80) {
this._alpha = 0;
} else {
if (this._alpha != 100 && _root.option.option.voice.voice_bar.voice_bar._x <= -80) {
this._alpha = 100;
}
}
}
}
}
movieClip 3196 {
frame 1 {
this.stop();
}
}
button 3200 {
on (release) {
_root.se001.start();
_root.difficult = 1;
_root.easy_escape = 0;
}
}
button 3204 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 0;
}
}
button 3207 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 1;
}
}
button 3209 {
on (release) {
_root.se001.start();
_root.difficult = 1;
_root.easy_escape = 0;
}
}
button 3211 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 0;
}
}
button 3213 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 1;
}
}
movieClip 3214 {
frame 1 {
this.stop();
}
instance of movieClip 3196 {
onClipEvent (load) {
if (_root.difficult == 0 && _root.easy_escape == 1 && this._currentframe != 3) {
this.gotoAndStop(3);
} else {
if (_root.difficult == 1 && _root.easy_escape == 0 && this._currentframe != 2) {
this.gotoAndStop(2);
} else {
if (_root.difficult == 0 && _root.easy_escape == 0 && this._currentframe != 1) {
this.gotoAndStop(1);
}
}
}
}
onClipEvent (enterFrame) {
if (_root.difficult == 0 && _root.easy_escape == 1 && this._currentframe != 3) {
this.gotoAndStop(3);
} else {
if (_root.difficult == 1 && _root.easy_escape == 0 && this._currentframe != 2) {
this.gotoAndStop(2);
} else {
if (_root.difficult == 0 && _root.easy_escape == 0 && this._currentframe != 1) {
this.gotoAndStop(1);
}
}
}
}
}
}
movieClip 3216 {
frame 1 {
this.stop();
}
}
button 3220 {
on (release) {
_root.se001.start();
_root.anime_reduction = 1;
}
}
button 3223 {
on (release) {
_root.se001.start();
_root.anime_reduction = 0;
}
}
button 3225 {
on (release) {
_root.se001.start();
_root.anime_reduction = 1;
}
}
button 3227 {
on (release) {
_root.se001.start();
_root.anime_reduction = 0;
}
}
movieClip 3228 {
frame 1 {
this.stop();
}
instance of movieClip 3216 {
onClipEvent (load) {
if (_root.anime_reduction == 1 && this._currentframe != 2) {
this.gotoAndStop(2);
} else {
if (_root.anime_reduction == 0 && this._currentframe != 1) {
this.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.anime_reduction == 1 && this._currentframe != 2) {
this.gotoAndStop(2);
} else {
if (_root.anime_reduction == 0 && this._currentframe != 1) {
this.gotoAndStop(1);
}
}
}
}
}
movieClip 3231 {
}
button 3234 {
on (release) {
_root.se001.start();
_root.datui_lock_hat = 1;
this.gotoAndStop(2);
}
}
button 3235 {
on (release) {
_root.se001.start();
_root.datui_lock_hat = 0;
this.gotoAndStop(1);
}
}
movieClip 3236 {
frame 1 {
this.stop();
}
}
movieClip 3238 {
}
button 3240 {
on (release) {
_root.se001.start();
_root.datui_lock_cloak = 1;
this.gotoAndStop(2);
}
}
button 3241 {
on (release) {
_root.se001.start();
_root.datui_lock_cloak = 0;
this.gotoAndStop(1);
}
}
movieClip 3242 {
frame 1 {
this.stop();
}
}
movieClip 3244 {
}
button 3246 {
on (release) {
_root.se001.start();
_root.datui_lock_breast_wear = 1;
this.gotoAndStop(2);
}
}
button 3247 {
on (release) {
_root.se001.start();
_root.datui_lock_breast_wear = 0;
this.gotoAndStop(1);
}
}
movieClip 3248 {
frame 1 {
this.stop();
}
}
movieClip 3250 {
}
button 3252 {
on (release) {
_root.se001.start();
_root.datui_lock_skirt = 1;
this.gotoAndStop(2);
}
}
button 3253 {
on (release) {
_root.se001.start();
_root.datui_lock_skirt = 0;
this.gotoAndStop(1);
}
}
movieClip 3254 {
frame 1 {
this.stop();
}
}
movieClip 3256 {
}
button 3258 {
on (release) {
_root.se001.start();
_root.datui_lock_arm = 1;
this.gotoAndStop(2);
}
}
button 3259 {
on (release) {
_root.se001.start();
_root.datui_lock_arm = 0;
this.gotoAndStop(1);
}
}
movieClip 3260 {
frame 1 {
this.stop();
}
}
movieClip 3262 {
}
button 3264 {
on (release) {
_root.se001.start();
_root.datui_lock_shoes = 1;
this.gotoAndStop(2);
}
}
button 3265 {
on (release) {
_root.se001.start();
_root.datui_lock_shoes = 0;
this.gotoAndStop(1);
}
}
movieClip 3266 {
frame 1 {
this.stop();
}
}
movieClip 3268 {
}
button 3270 {
on (release) {
_root.se001.start();
_root.datui_lock_pantu = 1;
this.gotoAndStop(2);
}
}
button 3271 {
on (release) {
_root.se001.start();
_root.datui_lock_pantu = 0;
this.gotoAndStop(1);
}
}
movieClip 3272 {
frame 1 {
this.stop();
}
}
movieClip 3274 {
}
button 3276 {
on (release) {
_root.se001.start();
_root.datui_lock_leg = 1;
this.gotoAndStop(2);
}
}
button 3277 {
on (release) {
_root.se001.start();
_root.datui_lock_leg = 0;
this.gotoAndStop(1);
}
}
movieClip 3278 {
frame 1 {
this.stop();
}
}
button 3280 {
on (release) {
_root.se001.start();
_root.datui_lock_hat = 1;
this.gotoAndStop(2);
}
}
button 3281 {
on (release) {
_root.se001.start();
_root.datui_lock_hat = 0;
this.gotoAndStop(1);
}
}
movieClip 3282 {
frame 1 {
this.stop();
}
}
button 3284 {
on (release) {
_root.se001.start();
_root.datui_lock_cloak = 1;
this.gotoAndStop(2);
}
}
button 3285 {
on (release) {
_root.se001.start();
_root.datui_lock_cloak = 0;
this.gotoAndStop(1);
}
}
movieClip 3286 {
frame 1 {
this.stop();
}
}
button 3288 {
on (release) {
_root.se001.start();
_root.datui_lock_breast_wear = 1;
this.gotoAndStop(2);
}
}
button 3289 {
on (release) {
_root.se001.start();
_root.datui_lock_breast_wear = 0;
this.gotoAndStop(1);
}
}
movieClip 3290 {
frame 1 {
this.stop();
}
}
button 3292 {
on (release) {
_root.se001.start();
_root.datui_lock_skirt = 1;
this.gotoAndStop(2);
}
}
button 3293 {
on (release) {
_root.se001.start();
_root.datui_lock_skirt = 0;
this.gotoAndStop(1);
}
}
movieClip 3294 {
frame 1 {
this.stop();
}
}
button 3296 {
on (release) {
_root.se001.start();
_root.datui_lock_arm = 1;
this.gotoAndStop(2);
}
}
button 3297 {
on (release) {
_root.se001.start();
_root.datui_lock_arm = 0;
this.gotoAndStop(1);
}
}
movieClip 3298 {
frame 1 {
this.stop();
}
}
button 3300 {
on (release) {
_root.se001.start();
_root.datui_lock_shoes = 1;
this.gotoAndStop(2);
}
}
button 3301 {
on (release) {
_root.se001.start();
_root.datui_lock_shoes = 0;
this.gotoAndStop(1);
}
}
movieClip 3302 {
frame 1 {
this.stop();
}
}
button 3304 {
on (release) {
_root.se001.start();
_root.datui_lock_pantu = 1;
this.gotoAndStop(2);
}
}
button 3305 {
on (release) {
_root.se001.start();
_root.datui_lock_pantu = 0;
this.gotoAndStop(1);
}
}
movieClip 3306 {
frame 1 {
this.stop();
}
}
button 3308 {
on (release) {
_root.se001.start();
_root.datui_lock_leg = 1;
this.gotoAndStop(2);
}
}
button 3309 {
on (release) {
_root.se001.start();
_root.datui_lock_leg = 0;
this.gotoAndStop(1);
}
}
movieClip 3310 {
frame 1 {
this.stop();
}
}
movieClip 3311 {
frame 1 {
this.stop();
}
instance of movieClip 3236 {
onClipEvent (load) {
if (_root.datui_lock_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3242 {
onClipEvent (load) {
if (_root.datui_lock_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3248 {
onClipEvent (load) {
if (_root.datui_lock_breast_wear == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3254 {
onClipEvent (load) {
if (_root.datui_lock_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3260 {
onClipEvent (load) {
if (_root.datui_lock_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3266 {
onClipEvent (load) {
if (_root.datui_lock_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3272 {
onClipEvent (load) {
if (_root.datui_lock_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3278 {
onClipEvent (load) {
if (_root.datui_lock_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3282 {
onClipEvent (load) {
if (_root.datui_lock_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3286 {
onClipEvent (load) {
if (_root.datui_lock_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3290 {
onClipEvent (load) {
if (_root.datui_lock_breast_wear == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3294 {
onClipEvent (load) {
if (_root.datui_lock_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3298 {
onClipEvent (load) {
if (_root.datui_lock_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3302 {
onClipEvent (load) {
if (_root.datui_lock_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3306 {
onClipEvent (load) {
if (_root.datui_lock_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3310 {
onClipEvent (load) {
if (_root.datui_lock_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3314 {
}
button 3316 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 0;
this.gotoAndStop(2);
}
}
button 3317 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 1;
this.gotoAndStop(1);
}
}
movieClip 3318 {
frame 1 {
this.stop();
}
}
movieClip 3320 {
}
button 3322 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 'half';
this.gotoAndStop(2);
}
}
button 3323 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 'off';
this.gotoAndStop(3);
}
}
movieClip 3325 {
}
button 3326 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 'full';
this.gotoAndStop(1);
}
}
movieClip 3327 {
frame 1 {
this.stop();
}
}
movieClip 3329 {
}
button 3331 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 0;
this.gotoAndStop(2);
}
}
button 3332 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 1;
this.gotoAndStop(1);
}
}
movieClip 3333 {
frame 1 {
this.stop();
}
}
movieClip 3335 {
}
button 3337 {
on (release) {
_root.se001.start();
_root.abnormal_danmenzu = 0;
this.gotoAndStop(2);
}
}
button 3338 {
on (release) {
_root.se001.start();
_root.abnormal_danmenzu = 1;
this.gotoAndStop(1);
}
}
movieClip 3339 {
frame 1 {
this.stop();
}
}
movieClip 3341 {
}
button 3343 {
on (release) {
_root.se001.start();
_root.abnormal_3P = 0;
this.gotoAndStop(2);
}
}
button 3344 {
on (release) {
_root.se001.start();
_root.abnormal_3P = 1;
this.gotoAndStop(1);
}
}
movieClip 3345 {
frame 1 {
this.stop();
}
}
movieClip 3347 {
}
button 3349 {
on (release) {
_root.se001.start();
_root.abnormal_bonyu = 0;
this.gotoAndStop(2);
}
}
button 3350 {
on (release) {
_root.se001.start();
_root.abnormal_bonyu = 1;
this.gotoAndStop(1);
}
}
movieClip 3351 {
frame 1 {
this.stop();
}
}
button 3353 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 0;
this.gotoAndStop(2);
}
}
button 3354 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 1;
this.gotoAndStop(1);
}
}
movieClip 3355 {
frame 1 {
this.stop();
}
}
button 3357 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 'half';
this.gotoAndStop(2);
}
}
button 3358 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 'off';
this.gotoAndStop(3);
}
}
button 3359 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 'full';
this.gotoAndStop(1);
}
}
movieClip 3360 {
frame 1 {
this.stop();
}
}
button 3362 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 0;
this.gotoAndStop(2);
}
}
button 3363 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 1;
this.gotoAndStop(1);
}
}
movieClip 3364 {
frame 1 {
this.stop();
}
}
button 3366 {
on (release) {
_root.se001.start();
_root.abnormal_danmenzu = 0;
this.gotoAndStop(2);
}
}
button 3367 {
on (release) {
_root.se001.start();
_root.abnormal_danmenzu = 1;
this.gotoAndStop(1);
}
}
movieClip 3368 {
frame 1 {
this.stop();
}
}
button 3370 {
on (release) {
_root.se001.start();
_root.abnormal_3P = 0;
this.gotoAndStop(2);
}
}
button 3371 {
on (release) {
_root.se001.start();
_root.abnormal_3P = 1;
this.gotoAndStop(1);
}
}
movieClip 3372 {
frame 1 {
this.stop();
}
}
button 3374 {
on (release) {
_root.se001.start();
_root.abnormal_bonyu = 0;
this.gotoAndStop(2);
}
}
button 3375 {
on (release) {
_root.se001.start();
_root.abnormal_bonyu = 1;
this.gotoAndStop(1);
}
}
movieClip 3376 {
frame 1 {
this.stop();
}
}
movieClip 3377 {
frame 1 {
this.stop();
}
instance of movieClip 3318 {
onClipEvent (load) {
if (_root.abnormal_egg == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3327 {
onClipEvent (load) {
switch (_root.abnormal_osikko) {
case 'full':
this.gotoAndStop(1);
break;
case 'half':
this.gotoAndStop(2);
break;
case 'off':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 3333 {
onClipEvent (load) {
if (_root.abnormal_futanari == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3339 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3345 {
onClipEvent (load) {
if (_root.abnormal_3P == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3351 {
onClipEvent (load) {
if (_root.abnormal_bonyu == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3355 {
onClipEvent (load) {
if (_root.abnormal_egg == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3360 {
onClipEvent (load) {
switch (_root.abnormal_osikko) {
case 'full':
this.gotoAndStop(1);
break;
case 'half':
this.gotoAndStop(2);
break;
case 'off':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 3364 {
onClipEvent (load) {
if (_root.abnormal_futanari == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3368 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3372 {
onClipEvent (load) {
if (_root.abnormal_3P == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3376 {
onClipEvent (load) {
if (_root.abnormal_bonyu == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
button 3380 {
on (release) {
_root.se001.start();
_root.hit_alpha = 1;
}
}
button 3382 {
on (release) {
_root.se001.start();
_root.hit_alpha = 0;
}
}
button 3384 {
on (release) {
_root.se001.start();
_root.hit_alpha = 1;
}
}
button 3386 {
on (release) {
_root.se001.start();
_root.hit_alpha = 0;
}
}
movieClip 3387 {
frame 1 {
this.stop();
}
instance of movieClip 3216 {
onClipEvent (load) {
if (_root.hit_alpha == 1 && this._currentframe != 2) {
this.gotoAndStop(2);
} else {
if (_root.hit_alpha == 0 && this._currentframe != 1) {
this.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1 && this._currentframe != 2) {
this.gotoAndStop(2);
} else {
if (_root.hit_alpha == 0 && this._currentframe != 1) {
this.gotoAndStop(1);
}
}
}
}
}
button 3390 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 0;
}
}
button 3392 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 1;
}
}
button 3394 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 0;
}
}
button 3396 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 1;
}
}
movieClip 3397 {
frame 1 {
this.stop();
}
instance of movieClip 3216 {
onClipEvent (load) {
if (_root.message_hihyouji == 1 && this._currentframe != 1) {
this.gotoAndStop(1);
} else {
if (_root.message_hihyouji == 0 && this._currentframe != 2) {
this.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
if (_root.message_hihyouji == 1 && this._currentframe != 1) {
this.gotoAndStop(1);
} else {
if (_root.message_hihyouji == 0 && this._currentframe != 2) {
this.gotoAndStop(2);
}
}
}
}
}
movieClip 3398 {
frame 1 {
this.stop();
}
}
button 3401 {
on (release) {
_quality = 'best';
_root.se001.start();
_root.gasitu_now = 4;
}
}
button 3403 {
on (release) {
_quality = 'high';
_root.se001.start();
_root.gasitu_now = 3;
}
}
button 3405 {
on (release) {
_quality = 'medium';
_root.se001.start();
_root.gasitu_now = 2;
}
}
button 3407 {
on (release) {
_quality = 'low';
_root.se001.start();
_root.gasitu_now = 1;
}
}
movieClip 3408 {
instance of movieClip 3398 {
onClipEvent (load) {
this.gotoAndStop(_root.gasitu_now);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gasitu_now);
}
}
}
movieClip 3410 {
frame 1 {
this.stop();
}
}
button 3413 {
on (release) {
_root.se001.start();
_root.voice_timing = 0;
}
}
button 3416 {
on (release) {
_root.se001.start();
_root.voice_timing = 1;
}
}
button 3419 {
on (release) {
_root.se001.start();
_root.voice_timing = 0;
}
}
button 3421 {
on (release) {
_root.se001.start();
_root.voice_timing = 1;
}
}
movieClip 3422 {
frame 1 {
this.stop();
}
instance of movieClip 3410 {
onClipEvent (load) {
if (_root.voice_timing == 1 && this._currentframe != 2) {
this.gotoAndStop(2);
} else {
if (_root.voice_timing == 0 && this._currentframe != 1) {
this.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.voice_timing == 1 && this._currentframe != 2) {
this.gotoAndStop(2);
} else {
if (_root.voice_timing == 0 && this._currentframe != 1) {
this.gotoAndStop(1);
}
}
}
}
}
button 3426 {
on (release) {
_root.se001.start();
gotoAndStop(1);
}
}
button 3429 {
on (release) {
_root.se001.start();
if (makers._currentframe != 1) {
makers.gotoAndStop(1);
} else {
makers.gotoAndStop(2);
}
}
}
button 3432 {
on (release) {
_root.se001.start();
OPsave_mes.gotoAndPlay(2);
_root.so.data.bgm_bar_x_save = _root.bgm_bar_x_save;
_root.so.data.se_bar_x_save = _root.se_bar_x_save;
_root.so.data.voice_bar_x_save = _root.voice_bar_x_save;
_root.so.data.difficult = _root.difficult;
_root.so.data.easy_escape = _root.easy_escape;
_root.so.data.datui_lock_hat = _root.datui_lock_hat;
_root.so.data.datui_lock_cloak = _root.datui_lock_cloak;
_root.so.data.datui_lock_breast_wear = _root.datui_lock_breast_wear;
_root.so.data.datui_lock_skirt = _root.datui_lock_skirt;
_root.so.data.datui_lock_pantu = _root.datui_lock_pantu;
_root.so.data.datui_lock_arm = _root.datui_lock_arm;
_root.so.data.datui_lock_leg = _root.datui_lock_leg;
_root.so.data.datui_lock_shoes = _root.datui_lock_shoes;
_root.so.data.abnormal_egg = _root.abnormal_egg;
_root.so.data.abnormal_bonyu = _root.abnormal_bonyu;
_root.so.data.abnormal_osikko = _root.abnormal_osikko;
_root.so.data.abnormal_futanari = _root.abnormal_futanari;
_root.so.data.abnormal_3P = _root.abnormal_3P;
_root.so.data.hit_alpha = _root.hit_alpha;
_root.so.data.message_hihyouji = _root.message_hihyouji;
_root.so.data.gasitu_now = _root.gasitu_now;
_root.so.data.abnormal_danmenzu = _root.abnormal_danmenzu;
_root.so.data.voice_timing = _root.voice_timing;
var ret = _root.so.flush();
if (_root.lang_eng == 0) {
if (ret == 'pending') {
_root.OPTmsg = 'ãƒãƒ¼ãƒ‰ãƒ‡ã‚£ã‚¹ã‚¯ã¸å¤‰æ›´å†…容をä¿å˜ã—ã¾ã™ã€‚';
} else {
if (ret) {
_root.OPTmsg = 'オプションã®å†…容をä¿å˜ã—ã¾ã—ãŸã€‚\n';
_root.OPTmsg += '次回起動時ã€è‡ªå‹•çš„ã«èªã¿è¾¼ã¾ã‚Œã¾ã™ã€‚\n';
_root.OPTmsg = _root.OPTmsg + 'ä½¿ç”¨å®¹é‡ : ' + _root.so.getSize() + 'byte\n';
} else {
_root.OPTmsg = '書ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸâ€¦â€¦';
}
}
} else {
if (ret == 'pending') {
_root.OPTmsg = 'Save the option.';
} else {
if (ret) {
_root.OPTmsg = 'Save the option.\n';
_root.OPTmsg += 'It will read when you start this game the next time.\n';
_root.OPTmsg = _root.OPTmsg + 'Used capacity : ' + _root.so.getSize() + 'byte\n';
} else {
_root.OPTmsg = 'Failed to write...';
}
}
}
}
}
movieClip 3434 {
instance bgm_bar of movieClip 3179 {
onClipEvent (load) {
this._x = _root.bgm_bar_x_save;
}
onClipEvent (enterFrame) {
_root.bgm_bar_x_save = this._x;
_root.bgm_vol = this._x / 0.8 + 100;
_root.bgm001.setVolume(_root.bgm_vol);
_root.bgm002.setVolume(_root.bgm_vol);
_root.bgm003.setVolume(_root.bgm_vol);
_root.bgm004.setVolume(_root.bgm_vol);
_root.bgm005.setVolume(_root.bgm_vol);
_root.bgm006.setVolume(_root.bgm_vol);
_root.bgm007.setVolume(_root.bgm_vol);
}
}
}
button 3435 {
on (release) {
_root.se001.start();
if (_root.top_interface.option_menu.bgm.bgm_bar.bgm_bar._x > -80) {
_root.top_interface.option_menu.bgm.bgm_bar.bgm_bar._x = -80;
} else {
_root.top_interface.option_menu.bgm.bgm_bar.bgm_bar._x = 0;
}
}
}
movieClip 3436 {
instance of movieClip 3182 {
onClipEvent (load) {
if (this._alpha != 0 && _root.option.option.se.se_bar.se_bar._x > -80) {
this._alpha = 0;
} else {
if (this._alpha != 100 && _root.option.option.se.se_bar.se_bar._x <= -80) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (this._alpha != 0 && _root.option.option.se.se_bar.se_bar._x > -80) {
this._alpha = 0;
} else {
if (this._alpha != 100 && _root.option.option.se.se_bar.se_bar._x <= -80) {
this._alpha = 100;
}
}
}
}
}
button 3440 {
on (release) {
_root.se001.start();
if (_root.renewal_on != 1) {
_root.renewal_on = 1;
_root.top_interface.option_menu.renewal.renewal.renewal_mes.gotoAndStop(1);
} else {
_root.renewal_on = 0;
_root.top_interface.option_menu.renewal.renewal.renewal_mes.gotoAndStop('void');
}
}
}
movieClip 3441 {
frame 1 {
this.stop();
}
}
movieClip 3443 {
}
button 3445 {
on (release) {
_root.se001.start();
nextFrame();
}
}
button 3447 {
on (release) {
_root.se001.start();
prevFrame();
}
}
movieClip 3467 {
frame 1 {
this.stop();
}
frame 2 {
this.stop();
}
frame 3 {
this.stop();
}
frame 4 {
this.stop();
}
frame 5 {
this.stop();
}
frame 6 {
this.stop();
}
frame 7 {
this.stop();
}
frame 8 {
this.stop();
}
frame 9 {
this.stop();
}
frame 10 {
this.stop();
}
frame 11 {
this.stop();
}
frame 12 {
this.stop();
}
frame 13 {
this.stop();
}
frame 14 {
this.stop();
}
frame 15 {
this.stop();
}
frame 16 {
this.stop();
}
frame 17 {
this.stop();
}
frame 18 {
this.stop();
}
frame 19 {
this.stop();
}
frame 20 {
this.stop();
}
frame 21 {
this.stop();
}
frame 22 {
this.stop();
}
}
movieClip 3468 {
frame 1 {
this.stop();
}
instance renewal_mes of movieClip 3467 {
onClipEvent (load) {
this.gotoAndStop('void');
}
}
}
movieClip 3469 {
instance of movieClip 3441 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance renewal of movieClip 3468 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 3472 {
frame 2 {
this.stop();
}
}
movieClip 3474 {
}
movieClip 3475 {
frame 1 {
this.stop();
}
instance of movieClip 3472 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 70 {
this.gotoAndStop(1);
}
}
// unknown tag 88 length 76
movieClip 3482 {
frame 1 {
this.stop();
}
}
movieClip 3483 {
frame 1 {
this.stop();
}
instance of movieClip 3482 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 3484 {
frame 1 {
this.stop();
}
instance of movieClip 3339 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3345 {
onClipEvent (load) {
if (_root.abnormal_3P == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 3485 {
frame 1 {
this.stop();
}
instance of movieClip 3214 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3228 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3311 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3377 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3387 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3397 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3422 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance makers of movieClip 3483 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
instance of movieClip 3484 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 3489 {
}
button 3490 {
on (release) {
_root.se001.start();
if (option_menu._currentframe == 1) {
if (_root.trial_mode == 1) {
option_menu.gotoAndStop(3);
} else {
option_menu.gotoAndStop(2);
}
} else {
option_menu.gotoAndStop(1);
}
}
}
movieClip 3496 {
}
movieClip 3498 {
}
movieClip 3500 {
}
movieClip 3502 {
}
// unknown tag 88 length 93
movieClip 3508 {
instance of movieClip 3498 {
onClipEvent (enterFrame) {
if (_root.now_stage == 'howto') {
} else {
if (_root.score <= 0) {
this._x = 0;
} else {
if (_root.score >= _root.GOAL_Point) {
this._x = 80;
} else {
this._x = (_root.score / _root.GOAL_Point) * 80;
}
}
}
}
}
instance of movieClip 3500 {
onClipEvent (enterFrame) {
if (_root.chaser_score + _root.chaser_startPoint >= _root.GOAL_Point) {
this._x = 80;
this._alpha = 100;
} else {
if (_root.chaser_score + _root.chaser_startPoint <= 0) {
this._x = 0;
this._alpha = 0;
} else {
this._x = ((_root.chaser_score + _root.chaser_startPoint) / _root.GOAL_Point) * 80;
this._alpha = 100;
}
}
}
}
instance of movieClip 3502 {
onClipEvent (enterFrame) {
switch (_root.now_stage) {
case 5:
if (_root.enemyHP[15] <= 0) {
this._xscale = 0;
} else {
if (_root.enemyHP[15] >= _root.enemyHP_max[15]) {
this._xscale = 100;
} else {
this._xscale = (_root.enemyHP[15] / _root.enemyHP_max[15]) * 100;
}
}
break;
case 6:
if (_root.enemyHP[20] <= 0) {
this._xscale = 0;
} else {
if (_root.enemyHP[20] >= _root.enemyHP_max[20]) {
this._xscale = 100;
} else {
this._xscale = (_root.enemyHP[20] / _root.enemyHP_max[20]) * 100;
}
}
break;
case 7:
if (_root.enemyHP[21] <= 0) {
this._xscale = 0;
} else {
if (_root.enemyHP[21] >= _root.enemyHP_max[21]) {
this._xscale = 100;
} else {
this._xscale = (_root.enemyHP[21] / _root.enemyHP_max[21]) * 100;
}
}
break;
default:
}
}
}
}
movieClip 3511 {
}
movieClip 3512 {
instance of movieClip 3157 {
onClipEvent (load) {
_root.HP_REcount = 0;
}
onClipEvent (enterFrame) {
if (_root.cheat_ON02 == 1) {
_root.HP = 300;
this.gotoAndStop(_root.HP);
} else {
if (_root.HP >= 1 && _root.HP <= 300 && _root.yarare_on != 1 && _root.now_pause == 0) {
if (_root.HP_REcount == 30) {
_root.HP_REcount = 0;
_root.HP += 1;
} else {
_root.HP_REcount += 1;
}
}
if (_root.HP >= 300) {
_root.HP = 300;
this.gotoAndStop(300);
} else {
if (_root.HP <= 1) {
_root.HP = 1;
this.gotoAndStop(1);
} else {
this.gotoAndStop(_root.HP);
}
}
}
}
}
instance of movieClip 3160 {
onClipEvent (enterFrame) {
if (_root.pleasure >= 300) {
_root.pleasure = 300;
this.gotoAndStop(300);
} else {
if (_root.pleasure <= 1) {
_root.pleasure = 1;
this.gotoAndStop(1);
} else {
this.gotoAndStop(_root.pleasure);
}
}
}
}
instance option_menu of movieClip 3485 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
instance of movieClip 3508 {
onClipEvent (enterFrame) {
if (_root.now_stage == 'hell' || _root.now_stage == 'debug') {
this.gotoAndStop(3);
} else {
if (_root.BOSSmode_on != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
}
movieClip 3514 {
}
button 3516 {
on (release) {
_root.se001.start();
_root.top_interface._x = 3000;
_root.zoom_mc.vol_bar._y = 3000;
_root.zoom_mc.target_start._y = 3000;
_root.GLbtn.back_btn._y = 1;
_root.cheat_select._y = 1;
this.gotoAndStop(2);
}
}
button 3518 {
on (release) {
_root.se001.start();
_root.top_interface._x = 0;
_root.zoom_mc.vol_bar._y = 46;
_root.zoom_mc.target_start._y = 46;
_root.GLbtn.back_btn._y = 50;
_root.cheat_select._y = 47;
this.gotoAndStop(1);
}
}
movieClip 3519 {
frame 1 {
this.stop();
}
}
movieClip 3521 {
frame 2 {
this.stop();
}
}
button 3524 {
on (release) {
_root.se001.start();
if (_root.cheat_ON02 == 1) {
_root.cheat_ON02 = 2;
} else {
_root.cheat_ON02 = 1;
}
}
}
movieClip 3527 {
frame 1 {
this.stop();
}
}
movieClip 3528 {
instance of movieClip 3527 {
onClipEvent (load) {
if (_root.cheat_ON02 != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON02 != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
frame 2 {
this.stop();
}
}
button 3529 {
on (release) {
_root.se001.start();
if (_root.cheat_ON03 == 1) {
_root.cheat_ON03 = 2;
_root.fire_magic = 3;
} else {
_root.cheat_ON03 = 1;
_root.fire_magic = '∞';
}
}
}
movieClip 3532 {
frame 1 {
this.stop();
}
}
movieClip 3533 {
instance of movieClip 3532 {
onClipEvent (load) {
if (_root.cheat_ON03 != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON03 != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
frame 2 {
this.stop();
}
}
movieClip 3535 {
frame 2 {
this.stop();
}
}
button 3539 {
on (release) {
_root.se001.start();
if (_root.naked_mode == 0) {
_root.naked_mode = 1;
_root.wear_hat = 1;
_root.wear_breast = 1;
_root.wear_skirt = 1;
_root.wear_cloak = 1;
_root.wear_arm = 1;
_root.wear_leg = 1;
_root.wear_shoes = 1;
_root.wear_pantu = 1;
} else {
_root.naked_mode = 0;
_root.wear_hat = 0;
_root.wear_breast = 0;
_root.wear_skirt = 0;
_root.wear_cloak = 0;
_root.wear_arm = 0;
_root.wear_leg = 0;
_root.wear_shoes = 0;
_root.wear_pantu = 0;
}
}
}
movieClip 3542 {
frame 3 {
this.stop();
}
}
movieClip 3543 {
instance of movieClip 3521 {
onClipEvent (load) {
if (_root.cheat_ON01 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON01 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3528 {
onClipEvent (load) {
if (_root.cheat_ON02 >= 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON02 >= 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3533 {
onClipEvent (load) {
if (_root.cheat_ON03 >= 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON03 >= 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3535 {
onClipEvent (load) {
if (_root.cheat_ON05 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON05 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3542 {
onClipEvent (load) {
if (_root.cheat_ON05 == 1) {
if (_root.naked_mode == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON05 == 1) {
if (_root.naked_mode == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(3);
}
}
}
}
instance cheat_select of movieClip 3543 {
onClipEvent (load) {
if (_root.interface_closer._currentframe == 1) {
this._y = 47;
} else {
this._y = 1;
}
}
}
movieClip 3545 {
}
instance of movieClip 3545 {
onClipEvent (load) {
this._alpha = 0;
}
}
button 3549 {
on (release) {
_root.se099.start();
_root.cheat_ON01 = 1;
_root.open_gallery = 1;
_root.cheat_ON02 = 1;
_root.cheat_ON03 = 1;
_root.fire_magic = '∞';
_root.cheat_ON05 = 1;
_root.open_gallery_plus = 1;
}
}
button 3553 {
on (release) {
_root.se001.start();
_root.lang_eng = 1;
gotoAndStop(2);
}
}
button 3557 {
on (release) {
_root.se001.start();
_root.lang_eng = 0;
gotoAndStop(1);
}
}
movieClip 3558 {
frame 1 {
this.stop();
}
}
button 3562 {
on (release) {
_root.se001.start();
_root.gotoAndStop('ending');
}
}
movieClip 3563 {
frame 1 {
this.stop();
}
instance of movieClip 3558 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
}
instance of movieClip 3563 {
onClipEvent (load) {
if (_root.debug_mode == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 3568 {
}
// unknown tag 88 length 76
movieClip 3572 {
}
movieClip 3574 {
}
movieClip 3577 {
}
movieClip 3578 {
frame 1 {
this.stop();
}
instance of movieClip 3568 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance of movieClip 3572 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3577 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
instance of movieClip 3578 {
onClipEvent (load) {
if (_root.true_start == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 3580 {
frame 1 {
this.stop();
}
}
movieClip 3581 {
instance cloak of movieClip 3580 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3583 {
frame 1 {
this.stop();
}
}
movieClip 3584 {
instance hat_back of movieClip 3583 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3586 {
}
movieClip 3588 {
frame 1 {
this.stop();
}
}
movieClip 3589 {
instance collar_back of movieClip 3588 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3592 {
frame 1 {
this.stop();
}
}
movieClip 3593 {
instance left_arm of movieClip 3592 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3595 {
}
movieClip 3597 {
}
movieClip 3599 {
}
movieClip 3601 {
frame 1 {
this.stop();
}
}
movieClip 3602 {
instance breast_wear_back of movieClip 3601 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3605 {
frame 1 {
this.stop();
}
}
movieClip 3606 {
instance right_arm of movieClip 3605 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3608 {
}
movieClip 3611 {
frame 1 {
this.stop();
}
}
movieClip 3612 {
instance left_forearm of movieClip 3611 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3615 {
frame 1 {
this.stop();
}
}
movieClip 3616 {
instance right_forearm of movieClip 3615 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3619 {
frame 1 {
this.stop();
}
}
movieClip 3620 {
instance left_hand of movieClip 3619 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3623 {
frame 1 {
this.stop();
}
}
movieClip 3624 {
instance right_handA of movieClip 3623 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3626 {
}
movieClip 3628 {
}
movieClip 3630 {
}
movieClip 3631 {
}
movieClip 3634 {
frame 1 {
this.stop();
}
}
movieClip 3635 {
instance right_handB of movieClip 3634 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3637 {
}
movieClip 3639 {
}
movieClip 3641 {
}
movieClip 3643 {
}
movieClip 3645 {
}
movieClip 3648 {
frame 1 {
this.stop();
}
}
movieClip 3649 {
instance left_thigh of movieClip 3648 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3651 {
}
movieClip 3653 {
}
movieClip 3655 {
}
movieClip 3657 {
}
movieClip 3659 {
frame 1 {
this.stop();
}
}
movieClip 3660 {
instance collar_right of movieClip 3659 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3664 {
}
movieClip 3666 {
}
movieClip 3668 {
}
movieClip 3670 {
}
movieClip 3672 {
}
movieClip 3674 {
}
movieClip 3676 {
}
movieClip 3677 {
frame 1 {
this.stop();
}
}
movieClip 3679 {
instance of movieClip 3672 {
onClipEvent (load) {
if (this._parent._parent.touch_after == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3677 {
onClipEvent (load) {
if (this._parent._parent.touch_after == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3682 {
frame 1 {
this.stop();
}
}
movieClip 3683 {
instance of movieClip 3682 {
onClipEvent (load) {
if (this._parent._parent.touch_after == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3685 {
frame 1 {
this.stop();
}
}
movieClip 3686 {
instance hat_front of movieClip 3685 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3688 {
frame 1 {
this.stop();
}
}
movieClip 3689 {
instance collar_left of movieClip 3688 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3691 {
}
movieClip 3693 {
}
movieClip 3694 {
frame 1 {
this.stop();
}
}
movieClip 3695 {
instance tie of movieClip 3694 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3697 {
frame 1 {
this.stop();
}
}
movieClip 3698 {
instance pantuB of movieClip 3697 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3700 {
frame 1 {
this.stop();
}
}
movieClip 3701 {
instance pantuA of movieClip 3700 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3704 {
frame 1 {
this.stop();
}
}
movieClip 3705 {
instance right_thigh of movieClip 3704 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3707 {
frame 1 {
this.stop();
}
}
movieClip 3708 {
instance skirt_front of movieClip 3707 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3710 {
frame 1 {
this.stop();
}
}
movieClip 3711 {
instance breast_wear_front of movieClip 3710 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
button 3713 {
on (press) {
this.gotoAndPlay('oppai');
}
}
movieClip 3715 {
}
movieClip 3717 {
}
movieClip 3719 {
}
movieClip 3720 {
}
movieClip 3721 {
}
movieClip 3722 {
}
movieClip 3723 {
frame 60 {
this.gotoAndPlay('wait');
}
frame 61 {
_root.voice_play('aegi1');
touch_after = 1;
}
frame 81 {
this.gotoAndPlay('wait');
}
}
instance of movieClip 3723 {
onClipEvent (load) {
touch_after = 0;
}
}
movieClip 3725 {
}
button 3726 {
on (release) {
_root.se001.start();
_root.now_stage = 1;
_root.gotoAndStop('stage');
}
}
frame 6 {
_root.now_stage = 'howto';
_root.default_numbers();
if (_root.trial_mode != 1) {
_root.player.loadMovie('data/data001.swf');
}
_root.default_zoom();
}
movieClip 3730 {
}
movieClip 3738 {
}
movieClip 3751 {
}
movieClip 3753 {
}
button 3754 {
on (release) {
_root.se001.start();
_root.gotoAndStop('title');
}
}
movieClip 3755 {
instance of movieClip 3751 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 3757 {
}
movieClip 3758 {
}
movieClip 3760 {
}
movieClip 3761 {
}
movieClip 3763 {
}
movieClip 3765 {
}
movieClip 3766 {
}
movieClip 3769 {
}
movieClip 3770 {
}
movieClip 3773 {
}
movieClip 3774 {
}
movieClip 3777 {
}
movieClip 3778 {
}
movieClip 3780 {
}
movieClip 3783 {
}
movieClip 3784 {
}
movieClip 3787 {
}
movieClip 3788 {
}
movieClip 3791 {
}
movieClip 3792 {
}
movieClip 3795 {
}
movieClip 3796 {
}
movieClip 3798 {
}
movieClip 3800 {
}
movieClip 3803 {
}
movieClip 3804 {
}
movieClip 3807 {
}
movieClip 3808 {
}
movieClip 3810 {
}
movieClip 3812 {
}
movieClip 3814 {
}
movieClip 3816 {
}
movieClip 3818 {
}
movieClip 3820 {
}
movieClip 3822 {
}
movieClip 3825 {
}
movieClip 3827 {
}
movieClip 3829 {
}
movieClip 3830 {
}
movieClip 3832 {
}
movieClip 3833 {
}
movieClip 3837 {
}
movieClip 3839 {
}
movieClip 3841 {
}
movieClip 3842 {
}
movieClip 3844 {
}
movieClip 3845 {
}
movieClip 3848 {
}
movieClip 3849 {
}
movieClip 3852 {
}
movieClip 3853 {
}
movieClip 3855 {
}
movieClip 3856 {
}
movieClip 3859 {
}
movieClip 3860 {
}
movieClip 3862 {
}
movieClip 3864 {
}
movieClip 3866 {
}
movieClip 3867 {
}
movieClip 3870 {
}
movieClip 3871 {
}
movieClip 3874 {
frame 1 {
this.stop();
}
}
movieClip 3875 {
}
movieClip 3877 {
}
movieClip 3879 {
}
movieClip 3880 {
}
movieClip 3881 {
}
instance player of movieClip 3881 {
onClipEvent (enterFrame) {
_root.player_ctrl();
}
}
movieClip 3883 {
}
movieClip 3885 {
}
movieClip 3888 {
}
movieClip 3891 {
}
movieClip 3893 {
}
movieClip 3895 {
}
movieClip 3897 {
}
movieClip 3898 {
}
button 3903 {
on (release) {
_root.se001.start();
this.gotoAndStop(2);
}
}
movieClip 3904 {
frame 1 {
this.stop();
}
instance of movieClip 3891 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
// unknown tag 88 length 126
button 3910 {
on (release) {
_root.se001.start();
_root.gotoAndStop('title');
}
}
movieClip 3911 {
}
movieClip 3913 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 3885 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
instance of movieClip 3888 {
onClipEvent (load) {
if (_root.gallery_mode_on == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
instance of movieClip 3904 {
onClipEvent (load) {
if (_root.interface_closer._currentframe == 1) {
this._y = 53;
} else {
this._y = 3000;
}
}
}
instance of movieClip 3911 {
onClipEvent (load) {
if (_root.gallery_mode_on == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3915 {
}
instance of movieClip 3915 {
onClipEvent (enterFrame) {
_root.move_speed_show = 'speed:' + _root.move_speed;
}
}
movieClip 3917 {
}
instance of movieClip 3917 {
onClipEvent (enterFrame) {
_root.summon_enemy01 = function () {
if (_root.enemy010_on != 1 && _root.enemy011_on != 1) {
if (_root.E010_ran_on != 1) {
_root.E010_ran_on = 1;
_root.E010_ran = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.E010_ran_count == _root.E010_ran) {
_root.E010_ran_on = 0;
_root.E010_ran = 0;
_root.E010_ran_count = 0;
switch (Math.floor(Math.random() * 6 + 1)) {
case 1:
_root.enemy_field.attachMovie('enemy011', 'enemy010', 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy010._y = 60;
_root.enemy010_on = 1;
break;
case 2:
_root.enemy_field.attachMovie('enemy011', 'enemy010', 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy010._y = 280;
_root.enemy010_on = 1;
break;
case 3:
_root.enemy_field.attachMovie('enemy011', 'enemy010', 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy010._y = 200;
_root.enemy010_on = 1;
break;
case 4:
_root.enemy_field.attachMovie('enemy011', 'enemy010', 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy010._y = 60;
_root.enemy010_on = 1;
_root.enemy_field.attachMovie('enemy012', 'enemy011', 11);
_root.enemy_field.enemy011._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy011._y = 147;
_root.enemy011_on = 1;
break;
case 5:
_root.enemy_field.attachMovie('enemy011', 'enemy010', 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy010._y = 60;
_root.enemy010_on = 1;
_root.enemy_field.attachMovie('enemy012', 'enemy011', 11);
_root.enemy_field.enemy011._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy011._y = 290;
_root.enemy011_on = 1;
break;
case 6:
_root.enemy_field.attachMovie('enemy011', 'enemy010', 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy010._y = 80;
_root.enemy010_on = 1;
_root.enemy_field.attachMovie('enemy012', 'enemy011', 11);
_root.enemy_field.enemy011._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy011._y = 100;
_root.enemy011_on = 1;
break;
default:
}
} else {
_root.E010_ran_count += 1;
}
}
}
};
_root.summon_enemy02 = function () {
if (_root.enemy020_on != 1 && _root.score >= 0) {
if (_root.E020_ran_on != 1) {
_root.E020_ran_on = 1;
_root.E020_ran = Math.floor(Math.random() * 200) + 1;
} else {
if (_root.E020_ran_count == _root.E020_ran) {
_root.E020_ran_on = 0;
_root.E020_ran = 0;
_root.E020_ran_count = 0;
_root.enemy_field.attachMovie('enemy022', 'enemy020', 20);
_root.enemy_field.enemy020._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy020._y = 40;
_root.enemy020_on = 1;
} else {
_root.E020_ran_count += 1;
}
}
}
};
_root.summon_enemy03 = function () {
if (_root.enemy030_on != 1 && _root.score >= 0) {
if (_root.E030_ran_on != 1) {
_root.E030_ran_on = 1;
_root.E030_ran = Math.floor(Math.random() * 150) + 1;
} else {
if (_root.E030_ran_count == _root.E030_ran) {
_root.E030_ran_on = 0;
_root.E030_ran = 0;
_root.E030_ran_count = 0;
_root.enemy_field.attachMovie('enemy031', 'enemy030', 5);
_root.enemy_field.enemy030._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy030._y = 340;
_root.enemy030_on = 1;
} else {
_root.E030_ran_count += 1;
}
}
}
};
_root.summon_enemy04 = function () {
if (_root.enemy040_on != 1 && _root.score >= 0) {
if (_root.E040_ran_on != 1) {
_root.E040_ran_on = 1;
_root.E040_ran = Math.floor(Math.random() * 150) + 1;
} else {
if (_root.E040_ran_count == _root.E040_ran) {
_root.E040_ran_on = 0;
_root.E040_ran = 0;
_root.E040_ran_count = 0;
_root.enemy_field.attachMovie('enemy041', 'enemy040', 40);
_root.enemy_field.enemy040._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy040._y = 233.9;
_root.enemy040_on = 1;
} else {
_root.E040_ran_count += 1;
}
}
}
};
_root.summon_enemy05 = function () {
if (_root.enemy050_on != 1 && _root.enemy051_on != 1) {
if (_root.E050_ran_on != 1) {
_root.E050_ran_on = 1;
_root.E050_ran = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.E050_ran_count == _root.E050_ran) {
_root.E050_ran_on = 0;
_root.E050_ran = 0;
_root.E050_ran_count = 0;
switch (Math.floor(Math.random() * 6 + 1)) {
case 1:
_root.enemy_field.attachMovie('enemy051', 'enemy050', 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy050._y = 60;
_root.enemy050_on = 1;
break;
case 2:
_root.enemy_field.attachMovie('enemy051', 'enemy050', 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy050._y = 280;
_root.enemy050_on = 1;
break;
case 3:
_root.enemy_field.attachMovie('enemy051', 'enemy050', 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy050._y = 200;
_root.enemy050_on = 1;
break;
case 4:
_root.enemy_field.attachMovie('enemy051', 'enemy050', 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy050._y = 60;
_root.enemy050_on = 1;
_root.enemy_field.attachMovie('enemy052', 'enemy051', 51);
_root.enemy_field.enemy051._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy051._y = 147;
_root.enemy051_on = 1;
break;
case 5:
_root.enemy_field.attachMovie('enemy051', 'enemy050', 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy050._y = 60;
_root.enemy050_on = 1;
_root.enemy_field.attachMovie('enemy052', 'enemy051', 51);
_root.enemy_field.enemy051._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy051._y = 290;
_root.enemy051_on = 1;
break;
case 6:
_root.enemy_field.attachMovie('enemy051', 'enemy050', 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy050._y = 80;
_root.enemy050_on = 1;
_root.enemy_field.attachMovie('enemy052', 'enemy051', 51);
_root.enemy_field.enemy051._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy051._y = 90;
_root.enemy051_on = 1;
break;
default:
}
} else {
_root.E050_ran_count += 1;
}
}
}
};
_root.summon_enemy06 = function () {
if (_root.enemy060_on != 1 && _root.score >= 0) {
if (_root.E060_ran_on != 1) {
_root.E060_ran_on = 1;
_root.E060_ran = Math.floor(Math.random() * 150) + 1;
} else {
if (_root.E060_ran_count == _root.E060_ran) {
_root.E060_ran_on = 0;
_root.E060_ran = 0;
_root.E060_ran_count = 0;
_root.enemy_field.attachMovie('enemy061', 'enemy060', 60);
_root.enemy_field.enemy060._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy060._y = 281.2;
_root.enemy060_on = 1;
} else {
_root.E060_ran_count += 1;
}
}
}
};
_root.summon_enemy07 = function () {
if (_root.enemy070_on != 1 && _root.score >= 0) {
if (_root.E070_ran_on != 1) {
_root.E070_ran_on = 1;
_root.E070_ran = Math.floor(Math.random() * 150) + 1;
} else {
if (_root.E070_ran_count == _root.E070_ran) {
_root.E070_ran_on = 0;
_root.E070_ran = 0;
_root.E070_ran_count = 0;
_root.enemy_field.attachMovie('enemy072', 'enemy070', 70);
_root.enemy_field.enemy070._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy070._y = 147.8;
_root.enemy070_on = 1;
} else {
_root.E070_ran_count += 1;
}
}
}
};
_root.summon_enemy08 = function () {
if (_root.enemy080_on != 1 && _root.score >= 0) {
if (_root.E080_ran_on != 1) {
_root.E080_ran_on = 1;
_root.E080_ran = Math.floor(Math.random() * 150) + 1;
} else {
if (_root.E080_ran_count == _root.E080_ran) {
_root.E080_ran_on = 0;
_root.E080_ran = 0;
_root.E080_ran_count = 0;
_root.enemy_field.attachMovie('enemy081', 'enemy080', 80);
_root.enemy_field.enemy080._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy080._y = 11.4;
_root.enemy080_on = 1;
} else {
_root.E080_ran_count += 1;
}
}
}
};
_root.summon_enemy09 = function () {
if (_root.enemy090_on != 1 && _root.score >= 0) {
if (_root.E090_ran_on != 1) {
_root.E090_ran_on = 1;
_root.E090_ran = Math.floor(Math.random() * 150) + 1;
} else {
if (_root.E090_ran_count == _root.E090_ran) {
_root.E090_ran_on = 0;
_root.E090_ran = 0;
_root.E090_ran_count = 0;
_root.enemy_field.attachMovie('enemy091', 'enemy090', 90);
_root.enemy_field.enemy090._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy090._y = 333.6;
_root.enemy090_on = 1;
} else {
_root.E090_ran_count += 1;
}
}
}
};
_root.summon_enemy10 = function () {
if (_root.enemy100_on != 1 && _root.score >= 0) {
if (_root.E100_ran_on != 1) {
_root.E100_ran_on = 1;
_root.E100_ran = Math.floor(Math.random() * 150) + 1;
} else {
if (_root.E100_ran_count == _root.E100_ran) {
_root.E100_ran_on = 0;
_root.E100_ran = 0;
_root.E100_ran_count = 0;
_root.enemy_field.attachMovie('enemy101', 'enemy100', 100);
_root.enemy_field.enemy100._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy100._y = 20;
_root.enemy100_on = 1;
} else {
_root.E100_ran_count += 1;
}
}
}
};
_root.summon_enemy11 = function () {
if (_root.enemy110_on != 1 && _root.score >= 0) {
if (_root.E110_ran_on != 1) {
_root.E110_ran_on = 1;
_root.E110_ran = Math.floor(Math.random() * 150) + 1;
} else {
if (_root.E110_ran_count == _root.E110_ran) {
_root.E110_ran_on = 0;
_root.E110_ran = 0;
_root.E110_ran_count = 0;
_root.enemy_field.attachMovie('enemy111', 'enemy110', 110);
_root.enemy_field.enemy110._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy110._y = 170;
_root.enemy110_on = 1;
} else {
_root.E110_ran_count += 1;
}
}
}
};
_root.summon_enemy12 = function () {
if (_root.enemy120_on != 1 && _root.score >= 0) {
if (_root.E120_ran_on != 1) {
_root.E120_ran_on = 1;
_root.E120_ran = Math.floor(Math.random() * 150) + 1;
} else {
if (_root.E120_ran_count == _root.E120_ran) {
_root.E120_ran_on = 0;
_root.E120_ran = 0;
_root.E120_ran_count = 0;
_root.enemy_field.attachMovie('enemy121', 'enemy120', 120);
_root.enemy_field.enemy120._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy120._y = 190;
_root.enemy120_on = 1;
} else {
_root.E120_ran_count += 1;
}
}
}
};
}
onClipEvent (enterFrame) {
}
}
movieClip 3919 {
}
movieClip 3920 {
frame 1 {
this.stop();
}
instance target of movieClip 3919 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 18 {
this.gotoAndStop(1);
}
}
movieClip 3922 {
}
movieClip 3924 {
}
movieClip 3926 {
}
button 3927 {
on (press) {
startDrag('', false, left, top, right, bottom);
dragging = true;
_root.dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
_root.dragging = false;
}
}
movieClip 3928 {
}
movieClip 3929 {
instance knob of movieClip 3928 {
onClipEvent (load) {
top = _y - 100;
bottom = _y;
left = _x;
right = _x;
x_center_def = this._parent._parent.target._x;
y_center_def = this._parent._parent.target._y;
posi_log_x = this._parent._parent.target._x;
posi_log_y = this._parent._parent.target._y;
x_center = x_center_def;
y_center = y_center_def;
scale_log = _y;
_root.mc_x = _root.player._x;
_root.mc_y = _root.player._y;
_root.mc_xscale = _root.player._xscale;
_root.mc_yscale = _root.player._yscale;
}
onClipEvent (enterFrame) {
x_center = this._parent._parent.target._x;
y_center = this._parent._parent.target._y;
if (_y != scale_log || posi_log_x != this._parent._parent.target._x || posi_log_y != this._parent._parent.target._y) {
scale_xy = 500 - this._y * 4;
_root.player._xscale = scale_xy;
_root.player._yscale = scale_xy;
_root.BG._xscale = scale_xy;
_root.BG._yscale = scale_xy;
_root.enemy_field._xscale = scale_xy;
_root.enemy_field._yscale = scale_xy;
i = 1;
while (i <= 24) {
temp_adress = eval('_root.yarare' + i + 'A');
temp_adress._xscale = scale_xy;
temp_adress._yscale = scale_xy;
++i;
}
i = 1;
while (i <= 24) {
temp_adress = eval('_root.yarare' + i + 'B');
temp_adress._xscale = scale_xy;
temp_adress._yscale = scale_xy;
++i;
}
_root.yarare19Af._xscale = scale_xy;
_root.yarare19Af._yscale = scale_xy;
_root.yarare19Bf._xscale = scale_xy;
_root.yarare19Bf._yscale = scale_xy;
_root.gangbang1._xscale = scale_xy;
_root.gangbang1._yscale = scale_xy;
_root.gameoverMC1._xscale = scale_xy;
_root.gameoverMC1._yscale = scale_xy;
_root.gameoverMC2._xscale = scale_xy;
_root.gameoverMC2._yscale = scale_xy;
_root.gameoverMC3._xscale = scale_xy;
_root.gameoverMC3._yscale = scale_xy;
_root.gameoverMC4._xscale = scale_xy;
_root.gameoverMC4._yscale = scale_xy;
_root.gameoverMC5._xscale = scale_xy;
_root.gameoverMC5._yscale = scale_xy;
_root.gameoverMC6._xscale = scale_xy;
_root.gameoverMC6._yscale = scale_xy;
_root.gameoverMC7._xscale = scale_xy;
_root.gameoverMC7._yscale = scale_xy;
_root.magicMC._xscale = scale_xy;
_root.magicMC._yscale = scale_xy;
_root.chaser._xscale = scale_xy;
_root.chaser._yscale = scale_xy;
_root.GLbtn._xscale = scale_xy;
_root.GLbtn._yscale = scale_xy;
_root.GLbtn_voidbtn._xscale = scale_xy;
_root.GLbtn_voidbtn._yscale = scale_xy;
_root.GLboss1._xscale = scale_xy;
_root.GLboss1._yscale = scale_xy;
_root.GLboss2._xscale = scale_xy;
_root.GLboss2._yscale = scale_xy;
_root.GLboss3._xscale = scale_xy;
_root.GLboss3._yscale = scale_xy;
move_value = _y - scale_log;
if (x_center < 55) {
x_move = 0;
} else {
if (x_center > 495) {
x_move = (100 - _y) * 22;
} else {
x_move = (100 - _y) * ((x_center - 55) / 20);
}
}
if (y_center < 40) {
y_move = 0;
} else {
if (y_center > 360) {
y_move = (100 - _y) * 16;
} else {
y_move = (100 - _y) * ((y_center - 40) / 20);
}
}
if (scale_xy == 100) {
if (_root.gallery_mode_on == 1) {
_root.player._x = 80;
_root.player._y = 0;
} else {
_root.player._x = 0;
_root.player._y = 0;
}
_root.BG._x = 0;
_root.BG._y = 0;
_root.enemy_field._x = 0;
_root.enemy_field._y = 0;
i = 1;
while (i <= 24) {
temp_adress = eval('_root.yarare' + i + 'A');
temp_adress._x = 0;
temp_adress._y = 0;
++i;
}
i = 1;
while (i <= 24) {
temp_adress = eval('_root.yarare' + i + 'B');
temp_adress._x = 0;
temp_adress._y = 0;
++i;
}
_root.yarare19Af._x = 0;
_root.yarare19Af._y = 0;
_root.yarare19Bf._x = 0;
_root.yarare19Bf._y = 0;
_root.gangbang1._x = 0;
_root.gangbang1._y = 0;
_root.gameoverMC1._x = 0;
_root.gameoverMC1._y = 0;
_root.gameoverMC2._x = 0;
_root.gameoverMC2._y = 0;
_root.gameoverMC3._x = 0;
_root.gameoverMC3._y = 0;
_root.gameoverMC4._x = 0;
_root.gameoverMC4._y = 0;
_root.gameoverMC5._x = 0;
_root.gameoverMC5._y = 0;
_root.gameoverMC6._x = 0;
_root.gameoverMC6._y = 0;
_root.gameoverMC7._x = 0;
_root.gameoverMC7._y = 0;
_root.magicMC._x = 0;
_root.magicMC._y = 0;
_root.chaser._x = 0;
_root.chaser._y = 0;
_root.GLbtn._x = 0;
_root.GLbtn._y = 0;
_root.GLbtn_voidbtn._x = 0;
_root.GLbtn_voidbtn._y = 0;
_root.GLboss1._x = _root.GLboss1.x_memory;
_root.GLboss1._y = _root.GLboss1.y_memory;
_root.GLboss2._x = _root.GLboss2.x_memory;
_root.GLboss2._y = _root.GLboss2.y_memory;
_root.GLboss3._x = _root.GLboss3.x_memory;
_root.GLboss3._y = _root.GLboss3.y_memory;
} else {
if (_root.gallery_mode_on == 1) {
_root.player._x = 80 - x_move + 3.2 * (100 - _y);
_root.player._y = -y_move;
} else {
_root.player._x = -x_move;
_root.player._y = -y_move;
}
_root.BG._x = -x_move;
_root.BG._y = -y_move;
_root.enemy_field._x = -x_move;
_root.enemy_field._y = -y_move;
i = 1;
while (i <= 24) {
temp_adress = eval('_root.yarare' + i + 'A');
temp_adress._x = -x_move;
temp_adress._y = -y_move;
++i;
}
i = 1;
while (i <= 24) {
temp_adress = eval('_root.yarare' + i + 'B');
temp_adress._x = -x_move;
temp_adress._y = -y_move;
++i;
}
_root.yarare19Af._x = -x_move;
_root.yarare19Af._y = -y_move;
_root.yarare19Bf._x = -x_move;
_root.yarare19Bf._y = -y_move;
_root.gangbang1._x = -x_move;
_root.gangbang1._y = -y_move;
_root.gameoverMC1._x = -x_move;
_root.gameoverMC1._y = -y_move;
_root.gameoverMC2._x = -x_move;
_root.gameoverMC2._y = -y_move;
_root.gameoverMC3._x = -x_move;
_root.gameoverMC3._y = -y_move;
_root.gameoverMC4._x = -x_move;
_root.gameoverMC4._y = -y_move;
_root.gameoverMC5._x = -x_move;
_root.gameoverMC5._y = -y_move;
_root.gameoverMC6._x = -x_move;
_root.gameoverMC6._y = -y_move;
_root.gameoverMC7._x = -x_move;
_root.gameoverMC7._y = -y_move;
_root.magicMC._x = -x_move;
_root.magicMC._y = -y_move;
_root.chaser._x = -x_move;
_root.chaser._y = -y_move;
_root.GLbtn._x = -x_move;
_root.GLbtn._y = -y_move;
_root.GLbtn_voidbtn._x = -x_move;
_root.GLbtn_voidbtn._y = -y_move;
_root.GLboss1._x = -x_move + _root.GLboss1.x_memory + (_root.GLboss1.x_memory / 25) * (100 - _y);
_root.GLboss1._y = -y_move + _root.GLboss1.y_memory + (_root.GLboss1.y_memory / 25) * (100 - _y);
_root.GLboss2._x = -x_move + _root.GLboss2.x_memory + (_root.GLboss2.x_memory / 25) * (100 - _y);
_root.GLboss2._y = -y_move + _root.GLboss2.y_memory + (_root.GLboss2.y_memory / 25) * (100 - _y);
_root.GLboss3._x = -x_move + _root.GLboss3.x_memory + (_root.GLboss3.x_memory / 25) * (100 - _y);
_root.GLboss3._y = -y_move + _root.GLboss3.y_memory + (_root.GLboss3.y_memory / 25) * (100 - _y);
}
}
scale_log = _y;
posi_log_x = this._parent._parent.target._x;
posi_log_y = this._parent._parent.target._y;
_root.mc_x = _root.BG._x;
_root.mc_y = _root.BG._y;
_root.mc_xscale = x_center;
_root.mc_yscale = y_center;
}
}
}
button 3930 {
on (release) {
_root.se001.start();
this._parent.target_select.gotoAndStop(2);
}
}
movieClip 3932 {
}
movieClip 3935 {
}
button 3936 {
on (press) {
this._parent.target.startDrag();
}
on (release, releaseOutside) {
this._parent.target.stopDrag();
}
}
movieClip 3937 {
frame 1 {
this.stop();
}
}
// unknown tag 88 length 44
movieClip 3942 {
}
movieClip 3943 {
instance of movieClip 3942 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
button 3944 {
on (release) {
this._parent.target._x = _root._xmouse;
this._parent.target._y = _root._ymouse;
this._parent.target.gotoAndPlay(2);
this.gotoAndStop(1);
}
}
movieClip 3945 {
frame 1 {
this.stop();
}
instance of movieClip 3943 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 3946 {
instance target of movieClip 3920 {
onClipEvent (enterFrame) {
if (this._x < 0) {
this._x = 0;
}
if (this._x > 550) {
this._x = 550;
}
if (this._y < 0) {
this._y = 0;
}
if (this._y > 400) {
this._y = 400;
}
}
}
instance vol_bar of movieClip 3929 {
onClipEvent (load) {
if (_root.interface_closer._currentframe == 1) {
_root.zoom_mc.vol_bar._y = 46;
_root.zoom_mc.target_start._y = 46;
} else {
_root.zoom_mc.vol_bar._y = 3000;
_root.zoom_mc.target_start._y = 3000;
}
}
}
instance target_start of movieClip 3937 {
onClipEvent (load) {
drag_on = 0;
key_F = 0;
key_R = 0;
}
onClipEvent (enterFrame) {
if (this._parent.vol_bar.knob._y == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!key_F && Key.isDown(70)) {
_root.se001.start();
this._parent.target_select.gotoAndStop(2);
}
if (!key_R && Key.isDown(82)) {
_root.se001.start();
this._parent.vol_bar.knob._y = 100;
}
key_F = Key.isDown(70);
key_R = Key.isDown(82);
}
}
}
frame 7 {
_root.bgm_stop = function () {
switch (_root.bgm_set) {
case 1:
_root.bgm001.stop();
break;
case 2:
_root.bgm002.stop();
break;
case 3:
_root.bgm003.stop();
break;
case 4:
_root.bgm004.stop();
break;
case 5:
_root.bgm005.stop();
break;
case 6:
_root.bgm006.stop();
break;
case 7:
_root.bgm007.stop();
break;
case 8:
_root.bgm008.stop();
}
};
_root.default_numbers();
_root.default_enemystatus();
if (_root.trial_mode != 1) {
_root.player.loadMovie('data/data001.swf');
}
_root.default_zoom();
}
movieClip 3947 {
}
movieClip 3950 {
}
movieClip 3957 {
frame 1 {
this.stop();
}
}
movieClip 3960 {
}
movieClip 3963 {
}
movieClip 3972 {
frame 1 {
this.stop();
}
}
movieClip 3975 {
}
movieClip 3978 {
}
movieClip 3981 {
}
movieClip 3984 {
}
movieClip 3987 {
}
movieClip 3990 {
}
movieClip 3993 {
}
movieClip 3996 {
}
movieClip 3999 {
}
movieClip 4002 {
}
movieClip 4005 {
}
movieClip 4017 {
}
movieClip 4018 {
}
movieClip 4021 {
}
movieClip 4024 {
}
movieClip 4027 {
}
movieClip 4028 {
frame 1 {
this.stop();
}
frame 1 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š1';
}
instance mc1 of movieClip 3947 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed;
}
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
_root.enemy_move_func();
}
}
frame 2 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š2';
}
instance mc3 of movieClip 3950 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.1;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
instance mc2 of movieClip 3957 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.3;
if (this._x <= -700) {
this._x = 700;
this.gotoAndStop(Math.floor(Math.random() * 3) + 1);
} else {
if (this._x > 700) {
this._x = -700;
this.gotoAndStop(Math.floor(Math.random() * 3) + 1);
}
}
}
}
}
instance mc1 of movieClip 3960 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed;
}
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
_root.enemy_move_func();
}
}
frame 3 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š3';
}
instance mc3 of movieClip 3963 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.2;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
instance mc2 of movieClip 3972 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.4;
if (this._x <= -700) {
this._x = 700;
this.gotoAndStop(Math.floor(Math.random() * 4) + 1);
} else {
if (this._x > 700) {
this._x = -700;
this.gotoAndStop(Math.floor(Math.random() * 4) + 1);
}
}
}
}
}
instance mc1 of movieClip 3975 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed;
}
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
_root.enemy_move_func();
}
}
frame 4 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š4';
}
instance mc1 of movieClip 3978 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed;
}
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
_root.enemy_move_func();
}
}
frame 5 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š5';
}
instance of movieClip 3981 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.1;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
instance mc3 of movieClip 3984 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.2;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
instance mc2 of movieClip 3987 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.4;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
instance mc1 of movieClip 3990 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed;
}
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
_root.enemy_move_func();
}
}
frame 6 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š6';
}
instance of movieClip 3993 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.1;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
instance mc3 of movieClip 3996 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.2;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
instance mc2 of movieClip 3999 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.4;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
instance mc1 of movieClip 4002 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed;
}
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
_root.enemy_move_func();
}
}
frame 7 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š7';
}
instance of movieClip 4005 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.1;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
instance mc3 of movieClip 4018 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.2;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
instance mc2 of movieClip 4021 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed * 0.4;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
instance mc1 of movieClip 4024 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed;
}
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
_root.enemy_move_func();
}
}
frame 8 {
_root.debug_now_stage = 'ギャラリー用無地背景';
}
frame 9 {
_root.debug_now_stage = 'デãƒãƒƒã‚°ãƒ¢ãƒ¼ãƒ‰ç”¨ç„¡åœ°èƒŒæ™¯';
}
instance of movieClip 4027 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
this._x -= _root.move_speed;
}
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
_root.enemy_move_func();
}
}
}
instance BG of movieClip 4028 {
onClipEvent (load) {
if (_root.now_stage != 'hell') {
this.gotoAndStop(_root.now_stage);
_root.bgm_stop();
switch (_root.now_stage) {
case 1:
_root.bgm001.start(0, 999);
_root.bgm_set = 1;
break;
case 2:
_root.bgm002.start(0, 999);
_root.bgm_set = 2;
break;
case 3:
_root.bgm003.start(0, 999);
_root.bgm_set = 3;
break;
case 4:
_root.bgm004.start(0, 999);
_root.bgm_set = 4;
break;
case 5:
_root.bgm005.start(0, 999);
_root.bgm_set = 5;
break;
case 6:
_root.bgm006.start(0, 999);
_root.bgm_set = 6;
break;
case 7:
_root.bgm007.start(0, 999);
_root.bgm_set = 7;
break;
default:
_root.bgm001.start(0, 999);
_root.bgm_set = 1;
}
} else {
if (_root.now_stage == 'hell') {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.bgm001.start(0, 999);
_root.bgm_set = 1;
this.gotoAndStop(_root.bgm_set);
break;
case 2:
_root.bgm002.start(0, 999);
_root.bgm_set = 2;
this.gotoAndStop(_root.bgm_set);
break;
case 3:
_root.bgm003.start(0, 999);
_root.bgm_set = 3;
this.gotoAndStop(_root.bgm_set);
break;
case 4:
_root.bgm004.start(0, 999);
_root.bgm_set = 4;
this.gotoAndStop(_root.bgm_set);
break;
case 5:
_root.bgm005.start(0, 999);
_root.bgm_set = 5;
this.gotoAndStop(_root.bgm_set);
break;
case 6:
_root.bgm006.start(0, 999);
_root.bgm_set = 6;
break;
case 7:
_root.bgm007.start(0, 999);
_root.bgm_set = 7;
break;
default:
_root.bgm001.start(0, 999);
_root.bgm_set = 1;
this.gotoAndStop(_root.bgm_set);
}
}
}
}
}
movieClip 4030 {
}
// unknown tag 88 length 70
movieClip 4053 {
}
instance enemy_field of movieClip 4053 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
instance player of movieClip 3881 {
onClipEvent (load) {
player.transform.colorTransform = color_tf;
}
onClipEvent (enterFrame) {
_root.player_ctrl();
}
}
movieClip 4055 {
}
movieClip 4057 {
}
instance hint_window of movieClip 4057 {
onClipEvent (load) {
_root.hint_message = '';
hint_message_history = '';
this._y = 415;
count = 0;
frame = 7;
y_posi = 403;
}
onClipEvent (enterFrame) {
if (_root.hint_message != hint_message_history) {
hint_message_history = _root.hint_message;
count = 1;
this._y = y_posi;
}
if (count != 0 && count <= frame) {
this._y += count - (frame + 1);
count += 1;
} else {
if (count != 0 && count <= frame + 60) {
this._y = 375;
count += 1;
} else {
if (count != 0 && count <= frame + 60 + frame) {
this._y -= count - (frame + 60 + frame + 1);
count += 1;
} else {
if (count != 0 && count > frame + 60 + frame) {
count = 0;
_root.hint_message = '';
hint_message_history = '';
this._y = y_posi;
}
}
}
}
if (_root.lang_eng == 1) {
switch (_root.hint_message) {
case 'å°„ç²¾ã•ã‚Œã¾ã—ãŸâ€¦â€¦':
_root.hint_message = 'The enemy ejaculated...';
break;
case 'çµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦':
_root.hint_message = 'You were brought to an orgasm...';
break;
case 'å°„ç²¾ã¨åŒæ™‚ã«çµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦':
_root.hint_message = 'You climaxed when the enemy ejaculated...';
break;
case '軽ãçµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦':
_root.hint_message = 'You were brought to a minor orgasm...';
break;
case 'æ·±ãçµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦':
_root.hint_message = 'You were brought to a major orgasm...';
break;
default:
}
}
}
}
movieClip 4058 {
}
movieClip 4098 {
}
movieClip 4099 {
instance chaser of movieClip 4098 {
onClipEvent (load) {
switch (_root.now_stage) {
case 1:
this._x = -1500;
_root.chaser_startPoint = -1500;
_root.GOAL_Point = 13000;
break;
case 2:
this._x = -1300;
_root.chaser_startPoint = -1300;
_root.GOAL_Point = 16000;
break;
case 3:
this._x = -1300;
_root.chaser_startPoint = -1300;
_root.GOAL_Point = 17000;
break;
case 4:
this._x = -1200;
_root.chaser_startPoint = -1200;
_root.GOAL_Point = 18000;
break;
case 5:
this._x = -50000;
_root.chaser_startPoint = -50000;
_root.GOAL_Point = 100000;
case 6:
this._x = -50000;
_root.chaser_startPoint = -50000;
_root.GOAL_Point = 100000;
break;
case 7:
this._x = -50000;
_root.chaser_startPoint = -50000;
_root.GOAL_Point = 100000;
break;
case 'hell':
this._x = -50000;
_root.chaser_startPoint = -50000;
_root.GOAL_Point = 30000;
break;
case 'debug':
this._x = -50000;
_root.chaser_startPoint = -50000;
_root.GOAL_Point = 30000;
break;
case 50:
this._x = -50000;
_root.chaser_startPoint = -50000;
_root.GOAL_Point = 100000;
break;
case 100:
this._x = -50000;
_root.chaser_startPoint = -50000;
_root.GOAL_Point = 30000;
}
}
onClipEvent (enterFrame) {
if (_root.game_go == 1 && _root.HP >= 2) {
if (this._x >= -30) {
if (_root.player._currentframe <= 41) {
_root.ctrl_lock = 1;
_root.onani_on = 0;
_root.move_speed = 0;
_root.move_height = 0;
_root.player.gotoAndStop('timeup');
}
} else {
if (_root.cheat_ON02 != 1 && _root.now_pause == 0 || _root.chaser_on == 1) {
switch (_root.now_stage) {
case 1:
this._x += 2;
_root.chaser_score += 2;
break;
case 2:
this._x += 3;
_root.chaser_score += 3;
break;
case 3:
this._x += 4;
_root.chaser_score += 4;
break;
case 4:
this._x += 3;
_root.chaser_score += 3;
break;
case 5:
this._x += 0;
_root.chaser_score += 0;
break;
case 6:
this._x += 0;
_root.chaser_score += 0;
break;
case 7:
this._x += 0;
_root.chaser_score += 0;
break;
case 'hell':
this._x += 0;
_root.chaser_score += 0;
break;
case 'debug':
if (_root.chaser_on == 1) {
this._x += 3;
_root.chaser_score += 3;
} else {
this._x += 0;
_root.chaser_score += 0;
}
break;
case 50:
this._x += 0;
_root.chaser_score += 0;
break;
case 100:
if (_root.chaser_on == 1) {
this._x += 3;
_root.chaser_score += 3;
} else {
this._x += 0;
_root.chaser_score += 0;
}
break;
default:
}
if (_root.now_stage != 50 && _root.now_stage != 'hell' && (_root.now_stage != 'debug' || _root.chaser_on == 1) && (_root.now_stage != 5 || _root.now_stage != 6 || _root.now_stage != 7)) {
this._x -= _root.move_speed;
}
if (this._x >= 0 && _root.player._currentframe <= 41) {
_root.onani_on = 0;
_root.move_speed = 0;
_root.move_height = 0;
_root.player.gotoAndStop('timeup');
}
}
}
}
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4101 {
}
movieClip 4103 {
}
movieClip 4105 {
}
movieClip 4106 {
instance of movieClip 4101 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 2 {
_root.game_go = 0;
}
frame 47 {
_root.game_go = 1;
this.stop();
}
}
movieClip 4108 {
}
movieClip 4109 {
}
movieClip 4110 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 4108 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 2 {
_root.black_out_now01 = 1;
}
frame 27 {
_root.black_out_now01 = 0;
this.gotoAndStop(1);
}
}
movieClip 4112 {
}
movieClip 4113 {
}
movieClip 4114 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 4112 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 28 {
switch (_root.BG._currentframe) {
case 1:
_root.gameoverMC1.gotoAndPlay(2);
break;
case 2:
_root.gameoverMC2.gotoAndPlay(2);
break;
case 3:
_root.gameoverMC3.gotoAndPlay(2);
break;
case 4:
_root.gameoverMC4.gotoAndPlay(2);
break;
case 5:
_root.gameoverMC5.gotoAndPlay(2);
break;
case 6:
_root.gameoverMC6.gotoAndPlay(2);
break;
case 7:
_root.gameoverMC7.gotoAndPlay(2);
break;
default:
}
_root.gotoAndStop('gameover');
}
frame 55 {
this.gotoAndStop(1);
}
}
movieClip 4116 {
}
movieClip 4117 {
}
movieClip 4120 {
}
// unknown tag 88 length 70
movieClip 4123 {
}
button 4124 {
on (release) {
blackouter.gotoAndPlay(2);
this.gotoAndStop(1);
}
}
movieClip 4125 {
frame 1 {
this.stop();
}
frame 27 {
this.stop();
}
frame 28 {
this.stop();
}
}
movieClip 4127 {
}
movieClip 4128 {
}
movieClip 4129 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 4127 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 18 {
_root.score = 0;
if (_root.trial_mode == 1) {
this._parent.gotoAndStop('trial_end');
} else {
if (_root.now_stage == 7) {
this._parent.gotoAndStop('true_ending');
} else {
if (_root.now_stage == 6) {
if (_root.true_start == 1) {
this._parent.gotoAndStop('stageclear');
} else {
this._parent.gotoAndStop('ending');
}
} else {
this._parent.gotoAndStop('stageclear');
}
}
}
}
frame 35 {
_root.stage_change_on = 0;
_root.ctrl_lock = 0;
_root.muteki = 0;
this.gotoAndStop(1);
}
frame 116 {
_root.score = 0;
if (_root.trial_mode == 1) {
this._parent.gotoAndStop('trial_end');
} else {
if (_root.now_stage == 7) {
this._parent.gotoAndStop('true_ending');
} else {
if (_root.now_stage == 6) {
if (_root.true_start == 1) {
this._parent.gotoAndStop('stageclear');
} else {
this._parent.gotoAndStop('ending');
}
} else {
this._parent.gotoAndStop('stageclear');
}
}
}
}
frame 133 {
_root.stage_change_on = 0;
_root.ctrl_lock = 0;
_root.muteki = 0;
this.gotoAndStop(1);
}
frame 346 {
_root.score = 0;
if (_root.trial_mode == 1) {
this._parent.gotoAndStop('trial_end');
} else {
if (_root.now_stage == 7) {
this._parent.gotoAndStop('true_ending');
} else {
if (_root.now_stage == 6) {
if (_root.true_start == 1) {
this._parent.gotoAndStop('stageclear');
} else {
this._parent.gotoAndStop('ending');
}
} else {
this._parent.gotoAndStop('stageclear');
}
}
}
}
frame 363 {
_root.stage_change_on = 0;
_root.ctrl_lock = 0;
_root.muteki = 0;
this.gotoAndStop(1);
}
}
instance StageClearMC of movieClip 4129 {
onClipEvent (enterFrame) {
if (_root.stage_change_on == 1) {
} else {
if (_root.score >= _root.GOAL_Point && _root.now_stage != 'hell' && _root.now_stage != 'debug') {
_root.stage_change_on = 1;
_root.ctrl_lock = 1;
this.gotoAndPlay(2);
} else {
if (_root.BOSSmode_on == 1 && _root.enemyHP[15] <= 0 && _root.now_stage == 5 && _root._currentframe == 7) {
_root.stage_change_on = 1;
_root.ctrl_lock = 1;
if (_root.move_height == 1) {
_root.player.gotoAndStop('fly_wait');
} else {
if (_root.move_height == 0) {
} else {
if (_root.move_height == -1) {
_root.player.gotoAndStop('down_wait');
}
}
}
this.gotoAndPlay(2);
} else {
if (_root.BOSSmode_on == 1 && _root.enemyHP[20] <= 0 && _root.now_stage == 6 && _root._currentframe == 7) {
_root.stage_change_on = 1;
_root.ctrl_lock = 1;
_root.move_speed = 0;
if (_root.move_height == 1) {
_root.player.gotoAndStop('fly_wait');
} else {
if (_root.move_height == 0) {
} else {
if (_root.move_height == -1) {
_root.player.gotoAndStop('down_wait');
}
}
}
_root.move_height = 0;
this.gotoAndPlay('bossA');
} else {
if (_root.BOSSmode_on == 1 && _root.enemyHP[21] <= 0 && _root.now_stage == 7 && _root._currentframe == 7) {
_root.stage_change_on = 1;
_root.ctrl_lock = 1;
_root.move_speed = 0;
if (_root.move_height == 1) {
_root.player.gotoAndStop('fly_wait');
} else {
if (_root.move_height == 0) {
} else {
if (_root.move_height == -1) {
_root.player.gotoAndStop('down_wait');
}
}
}
this.gotoAndPlay('bossB');
}
}
}
}
}
}
}
movieClip 4131 {
}
button 4133 {
on (press) {
_root.se001.start();
if (_root.HP >= 300) {
_root.HP = 300;
} else {
_root.HP += 20;
}
}
}
button 4134 {
on (press) {
_root.se001.start();
_root.HP = 1;
}
}
button 4135 {
on (press) {
_root.se001.start();
if (_root.HP <= 10) {
_root.HP = 1;
} else {
_root.HP -= 20;
}
}
}
button 4136 {
on (release) {
_root.se001.start();
if (_root.pleasure >= 280) {
_root.pleasure = 300;
} else {
_root.pleasure += 20;
}
}
}
button 4137 {
on (release) {
_root.se001.start();
_root.pleasure = 300;
}
}
button 4138 {
on (release) {
_root.se001.start();
if (_root.pleasure <= 1) {
_root.pleasure = 1;
} else {
_root.pleasure -= 20;
}
}
}
button 4139 {
on (release) {
_root.se001.start();
_root.chaser_on = 1;
_root.chaser_score = _root.score - _root.chaser_startPoint - 200;
_root.chaser.chaser._x = -200;
}
}
button 4140 {
on (release) {
if (_root.open_gallery_plus == 1) {
if (_root.BG._currentframe == 9) {
_root.BG.gotoAndStop(1);
} else {
if (_root.BG._currentframe == 7) {
_root.BG.gotoAndStop(9);
} else {
_root.BG.nextFrame();
}
}
} else {
if (_root.BG._currentframe == 9) {
_root.BG.gotoAndStop(1);
} else {
if (_root.BG._currentframe == 6) {
_root.BG.gotoAndStop(9);
} else {
_root.BG.nextFrame();
}
}
}
_root.bgm_allstop();
bg_select = eval('_root.bgm00' + _root.BG._currentframe);
bg_select.start(0, 999);
_root.bgm_set = _root.BG._currentframe;
BGMname_view.gotoAndPlay('start');
}
}
button 4141 {
on (release) {
_root.se001.start();
_root.escape_count = 100;
}
}
movieClip 4142 {
frame 1 {
this.stop();
}
}
button 4143 {
on (release) {
if (_root.wear_hat != 1) {
_root.wear_hat = 1;
} else {
_root.wear_hat = 0;
}
_root.wear_reload();
}
}
button 4144 {
on (release) {
if (_root.wear_cloak != 1) {
_root.wear_cloak = 1;
} else {
_root.wear_cloak = 0;
}
_root.wear_reload();
}
}
button 4145 {
on (release) {
if (_root.wear_breast != 1) {
_root.wear_breast = 1;
} else {
_root.wear_breast = 0;
}
_root.wear_reload();
}
}
button 4146 {
on (release) {
if (_root.wear_skirt != 1) {
_root.wear_skirt = 1;
} else {
_root.wear_skirt = 0;
}
_root.wear_reload();
}
}
button 4147 {
on (release) {
if (_root.wear_arm != 1) {
_root.wear_arm = 1;
} else {
_root.wear_arm = 0;
}
_root.wear_reload();
}
}
button 4148 {
on (release) {
if (_root.wear_shoes != 1) {
_root.wear_shoes = 1;
} else {
_root.wear_shoes = 0;
}
_root.wear_reload();
}
}
button 4149 {
on (release) {
if (_root.wear_pantu != 1) {
_root.wear_pantu = 1;
} else {
_root.wear_pantu = 0;
}
_root.wear_reload();
}
}
button 4150 {
on (release) {
if (_root.wear_leg != 1) {
_root.wear_leg = 1;
} else {
_root.wear_leg = 0;
}
_root.wear_reload();
}
}
movieClip 4153 {
}
button 4154 {
on (release) {
if (_root.wear_hat != 1 || _root.wear_breast != 1 || _root.wear_skirt != 1 || _root.wear_cloak != 1 || _root.wear_arm != 1 || _root.wear_leg != 1 || _root.wear_pantu != 1 || _root.wear_shoes != 1) {
_root.wear_hat = 1;
_root.wear_breast = 1;
_root.wear_skirt = 1;
_root.wear_cloak = 1;
_root.wear_arm = 1;
_root.wear_leg = 1;
_root.wear_pantu = 1;
_root.wear_shoes = 1;
} else {
_root.wear_hat = 0;
_root.wear_breast = 0;
_root.wear_skirt = 0;
_root.wear_cloak = 0;
_root.wear_arm = 0;
_root.wear_leg = 0;
_root.wear_pantu = 0;
_root.wear_shoes = 0;
}
_root.wear_reload();
}
}
movieClip 4156 {
}
button 4158 {
on (release) {
_root.se001.start();
this.gotoAndStop(2);
}
}
movieClip 4168 {
}
button 4169 {
on (release) {
_root.se001.start();
this.gotoAndStop(1);
}
}
movieClip 4170 {
frame 1 {
this.stop();
}
instance of movieClip 4142 {
onClipEvent (enterFrame) {
if (_root.yarare_on == 1 && _root.escape_count < 100 && _root.player._currentframe == 66) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4172 {
}
button 4175 {
on (release) {
_root.se001.start();
switch (this._name) {
case 'ATSbtn1':
enemy_number = 1;
break;
case 'ATSbtn2':
enemy_number = 2;
break;
case 'ATSbtn3':
enemy_number = 3;
break;
case 'ATSbtn4':
enemy_number = 4;
break;
case 'ATSbtn5':
enemy_number = 5;
break;
case 'ATSbtn6':
enemy_number = 6;
break;
case 'ATSbtn7':
enemy_number = 7;
break;
case 'ATSbtn8':
enemy_number = 8;
break;
case 'ATSbtn9':
enemy_number = 9;
break;
case 'ATSbtn10':
enemy_number = 10;
break;
case 'ATSbtn11':
enemy_number = 11;
break;
case 'ATSbtn12':
enemy_number = 12;
break;
case 'ATSbtn13':
enemy_number = 13;
break;
case 'ATSbtn14':
enemy_number = 14;
break;
case 'ATSbtn15':
enemy_number = 15;
break;
case 'ATSbtn16':
enemy_number = 16;
break;
case 'ATSbtn17':
enemy_number = 17;
break;
case 'ATSbtn18':
enemy_number = 18;
break;
case 'ATSbtn19':
enemy_number = 19;
break;
case 'ATSbtn20':
enemy_number = 20;
break;
case 'ATSbtn21':
enemy_number = 21;
break;
case 'ATSbtn22':
enemy_number = 22;
break;
default:
}
_root.debug_autosummon[enemy_number] = 1;
this.gotoAndStop(2);
}
}
button 4176 {
on (release) {
_root.se001.start();
switch (this._name) {
case 'ATSbtn1':
enemy_number = 1;
break;
case 'ATSbtn2':
enemy_number = 2;
break;
case 'ATSbtn3':
enemy_number = 3;
break;
case 'ATSbtn4':
enemy_number = 4;
break;
case 'ATSbtn5':
enemy_number = 5;
break;
case 'ATSbtn6':
enemy_number = 6;
break;
case 'ATSbtn7':
enemy_number = 7;
break;
case 'ATSbtn8':
enemy_number = 8;
break;
case 'ATSbtn9':
enemy_number = 9;
break;
case 'ATSbtn10':
enemy_number = 10;
break;
case 'ATSbtn11':
enemy_number = 11;
break;
case 'ATSbtn12':
enemy_number = 12;
break;
case 'ATSbtn13':
enemy_number = 13;
break;
case 'ATSbtn14':
enemy_number = 14;
break;
case 'ATSbtn15':
enemy_number = 15;
break;
case 'ATSbtn16':
enemy_number = 16;
break;
case 'ATSbtn17':
enemy_number = 17;
break;
case 'ATSbtn18':
enemy_number = 18;
break;
case 'ATSbtn19':
enemy_number = 19;
break;
case 'ATSbtn20':
enemy_number = 20;
break;
case 'ATSbtn21':
enemy_number = 21;
break;
default:
}
if (_root.enemy_on[enemy_number] == 0) {
_root.enemyHP[enemy_number] = _root.enemyHP_max[enemy_number];
_root.enemyknockback_on[enemy_number] = 0;
_root.enemyKILL[enemy_number] = 0;
_root.enemy_stop[enemy_number] = 0;
_root.enemy_field.enemy[enemy_number].removeMovieClip();
}
_root.debug_autosummon[enemy_number] = 0;
this.gotoAndStop(1);
}
}
movieClip 4177 {
frame 1 {
this.stop();
}
}
movieClip 4180 {
}
movieClip 4181 {
}
movieClip 4183 {
}
movieClip 4184 {
}
movieClip 4185 {
}
movieClip 4186 {
}
movieClip 4187 {
}
movieClip 4188 {
}
movieClip 4190 {
}
movieClip 4192 {
}
movieClip 4193 {
}
movieClip 4194 {
}
movieClip 4195 {
}
movieClip 4196 {
}
movieClip 4197 {
}
movieClip 4198 {
}
movieClip 4199 {
}
movieClip 4201 {
}
movieClip 4202 {
}
movieClip 4203 {
}
movieClip 4205 {
}
movieClip 4206 {
}
movieClip 4207 {
}
movieClip 4209 {
}
movieClip 4210 {
}
movieClip 4211 {
}
movieClip 4212 {
}
movieClip 4213 {
}
movieClip 4214 {
}
movieClip 4215 {
}
movieClip 4217 {
}
movieClip 4219 {
}
movieClip 4220 {
}
movieClip 4221 {
}
movieClip 4222 {
frame 1 {
this.stop();
}
}
movieClip 4223 {
}
movieClip 4224 {
}
movieClip 4226 {
}
movieClip 4227 {
}
movieClip 4229 {
}
movieClip 4231 {
}
movieClip 4232 {
}
movieClip 4234 {
}
movieClip 4235 {
}
movieClip 4237 {
frame 1 {
this.stop();
}
}
movieClip 4238 {
frame 1 {
this.stop();
}
}
movieClip 4239 {
}
movieClip 4240 {
frame 1 {
this.stop();
}
}
movieClip 4242 {
frame 1 {
this.stop();
}
}
movieClip 4243 {
frame 1 {
this.stop();
}
}
movieClip 4244 {
instance of movieClip 4243 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4245 {
}
button 4250 {
on (release) {
if (_root.enemy_stop[1] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('roper_wood', 'enemy1', 10);
_root.enemy_field.enemy1._x = 500;
_root.enemy_on[1] = 1;
}
}
}
button 4251 {
on (release) {
if (_root.enemy_stop[2] != 1) {
_root.se001.start();
_root.enemyspeed[2] = 5;
_root.enemy_field.attachMovie('butterfly', 'enemy2', 20);
_root.enemy_field.enemy2._x = 500;
_root.enemy_field.enemy2._y = Math.floor(Math.random() * 2) * 170 + 70;
_root.enemy_on[2] = 1;
}
}
}
button 4252 {
on (release) {
if (_root.enemy_stop[3] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('flying_moray', 'enemy3', 30);
_root.enemy_field.enemy3._x = 500;
_root.enemy_field.enemy3._y = 300;
_root.enemy_on[3] = 1;
}
}
}
button 4253 {
on (release) {
if (_root.enemy_stop[4] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('goblin', 'enemy4', 40);
_root.enemy_field.enemy4._x = 500;
_root.enemy_field.enemy4._y = 205;
_root.enemy_on[4] = 1;
}
}
}
button 4254 {
on (release) {
if (_root.enemy_stop[5] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('tako', 'enemy5', 50);
_root.enemy_field.enemy5._x = 500;
_root.enemy_field.enemy5._y = 255;
_root.enemy_on[5] = 1;
}
}
}
button 4255 {
on (release) {
if (_root.enemy_stop[6] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('green_snake', 'enemy6', 60);
_root.enemy_field.enemy6._x = 500;
_root.enemy_field.enemy6._y = Math.floor(Math.random() * 2) * 225 + 90;
_root.enemy_on[6] = 1;
}
}
}
button 4256 {
on (release) {
if (_root.enemy_stop[7] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('ghost_hand', 'enemy7', 70);
_root.enemy_field.enemy7._x = 500;
_root.enemy_field.enemy7._y = 90;
_root.enemy_on[7] = 1;
}
}
}
button 4257 {
on (release) {
if (_root.enemy_stop[8] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('devil_flower', 'enemy8', 80);
_root.enemy_field.enemy8._x = 500;
_root.enemy_field.enemy8._y = 275;
_root.enemy_on[8] = 1;
}
}
}
button 4258 {
on (release) {
if (_root.enemy_stop[9] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('ork', 'enemy9', 90);
_root.enemy_field.enemy9._x = 500;
_root.enemy_field.enemy9._y = 70;
_root.enemy_on[9] = 1;
}
}
}
button 4259 {
on (release) {
if (_root.enemy_stop[10] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('dog', 'enemy10', 100);
_root.enemy_field.enemy10._x = 500;
_root.enemy_field.enemy10._y = 247;
_root.enemy_on[10] = 1;
}
}
}
button 4260 {
on (release) {
if (_root.enemy_stop[11] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('machine_magi', 'enemy11', 110);
_root.enemy_field.enemy11._x = 500;
_root.enemy_field.enemy11._y = 60;
_root.enemy_on[11] = 1;
}
}
}
button 4261 {
on (release) {
if (_root.enemy_stop[12] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('ball', 'enemy12', 120);
_root.enemy_field.enemy12._x = 500;
_root.enemy_field.enemy12._y = 100;
_root.enemy_on[12] = 1;
}
}
}
button 4262 {
on (release) {
if (_root.enemy_stop[13] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('tubo', 'enemy13', 130);
_root.enemy_field.enemy13._x = 500;
_root.enemy_field.enemy13._y = 305;
_root.enemy_on[13] = 1;
}
}
}
button 4263 {
on (release) {
if (_root.enemy_stop[14] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('incubus', 'enemy14', 140);
_root.enemy_field.enemy14._x = 500;
_root.enemy_field.enemy14._y = 60;
_root.enemy_on[14] = 1;
}
}
}
button 4264 {
on (release) {
if (_root.enemy_stop[15] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('succubus', 'enemy15', 150);
_root.enemy_field.enemy15._x = 500;
_root.enemy_field.enemy15._y = 138;
_root.enemy_on[15] = 1;
}
}
}
button 4265 {
on (release) {
if (_root.enemy_stop[16] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('cos_book_red', 'enemy16', 160);
_root.enemy_field.enemy16._x = 500;
_root.enemy_field.enemy16._y = 70;
_root.enemy_on[16] = 1;
}
}
}
button 4266 {
on (release) {
if (_root.enemy_stop[17] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('cos_book_blue', 'enemy17', 170);
_root.enemy_field.enemy17._x = 500;
_root.enemy_field.enemy17._y = 70;
_root.enemy_on[17] = 1;
}
}
}
button 4267 {
on (release) {
if (_root.enemy_stop[20] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('sister', 'enemy20', 200);
_root.enemy_field.enemy20._x = 390;
_root.enemy_field.enemy20._y = 90;
_root.enemy_on[20] = 1;
}
}
}
movieClip 4269 {
}
movieClip 4270 {
}
movieClip 4271 {
}
movieClip 4273 {
}
movieClip 4275 {
}
movieClip 4276 {
}
movieClip 4278 {
}
movieClip 4280 {
frame 1 {
this.stop();
}
}
movieClip 4282 {
}
movieClip 4284 {
}
movieClip 4285 {
}
movieClip 4287 {
}
movieClip 4288 {
}
movieClip 4289 {
}
movieClip 4290 {
}
movieClip 4291 {
}
movieClip 4292 {
}
movieClip 4293 {
}
movieClip 4295 {
}
movieClip 4297 {
frame 1 {
this.stop();
}
}
movieClip 4298 {
}
movieClip 4300 {
frame 1 {
this.stop();
}
}
movieClip 4302 {
}
movieClip 4303 {
}
movieClip 4304 {
}
movieClip 4305 {
}
movieClip 4306 {
}
movieClip 4307 {
}
movieClip 4308 {
}
button 4309 {
on (release) {
if (_root.enemy_stop[21] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('basilisk', 'enemy21', 210);
_root.enemy_field.enemy21._x = 390;
_root.enemy_field.enemy21._y = 60;
_root.enemy_on[21] = 1;
}
}
}
button 4310 {
on (release) {
if (_root.enemy_stop[22] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('little_basilisk', 'enemy22', 220);
_root.enemy_field.enemy22._x = 500;
_root.enemy_field.enemy22._y = 325;
_root.enemy_on[22] = 1;
}
}
}
button 4311 {
on (release) {
if (_root.enemy_stop[18] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('cos_book_green', 'enemy18', 180);
_root.enemy_field.enemy18._x = 500;
_root.enemy_field.enemy18._y = 70;
_root.enemy_on[18] = 1;
}
}
}
button 4312 {
on (release) {
if (_root.enemy_stop[19] != 1) {
_root.se001.start();
_root.enemy_field.attachMovie('cos_book_yellow', 'enemy19', 190);
_root.enemy_field.enemy19._x = 500;
_root.enemy_field.enemy19._y = 70;
_root.enemy_on[19] = 1;
}
}
}
movieClip 4313 {
frame 1 {
this.stop();
}
}
instance debug_obj of movieClip 4313 {
onClipEvent (load) {
if (_root.now_stage == 'debug') {
if (_root.open_gallery_plus == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(3);
}
}
}
instance of movieClip 3915 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1 && _root.BOSSmode_on != 1) {
_root.score += _root.move_speed;
}
_root.move_speed_show = 'speed:' + _root.move_speed;
}
}
instance of movieClip 3917 {
onClipEvent (enterFrame) {
switch (_root.now_stage) {
case 1:
_root.stage01_summonenemy();
break;
case 2:
_root.stage02_summonenemy();
break;
case 3:
_root.stage03_summonenemy();
break;
case 4:
_root.stage04_summonenemy();
break;
case 5:
_root.stage05_summonenemy();
break;
case 6:
_root.stage06_summonenemy();
break;
case 7:
_root.stage07_summonenemy();
break;
case 'hell':
_root.hell_summonenemy();
break;
case 'debug':
i = 1;
while (i <= 22) {
if (i <= 9) {
_root.enemy_summon_func = eval('_root.enemy0' + i + '_summon');
if (_root.debug_autosummon[i] == 1) {
_root.enemy_summon_func();
}
} else {
_root.enemy_summon_func = eval('_root.enemy' + i + '_summon');
if (_root.debug_autosummon[i] == 1) {
_root.enemy_summon_func();
}
}
++i;
}
break;
default:
}
}
}
button 4340 {
on (release) {
_root.HP = 1;
}
}
button 4344 {
on (release) {
_root.pleasure += 20;
}
}
button 4348 {
on (release) {
if (_root.wear_hat != 1 || _root.wear_breast != 1 || _root.wear_skirt != 1 || _root.wear_cloak != 1 || _root.wear_arm != 1 || _root.wear_leg != 1 || _root.wear_pantu != 1 || _root.wear_shoes != 1) {
_root.wear_hat = 1;
_root.wear_breast = 1;
_root.wear_skirt = 1;
_root.wear_cloak = 1;
_root.wear_arm = 1;
_root.wear_leg = 1;
_root.wear_pantu = 1;
_root.wear_shoes = 1;
} else {
_root.wear_hat = 0;
_root.wear_breast = 0;
_root.wear_skirt = 0;
_root.wear_cloak = 0;
_root.wear_arm = 0;
_root.wear_leg = 0;
_root.wear_pantu = 0;
_root.wear_shoes = 0;
}
_root.wear_reload();
}
}
button 4352 {
on (release) {
_root.enemyHP[21] = 1;
}
}
button 4356 {
on (release) {
_root.score += 2000;
}
}
movieClip 4357 {
}
instance num_debug of movieClip 4357 {
onClipEvent (load) {
var sisterHP_log = 60;
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.numdebug1 = 'バジリスクx' + (_root.enemy_field.enemy21.MC._x + _root.enemy_field.enemy21._x);
this.numdebug2 = '飛行虫x = ' + (_root.enemy_field.enemy2.MC._x + _root.enemy_field.enemy2._x);
this.numdebug3 = 'フライï¾ï½¸ï¾žï½³ï¾‚ボx = ' + (_root.enemy_field.enemy3.MC._x + _root.enemy_field.enemy3._x);
this.numdebug4 = 'ゴブリï¾x = ' + (_root.enemy_field.enemy4.MC._x + _root.enemy_field.enemy4._x);
this.numdebug5 = 'タコx = ' + (_root.enemy_field.enemy5.MC._x + _root.enemy_field.enemy5._x);
this.numdebug6 = 'グリーï¾ï½½ï¾ˆï½²ï½¸x = ' + (_root.enemy_field.enemy6.MC._x + _root.enemy_field.enemy6._x);
this.numdebug7 = 'ゴーストハï¾ï¾„゙x = ' + (_root.enemy_field.enemy7.MC._x + _root.enemy_field.enemy7._x);
this.numdebug8 = 'デビルアネモネx = ' + (_root.enemy_field.enemy8.MC._x + _root.enemy_field.enemy8._x);
this.numdebug9 = 'オークx = ' + (_root.enemy_field.enemy9.MC._x + _root.enemy_field.enemy9._x);
this.numdebug10 = '犬x = ' + (_root.enemy_field.enemy10.MC._x + _root.enemy_field.enemy10._x);
this.numdebug11 = 'ï¾ï½¼ï½°ï¾…リーï¾ï½¼ï¾žï½¼ï½¬ï¾x = ' + (_root.enemy_field.enemy11.MC._x + _root.enemy_field.enemy11._x);
this.numdebug12 = '媚薬ボールx = ' + (_root.enemy_field.enemy12.MC._x + _root.enemy_field.enemy12._x);
this.numdebug13 = '蟲壷x = ' + (_root.enemy_field.enemy13.MC._x + _root.enemy_field.enemy13._x);
this.numdebug14 = 'enemyknockback_on = ' + _root.enemyknockback_on[20];
this.numdebug15 = 'シスターx = ' + (_root.enemy_field.enemy20.MC._x + _root.enemy_field.enemy20._x);
this.numdebug16 = 'åå—架x = ' + (_root.enemy_field.enemy20.cross._x + _root.enemy_field.enemy20._x);
this.numdebug17 = 'シスターHP = ' + _root.enemyHP[20];
this.numdebug18 = 'シスターHPmax = ' + _root.enemyHP_max[20];
if (sisterHP_log > _root.enemyHP[20]) {
sisterHP_log = _root.enemyHP[20];
}
this.numdebug19 = 'シスターHPlog = ' + sisterHP_log;
this.numdebug20 = '_root.BOSS_HP_max = ' + _root.BOSS_HP_max;
this.numdebug21 = 'yarare_on = ' + _root.yarare_on;
if (_root.enemy_field.enemy20.MC.MC._currentframe <= 47) {
now_sisterTL = ' [start]';
} else {
if (_root.enemy_field.enemy20.MC.MC._currentframe <= 64) {
now_sisterTL = ' [wait]';
} else {
if (_root.enemy_field.enemy20.MC.MC._currentframe <= 170) {
now_sisterTL = ' [datuiA]';
} else {
if (_root.enemy_field.enemy20.MC.MC._currentframe <= 276) {
now_sisterTL = ' [datuiB]';
} else {
if (_root.enemy_field.enemy20.MC.MC._currentframe <= 337) {
now_sisterTL = ' [summon]';
} else {
if (_root.enemy_field.enemy20.MC.MC._currentframe <= 398) {
now_sisterTL = ' [summon_cross]';
} else {
if (_root.enemy_field.enemy20.MC.MC._currentframe <= 433) {
now_sisterTL = ' [attack]';
} else {
if (_root.enemy_field.enemy20.MC.MC._currentframe <= 458) {
now_sisterTL = ' [onani_go]';
} else {
if (_root.enemy_field.enemy20.MC.MC._currentframe <= 501) {
now_sisterTL = ' [yarare_go]';
} else {
if (_root.enemy_field.enemy20.MC.MC._currentframe <= 502) {
now_sisterTL = ' [onani]';
} else {
if (_root.enemy_field.enemy20.MC.MC._currentframe <= 539) {
now_sisterTL = ' [restart]';
} else {
now_sisterTL = ' [ドコココ?]';
}
}
}
}
}
}
}
}
}
}
}
this.numdebug22 = 'シスターTL = ' + _root.enemy_field.enemy20.MC.MC._currentframe + now_sisterTL;
this.numdebug23 = 'シスターspeed = ' + _root.enemyspeed[20];
}
}
// unknown tag 88 length 79
// unknown tag 88 length 63
movieClip 4365 {
frame 1 {
this.stop();
}
}
movieClip 4366 {
instance of movieClip 4365 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4367 {
frame 306 {
this.stop();
}
}
movieClip 4372 {
frame 1 {
this.stop();
}
}
movieClip 4373 {
instance of movieClip 4372 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4374 {
frame 306 {
this.stop();
}
}
movieClip 4375 {
frame 3 {
this.stop();
}
}
instance of movieClip 4375 {
onClipEvent (load) {
this.gotoAndStop('void');
}
onClipEvent (enterFrame) {
if (_root.score >= 10000 && _root.now_stage == 'hell') {
if (_root.open_gallery_plus == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
if (_root.pause == 1 || this.MC._currentframe == 306) {
this.MC.stop();
} else {
this.MC.play();
}
}
}
frame 8 {
_root.bgm_allstop();
_root.anim_remove();
}
movieClip 4379 {
}
movieClip 4382 {
}
movieClip 4384 {
}
movieClip 4386 {
}
movieClip 4388 {
}
movieClip 4390 {
}
movieClip 4392 {
}
movieClip 4393 {
frame 1 {
this.stop();
}
}
instance BG of movieClip 4393 {
onClipEvent (load) {
this.gotoAndStop(_root.now_stage + 1);
}
}
movieClip 4395 {
}
movieClip 4403 {
}
movieClip 4410 {
}
movieClip 4418 {
}
movieClip 4425 {
}
movieClip 4426 {
frame 1 {
this.stop();
}
instance of movieClip 4403 {
onClipEvent (load) {
this.gotoAndStop(_root.now_stage + 1);
}
}
instance of movieClip 4410 {
onClipEvent (load) {
this.gotoAndStop(_root.now_stage + 1);
}
}
instance of movieClip 4418 {
onClipEvent (load) {
this.gotoAndStop(_root.now_stage + 1);
}
}
instance of movieClip 4425 {
onClipEvent (load) {
this.gotoAndStop(_root.now_stage + 1);
}
}
}
instance of movieClip 4426 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
if (_root.true_start == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
} else {
if (_root.true_start == 1) {
this.gotoAndStop(4);
} else {
this.gotoAndStop(3);
}
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
if (_root.true_start == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
} else {
if (_root.true_start == 1) {
this.gotoAndStop(4);
} else {
this.gotoAndStop(3);
}
}
}
}
movieClip 4428 {
}
movieClip 4429 {
}
button 4431 {
on (release) {
_root.se001.start();
switch (_root.now_stage) {
case 1:
_root.now_stage = 2;
break;
case 2:
_root.now_stage = 3;
break;
case 3:
_root.now_stage = 4;
break;
case 4:
_root.now_stage = 5;
break;
case 5:
_root.now_stage = 6;
break;
case 6:
_root.now_stage = 7;
break;
case 10:
_root.now_stage = 1;
break;
case 999:
_root.now_stage = 1;
break;
case 50:
_root.now_stage = 1;
break;
case 100:
_root.now_stage = 1;
break;
default:
}
gotoAndStop('stage');
}
}
frame 9 {
_root.bgm_allstop();
_root.anim_remove();
}
movieClip 4435 {
}
movieClip 4436 {
}
button 4438 {
on (release) {
_root.gameoverEND();
_root.default_numbers();
_root.default_enemystatus();
_root.gotoAndStop('stage');
_root.se001.start();
}
}
button 4440 {
on (release) {
_root.gameoverEND();
_root.gotoAndStop('title');
_root.se001.start();
}
}
movieClip 4442 {
}
movieClip 4443 {
}
instance of movieClip 4443 {
onClipEvent (load) {
if (_root.gallery_mode_on == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
frame 10 {
_root.bgm_allstop();
_root.anim_remove();
}
movieClip 4445 {
}
movieClip 4446 {
}
button 4447 {
on (release) {
_root.se001.start();
gotoAndStop('title');
}
}
frame 11 {
_root.default_numbers();
if (_root.trial_mode != 1) {
_root.player.loadMovie('data/data001.swf');
}
_root.gallery_mode_on = 1;
_root.bgm001.start(0, 999);
_root.bgm_set = 1;
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLnow_gameoverNum = 1;
_root.default_zoom();
_root.GLctrl_type = 'wait';
_root.rinkan_selectA = 1;
_root.rinkan_selectB = 1;
_root.GLwait_now = '';
_root.GLanim_remove = function () {
_root.anim_remove();
_root.gameoverMC1.gotoAndStop(1);
_root.player.gotoAndStop('void');
};
_root.yarare_pleview = function () {
_root.GLanim_remove();
_root.gallery_now_select = 'Auto';
_root.Gyarare_speed = 1;
_root.GLwait_now = '';
_root.GLbtn.rinkan_selecter.gotoAndStop(2);
if (_root.GLnow_yarareNum == 19 && _root.abnormal_futanari == 1) {
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB + 'f'].gotoAndStop(2);
} else {
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].gotoAndStop(2);
}
};
_root.GLbtn_mob1A = function () {
_root.GLnow_yarareNum = 1;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 174;
_root.zoom_mc.target._y = 152;
};
_root.GLbtn_mob1B = function () {
_root.GLnow_yarareNum = 1;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 120;
_root.zoom_mc.target._y = 195;
};
_root.GLbtn_mob2A = function () {
_root.GLnow_yarareNum = 2;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 144;
_root.zoom_mc.target._y = 165;
};
_root.GLbtn_mob2B = function () {
_root.GLnow_yarareNum = 2;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 119;
_root.zoom_mc.target._y = 341;
};
_root.GLbtn_mob3A = function () {
_root.GLnow_yarareNum = 3;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 201;
_root.zoom_mc.target._y = 203;
};
_root.GLbtn_mob3B = function () {
_root.GLnow_yarareNum = 3;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 151;
_root.zoom_mc.target._y = 266;
};
_root.GLbtn_mob4A = function () {
_root.GLnow_yarareNum = 4;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 146;
_root.zoom_mc.target._y = 336;
};
_root.GLbtn_mob4B = function () {
_root.GLnow_yarareNum = 4;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 81;
_root.zoom_mc.target._y = 286;
};
_root.GLbtn_mob5A = function () {
_root.GLnow_yarareNum = 5;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 177;
_root.zoom_mc.target._y = 235;
};
_root.GLbtn_mob5B = function () {
_root.GLnow_yarareNum = 5;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 145;
_root.zoom_mc.target._y = 212;
};
_root.GLbtn_mob6A = function () {
_root.GLnow_yarareNum = 6;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 132;
_root.zoom_mc.target._y = 312;
};
_root.GLbtn_mob6B = function () {
_root.GLnow_yarareNum = 6;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 84;
_root.zoom_mc.target._y = 316;
};
_root.GLbtn_mob7A = function () {
_root.GLnow_yarareNum = 7;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 106;
_root.zoom_mc.target._y = 282;
};
_root.GLbtn_mob7B = function () {
_root.GLnow_yarareNum = 7;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 76;
_root.zoom_mc.target._y = 311;
};
_root.GLbtn_mob8A = function () {
_root.GLnow_yarareNum = 8;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 90;
_root.zoom_mc.target._y = 270;
};
_root.GLbtn_mob8B = function () {
_root.GLnow_yarareNum = 8;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 163;
_root.zoom_mc.target._y = 155;
};
_root.GLbtn_mob9A = function () {
_root.GLnow_yarareNum = 9;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 148;
_root.zoom_mc.target._y = 141;
};
_root.GLbtn_mob9B = function () {
_root.GLnow_yarareNum = 9;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 106;
_root.zoom_mc.target._y = 120;
};
_root.GLbtn_mob10A = function () {
_root.GLnow_yarareNum = 10;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 109;
_root.zoom_mc.target._y = 342;
};
_root.GLbtn_mob10B = function () {
_root.GLnow_yarareNum = 10;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 83;
_root.zoom_mc.target._y = 344;
};
_root.GLbtn_mob11A = function () {
_root.GLnow_yarareNum = 11;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 112;
_root.zoom_mc.target._y = 164;
};
_root.GLbtn_mob11B = function () {
_root.GLnow_yarareNum = 11;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 119;
_root.zoom_mc.target._y = 188;
};
_root.GLbtn_mob12A = function () {
_root.GLnow_yarareNum = 12;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 83;
_root.zoom_mc.target._y = 318;
};
_root.GLbtn_mob12B = function () {
_root.GLnow_yarareNum = 12;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 104;
_root.zoom_mc.target._y = 121;
};
_root.GLbtn_mob13A = function () {
_root.GLnow_yarareNum = 13;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 87;
_root.zoom_mc.target._y = 312;
};
_root.GLbtn_mob13B = function () {
_root.GLnow_yarareNum = 13;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 82;
_root.zoom_mc.target._y = 167;
};
_root.GLbtn_mob14A = function () {
_root.GLnow_yarareNum = 14;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 140;
_root.zoom_mc.target._y = 321;
};
_root.GLbtn_mob14B = function () {
_root.GLnow_yarareNum = 14;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 108;
_root.zoom_mc.target._y = 262;
};
_root.GLbtn_mob15A = function () {
_root.GLnow_yarareNum = 15;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 121;
_root.zoom_mc.target._y = 320;
};
_root.GLbtn_mob15B = function () {
_root.GLnow_yarareNum = 15;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 92;
_root.zoom_mc.target._y = 347;
};
_root.GLbtn_mob16A = function () {
_root.GLnow_yarareNum = 16;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 134;
_root.zoom_mc.target._y = 131;
};
_root.GLbtn_mob16B = function () {
_root.GLnow_yarareNum = 16;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 134;
_root.zoom_mc.target._y = 193;
};
_root.GLbtn_mob17A = function () {
_root.GLnow_yarareNum = 17;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 139;
_root.zoom_mc.target._y = 186;
};
_root.GLbtn_mob17B = function () {
_root.GLnow_yarareNum = 17;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 86;
_root.zoom_mc.target._y = 285;
};
_root.GLbtn_mob20A = function () {
_root.GLnow_yarareNum = 20;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 111;
_root.zoom_mc.target._y = 121;
};
_root.GLbtn_mob20B = function () {
_root.GLnow_yarareNum = 20;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 104;
_root.zoom_mc.target._y = 103;
};
_root.GLbtn_mob18A = function () {
_root.GLnow_yarareNum = 18;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 66;
_root.zoom_mc.target._y = 291;
};
_root.GLbtn_mob18B = function () {
_root.GLnow_yarareNum = 18;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 100;
_root.zoom_mc.target._y = 328;
};
_root.GLbtn_mob19A = function () {
_root.GLnow_yarareNum = 19;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 0;
_root.zoom_mc.target._y = 105;
};
_root.GLbtn_mob19B = function () {
_root.GLnow_yarareNum = 19;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 125;
_root.zoom_mc.target._y = 190;
};
_root.GLbtn_mob21A = function () {
_root.GLnow_yarareNum = 21;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 112;
_root.zoom_mc.target._y = 247;
};
_root.GLbtn_mob21B = function () {
_root.GLnow_yarareNum = 21;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 94;
_root.zoom_mc.target._y = 154;
};
_root.GLbtn_mob22A = function () {
_root.GLnow_yarareNum = 22;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 126;
_root.zoom_mc.target._y = 173;
};
_root.GLbtn_mob22B = function () {
_root.GLnow_yarareNum = 22;
_root.GLnow_yarareAorB = 'B';
_root.GLctrl_type = 'finish_on';
_root.yarare_pleview();
_root.zoom_mc.target._x = 140;
_root.zoom_mc.target._y = 370;
};
_root.GLleft_key = function () {
switch (_root.GLbtn.GLctrl._currentframe) {
case 1:
switch (_root.Gyarare_speed) {
case 1:
_root.gallery_now_select = 'Auto';
_root.Gyarare_speed = 1;
break;
case 2:
_root.gallery_now_select = 'Auto';
_root.Gyarare_speed = 1;
break;
case 3:
_root.gallery_now_select = 'Slow';
_root.Gyarare_speed = 2;
break;
case 4:
_root.gallery_now_select = 'Medium';
_root.Gyarare_speed = 3;
break;
case 5:
_root.gallery_now_select = 'Fast';
_root.Gyarare_speed = 4;
break;
case 6:
_root.gallery_now_select = 'Very Fast';
_root.Gyarare_speed = 5;
break;
case 7:
_root.gallery_now_select = 'Finish Loop';
_root.Gyarare_speed = 6;
break;
case 8:
_root.gallery_now_select = 'Orgasm Loop';
_root.Gyarare_speed = 7;
break;
default:
}
break;
case 2:
break;
case 3:
switch (_root.Gyarare_speed) {
case 1:
_root.gallery_now_select = 'Auto';
_root.Gyarare_speed = 1;
break;
case 2:
_root.gallery_now_select = 'Auto';
_root.Gyarare_speed = 1;
break;
case 3:
_root.gallery_now_select = 'Slow';
_root.Gyarare_speed = 2;
break;
case 4:
_root.gallery_now_select = 'Medium';
_root.Gyarare_speed = 3;
break;
case 5:
_root.gallery_now_select = 'Fast';
_root.Gyarare_speed = 4;
break;
default:
}
break;
case 4:
break;
default:
}
};
_root.GLright_key = function () {
switch (_root.GLbtn.GLctrl._currentframe) {
case 1:
switch (_root.Gyarare_speed) {
case 1:
_root.gallery_now_select = 'Slow';
_root.Gyarare_speed = 2;
break;
case 2:
_root.gallery_now_select = 'Medium';
_root.Gyarare_speed = 3;
break;
case 3:
_root.gallery_now_select = 'Fast';
_root.Gyarare_speed = 4;
break;
case 4:
_root.gallery_now_select = 'Very Fast';
_root.Gyarare_speed = 5;
break;
case 5:
_root.gallery_now_select = 'Finish Loop';
_root.Gyarare_speed = 6;
break;
case 6:
_root.gallery_now_select = 'Orgasm Loop';
_root.Gyarare_speed = 7;
break;
case 7:
_root.gallery_now_select = 'Random';
_root.Gyarare_speed = 8;
break;
case 8:
_root.gallery_now_select = 'Random';
_root.Gyarare_speed = 8;
break;
default:
}
break;
case 2:
break;
case 3:
switch (_root.Gyarare_speed) {
case 1:
_root.gallery_now_select = 'Slow';
_root.Gyarare_speed = 2;
break;
case 2:
_root.gallery_now_select = 'Medium';
_root.Gyarare_speed = 3;
break;
case 3:
_root.gallery_now_select = 'Fast';
_root.Gyarare_speed = 4;
break;
case 4:
_root.gallery_now_select = 'Random';
_root.Gyarare_speed = 5;
break;
case 5:
_root.gallery_now_select = 'Random';
_root.Gyarare_speed = 5;
break;
default:
}
break;
break;
case 4:
default:
}
};
_root.GLbtn_gameover = function () {
_root.GLanim_remove();
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'gameover';
_root.GLnow_gameoverNum = 1;
_root.gallery_now_select = 'Auto';
_root.GLbtn.gotoAndStop(3);
switch (_root.BG._currentframe) {
case 1:
_root.GLnow_gameoverNum = 1;
_root.gameoverMC1.gotoAndPlay(2);
break;
case 2:
_root.GLnow_gameoverNum = 2;
_root.gameoverMC2.gotoAndPlay(2);
break;
case 3:
_root.GLnow_gameoverNum = 3;
_root.gameoverMC3.gotoAndPlay(2);
break;
case 4:
_root.GLnow_gameoverNum = 4;
_root.gameoverMC4.gotoAndPlay(2);
break;
case 5:
_root.GLnow_gameoverNum = 5;
_root.gameoverMC5.gotoAndPlay(2);
break;
case 6:
_root.GLnow_gameoverNum = 6;
_root.gameoverMC6.gotoAndPlay(2);
break;
case 7:
_root.GLnow_gameoverNum = 7;
_root.gameoverMC7.gotoAndPlay(2);
break;
case 8:
_root.GLnow_gameoverNum = 1;
_root.gameoverMC1.gotoAndPlay(2);
break;
default:
_root.GLnow_gameoverNum = 1;
_root.gameoverMC1.gotoAndPlay(2);
}
_root.bgm_allstop();
_root.GLbtn.BGMname_view.gotoAndStop(1);
};
_root.GLbtn_onaniA = function () {
_root.GLanim_remove();
_root.player.gotoAndStop('onaniA');
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'onani';
_root.gallery_now_select = 'Auto';
_root.GLbtn.rinkan_selecter.gotoAndStop(2);
_root.zoom_mc.target._x = 173;
_root.zoom_mc.target._y = 167;
};
_root.GLbtn_onaniB = function () {
_root.GLanim_remove();
_root.player.gotoAndStop('onaniB_GL');
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'onani';
_root.gallery_now_select = 'Auto';
_root.GLbtn.rinkan_selecter.gotoAndStop(2);
_root.zoom_mc.target._x = 166;
_root.zoom_mc.target._y = 212;
};
_root.GLbtn_onaniC = function () {
_root.GLanim_remove();
_root.player.gotoAndStop('onaniC');
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'onani';
_root.gallery_now_select = 'Auto';
_root.GLbtn.rinkan_selecter.gotoAndStop(2);
_root.zoom_mc.target._x = 160;
_root.zoom_mc.target._y = 319;
};
_root.GLbtn_onaniomake = function () {
_root.GLanim_remove();
_root.player.gotoAndStop('onaniomake');
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'onani';
_root.gallery_now_select = 'Auto';
_root.GLbtn.rinkan_selecter.gotoAndStop(2);
_root.zoom_mc.target._x = 160;
_root.zoom_mc.target._y = 319;
};
_root.GLbtn_wait = function () {
_root.GLanim_remove();
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'wait';
_root.gallery_now_select = 'Wait';
_root.GLbtn.rinkan_selecter.gotoAndStop(2);
_root.zoom_mc.target._x = 185;
_root.zoom_mc.target._y = 400;
};
_root.GLbtn_3P = function () {
_root.GLnow_yarareNum = 1;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'gangbang';
_root.GLanim_remove();
_root.gallery_now_select = 'Auto';
_root.Gyarare_speed = 1;
_root.rinkan_selectA = Math.floor(Math.random() * 15) + 1;
_root.rinkan_selectB = Math.floor(Math.random() * 15) + 1;
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
_root.GLbtn.rinkan_selecter.gotoAndStop(1);
_root.zoom_mc.target._x = 183;
_root.zoom_mc.target._y = 327;
};
}
instance player of movieClip 3881 {
onClipEvent (enterFrame) {
_root.pause_func();
}
}
movieClip 4450 {
}
movieClip 4451 {
}
movieClip 4453 {
}
movieClip 4454 {
frame 1 {
this.stop();
}
}
movieClip 4455 {
instance of movieClip 4454 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4456 {
frame 1 {
this.stop();
}
}
movieClip 4457 {
instance of movieClip 4456 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4458 {
frame 1 {
this.stop();
}
}
movieClip 4459 {
instance of movieClip 4458 {
onClipEvent (load) {
if (this._parent._parent.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4460 {
}
movieClip 4461 {
}
movieClip 4462 {
frame 1 {
this.stop();
}
}
movieClip 4463 {
instance of movieClip 4462 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4464 {
}
movieClip 4465 {
frame 1 {
this.stop();
}
}
movieClip 4466 {
instance of movieClip 4465 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4467 {
}
movieClip 4468 {
frame 1 {
this.stop();
}
}
movieClip 4469 {
instance of movieClip 4468 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4470 {
}
movieClip 4472 {
}
movieClip 4474 {
}
movieClip 4476 {
}
movieClip 4477 {
}
movieClip 4478 {
}
movieClip 4480 {
}
movieClip 4481 {
}
movieClip 4482 {
}
movieClip 4483 {
frame 1 {
this.stop();
}
}
movieClip 4484 {
instance of movieClip 4483 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4485 {
frame 1 {
this.stop();
}
}
movieClip 4486 {
instance of movieClip 4485 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4487 {
frame 1 {
this.stop();
}
}
movieClip 4488 {
instance of movieClip 4487 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4489 {
}
movieClip 4490 {
}
movieClip 4492 {
frame 1 {
this.stop();
}
}
movieClip 4493 {
instance of movieClip 4492 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4495 {
}
movieClip 4496 {
}
movieClip 4498 {
frame 1 {
this.stop();
}
}
movieClip 4499 {
instance of movieClip 4498 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4500 {
frame 1 {
this.stop();
}
}
movieClip 4501 {
instance of movieClip 4500 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4503 {
frame 1 {
this.stop();
}
}
movieClip 4504 {
instance of movieClip 4503 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4506 {
frame 1 {
this.stop();
}
}
movieClip 4507 {
instance of movieClip 4506 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4508 {
frame 1 {
this.stop();
}
}
movieClip 4509 {
instance of movieClip 4508 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4510 {
}
movieClip 4512 {
}
movieClip 4514 {
}
movieClip 4515 {
instance of movieClip 4514 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4516 {
}
movieClip 4518 {
}
movieClip 4520 {
}
movieClip 4522 {
}
movieClip 4524 {
}
movieClip 4525 {
instance of movieClip 1188 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4526 {
}
movieClip 4528 {
frame 1 {
this.stop();
}
}
movieClip 4529 {
instance of movieClip 4528 {
onClipEvent (load) {
if (this._parent._parent.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_hat != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4530 {
}
movieClip 4531 {
frame 1 {
this.stop();
}
}
movieClip 4532 {
instance of movieClip 4531 {
onClipEvent (load) {
if (this._parent._parent.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4533 {
frame 1 {
this.stop();
}
}
movieClip 4534 {
instance of movieClip 4533 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4537 {
frame 1 {
this.stop();
}
}
movieClip 4539 {
instance of movieClip 4537 {
onClipEvent (load) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4540 {
}
movieClip 4542 {
}
movieClip 4545 {
frame 1 {
this.stop();
}
}
movieClip 4546 {
instance of movieClip 4545 {
onClipEvent (load) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4547 {
frame 1 {
this.stop();
}
}
movieClip 4548 {
instance of movieClip 4547 {
onClipEvent (load) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4549 {
}
movieClip 4550 {
}
movieClip 4551 {
}
movieClip 4553 {
}
movieClip 4555 {
}
movieClip 4556 {
}
movieClip 4559 {
frame 1 {
this.stop();
}
}
movieClip 4561 {
instance of movieClip 4559 {
onClipEvent (load) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4562 {
}
movieClip 4564 {
}
movieClip 4565 {
frame 1 {
this.stop();
}
}
movieClip 4566 {
instance of movieClip 4565 {
onClipEvent (load) {
if (this._parent._parent.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4567 {
frame 1 {
this.stop();
}
}
movieClip 4568 {
instance of movieClip 4567 {
onClipEvent (load) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4569 {
frame 1 {
this.stop();
}
}
movieClip 4570 {
instance of movieClip 4569 {
onClipEvent (load) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_socks != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4572 {
frame 1 {
this.stop();
}
}
movieClip 4573 {
instance of movieClip 4572 {
onClipEvent (load) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4575 {
}
movieClip 4577 {
frame 1 {
this.stop();
}
}
movieClip 4578 {
instance of movieClip 4577 {
onClipEvent (load) {
if (this._parent._parent.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4579 {
frame 1 {
this.stop();
}
}
movieClip 4580 {
instance of movieClip 4579 {
onClipEvent (load) {
if (this._parent._parent.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4581 {
frame 1 {
this.stop();
}
}
movieClip 4582 {
instance of movieClip 4581 {
onClipEvent (load) {
if (this._parent._parent.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_shoes != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4584 {
}
movieClip 4586 {
frame 1 {
this.stop();
}
}
movieClip 4587 {
instance of movieClip 4586 {
onClipEvent (load) {
if (this._parent._parent.bossA_socks != 1 && this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_socks != 1 && this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4588 {
frame 1 {
this.stop();
}
}
movieClip 4589 {
instance of movieClip 4588 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4591 {
}
movieClip 4593 {
}
movieClip 4595 {
}
movieClip 4596 {
frame 1 {
this.stop();
}
}
movieClip 4597 {
instance of movieClip 4596 {
onClipEvent (load) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossA_body != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4598 {
}
movieClip 4600 {
}
movieClip 4602 {
instance of movieClip 4514 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4603 {
}
movieClip 4605 {
}
movieClip 4606 {
}
movieClip 4607 {
}
movieClip 4608 {
instance renderb of movieClip 4607 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 4609 {
}
movieClip 4610 {
}
movieClip 4611 {
frame 1 {
this.stop();
}
instance of movieClip 4610 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 4612 {
instance mc of movieClip 4611 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4613 {
}
button 4614 {
on (release) {
if (this._parent.bossA_hat == 1) {
this._parent.bossA_hat = 0;
} else {
this._parent.bossA_hat = 1;
}
}
}
button 4615 {
on (release) {
if (this._parent.bossA_body == 1) {
this._parent.bossA_body = 0;
} else {
this._parent.bossA_body = 1;
}
}
}
button 4616 {
on (release) {
if (this._parent.bossA_socks == 1) {
this._parent.bossA_socks = 0;
} else {
this._parent.bossA_socks = 1;
}
}
}
button 4617 {
on (release) {
if (this._parent.bossA_shoes == 1) {
this._parent.bossA_shoes = 0;
} else {
this._parent.bossA_shoes = 1;
}
}
}
button 4618 {
on (release) {
if (this._parent.bossA_pantu == 1) {
this._parent.bossA_pantu = 0;
} else {
this._parent.bossA_pantu = 1;
}
}
}
button 4619 {
on (release) {
if (this._parent.bossA_hat != 1 || this._parent.bossA_body != 1 || this._parent.bossA_pantu != 1 || this._parent.bossA_socks != 1 || this._parent.bossA_shoes != 1) {
this._parent.bossA_hat = 1;
this._parent.bossA_body = 1;
this._parent.bossA_pantu = 1;
this._parent.bossA_socks = 1;
this._parent.bossA_shoes = 1;
} else {
this._parent.bossA_hat = 0;
this._parent.bossA_body = 0;
this._parent.bossA_pantu = 0;
this._parent.bossA_socks = 0;
this._parent.bossA_shoes = 0;
}
}
}
movieClip 4621 {
}
movieClip 4649 {
}
movieClip 4651 {
frame 2 {
this.stop();
}
}
movieClip 4679 {
frame 1 {
this.stop();
}
instance of movieClip 4651 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 11 {
this.gotoAndStop(1);
}
frame 26 {
this.gotoAndStop(1);
}
frame 40 {
this.gotoAndStop(1);
}
frame 54 {
this.gotoAndStop(1);
}
frame 68 {
this.gotoAndStop(1);
}
}
movieClip 4680 {
instance of movieClip 4679 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_b == 1) {
this._parent._parent.cum_b = 0;
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
this.gotoAndPlay('cum01');
break;
case 2:
this.gotoAndPlay('cum02');
break;
case 3:
this.gotoAndPlay('cum03');
break;
case 4:
this.gotoAndPlay('cum04');
break;
case 5:
this.gotoAndPlay('cum05');
break;
default:
}
}
}
}
}
movieClip 4682 {
frame 2 {
this.stop();
}
}
movieClip 4688 {
frame 1 {
this.stop();
}
instance of movieClip 4682 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 4689 {
instance of movieClip 4688 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_a == 1) {
this._parent._parent.cum_a = 0;
this.gotoAndPlay(2);
}
}
}
}
movieClip 4703 {
}
movieClip 4704 {
}
movieClip 4706 {
}
movieClip 4803 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 12, 'h': 15};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 10 {
this._parent.gauge.pleasure += 5;
this.shibuki.mc.gotoAndPlay('shibuki');
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se006.start();
break;
case 2:
_root.se007.start();
break;
default:
}
}
frame 19 {
if (this._parent.gauge.pleasure >= 100) {
this._parent.gauge.pleasure = 0;
this.gotoAndPlay('org');
} else {
this.gotoAndPlay('onani');
}
}
frame 29 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 53 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 76 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 92 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 105 {
this.gotoAndPlay('onani');
}
}
button 4805 {
on (press) {
this._parent.startDrag(false, 50, 90, 450, 90);
}
on (release, releaseOutside) {
this._parent.stopDrag();
this._parent.x_memory = this._parent._x;
this._parent.y_memory = this._parent._y;
}
}
movieClip 4806 {
frame 1 {
this.stop();
}
}
movieClip 4810 {
frame 1 {
this.stop();
}
}
movieClip 4811 {
instance of movieClip 4810 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4812 {
frame 37 {
this.stop();
}
}
movieClip 4814 {
frame 1 {
this.stop();
}
}
movieClip 4815 {
instance MC of movieClip 4803 {
onClipEvent (load) {
bossA_hat = 0;
bossA_body = 0;
bossA_socks = 0;
bossA_shoes = 0;
bossA_pantu = 0;
}
onClipEvent (enterFrame) {
if (this._parent._x <= 70 && this._xscale != -100) {
this._xscale = -100;
} else {
if (this._parent._x >= 430 && this._xscale == -100) {
this._xscale = 100;
}
}
}
}
instance of movieClip 4806 {
onClipEvent (enterFrame) {
if (_root.zoom_mc.vol_bar.knob._y == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
if (this._parent._x <= 70 && this._xscale != -100) {
this._xscale = -100;
} else {
if (this._parent._x >= 430 && this._xscale == -100) {
this._xscale = 100;
}
}
}
}
instance gauge of movieClip 4814 {
onClipEvent (load) {
pleasure = 0;
}
onClipEvent (enterFrame) {
this.gotoAndStop(pleasure);
}
}
frame 2 {
this.stop();
}
}
instance GLboss2 of movieClip 4815 {
onClipEvent (load) {
this.gotoAndStop(2);
x_posi = this._x;
y_posi = this._y;
x_memory = this._x;
y_memory = this._y;
}
}
movieClip 4817 {
}
movieClip 4818 {
frame 1 {
this.stop();
}
}
movieClip 4819 {
instance of movieClip 4818 {
onClipEvent (load) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4820 {
frame 1 {
this.stop();
}
}
movieClip 4821 {
instance of movieClip 4820 {
onClipEvent (load) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4823 {
frame 1 {
this.stop();
}
}
movieClip 4824 {
instance of movieClip 4823 {
onClipEvent (load) {
if (this._parent._parent.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4825 {
frame 1 {
this.stop();
}
}
movieClip 4826 {
instance of movieClip 4825 {
onClipEvent (load) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4828 {
}
movieClip 4829 {
}
movieClip 4830 {
frame 1 {
this.stop();
}
}
movieClip 4831 {
instance of movieClip 4830 {
onClipEvent (load) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4832 {
frame 1 {
this.stop();
}
}
movieClip 4833 {
instance of movieClip 4832 {
onClipEvent (load) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4834 {
}
movieClip 4836 {
}
movieClip 4838 {
}
movieClip 4839 {
frame 1 {
this.stop();
}
}
movieClip 4840 {
instance of movieClip 4839 {
onClipEvent (load) {
if (this._parent._parent.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4842 {
}
movieClip 4844 {
frame 1 {
this.stop();
}
}
movieClip 4845 {
instance of movieClip 4844 {
onClipEvent (load) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4846 {
}
movieClip 4847 {
}
movieClip 4849 {
frame 1 {
this.stop();
}
}
movieClip 4850 {
instance of movieClip 4849 {
onClipEvent (load) {
if (this._parent._parent.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4851 {
frame 1 {
this.stop();
}
}
movieClip 4852 {
instance of movieClip 4851 {
onClipEvent (load) {
if (this._parent._parent.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4854 {
}
movieClip 4856 {
frame 1 {
this.stop();
}
}
movieClip 4857 {
instance of movieClip 4856 {
onClipEvent (load) {
if (this._parent._parent.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_oppai != 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4858 {
frame 1 {
this.stop();
}
}
movieClip 4859 {
instance of movieClip 4858 {
onClipEvent (load) {
if (this._parent._parent.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_oppai != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4861 {
}
movieClip 4862 {
}
movieClip 4863 {
}
movieClip 4864 {
}
movieClip 4865 {
}
movieClip 4866 {
}
movieClip 4867 {
}
movieClip 4868 {
}
movieClip 4870 {
}
movieClip 4872 {
frame 1 {
this.stop();
}
}
movieClip 4873 {
instance of movieClip 4872 {
onClipEvent (load) {
if (this._parent._parent.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4875 {
frame 1 {
this.stop();
}
}
movieClip 4876 {
instance of movieClip 4875 {
onClipEvent (load) {
if (this._parent._parent.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_neck != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4877 {
}
movieClip 4879 {
}
movieClip 4881 {
frame 1 {
this.stop();
}
}
movieClip 4882 {
instance of movieClip 4881 {
onClipEvent (load) {
if (this._parent._parent.bossB_eye != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_eye != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4883 {
}
movieClip 4884 {
}
movieClip 4885 {
}
movieClip 4886 {
frame 1 {
this.stop();
}
}
movieClip 4887 {
instance of movieClip 4886 {
onClipEvent (load) {
if (this._parent._parent.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4888 {
}
movieClip 4889 {
}
movieClip 4891 {
}
movieClip 4892 {
frame 1 {
this.stop();
}
}
movieClip 4893 {
instance of movieClip 4892 {
onClipEvent (load) {
if (this._parent._parent.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4894 {
}
movieClip 4896 {
}
movieClip 4897 {
frame 1 {
this.stop();
}
}
movieClip 4898 {
instance of movieClip 4897 {
onClipEvent (load) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4899 {
frame 1 {
this.stop();
}
}
movieClip 4900 {
instance of movieClip 4899 {
onClipEvent (load) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4901 {
}
movieClip 4902 {
}
movieClip 4904 {
}
movieClip 4906 {
}
movieClip 4907 {
}
movieClip 4909 {
frame 1 {
this.stop();
}
}
movieClip 4910 {
instance of movieClip 4909 {
onClipEvent (load) {
if (this._parent._parent.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4911 {
}
movieClip 4913 {
}
movieClip 4915 {
}
movieClip 4917 {
frame 1 {
this.stop();
}
}
movieClip 4918 {
instance of movieClip 4917 {
onClipEvent (load) {
if (this._parent._parent.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_foot != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4919 {
frame 1 {
this.stop();
}
}
movieClip 4920 {
instance of movieClip 4919 {
onClipEvent (load) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4921 {
frame 1 {
this.stop();
}
}
movieClip 4922 {
instance of movieClip 4921 {
onClipEvent (load) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4924 {
frame 1 {
this.stop();
}
}
movieClip 4925 {
instance of movieClip 4924 {
onClipEvent (load) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_pantu != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4926 {
frame 1 {
this.stop();
}
}
movieClip 4927 {
instance of movieClip 4926 {
onClipEvent (load) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4928 {
}
movieClip 4929 {
frame 1 {
this.stop();
}
}
movieClip 4930 {
instance of movieClip 4929 {
onClipEvent (load) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.bossB_arm != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4932 {
}
movieClip 4934 {
}
movieClip 4935 {
}
movieClip 4936 {
}
movieClip 4937 {
}
movieClip 4938 {
}
movieClip 4939 {
instance renderb of movieClip 4938 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 4940 {
}
movieClip 4941 {
}
movieClip 4942 {
frame 1 {
this.stop();
}
instance of movieClip 4941 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 4943 {
instance mc of movieClip 4942 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1 || this._currentframe == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4944 {
}
button 4945 {
on (release) {
if (this._parent.bossB_eye == 1) {
this._parent.bossB_eye = 0;
} else {
this._parent.bossB_eye = 1;
}
}
}
button 4946 {
on (release) {
if (this._parent.bossB_neck == 1) {
this._parent.bossB_neck = 0;
} else {
this._parent.bossB_neck = 1;
}
}
}
button 4947 {
on (release) {
if (this._parent.bossB_oppai == 1) {
this._parent.bossB_oppai = 0;
} else {
this._parent.bossB_oppai = 1;
}
}
}
button 4948 {
on (release) {
if (this._parent.bossB_pantu == 1) {
this._parent.bossB_pantu = 0;
} else {
this._parent.bossB_pantu = 1;
}
}
}
button 4949 {
on (release) {
if (this._parent.bossB_arm == 1) {
this._parent.bossB_arm = 0;
} else {
this._parent.bossB_arm = 1;
}
}
}
button 4950 {
on (release) {
if (this._parent.bossB_foot == 1) {
this._parent.bossB_foot = 0;
} else {
this._parent.bossB_foot = 1;
}
}
}
button 4951 {
on (release) {
if (this._parent.bossB_eye != 1 || this._parent.bossB_neck != 1 || this._parent.bossB_arm != 1 || this._parent.bossB_oppai != 1 || this._parent.bossB_pantu != 1 || this._parent.bossB_foot != 1) {
this._parent.bossB_eye = 1;
this._parent.bossB_neck = 1;
this._parent.bossB_arm = 1;
this._parent.bossB_oppai = 1;
this._parent.bossB_pantu = 1;
this._parent.bossB_foot = 1;
} else {
this._parent.bossB_eye = 0;
this._parent.bossB_neck = 0;
this._parent.bossB_arm = 0;
this._parent.bossB_oppai = 0;
this._parent.bossB_pantu = 0;
this._parent.bossB_foot = 0;
}
}
}
movieClip 4952 {
}
movieClip 4953 {
}
movieClip 4954 {
frame 2 {
this.stop();
}
}
movieClip 4982 {
frame 1 {
this.stop();
}
instance of movieClip 4954 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 11 {
this.gotoAndStop(1);
}
frame 26 {
this.gotoAndStop(1);
}
frame 40 {
this.gotoAndStop(1);
}
frame 54 {
this.gotoAndStop(1);
}
frame 68 {
this.gotoAndStop(1);
}
}
movieClip 4983 {
instance of movieClip 4982 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_c == 1) {
this._parent._parent.cum_c = 0;
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
this.gotoAndPlay('cum01');
break;
case 2:
this.gotoAndPlay('cum02');
break;
case 3:
this.gotoAndPlay('cum03');
break;
case 4:
this.gotoAndPlay('cum04');
break;
case 5:
this.gotoAndPlay('cum05');
break;
default:
}
}
}
}
}
movieClip 4984 {
instance of movieClip 4982 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_d == 1) {
this._parent._parent.cum_d = 0;
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
this.gotoAndPlay('cum01');
break;
case 2:
this.gotoAndPlay('cum02');
break;
case 3:
this.gotoAndPlay('cum03');
break;
case 4:
this.gotoAndPlay('cum04');
break;
case 5:
this.gotoAndPlay('cum05');
break;
default:
}
}
}
}
}
movieClip 4985 {
instance of movieClip 4982 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_b == 1) {
this._parent._parent.cum_b = 0;
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
this.gotoAndPlay('cum01');
break;
case 2:
this.gotoAndPlay('cum02');
break;
case 3:
this.gotoAndPlay('cum03');
break;
case 4:
this.gotoAndPlay('cum04');
break;
case 5:
this.gotoAndPlay('cum05');
break;
default:
}
}
}
}
}
movieClip 4987 {
frame 2 {
this.stop();
}
}
movieClip 4993 {
frame 1 {
this.stop();
}
instance of movieClip 4987 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 4994 {
instance of movieClip 4993 {
onClipEvent (enterFrame) {
if (this._parent._parent.cum_a == 1) {
this._parent._parent.cum_a = 0;
this.gotoAndPlay(2);
}
}
}
}
movieClip 4996 {
}
movieClip 4997 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 18, 'h': 21};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 10 {
this._parent.gauge.pleasure += 5;
this.shibuki.mc.gotoAndPlay('shibuki');
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se006.start();
break;
case 2:
_root.se007.start();
break;
default:
}
}
frame 19 {
if (this._parent.gauge.pleasure >= 100) {
this._parent.gauge.pleasure = 0;
this.gotoAndPlay('org');
} else {
this.gotoAndPlay('onani');
}
}
frame 29 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
cum_c = 1;
cum_d = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 53 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
cum_c = 1;
cum_d = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 76 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
cum_c = 1;
cum_d = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 93 {
this.shibuki.mc.gotoAndPlay('shibuki');
cum_a = 1;
cum_b = 1;
cum_c = 1;
cum_d = 1;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se008.start();
break;
case 2:
_root.se009.start();
break;
default:
}
}
frame 105 {
this.gotoAndPlay('onani');
}
}
button 4999 {
on (press) {
this._parent.startDrag(false, 50, -50, 450, 230);
}
on (release, releaseOutside) {
this._parent.stopDrag();
this._parent.x_memory = this._parent._x;
this._parent.y_memory = this._parent._y;
}
}
movieClip 5000 {
frame 1 {
this.stop();
}
}
movieClip 5001 {
instance MC of movieClip 4997 {
onClipEvent (load) {
bossB_eye = 0;
bossB_neck = 0;
bossB_arm = 0;
bossB_oppai = 0;
bossB_pantu = 0;
bossB_foot = 0;
}
onClipEvent (enterFrame) {
if (this._parent._x <= 70 && this._xscale != -100) {
this._xscale = -100;
} else {
if (this._parent._x >= 430 && this._xscale == -100) {
this._xscale = 100;
}
}
}
}
instance of movieClip 5000 {
onClipEvent (enterFrame) {
if (_root.zoom_mc.vol_bar.knob._y == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
if (this._parent._x <= 70 && this._xscale != -100) {
this._xscale = -100;
} else {
if (this._parent._x >= 430 && this._xscale == -100) {
this._xscale = 100;
}
}
}
}
instance gauge of movieClip 4814 {
onClipEvent (load) {
pleasure = 0;
}
onClipEvent (enterFrame) {
this.gotoAndStop(pleasure);
}
}
frame 2 {
this.stop();
}
}
instance GLboss3 of movieClip 5001 {
onClipEvent (load) {
this.gotoAndStop(2);
x_posi = this._x;
y_posi = this._y;
x_memory = this._x;
y_memory = this._y;
}
}
movieClip 5003 {
}
movieClip 5004 {
frame 10 {
this._parent.gauge.pleasure += 5;
}
frame 18 {
if (this._parent.gauge.pleasure >= 100) {
this._parent.gauge.pleasure = 0;
this.gotoAndPlay('org');
} else {
this.gotoAndPlay('onani');
}
}
frame 102 {
this.gotoAndPlay('onani');
}
}
button 5006 {
on (press) {
this._parent.startDrag(false, 0, 0, 450, 290);
}
on (release, releaseOutside) {
this._parent.stopDrag();
this._parent.x_memory = this._parent._x;
this._parent.y_memory = this._parent._y;
}
}
movieClip 5007 {
frame 1 {
this.stop();
}
}
movieClip 5008 {
instance MC of movieClip 5004 {
onClipEvent (enterFrame) {
if (this._parent._x <= 20 && this._xscale != -100) {
this._xscale = -100;
} else {
if (this._parent._x >= 430 && this._xscale == -100) {
this._xscale = 100;
}
}
}
}
instance of movieClip 5007 {
onClipEvent (enterFrame) {
if (_root.zoom_mc.vol_bar.knob._y == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
if (this._parent._x <= 20 && this._xscale != -100) {
this._xscale = -100;
} else {
if (this._parent._x >= 430 && this._xscale == -100) {
this._xscale = 100;
}
}
}
}
instance gauge of movieClip 4814 {
onClipEvent (load) {
pleasure = 0;
}
onClipEvent (enterFrame) {
this.gotoAndStop(pleasure);
}
}
frame 2 {
this.stop();
}
}
instance GLboss1 of movieClip 5008 {
onClipEvent (load) {
this.gotoAndStop(2);
x_posi = this._x;
y_posi = this._y;
x_memory = this._x;
y_memory = this._y;
}
}
button 5011 {
on (release) {
_root.se001.start();
if (tmp == 0) {
tmp = 1;
_root.GLbtn._alpha = 0;
} else {
tmp = 0;
_root.GLbtn._alpha = 100;
}
}
}
movieClip 5012 {
}
instance GLbtn_voidbtn of movieClip 5012 {
onClipEvent (load) {
tmp = 0;
}
}
movieClip 5014 {
}
movieClip 5015 {
}
movieClip 5019 {
}
movieClip 5021 {
}
movieClip 5023 {
}
movieClip 5025 {
}
movieClip 5027 {
}
movieClip 5029 {
}
movieClip 5031 {
}
movieClip 5033 {
}
movieClip 5035 {
}
movieClip 5037 {
}
movieClip 5039 {
}
movieClip 5041 {
}
movieClip 5043 {
}
movieClip 5046 {
}
movieClip 5049 {
}
movieClip 5051 {
}
movieClip 5053 {
}
movieClip 5055 {
}
movieClip 5058 {
}
movieClip 5061 {
}
button 5064 {
on (release) {
_root.GLbtn_mob1A();
}
}
movieClip 5067 {
}
movieClip 5070 {
}
button 5073 {
on (release) {
_root.GLbtn_mob1B();
}
}
button 5074 {
on (release) {
_root.GLbtn_mob2A();
}
}
button 5075 {
on (release) {
_root.GLbtn_mob2B();
}
}
button 5076 {
on (release) {
_root.GLbtn_mob3A();
}
}
button 5077 {
on (release) {
_root.GLbtn_mob3B();
}
}
button 5078 {
on (release) {
_root.GLbtn_mob4A();
}
}
button 5079 {
on (release) {
_root.GLbtn_mob4B();
}
}
button 5080 {
on (release) {
_root.GLbtn_mob5A();
}
}
button 5081 {
on (release) {
_root.GLbtn_mob5B();
}
}
button 5082 {
on (release) {
_root.GLbtn_mob6A();
}
}
button 5083 {
on (release) {
_root.GLbtn_mob6B();
}
}
button 5084 {
on (release) {
_root.GLbtn_mob7A();
}
}
button 5085 {
on (release) {
_root.GLbtn_mob7B();
}
}
button 5086 {
on (release) {
_root.GLbtn_mob8A();
}
}
button 5087 {
on (release) {
_root.GLbtn_mob8B();
}
}
button 5088 {
on (release) {
_root.GLbtn_mob9A();
}
}
button 5089 {
on (release) {
_root.GLbtn_mob9B();
}
}
button 5090 {
on (release) {
_root.GLbtn_mob10A();
}
}
button 5091 {
on (release) {
_root.GLbtn_mob10B();
}
}
button 5092 {
on (release) {
_root.GLbtn_mob11A();
}
}
button 5093 {
on (release) {
_root.GLbtn_mob11B();
}
}
button 5094 {
on (release) {
_root.GLbtn_mob12A();
}
}
button 5095 {
on (release) {
_root.GLbtn_mob12B();
}
}
button 5096 {
on (release) {
_root.GLbtn_mob13A();
}
}
button 5097 {
on (release) {
_root.GLbtn_mob13B();
}
}
button 5098 {
on (release) {
_root.GLbtn_mob14A();
}
}
button 5099 {
on (release) {
_root.GLbtn_mob14B();
}
}
button 5100 {
on (release) {
_root.GLbtn_mob15A();
}
}
button 5101 {
on (release) {
_root.GLbtn_mob15B();
}
}
button 5102 {
on (release) {
_root.GLbtn_mob16A();
}
}
button 5103 {
on (release) {
_root.GLbtn_mob16B();
}
}
button 5104 {
on (release) {
_root.GLbtn_mob17A();
}
}
button 5105 {
on (release) {
_root.GLbtn_mob17B();
}
}
button 5106 {
on (release) {
_root.GLbtn_mob20A();
}
}
button 5107 {
on (release) {
_root.GLbtn_mob20B();
}
}
button 5110 {
on (release) {
_root.GLbtn_wait();
_root.player.gotoAndStop('wait');
_root.GLwait_now = 'wait';
}
}
button 5111 {
on (release) {
_root.GLbtn_wait();
_root.player.gotoAndStop('down');
_root.GLwait_now = 'down';
}
}
button 5112 {
on (release) {
_root.GLbtn_wait();
_root.player.gotoAndStop('down_xxx');
_root.GLwait_now = 'down_xxx';
}
}
button 5113 {
on (release) {
_root.GLbtn_wait();
_root.player.gotoAndStop('down_anal');
_root.GLwait_now = 'down_anal';
}
}
button 5114 {
on (release) {
_root.GLbtn_wait();
_root.player.gotoAndStop('down_xxx_org');
_root.GLwait_now = 'down_xxx_org';
}
}
button 5115 {
on (release) {
_root.GLbtn_wait();
_root.player.gotoAndStop('down_anal_org');
_root.GLwait_now = 'down_anal_org';
}
}
button 5116 {
on (release) {
_root.GLbtn_wait();
_root.player.gotoAndStop('down_egg');
_root.GLwait_now = 'down_egg';
}
}
button 5117 {
on (release) {
_root.se001.start();
_root.GLbtn_gameover();
_root.GLboss1.gotoAndStop(2);
_root.GLboss2.gotoAndStop(2);
_root.GLboss3.gotoAndStop(2);
}
}
button 5118 {
on (release) {
_root.se001.start();
_root.GLbtn_3P();
}
}
movieClip 5128 {
}
button 5131 {
on (release) {
_root.se001.start();
if (_root.GLboss2._currentframe == 1) {
_root.GLboss2.gotoAndStop(2);
} else {
_root.GLboss2._x = _root.GLboss2.x_posi;
_root.GLboss2._y = _root.GLboss2.y_posi;
_root.GLboss2.x_memory = _root.GLboss2.x_posi;
_root.GLboss2.y_memory = _root.GLboss2.y_posi;
_root.GLboss2.gotoAndStop(1);
_root.GLboss2.MC.gauge.pleasure = 0;
}
}
}
movieClip 5135 {
}
button 5137 {
on (release) {
_root.se001.start();
if (_root.GLboss1._currentframe == 1) {
_root.GLboss1.gotoAndStop(2);
} else {
_root.GLboss1._x = _root.GLboss1.x_posi;
_root.GLboss1._y = _root.GLboss1.y_posi;
_root.GLboss1.x_memory = _root.GLboss1.x_posi;
_root.GLboss1.y_memory = _root.GLboss1.y_posi;
_root.GLboss1.gotoAndStop(1);
_root.GLboss1.MC.gauge.pleasure = 0;
}
}
}
movieClip 5141 {
}
button 5144 {
on (release) {
_root.se001.start();
_root.GLbtn_onaniC();
}
}
button 5149 {
on (release) {
_root.se001.start();
_root.GLbtn_onaniB();
}
}
button 5154 {
on (release) {
_root.se001.start();
_root.GLbtn_onaniA();
}
}
movieClip 5156 {
}
movieClip 5158 {
}
movieClip 5160 {
}
movieClip 5162 {
}
movieClip 5164 {
}
movieClip 5166 {
}
movieClip 5168 {
}
movieClip 5170 {
}
movieClip 5172 {
}
movieClip 5174 {
}
movieClip 5176 {
}
movieClip 5178 {
}
movieClip 5180 {
}
movieClip 5182 {
}
movieClip 5183 {
}
movieClip 5184 {
}
button 5186 {
on (release) {
if (_root.cum_face != 1) {
_root.cum_face = 1;
} else {
_root.cum_face = 0;
}
}
}
movieClip 5187 {
}
button 5188 {
on (release) {
if (_root.cum_breast != 1) {
_root.cum_breast = 1;
} else {
_root.cum_breast = 0;
}
}
}
movieClip 5190 {
}
movieClip 5192 {
}
movieClip 5193 {
}
movieClip 5195 {
}
movieClip 5197 {
}
movieClip 5199 {
}
movieClip 5201 {
}
movieClip 5203 {
}
movieClip 5204 {
instance right_thigh of movieClip 5195 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_thigh of movieClip 5199 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
button 5205 {
on (release) {
if (_root.cum_xxx != 1) {
_root.cum_xxx = 1;
} else {
_root.cum_xxx = 0;
}
}
}
movieClip 5207 {
}
movieClip 5208 {
}
button 5209 {
on (release) {
if (_root.BG._currentframe == 8) {
_root.BG.gotoAndStop(1);
} else {
if (_root.BG._currentframe == 6 && _root.open_gallery_plus != 1) {
_root.BG.gotoAndStop(8);
} else {
_root.BG.nextFrame();
}
}
_root.bgm_allstop();
if (_root.BG._currentframe != 8) {
bg_select = eval('_root.bgm00' + _root.BG._currentframe);
bg_select.start(0, 999);
_root.bgm_set = _root.BG._currentframe;
BGMname_view.gotoAndPlay('start');
}
}
}
button 5210 {
on (release) {
if (_root.wear_hat != 1 || _root.wear_breast != 1 || _root.wear_skirt != 1 || _root.wear_cloak != 1 || _root.wear_arm != 1 || _root.wear_leg != 1 || _root.wear_pantu != 1 || _root.wear_shoes != 1) {
_root.wear_hat = 1;
_root.wear_breast = 1;
_root.wear_skirt = 1;
_root.wear_cloak = 1;
_root.wear_arm = 1;
_root.wear_leg = 1;
_root.wear_pantu = 1;
_root.wear_shoes = 1;
} else {
_root.wear_hat = 0;
_root.wear_breast = 0;
_root.wear_skirt = 0;
_root.wear_cloak = 0;
_root.wear_arm = 0;
_root.wear_leg = 0;
_root.wear_pantu = 0;
_root.wear_shoes = 0;
}
if (_root.yarare16A._currentframe == 1 && _root.yarare16B._currentframe == 1 && _root.yarare17A._currentframe == 1 && _root.yarare17B._currentframe == 1 && _root.yarare18A._currentframe == 1 && _root.yarare18B._currentframe == 1 && _root.yarare19A._currentframe == 1 && _root.yarare19B._currentframe == 1) {
_root.wear_reloadGL();
}
}
}
movieClip 5211 {
}
button 5212 {
on (release) {
if (_root.wear_hat != 1) {
_root.wear_hat = 1;
} else {
_root.wear_hat = 0;
}
if (_root.yarare16A._currentframe == 1 && _root.yarare16B._currentframe == 1 && _root.yarare17A._currentframe == 1 && _root.yarare17B._currentframe == 1 && _root.yarare18A._currentframe == 1 && _root.yarare18B._currentframe == 1 && _root.yarare19A._currentframe == 1 && _root.yarare19B._currentframe == 1) {
_root.wear_reloadGL();
}
}
}
movieClip 5213 {
}
button 5214 {
on (release) {
if (_root.wear_cloak != 1) {
_root.wear_cloak = 1;
} else {
_root.wear_cloak = 0;
}
if (_root.yarare16A._currentframe == 1 && _root.yarare16B._currentframe == 1 && _root.yarare17A._currentframe == 1 && _root.yarare17B._currentframe == 1 && _root.yarare18A._currentframe == 1 && _root.yarare18B._currentframe == 1 && _root.yarare19A._currentframe == 1 && _root.yarare19B._currentframe == 1) {
_root.wear_reloadGL();
}
}
}
movieClip 5215 {
}
button 5216 {
on (release) {
if (_root.wear_breast != 1) {
_root.wear_breast = 1;
} else {
_root.wear_breast = 0;
}
if (_root.yarare16A._currentframe == 1 && _root.yarare16B._currentframe == 1 && _root.yarare17A._currentframe == 1 && _root.yarare17B._currentframe == 1 && _root.yarare18A._currentframe == 1 && _root.yarare18B._currentframe == 1 && _root.yarare19A._currentframe == 1 && _root.yarare19B._currentframe == 1) {
_root.wear_reloadGL();
}
}
}
movieClip 5217 {
}
button 5218 {
on (release) {
if (_root.wear_skirt != 1) {
_root.wear_skirt = 1;
} else {
_root.wear_skirt = 0;
}
if (_root.yarare16A._currentframe == 1 && _root.yarare16B._currentframe == 1 && _root.yarare17A._currentframe == 1 && _root.yarare17B._currentframe == 1 && _root.yarare18A._currentframe == 1 && _root.yarare18B._currentframe == 1 && _root.yarare19A._currentframe == 1 && _root.yarare19B._currentframe == 1) {
_root.wear_reloadGL();
}
}
}
movieClip 5219 {
}
button 5220 {
on (release) {
if (_root.wear_pantu != 1) {
_root.wear_pantu = 1;
} else {
_root.wear_pantu = 0;
}
if (_root.yarare16A._currentframe == 1 && _root.yarare16B._currentframe == 1 && _root.yarare17A._currentframe == 1 && _root.yarare17B._currentframe == 1 && _root.yarare18A._currentframe == 1 && _root.yarare18B._currentframe == 1 && _root.yarare19A._currentframe == 1 && _root.yarare19B._currentframe == 1) {
_root.wear_reloadGL();
}
}
}
movieClip 5221 {
}
button 5222 {
on (release) {
if (_root.wear_arm != 1) {
_root.wear_arm = 1;
} else {
_root.wear_arm = 0;
}
if (_root.yarare16A._currentframe == 1 && _root.yarare16B._currentframe == 1 && _root.yarare17A._currentframe == 1 && _root.yarare17B._currentframe == 1 && _root.yarare18A._currentframe == 1 && _root.yarare18B._currentframe == 1 && _root.yarare19A._currentframe == 1 && _root.yarare19B._currentframe == 1) {
_root.wear_reloadGL();
}
}
}
movieClip 5223 {
}
button 5224 {
on (release) {
if (_root.wear_leg != 1) {
_root.wear_leg = 1;
} else {
_root.wear_leg = 0;
}
if (_root.yarare16A._currentframe == 1 && _root.yarare16B._currentframe == 1 && _root.yarare17A._currentframe == 1 && _root.yarare17B._currentframe == 1 && _root.yarare18A._currentframe == 1 && _root.yarare18B._currentframe == 1 && _root.yarare19A._currentframe == 1 && _root.yarare19B._currentframe == 1) {
_root.wear_reloadGL();
}
}
}
movieClip 5225 {
}
button 5226 {
on (release) {
if (_root.wear_shoes != 1) {
_root.wear_shoes = 1;
} else {
_root.wear_shoes = 0;
}
if (_root.yarare16A._currentframe == 1 && _root.yarare16B._currentframe == 1 && _root.yarare17A._currentframe == 1 && _root.yarare17B._currentframe == 1 && _root.yarare18A._currentframe == 1 && _root.yarare18B._currentframe == 1 && _root.yarare19A._currentframe == 1 && _root.yarare19B._currentframe == 1) {
_root.wear_reloadGL();
}
}
}
movieClip 5227 {
}
movieClip 5228 {
}
movieClip 5229 {
frame 1 {
this.stop();
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_hat == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_cloak == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_breast == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_skirt == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_breast == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_skirt == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_skirt == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_breast == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_skirt == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_hat == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_breast == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_skirt == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_pantu == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_arm == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_leg == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 5228 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.wear_shoes == 1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
}
}
movieClip 5233 {
}
button 5236 {
on (release) {
if (_root.org_loop_on != 1) {
_root.org_loop_on = 1;
} else {
_root.org_loop_on = 0;
}
}
}
movieClip 5239 {
frame 1 {
this.stop();
}
}
movieClip 5240 {
}
button 5241 {
on (release) {
_root.pleasure = 300;
this.gotoAndPlay('act');
}
}
movieClip 5242 {
frame 9 {
this.gotoAndPlay('wait');
}
frame 30 {
this.gotoAndPlay('wait');
}
}
button 5244 {
on (press) {
this.startDrag(false);
}
on (release, releaseOutside) {
this.stopDrag();
}
}
movieClip 5245 {
frame 40 {
this.gotoAndPlay(1);
}
}
movieClip 5246 {
}
movieClip 5249 {
}
button 5253 {
on (release) {
_root.se001.start();
_root.GLleft_key();
}
}
button 5254 {
on (release) {
_root.se001.start();
_root.GLright_key();
}
}
movieClip 5257 {
}
button 5258 {
on (release) {
_root.se001.start();
_root.Gyarare_finish = 1;
}
}
movieClip 5260 {
}
movieClip 5262 {
}
movieClip 5264 {
}
button 5265 {
on (release) {
_root.se001.start();
_root.Gyarare_random = 0;
_root.Gyarare_speed = 2;
_root.gallery_now_select = 'Pattern A';
}
}
button 5266 {
on (release) {
_root.se001.start();
_root.Gyarare_random = 0;
_root.Gyarare_speed = 3;
_root.gallery_now_select = 'Pattern B';
}
}
movieClip 5268 {
}
button 5269 {
on (release) {
_root.se001.start();
_root.Gyarare_speed = 1;
_root.gallery_now_select = 'Random';
}
}
movieClip 5270 {
frame 1 {
this.stop();
}
instance of movieClip 5246 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.MC.stop();
this.MC.MC.stop();
} else {
this.MC.play();
this.MC.MC.play();
}
if (_root.GLbtn._currentframe == 3) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
button 5271 {
on (release) {
_root.se001.start();
_root.gallery_mode_on = 0;
_root.gotoAndStop('title');
}
}
movieClip 5272 {
}
button 5273 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 1;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5274 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 1;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5275 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 2;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5276 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 2;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5277 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 3;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5278 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 3;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5279 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 4;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5280 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 4;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5281 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 5;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5282 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 5;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5283 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 6;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5284 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 6;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5285 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 7;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5286 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 7;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5287 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 8;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5288 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 8;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5289 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 9;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5290 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 9;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5291 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 10;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5292 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 10;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5293 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 11;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5294 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 11;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5295 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 12;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5296 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 12;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5297 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 13;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5298 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 13;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5299 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 14;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5300 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 14;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5301 {
on (release) {
_root.se001.start();
_root.rinkan_selectB = 15;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
button 5302 {
on (release) {
_root.se001.start();
_root.rinkan_selectA = 15;
_root.gangbang1.gotoAndStop(1);
_root.gangbang1.gotoAndStop((_root.rinkan_selectA - 1) * 15 + _root.rinkan_selectB + 1);
}
}
movieClip 5304 {
}
movieClip 5305 {
frame 1 {
this.stop();
}
}
movieClip 5306 {
instance of movieClip 5305 {
onClipEvent (load) {
this.gotoAndStop(_root.rinkan_selectA);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.rinkan_selectA);
}
}
instance of movieClip 5305 {
onClipEvent (load) {
this.gotoAndStop(_root.rinkan_selectB);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.rinkan_selectB);
}
}
}
movieClip 5315 {
frame 1 {
this.stop();
}
}
movieClip 5316 {
instance of movieClip 5315 {
onClipEvent (enterFrame) {
this.gotoAndStop(_root.BG._currentframe);
}
}
}
movieClip 5317 {
instance of movieClip 5316 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 76 {
this.gotoAndStop(1);
}
}
movieClip 5319 {
}
button 5321 {
on (release) {
_root.se001.start();
switch (list._currentframe) {
case 1:
if (_root.open_gallery_plus == 1) {
list.gotoAndStop(3);
} else {
list.gotoAndStop(2);
}
break;
case 2:
list.gotoAndStop(4);
break;
case 3:
list.gotoAndStop(4);
break;
case 4:
if (_root.open_gallery_plus == 1) {
list.gotoAndStop(3);
} else {
list.gotoAndStop(2);
}
break;
default:
}
}
}
button 5323 {
on (release) {
_root.se001.start();
if (list._currentframe != 1) {
list.gotoAndStop(1);
} else {
if (list._currentframe == 1) {
list.gotoAndStop(4);
}
}
}
}
movieClip 5327 {
frame 1 {
this.stop();
}
}
// unknown tag 88 length 120
// unknown tag 88 length 120
movieClip 5333 {
instance of movieClip 5327 {
onClipEvent (load) {
if (_root.open_gallery_plus == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 4 {
this.stop();
}
}
movieClip 5334 {
instance list of movieClip 5333 {
onClipEvent (load) {
this.gotoAndStop(4);
}
}
}
movieClip 5336 {
}
movieClip 5338 {
}
movieClip 5341 {
}
movieClip 5343 {
}
button 5344 {
on (release) {
_root.GLbtn_mob22A();
}
}
button 5345 {
on (release) {
_root.GLbtn_mob22B();
}
}
button 5346 {
on (release) {
_root.GLbtn_mob21A();
}
}
button 5347 {
on (release) {
_root.GLbtn_mob21B();
}
}
button 5348 {
on (release) {
_root.GLbtn_mob18A();
}
}
button 5349 {
on (release) {
_root.GLbtn_mob18B();
}
}
button 5350 {
on (release) {
_root.GLbtn_mob19A();
}
}
button 5351 {
on (release) {
_root.GLbtn_mob19B();
}
}
button 5352 {
on (release) {
_root.se001.start();
if (_root.GLboss3._currentframe == 1) {
_root.GLboss3.gotoAndStop(2);
} else {
_root.GLboss3._x = _root.GLboss3.x_posi;
_root.GLboss3._y = _root.GLboss3.y_posi;
_root.GLboss3.x_memory = _root.GLboss3.x_posi;
_root.GLboss3.y_memory = _root.GLboss3.y_posi;
_root.GLboss3.gotoAndStop(1);
_root.GLboss3.MC.gauge.pleasure = 0;
}
}
}
button 5353 {
on (release) {
_root.se001.start();
if (_root.GLboss2._currentframe == 1) {
_root.GLboss2.gotoAndStop(2);
} else {
_root.GLboss2._x = _root.GLboss2.x_posi;
_root.GLboss2._y = _root.GLboss2.y_posi;
_root.GLboss2.x_memory = _root.GLboss2.x_posi;
_root.GLboss2.y_memory = _root.GLboss2.y_posi;
_root.GLboss2.gotoAndStop(1);
_root.GLboss2.MC.gauge.pleasure = 0;
}
}
}
button 5354 {
on (release) {
_root.se001.start();
if (_root.GLboss1._currentframe == 1) {
_root.GLboss1.gotoAndStop(2);
} else {
_root.GLboss1._x = _root.GLboss1.x_posi;
_root.GLboss1._y = _root.GLboss1.y_posi;
_root.GLboss1.x_memory = _root.GLboss1.x_posi;
_root.GLboss1.y_memory = _root.GLboss1.y_posi;
_root.GLboss1.gotoAndStop(1);
_root.GLboss1.MC.gauge.pleasure = 0;
}
}
}
movieClip 5358 {
}
button 5364 {
on (release) {
_root.se001.start();
_root.GLbtn_onaniC();
}
}
button 5365 {
on (release) {
_root.se001.start();
_root.GLbtn_onaniomake();
}
}
button 5368 {
on (release) {
_root.se001.start();
_root.GLbtn_onaniA();
}
}
button 5372 {
on (release) {
_root.se001.start();
_root.GLbtn_onaniB();
}
}
button 5373 {
on (release) {
if (_root.gameoverMC1._currentframe == 1) {
_root.se001.start();
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'gameover';
_root.GLnow_gameoverNum = 1;
_root.gallery_now_select = 'Auto';
_root.gameoverMC1.gotoAndPlay(2);
_root.gameoverMC2.gotoAndStop(1);
_root.gameoverMC3.gotoAndStop(1);
_root.gameoverMC4.gotoAndStop(1);
_root.gameoverMC5.gotoAndStop(1);
_root.gameoverMC6.gotoAndStop(1);
_root.gameoverMC7.gotoAndStop(1);
_root.bgm_allstop();
_root.BG.gotoAndStop(_root.GLnow_gameoverNum);
}
}
}
button 5374 {
on (release) {
if (_root.gameoverMC2._currentframe == 1) {
_root.se001.start();
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'gameover';
_root.GLnow_gameoverNum = 2;
_root.gallery_now_select = 'Auto';
_root.gameoverMC1.gotoAndStop(1);
_root.gameoverMC2.gotoAndPlay(2);
_root.gameoverMC3.gotoAndStop(1);
_root.gameoverMC4.gotoAndStop(1);
_root.gameoverMC5.gotoAndStop(1);
_root.gameoverMC6.gotoAndStop(1);
_root.gameoverMC7.gotoAndStop(1);
_root.bgm_allstop();
_root.BG.gotoAndStop(_root.GLnow_gameoverNum);
}
}
}
button 5375 {
on (release) {
if (_root.gameoverMC3._currentframe == 1) {
_root.se001.start();
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'gameover';
_root.GLnow_gameoverNum = 3;
_root.gallery_now_select = 'Auto';
_root.gameoverMC1.gotoAndStop(1);
_root.gameoverMC2.gotoAndStop(1);
_root.gameoverMC3.gotoAndPlay(2);
_root.gameoverMC4.gotoAndStop(1);
_root.gameoverMC5.gotoAndStop(1);
_root.gameoverMC6.gotoAndStop(1);
_root.gameoverMC7.gotoAndStop(1);
_root.bgm_allstop();
_root.BG.gotoAndStop(_root.GLnow_gameoverNum);
}
}
}
button 5376 {
on (release) {
if (_root.gameoverMC4._currentframe == 1) {
_root.se001.start();
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'gameover';
_root.GLnow_gameoverNum = 4;
_root.gallery_now_select = 'Auto';
_root.gameoverMC1.gotoAndStop(1);
_root.gameoverMC2.gotoAndStop(1);
_root.gameoverMC3.gotoAndStop(1);
_root.gameoverMC4.gotoAndPlay(2);
_root.gameoverMC5.gotoAndStop(1);
_root.gameoverMC6.gotoAndStop(1);
_root.gameoverMC7.gotoAndStop(1);
_root.bgm_allstop();
_root.org_loop_on = 1;
_root.BG.gotoAndStop(_root.GLnow_gameoverNum);
}
}
}
button 5377 {
on (release) {
if (_root.gameoverMC5._currentframe == 1) {
_root.se001.start();
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'gameover';
_root.GLnow_gameoverNum = 5;
_root.gallery_now_select = 'Auto';
_root.gameoverMC1.gotoAndStop(1);
_root.gameoverMC2.gotoAndStop(1);
_root.gameoverMC3.gotoAndStop(1);
_root.gameoverMC4.gotoAndStop(1);
_root.gameoverMC5.gotoAndPlay(2);
_root.gameoverMC6.gotoAndStop(1);
_root.gameoverMC7.gotoAndStop(1);
_root.bgm_allstop();
_root.BG.gotoAndStop(_root.GLnow_gameoverNum);
}
}
}
button 5378 {
on (release) {
if (_root.gameoverMC6._currentframe == 1) {
_root.se001.start();
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'gameover';
_root.GLnow_gameoverNum = 6;
_root.gallery_now_select = 'Auto';
_root.gameoverMC1.gotoAndStop(1);
_root.gameoverMC2.gotoAndStop(1);
_root.gameoverMC3.gotoAndStop(1);
_root.gameoverMC4.gotoAndStop(1);
_root.gameoverMC5.gotoAndStop(1);
_root.gameoverMC6.gotoAndPlay(2);
_root.gameoverMC7.gotoAndStop(1);
_root.bgm_allstop();
_root.BG.gotoAndStop(_root.GLnow_gameoverNum);
}
}
}
button 5385 {
on (release) {
if (_root.gameoverMC7._currentframe == 1) {
_root.se001.start();
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'gameover';
_root.GLnow_gameoverNum = 7;
_root.gallery_now_select = 'Auto';
_root.gameoverMC1.gotoAndStop(1);
_root.gameoverMC2.gotoAndStop(1);
_root.gameoverMC3.gotoAndStop(1);
_root.gameoverMC4.gotoAndStop(1);
_root.gameoverMC5.gotoAndStop(1);
_root.gameoverMC6.gotoAndStop(1);
_root.gameoverMC7.gotoAndPlay(2);
_root.bgm_allstop();
_root.BG.gotoAndStop(_root.GLnow_gameoverNum);
}
}
}
movieClip 5387 {
frame 1 {
this.stop();
}
}
button 5388 {
on (release) {
if (_root.wear_hat != 1) {
_root.wear_hat = 1;
} else {
_root.wear_hat = 0;
}
_root.wear_reloadGL();
}
}
button 5389 {
on (release) {
if (_root.wear_cloak != 1) {
_root.wear_cloak = 1;
} else {
_root.wear_cloak = 0;
}
_root.wear_reloadGL();
}
}
button 5390 {
on (release) {
if (_root.wear_arm != 1) {
_root.wear_arm = 1;
} else {
_root.wear_arm = 0;
}
_root.wear_reloadGL();
}
}
button 5391 {
on (release) {
if (_root.wear_shoes != 1) {
_root.wear_shoes = 1;
} else {
_root.wear_shoes = 0;
}
_root.wear_reloadGL();
}
}
button 5392 {
on (release) {
if (_root.wear_leg != 1) {
_root.wear_leg = 1;
} else {
_root.wear_leg = 0;
}
_root.wear_reloadGL();
}
}
button 5393 {
on (release) {
if (_root.wear_hat != 1 || _root.wear_breast != 1 || _root.wear_skirt != 1 || _root.wear_cloak != 1 || _root.wear_arm != 1 || _root.wear_leg != 1 || _root.wear_pantu != 1 || _root.wear_shoes != 1) {
_root.wear_hat = 1;
_root.wear_breast = 1;
_root.wear_skirt = 1;
_root.wear_cloak = 1;
_root.wear_arm = 1;
_root.wear_leg = 1;
_root.wear_pantu = 1;
_root.wear_shoes = 1;
} else {
_root.wear_hat = 0;
if (this.breast_wear_btn._currentframe == 1) {
_root.wear_breast = 0;
} else {
_root.wear_breast = 1;
}
if (this.skirt_btn._currentframe == 1) {
_root.wear_skirt = 0;
} else {
_root.wear_skirt = 1;
}
_root.wear_cloak = 0;
_root.wear_arm = 0;
_root.wear_leg = 0;
if (this.pantu_btn._currentframe == 1) {
_root.wear_pantu = 0;
} else {
_root.wear_pantu = 1;
}
_root.wear_shoes = 0;
}
_root.wear_reloadGL();
}
}
button 5394 {
on (release) {
if (_root.wear_skirt != 1) {
_root.wear_skirt = 1;
} else {
_root.wear_skirt = 0;
}
_root.wear_reloadGL();
}
}
movieClip 5395 {
frame 1 {
this.stop();
}
}
button 5396 {
on (release) {
if (_root.wear_pantu != 1) {
_root.wear_pantu = 1;
} else {
_root.wear_pantu = 0;
}
_root.wear_reloadGL();
}
}
movieClip 5397 {
frame 1 {
this.stop();
}
}
button 5398 {
on (release) {
if (_root.wear_breast != 1) {
_root.wear_breast = 1;
} else {
_root.wear_breast = 0;
}
_root.wear_reloadGL();
}
}
movieClip 5399 {
frame 1 {
this.stop();
}
}
movieClip 5400 {
}
button 5401 {
on (release) {
_root.now_bote = 'on';
if (_root.gameoverMC1._currentframe != 1) {
_root.wear_pantu = 1;
_root.wear_skirt = 1;
}
if (_root.gameoverMC2._currentframe != 1) {
_root.wear_breast = 1;
_root.wear_skirt = 1;
_root.wear_pantu = 1;
}
if (_root.gameoverMC3._currentframe != 1) {
_root.wear_pantu = 1;
_root.wear_skirt = 1;
}
if (_root.gameoverMC4._currentframe != 1) {
_root.wear_breast = 1;
_root.wear_skirt = 1;
}
if (_root.gameoverMC5._currentframe != 1) {
_root.wear_skirt = 1;
}
if (_root.gameoverMC6._currentframe != 1) {
_root.wear_skirt = 1;
}
if (_root.gameoverMC7._currentframe != 1) {
_root.wear_breast = 1;
_root.wear_skirt = 1;
_root.wear_pantu = 1;
}
}
}
movieClip 5404 {
}
movieClip 5405 {
instance of movieClip 5404 {
onClipEvent (load) {
if (_root.now_bote == 'on') {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.now_bote == 'on') {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
}
button 5406 {
on (release) {
_root.now_bote = 'auto';
_root.wear_skirt = 1;
}
}
movieClip 5408 {
instance of movieClip 5404 {
onClipEvent (load) {
if (_root.now_bote == 'auto') {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.now_bote == 'auto') {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
}
button 5409 {
on (release) {
_root.now_bote = 'off';
if (_root.gameoverMC1._currentframe != 1) {
_root.wear_pantu = 1;
_root.wear_skirt = 1;
}
if (_root.gameoverMC2._currentframe != 1) {
_root.wear_breast = 1;
_root.wear_skirt = 1;
_root.wear_pantu = 1;
}
if (_root.gameoverMC3._currentframe != 1) {
_root.wear_pantu = 1;
_root.wear_skirt = 1;
}
if (_root.gameoverMC4._currentframe != 1) {
_root.wear_breast = 1;
_root.wear_skirt = 1;
}
if (_root.gameoverMC5._currentframe != 1) {
_root.wear_skirt = 1;
}
if (_root.gameoverMC6._currentframe != 1) {
_root.wear_skirt = 1;
}
if (_root.gameoverMC7._currentframe != 1) {
_root.wear_breast = 1;
_root.wear_skirt = 1;
_root.wear_pantu = 1;
}
}
}
movieClip 5411 {
instance of movieClip 5404 {
onClipEvent (load) {
if (_root.now_bote == 'off') {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.now_bote == 'off') {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
}
button 5412 {
on (release) {
_root.se001.start();
_root.anim_remove();
_root.player.gotoAndStop('wait');
_root.Gyarare_speed = 1;
_root.GLnow_yarareNum = 0;
_root.GLnow_yarareAorB = 'A';
_root.GLctrl_type = 'wait';
_root.gallery_now_select = 'Wait';
_root.gameoverMC1.gotoAndStop(1);
_root.gameoverMC2.gotoAndStop(1);
_root.gameoverMC3.gotoAndStop(1);
_root.gameoverMC4.gotoAndStop(1);
_root.gameoverMC5.gotoAndStop(1);
_root.gameoverMC6.gotoAndStop(1);
_root.gameoverMC7.gotoAndStop(1);
_root.gameoverMC8.gotoAndStop(1);
if (_root.BG._currentframe != 8) {
this._parent.bg_select = eval('_root.bgm00' + _root.BG._currentframe);
this._parent.bg_select.start(0, 999);
_root.bgm_set = _root.BG._currentframe;
this._parent.BGMname_view.gotoAndPlay('start');
}
if (_root.open_gallery_plus == 1) {
this._parent.gotoAndStop('gallery_plus');
} else {
this._parent.gotoAndStop('gallery');
}
}
}
movieClip 5413 {
}
movieClip 5414 {
frame 1 {
this.stop();
}
instance of movieClip 5229 {
onClipEvent (enterFrame) {
if (_root.yarare16A._currentframe != 1 && _root.yarare16A.MC.cosplay == 1) {
this.gotoAndStop('16A');
} else {
if (_root.yarare16B._currentframe != 1 && _root.yarare16B.MC.cosplay == 1) {
this.gotoAndStop('16B');
} else {
if (_root.yarare17A._currentframe != 1 && _root.yarare17A.MC.cosplay == 1) {
this.gotoAndStop('17A');
} else {
if (_root.yarare17B._currentframe != 1 && _root.yarare17B.MC.cosplay == 1) {
this.gotoAndStop('17B');
} else {
if (_root.yarare18A._currentframe != 1 && _root.yarare18A.MC.cosplay == 1) {
this.gotoAndStop('18A');
} else {
if (_root.yarare18B._currentframe != 1 && _root.yarare18B.MC.cosplay == 1) {
this.gotoAndStop('18B');
} else {
if (_root.yarare19A._currentframe != 1 && _root.yarare19A.MC.cosplay == 1) {
this.gotoAndStop('19A');
} else {
if (_root.yarare19B._currentframe != 1 && _root.yarare19B.MC.cosplay == 1) {
this.gotoAndStop('19B');
} else {
if (_root.yarare19Af._currentframe != 1 && _root.yarare19Af.MC.cosplay == 1) {
this.gotoAndStop('19A');
} else {
if (_root.yarare19Bf._currentframe != 1 && _root.yarare19Bf.MC.cosplay == 1) {
this.gotoAndStop('19B');
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
}
}
}
}
}
}
instance GLctrl of movieClip 5270 {
onClipEvent (load) {
this.gotoAndStop(4);
}
onClipEvent (enterFrame) {
switch (_root.GLctrl_type) {
case 'wait':
this.gotoAndStop(4);
break;
case 'finish_on':
this.gotoAndStop(1);
break;
case 'onani':
this.gotoAndStop(3);
break;
case 'gameover':
this.gotoAndStop(1);
break;
case 'gangbang':
this.gotoAndStop(1);
break;
default:
}
}
}
instance back_btn of movieClip 5272 {
onClipEvent (load) {
if (_root.interface_closer._currentframe == 1) {
this._y = 50;
} else {
this._y = 1;
}
}
}
instance rinkan_selecter of movieClip 5306 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
instance BGMname_view of movieClip 5317 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance of movieClip 5319 {
onClipEvent (load) {
this._alpha = 0;
key_1 = 0;
key_2 = 0;
key_3 = 0;
key_4 = 0;
key_5 = 0;
key_6 = 0;
key_7 = 0;
key_8 = 0;
key_9 = 0;
key_0 = 0;
key_F1 = 0;
key_F2 = 0;
key_F3 = 0;
key_F4 = 0;
key_F5 = 0;
key_F6 = 0;
key_F7 = 0;
key_F8 = 0;
key_F9 = 0;
key_F10 = 0;
key_F11 = 0;
key_F12 = 0;
key_up = 0;
key_down = 0;
key_left = 0;
key_right = 0;
key_M = 0;
key_W = 0;
key_G = 0;
key_P = 0;
key_D = 0;
key_E = 0;
}
onClipEvent (enterFrame) {
if (this._parent._currentframe <= 2) {
if (!key_1 && Key.isDown(49)) {
if (_root.GLnow_yarareNum != 1 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob1A();
} else {
_root.GLbtn_mob1B();
}
}
if (!key_2 && Key.isDown(50)) {
if (_root.GLnow_yarareNum != 2 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob2A();
} else {
_root.GLbtn_mob2B();
}
}
if (!key_3 && Key.isDown(51)) {
if (_root.GLnow_yarareNum != 3 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob3A();
} else {
_root.GLbtn_mob3B();
}
}
if (!key_4 && Key.isDown(52)) {
if (_root.GLnow_yarareNum != 4 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob4A();
} else {
_root.GLbtn_mob4B();
}
}
if (!key_5 && Key.isDown(53)) {
if (_root.GLnow_yarareNum != 5 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob5A();
} else {
_root.GLbtn_mob5B();
}
}
if (!key_6 && Key.isDown(54)) {
if (_root.GLnow_yarareNum != 6 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob6A();
} else {
_root.GLbtn_mob6B();
}
}
if (!key_7 && Key.isDown(55)) {
if (_root.GLnow_yarareNum != 7 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob7A();
} else {
_root.GLbtn_mob7B();
}
}
if (!key_8 && Key.isDown(56)) {
if (_root.GLnow_yarareNum != 8 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob8A();
} else {
_root.GLbtn_mob8B();
}
}
if (!key_9 && Key.isDown(57)) {
if (_root.GLnow_yarareNum != 9 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob9A();
} else {
_root.GLbtn_mob9B();
}
}
if (!key_0 && Key.isDown(48)) {
if (_root.GLnow_yarareNum != 10 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob10A();
} else {
_root.GLbtn_mob10B();
}
}
if (!key_F1 && Key.isDown(112)) {
if (_root.GLnow_yarareNum != 11 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob11A();
} else {
_root.GLbtn_mob11B();
}
}
if (!key_F2 && Key.isDown(113)) {
if (_root.GLnow_yarareNum != 12 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob12A();
} else {
_root.GLbtn_mob12B();
}
}
if (!key_F3 && Key.isDown(114)) {
if (_root.GLnow_yarareNum != 13 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob13A();
} else {
_root.GLbtn_mob13B();
}
}
if (!key_F4 && Key.isDown(115)) {
if (_root.GLnow_yarareNum != 14 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob14A();
} else {
_root.GLbtn_mob14B();
}
}
if (!key_F5 && Key.isDown(116)) {
if (_root.GLnow_yarareNum != 15 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob15A();
} else {
_root.GLbtn_mob15B();
}
}
if (!key_F6 && Key.isDown(117)) {
if (_root.GLnow_yarareNum != 16 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob16A();
} else {
_root.GLbtn_mob16B();
}
}
if (!key_F7 && Key.isDown(118)) {
if (_root.GLnow_yarareNum != 17 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob17A();
} else {
_root.GLbtn_mob17B();
}
}
if (!key_F8 && Key.isDown(119)) {
if (_root.GLnow_yarareNum != 20 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob20A();
} else {
_root.GLbtn_mob20B();
}
}
if (!key_F9 && Key.isDown(120) && _root.open_gallery_plus == 1) {
if (_root.GLnow_yarareNum != 18 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob18A();
} else {
_root.GLbtn_mob18B();
}
}
if (!key_F10 && Key.isDown(121) && _root.open_gallery_plus == 1) {
if (_root.GLnow_yarareNum != 19 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob19A();
} else {
_root.GLbtn_mob19B();
}
}
if (!key_F11 && Key.isDown(122) && _root.open_gallery_plus == 1) {
if (_root.GLnow_yarareNum != 22 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob22A();
} else {
_root.GLbtn_mob22B();
}
}
if (!key_F12 && Key.isDown(123) && _root.open_gallery_plus == 1) {
if (_root.GLnow_yarareNum != 21 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob21A();
} else {
_root.GLbtn_mob21B();
}
}
if (!key_M && Key.isDown(77)) {
if (_root.player._currentframe == 41) {
_root.GLbtn_onaniomake();
} else {
if (_root.player._currentframe == 68) {
_root.GLbtn_onaniC();
} else {
if (_root.player._currentframe == 39) {
_root.GLbtn_onaniB();
} else {
_root.GLbtn_onaniA();
}
}
}
}
if (!key_W && Key.isDown(87)) {
_root.GLbtn_wait();
switch (_root.GLwait_now) {
case '':
_root.player.gotoAndStop('wait');
_root.GLwait_now = 'wait';
break;
case 'wait':
_root.player.gotoAndStop('down');
_root.GLwait_now = 'down';
break;
case 'down':
_root.player.gotoAndStop('down_xxx');
_root.GLwait_now = 'down_xxx';
break;
case 'down_xxx':
_root.player.gotoAndStop('down_anal');
_root.GLwait_now = 'down_anal';
break;
case 'down_anal':
_root.player.gotoAndStop('down_xxx_org');
_root.GLwait_now = 'down_xxx_org';
break;
case 'down_xxx_org':
_root.player.gotoAndStop('down_anal_org');
_root.GLwait_now = 'down_anal_org';
break;
case 'down_anal_org':
_root.player.gotoAndStop('down_egg');
_root.GLwait_now = 'down_egg';
break;
case 'down_egg':
_root.player.gotoAndStop('wait');
_root.GLwait_now = 'wait';
break;
default:
_root.player.gotoAndStop('wait');
_root.GLwait_now = 'wait';
}
}
if (!key_G && Key.isDown(71)) {
_root.GLbtn_gameover();
}
if (!key_D && Key.isDown(68)) {
_root.GLbtn_3P();
}
}
if (!key_P && Key.isDown(80)) {
_root.pleasure = 300;
}
if (!key_up && Key.isDown(38)) {
switch (_root.GLctrl_type) {
case 'finish_on':
if (_root.GLnow_yarareNum == 19 && _root.abnormal_futanari == 1) {
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB + 'f'].MC.gotoAndPlay('finish');
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB + 'f'].MC.danmenzu.MC.gotoAndPlay('finish');
} else {
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.gotoAndPlay('finish');
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.danmenzu.MC.gotoAndPlay('finish');
}
break;
case 'onani':
break;
case 'wait':
break;
case 'gameover':
_root['gameoverMC' + _root.GLnow_gameoverNum].gotoAndPlay('finish');
break;
case 'gangbang':
_root.gangbang1.MC1.gotoAndPlay('finish');
_root.gangbang1.MC2.gotoAndPlay('finish');
_root.gangbang1.MC3.gotoAndPlay('finish');
_root.gangbang1.MC4.gotoAndPlay('finish');
_root.gangbang1.MC5.gotoAndPlay('finish');
_root.gangbang1.MC6.gotoAndPlay('finish');
_root.gangbang1.MC7.gotoAndPlay('finish');
_root.gangbang1.MC3.danmenzu.MC.gotoAndPlay('finish');
break;
default:
}
}
if (!key_down && Key.isDown(40)) {
if (_root.GLctrl_type != 'onani') {
_root.se001.start();
_root.Gyarare_finish = 1;
}
}
if (!key_left && Key.isDown(37)) {
_root.se001.start();
_root.GLleft_key();
}
if (!key_right && Key.isDown(39)) {
_root.se001.start();
_root.GLright_key();
}
if (!key_E && Key.isDown(69)) {
_root.se001.start();
this._parent.eye_highlight.reaction.gotoAndPlay(2);
if (_root.org_loop_on != 1) {
_root.org_loop_on = 1;
} else {
_root.org_loop_on = 0;
}
}
key_1 = Key.isDown(49);
key_2 = Key.isDown(50);
key_3 = Key.isDown(51);
key_4 = Key.isDown(52);
key_5 = Key.isDown(53);
key_6 = Key.isDown(54);
key_7 = Key.isDown(55);
key_8 = Key.isDown(56);
key_9 = Key.isDown(57);
key_0 = Key.isDown(48);
key_F1 = Key.isDown(112);
key_F2 = Key.isDown(113);
key_F3 = Key.isDown(114);
key_F4 = Key.isDown(115);
key_F5 = Key.isDown(116);
key_F6 = Key.isDown(117);
key_F7 = Key.isDown(118);
key_F8 = Key.isDown(119);
key_F9 = Key.isDown(120);
key_F10 = Key.isDown(121);
key_F11 = Key.isDown(122);
key_F12 = Key.isDown(123);
key_up = Key.isDown(38);
key_down = Key.isDown(40);
key_left = Key.isDown(37);
key_right = Key.isDown(39);
key_M = Key.isDown(77);
key_W = Key.isDown(87);
key_G = Key.isDown(71);
key_P = Key.isDown(80);
key_D = Key.isDown(68);
key_E = Key.isDown(69);
}
}
instance of movieClip 5387 {
onClipEvent (load) {
if (_root.open_gallery_plus == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance skirt_btn of movieClip 5395 {
onClipEvent (enterFrame) {
if (_root.now_bote == 'on' || _root.now_bote == 'auto') {
if (_root.gameoverMC1._currentframe != 1) {
this.gotoAndStop(2);
}
if (_root.gameoverMC2._currentframe != 1) {
this.gotoAndStop(2);
}
if (_root.gameoverMC3._currentframe != 1) {
this.gotoAndStop(2);
}
if (_root.gameoverMC4._currentframe != 1) {
this.gotoAndStop(2);
}
if (_root.gameoverMC5._currentframe != 1) {
this.gotoAndStop(2);
}
if (_root.gameoverMC6._currentframe != 1) {
this.gotoAndStop(2);
}
if (_root.gameoverMC7._currentframe != 1) {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
}
instance pantu_btn of movieClip 5397 {
onClipEvent (enterFrame) {
if (_root.now_bote == 'on') {
if (_root.gameoverMC1._currentframe != 1) {
this.gotoAndStop(2);
}
if (_root.gameoverMC2._currentframe != 1) {
this.gotoAndStop(2);
}
if (_root.gameoverMC3._currentframe != 1) {
this.gotoAndStop(2);
}
if (_root.gameoverMC4._currentframe != 1) {
this.gotoAndStop(1);
}
if (_root.gameoverMC5._currentframe != 1) {
this.gotoAndStop(1);
}
if (_root.gameoverMC6._currentframe != 1) {
this.gotoAndStop(1);
}
if (_root.gameoverMC7._currentframe != 1) {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
}
instance breast_wear_btn of movieClip 5399 {
onClipEvent (enterFrame) {
if (_root.now_bote == 'on') {
if (_root.gameoverMC1._currentframe != 1) {
this.gotoAndStop(1);
}
if (_root.gameoverMC2._currentframe != 1) {
this.gotoAndStop(2);
}
if (_root.gameoverMC3._currentframe != 1) {
this.gotoAndStop(1);
}
if (_root.gameoverMC4._currentframe != 1) {
this.gotoAndStop(2);
}
if (_root.gameoverMC5._currentframe != 1) {
this.gotoAndStop(1);
}
if (_root.gameoverMC6._currentframe != 1) {
this.gotoAndStop(1);
}
if (_root.gameoverMC7._currentframe != 1) {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5408 {
onClipEvent (load) {
if (_root.gameoverMC6._currentframe != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.gameoverMC6._currentframe != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance GLctrl of movieClip 5270 {
onClipEvent (load) {
this.gotoAndStop(4);
}
onClipEvent (enterFrame) {
switch (_root.GLctrl_type) {
case 'wait':
this.gotoAndStop(4);
break;
case 'finish_on':
this.gotoAndStop(1);
break;
case 'onani':
this.gotoAndStop(3);
break;
case 'gameover':
this.gotoAndStop(1);
break;
default:
}
}
}
instance back_btn of movieClip 5413 {
onClipEvent (load) {
if (_root.interface_closer._currentframe == 1) {
this._y = 50;
} else {
this._y = 1;
}
}
}
instance of movieClip 5319 {
onClipEvent (load) {
this._alpha = 0;
key_1 = 0;
key_2 = 0;
key_3 = 0;
key_4 = 0;
key_5 = 0;
key_6 = 0;
key_7 = 0;
key_8 = 0;
key_9 = 0;
key_0 = 0;
key_F1 = 0;
key_F2 = 0;
key_F3 = 0;
key_F4 = 0;
key_F5 = 0;
key_F6 = 0;
key_F7 = 0;
key_F8 = 0;
key_up = 0;
key_down = 0;
key_left = 0;
key_right = 0;
key_M = 0;
key_W = 0;
key_G = 0;
key_P = 0;
key_D = 0;
key_E = 0;
}
onClipEvent (enterFrame) {
if (this._parent._currentframe == 1) {
if (!key_1 && Key.isDown(49)) {
if (_root.GLnow_yarareNum != 1 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob1A();
} else {
_root.GLbtn_mob1B();
}
}
if (!key_2 && Key.isDown(50)) {
if (_root.GLnow_yarareNum != 2 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob2A();
} else {
_root.GLbtn_mob2B();
}
}
if (!key_3 && Key.isDown(51)) {
if (_root.GLnow_yarareNum != 3 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob3A();
} else {
_root.GLbtn_mob3B();
}
}
if (!key_4 && Key.isDown(52)) {
if (_root.GLnow_yarareNum != 4 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob4A();
} else {
_root.GLbtn_mob4B();
}
}
if (!key_5 && Key.isDown(53)) {
if (_root.GLnow_yarareNum != 5 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob5A();
} else {
_root.GLbtn_mob5B();
}
}
if (!key_6 && Key.isDown(54)) {
if (_root.GLnow_yarareNum != 6 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob6A();
} else {
_root.GLbtn_mob6B();
}
}
if (!key_7 && Key.isDown(55)) {
if (_root.GLnow_yarareNum != 7 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob7A();
} else {
_root.GLbtn_mob7B();
}
}
if (!key_8 && Key.isDown(56)) {
if (_root.GLnow_yarareNum != 8 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob8A();
} else {
_root.GLbtn_mob8B();
}
}
if (!key_9 && Key.isDown(57)) {
if (_root.GLnow_yarareNum != 9 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob9A();
} else {
_root.GLbtn_mob9B();
}
}
if (!key_0 && Key.isDown(48)) {
if (_root.GLnow_yarareNum != 10 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob10A();
} else {
_root.GLbtn_mob10B();
}
}
if (!key_F1 && Key.isDown(112)) {
if (_root.GLnow_yarareNum != 11 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob11A();
} else {
_root.GLbtn_mob11B();
}
}
if (!key_F2 && Key.isDown(113)) {
if (_root.GLnow_yarareNum != 12 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob12A();
} else {
_root.GLbtn_mob12B();
}
}
if (!key_F3 && Key.isDown(114)) {
if (_root.GLnow_yarareNum != 13 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob13A();
} else {
_root.GLbtn_mob13B();
}
}
if (!key_F4 && Key.isDown(115)) {
if (_root.GLnow_yarareNum != 14 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob14A();
} else {
_root.GLbtn_mob14B();
}
}
if (!key_F5 && Key.isDown(116)) {
if (_root.GLnow_yarareNum != 15 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob15A();
} else {
_root.GLbtn_mob15B();
}
}
if (!key_F6 && Key.isDown(117)) {
if (_root.GLnow_yarareNum != 16 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob16A();
} else {
_root.GLbtn_mob16B();
}
}
if (!key_F7 && Key.isDown(118)) {
if (_root.GLnow_yarareNum != 17 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob17A();
} else {
_root.GLbtn_mob17B();
}
}
if (!key_F8 && Key.isDown(119)) {
if (_root.GLnow_yarareNum != 20 || _root.GLnow_yarareAorB != 'A') {
_root.GLbtn_mob20A();
} else {
_root.GLbtn_mob20B();
}
}
if (!key_M && Key.isDown(77)) {
if (_root.player._currentframe == 68) {
_root.GLbtn_onaniC();
} else {
if (_root.player._currentframe == 39) {
_root.GLbtn_onaniB();
} else {
_root.GLbtn_onaniA();
}
}
}
if (!key_W && Key.isDown(87)) {
_root.GLbtn_wait();
switch (_root.GLwait_now) {
case '':
_root.player.gotoAndStop('wait');
_root.GLwait_now = 'wait';
break;
case 'wait':
_root.player.gotoAndStop('down');
_root.GLwait_now = 'down';
break;
case 'down':
_root.player.gotoAndStop('down_xxx');
_root.GLwait_now = 'down_xxx';
break;
case 'down_xxx':
_root.player.gotoAndStop('down_anal');
_root.GLwait_now = 'down_anal';
break;
case 'down_anal':
_root.player.gotoAndStop('down_xxx_org');
_root.GLwait_now = 'down_xxx_org';
break;
case 'down_xxx_org':
_root.player.gotoAndStop('down_anal_org');
_root.GLwait_now = 'down_anal_org';
break;
case 'down_anal_org':
_root.player.gotoAndStop('down_egg');
_root.GLwait_now = 'down_egg';
break;
case 'down_egg':
_root.player.gotoAndStop('wait');
_root.GLwait_now = 'wait';
break;
default:
_root.player.gotoAndStop('wait');
_root.GLwait_now = 'wait';
}
}
if (!key_G && Key.isDown(71)) {
_root.GLbtn_gameover();
}
if (!key_D && Key.isDown(68)) {
_root.GLbtn_3P();
}
}
if (!key_P && Key.isDown(80)) {
_root.pleasure = 300;
}
if (!key_up && Key.isDown(38)) {
switch (_root.GLctrl_type) {
case 'finish_on':
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.gotoAndPlay('finish');
_root['yarare' + _root.GLnow_yarareNum + _root.GLnow_yarareAorB].MC.danmenzu.MC.gotoAndPlay('finish');
break;
case 'onani':
break;
break;
case 'wait':
case 'gameover':
_root['gameoverMC' + _root.GLnow_gameoverNum].gotoAndPlay('finish');
break;
case 'gangbang':
_root.gangbang1.MC1.gotoAndPlay('finish');
_root.gangbang1.MC2.gotoAndPlay('finish');
_root.gangbang1.MC3.gotoAndPlay('finish');
_root.gangbang1.MC4.gotoAndPlay('finish');
_root.gangbang1.MC5.gotoAndPlay('finish');
_root.gangbang1.MC6.gotoAndPlay('finish');
_root.gangbang1.MC7.gotoAndPlay('finish');
_root.gangbang1.MC3.danmenzu.MC.gotoAndPlay('finish');
break;
default:
}
}
if (!key_down && Key.isDown(40)) {
if (_root.GLctrl_type != 'onani') {
_root.se001.start();
_root.Gyarare_finish = 1;
}
}
if (!key_left && Key.isDown(37)) {
_root.se001.start();
_root.GLleft_key();
}
if (!key_right && Key.isDown(39)) {
_root.se001.start();
_root.GLright_key();
}
if (!key_E && Key.isDown(69)) {
_root.se001.start();
this._parent.eye_highlight.reaction.gotoAndPlay(2);
if (_root.org_loop_on != 1) {
_root.org_loop_on = 1;
} else {
_root.org_loop_on = 0;
}
}
key_1 = Key.isDown(49);
key_2 = Key.isDown(50);
key_3 = Key.isDown(51);
key_4 = Key.isDown(52);
key_5 = Key.isDown(53);
key_6 = Key.isDown(54);
key_7 = Key.isDown(55);
key_8 = Key.isDown(56);
key_9 = Key.isDown(57);
key_0 = Key.isDown(48);
key_F1 = Key.isDown(112);
key_F2 = Key.isDown(113);
key_F3 = Key.isDown(114);
key_F4 = Key.isDown(115);
key_F5 = Key.isDown(116);
key_F6 = Key.isDown(117);
key_F7 = Key.isDown(118);
key_F8 = Key.isDown(119);
key_up = Key.isDown(38);
key_down = Key.isDown(40);
key_left = Key.isDown(37);
key_right = Key.isDown(39);
key_M = Key.isDown(77);
key_W = Key.isDown(87);
key_G = Key.isDown(71);
key_P = Key.isDown(80);
key_D = Key.isDown(68);
key_E = Key.isDown(69);
}
}
}
instance GLbtn of movieClip 5414 {
onClipEvent (load) {
if (_root.open_gallery_plus == 1) {
this.gotoAndStop('gallery_plus');
} else {
this.gotoAndStop('gallery');
}
}
}
movieClip 5416 {
frame 1 {
this.stop();
}
}
instance of movieClip 5416 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
_root.mouse_posi_view = 'x = ' + _root.zoom_mc.target._x + '; y = ' + _root.zoom_mc.target._y + ';';
}
}
frame 12 {
_root.bgm_allstop();
_root.bgm001.start(0, 999);
_root.bgm_set = 1;
_root.anim_remove();
}
movieClip 5418 {
}
movieClip 5421 {
}
movieClip 5422 {
instance of movieClip 3568 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance of movieClip 5421 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 5424 {
}
button 5425 {
on (release) {
_root.se001.start();
_root.now_stage = 1;
_root.gotoAndStop('gameclear');
}
}
frame 13 {
_root.anim_remove();
}
movieClip 5426 {
}
movieClip 5427 {
frame 1 {
this.gotoAndPlay(Math.floor(Math.random() * 30) + 1);
}
instance of movieClip 5426 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
button 5428 {
on (release) {
_root.se001.start();
_root.open_gallery = 1;
gotoAndStop('title');
}
}
movieClip 5432 {
frame 1 {
this.stop();
}
}
instance of movieClip 5432 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 14 {
_root.bgm_allstop();
_root.bgm001.start(0, 999);
_root.bgm_set = 1;
_root.anim_remove();
}
movieClip 5435 {
}
movieClip 5436 {
instance of movieClip 3568 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance of movieClip 5435 {
onClipEvent (load) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.lang_eng != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 5437 {
}
movieClip 5438 {
instance of movieClip 3677 {
onClipEvent (load) {
if (this._parent._parent.touch_after == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5439 {
frame 60 {
this.gotoAndPlay('wait');
}
frame 61 {
_root.voice_play('aegi1');
touch_after = 1;
}
frame 81 {
this.gotoAndPlay('wait');
}
}
button 5440 {
on (release) {
_root.se001.start();
_root.now_stage = 1;
_root.gotoAndStop('true_gameclear');
}
}
frame 15 {
_root.anim_remove();
}
button 5441 {
on (release) {
_root.se001.start();
_root.open_gallery = 1;
_root.open_gallery_plus = 1;
gotoAndStop('title');
}
}
movieClip 5445 {
frame 1 {
this.stop();
}
}
instance of movieClip 5445 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 16 {
_root.omake.gotoAndStop(2);
_root.wear_hat = 0;
_root.wear_breast = 0;
_root.wear_skirt = 0;
_root.wear_cloak = 0;
_root.wear_arm = 0;
_root.wear_leg = 0;
_root.wear_shoes = 0;
_root.wear_pantu = 0;
}
button 5446 {
on (release) {
_root.se001.start();
_root.omake.gotoAndStop(1);
_root.gotoAndStop('title');
}
}
movieClip 5447 {
instance option_menu of movieClip 3485 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
}