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 {