Combined Code
movieClip 14 {
}
movieClip 16 {
}
movieClip 18 {
}
movieClip 20 {
}
movieClip 22 {
}
movieClip 24 {
}
movieClip 26 {
}
movieClip 28 {
}
movieClip 30 {
}
movieClip 32 {
}
movieClip 34 {
}
movieClip 36 {
}
movieClip 38 {
}
movieClip 40 {
}
movieClip 42 {
}
movieClip 44 {
}
movieClip 45 {
instance of movieClip 44 {
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.yarare2A.gotoAndStop(2);
} else {
if (_root.move_height == -1) {
_root.player.gotoAndStop('void');
_root.yarare2B.gotoAndStop(2);
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.player.gotoAndStop('void');
_root.yarare2A.gotoAndStop(2);
break;
case 2:
_root.player.gotoAndStop('void');
_root.yarare2B.gotoAndStop(2);
break;
default:
}
}
}
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy_field.enemy2._alpha = 0;
_root.enemy_field.enemy2._y = 200;
_root.enemy_field.enemy2._x = 0;
_root.enemy_field.enemy2.enemy2._x = 160;
this._parent._parent.gotoAndStop(1);
_root.enemy_stop[2] = 1;
}
}
}
}
}
}
movieClip 47 {
}
movieClip 48 {
instance wear_break of movieClip 44 {
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) {
sentakushi[sentakushi_count] = 'hat';
sentakushi_count += 1;
}
if (_root.wear_cloak != 1) {
sentakushi[sentakushi_count] = 'cloak';
sentakushi_count += 1;
}
if (_root.wear_breast != 1) {
sentakushi[sentakushi_count] = 'breast';
sentakushi_count += 1;
}
if (_root.wear_skirt != 1) {
sentakushi[sentakushi_count] = 'skirt';
sentakushi_count += 1;
}
if (_root.wear_pantu != 1) {
sentakushi[sentakushi_count] = 'pantu';
sentakushi_count += 1;
}
if (_root.wear_arm != 1) {
sentakushi[sentakushi_count] = 'arm';
sentakushi_count += 1;
}
if (_root.wear_leg != 1) {
sentakushi[sentakushi_count] = 'leg';
sentakushi_count += 1;
}
if (_root.wear_shoes != 1) {
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;
}
}
}
}
}
}
}
movieClip 49 {
frame 20 {
if ((_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) && (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 55 {
_root.enemyspeed[2] = 5;
this.gotoAndPlay('wait');
}
}
movieClip 52 {
}
movieClip 53 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(2);
this.stop();
}
}
movieClip 54 butterfly {
instance enemy2 of movieClip 53 {
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 <= -3000 || this._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
}
}
}
}
}
frame 1 {
if (_root.first_load != 1) {
_root.first_load = 1;
_root.trial_mode = 1;
_root.debug_mode = 0;
_root.difficult = 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.se099 = new Sound(_root.se);
_root.se099.attachSound('SE99cheat.wav');
_root.bgm001 = new Sound(_root.bgm);
_root.bgm001.attachSound('Stage01.mp3');
_root.bgm002 = new Sound(_root.bgm);
_root.bgm002.loadSound('sound/Stage02.mp3');
_root.bgm003 = new Sound(_root.bgm);
_root.bgm003.loadSound('sound/Stage03.mp3');
_root.bgm004 = new Sound(_root.bgm);
_root.bgm004.loadSound('sound/Stage04.mp3');
_root.bgm005 = new Sound(_root.bgm);
_root.bgm005.loadSound('sound/Stage05.mp3');
_root.bgm006 = new Sound(_root.bgm);
_root.bgm006.loadSound('sound/Stage06.mp3');
_root.bgm007 = new Sound(_root.bgm);
_root.bgm007.loadSound('sound/Stage07.mp3');
_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.gameoverMC1.loadMovie('data/data-g-001.swf');
}
_root.se001.setVolume(50);
_root.bgm001.setVolume(50);
_quality = 'high';
_root.gasitu_now = 3;
}
_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.true_start = 0;
_root.default_numbers = function () {
_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;
_root.HP = 300;
_root.pleasure = 1;
if (_root.cheat_ON03 == 100) {
_root.fire_magic = '∞';
} else {
_root.fire_magic = 3;
}
_root.score = 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.player_ctrl = function () {
if (_root.muteki == 0) {
_root.player._alpha = 100;
} else {
if (_root.muteki == 1) {
if (_root.difficulty_now == 2) {
_root.muteki = 0;
} else {
_root.muteki = 2;
_root.player._alpha = 50;
}
} else {
if (_root.muteki < 50) {
_root.muteki += 1;
} else {
if (_root.muteki >= 50) {
_root.muteki = 0;
_root.player._alpha = 100;
}
}
}
}
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) {
switch (_root.onani_type) {
case 1:
_root.player.gotoAndStop('onaniA');
break;
case 2:
_root.player.gotoAndStop('onaniB');
break;
case 3:
_root.player.gotoAndStop('onaniC');
break;
default:
}
}
_root.onani_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
} else {
if (_root.onani_on == 1) {
_root.onani_on = 0;
_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.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 (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.enemy1.stop();
_root.enemy_field.enemy1.enemy1.enemy1.stop();
_root.yarare1A.MC.stop();
_root.yarare1B.MC.stop();
_root.enemy_field.enemy2.enemy2.stop();
_root.enemy_field.enemy2.enemy2.enemy2.stop();
_root.yarare2A.MC.stop();
_root.yarare2B.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.enemy1._currentframe != 1) {
_root.enemy_field.enemy1.enemy1.play();
}
_root.enemy_field.enemy1.enemy1.enemy1.play();
_root.yarare1A.MC.play();
_root.yarare1B.MC.play();
if (_root.enemy_field.enemy2.enemy2._currentframe != 1) {
_root.enemy_field.enemy2.enemy2.play();
}
_root.enemy_field.enemy2.enemy2.enemy2.play();
_root.yarare2A.MC.play();
_root.yarare2B.MC.play();
}
}
_root.space_keydown = 1;
} else {
_root.space_keydown = 0;
}
};
_root.voice_aegi = function () {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.vo001.start();
break;
case 2:
_root.vo002.start();
break;
case 3:
_root.vo003.start();
break;
case 4:
_root.vo004.start();
break;
case 5:
_root.vo005.start();
break;
default:
}
};
_root.voice_fera = function () {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.vo006.start();
break;
case 2:
_root.vo007.start();
break;
case 3:
_root.vo008.start();
break;
case 4:
_root.vo009.start();
break;
case 5:
_root.vo010.start();
break;
default:
}
};
_root.voice_org = function () {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.vo011.start();
break;
case 2:
_root.vo012.start();
break;
default:
}
};
_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', 100);
_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', 100);
_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', 100);
_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', 100);
_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', 100);
_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.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] >= enemy_number) {
_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;
_root.enemyHP[enemy_number] = _root.enemyHP_max[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) {
switch (yarareMC) {
case 'yarare1A':
enemy_number = 1;
break;
case 'yarare1B':
enemy_number = 1;
break;
case 'yarare2A':
enemy_number = 2;
break;
case 'yarare2B':
enemy_number = 2;
break;
case 'yarare3A':
enemy_number = 3;
break;
case 'yarare3B':
enemy_number = 3;
break;
case 'yarare4A':
enemy_number = 4;
break;
case 'yarare4B':
enemy_number = 4;
break;
case 'yarare5A':
enemy_number = 5;
break;
case 'yarare5B':
enemy_number = 5;
break;
case 'yarare6A':
enemy_number = 6;
break;
case 'yarare6B':
enemy_number = 6;
break;
case 'yarare7A':
enemy_number = 7;
break;
case 'yarare7B':
enemy_number = 7;
break;
case 'yarare8A':
enemy_number = 8;
break;
case 'yarare8B':
enemy_number = 8;
break;
case 'yarare9A':
enemy_number = 9;
break;
case 'yarare9B':
enemy_number = 9;
break;
case 'yarare10A':
enemy_number = 10;
break;
case 'yarare10B':
enemy_number = 10;
break;
case 'yarare11A':
enemy_number = 11;
break;
case 'yarare11B':
enemy_number = 11;
break;
default:
}
_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();
};
_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.bgm008.stop();
};
_root.yarare_speedChange = function (yarare) {
yarareURL = eval('_root.' + yarare + '.MC');
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
yarareURL.gotoAndPlay('finish');
} else {
switch (_root.Gyarare_speed) {
case 1:
yarareURL.gotoAndPlay('loop01');
break;
case 2:
yarareURL.gotoAndPlay('loop02');
break;
case 3:
yarareURL.gotoAndPlay('loop03');
break;
case 4:
yarareURL.gotoAndPlay('loop04');
break;
case 5:
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
yarareURL.gotoAndPlay('loop01');
break;
case 2:
yarareURL.gotoAndPlay('loop02');
break;
case 3:
yarareURL.gotoAndPlay('loop03');
break;
case 4:
yarareURL.gotoAndPlay('loop04');
break;
default:
}
break;
case 6:
if (_root.loop_point == 0) {
yarareURL.gotoAndPlay('loop01');
} else {
if (_root.loop_count == 5) {
_root.loop_count = 0;
_root.se_select_A = 0;
if (_root.loop_point == 4) {
yarareURL.gotoAndPlay('finish');
} else {
yarareURL.gotoAndPlay('loop0' + (_root.loop_point + 1));
}
} else {
if (_root.loop_count <= 4) {
_root.loop_count += 1;
yarareURL.gotoAndPlay('loop0' + _root.loop_point);
}
}
}
}
}
} else {
if (_root.loop_point == 0) {
yarareURL.gotoAndPlay('loop01');
} else {
if (_root.loop_point == 5) {
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_egg_org');
}
} else {
_root.player.gotoAndStop('down_xxx');
}
break;
default:
}
} else {
if (_root.loop_count == 5) {
_root.loop_count = 0;
_root.se_select_A = 0;
if (_root.loop_point == 4) {
yarareURL.gotoAndPlay('finish');
} else {
yarareURL.gotoAndPlay('loop0' + (_root.loop_point + 1));
}
} else {
if (_root.loop_count <= 4) {
_root.loop_count += 1;
yarareURL.gotoAndPlay('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, AorB) {
_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();
} else {
if (_root.pleasure >= 300) {
_root['yarare' + enemy_number + AorB].MC.gotoAndPlay('orgasm');
_root.HP -= _root.enemydamageHP[enemy_number];
}
}
};
_root.adddamage_or_orgF = function (enemy_number, AorB) {
_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();
} else {
if (_root.pleasure >= 300) {
_root['yarare' + enemy_number + AorB].MC.gotoAndPlay('orgasm');
_root.finising = 1;
_root.HP -= _root.enemydamageHP[enemy_number];
}
}
};
_root.adddamage_or_org_GO = function (gameover_number) {
_root.pleasure += Math.floor(_root.enemydamagePL[1] / 20);
if (_root.pleasure < 300) {
_root.HP -= Math.floor(_root.enemydamageHP[1] / 20);
_root.func_message_yarare01();
} else {
if (_root.pleasure >= 300) {
_root['gameoverMC' + gameover_number].gotoAndPlay('orgasm');
_root.HP -= _root.enemydamageHP[1];
}
}
};
_root.adddamage_or_orgF_GO = function (gameover_number) {
_root.pleasure += Math.floor(_root.enemydamagePL[1] / 2);
if (_root.pleasure < 300) {
_root.HP -= Math.floor(_root.enemydamageHP[1] / 2);
_root.func_message_finish01();
} 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 (gameover_num) {
_root['gameoverMC' + gameover_num].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.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.yarare20A.gotoAndStop(1);
_root.yarare20B.gotoAndStop(1);
};
}
frame 1 {
var enemyHP = [0, 4, 1, 1, 2, 3, 1, 2, 2, 4, 2, 3, 2, 3, 3, 2, 3, 5, 5, 5, 5];
var enemyHP_max = [0, 4, 1, 1, 2, 3, 1, 2, 2, 4, 2, 3, 2, 3, 3, 2, 3, 5, 5, 5, 5];
var enemyspeed = [0, 0, 5, 4, 6, 4, 6, 6, 0, 0, 7, 6, 6, 4, 5, 6, 5, 5, 5, 5, 5];
var enemydamageHP = [0, 60, 70, 80, 70, 70, 60, 70, 80, 80, 60, 80, 60, 80, 70, 60, 50, 70, 70, 70, 70];
var enemydamagePL = [0, 80, 70, 70, 80, 80, 60, 70, 70, 70, 80, 90, 80, 80, 90, 100, 110, 90, 90, 90, 90];
var enemyknockback = [0, 6, 16, 16, 12, 8, 16, 8, 5, 6, 10, 16, 16, 12, 7, 12, 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];
var enemyKILL = [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];
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];
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];
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];
var enemy_stop = [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, 1, 1, 2, 3, 1, 2, 2, 4, 2, 3, 2, 3, 3, 2, 3, 5, 5, 5, 5];
_root.enemyknockback_on = [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];
_root.enemy_on = [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];
_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];
_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];
_root.enemy_stop = [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.stage01_summonenemy = function () {
if (_root.true_start != 1) {
_root.enemy01_summon();
_root.enemy02_summon();
} else {}
};
_root.stage02_summonenemy = function () {
if (_root.true_start != 1) {
} else {}
};
_root.stage03_summonenemy = function () {
if (_root.true_start != 1) {
} else {}
};
_root.stage04_summonenemy = function () {
if (_root.true_start != 1) {
} else {}
};
_root.stage05_summonenemy = function () {
if (_root.true_start != 1) {
} else {}
};
_root.enemy_move_func = function () {
if (_root.now_pause != 1) {
if (_root.enemy_on[1] == 1) {
_root.enemy_field.enemy1.enemy1._x -= _root.enemyspeed[1] + _root.move_speed;
}
if (_root.enemy_on[2] == 1) {
if (_root.enemy_stop[2] == 1) {
_root.enemy_field.enemy2.enemy2._x -= _root.move_speed;
} else {
_root.enemy_field.enemy2.enemy2._x -= _root.enemyspeed[2] + _root.move_speed;
}
}
}
};
}
frame 1 {
_root.func_message_attack = function () {
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚„ãã£ï¼';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = '近寄らãªã„ã§ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'ãŸãã£ï¼';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 4:
_root.my_message = 'ãã£â€¦â€¦';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 5:
_root.my_message = '汚らã‚ã—ã„ã£â€¦â€¦';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 6:
_root.my_message = 'ã“ã®ç¨‹åº¦ã§ã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 7:
_root.my_message = '退ããªã•ã„ã£ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 8:
_root.my_message = 'ã“ã®ã£ï¼';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 9:
_root.my_message = 'ã¯ãã£ï¼';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 10:
_root.my_message = 'ã“ã‚Œã§ã‚‚ã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
}
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'YAH!!';
_root.fukidashi = 3;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'Don\'t touch me!';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'HA!!';
_root.fukidashi = 3;
_root.yarare_kuti = 4;
}
}
};
_root.func_message_bomb = function () {
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ç«éã®è¡“ï¼';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'ç ´ã£ï¼';
_root.fukidashi = 3;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'ã“ã‚Œãªã‚‰ã£â€¦â€¦ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 4:
_root.my_message = '炎よã£â€¦â€¦ï¼';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 5:
_root.my_message = 'ãã£â€¦â€¦ï¼';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 6:
_root.my_message = 'ã‚ã¾ã‚Šä½¿ã„ãŸããªã„ã‘ã©â€¦â€¦ï¼';
_root.fukidashi = 10;
_root.yarare_kuti = 4;
break;
case 7:
_root.my_message = '燃やã—å°½ãã™â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 8:
_root.my_message = 'å¹ã飛ã³ãªã•ã„ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 9:
_root.my_message = 'ã¯ããã£ï¼';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 10:
_root.my_message = '……ï¼';
_root.fukidashi = 3;
_root.yarare_kuti = 1;
}
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Katong no jutsu!!';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'HAhhh!!';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'All burns!!';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
}
}
};
_root.func_message_onani01 = function () {
_root.voice_aegi();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ãã£â€¦â€¦ã†ã£â€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = '変ãªæ„Ÿã˜ãŒâ€¦â€¦';
_root.fukidashi = 5;
_root.yarare_kuti = 3;
break;
case 3:
_root.my_message = 'ã‚ã£â€¦â€¦ãµã£â€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 4:
_root.my_message = 'ã¯ãã……';
_root.fukidashi = 4;
_root.yarare_kuti = 3;
break;
case 5:
_root.my_message = 'ç§ã¯â€¦â€¦ä½•ã‚’……';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 6:
_root.my_message = '我慢……ã—ãªã„ã¨â€¦â€¦';
_root.fukidashi = 7;
_root.yarare_kuti = 3;
break;
case 7:
_root.my_message = 'ã‚“ã£â€¦â€¦ã……';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 8:
_root.my_message = 'ãµã£â€¦â€¦ã……';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 9:
_root.my_message = 'ã‚“ã‚“ã£â€¦â€¦';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 10:
_root.my_message = 'ã ã€ã ã‚よ……';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
}
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Ah...';
_root.fukidashi = 3;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Huh...';
_root.fukidashi = 3;
_root.yarare_kuti = 3;
break;
case 4:
_root.my_message = 'Uhh...';
_root.fukidashi = 3;
_root.yarare_kuti = 1;
break;
case 5:
_root.my_message = 'Ah...huh...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
}
}
};
_root.func_message_onani02 = function () {
_root.voice_aegi();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚ã£â€¦â€¦ã¯ã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 3;
break;
case 2:
_root.my_message = '我慢……ã—ãªãゃ……';
_root.fukidashi = 7;
_root.yarare_kuti = 3;
break;
case 3:
_root.my_message = 'ã‚ã€ç§ã€ã“ã‚“ãªã“ã¨â€¦â€¦';
_root.fukidashi = 8;
_root.yarare_kuti = 3;
break;
case 4:
_root.my_message = 'ã¬ã€æ¿¡ã‚Œã¦â€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 5:
_root.my_message = 'ã‚“ãã£â€¦â€¦ï¼';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 6:
_root.my_message = 'ã‚ã£â€¦â€¦ã‚……';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 7:
_root.my_message = 'ã‹ã€ä½“ãŒç†±ã„……';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 8:
_root.my_message = 'ã¯ã……ã¯ã……';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 9:
_root.my_message = 'ã²ã£â€¦â€¦ãã£â€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 10:
_root.my_message = 'ãã£â€¦â€¦ã†ã………';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
}
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Ah...';
_root.fukidashi = 3;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Huh...';
_root.fukidashi = 3;
_root.yarare_kuti = 3;
break;
case 4:
_root.my_message = 'Uhh...';
_root.fukidashi = 3;
_root.yarare_kuti = 1;
break;
case 5:
_root.my_message = 'Ah...huh...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
}
}
};
_root.func_message_onani03 = function () {
_root.voice_aegi();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ãŸã€ç«‹ã£ã¦ã‚‰ã‚Œãªã„……';
_root.fukidashi = 8;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'ã‚ã£â€¦â€¦ç†±ã„……';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 3:
_root.my_message = 'ã„ã€ã„やらã—ã„……';
_root.fukidashi = 7;
_root.yarare_kuti = 3;
break;
case 4:
_root.my_message = 'ã‚ã£â€¦â€¦ã‚ã‚……ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 5:
_root.my_message = 'ã²ã£â€¦â€¦ãã………';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 6:
_root.my_message = 'ã„ã€ä»Šè¥²ã‚ã‚ŒãŸã‚‰â€¦â€¦';
_root.fukidashi = 7;
_root.yarare_kuti = 3;
break;
case 7:
_root.my_message = 'ã‚“ã£â€¦â€¦ã‚“ãã£â€¦â€¦';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 8:
_root.my_message = 'ã ã€ã ã‚ãªã®ã«â€¦â€¦';
_root.fukidashi = 7;
_root.yarare_kuti = 3;
break;
case 9:
_root.my_message = 'ã‚ã£ã€ã‚ã£â€¦â€¦ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 10:
_root.my_message = 'ã‚“ãã£â€¦â€¦ã‚ã£â€¦â€¦';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
}
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Ah...';
_root.fukidashi = 3;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Huh...';
_root.fukidashi = 3;
_root.yarare_kuti = 3;
break;
case 4:
_root.my_message = 'Uhh...';
_root.fukidashi = 3;
_root.yarare_kuti = 1;
break;
case 5:
_root.my_message = 'Ah...huh...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
}
}
};
_root.func_message_onani04 = function () {
_root.voice_aegi();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚ã£â€¦â€¦ã‚ã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'ã“ã€ã“ã‚“ãªã¨ã“ã‚ã§â€¦â€¦ã£';
_root.fukidashi = 9;
_root.yarare_kuti = 3;
break;
case 3:
_root.my_message = 'ã‚ã£ã€ã‚ã£â€¦â€¦ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 4:
_root.my_message = 'ã‚“ã£ã€ãã………ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 5:
_root.my_message = 'ãã€ãã‚“ãªâ€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 6:
_root.my_message = 'ã‚“ãã£â€¦â€¦ï¼';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 7:
_root.my_message = 'ã‚……ãã…ã………ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 8:
_root.my_message = 'ã¨ã€æ¢ã¾ã‚‰ãªã……';
_root.fukidashi = 7;
_root.yarare_kuti = 3;
break;
case 9:
_root.my_message = 'ã²ã£â€¦â€¦ã‚ã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 10:
_root.my_message = 'ã‚ã£â€¦â€¦ã‚“ã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
}
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Ah...';
_root.fukidashi = 3;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Huh...';
_root.fukidashi = 3;
_root.yarare_kuti = 3;
break;
case 4:
_root.my_message = 'Uhh...';
_root.fukidashi = 3;
_root.yarare_kuti = 1;
break;
case 5:
_root.my_message = 'Ah...huh...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
}
}
};
_root.func_message_onani_org = function () {
_root.voice_org();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 8) + 1) {
case 1:
_root.my_message = 'ã‚“ã£ã€ãã…ã………ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 5;
break;
case 2:
_root.my_message = 'ã„ã£ã€ã‚¤ã‚¯ã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 5;
break;
case 3:
_root.my_message = 'ã²ã£ã€ãã…ã………ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 4:
_root.my_message = 'イã£â€¦â€¦ã‚¯ã…ã………ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 5;
break;
case 5:
_root.my_message = 'ã‚“ã£â€¦â€¦ã‚“ã‚“ã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 6:
_root.my_message = 'ãã£â€¦â€¦ã†ã†ã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 7:
_root.my_message = 'ã²ã†ã…ã………ï¼';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 8:
_root.my_message = 'ã‚ã£ã€ãã…ã………ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
}
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...huh...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Ahhhh...!!';
_root.fukidashi = 5;
_root.yarare_kuti = 5;
break;
case 3:
_root.my_message = 'Uah...ahh...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 5;
break;
case 4:
_root.my_message = 'Aghhh...!!';
_root.fukidashi = 5;
_root.yarare_kuti = 5;
break;
case 5:
_root.my_message = 'Ah...nmm...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 5;
}
}
};
_root.func_message_datui = function () {
_root.voice003.start();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ãゃã‚ã£ï¼';
_root.fukidashi = 4;
break;
case 2:
_root.my_message = 'イヤãã£ï¼';
_root.fukidashi = 4;
break;
case 3:
_root.my_message = 'ãµã€ä¸è¦šã£â€¦â€¦ï¼';
_root.fukidashi = 6;
break;
case 4:
_root.my_message = 'ãªã€ä½•ã£â€¦â€¦ï¼ï¼Ÿ';
_root.fukidashi = 6;
break;
case 5:
_root.my_message = 'ã‚„ã€ã‚„ã‚ã£â€¦â€¦ï¼';
_root.fukidashi = 6;
}
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Stop!!';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'No!!';
_root.fukidashi = 3;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Agh!!';
_root.fukidashi = 3;
_root.yarare_kuti = 4;
break;
case 4:
_root.my_message = 'Uah!!';
_root.fukidashi = 3;
_root.yarare_kuti = 4;
break;
case 5:
_root.my_message = 'Nmm...!';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
}
}
};
_root.func_message_yarare01 = function () {
_root.voice_aegi();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 30) + 1) {
case 1:
_root.my_message = 'ã‚“ãã£â€¦â€¦ï¼';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'ã‚ã€ã£ã……ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 3:
_root.my_message = 'ã‚ã£â€¦â€¦ã‚“ã£â€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 4:
_root.my_message = 'ãã£â€¦â€¦ã†ã………ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 5:
_root.my_message = 'ã‚„ã£ã€ã‚„ã‚ã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 6:
_root.my_message = 'ã‚ã£â€¦â€¦ãã………ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 7:
_root.my_message = 'ã²ãã…ã£â€¦â€¦ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 8:
_root.my_message = 'ã²ã£ã€ãã£â€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 9:
_root.my_message = 'ã²ã‚ã£â€¦â€¦ï¼';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 10:
_root.my_message = 'ã†ã£ã€ãã………';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 11:
_root.my_message = 'ã‚„ã€ã‚„ã‚ã¦ã‡â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 12:
_root.my_message = 'ã‚……ã¯ãã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 13:
_root.my_message = 'ã‚“ã£â€¦â€¦ãµã………';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 14:
_root.my_message = 'ã‚ã‚ã£â€¦â€¦ï¼';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 15:
_root.my_message = 'ã‚ã£â€¦â€¦ï¼';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 16:
_root.my_message = 'ã‚“ã‚ã£â€¦â€¦ï¼';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 17:
_root.my_message = 'ãã†ã£â€¦â€¦';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 18:
_root.my_message = 'ã‚ã£ã€ã‚ã£â€¦â€¦ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 19:
_root.my_message = 'ãã‚“ãªã«ã—ãŸã‚‰â€¦â€¦ã£';
_root.fukidashi = 8;
_root.yarare_kuti = 4;
break;
case 20:
_root.my_message = 'ã ã€ã ã‚ã‡â€¦â€¦ã£';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 21:
_root.my_message = 'ããµã£â€¦â€¦';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 22:
_root.my_message = 'ã‚„ã€ã‚„ã‚……';
_root.fukidashi = 5;
_root.yarare_kuti = 3;
break;
case 23:
_root.my_message = 'ã‚“ã£â€¦â€¦ãã………ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 24:
_root.my_message = 'ã‚“ã£ã€ã‚“ã£â€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 25:
_root.my_message = 'ã²ã……ãã……';
_root.fukidashi = 7;
_root.yarare_kuti = 3;
break;
case 26:
_root.my_message = 'ã‚ã………ã†ã………';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 27:
_root.my_message = 'ã¯ã……ã¯ã……';
_root.fukidashi = 7;
_root.yarare_kuti = 3;
break;
case 28:
_root.my_message = 'ã†ã£â€¦â€¦ã²ãã£â€¦â€¦';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 29:
_root.my_message = 'ã¯ã£ã€ãã†ã£â€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 30:
_root.my_message = 'ã‚ã£ã€ã‚“ã£â€¦â€¦ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
}
} else {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'Nmm...';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Ah...!';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Huh...';
_root.fukidashi = 4;
_root.yarare_kuti = 3;
break;
case 4:
_root.my_message = 'Uhh...';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 5:
_root.my_message = 'Ah...huh...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 6:
_root.my_message = 'Aghh...!';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 7:
_root.my_message = 'Oh...no...no...';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 8:
_root.my_message = 'Huh...ahh...!';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 9:
_root.my_message = 'Nmm...ah...!';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 10:
_root.my_message = 'No...!';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
}
}
};
_root.func_message_yarare02 = function () {
_root.voice_fera();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 30) + 1) {
case 1:
_root.my_message = 'ã‚“ã¶ã£â€¦â€¦ï¼';
_root.fukidashi = 5;
break;
case 2:
_root.my_message = 'ãã£ã€ã‚€ã£â€¦â€¦ï¼';
_root.fukidashi = 6;
break;
case 3:
_root.my_message = 'ãµãã£â€¦â€¦ã†ã£';
_root.fukidashi = 6;
break;
case 4:
_root.my_message = 'ãã£â€¦â€¦ã†ã………ï¼';
_root.fukidashi = 7;
break;
case 5:
_root.my_message = 'ã‚“ã£â€¦â€¦ï¼';
_root.fukidashi = 5;
break;
case 6:
_root.my_message = 'ã‚“ãã………ï¼';
_root.fukidashi = 5;
break;
case 7:
_root.my_message = 'ã‚€ãã…ã£â€¦â€¦ï¼';
_root.fukidashi = 6;
break;
case 8:
_root.my_message = 'ã‚‚ãŒã£â€¦â€¦ï¼';
_root.fukidashi = 5;
break;
case 9:
_root.my_message = 'ã‚“ã‚€ã£â€¦â€¦ï¼';
_root.fukidashi = 5;
break;
case 10:
_root.my_message = 'ã‚“ã£ã€ã‚“ã£â€¦â€¦';
_root.fukidashi = 6;
break;
case 11:
_root.my_message = 'ã†ã†ã£â€¦â€¦ï¼';
_root.fukidashi = 5;
break;
case 12:
_root.my_message = 'ãã£ã€ã†ã†â€¦â€¦ï¼';
_root.fukidashi = 6;
break;
case 13:
_root.my_message = 'ã‚“ã£â€¦â€¦ã………';
_root.fukidashi = 6;
break;
case 14:
_root.my_message = 'ã‚“ã£ã€ãã†ã£â€¦â€¦ï¼';
_root.fukidashi = 7;
break;
case 15:
_root.my_message = 'ã‚“ãã£â€¦â€¦';
_root.fukidashi = 4;
break;
case 16:
_root.my_message = 'ã‚“ã£ãµã£â€¦â€¦';
_root.fukidashi = 5;
break;
case 17:
_root.my_message = 'ãã†ã£â€¦â€¦';
_root.fukidashi = 4;
break;
case 18:
_root.my_message = 'ã‚„ã€ã‚„ã‚ã¸â€¦â€¦';
_root.fukidashi = 6;
break;
case 19:
_root.my_message = 'ã·ãã€ãã†ã£â€¦â€¦';
_root.fukidashi = 6;
break;
case 20:
_root.my_message = 'ã²ã‚ƒã€ã²ã‚ƒã‚……';
_root.fukidashi = 6;
break;
case 21:
_root.my_message = 'ã†ã£ã€ã·â€¦â€¦';
_root.fukidashi = 5;
break;
case 22:
_root.my_message = 'ã†ã£â€¦â€¦ã†ã†â€¦â€¦';
_root.fukidashi = 6;
break;
case 23:
_root.my_message = 'ã‚“ãã£â€¦â€¦ã†ã†â€¦â€¦';
_root.fukidashi = 7;
break;
case 24:
_root.my_message = 'ãã‚€ã£â€¦â€¦ï¼';
_root.fukidashi = 5;
break;
case 25:
_root.my_message = 'ã‚“ã‚“ã£â€¦â€¦ï¼';
_root.fukidashi = 5;
break;
case 26:
_root.my_message = 'ã†ã………';
_root.fukidashi = 4;
break;
case 27:
_root.my_message = 'ãã£â€¦â€¦ã‚€ã………ï¼';
_root.fukidashi = 7;
break;
case 28:
_root.my_message = 'ã†ã£â€¦â€¦ã²ãã£â€¦â€¦';
_root.fukidashi = 7;
break;
case 29:
_root.my_message = 'ã†ã€ãã†ã£â€¦â€¦';
_root.fukidashi = 6;
break;
case 30:
_root.my_message = 'ãã£â€¦â€¦ï¼';
_root.fukidashi = 4;
}
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Hu...nmm...';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 3:
_root.my_message = 'Hah...mm...';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 4:
_root.my_message = 'Uhh...n...!';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 5:
_root.my_message = 'Nm...nh...';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
}
}
};
_root.func_message_milk = function () {
_root.voice_aegi();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚“ããã£â€¦â€¦ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 5;
break;
case 2:
_root.my_message = 'ã§ã€å‡ºã¡ã‚ƒã†ã………ï¼';
_root.fukidashi = 8;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'ã‚“ãã£â€¦â€¦ï¼';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 4:
_root.my_message = 'ã ã€ã ã‚ã‡ã£â€¦â€¦ï¼';
_root.fukidashi = 8;
_root.yarare_kuti = 4;
break;
case 5:
_root.my_message = 'ãµã‚ãã£â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 6:
_root.my_message = 'ã‚ãã………ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 7:
_root.my_message = 'ã„ã€ã„ã‚„ãã£â€¦â€¦ï¼';
_root.fukidashi = 8;
_root.yarare_kuti = 4;
break;
case 8:
_root.my_message = 'ã‚“ã£â€¦â€¦ãã………ï¼';
_root.fukidashi = 8;
_root.yarare_kuti = 1;
break;
case 9:
_root.my_message = 'ã²ã…ã£â€¦â€¦ï¼';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 10:
_root.my_message = 'ã‚ã£â€¦â€¦ã‚“ã£â€¦â€¦ï¼';
_root.fukidashi = 9;
_root.yarare_kuti = 3;
}
} else {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'Nmm...';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Ah...!';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Huh...';
_root.fukidashi = 4;
_root.yarare_kuti = 3;
break;
case 4:
_root.my_message = 'Uhh...';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 5:
_root.my_message = 'Ah...huh...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 6:
_root.my_message = 'Aghh...!';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
break;
case 7:
_root.my_message = 'Oh...no...no...';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 8:
_root.my_message = 'Huh...ahh...!';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 9:
_root.my_message = 'Nmm...ah...!';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 10:
_root.my_message = 'No...!';
_root.fukidashi = 4;
_root.yarare_kuti = 4;
}
}
};
_root.func_message_finish01 = function () {
_root.voice_finish();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚“ã‚ããã£â€¦â€¦ï¼ï¼';
_root.fukidashi = 17;
_root.yarare_kuti = 5;
break;
case 2:
_root.my_message = 'ã ã€å‡ºã—ã¡ã‚ƒãƒ€ãƒ¡ã‡ã‡â€¦â€¦ï¼';
_root.fukidashi = 20;
_root.yarare_kuti = 5;
break;
case 3:
_root.my_message = 'ã ã€å‡ºã•ãªã„ã§ã‡â€¦â€¦ï¼';
_root.fukidashi = 19;
_root.yarare_kuti = 5;
break;
case 4:
_root.my_message = 'ã„ã€å«Œã£ã€ä¸ã¯ã‚¤ãƒ¤ã……ï¼';
_root.fukidashi = 20;
_root.yarare_kuti = 5;
break;
case 5:
_root.my_message = 'ã‚“ã¯ãã……ï¼ï¼';
_root.fukidashi = 17;
_root.yarare_kuti = 5;
break;
case 6:
_root.my_message = 'ã‚“ãã†ã…ã………ï¼ï¼';
_root.fukidashi = 17;
_root.yarare_kuti = 1;
break;
case 7:
_root.my_message = 'ã²ã£ã€ãã…ã………ï¼ï¼';
_root.fukidashi = 18;
_root.yarare_kuti = 1;
break;
case 8:
_root.my_message = 'ã„ã£ã€ã‚¤ãƒ¤ãã……ï¼ï¼';
_root.fukidashi = 19;
_root.yarare_kuti = 5;
break;
case 9:
_root.my_message = 'ã‚“ã£ã€ãã…ã………ï¼ï¼';
_root.fukidashi = 18;
_root.yarare_kuti = 1;
break;
case 10:
_root.my_message = 'ãµãã€ã‚ãã……ï¼ï¼';
_root.fukidashi = 18;
_root.yarare_kuti = 5;
}
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...huh...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Ahhhh...!!';
_root.fukidashi = 5;
_root.yarare_kuti = 5;
break;
case 3:
_root.my_message = 'Uah...ahh...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 5;
break;
case 4:
_root.my_message = 'Aghhh...!!';
_root.fukidashi = 5;
_root.yarare_kuti = 5;
break;
case 5:
_root.my_message = 'Ah...nmm...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 5;
}
}
};
_root.func_message_finish02 = function () {
_root.voice_fera();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚“ãã£ã€ã†ã………ï¼ï¼';
_root.fukidashi = 18;
break;
case 2:
_root.my_message = 'ãã£ã€ã‚€ã†ã…ã£â€¦â€¦ï¼ï¼';
_root.fukidashi = 19;
break;
case 3:
_root.my_message = 'ãµãã£â€¦â€¦ã†ã†ã£â€¦â€¦ï¼ï¼';
_root.fukidashi = 19;
break;
case 4:
_root.my_message = 'ãã£â€¦â€¦ã†ã†ã………ï¼ï¼';
_root.fukidashi = 19;
break;
case 5:
_root.my_message = 'ã‚“ã£ãã…ã………ï¼ï¼';
_root.fukidashi = 17;
break;
case 6:
_root.my_message = 'ã‚“ãã†ã…ã………ï¼ï¼';
_root.fukidashi = 17;
break;
case 7:
_root.my_message = 'ã‚“ã‚€ã†ã…ã£â€¦â€¦ï¼ï¼';
_root.fukidashi = 17;
break;
case 8:
_root.my_message = 'ãã†ã†ã…ã£â€¦â€¦ï¼ï¼';
_root.fukidashi = 17;
break;
case 9:
_root.my_message = 'ã²ãã£ã€ã†ã………ï¼ï¼';
_root.fukidashi = 18;
break;
case 10:
_root.my_message = 'ã‚“ã·ã£ã€ã†ã………ï¼ï¼';
_root.fukidashi = 18;
}
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...huh...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Unmm...!!';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 3:
_root.my_message = 'Uh...nmm...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 4:
_root.my_message = 'Ughhh...!!';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 5:
_root.my_message = 'Nh...nmm...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
}
}
};
_root.func_message_org01 = function () {
_root.voice_org();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã²ã£ãã†ã…ã………ï¼';
_root.fukidashi = 17;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'イã£ã€ã‚¤ã‚¯ã…ã………ï¼';
_root.fukidashi = 18;
_root.yarare_kuti = 5;
break;
case 3:
_root.my_message = 'ã‚“ã£ã€ãã…ã………ï¼';
_root.fukidashi = 17;
_root.yarare_kuti = 1;
break;
case 4:
_root.my_message = 'ã²ã‚ãã……ï¼';
_root.fukidashi = 16;
_root.yarare_kuti = 5;
break;
case 5:
_root.my_message = 'ã‚ã£ã€ã¯ãã……ï¼';
_root.fukidashi = 17;
_root.yarare_kuti = 5;
break;
case 6:
_root.my_message = 'ã‚“ã¯ãã……ï¼';
_root.fukidashi = 16;
_root.yarare_kuti = 5;
break;
case 7:
_root.my_message = 'ã‚ãã…ã………ï¼';
_root.fukidashi = 16;
_root.yarare_kuti = 1;
break;
case 8:
_root.my_message = 'ã„ã£ã€ã„ã‚„ãã……ï¼';
_root.fukidashi = 18;
_root.yarare_kuti = 4;
break;
case 9:
_root.my_message = 'イã€ã‚¤ã£ã¡ã‚ƒã†ã………ï¼';
_root.fukidashi = 19;
_root.yarare_kuti = 5;
break;
case 10:
_root.my_message = 'ã ã£ã€ãƒ€ãƒ¡ã‡ã‡â€¦â€¦ï¼';
_root.fukidashi = 18;
_root.yarare_kuti = 5;
}
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...huh...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Ahhhh...!!';
_root.fukidashi = 5;
_root.yarare_kuti = 5;
break;
case 3:
_root.my_message = 'Uah...ahh...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 5;
break;
case 4:
_root.my_message = 'Aghhh...!!';
_root.fukidashi = 5;
_root.yarare_kuti = 5;
break;
case 5:
_root.my_message = 'Ah...nmm...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 5;
}
}
};
_root.func_message_org02 = function () {
_root.voice_fera();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
_root.my_message = 'ã‚“ã£ãã†ã…ã………ï¼';
_root.fukidashi = 17;
break;
case 2:
_root.my_message = 'ã‚“ã†ã…ã………ï¼';
_root.fukidashi = 16;
break;
case 3:
_root.my_message = 'ã‚“ã£ã€ãã…ã…ã………ï¼';
_root.fukidashi = 18;
break;
case 4:
_root.my_message = 'ã‚“ã‚€ã†ã………ï¼';
_root.fukidashi = 16;
break;
case 5:
_root.my_message = 'ã‚€ãã£ã€ã†ã…ã………ï¼';
_root.fukidashi = 17;
break;
case 6:
_root.my_message = 'ãã‚€ã…ã………ï¼';
_root.fukidashi = 16;
break;
case 7:
_root.my_message = 'ã†ãã…ã………ï¼';
_root.fukidashi = 16;
break;
case 8:
_root.my_message = 'ã‚“ã£ã€ã‚“ã‚“ã…ã£â€¦â€¦ï¼';
_root.fukidashi = 18;
break;
case 9:
_root.my_message = 'ãã£ã€ã†ã…ã………ï¼';
_root.fukidashi = 17;
break;
case 10:
_root.my_message = 'ã‚“ãã£ã€ã†ã…ã………ï¼';
_root.fukidashi = 18;
}
} else {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'Nmm...huh...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Unmm...!!';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 3:
_root.my_message = 'Uh...nmm...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 4:
_root.my_message = 'Ughhh...!!';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 5:
_root.my_message = 'Nh...nmm...!!';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
}
}
};
_root.func_message_after01 = function () {
_root.voice020.start();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'ã†â€¦â€¦ã†ã………';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'ã¯ã……ã¯ã……';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'ã†ã£â€¦â€¦ãã†â€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
}
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Oh...no...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'Ah...hah...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Nm...ah...';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
}
}
};
_root.func_message_after02 = function () {
_root.voice020.start();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ã†â€¦â€¦ã†ã………';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'ã¯ã……ã¯ã……';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'ãªã€ä¸ã§â€¦â€¦ã†ã†â€¦â€¦';
_root.fukidashi = 8;
_root.yarare_kuti = 1;
break;
case 4:
_root.my_message = 'ä¸ã§â€¦â€¦å‡ºã™ãªã‚“ã¦â€¦â€¦';
_root.fukidashi = 9;
_root.yarare_kuti = 3;
break;
case 5:
_root.my_message = 'ã‚ã€æº¢ã‚Œã¦â€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
}
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Oh...no...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'Ah...hah...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Nm...ah...';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
}
}
};
_root.func_message_after03 = function () {
_root.voice020.start();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ã†â€¦â€¦ã†ã………';
_root.fukidashi = 6;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'ã¯ã……ã¯ã……';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'ã“ã‚“ãªâ€¦â€¦ã²ã©ã„……';
_root.fukidashi = 8;
_root.yarare_kuti = 3;
break;
case 4:
_root.my_message = 'ã‚ã……熱ã„……';
_root.fukidashi = 7;
_root.yarare_kuti = 3;
break;
case 5:
_root.my_message = 'ãŠè…¹ã®ä¸ã§â€¦â€¦ã†ã………';
_root.fukidashi = 9;
_root.yarare_kuti = 3;
}
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Oh...no...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'Ah...hah...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Nm...ah...';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
}
}
};
_root.func_message_after04 = function () {
_root.voice020.start();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ã†ã€ç”£ã¾ã‚Œã¡ã‚ƒã†ã………ï¼';
_root.fukidashi = 9;
_root.yarare_kuti = 5;
break;
case 2:
_root.my_message = 'ã‚ã€ã‚ã£ã€ã‚ãã……ï¼';
_root.fukidashi = 8;
_root.yarare_kuti = 5;
break;
case 3:
_root.my_message = 'ã§ã€å‡ºã¡ã‚ƒã†ã………ï¼';
_root.fukidashi = 8;
_root.yarare_kuti = 5;
break;
case 4:
_root.my_message = 'ã²ã£ã€ã²ãã£ã€ã†ã………ï¼';
_root.fukidashi = 9;
_root.yarare_kuti = 1;
break;
case 5:
_root.my_message = 'ã‚ã£ã€ã‚ã¯ãã……ï¼';
_root.fukidashi = 8;
_root.yarare_kuti = 5;
}
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Oh...no...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'Ah...hah...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Nm...ah...';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
}
}
};
_root.func_message_restart = function () {
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'è² ã‘ã‚‹ã‚ã‘ã«ã¯â€¦â€¦ï¼';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'ã¾ã€ã¾ã ã€ã‚„れる……ï¼';
_root.fukidashi = 8;
_root.yarare_kuti = 3;
break;
case 3:
_root.my_message = 'ãã£ã€ããã‰ã£â€¦â€¦';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
break;
case 4:
_root.my_message = '……行ã‹ãªãゃ';
_root.fukidashi = 6;
_root.yarare_kuti = 3;
break;
case 5:
_root.my_message = 'ã¾ã€è² ã‘ãªã„……ã£';
_root.fukidashi = 7;
_root.yarare_kuti = 1;
}
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Still be fighting...';
_root.fukidashi = 8;
_root.yarare_kuti = 1;
break;
case 2:
_root.my_message = 'Fuh...nmm...';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
break;
case 3:
_root.my_message = 'Nmm...';
_root.fukidashi = 4;
_root.yarare_kuti = 1;
}
}
};
_root.func_message_gameover = function () {
_root.voice_aegi();
if (_root.lang_eng == 0) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.my_message = 'ã‚‚ã†â€¦â€¦ãƒ€ãƒ¡â€¦â€¦';
_root.fukidashi = 7;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'ã“ã€ã“ã‚“ãªã¨ã“ã‚ã§â€¦â€¦';
_root.fukidashi = 8;
_root.yarare_kuti = 1;
break;
case 3:
_root.my_message = 'ã ã€èª°ã‹â€¦â€¦åŠ©ã‘……';
_root.fukidashi = 8;
_root.yarare_kuti = 4;
break;
case 4:
_root.my_message = 'ã‚ã€ç§â€¦â€¦ã‚‚ã†â€¦â€¦';
_root.fukidashi = 8;
_root.yarare_kuti = 4;
break;
case 5:
_root.my_message = 'ãã€ãã‚“ãªâ€¦â€¦';
_root.fukidashi = 6;
_root.yarare_kuti = 4;
}
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.my_message = 'Oh...no...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 2:
_root.my_message = 'Ah...hah...';
_root.fukidashi = 5;
_root.yarare_kuti = 4;
break;
case 3:
_root.my_message = 'Nm...ah...';
_root.fukidashi = 5;
_root.yarare_kuti = 1;
}
}
};
}
// unknown tag 88 length 36
button 62 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 64 {
}
// unknown tag 88 length 76
movieClip 68 {
}
movieClip 69 {
}
movieClip 72 {
frame 1 {
this.stop();
}
}
instance of movieClip 72 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 76 {
}
movieClip 79 {
frame 1 {
this.stop();
}
instance of movieClip 76 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 80 {
instance MC2 of movieClip 79 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 79 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 83 {
frame 1 {
this.stop();
}
}
movieClip 84 {
instance left_hand of movieClip 83 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 87 {
frame 1 {
this.stop();
}
}
movieClip 88 {
instance left_forearm of movieClip 87 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 91 {
frame 1 {
this.stop();
}
}
movieClip 92 {
instance right_hand of movieClip 91 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 95 {
frame 1 {
this.stop();
}
}
movieClip 96 {
instance right_forearm of movieClip 95 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 99 {
frame 1 {
this.stop();
}
}
movieClip 101 {
frame 1 {
this.stop();
}
}
movieClip 102 {
instance right_foot of movieClip 99 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 101 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 105 {
frame 1 {
this.stop();
}
}
movieClip 106 {
instance right_shin of movieClip 105 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 113 {
frame 1 {
this.stop();
}
}
movieClip 115 {
frame 1 {
this.stop();
}
}
movieClip 116 {
instance left_foot of movieClip 113 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 115 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 119 {
frame 1 {
this.stop();
}
}
movieClip 120 {
instance left_shin of movieClip 119 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 123 {
}
movieClip 125 {
}
movieClip 136 {
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 139 {
}
movieClip 141 {
}
movieClip 142 {
}
movieClip 144 {
}
movieClip 146 {
}
movieClip 148 {
}
movieClip 150 {
}
movieClip 152 {
}
movieClip 154 {
}
movieClip 156 {
}
movieClip 158 {
}
movieClip 160 {
}
movieClip 162 {
}
movieClip 164 {
}
movieClip 165 {
}
movieClip 167 {
}
movieClip 169 {
frame 1 {
this.stop();
}
}
movieClip 170 {
instance hat_back of movieClip 169 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 172 {
frame 1 {
this.stop();
}
}
movieClip 173 {
instance cloak of movieClip 172 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 175 {
frame 1 {
this.stop();
}
}
movieClip 176 {
instance collar_back of movieClip 175 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 178 {
frame 1 {
this.stop();
}
}
movieClip 179 {
instance skirt_back of movieClip 178 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 183 {
frame 1 {
this.stop();
}
}
movieClip 184 {
instance right_arm of movieClip 183 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 188 {
}
movieClip 191 {
frame 1 {
this.stop();
}
}
movieClip 193 {
}
movieClip 194 {
instance right_thigh of movieClip 191 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 193 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 197 {
frame 1 {
this.stop();
}
}
movieClip 199 {
}
movieClip 200 {
instance left_thigh of movieClip 197 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 199 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 203 {
}
movieClip 204 {
instance of movieClip 203 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 206 {
}
movieClip 210 {
frame 1 {
this.stop();
}
}
movieClip 211 {
instance left_arm of movieClip 210 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 215 {
}
movieClip 217 {
frame 1 {
this.stop();
}
}
movieClip 218 {
instance pantuC of movieClip 217 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 221 {
}
movieClip 222 {
instance of movieClip 221 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 224 {
}
movieClip 226 {
frame 1 {
this.stop();
}
}
movieClip 227 {
instance breast_wear of movieClip 226 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 230 {
}
movieClip 231 {
instance of movieClip 230 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 233 {
}
movieClip 238 {
}
movieClip 239 {
instance of movieClip 238 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 241 {
}
movieClip 245 {
frame 1 {
this.stop();
}
}
movieClip 246 {
instance pantuB of movieClip 245 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 248 {
frame 1 {
this.stop();
}
}
movieClip 249 {
instance pantuA of movieClip 248 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 251 {
frame 1 {
this.stop();
}
}
movieClip 252 {
instance skirt_front of movieClip 251 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 255 {
}
movieClip 257 {
}
movieClip 258 {
instance of movieClip 255 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 260 {
}
movieClip 262 {
frame 1 {
this.stop();
}
}
movieClip 263 {
instance collar_left of movieClip 262 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 265 {
frame 1 {
this.stop();
}
}
movieClip 266 {
instance collar_right of movieClip 265 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 268 {
frame 1 {
this.stop();
}
}
movieClip 270 {
}
movieClip 271 {
frame 1 {
this.stop();
}
}
movieClip 272 {
instance tie of movieClip 271 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 274 {
}
movieClip 279 {
}
movieClip 282 {
}
movieClip 284 {
}
movieClip 285 {
instance of movieClip 282 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 287 {
frame 1 {
this.stop();
}
}
movieClip 288 {
instance hat_front of movieClip 287 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 290 {
}
movieClip 292 {
}
movieClip 293 {
frame 1 {
this.stop();
}
instance of movieClip 290 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 18 {
this._parent._parent.simikomiMC.MC2._x = this._x;
this._parent._parent.simikomiMC.MC2._y = this._y;
this._parent._parent.simikomiMC.MC2._xscale = sitatari_scale;
this._parent._parent.simikomiMC.MC2._yscale = sitatari_scale;
this._parent._parent.simikomiMC.MC2.gotoAndPlay(2);
this.gotoAndStop(1);
}
}
movieClip 294 {
frame 1 {
this.stop();
}
instance of movieClip 290 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 12 {
this._parent._parent.simikomiMC.MC._x = this._x;
this._parent._parent.simikomiMC.MC._y = this._y;
this._parent._parent.simikomiMC.MC._xscale = sitatari_scale;
this._parent._parent.simikomiMC.MC._yscale = sitatari_scale;
this._parent._parent.simikomiMC.MC.gotoAndPlay(2);
this.gotoAndStop(1);
}
}
movieClip 295 {
instance MC2 of movieClip 293 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 294 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 297 {
}
movieClip 300 {
}
movieClip 302 {
}
movieClip 303 {
instance renderb of movieClip 302 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 306 {
}
movieClip 308 {
}
movieClip 318 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 319 {
instance MC of movieClip 318 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 321 {
}
movieClip 323 {
}
movieClip 325 {
}
movieClip 327 {
}
movieClip 328 {
frame 1 {
this.stop();
}
instance of movieClip 321 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 329 {
instance MC of movieClip 328 {
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (this._currentframe != 1) {
this.play();
}
if (_root.breath == 1) {
_root.breath = 0;
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
this.gotoAndPlay('play01');
break;
case 2:
this.gotoAndPlay('play02');
break;
case 3:
this.gotoAndPlay('play03');
break;
default:
}
}
} else {
this.stop();
}
}
}
}
movieClip 332 {
}
movieClip 333 {
frame 1 {
this.stop();
}
}
movieClip 335 {
}
movieClip 337 {
}
movieClip 339 {
}
movieClip 341 {
}
movieClip 343 {
}
movieClip 345 {
}
movieClip 346 {
}
movieClip 348 {
}
movieClip 350 {
}
movieClip 351 {
}
movieClip 352 {
}
movieClip 353 {
frame 1 {
this.stop();
}
instance of movieClip 333 {
onClipEvent (enterFrame) {
if (_root.escape_on == 1 && _root.now_pause == 0) {
if ((Key.isDown(_root.key_left) || Key.isDown(65)) && (Key.isDown(_root.key_right) || Key.isDown(68))) {
} else {
if ((Key.isDown(_root.key_left) || Key.isDown(65)) && _root.escape_BTsave != 1 && _root.escape_count < 100) {
_root.escape_BTsave = 1;
_root.escape_count += 3;
if (_root.escape_count >= 100) {
_root.escape_count = 100;
}
} else {
if ((Key.isDown(_root.key_right) || Key.isDown(68)) && _root.escape_BTsave != 2 && _root.escape_count < 100) {
_root.escape_BTsave = 2;
_root.escape_count += 3;
if (_root.escape_count >= 100) {
_root.escape_count = 100;
}
}
}
}
if (_root.escape_wait_count >= _root.escape_wait) {
_root.escape_wait_count = 0;
if (_root.escape_count > 0) {
if (_root.easy_escape != 1) {
_root.escape_count -= _root.escape_resist;
}
} else {
if (_root.escape_count <= 0) {
_root.escape_count = 0;
}
}
} else {
_root.escape_wait_count += 1;
}
if (_root.HP <= 1) {
_root.escape_count = 1;
}
this.gotoAndStop(_root.escape_count);
if (_root.escape_count >= 100) {
_root.escape_on = 0;
_root.escape_count = 1;
_root.escape_resist += 3;
if (_root.escape_resist > 100) {
_root.escape_resist = 100;
}
_root.escape_resist_E += 0.5;
if (_root.escape_resist_E > 2) {
_root.escape_resist_E = 2;
}
_root.escape_wait -= 3;
if (_root.escape_wait < 4) {
_root.escape_wait = 4;
}
_root.player.gotoAndStop('escape');
this._parent._parent._parent.gotoAndStop(1);
}
if ((Key.isDown(67) || Key.isDown(13)) && (_root.fire_magic >= 1 || _root.fire_magic == '∞') && _root.HP >= 2) {
if (_root.fire_magic != '∞') {
_root.fire_magic -= 1;
}
_root.escape_on = 0;
_root.escape_count = 1;
_root.player.gotoAndStop('escape_bomb');
this._parent._parent._parent.gotoAndStop(1);
}
}
}
}
instance of movieClip 346 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 352 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 378 {
}
movieClip 379 {
instance of movieClip 282 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 629 {
}
movieClip 689 {
frame 1 {
this.stop();
}
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 690 {
instance MC of movieClip 689 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 692 {
}
movieClip 706 {
frame 1 {
this.stop();
}
}
movieClip 707 {
instance MC of movieClip 706 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 806 {
}
movieClip 810 {
}
movieClip 811 {
instance of movieClip 282 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 897 {
frame 1 {
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.game_over_NG = 1;
_root.now_yarare = 2;
_root.escape_on = 1;
enemy_num = 1;
AorB = 'A';
cum_func = function () {
cumA.MC.gotoAndPlay(2);
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
cumB.MC.gotoAndPlay('cum01');
break;
case 2:
cumB.MC.gotoAndPlay('cum02');
break;
case 3:
cumB.MC.gotoAndPlay('cum03');
break;
case 4:
cumB.MC.gotoAndPlay('cum04');
break;
case 5:
cumB.MC.gotoAndPlay('cum05');
break;
default:
}
};
sitatari_func = function () {
if (sitatariMC.MC._currentframe == 1) {
sitatariMC.MC._x = Math.floor(Math.random() * 9) - 4;
sitatariMC.MC._y = Math.floor(Math.random() * 6) - 3;
sitatariMC.MC.sitatari_scale = Math.floor(Math.random() * 130) + 20;
sitatariMC.MC._xscale = sitatariMC.MC.sitatari_scale;
sitatariMC.MC.gotoAndPlay(2);
}
if (sitatariMC.MC2._currentframe == 1) {
sitatariMC.MC2._x = Math.floor(Math.random() * 9) - 4;
sitatariMC.MC2._y = Math.floor(Math.random() * 6) - 3;
sitatariMC.MC2.sitatari_scale = Math.floor(Math.random() * 130) + 20;
sitatariMC.MC2._xscale = sitatariMC.MC2.sitatari_scale;
switch (Math.floor(Math.random() * 4) + 1) {
break;
case 1:
case 2:
sitatariMC.MC2.gotoAndPlay('go1');
break;
case 3:
sitatariMC.MC2.gotoAndPlay('go2');
break;
case 4:
sitatariMC.MC2.gotoAndPlay('go3');
break;
default:
}
}
};
sibuki_func = function () {
if (sibukiMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
sibukiMC.MC.gotoAndPlay('sibuki01');
break;
case 2:
sibukiMC.MC.gotoAndPlay('sibuki02');
break;
case 3:
sibukiMC.MC.gotoAndPlay('sibuki03');
break;
default:
}
}
};
breath_func = function () {
if (breathMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
breathMC.MC.gotoAndPlay('play01');
break;
case 2:
breathMC.MC.gotoAndPlay('play02');
break;
case 3:
breathMC.MC.gotoAndPlay('play03');
break;
default:
}
}
};
}
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 0, 'h': 60};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 5;
M_HEIGHT = 5;
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();
};
}
instance of movieClip 353 {
onClipEvent (load) {
if (_root.gallery_mode_on == 1) {
this.gotoAndStop(2);
}
}
}
frame 18 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 50 {
_root.loop_point = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 61 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 80 {
_root.loop_point = 1;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 90 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 98 {
_root.loop_point = 2;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 105 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 110 {
_root.loop_point = 3;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 114 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 117 {
_root.loop_point = 4;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 118 {
_root.escape_stop();
_root.hint_message = 'å°„ç²¾ã•ã‚Œã¾ã—ãŸâ€¦â€¦';
}
frame 127 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_finish(_root.se_select_B);
_root.adddamage_or_orgF(enemy_num, AorB);
if (_root.gallery_mode_on == 1) {
if (_root.pleasure < 300) {
_root.Gwait_pattern = 3;
} else {
if (_root.pleasure >= 300) {
_root.Gwait_pattern = 5;
}
}
}
cum_func();
sitatari_func();
sibuki_func();
}
frame 133 {
_root.SEstart_finish(_root.se_select_B);
}
frame 151 {
_root.SEstart_finish(_root.se_select_B);
cum_func();
sitatari_func();
}
frame 160 {
_root.game_over_NG = 0;
}
frame 161 {
_root.blackouter01.gotoAndPlay('blackout');
}
frame 162 {
_root.yarare_kuti = 1;
}
frame 173 {
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_finish_end(this._parent._name);
_root.loop_point = 5;
_root.yarare_speedChange(this._parent._name);
this._parent.gotoAndStop(1);
}
frame 174 {
_root.func_message_org01();
_root.escape_stop();
if (_root.finising == 1) {
_root.hint_message = 'å°„ç²¾ã¨åŒæ™‚ã«çµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦';
} else {
_root.hint_message = 'çµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦';
}
}
frame 184 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
if (_root.finising == 1) {
cum_func();
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
sitatari_func();
sibuki_func();
breath_func();
}
frame 190 {
if (_root.finising == 1) {
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
}
frame 207 {
if (_root.finising == 1) {
cum_func();
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
sitatari_func();
sibuki_func();
breath_func();
}
frame 213 {
if (_root.finising == 1) {
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
}
frame 225 {
_root.game_over_NG = 0;
}
frame 226 {
_root.yarare_kuti = 1;
sitatari_func();
}
frame 230 {
if (_root.finising == 1) {
_root.blackouter01.gotoAndPlay('blackout');
}
}
frame 241 {
_root.se_select_A = 0;
_root.se_select_B = 0;
if (_root.finising == 1) {
_root.yarare_finish_end(this._parent._name);
_root.loop_point = 5;
_root.yarare_speedChange(this._parent._name);
this._parent.gotoAndStop(1);
} else {
_root.pleasure = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 898 {
frame 1 {
this.stop();
}
}
movieClip 900 {
}
movieClip 902 {
frame 1 {
this.stop();
}
instance of movieClip 900 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 903 {
instance MC2 of movieClip 902 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 902 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 909 {
}
movieClip 910 {
}
movieClip 911 {
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 913 {
}
movieClip 914 {
}
movieClip 915 {
}
movieClip 916 {
}
movieClip 917 {
}
movieClip 919 {
}
movieClip 920 {
}
movieClip 921 {
}
movieClip 922 {
}
movieClip 924 {
}
movieClip 925 {
}
movieClip 930 {
frame 1 {
this.stop();
}
}
movieClip 931 {
instance left_hand of movieClip 930 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 934 {
frame 1 {
this.stop();
}
}
movieClip 935 {
instance left_forearm of movieClip 934 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 940 {
frame 1 {
this.stop();
}
}
movieClip 941 {
instance left_arm of movieClip 940 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 943 {
}
movieClip 946 {
frame 1 {
this.stop();
}
}
movieClip 948 {
frame 1 {
this.stop();
}
}
movieClip 949 {
instance left_foot of movieClip 946 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 948 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 952 {
frame 1 {
this.stop();
}
}
movieClip 953 {
instance left_thigh of movieClip 952 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 956 {
frame 1 {
this.stop();
}
}
movieClip 957 {
instance left_shin of movieClip 956 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 961 {
}
movieClip 964 {
}
movieClip 965 {
instance of movieClip 964 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 967 {
frame 1 {
this.stop();
}
}
movieClip 968 {
instance breast_wear_back of movieClip 967 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 970 {
}
movieClip 972 {
frame 1 {
this.stop();
}
}
movieClip 973 {
instance breast_wear of movieClip 972 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 976 {
frame 1 {
this.stop();
}
}
movieClip 977 {
instance right_hand of movieClip 976 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 981 {
frame 1 {
this.stop();
}
}
movieClip 982 {
instance right_forearm of movieClip 981 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 986 {
frame 1 {
this.stop();
}
}
movieClip 987 {
instance hat_back of movieClip 986 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 990 {
}
movieClip 991 {
instance of movieClip 990 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 994 {
frame 1 {
this.stop();
}
}
movieClip 996 {
frame 1 {
this.stop();
}
}
movieClip 997 {
instance right_foot of movieClip 994 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 996 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 999 {
}
movieClip 1002 {
frame 1 {
this.stop();
}
}
movieClip 1003 {
instance pantuB of movieClip 1002 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1007 {
frame 1 {
this.stop();
}
}
movieClip 1008 {
instance right_thigh of movieClip 1007 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1011 {
frame 1 {
this.stop();
}
}
movieClip 1012 {
instance right_shin of movieClip 1011 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1017 {
}
movieClip 1018 {
instance of movieClip 1017 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1020 {
frame 1 {
this.stop();
}
}
movieClip 1021 {
instance pantuA of movieClip 1020 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1023 {
frame 1 {
this.stop();
}
}
movieClip 1024 {
instance skirt_front of movieClip 1023 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1027 {
}
movieClip 1028 {
instance of movieClip 1027 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1030 {
}
movieClip 1033 {
frame 1 {
this.stop();
}
}
movieClip 1034 {
instance right_arm of movieClip 1033 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1036 {
frame 1 {
this.stop();
}
}
movieClip 1037 {
instance collar_back of movieClip 1036 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1039 {
frame 1 {
this.stop();
}
}
movieClip 1040 {
instance cloak of movieClip 1039 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1042 {
}
movieClip 1047 {
}
movieClip 1050 {
}
movieClip 1052 {
instance of movieClip 1050 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1054 {
frame 1 {
this.stop();
}
}
movieClip 1055 {
instance hat_front of movieClip 1054 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1056 {
}
movieClip 1057 {
}
movieClip 1058 {
}
movieClip 1059 {
}
movieClip 1061 {
}
movieClip 1063 {
}
movieClip 1069 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 1070 {
instance MC of movieClip 1069 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1071 {
}
movieClip 1073 {
}
movieClip 1074 {
}
movieClip 1075 {
}
movieClip 1076 {
frame 1 {
this.stop();
}
instance of movieClip 1071 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 1077 {
instance MC of movieClip 1076 {
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (this._currentframe != 1) {
this.play();
}
if (_root.breath == 1) {
_root.breath = 0;
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
this.gotoAndPlay('play01');
break;
case 2:
this.gotoAndPlay('play02');
break;
case 3:
this.gotoAndPlay('play03');
break;
default:
}
}
} else {
this.stop();
}
}
}
}
movieClip 1078 {
}
movieClip 1079 {
}
movieClip 1080 {
frame 1 {
this.stop();
}
instance of movieClip 1078 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 18 {
this._parent._parent.simikomiMC.MC2._x = this._x;
this._parent._parent.simikomiMC.MC2._y = this._y;
this._parent._parent.simikomiMC.MC2._xscale = sitatari_scale;
this._parent._parent.simikomiMC.MC2._yscale = sitatari_scale;
this._parent._parent.simikomiMC.MC2.gotoAndPlay(2);
this.gotoAndStop(1);
}
}
movieClip 1081 {
frame 1 {
this.stop();
}
instance of movieClip 1078 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 12 {
this._parent._parent.simikomiMC.MC._x = this._x;
this._parent._parent.simikomiMC.MC._y = this._y;
this._parent._parent.simikomiMC.MC._xscale = sitatari_scale;
this._parent._parent.simikomiMC.MC._yscale = sitatari_scale;
this._parent._parent.simikomiMC.MC.gotoAndPlay(2);
this.gotoAndStop(1);
}
}
movieClip 1082 {
instance MC2 of movieClip 1080 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 1081 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1083 {
}
movieClip 1084 {
frame 1 {
this.stop();
}
}
movieClip 1085 {
}
movieClip 1086 {
}
movieClip 1087 {
}
movieClip 1088 {
}
movieClip 1089 {
}
movieClip 1090 {
}
movieClip 1091 {
}
movieClip 1093 {
}
movieClip 1094 {
}
movieClip 1095 {
}
movieClip 1096 {
}
movieClip 1097 {
frame 1 {
this.stop();
}
instance of movieClip 1084 {
onClipEvent (enterFrame) {
if (_root.escape_on == 1 && _root.now_pause == 0) {
if ((Key.isDown(_root.key_left) || Key.isDown(65)) && (Key.isDown(_root.key_right) || Key.isDown(68))) {
} else {
if ((Key.isDown(_root.key_left) || Key.isDown(65)) && _root.escape_BTsave != 1 && _root.escape_count < 100) {
_root.escape_BTsave = 1;
_root.escape_count += 3;
if (_root.escape_count >= 100) {
_root.escape_count = 100;
}
} else {
if ((Key.isDown(_root.key_right) || Key.isDown(68)) && _root.escape_BTsave != 2 && _root.escape_count < 100) {
_root.escape_BTsave = 2;
_root.escape_count += 3;
if (_root.escape_count >= 100) {
_root.escape_count = 100;
}
}
}
}
if (_root.escape_wait_count >= _root.escape_wait) {
_root.escape_wait_count = 0;
if (_root.escape_count > 0) {
if (_root.easy_escape != 1) {
_root.escape_count -= _root.escape_resist;
}
} else {
if (_root.escape_count <= 0) {
_root.escape_count = 0;
}
}
} else {
_root.escape_wait_count += 1;
}
if (_root.HP <= 1) {
_root.escape_count = 1;
}
this.gotoAndStop(_root.escape_count);
if (_root.escape_count >= 100) {
_root.escape_on = 0;
_root.escape_count = 1;
_root.escape_resist += 3;
if (_root.escape_resist > 100) {
_root.escape_resist = 100;
}
_root.escape_resist_E += 0.5;
if (_root.escape_resist_E > 2) {
_root.escape_resist_E = 2;
}
_root.escape_wait -= 3;
if (_root.escape_wait < 4) {
_root.escape_wait = 4;
}
_root.player.gotoAndStop('escape');
this._parent._parent._parent.gotoAndStop(1);
}
if ((Key.isDown(67) || Key.isDown(13)) && (_root.fire_magic >= 1 || _root.fire_magic == '∞') && _root.HP >= 2) {
if (_root.fire_magic != '∞') {
_root.fire_magic -= 1;
}
_root.escape_on = 0;
_root.escape_count = 1;
_root.player.gotoAndStop('escape_bomb');
this._parent._parent._parent.gotoAndStop(1);
}
}
}
}
instance of movieClip 1091 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 1096 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1115 {
}
movieClip 1116 {
instance of movieClip 1050 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1460 {
}
movieClip 1488 {
frame 1 {
this.stop();
}
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 1489 {
instance MC of movieClip 1488 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1494 {
}
movieClip 1500 {
frame 1 {
this.stop();
}
}
movieClip 1501 {
instance MC of movieClip 1500 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1631 {
}
movieClip 1635 {
}
movieClip 1636 {
instance of movieClip 1050 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1749 {
frame 1 {
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.game_over_NG = 1;
_root.now_yarare = 2;
_root.escape_on = 1;
enemy_num = 1;
AorB = 'B';
cum_func = function () {
cumA.MC.gotoAndPlay(2);
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
cumB.MC.gotoAndPlay('cum01');
break;
case 2:
cumB.MC.gotoAndPlay('cum02');
break;
case 3:
cumB.MC.gotoAndPlay('cum03');
break;
case 4:
cumB.MC.gotoAndPlay('cum04');
break;
case 5:
cumB.MC.gotoAndPlay('cum05');
break;
default:
}
};
sitatari_func = function () {
if (sitatariMC.MC._currentframe == 1) {
sitatariMC.MC._x = Math.floor(Math.random() * 9) - 4;
sitatariMC.MC._y = Math.floor(Math.random() * 6) - 3;
sitatariMC.MC.sitatari_scale = Math.floor(Math.random() * 130) + 20;
sitatariMC.MC._xscale = sitatariMC.MC.sitatari_scale;
sitatariMC.MC.gotoAndPlay(2);
}
if (sitatariMC.MC2._currentframe == 1) {
sitatariMC.MC2._x = Math.floor(Math.random() * 9) - 4;
sitatariMC.MC2._y = Math.floor(Math.random() * 6) - 3;
sitatariMC.MC2.sitatari_scale = Math.floor(Math.random() * 130) + 20;
sitatariMC.MC2._xscale = sitatariMC.MC2.sitatari_scale;
switch (Math.floor(Math.random() * 4) + 1) {
break;
case 1:
case 2:
sitatariMC.MC2.gotoAndPlay('go1');
break;
case 3:
sitatariMC.MC2.gotoAndPlay('go2');
break;
case 4:
sitatariMC.MC2.gotoAndPlay('go3');
break;
default:
}
}
};
sibuki_func = function () {
if (sibukiMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
sibukiMC.MC.gotoAndPlay('sibuki01');
break;
case 2:
sibukiMC.MC.gotoAndPlay('sibuki02');
break;
case 3:
sibukiMC.MC.gotoAndPlay('sibuki03');
break;
default:
}
}
};
breath_func = function () {
if (breathMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
breathMC.MC.gotoAndPlay('play01');
break;
case 2:
breathMC.MC.gotoAndPlay('play02');
break;
case 3:
breathMC.MC.gotoAndPlay('play03');
break;
default:
}
}
};
}
instance of movieClip 1097 {
onClipEvent (load) {
if (_root.gallery_mode_on == 1) {
this.gotoAndStop(2);
}
}
}
frame 18 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 50 {
_root.loop_point = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 61 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 80 {
_root.loop_point = 1;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 90 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 98 {
_root.loop_point = 2;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 105 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 110 {
_root.loop_point = 3;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 114 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 117 {
_root.loop_point = 4;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 118 {
_root.escape_stop();
_root.hint_message = 'å°„ç²¾ã•ã‚Œã¾ã—ãŸâ€¦â€¦';
}
frame 127 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_finish(_root.se_select_B);
_root.adddamage_or_orgF(enemy_num, AorB);
if (_root.gallery_mode_on == 1) {
if (_root.pleasure < 300) {
_root.Gwait_pattern = 3;
} else {
if (_root.pleasure >= 300) {
_root.Gwait_pattern = 5;
}
}
}
cum_func();
sitatari_func();
sibuki_func();
}
frame 133 {
_root.SEstart_finish(_root.se_select_B);
}
frame 151 {
_root.SEstart_finish(_root.se_select_B);
cum_func();
sitatari_func();
}
frame 160 {
_root.game_over_NG = 0;
}
frame 161 {
_root.blackouter01.gotoAndPlay('blackout');
}
frame 173 {
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_finish_end(this._parent._name);
_root.loop_point = 5;
_root.yarare_speedChange(this._parent._name);
this._parent.gotoAndStop(1);
}
frame 174 {
_root.func_message_org01();
_root.escape_stop();
if (_root.finising == 1) {
_root.hint_message = 'å°„ç²¾ã¨åŒæ™‚ã«çµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦';
} else {
_root.hint_message = 'çµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦';
}
}
frame 184 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
if (_root.finising == 1) {
cum_func();
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
sitatari_func();
sibuki_func();
breath_func();
}
frame 190 {
if (_root.finising == 1) {
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
}
frame 207 {
if (_root.finising == 1) {
cum_func();
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
sitatari_func();
sibuki_func();
breath_func();
}
frame 213 {
if (_root.finising == 1) {
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
}
frame 225 {
_root.game_over_NG = 0;
sitatari_func();
}
frame 230 {
if (_root.finising == 1) {
_root.blackouter01.gotoAndPlay('blackout');
}
}
frame 241 {
_root.se_select_A = 0;
_root.se_select_B = 0;
if (_root.finising == 1) {
_root.yarare_finish_end(this._parent._name);
_root.loop_point = 5;
_root.yarare_speedChange(this._parent._name);
this._parent.gotoAndStop(1);
} else {
_root.pleasure = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 1750 {
frame 1 {
this.stop();
}
}
movieClip 1756 {
frame 1 {
this.stop();
}
}
movieClip 1757 {
instance right_forearm of movieClip 1756 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1760 {
frame 1 {
this.stop();
}
}
movieClip 1761 {
instance left_forearm of movieClip 1760 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1767 {
}
movieClip 1768 {
instance cloak of movieClip 1767 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1770 {
}
movieClip 1771 {
instance hat_back of movieClip 1770 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1773 {
}
movieClip 1776 {
}
movieClip 1777 {
instance of movieClip 1776 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1779 {
}
movieClip 1781 {
}
movieClip 1784 {
frame 1 {
this.stop();
}
}
movieClip 1785 {
instance right_arm of movieClip 1784 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1788 {
frame 1 {
this.stop();
}
}
movieClip 1789 {
instance left_arm of movieClip 1788 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1791 {
}
movieClip 1792 {
instance breast_wear of movieClip 1791 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1794 {
}
movieClip 1797 {
}
movieClip 1798 {
instance of movieClip 1797 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1801 {
}
movieClip 1802 {
instance of movieClip 1801 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1806 {
frame 1 {
this.stop();
}
}
movieClip 1808 {
}
movieClip 1809 {
instance left_thigh of movieClip 1806 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 1808 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1813 {
frame 1 {
this.stop();
}
}
movieClip 1815 {
}
movieClip 1816 {
instance right_thigh of movieClip 1813 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 1815 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1818 {
}
movieClip 1820 {
}
movieClip 1823 {
}
movieClip 1824 {
instance of movieClip 1823 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1826 {
}
movieClip 1827 {
instance collar_right of movieClip 1826 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1829 {
}
movieClip 1830 {
instance collar_left of movieClip 1829 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1833 {
}
movieClip 1834 {
instance of movieClip 1833 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1836 {
}
movieClip 1838 {
}
movieClip 1840 {
}
movieClip 1843 {
}
movieClip 1844 {
instance of movieClip 1843 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1846 {
}
movieClip 1849 {
}
movieClip 1850 {
instance of movieClip 1849 {
onClipEvent (load) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
onClipEvent (enterFrame) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
}
}
movieClip 1852 {
}
movieClip 1854 {
}
movieClip 1856 {
}
movieClip 1857 {
instance hat_front of movieClip 1856 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1859 {
}
movieClip 1860 {
instance tie of movieClip 1859 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1863 {
}
movieClip 1864 {
instance of movieClip 1863 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 1866 {
}
movieClip 1867 {
instance pantuB of movieClip 1866 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1869 {
}
movieClip 1870 {
instance pantuA of movieClip 1869 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1872 {
}
movieClip 1873 {
instance pantuC of movieClip 1872 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1875 {
}
movieClip 1876 {
instance skirt_front of movieClip 1875 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1878 {
}
movieClip 1880 {
}
movieClip 1893 {
frame 1 {
this.stop();
}
instance of movieClip 1880 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 17 {
this.stop();
}
}
movieClip 1895 {
}
movieClip 1906 {
frame 1 {
this.stop();
}
instance of movieClip 1895 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 1908 {
}
movieClip 1918 {
frame 1 {
this.stop();
}
instance of movieClip 1908 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 14 {
this.stop();
}
}
movieClip 1920 {
}
movieClip 1933 {
frame 1 {
this.stop();
}
instance of movieClip 1920 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 16 {
this.stop();
}
}
movieClip 1935 {
}
movieClip 1947 {
frame 1 {
this.stop();
}
instance of movieClip 1935 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 16 {
this.stop();
}
}
movieClip 1949 {
}
movieClip 1950 {
instance of movieClip 1893 {
onClipEvent (load) {
if (_root.GO02_cumA05 == 1) {
_root.GO02_cumA05 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_cumA05 == 1) {
_root.GO02_cumA05 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 1906 {
onClipEvent (load) {
if (_root.GO02_cumA04 == 1) {
_root.GO02_cumA04 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_cumA04 == 1) {
_root.GO02_cumA04 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 1918 {
onClipEvent (load) {
if (_root.GO02_cumA03 == 1) {
_root.GO02_cumA03 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_cumA03 == 1) {
_root.GO02_cumA03 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 1933 {
onClipEvent (load) {
if (_root.GO02_cumA02 == 1) {
_root.GO02_cumA02 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_cumA02 == 1) {
_root.GO02_cumA02 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 1947 {
onClipEvent (load) {
if (_root.GO02_cumA01 == 1) {
_root.GO02_cumA01 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_cumA01 == 1) {
_root.GO02_cumA01 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
}
movieClip 1951 {
}
movieClip 1953 {
}
movieClip 1955 {
}
movieClip 1965 {
frame 1 {
this.stop();
}
instance of movieClip 1955 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 1967 {
}
movieClip 1974 {
frame 1 {
this.stop();
}
instance of movieClip 1967 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 1976 {
}
movieClip 1985 {
frame 1 {
this.stop();
}
instance of movieClip 1976 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 1987 {
}
movieClip 1994 {
frame 1 {
this.stop();
}
instance of movieClip 1987 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 1996 {
}
movieClip 2003 {
frame 1 {
this.stop();
}
instance of movieClip 1996 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2004 {
instance of movieClip 1965 {
onClipEvent (load) {
if (_root.GO02_sioA05 == 1) {
_root.GO02_sioA05 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_sioA05 == 1) {
_root.GO02_sioA05 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 1974 {
onClipEvent (load) {
if (_root.GO02_sioA04 == 1) {
_root.GO02_sioA04 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_sioA04 == 1) {
_root.GO02_sioA04 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 1985 {
onClipEvent (load) {
if (_root.GO02_sioA03 == 1) {
_root.GO02_sioA03 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_sioA03 == 1) {
_root.GO02_sioA03 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 1994 {
onClipEvent (load) {
if (_root.GO02_sioA02 == 1) {
_root.GO02_sioA02 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_sioA02 == 1) {
_root.GO02_sioA02 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 2003 {
onClipEvent (load) {
if (_root.GO02_sioA01 == 1) {
_root.GO02_sioA01 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_sioA01 == 1) {
_root.GO02_sioA01 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
}
movieClip 2006 {
}
movieClip 2007 {
}
movieClip 2008 {
instance of movieClip 2007 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 2009 {
}
movieClip 2011 {
}
movieClip 2012 {
}
movieClip 2013 {
}
movieClip 2014 {
frame 1 {
this.stop();
}
instance of movieClip 2009 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 2015 {
instance of movieClip 2014 {
onClipEvent (enterFrame) {
if (_root.breath == 1) {
_root.breath = 0;
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
this.gotoAndPlay('play01');
break;
case 2:
this.gotoAndPlay('play02');
break;
case 3:
this.gotoAndPlay('play03');
break;
default:
}
}
}
}
}
movieClip 2016 {
}
movieClip 2018 {
}
movieClip 2022 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 2024 {
}
movieClip 2025 {
instance of movieClip 2022 {
onClipEvent (enterFrame) {
if (_root.sibuki == 1) {
_root.sibuki = 0;
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
this.gotoAndPlay('sibuki01');
break;
case 2:
this.gotoAndPlay('sibuki02');
break;
case 3:
this.gotoAndPlay('sibuki03');
break;
default:
}
}
}
}
}
movieClip 2033 {
frame 1 {
this.stop();
}
instance of movieClip 1849 {
onClipEvent (load) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
onClipEvent (enterFrame) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
}
}
movieClip 2037 {
}
movieClip 2038 {
}
movieClip 2040 {
}
movieClip 2042 {
}
movieClip 2044 {
}
movieClip 2046 {
}
movieClip 2048 {
}
movieClip 2050 {
}
movieClip 2052 {
}
movieClip 2054 {
}
movieClip 2056 {
}
movieClip 2058 {
}
movieClip 2059 {
instance of movieClip 1849 {
onClipEvent (load) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
onClipEvent (enterFrame) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
}
frame 10 {
this.stop();
}
}
movieClip 2073 {
frame 1 {
this.stop();
}
instance of movieClip 1849 {
onClipEvent (load) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
onClipEvent (enterFrame) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
}
}
movieClip 2083 {
frame 1 {
this.stop();
}
instance of movieClip 1849 {
onClipEvent (load) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
onClipEvent (enterFrame) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
}
}
movieClip 2125 {
}
movieClip 2126 {
instance of movieClip 2125 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2130 {
}
movieClip 2131 {
instance of movieClip 2130 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2135 {
}
movieClip 2136 {
instance of movieClip 2135 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2138 {
}
movieClip 2325 {
}
movieClip 2329 {
frame 1 {
this.stop();
}
instance of movieClip 1849 {
onClipEvent (load) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
onClipEvent (enterFrame) {
if (this._alpha != _root.GO02_face_namida) {
this._alpha = _root.GO02_face_namida;
}
}
}
}
movieClip 2395 {
frame 1 {
this.stop();
}
frame 2 {
_root.GO02_face_namida = 0;
_root.GO02_face_eyelight = 0;
_root.se_select_A = 0;
_root.se_select_B = 0;
}
frame 2 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 0, 'h': 60};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 5;
M_HEIGHT = 5;
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 14 {
_root.GO02face_shock = 1;
_root.voice_aegi();
}
frame 62 {
if (_root.GO02_face_namida <= 70) {
_root.GO02_face_namida += 10;
}
_root.GO02face_shock = 2;
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.voice_aegi();
_root.adddamage_or_org_GO(1);
if (_root.HP <= 2) {
_root.HP = 2;
}
}
frame 81 {
if (_root.GO02_face_namida <= 70) {
_root.GO02_face_namida += 10;
}
if (_root.se_select_A != 2) {
_root.se_select_A = 2;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.voice_aegi();
_root.adddamage_or_org_GO(1);
if (_root.HP <= 2) {
_root.HP = 2;
}
}
frame 92 {
if (_root.gallery_mode_on == 0) {
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
this.gotoAndPlay('finish');
break;
default:
}
} else {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay('finish');
} else {
switch (_root.Gyarare_speed) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
this.gotoAndPlay('finish');
break;
default:
}
break;
default:
}
}
}
}
frame 100 {
if (_root.GO02_face_namida <= 70) {
_root.GO02_face_namida += 10;
}
if (_root.se_select_A != 3) {
_root.se_select_A = 3;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.voice_aegi();
_root.adddamage_or_org_GO(1);
if (_root.HP <= 2) {
_root.HP = 2;
}
}
frame 108 {
if (_root.gallery_mode_on == 0) {
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
this.gotoAndPlay('finish');
break;
default:
}
} else {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay('finish');
} else {
switch (_root.Gyarare_speed) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
this.gotoAndPlay('finish');
break;
default:
}
break;
default:
}
}
}
}
frame 114 {
if (_root.GO02_face_namida <= 70) {
_root.GO02_face_namida += 10;
}
if (_root.se_select_A != 4) {
_root.se_select_A = 4;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.voice_aegi();
_root.adddamage_or_org_GO(1);
if (_root.HP <= 2) {
_root.HP = 2;
}
}
frame 119 {
if (_root.gallery_mode_on == 0) {
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
this.gotoAndPlay('finish');
break;
default:
}
} else {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay('finish');
} else {
switch (_root.Gyarare_speed) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
this.gotoAndPlay('finish');
break;
default:
}
break;
default:
}
}
}
}
frame 120 {
_root.GO02face_shock = 1;
}
frame 128 {
_root.GO02_cumA01 = 1;
_root.GO02_cumA02 = 1;
_root.GO02_cumA03 = 1;
_root.GO02_cumA04 = 1;
_root.GO02_cumA05 = 1;
_root.GO02_face_eyelight = 1;
if (_root.se_select_A != 5) {
_root.se_select_A = 5;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_finish(_root.se_select_B);
_root.adddamage_or_orgF_GO(1);
if (_root.gallery_mode_on == 1) {
if (_root.pleasure < 300) {
_root.Gwait_pattern = 3;
} else {
if (_root.pleasure >= 300) {
_root.Gwait_pattern = 5;
}
}
}
if (_root.HP <= 2) {
_root.HP = 2;
}
}
frame 134 {
if (_root.se_select_A != 5) {
_root.se_select_A = 5;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_finish(_root.se_select_B);
}
frame 144 {
_root.GO02_cumA01 = 1;
_root.GO02_cumA02 = 1;
_root.GO02_cumA03 = 1;
_root.GO02_cumA04 = 1;
_root.GO02_cumA05 = 1;
if (_root.se_select_A != 5) {
_root.se_select_A = 5;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_finish(_root.se_select_B);
}
frame 166 {
_root.GO02_cumA01 = 0;
_root.GO02_cumA02 = 0;
_root.GO02_cumA03 = 0;
_root.GO02_cumA04 = 0;
_root.GO02_cumA05 = 0;
if (_root.gallery_mode_on == 0) {
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
this.gotoAndPlay('finish');
break;
default:
}
} else {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay('finish');
} else {
switch (_root.Gyarare_speed) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
this.gotoAndPlay('finish');
break;
default:
}
break;
default:
}
}
}
}
frame 175 {
_root.GO02_sioA01 = 1;
_root.GO02_sioA02 = 1;
_root.GO02_sioA03 = 1;
_root.GO02_sioA04 = 1;
_root.GO02_sioA05 = 1;
if (_root.finising == 1) {
_root.GO02_cumA01 = 1;
_root.GO02_cumA02 = 1;
_root.GO02_cumA03 = 1;
_root.GO02_cumA04 = 1;
_root.GO02_cumA05 = 1;
}
if (_root.se_select_A != 10) {
_root.se_select_A = 10;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.voice_org();
}
frame 192 {
_root.GO02_sioA01 = 1;
_root.GO02_sioA02 = 1;
_root.GO02_sioA03 = 1;
_root.GO02_sioA04 = 1;
_root.GO02_sioA05 = 1;
if (_root.finising == 1) {
_root.GO02_cumA01 = 1;
_root.GO02_cumA02 = 1;
_root.GO02_cumA03 = 1;
_root.GO02_cumA04 = 1;
_root.GO02_cumA05 = 1;
}
if (_root.se_select_A != 10) {
_root.se_select_A = 10;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
}
frame 225 {
_root.GO02_sioA01 = 0;
_root.GO02_sioA02 = 0;
_root.GO02_sioA03 = 0;
_root.GO02_sioA04 = 0;
_root.GO02_sioA05 = 0;
_root.pleasure = 1;
if (_root.gallery_mode_on == 0) {
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
this.gotoAndPlay('finish');
break;
default:
}
} else {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay('finish');
} else {
switch (_root.Gyarare_speed) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
this.gotoAndPlay('loop01');
break;
case 2:
this.gotoAndPlay('loop02');
break;
case 3:
this.gotoAndPlay('loop03');
break;
case 4:
this.gotoAndPlay('finish');
break;
default:
}
break;
default:
}
}
}
}
}
movieClip 2398 {
}
movieClip 2400 {
}
movieClip 2401 {
}
movieClip 2402 {
}
movieClip 2403 {
}
movieClip 2405 {
frame 1 {
this.stop();
}
instance of movieClip 2403 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 2406 {
instance MC2 of movieClip 2405 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2405 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2407 {
}
movieClip 2408 {
}
movieClip 2409 {
frame 1 {
this.stop();
}
instance of movieClip 2407 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 18 {
this._parent._parent.simikomiMC.MC2._x = this._x;
this._parent._parent.simikomiMC.MC2._y = this._y;
this._parent._parent.simikomiMC.MC2._xscale = sitatari_scale;
this._parent._parent.simikomiMC.MC2._yscale = sitatari_scale;
this._parent._parent.simikomiMC.MC2.gotoAndPlay(2);
this.gotoAndStop(1);
}
}
movieClip 2410 {
frame 1 {
this.stop();
}
instance of movieClip 2407 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 12 {
this._parent._parent.simikomiMC.MC._x = this._x;
this._parent._parent.simikomiMC.MC._y = this._y;
this._parent._parent.simikomiMC.MC._xscale = sitatari_scale;
this._parent._parent.simikomiMC.MC._yscale = sitatari_scale;
this._parent._parent.simikomiMC.MC.gotoAndPlay(2);
this.gotoAndStop(1);
}
}
movieClip 2411 {
instance MC2 of movieClip 2409 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2410 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2413 {
frame 1 {
this.stop();
}
}
movieClip 2414 {
instance skirt_back of movieClip 2413 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2415 {
frame 1 {
this.stop();
}
}
movieClip 2416 {
instance cloak of movieClip 2415 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2418 {
frame 1 {
this.stop();
}
}
movieClip 2419 {
instance collar_back of movieClip 2418 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2421 {
frame 1 {
this.stop();
}
}
movieClip 2422 {
instance hat_back of movieClip 2421 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2424 {
}
movieClip 2425 {
}
movieClip 2428 {
frame 1 {
this.stop();
}
}
movieClip 2429 {
instance left_forearm of movieClip 2428 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2431 {
}
movieClip 2434 {
}
movieClip 2435 {
instance of movieClip 2434 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2437 {
}
movieClip 2439 {
frame 1 {
this.stop();
}
}
movieClip 2440 {
instance breast_wear of movieClip 2439 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2443 {
frame 1 {
this.stop();
}
}
movieClip 2444 {
instance left_arm of movieClip 2443 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2446 {
}
movieClip 2449 {
}
movieClip 2450 {
instance of movieClip 2449 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2452 {
}
movieClip 2454 {
}
movieClip 2457 {
}
movieClip 2458 {
instance of movieClip 2457 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2460 {
}
movieClip 2463 {
frame 1 {
this.stop();
}
}
movieClip 2465 {
frame 1 {
this.stop();
}
}
movieClip 2466 {
instance right_foot of movieClip 2463 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 2465 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2469 {
frame 1 {
this.stop();
}
}
movieClip 2470 {
instance right_shin of movieClip 2469 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2473 {
frame 1 {
this.stop();
}
}
movieClip 2475 {
}
movieClip 2476 {
instance right_thigh of movieClip 2473 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 2475 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2478 {
}
movieClip 2481 {
frame 1 {
this.stop();
}
}
movieClip 2483 {
frame 1 {
this.stop();
}
}
movieClip 2484 {
instance left_foot of movieClip 2481 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 2483 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2487 {
frame 1 {
this.stop();
}
}
movieClip 2488 {
instance left_shin of movieClip 2487 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2491 {
frame 1 {
this.stop();
}
}
movieClip 2493 {
}
movieClip 2494 {
instance left_thigh of movieClip 2491 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 2493 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2496 {
}
movieClip 2499 {
}
movieClip 2500 {
instance of movieClip 2499 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2502 {
frame 1 {
this.stop();
}
}
movieClip 2503 {
instance pantuB of movieClip 2502 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2505 {
frame 1 {
this.stop();
}
}
movieClip 2506 {
instance pantuA of movieClip 2505 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2508 {
frame 1 {
this.stop();
}
}
movieClip 2509 {
instance pantuC of movieClip 2508 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2511 {
frame 1 {
this.stop();
}
}
movieClip 2512 {
instance skirt_frontB of movieClip 2511 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2514 {
frame 1 {
this.stop();
}
}
movieClip 2515 {
instance skirt_front of movieClip 2514 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2517 {
}
movieClip 2518 {
}
movieClip 2520 {
}
movieClip 2522 {
frame 1 {
this.stop();
}
}
movieClip 2523 {
instance collar_left of movieClip 2522 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2525 {
frame 1 {
this.stop();
}
}
movieClip 2526 {
instance collar_right of movieClip 2525 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2527 {
frame 1 {
this.stop();
}
}
movieClip 2529 {
}
movieClip 2530 {
frame 1 {
this.stop();
}
}
movieClip 2531 {
instance tie of movieClip 2530 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2533 {
}
movieClip 2537 {
}
movieClip 2540 {
}
movieClip 2542 {
instance of movieClip 2540 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2544 {
frame 1 {
this.stop();
}
}
movieClip 2545 {
instance hat_front of movieClip 2544 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2547 {
}
movieClip 2549 {
}
movieClip 2551 {
}
movieClip 2553 {
}
movieClip 2555 {
}
movieClip 2557 {
}
movieClip 2559 {
}
movieClip 2561 {
}
movieClip 2563 {
}
movieClip 2565 {
}
movieClip 2566 {
}
movieClip 2567 {
}
movieClip 2568 {
}
movieClip 2569 {
instance of movieClip 2568 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2570 {
}
movieClip 2571 {
}
movieClip 2572 {
}
movieClip 2573 {
instance of movieClip 2572 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2574 {
}
movieClip 2575 {
}
movieClip 2576 {
instance renderb of movieClip 2575 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 2577 {
}
movieClip 2579 {
}
movieClip 2580 {
}
movieClip 2581 {
}
movieClip 2582 {
frame 1 {
this.stop();
}
instance of movieClip 2577 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 2583 {
instance MC of movieClip 2582 {
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (this._currentframe != 1) {
this.play();
}
if (_root.breath == 1) {
_root.breath = 0;
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
this.gotoAndPlay('play01');
break;
case 2:
this.gotoAndPlay('play02');
break;
case 3:
this.gotoAndPlay('play03');
break;
default:
}
}
} else {
this.stop();
}
}
}
}
movieClip 2585 {
}
movieClip 2587 {
}
movieClip 2593 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 2594 {
instance MC of movieClip 2593 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2595 {
}
movieClip 2596 {
frame 1 {
this.stop();
}
}
movieClip 2597 {
}
movieClip 2598 {
}
movieClip 2599 {
}
movieClip 2600 {
}
movieClip 2601 {
}
movieClip 2602 {
}
movieClip 2603 {
}
movieClip 2605 {
}
movieClip 2606 {
}
movieClip 2607 {
}
movieClip 2608 {
}
movieClip 2609 {
frame 1 {
this.stop();
}
instance of movieClip 2596 {
onClipEvent (enterFrame) {
if (_root.escape_on == 1 && _root.now_pause == 0) {
if ((Key.isDown(_root.key_left) || Key.isDown(65)) && (Key.isDown(_root.key_right) || Key.isDown(68))) {
} else {
if ((Key.isDown(_root.key_left) || Key.isDown(65)) && _root.escape_BTsave != 1 && _root.escape_count < 100) {
_root.escape_BTsave = 1;
_root.escape_count += 3;
if (_root.escape_count >= 100) {
_root.escape_count = 100;
}
} else {
if ((Key.isDown(_root.key_right) || Key.isDown(68)) && _root.escape_BTsave != 2 && _root.escape_count < 100) {
_root.escape_BTsave = 2;
_root.escape_count += 3;
if (_root.escape_count >= 100) {
_root.escape_count = 100;
}
}
}
}
if (_root.escape_wait_count >= _root.escape_wait) {
_root.escape_wait_count = 0;
if (_root.escape_count > 0) {
if (_root.easy_escape != 1) {
_root.escape_count -= _root.escape_resist;
}
} else {
if (_root.escape_count <= 0) {
_root.escape_count = 0;
}
}
} else {
_root.escape_wait_count += 1;
}
if (_root.HP <= 1) {
_root.escape_count = 1;
}
this.gotoAndStop(_root.escape_count);
if (_root.escape_count >= 100) {
_root.escape_on = 0;
_root.escape_count = 1;
_root.escape_resist += 3;
if (_root.escape_resist > 100) {
_root.escape_resist = 100;
}
_root.escape_resist_E += 0.5;
if (_root.escape_resist_E > 2) {
_root.escape_resist_E = 2;
}
_root.escape_wait -= 3;
if (_root.escape_wait < 4) {
_root.escape_wait = 4;
}
_root.player.gotoAndStop('escape');
this._parent._parent._parent.gotoAndStop(1);
}
if ((Key.isDown(67) || Key.isDown(13)) && (_root.fire_magic >= 1 || _root.fire_magic == '∞') && _root.HP >= 2) {
if (_root.fire_magic != '∞') {
_root.fire_magic -= 1;
}
_root.escape_on = 0;
_root.escape_count = 1;
_root.player.gotoAndStop('escape_bomb');
this._parent._parent._parent.gotoAndStop(1);
}
}
}
}
instance of movieClip 2603 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 2608 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2612 {
}
movieClip 2614 {
instance of movieClip 2540 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2638 {
}
movieClip 2640 {
instance of movieClip 2540 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2644 {
}
movieClip 2672 {
frame 1 {
this.stop();
}
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 2673 {
instance MC of movieClip 2672 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2675 {
}
movieClip 2681 {
frame 1 {
this.stop();
}
}
movieClip 2682 {
instance MC of movieClip 2681 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2691 {
}
movieClip 2693 {
instance of movieClip 2540 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2697 {
}
movieClip 2699 {
}
movieClip 2701 {
instance of movieClip 2540 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2710 {
}
movieClip 2712 {
instance of movieClip 2540 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2713 {
frame 1 {
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.game_over_NG = 1;
_root.now_yarare = 2;
_root.escape_on = 1;
enemy_num = 2;
AorB = 'A';
cum_func = function () {
cumA.MC.gotoAndPlay(2);
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
cumB.MC.gotoAndPlay('cum01');
break;
case 2:
cumB.MC.gotoAndPlay('cum02');
break;
case 3:
cumB.MC.gotoAndPlay('cum03');
break;
case 4:
cumB.MC.gotoAndPlay('cum04');
break;
case 5:
cumB.MC.gotoAndPlay('cum05');
break;
default:
}
};
sitatari_func = function () {
if (sitatariMC.MC._currentframe == 1) {
sitatariMC.MC._x = Math.floor(Math.random() * 9) - 4;
sitatariMC.MC._y = Math.floor(Math.random() * 6) - 3;
sitatariMC.MC.sitatari_scale = Math.floor(Math.random() * 130) + 20;
sitatariMC.MC._xscale = sitatariMC.MC.sitatari_scale;
sitatariMC.MC.gotoAndPlay(2);
}
if (sitatariMC.MC2._currentframe == 1) {
sitatariMC.MC2._x = Math.floor(Math.random() * 9) - 4;
sitatariMC.MC2._y = Math.floor(Math.random() * 6) - 3;
sitatariMC.MC2.sitatari_scale = Math.floor(Math.random() * 130) + 20;
sitatariMC.MC2._xscale = sitatariMC.MC2.sitatari_scale;
switch (Math.floor(Math.random() * 4) + 1) {
break;
case 1:
case 2:
sitatariMC.MC2.gotoAndPlay('go1');
break;
case 3:
sitatariMC.MC2.gotoAndPlay('go2');
break;
case 4:
sitatariMC.MC2.gotoAndPlay('go3');
break;
default:
}
}
};
sibuki_func = function () {
if (sibukiMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
sibukiMC.MC.gotoAndPlay('sibuki01');
break;
case 2:
sibukiMC.MC.gotoAndPlay('sibuki02');
break;
case 3:
sibukiMC.MC.gotoAndPlay('sibuki03');
break;
default:
}
}
};
breath_func = function () {
if (breathMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
breathMC.MC.gotoAndPlay('play01');
break;
case 2:
breathMC.MC.gotoAndPlay('play02');
break;
case 3:
breathMC.MC.gotoAndPlay('play03');
break;
default:
}
}
};
}
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 0, 'h': 60};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 5;
M_HEIGHT = 5;
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();
};
}
instance of movieClip 2609 {
onClipEvent (load) {
if (_root.gallery_mode_on == 1) {
this.gotoAndStop(2);
}
}
}
frame 18 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 50 {
_root.loop_point = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 61 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 80 {
_root.loop_point = 1;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 90 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 98 {
_root.loop_point = 2;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 105 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 110 {
_root.loop_point = 3;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 114 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 117 {
_root.loop_point = 4;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 118 {
_root.escape_stop();
_root.hint_message = 'å°„ç²¾ã•ã‚Œã¾ã—ãŸâ€¦â€¦';
}
frame 127 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_finish(_root.se_select_B);
_root.adddamage_or_orgF(enemy_num, AorB);
if (_root.gallery_mode_on == 1) {
if (_root.pleasure < 300) {
_root.Gwait_pattern = 3;
} else {
if (_root.pleasure >= 300) {
_root.Gwait_pattern = 5;
}
}
}
cum_func();
sitatari_func();
sibuki_func();
}
frame 133 {
_root.SEstart_finish(_root.se_select_B);
}
frame 151 {
_root.SEstart_finish(_root.se_select_B);
cum_func();
sitatari_func();
}
frame 160 {
_root.game_over_NG = 0;
}
frame 161 {
_root.blackouter01.gotoAndPlay('blackout');
}
frame 173 {
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_finish_end(this._parent._name);
_root.loop_point = 5;
_root.yarare_speedChange(this._parent._name);
this._parent.gotoAndStop(1);
}
frame 174 {
_root.func_message_org01();
_root.escape_stop();
if (_root.finising == 1) {
_root.hint_message = 'å°„ç²¾ã¨åŒæ™‚ã«çµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦';
} else {
_root.hint_message = 'çµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦';
}
}
frame 184 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
if (_root.finising == 1) {
cum_func();
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
sitatari_func();
sibuki_func();
breath_func();
}
frame 190 {
if (_root.finising == 1) {
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
}
frame 207 {
if (_root.finising == 1) {
cum_func();
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
sitatari_func();
sibuki_func();
breath_func();
}
frame 213 {
if (_root.finising == 1) {
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
}
frame 225 {
_root.game_over_NG = 0;
sitatari_func();
}
frame 230 {
if (_root.finising == 1) {
_root.blackouter01.gotoAndPlay('blackout');
}
}
frame 241 {
_root.se_select_A = 0;
_root.se_select_B = 0;
if (_root.finising == 1) {
_root.yarare_finish_end(this._parent._name);
_root.loop_point = 5;
_root.yarare_speedChange(this._parent._name);
this._parent.gotoAndStop(1);
} else {
_root.pleasure = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 2714 {
frame 1 {
this.stop();
}
}
movieClip 2717 {
}
movieClip 2718 {
}
movieClip 2719 {
}
movieClip 2720 {
}
movieClip 2721 {
}
movieClip 2722 {
}
movieClip 2723 {
}
movieClip 2724 {
instance of movieClip 2723 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2725 {
}
movieClip 2726 {
}
movieClip 2727 {
}
movieClip 2728 {
instance of movieClip 2727 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2729 {
}
movieClip 2730 {
}
movieClip 2731 {
}
movieClip 2733 {
}
movieClip 2735 {
}
movieClip 2737 {
}
movieClip 2739 {
}
movieClip 2741 {
}
movieClip 2747 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 2748 {
instance MC of movieClip 2747 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2751 {
frame 1 {
this.stop();
}
}
movieClip 2753 {
frame 1 {
this.stop();
}
}
movieClip 2754 {
instance right_foot of movieClip 2751 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 2753 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2757 {
frame 1 {
this.stop();
}
}
movieClip 2758 {
instance right_shin of movieClip 2757 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2761 {
frame 1 {
this.stop();
}
}
movieClip 2762 {
instance right_thigh of movieClip 2761 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2763 {
}
movieClip 2765 {
frame 1 {
this.stop();
}
instance of movieClip 2763 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 2766 {
instance MC2 of movieClip 2765 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2765 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2767 {
}
movieClip 2768 {
}
movieClip 2769 {
frame 1 {
this.stop();
}
instance of movieClip 2767 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 18 {
this._parent._parent.simikomiMC.MC2._x = this._x;
this._parent._parent.simikomiMC.MC2._y = this._y;
this._parent._parent.simikomiMC.MC2._xscale = sitatari_scale;
this._parent._parent.simikomiMC.MC2._yscale = sitatari_scale;
this._parent._parent.simikomiMC.MC2.gotoAndPlay(2);
this.gotoAndStop(1);
}
}
movieClip 2770 {
frame 1 {
this.stop();
}
instance of movieClip 2767 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 12 {
this._parent._parent.simikomiMC.MC._x = this._x;
this._parent._parent.simikomiMC.MC._y = this._y;
this._parent._parent.simikomiMC.MC._xscale = sitatari_scale;
this._parent._parent.simikomiMC.MC._yscale = sitatari_scale;
this._parent._parent.simikomiMC.MC.gotoAndPlay(2);
this.gotoAndStop(1);
}
}
movieClip 2771 {
instance MC2 of movieClip 2769 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2770 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2774 {
frame 1 {
this.stop();
}
}
movieClip 2776 {
frame 1 {
this.stop();
}
}
movieClip 2777 {
instance left_foot of movieClip 2774 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 2776 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2780 {
frame 1 {
this.stop();
}
}
movieClip 2781 {
instance left_shin of movieClip 2780 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2784 {
frame 1 {
this.stop();
}
}
movieClip 2785 {
instance left_thigh of movieClip 2784 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2787 {
frame 1 {
this.stop();
}
}
movieClip 2788 {
instance skirt_back of movieClip 2787 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2791 {
}
movieClip 2792 {
instance of movieClip 2791 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2795 {
}
movieClip 2796 {
instance of movieClip 2795 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2798 {
}
movieClip 2801 {
frame 1 {
this.stop();
}
}
movieClip 2802 {
instance right_arm of movieClip 2801 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2805 {
frame 1 {
this.stop();
}
}
movieClip 2806 {
instance right_forearm of movieClip 2805 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2809 {
frame 1 {
this.stop();
}
}
movieClip 2810 {
instance right_hand of movieClip 2809 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2811 {
frame 1 {
this.stop();
}
}
movieClip 2812 {
instance breast_wear_back of movieClip 2811 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2814 {
}
movieClip 2817 {
}
movieClip 2818 {
instance of movieClip 2817 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2820 {
}
movieClip 2822 {
frame 1 {
this.stop();
}
}
movieClip 2823 {
instance pantu of movieClip 2822 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2825 {
frame 1 {
this.stop();
}
}
movieClip 2826 {
instance skirt_front of movieClip 2825 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2827 {
frame 1 {
this.stop();
}
}
movieClip 2828 {
instance hat_back of movieClip 2827 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2829 {
}
movieClip 2830 {
}
movieClip 2831 {
}
movieClip 2832 {
}
movieClip 2833 {
instance of movieClip 2832 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2835 {
}
movieClip 2837 {
frame 1 {
this.stop();
}
}
movieClip 2838 {
instance collar_back of movieClip 2837 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2841 {
frame 1 {
this.stop();
}
}
movieClip 2842 {
instance left_arm of movieClip 2841 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2845 {
frame 1 {
this.stop();
}
}
movieClip 2846 {
instance left_forearm of movieClip 2845 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2849 {
frame 1 {
this.stop();
}
}
movieClip 2850 {
instance left_hand of movieClip 2849 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2852 {
frame 1 {
this.stop();
}
}
movieClip 2853 {
frame 1 {
this.stop();
}
instance breast_wear of movieClip 2852 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2855 {
frame 1 {
this.stop();
}
}
movieClip 2856 {
instance cloak of movieClip 2855 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2858 {
}
movieClip 2861 {
}
movieClip 2864 {
}
movieClip 2866 {
instance of movieClip 2864 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2867 {
frame 1 {
this.stop();
}
}
movieClip 2868 {
instance hat_back of movieClip 2867 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2869 {
}
movieClip 2871 {
}
movieClip 2873 {
}
movieClip 2875 {
}
movieClip 2876 {
}
movieClip 2877 {
}
movieClip 2878 {
}
movieClip 2879 {
}
movieClip 2881 {
}
movieClip 2882 {
}
movieClip 2883 {
}
movieClip 2884 {
frame 1 {
this.stop();
}
instance of movieClip 2879 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 2885 {
instance MC of movieClip 2884 {
onClipEvent (enterFrame) {
if (_root.now_pause == 0) {
if (this._currentframe != 1) {
this.play();
}
if (_root.breath == 1) {
_root.breath = 0;
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
this.gotoAndPlay('play01');
break;
case 2:
this.gotoAndPlay('play02');
break;
case 3:
this.gotoAndPlay('play03');
break;
default:
}
}
} else {
this.stop();
}
}
}
}
movieClip 2886 {
}
movieClip 2887 {
frame 1 {
this.stop();
}
}
movieClip 2888 {
}
movieClip 2889 {
}
movieClip 2890 {
}
movieClip 2891 {
}
movieClip 2892 {
}
movieClip 2893 {
}
movieClip 2894 {
}
movieClip 2896 {
}
movieClip 2897 {
}
movieClip 2898 {
}
movieClip 2899 {
}
movieClip 2900 {
frame 1 {
this.stop();
}
instance of movieClip 2887 {
onClipEvent (enterFrame) {
if (_root.escape_on == 1 && _root.now_pause == 0) {
if ((Key.isDown(_root.key_left) || Key.isDown(65)) && (Key.isDown(_root.key_right) || Key.isDown(68))) {
} else {
if ((Key.isDown(_root.key_left) || Key.isDown(65)) && _root.escape_BTsave != 1 && _root.escape_count < 100) {
_root.escape_BTsave = 1;
_root.escape_count += 3;
if (_root.escape_count >= 100) {
_root.escape_count = 100;
}
} else {
if ((Key.isDown(_root.key_right) || Key.isDown(68)) && _root.escape_BTsave != 2 && _root.escape_count < 100) {
_root.escape_BTsave = 2;
_root.escape_count += 3;
if (_root.escape_count >= 100) {
_root.escape_count = 100;
}
}
}
}
if (_root.escape_wait_count >= _root.escape_wait) {
_root.escape_wait_count = 0;
if (_root.escape_count > 0) {
if (_root.easy_escape != 1) {
_root.escape_count -= _root.escape_resist;
}
} else {
if (_root.escape_count <= 0) {
_root.escape_count = 0;
}
}
} else {
_root.escape_wait_count += 1;
}
if (_root.HP <= 1) {
_root.escape_count = 1;
}
this.gotoAndStop(_root.escape_count);
if (_root.escape_count >= 100) {
_root.escape_on = 0;
_root.escape_count = 1;
_root.escape_resist += 3;
if (_root.escape_resist > 100) {
_root.escape_resist = 100;
}
_root.escape_resist_E += 0.5;
if (_root.escape_resist_E > 2) {
_root.escape_resist_E = 2;
}
_root.escape_wait -= 3;
if (_root.escape_wait < 4) {
_root.escape_wait = 4;
}
_root.player.gotoAndStop('escape');
this._parent._parent._parent.gotoAndStop(1);
}
if ((Key.isDown(67) || Key.isDown(13)) && (_root.fire_magic >= 1 || _root.fire_magic == '∞') && _root.HP >= 2) {
if (_root.fire_magic != '∞') {
_root.fire_magic -= 1;
}
_root.escape_on = 0;
_root.escape_count = 1;
_root.player.gotoAndStop('escape_bomb');
this._parent._parent._parent.gotoAndStop(1);
}
}
}
}
instance of movieClip 2894 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 2899 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2903 {
}
movieClip 2905 {
instance of movieClip 2864 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2929 {
}
movieClip 2931 {
instance of movieClip 2864 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2935 {
}
movieClip 2963 {
frame 1 {
this.stop();
}
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 2964 {
instance MC of movieClip 2963 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2966 {
}
movieClip 2972 {
frame 1 {
this.stop();
}
}
movieClip 2973 {
instance MC of movieClip 2972 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2983 {
}
movieClip 2986 {
}
movieClip 2988 {
instance of movieClip 2864 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 2996 {
frame 1 {
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.game_over_NG = 1;
_root.now_yarare = 2;
_root.escape_on = 1;
enemy_num = 2;
AorB = 'B';
cum_func = function () {
cumA.MC.gotoAndPlay(2);
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
cumB.MC.gotoAndPlay('cum01');
break;
case 2:
cumB.MC.gotoAndPlay('cum02');
break;
case 3:
cumB.MC.gotoAndPlay('cum03');
break;
case 4:
cumB.MC.gotoAndPlay('cum04');
break;
case 5:
cumB.MC.gotoAndPlay('cum05');
break;
default:
}
};
sitatari_func = function () {
if (sitatariMC.MC._currentframe == 1) {
sitatariMC.MC._x = Math.floor(Math.random() * 9) - 4;
sitatariMC.MC._y = Math.floor(Math.random() * 6) - 3;
sitatariMC.MC.sitatari_scale = Math.floor(Math.random() * 130) + 20;
sitatariMC.MC._xscale = sitatariMC.MC.sitatari_scale;
sitatariMC.MC.gotoAndPlay(2);
}
if (sitatariMC.MC2._currentframe == 1) {
sitatariMC.MC2._x = Math.floor(Math.random() * 9) - 4;
sitatariMC.MC2._y = Math.floor(Math.random() * 6) - 3;
sitatariMC.MC2.sitatari_scale = Math.floor(Math.random() * 130) + 20;
sitatariMC.MC2._xscale = sitatariMC.MC2.sitatari_scale;
switch (Math.floor(Math.random() * 4) + 1) {
break;
case 1:
case 2:
sitatariMC.MC2.gotoAndPlay('go1');
break;
case 3:
sitatariMC.MC2.gotoAndPlay('go2');
break;
case 4:
sitatariMC.MC2.gotoAndPlay('go3');
break;
default:
}
}
};
sibuki_func = function () {
if (sibukiMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
sibukiMC.MC.gotoAndPlay('sibuki01');
break;
case 2:
sibukiMC.MC.gotoAndPlay('sibuki02');
break;
case 3:
sibukiMC.MC.gotoAndPlay('sibuki03');
break;
default:
}
}
};
breath_func = function () {
if (breathMC.MC._currentframe == 1) {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
breathMC.MC.gotoAndPlay('play01');
break;
case 2:
breathMC.MC.gotoAndPlay('play02');
break;
case 3:
breathMC.MC.gotoAndPlay('play03');
break;
default:
}
}
};
}
instance of movieClip 2900 {
onClipEvent (load) {
if (_root.gallery_mode_on == 1) {
this.gotoAndStop(2);
}
}
}
frame 18 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 50 {
_root.loop_point = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 61 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 80 {
_root.loop_point = 1;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 90 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 98 {
_root.loop_point = 2;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 105 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 110 {
_root.loop_point = 3;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 114 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(_root.se_select_B);
_root.adddamage_or_org(enemy_num, AorB);
sitatari_func();
sibuki_func();
}
frame 117 {
_root.loop_point = 4;
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_speedChange(this._parent._name);
}
frame 118 {
_root.escape_stop();
_root.hint_message = 'å°„ç²¾ã•ã‚Œã¾ã—ãŸâ€¦â€¦';
}
frame 127 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_finish(_root.se_select_B);
_root.adddamage_or_orgF(enemy_num, AorB);
if (_root.gallery_mode_on == 1) {
if (_root.pleasure < 300) {
_root.Gwait_pattern = 3;
} else {
if (_root.pleasure >= 300) {
_root.Gwait_pattern = 5;
}
}
}
cum_func();
sitatari_func();
sibuki_func();
}
frame 133 {
_root.SEstart_finish(_root.se_select_B);
}
frame 151 {
_root.SEstart_finish(_root.se_select_B);
cum_func();
sitatari_func();
}
frame 160 {
_root.game_over_NG = 0;
}
frame 161 {
_root.blackouter01.gotoAndPlay('blackout');
}
frame 173 {
_root.se_select_A = 0;
_root.se_select_B = 0;
_root.yarare_finish_end(this._parent._name);
_root.loop_point = 5;
_root.yarare_speedChange(this._parent._name);
this._parent.gotoAndStop(1);
}
frame 174 {
_root.func_message_org01();
_root.escape_stop();
if (_root.finising == 1) {
_root.hint_message = 'å°„ç²¾ã¨åŒæ™‚ã«çµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦';
} else {
_root.hint_message = 'çµ¶é ‚ã•ã›ã‚‰ã‚Œã¾ã—ãŸâ€¦â€¦';
}
}
frame 184 {
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
if (_root.finising == 1) {
cum_func();
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
sitatari_func();
sibuki_func();
breath_func();
}
frame 190 {
if (_root.finising == 1) {
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
}
frame 207 {
if (_root.finising == 1) {
cum_func();
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
sitatari_func();
sibuki_func();
breath_func();
}
frame 213 {
if (_root.finising == 1) {
_root.SEstart_finish(_root.se_select_B);
} else {
_root.SEstart_kutyu(_root.se_select_B);
}
}
frame 225 {
_root.game_over_NG = 0;
sitatari_func();
}
frame 230 {
if (_root.finising == 1) {
_root.blackouter01.gotoAndPlay('blackout');
}
}
frame 241 {
_root.se_select_A = 0;
_root.se_select_B = 0;
if (_root.finising == 1) {
_root.yarare_finish_end(this._parent._name);
_root.loop_point = 5;
_root.yarare_speedChange(this._parent._name);
this._parent.gotoAndStop(1);
} else {
_root.pleasure = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 2997 {
frame 1 {
this.stop();
}
}
movieClip 2999 {
}
movieClip 3001 {
}
movieClip 3003 {
}
movieClip 3005 {
}
movieClip 3007 {
}
movieClip 3009 {
}
movieClip 3011 {
}
movieClip 3013 {
}
movieClip 3015 {
}
movieClip 3017 {
}
movieClip 3019 {
}
movieClip 3021 {
}
movieClip 3023 {
}
movieClip 3025 {
}
movieClip 3027 {
}
movieClip 3029 {
}
movieClip 3031 {
}
movieClip 3033 {
}
movieClip 3035 {
}
movieClip 3037 {
}
movieClip 3039 {
}
movieClip 3041 {
}
movieClip 3043 {
}
movieClip 3045 {
}
movieClip 3047 {
}
movieClip 3049 {
}
movieClip 3051 {
}
movieClip 3053 {
}
movieClip 3055 {
}
movieClip 3057 {
}
movieClip 3059 {
}
movieClip 3061 {
}
movieClip 3063 {
}
movieClip 3065 {
}
movieClip 3067 {
}
movieClip 3069 {
}
movieClip 3071 {
}
movieClip 3073 {
}
movieClip 3075 {
}
movieClip 3077 {
}
movieClip 3079 {
}
movieClip 3081 {
}
movieClip 3083 {
}
movieClip 3086 {
}
// unknown tag 88 length 79
// unknown tag 88 length 79
movieClip 3093 {
instance of movieClip 3086 {
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);
}
}
}
}
// unknown tag 88 length 36
movieClip 3097 {
}
movieClip 3099 {
}
movieClip 3101 {
}
frame 2 {
this.gotoAndStop(1);
}
movieClip 3105 {
}
movieClip 3106 {
}
movieClip 3107 {
}
movieClip 3108 {
instance pause_stoper of movieClip 3107 {
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 3110 {
}
movieClip 3111 {
}
movieClip 3112 {
}
movieClip 3113 {
}
movieClip 3114 {
}
movieClip 3116 {
}
movieClip 3117 {
}
movieClip 3118 {
}
movieClip 3119 {
}
movieClip 3121 {
}
movieClip 3122 {
}
movieClip 3123 {
instance of movieClip 44 {
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.enemy1._x = 160;
this._parent._parent.gotoAndStop(1);
_root.enemy_stop[1] = 1;
}
}
}
}
}
}
movieClip 3124 {
}
movieClip 3125 {
}
movieClip 3126 {
}
movieClip 3127 {
}
// unknown tag 88 length 126
movieClip 3130 {
}
movieClip 3131 {
}
movieClip 3133 {
}
movieClip 3134 {
}
movieClip 3245 {
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:
if (_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) {
this.gotoAndPlay('attackC');
} else {
this.gotoAndPlay('attackA');
}
break;
default:
}
}
break;
case 2:
this.gotoAndPlay('attackA');
break;
case 3:
this.gotoAndPlay('attackB');
break;
case 4:
if (_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) {
this.gotoAndPlay('attackC');
} else {
this.gotoAndPlay('attackA');
}
break;
default:
}
break;
default:
this.gotoAndPlay('wait');
}
}
frame 30 {
sleep_on = 1;
}
instance of movieClip 3131 {
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 208 {
this.gotoAndPlay('wait');
}
}
movieClip 3247 {
}
movieClip 3248 {
}
movieClip 3249 {
}
movieClip 3250 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(1);
this.stop();
}
}
movieClip 3251 roper_wood {
instance enemy1 of movieClip 3250 {
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 <= -3000 || this._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
}
}
}
}
}
movieClip 3254 {
frame 2 {
this.stop();
}
}
movieClip 3275 fire_hit_effect {
frame 1 {
_root.se004.start();
}
instance of movieClip 3254 {
onClipEvent (load) {
this.gotoAndStop(2);
this._parent._x -= _root.move_speed;
}
onClipEvent (enterFrame) {
this._parent._x -= _root.move_speed;
if (_root.now_pause == 1 && this._parent._currentframe < 11) {
this._parent.stop();
} else {
if (this._parent._currentframe < 11) {
this._parent.play();
}
}
}
}
frame 12 {
this.removeMovieClip();
this.stop();
}
}
movieClip 3278 {
}
movieClip 3281 {
}
movieClip 3284 {
}
movieClip 3287 {
}
movieClip 3288 FB {
}
movieClip 3291 {
frame 2 {
this.stop();
}
}
movieClip 3293 {
}
movieClip 3294 {
instance of movieClip 3293 {
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 3295 {
frame 40 {
this.gotoAndPlay(1);
}
}
movieClip 3296 {
instance of movieClip 3291 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 13 {
this.stop();
}
}
movieClip 3299 {
frame 2 {
this.stop();
}
}
movieClip 3300 {
instance of movieClip 3299 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 3301 fire_bullet05 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 3300 {
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 + 1000) {
_root.fire_magic_on05 = 0;
this._parent.removeMovieClip();
}
this.FB.play();
} else {
this.FB.stop();
}
}
}
frame 5 {
_root.se003.start();
this.stop();
}
}
movieClip 3302 fire_bullet04 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 3300 {
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 + 1000) {
_root.fire_magic_on04 = 0;
this._parent.removeMovieClip();
}
this.FB.play();
} else {
this.FB.stop();
}
}
}
frame 5 {
_root.se003.start();
this.stop();
}
}
movieClip 3303 fire_bullet03 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 3300 {
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 + 1000) {
_root.fire_magic_on03 = 0;
this._parent.removeMovieClip();
}
this.FB.play();
} else {
this.FB.stop();
}
}
}
frame 5 {
_root.se003.start();
this.stop();
}
}
movieClip 3304 fire_bullet02 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 3300 {
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 + 1000) {
_root.fire_magic_on02 = 0;
this._parent.removeMovieClip();
}
this.FB.play();
} else {
this.FB.stop();
}
}
}
frame 5 {
_root.se003.start();
this.stop();
}
}
movieClip 3305 fire_bullet01 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 3300 {
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 + 1000) {
_root.fire_magic_on01 = 0;
this._parent.removeMovieClip();
}
this.FB.play();
} else {
this.FB.stop();
}
}
}
frame 5 {
_root.se003.start();
this.stop();
}
}
movieClip 3306 {
frame 1 {
this.stop();
}
}
frame 3 {
this.stop();
_root.default_numbers();
_root.lang_eng = 0;
}
button 3312 {
on (release) {
_root.se001.start();
_root.default_enemy_spec_normal();
this.gotoAndStop('title');
}
}
// unknown tag 88 length 79
movieClip 3316 {
}
instance of movieClip 3316 {
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();
if (_root.cheat_ON03 == 100) {
_root.fire_magic = '∞';
} else {
_root.fire_magic = 3;
}
}
movieClip 3319 {
}
movieClip 3321 {
instance of movieClip 3319 {
onClipEvent (enterFrame) {
if (this._x <= -1100) {
this._x = 0;
} else {
this._x -= 2;
}
}
}
}
button 3325 {
on (release) {
_root.se001.start();
_root.gotoAndStop('intro');
}
}
button 3327 {
on (release) {
_root.se001.start();
_root.gotoAndStop('howto');
}
}
button 3329 {
on (release) {
_root.se001.start();
if (passbox._currentframe == 1) {
passbox.gotoAndStop(2);
} else {
if (passbox._currentframe == 2) {
passbox.gotoAndStop(1);
}
}
}
}
movieClip 3335 {
}
movieClip 3336 {
frame 2 {
this.stop();
}
}
movieClip 3337 {
instance passbox of movieClip 3336 {
onClipEvent (load) {
this.gotoAndStop(2);
_root.key_enter_pass = 0;
}
onClipEvent (enterFrame) {
if (!_root.key_enter_pass && Key.isDown(13)) {
if (_root.passwordtext == 'g-open' && _root.cheat_ON01 != 100) {
_root.se099.start();
_root.cheat_switch01 = 1;
_root.cheat_ON01 = 100;
_root.open_gallery = 1;
_root.passwordtext = '';
}
if (_root.passwordtext == 'muteki' && _root.cheat_ON02 != 100) {
_root.se099.start();
_root.cheat_switch02 = 1;
_root.cheat_ON02 = 100;
_root.passwordtext = '';
}
if (_root.passwordtext == 'fire' && _root.cheat_ON03 != 100) {
_root.se099.start();
_root.cheat_switch03 = 1;
_root.cheat_ON03 = 100;
_root.fire_magic = '∞';
_root.passwordtext = '';
}
if (_root.passwordtext == 'debugging' && _root.cheat_ON04 != 100) {
_root.se099.start();
_root.cheat_switch04 = 1;
_root.cheat_ON04 = 100;
_root.passwordtext = '';
}
if (_root.passwordtext == 'allinone' && (_root.cheat_ON01 != 100 || _root.cheat_ON02 != 100 || _root.cheat_ON03 != 100 || _root.cheat_ON04 != 100)) {
_root.se099.start();
_root.cheat_switch01 = 1;
_root.cheat_switch02 = 1;
_root.cheat_switch03 = 1;
_root.cheat_switch04 = 1;
_root.cheat_ON01 = 100;
_root.open_gallery = 1;
_root.cheat_ON02 = 100;
_root.cheat_ON03 = 100;
_root.fire_magic = '∞';
_root.cheat_ON04 = 100;
_root.passwordtext = '';
}
if (_root.passwordtext == 'oppai' && _root.cheat_ON05 != 100) {
_root.se099.start();
_root.cheat_switch01 = 1;
_root.cheat_switch05 = 1;
_root.cheat_ON01 = 100;
_root.open_gallery = 1;
_root.cheat_ON05 = 100;
_root.passwordtext = '';
}
if (_root.passwordtext == 'thanks' && (_root.cheat_ON01 != 100 || _root.cheat_ON02 != 100 || _root.cheat_ON03 != 100 || _root.cheat_ON04 != 100 || _root.cheat_ON05 != 100)) {
_root.se099.start();
_root.cheat_switch01 = 1;
_root.cheat_switch02 = 1;
_root.cheat_switch03 = 1;
_root.cheat_switch04 = 1;
_root.cheat_switch05 = 1;
_root.cheat_ON01 = 100;
_root.open_gallery = 1;
_root.cheat_ON02 = 100;
_root.cheat_ON03 = 100;
_root.fire_magic = '∞';
_root.cheat_ON04 = 100;
_root.cheat_ON05 = 100;
_root.passwordtext = '';
}
}
_root.key_enter_pass = Key.isDown(13);
}
}
}
movieClip 3344 {
frame 1 {
this.stop();
}
}
instance of movieClip 3344 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
}
// unknown tag 88 length 60
button 3347 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 3351 {
frame 1 {
this.stop();
}
}
instance of movieClip 3351 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 3355 {
frame 1 {
this.stop();
}
}
movieClip 3358 {
frame 1 {
this.stop();
}
}
movieClip 3361 {
}
movieClip 3367 {
}
movieClip 3373 {
}
button 3377 {
on (press) {
this.startDrag(false, -80, 0, 0, 0);
}
on (release, releaseOutside) {
_root.se001.start();
this.stopDrag();
}
}
movieClip 3378 {
}
movieClip 3379 {
instance se_bar of movieClip 3378 {
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 3381 {
}
button 3384 {
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 3385 {
instance of movieClip 3381 {
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 3387 {
on (press) {
this.startDrag(false, -80, 0, 0, 0);
}
on (release, releaseOutside) {
this.stopDrag();
_root.se001.start();
}
}
movieClip 3388 {
}
movieClip 3389 {
instance voice_bar of movieClip 3388 {
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.voice001.setVolume(_root.voice_vol);
}
}
}
button 3390 {
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 3391 {
instance of movieClip 3381 {
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 3395 {
frame 1 {
this.stop();
}
}
button 3399 {
on (release) {
_root.se001.start();
_root.difficult = 1;
_root.easy_escape = 0;
}
}
button 3403 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 0;
}
}
button 3406 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 1;
}
}
button 3408 {
on (release) {
_root.se001.start();
_root.difficult = 1;
_root.easy_escape = 0;
}
}
button 3410 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 0;
}
}
button 3412 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 1;
}
}
movieClip 3413 {
frame 1 {
this.stop();
}
instance of movieClip 3395 {
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 3415 {
frame 1 {
this.stop();
}
}
button 3419 {
on (release) {
_root.se001.start();
_root.anime_reduction = 1;
}
}
button 3422 {
on (release) {
_root.se001.start();
_root.anime_reduction = 0;
}
}
button 3424 {
on (release) {
_root.se001.start();
_root.anime_reduction = 1;
}
}
button 3426 {
on (release) {
_root.se001.start();
_root.anime_reduction = 0;
}
}
movieClip 3427 {
frame 1 {
this.stop();
}
instance of movieClip 3415 {
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 3430 {
}
button 3433 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 0;
this.gotoAndStop(2);
}
}
button 3434 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 1;
this.gotoAndStop(1);
}
}
movieClip 3435 {
frame 1 {
this.stop();
}
}
movieClip 3437 {
}
button 3439 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 0;
this.gotoAndStop(2);
}
}
button 3440 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 1;
this.gotoAndStop(1);
}
}
movieClip 3441 {
frame 1 {
this.stop();
}
}
movieClip 3443 {
}
button 3445 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 0;
this.gotoAndStop(2);
}
}
button 3446 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 1;
this.gotoAndStop(1);
}
}
movieClip 3447 {
frame 1 {
this.stop();
}
}
button 3449 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 0;
this.gotoAndStop(2);
}
}
button 3450 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 1;
this.gotoAndStop(1);
}
}
movieClip 3451 {
frame 1 {
this.stop();
}
}
button 3453 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 0;
this.gotoAndStop(2);
}
}
button 3454 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 1;
this.gotoAndStop(1);
}
}
movieClip 3455 {
frame 1 {
this.stop();
}
}
button 3457 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 0;
this.gotoAndStop(2);
}
}
button 3458 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 1;
this.gotoAndStop(1);
}
}
movieClip 3459 {
frame 1 {
this.stop();
}
}
movieClip 3460 {
frame 1 {
this.stop();
}
instance of movieClip 3435 {
onClipEvent (load) {
if (_root.abnormal_egg == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3441 {
onClipEvent (load) {
if (_root.abnormal_osikko == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3447 {
onClipEvent (load) {
if (_root.abnormal_futanari == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
button 3463 {
on (release) {
_root.se001.start();
_root.hit_alpha = 1;
}
}
button 3465 {
on (release) {
_root.se001.start();
_root.hit_alpha = 0;
}
}
button 3467 {
on (release) {
_root.se001.start();
_root.hit_alpha = 1;
}
}
button 3469 {
on (release) {
_root.se001.start();
_root.hit_alpha = 0;
}
}
movieClip 3470 {
frame 1 {
this.stop();
}
instance of movieClip 3415 {
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 3473 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 0;
}
}
button 3475 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 1;
}
}
button 3477 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 0;
}
}
button 3479 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 1;
}
}
movieClip 3480 {
frame 1 {
this.stop();
}
instance of movieClip 3415 {
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 3481 {
frame 1 {
this.stop();
}
}
button 3484 {
on (release) {
_quality = 'best';
_root.se001.start();
_root.gasitu_now = 4;
}
}
button 3486 {
on (release) {
_quality = 'high';
_root.se001.start();
_root.gasitu_now = 3;
}
}
button 3488 {
on (release) {
_quality = 'medium';
_root.se001.start();
_root.gasitu_now = 2;
}
}
button 3490 {
on (release) {
_quality = 'low';
_root.se001.start();
_root.gasitu_now = 1;
}
}
movieClip 3491 {
instance of movieClip 3481 {
onClipEvent (load) {
this.gotoAndStop(_root.gasitu_now);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gasitu_now);
}
}
}
button 3495 {
on (release) {
_root.se001.start();
gotoAndStop(1);
}
}
button 3498 {
on (release) {
_root.se001.start();
if (makers._currentframe != 1) {
makers.gotoAndStop(1);
} else {
makers.gotoAndStop(2);
}
}
}
button 3500 {
on (release) {
_root.se001.start();
if (_root.renewal_on != 1) {
_root.renewal_on = 1;
_root.top_interface.option_menu.renewal.renewal.renewal_mes.gotoAndStop(2);
} else {
_root.renewal_on = 0;
_root.top_interface.option_menu.renewal.renewal.renewal_mes.gotoAndStop(1);
}
}
}
button 3502 {
on (release) {
_root.se001.start();
if (_root.renewal_on != 1) {
_root.renewal_on = 1;
_root.top_interface.option_menu.renewal.renewal.renewal_mes.gotoAndStop(2);
} else {
_root.renewal_on = 0;
_root.top_interface.option_menu.renewal.renewal.renewal_mes.gotoAndStop(1);
}
}
}
movieClip 3503 {
frame 1 {
this.stop();
}
}
movieClip 3505 {
}
button 3507 {
on (release) {
_root.se001.start();
nextFrame();
}
}
button 3509 {
on (release) {
_root.se001.start();
prevFrame();
}
}
movieClip 3512 {
frame 1 {
this.stop();
}
frame 2 {
this.stop();
}
frame 3 {
this.stop();
}
frame 4 {
this.stop();
}
frame 5 {
this.stop();
}
}
movieClip 3525 {
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();
}
}
movieClip 3526 {
frame 1 {
this.stop();
}
}
movieClip 3527 {
instance of movieClip 3503 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance renewal of movieClip 3526 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 3529 {
instance bgm_bar of movieClip 3378 {
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);
}
}
}
button 3530 {
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 3531 {
instance of movieClip 3381 {
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;
}
}
}
}
}
movieClip 3535 {
}
// unknown tag 88 length 76
movieClip 3542 {
frame 1 {
this.stop();
}
}
movieClip 3543 {
frame 1 {
this.stop();
}
instance of movieClip 3542 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 3544 {
frame 1 {
this.stop();
}
instance of movieClip 3413 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3427 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3460 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3470 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3480 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance makers of movieClip 3543 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 3548 {
}
button 3549 {
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 3557 {
}
movieClip 3559 {
}
movieClip 3561 {
}
movieClip 3562 {
instance of movieClip 3559 {
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 3561 {
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;
}
}
}
}
}
movieClip 3564 {
}
movieClip 3565 {
instance of movieClip 3355 {
onClipEvent (load) {
_root.HP_REcount = 0;
}
onClipEvent (enterFrame) {
if (_root.cheat_ON02 == 100) {
_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 3358 {
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 3544 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
}
movieClip 3567 {
frame 2 {
this.stop();
}
}
instance of movieClip 3567 {
onClipEvent (load) {
if (_root.cheat_switch01 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_switch01 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
button 3571 {
on (release) {
_root.se001.start();
if (_root.cheat_ON02 != 100) {
_root.cheat_ON02 = 100;
} else {
_root.cheat_ON02 = 0;
}
}
}
movieClip 3574 {
frame 1 {
this.stop();
}
}
movieClip 3575 {
instance of movieClip 3574 {
onClipEvent (load) {
if (_root.cheat_ON02 != 100) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON02 != 100) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
frame 2 {
this.stop();
}
}
instance of movieClip 3575 {
onClipEvent (load) {
if (_root.cheat_switch02 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_switch02 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
button 3576 {
on (release) {
_root.se001.start();
if (_root.cheat_ON03 != 100) {
_root.cheat_ON03 = 100;
} else {
_root.cheat_ON03 = 0;
}
}
}
movieClip 3579 {
frame 1 {
this.stop();
}
}
movieClip 3580 {
instance of movieClip 3579 {
onClipEvent (load) {
if (_root.cheat_ON03 != 100) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON03 != 100) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
frame 2 {
this.stop();
}
}
instance of movieClip 3580 {
onClipEvent (load) {
if (_root.cheat_switch03 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_switch03 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
movieClip 3582 {
frame 2 {
this.stop();
}
}
instance of movieClip 3582 {
onClipEvent (load) {
if (_root.cheat_switch04 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_switch04 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
movieClip 3584 {
frame 2 {
this.stop();
}
}
instance of movieClip 3584 {
onClipEvent (load) {
if (_root.cheat_switch05 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_switch05 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
movieClip 3586 {
}
instance of movieClip 3586 {
onClipEvent (load) {
this._alpha = 0;
}
}
button 3590 {
on (release) {
_root.se001.start();
_root.cheat_ON01 = 0;
_root.cheat_ON02 = 0;
_root.cheat_ON03 = 100;
_root.cheat_ON04 = 0;
}
}
button 3594 {
on (release) {
_root.se001.start();
_root.lang_eng = 1;
gotoAndStop(2);
}
}
button 3598 {
on (release) {
_root.se001.start();
_root.lang_eng = 0;
gotoAndStop(1);
}
}
movieClip 3599 {
frame 1 {
this.stop();
}
}
movieClip 3600 {
frame 1 {
this.stop();
}
instance of movieClip 3599 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
}
instance of movieClip 3600 {
onClipEvent (load) {
if (_root.debug_mode == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 3605 {
}
// unknown tag 88 length 76
movieClip 3609 {
}
movieClip 3610 {
instance of movieClip 3605 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 3612 {
}
movieClip 3614 {
}
movieClip 3616 {
}
movieClip 3618 {
}
movieClip 3621 {
frame 1 {
this.stop();
}
}
movieClip 3623 {
}
movieClip 3625 {
}
movieClip 3627 {
}
movieClip 3629 {
}
movieClip 3632 {
frame 1 {
this.stop();
}
}
movieClip 3634 {
}
movieClip 3637 {
frame 1 {
this.stop();
}
}
movieClip 3640 {
frame 1 {
this.stop();
}
}
movieClip 3643 {
frame 1 {
this.stop();
}
}
movieClip 3646 {
frame 1 {
this.stop();
}
}
movieClip 3648 {
}
movieClip 3650 {
}
movieClip 3652 {
}
movieClip 3653 {
}
movieClip 3656 {
frame 1 {
this.stop();
}
}
movieClip 3658 {
}
movieClip 3660 {
}
movieClip 3662 {
}
movieClip 3665 {
frame 1 {
this.stop();
}
}
movieClip 3667 {
}
movieClip 3669 {
}
movieClip 3671 {
}
movieClip 3674 {
frame 1 {
this.stop();
}
}
movieClip 3676 {
}
movieClip 3678 {
}
movieClip 3680 {
}
movieClip 3682 {
}
movieClip 3687 {
}
movieClip 3689 {
}
movieClip 3691 {
}
movieClip 3693 {
}
movieClip 3695 {
}
movieClip 3697 {
}
movieClip 3698 {
}
movieClip 3700 {
}
movieClip 3702 {
}
movieClip 3703 {
}
movieClip 3705 {
}
button 3706 {
on (release) {
_root.se001.start();
_root.gotoAndStop('stage');
}
}
frame 6 {
_root.now_stage = 'howto';
}
movieClip 3710 {
}
movieClip 3714 {
}
movieClip 3717 {
}
movieClip 3720 {
}
movieClip 3723 {
}
movieClip 3726 {
}
movieClip 3727 {
}
movieClip 3730 {
frame 2 {
this.stop();
}
}
movieClip 3732 {
frame 1 {
this.stop();
}
}
movieClip 3733 {
instance cloak of movieClip 3732 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3735 {
frame 1 {
this.stop();
}
}
movieClip 3736 {
instance hat_back of movieClip 3735 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3738 {
}
movieClip 3740 {
frame 1 {
this.stop();
}
}
movieClip 3741 {
instance collar_back of movieClip 3740 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3744 {
frame 1 {
this.stop();
}
}
movieClip 3745 {
instance left_handC of movieClip 3744 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3746 {
}
movieClip 3747 {
}
movieClip 3748 {
}
movieClip 3749 {
}
movieClip 3752 {
frame 1 {
this.stop();
}
}
movieClip 3753 {
instance right_arm of movieClip 3752 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3756 {
frame 1 {
this.stop();
}
}
movieClip 3757 {
instance right_hand of movieClip 3756 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3760 {
frame 1 {
this.stop();
}
}
movieClip 3761 {
instance right_forearm of movieClip 3760 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3763 {
frame 1 {
this.stop();
}
}
movieClip 3764 {
instance skirt_back of movieClip 3763 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3766 {
}
movieClip 3769 {
}
movieClip 3770 {
instance of movieClip 3769 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 3772 {
frame 1 {
this.stop();
}
}
movieClip 3773 {
instance breast_wear_back of movieClip 3772 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3776 {
frame 1 {
this.stop();
}
}
movieClip 3778 {
frame 1 {
this.stop();
}
}
movieClip 3779 {
instance right_foot of movieClip 3776 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 3778 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3782 {
frame 1 {
this.stop();
}
}
movieClip 3783 {
instance right_shin of movieClip 3782 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3786 {
frame 1 {
this.stop();
}
}
movieClip 3788 {
}
movieClip 3789 {
instance right_thigh of movieClip 3786 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3788 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 3791 {
}
movieClip 3794 {
}
movieClip 3795 {
instance of movieClip 3794 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 3797 {
frame 1 {
this.stop();
}
}
movieClip 3798 {
instance pantu of movieClip 3797 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3801 {
frame 1 {
this.stop();
}
}
movieClip 3803 {
frame 1 {
this.stop();
}
}
movieClip 3804 {
instance left_foot of movieClip 3801 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 3803 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3807 {
frame 1 {
this.stop();
}
}
movieClip 3808 {
instance left_shin of movieClip 3807 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3811 {
frame 1 {
this.stop();
}
}
movieClip 3812 {
instance left_thigh of movieClip 3811 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3814 {
}
movieClip 3817 {
frame 1 {
this.stop();
}
}
movieClip 3818 {
instance left_arm of movieClip 3817 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3821 {
frame 1 {
this.stop();
}
}
movieClip 3822 {
instance left_forearm of movieClip 3821 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3825 {
frame 1 {
this.stop();
}
}
movieClip 3826 {
instance left_handB of movieClip 3825 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3829 {
frame 1 {
this.stop();
}
}
movieClip 3830 {
instance left_handA of movieClip 3829 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3832 {
}
movieClip 3835 {
}
movieClip 3836 {
instance of movieClip 3835 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 3839 {
}
movieClip 3840 {
instance of movieClip 3839 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 3842 {
}
movieClip 3844 {
}
movieClip 3848 {
}
movieClip 3850 {
instance of movieClip 3848 {
onClipEvent (load) {
if (_root.HP < 300 || _root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3851 {
frame 1 {
this.stop();
}
}
movieClip 3852 {
instance collar_right of movieClip 3851 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3855 {
}
movieClip 3857 {
}
movieClip 3859 {
}
movieClip 3861 {
}
movieClip 3863 {
}
movieClip 3879 {
instance pause_stoper of movieClip 3863 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
frame 15 {
switch (Math.floor(Math.random() * 10) + 1) {
case 1:
this.gotoAndPlay('mabataki01');
break;
case 2:
this.gotoAndPlay('mesorasi01');
break;
case 3:
this.gotoAndPlay('mesorasi02');
break;
case 4:
this.gotoAndPlay('mabataki02');
break;
default:
this.gotoAndPlay(1);
}
}
frame 32 {
this.gotoAndPlay(1);
}
frame 58 {
this.gotoAndPlay(1);
}
frame 86 {
this.gotoAndPlay(1);
}
frame 94 {
this.gotoAndPlay(1);
}
}
movieClip 3882 {
}
movieClip 3884 {
}
movieClip 3885 {
instance of movieClip 3882 {
onClipEvent (load) {
if (_root.HP < 300 || _root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3884 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 3887 {
frame 1 {
this.stop();
}
}
movieClip 3888 {
instance hat_front of movieClip 3887 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3890 {
frame 1 {
this.stop();
}
}
movieClip 3891 {
instance collar_left of movieClip 3890 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3892 {
}
movieClip 3894 {
}
movieClip 3895 {
frame 1 {
this.stop();
}
}
movieClip 3896 {
instance tie of movieClip 3895 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3898 {
frame 1 {
this.stop();
}
}
movieClip 3899 {
instance skirt_front of movieClip 3898 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3901 {
frame 1 {
this.stop();
}
}
movieClip 3902 {
instance breast_wear_front of movieClip 3901 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3904 {
}
movieClip 3905 {
instance of movieClip 3904 {
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;
}
}
}
}
movieClip 3909 {
frame 1 {
this.stop();
}
}
movieClip 3910 {
instance left_handD of movieClip 3909 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3913 {
}
movieClip 3916 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
instance hitarea of movieClip 3905 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 3919 {
}
movieClip 3921 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 3924 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 3927 {
}
movieClip 3929 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 3932 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 3935 {
}
movieClip 3937 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 3940 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 3943 {
}
movieClip 3945 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 3947 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 3949 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 3951 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 3953 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 3955 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 3957 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 3959 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 3961 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 3966 {
}
movieClip 3968 {
instance of movieClip 3884 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 3971 {
}
movieClip 3972 {
}
movieClip 3975 {
frame 4 {
_root.fire_magic_go(240, 215);
}
frame 16 {
this._parent.gotoAndStop('wait');
}
}
movieClip 3978 {
frame 4 {
_root.fire_magic_go(247, 215);
}
frame 16 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 3981 {
frame 4 {
_root.fire_magic_go(200, 215);
}
frame 16 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 3984 {
frame 4 {
_root.fire_magic_go(240, 100);
}
frame 16 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 3987 {
frame 4 {
_root.fire_magic_go(240, 330);
}
frame 16 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 3990 {
}
movieClip 3991 {
instance of movieClip 3884 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 3993 {
}
movieClip 3994 {
instance of movieClip 3993 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance pause_stoper of movieClip 3863 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
frame 24 {
this.stop();
}
}
movieClip 3996 {
frame 2 {
this.stop();
}
}
movieClip 3997 {
}
movieClip 3998 {
instance of movieClip 3997 {
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 3999 {
frame 40 {
this.gotoAndPlay(1);
}
}
movieClip 4000 {
instance of movieClip 3996 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 21 {
this.stop();
}
}
movieClip 4004 {
}
movieClip 4006 {
}
movieClip 4007 {
frame 16 {
this.stop();
}
}
movieClip 4008 {
instance flash7 of movieClip 4007 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash6 of movieClip 4007 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash5 of movieClip 4007 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash4 of movieClip 4007 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash3 of movieClip 4007 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash2 of movieClip 4007 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash1 of movieClip 4007 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance pause_stoper of movieClip 3863 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.flash1.stop();
this._parent.flash2.stop();
this._parent.flash3.stop();
this._parent.flash4.stop();
this._parent.flash5.stop();
this._parent.flash6.stop();
this._parent.flash7.stop();
} else {
if (this._parent.flash1._currentframe < 15) {
this._parent.flash1.play();
}
if (this._parent.flash2._currentframe < 15) {
this._parent.flash2.play();
}
if (this._parent.flash3._currentframe < 15) {
this._parent.flash3.play();
}
if (this._parent.flash4._currentframe < 15) {
this._parent.flash4.play();
}
if (this._parent.flash5._currentframe < 15) {
this._parent.flash5.play();
}
if (this._parent.flash6._currentframe < 15) {
this._parent.flash6.play();
}
if (this._parent.flash7._currentframe < 15) {
this._parent.flash7.play();
}
}
}
}
}
movieClip 4011 {
frame 1 {
_root.hint_message = '強力ãªé”法を放ã£ãŸï¼ã€€ãƒœãƒ ã‚’1消費(残り:' + _root.fire_magic + ')';
}
frame 8 {
_root.se005.start();
_root.enemyHP = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
}
frame 24 {
_root.fire_on = 0;
_root.ctrl_lock = 0;
this._parent.gotoAndStop('wait');
}
}
movieClip 4013 {
}
movieClip 4014 {
}
movieClip 4015 {
}
movieClip 4016 {
}
movieClip 4017 {
instance pause_stoper of movieClip 3863 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
}
movieClip 4018 {
frame 1 {
this.stop();
}
}
movieClip 4019 {
instance cloak of movieClip 4018 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4020 {
frame 1 {
this.stop();
}
}
movieClip 4021 {
instance hat_back of movieClip 4020 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4023 {
}
movieClip 4025 {
frame 1 {
this.stop();
}
}
movieClip 4026 {
instance collar_back of movieClip 4025 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4028 {
}
movieClip 4031 {
frame 1 {
this.stop();
}
}
movieClip 4033 {
frame 1 {
this.stop();
}
}
movieClip 4034 {
instance left_foot of movieClip 4031 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 4033 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4037 {
frame 1 {
this.stop();
}
}
movieClip 4038 {
instance left_shin of movieClip 4037 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4041 {
frame 1 {
this.stop();
}
}
movieClip 4042 {
instance left_thigh of movieClip 4041 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3788 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4044 {
instance of movieClip 3769 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4046 {
frame 1 {
this.stop();
}
}
movieClip 4047 {
instance breast_wear_back of movieClip 4046 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4050 {
frame 1 {
this.stop();
}
}
movieClip 4051 {
instance left_arm of movieClip 4050 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4053 {
}
movieClip 4056 {
frame 1 {
this.stop();
}
}
movieClip 4057 {
instance right_arm of movieClip 4056 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4059 {
}
movieClip 4062 {
frame 1 {
this.stop();
}
}
movieClip 4063 {
instance right_forearm of movieClip 4062 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4066 {
frame 1 {
this.stop();
}
}
movieClip 4068 {
frame 1 {
this.stop();
}
}
movieClip 4069 {
instance right_foot of movieClip 4066 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 4068 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4072 {
frame 1 {
this.stop();
}
}
movieClip 4073 {
instance right_shin of movieClip 4072 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4075 {
}
movieClip 4078 {
}
movieClip 4079 {
instance of movieClip 4078 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4080 {
}
movieClip 4081 {
}
movieClip 4083 {
frame 1 {
this.stop();
}
instance of movieClip 4081 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 4084 {
}
movieClip 4085 {
frame 1 {
this.stop();
}
instance of movieClip 4084 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 4086 {
}
movieClip 4087 {
frame 1 {
this.stop();
}
instance of movieClip 4086 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 4088 {
}
movieClip 4091 {
frame 1 {
this.stop();
}
instance of movieClip 4088 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 4092 {
}
movieClip 4094 {
frame 1 {
this.stop();
}
instance of movieClip 4092 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 4095 {
instance of movieClip 4083 {
onClipEvent (load) {
if (_root.GO02_sioA05 == 1) {
_root.GO02_sioA05 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_sioA05 == 1) {
_root.GO02_sioA05 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 4085 {
onClipEvent (load) {
if (_root.GO02_sioA04 == 1) {
_root.GO02_sioA04 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_sioA04 == 1) {
_root.GO02_sioA04 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 4087 {
onClipEvent (load) {
if (_root.GO02_sioA03 == 1) {
_root.GO02_sioA03 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_sioA03 == 1) {
_root.GO02_sioA03 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 4091 {
onClipEvent (load) {
if (_root.GO02_sioA02 == 1) {
_root.GO02_sioA02 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_sioA02 == 1) {
_root.GO02_sioA02 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
instance of movieClip 4094 {
onClipEvent (load) {
if (_root.GO02_sioA01 == 1) {
_root.GO02_sioA01 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
onClipEvent (enterFrame) {
if (_root.GO02_sioA01 == 1) {
_root.GO02_sioA01 = 0;
switch (Math.floor(Math.random() * 6) + 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;
break;
case 5:
break;
case 6:
default:
}
}
}
}
}
movieClip 4098 {
}
movieClip 4099 {
instance of movieClip 4098 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4101 {
frame 1 {
this.stop();
}
}
movieClip 4102 {
instance pantu of movieClip 4101 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4105 {
frame 1 {
this.stop();
}
}
movieClip 4106 {
instance left_handE of movieClip 4105 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4109 {
frame 1 {
this.stop();
}
}
movieClip 4110 {
instance left_handD of movieClip 4109 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4113 {
frame 1 {
this.stop();
}
}
movieClip 4114 {
instance left_handC of movieClip 4113 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4117 {
frame 1 {
this.stop();
}
}
movieClip 4118 {
instance left_handB of movieClip 4117 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4121 {
frame 1 {
this.stop();
}
}
movieClip 4122 {
instance right_thigh of movieClip 4121 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4123 {
}
movieClip 4124 {
}
movieClip 4126 {
frame 1 {
this.stop();
}
}
movieClip 4127 {
instance skirt_front of movieClip 4126 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4130 {
frame 1 {
this.stop();
}
}
movieClip 4131 {
instance left_forearm of movieClip 4130 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4134 {
frame 1 {
this.stop();
}
}
movieClip 4135 {
instance right_hand of movieClip 4134 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4138 {
frame 1 {
this.stop();
}
}
movieClip 4139 {
instance left_handB of movieClip 4138 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4142 {
frame 1 {
this.stop();
}
}
movieClip 4143 {
instance left_handA of movieClip 4142 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4145 {
frame 1 {
this.stop();
}
}
movieClip 4146 {
instance collar_right of movieClip 4145 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4148 {
frame 1 {
this.stop();
}
}
movieClip 4149 {
instance collar_left of movieClip 4148 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4151 {
}
movieClip 4155 {
}
movieClip 4158 {
}
movieClip 4159 {
instance of movieClip 4158 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4161 {
frame 1 {
this.stop();
}
}
movieClip 4162 {
instance hat_front of movieClip 4161 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4164 {
}
movieClip 4165 {
instance of movieClip 3835 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4167 {
}
movieClip 4169 {
}
movieClip 4170 {
instance of movieClip 3839 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4172 {
}
movieClip 4174 {
frame 1 {
this.stop();
}
}
movieClip 4175 {
instance breast_wear_front of movieClip 4174 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4177 {
}
movieClip 4179 {
}
movieClip 4180 {
frame 1 {
this.stop();
}
}
movieClip 4181 {
instance tie of movieClip 4180 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4183 {
}
movieClip 4188 {
}
movieClip 4189 {
instance of movieClip 4158 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4200 {
}
movieClip 4201 {
instance of movieClip 4158 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4203 {
}
// unknown tag 88 length 62
movieClip 4214 {
}
movieClip 4219 {
frame 10 {
_root.pleasure += 5;
if (_root.pleasure >= 300) {
_root.pleasure = 300;
this.gotoAndPlay('org');
}
_root.HP += 3;
if (_root.HP >= 300) {
_root.HP = 300;
}
_root.SEstart_kutyu(Math.floor(Math.random() * 2) + 1);
}
frame 20 {
if (_root.pleasure >= 200) {
this.gotoAndPlay('loop3');
_root.se_select_A = 0;
} else {
if (_root.pleasure >= 100) {
this.gotoAndPlay('loop2');
_root.se_select_A = 0;
} else {
if (_root.pleasure <= 100) {
this.gotoAndPlay('loop1');
}
}
}
}
frame 27 {
_root.pleasure += 5;
if (_root.pleasure >= 300) {
_root.pleasure = 300;
this.gotoAndPlay('org');
}
_root.HP += 3;
if (_root.HP >= 300) {
_root.HP = 300;
}
_root.SEstart_kutyu(Math.floor(Math.random() * 2) + 1);
}
frame 34 {
if (_root.pleasure >= 200) {
this.gotoAndPlay('loop3');
_root.se_select_A = 0;
} else {
if (_root.pleasure >= 100) {
this.gotoAndPlay('loop2');
} else {
if (_root.pleasure <= 100) {
this.gotoAndPlay('loop1');
_root.se_select_A = 0;
}
}
}
}
frame 41 {
_root.pleasure += 5;
if (_root.pleasure >= 300) {
_root.pleasure = 300;
this.gotoAndPlay('org');
}
_root.HP += 3;
if (_root.HP >= 300) {
_root.HP = 300;
}
if (_root.se_select_A != 1) {
_root.se_select_A = 1;
_root.se_select_B = Math.floor(Math.random() * 2) + 1;
}
_root.SEstart_kutyu(Math.floor(Math.random() * 2) + 1);
}
frame 47 {
if (_root.pleasure >= 200) {
this.gotoAndPlay('loop3');
} else {
if (_root.pleasure >= 100) {
this.gotoAndPlay('loop2');
_root.se_select_A = 0;
} else {
if (_root.pleasure <= 100) {
this.gotoAndPlay('loop1');
_root.se_select_A = 0;
}
}
}
}
frame 48 {
_root.ctrl_lock = 1;
}
frame 55 {
_root.GO02_sioA01 = 1;
_root.GO02_sioA02 = 1;
_root.GO02_sioA03 = 1;
_root.GO02_sioA04 = 1;
_root.GO02_sioA05 = 1;
_root.SEstart_kutyu(Math.floor(Math.random() * 2) + 1);
_root.HP += 3;
if (_root.HP >= 300) {
_root.HP = 300;
}
}
frame 61 {
_root.GO02_sioA01 = 1;
_root.GO02_sioA02 = 1;
_root.GO02_sioA03 = 1;
_root.GO02_sioA04 = 1;
_root.GO02_sioA05 = 1;
_root.SEstart_kutyu(Math.floor(Math.random() * 2) + 1);
_root.HP += 3;
if (_root.HP >= 300) {
_root.HP = 300;
}
}
frame 77 {
_root.GO02_sioA01 = 1;
_root.GO02_sioA02 = 1;
_root.GO02_sioA03 = 1;
_root.GO02_sioA04 = 1;
_root.GO02_sioA05 = 1;
_root.SEstart_kutyu(Math.floor(Math.random() * 2) + 1);
_root.HP += 3;
if (_root.HP >= 300) {
_root.HP = 300;
}
}
frame 83 {
_root.GO02_sioA01 = 1;
_root.GO02_sioA02 = 1;
_root.GO02_sioA03 = 1;
_root.GO02_sioA04 = 1;
_root.GO02_sioA05 = 1;
_root.SEstart_kutyu(Math.floor(Math.random() * 2) + 1);
_root.HP += 3;
if (_root.HP >= 300) {
_root.HP = 300;
}
}
frame 84 {
_root.se013.start();
}
frame 102 {
if (_root.fire_magic < 99 && _root.fire_magic != '∞') {
_root.fire_magic += 1;
}
_root.hint_message = 'é”力ãŒæº€ã¡æº¢ã‚Œã‚‹â€¦ã€€ãƒœãƒ ãŒ1å¢—åŠ (残り: ' + _root.fire_magic + ' )';
}
frame 109 {
_root.ctrl_lock = 0;
_root.pleasure = 0;
this.gotoAndPlay('loop1');
}
}
movieClip 4222 {
}
movieClip 4224 {
}
movieClip 4226 {
}
movieClip 4227 {
}
movieClip 4230 {
}
movieClip 4232 {
instance of movieClip 3884 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4234 {
}
movieClip 4236 {
}
movieClip 4263 {
}
movieClip 4315 {
instance pause_stoper of movieClip 3863 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
if (this._parent._currentframe < 20) {
this._parent.play();
}
}
}
}
instance of movieClip 4263 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 20 {
this.stop();
}
}
movieClip 4319 {
instance of movieClip 3884 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4321 {
}
movieClip 4322 {
frame 1 {
_root.se002.start();
_root.HP -= 10;
if (_root.HP <= 1) {
_root.HP = 2;
}
_root.hint_message = '帽åã‚’ç ´å£Šã•ã‚Œã¾ã—ãŸã€‚';
}
frame 30 {
_root.datui_end();
this._parent.gotoAndStop('wait');
}
}
movieClip 4325 {
}
movieClip 4328 {
frame 1 {
_root.se002.start();
_root.HP -= 10;
if (_root.HP <= 1) {
_root.HP = 2;
}
_root.hint_message = 'ãƒžãƒ³ãƒˆã‚’ç ´å£Šã•ã‚Œã¾ã—ãŸã€‚';
}
frame 30 {
_root.datui_end();
this._parent.gotoAndStop('wait');
}
}
movieClip 4331 {
}
movieClip 4333 {
}
movieClip 4336 {
frame 1 {
_root.se002.start();
_root.HP -= 10;
if (_root.HP <= 1) {
_root.HP = 2;
}
_root.hint_message = '上ç€ã‚’ç ´å£Šã•ã‚Œã¾ã—ãŸã€‚';
}
instance breast_wear_front of movieClip 4331 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance breast_wear_front of movieClip 4333 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
frame 30 {
_root.datui_end();
this._parent.gotoAndStop('wait');
}
}
movieClip 4339 {
}
movieClip 4341 {
}
movieClip 4343 {
}
movieClip 4345 {
}
movieClip 4348 {
frame 1 {
_root.se002.start();
_root.HP -= 10;
if (_root.HP <= 1) {
_root.HP = 2;
}
_root.hint_message = 'ã‚¹ã‚«ãƒ¼ãƒˆã‚’ç ´å£Šã•ã‚Œã¾ã—ãŸã€‚';
}
frame 30 {
_root.datui_end();
this._parent.gotoAndStop('wait');
}
}
movieClip 4351 {
}
movieClip 4353 {
}
movieClip 4355 {
}
movieClip 4357 {
}
movieClip 4384 {
}
movieClip 4436 {
instance pause_stoper of movieClip 3863 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
if (this._parent._currentframe < 20) {
this._parent.play();
}
}
}
}
instance of movieClip 4384 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 20 {
this.stop();
}
}
movieClip 4439 {
frame 1 {
_root.se002.start();
_root.HP -= 10;
if (_root.HP <= 1) {
_root.HP = 2;
}
_root.hint_message = '下ç€ã‚’ç ´å£Šã•ã‚Œã¾ã—ãŸã€‚';
}
frame 30 {
_root.datui_end();
this._parent.gotoAndStop('wait');
}
}
movieClip 4442 {
}
movieClip 4444 {
}
movieClip 4446 {
}
movieClip 4448 {
}
movieClip 4450 {
}
movieClip 4452 {
}
movieClip 4454 {
}
movieClip 4456 {
}
movieClip 4458 {
}
movieClip 4460 {
}
movieClip 4462 {
}
movieClip 4464 {
}
movieClip 4466 {
}
movieClip 4468 {
}
movieClip 4470 {
}
movieClip 4472 {
}
movieClip 4475 {
frame 1 {
_root.se002.start();
_root.HP -= 10;
if (_root.HP <= 1) {
_root.HP = 2;
}
_root.hint_message = 'ã‚°ãƒãƒ¼ãƒ–ã‚’ç ´å£Šã•ã‚Œã¾ã—ãŸã€‚';
}
frame 30 {
_root.datui_end();
this._parent.gotoAndStop('wait');
}
}
movieClip 4478 {
instance right_shoes of movieClip 3778 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4480 {
instance right_shoes of movieClip 3778 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4482 {
}
movieClip 4484 {
}
movieClip 4486 {
instance of movieClip 3788 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4488 {
}
movieClip 4490 {
instance left_shoes of movieClip 3803 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4492 {
instance left_shoes of movieClip 3803 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4494 {
}
movieClip 4496 {
}
movieClip 4498 {
}
movieClip 4500 {
}
movieClip 4503 {
frame 1 {
_root.se002.start();
_root.HP -= 10;
if (_root.HP <= 1) {
_root.HP = 2;
}
_root.hint_message = 'ã‚½ãƒƒã‚¯ã‚¹ã‚’ç ´å£Šã•ã‚Œã¾ã—ãŸã€‚';
}
frame 30 {
_root.datui_end();
this._parent.gotoAndStop('wait');
}
}
movieClip 4505 {
instance right_foot of movieClip 3776 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4507 {
}
movieClip 4508 {
instance left_foot of movieClip 3801 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4510 {
}
movieClip 4513 {
frame 1 {
_root.se002.start();
_root.HP -= 10;
if (_root.HP <= 1) {
_root.HP = 2;
}
_root.hint_message = 'é´ã‚’ç ´å£Šã•ã‚Œã¾ã—ãŸã€‚';
}
frame 30 {
_root.datui_end();
this._parent.gotoAndStop('wait');
}
}
movieClip 4515 {
}
movieClip 4518 {
}
movieClip 4519 {
}
movieClip 4522 {
}
movieClip 4523 {
}
movieClip 4527 {
frame 1 {
_root.escape_voidEND(1);
_root.escape_voidEND(2);
_root.escape_voidEND(3);
_root.escape_voidEND(4);
_root.escape_voidEND(5);
_root.escape_voidEND(6);
_root.escape_voidEND(7);
_root.escape_voidEND(8);
_root.escape_voidEND(9);
_root.escape_voidEND(10);
_root.escape_voidEND(11);
_root.escape_voidEND(12);
_root.escape_voidEND(13);
_root.escape_voidEND(14);
_root.escape_voidEND(15);
_root.escape_voidEND(16);
_root.escape_voidEND(17);
_root.escape_voidEND(18);
_root.escape_voidEND(19);
_root.escape_voidEND(20);
_root.func_message_attack();
_root.hint_message = '敵を振り払ã„ã¾ã—ãŸã€‚';
}
frame 4 {
_root.se013.start();
}
frame 8 {
_root.escape_enemyKILL(1);
_root.escape_enemyKILL(2);
_root.escape_enemyKILL(3);
_root.escape_enemyKILL(4);
_root.escape_enemyKILL(5);
_root.escape_enemyKILL(6);
_root.escape_enemyKILL(7);
_root.escape_enemyKILL(8);
_root.escape_enemyKILL(9);
_root.escape_enemyKILL(10);
_root.escape_enemyKILL(12);
_root.escape_enemyKILL(13);
_root.escape_enemyKILL(14);
_root.escape_enemyKILL(15);
_root.escape_enemyKILL(16);
_root.escape_enemyKILL(17);
_root.escape_enemyKILL(18);
_root.escape_enemyKILL(19);
_root.escape_enemyKILL(20);
}
frame 16 {
_root.escape_wait_count = 0;
_root.escape_BTsave = 0;
_root.wetdevice = 0;
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.E40_onani_off = 0;
if (_root.difficult == 0) {
_root.muteki = 1;
}
_root.jump_on = 0;
_root.attack_on = 0;
_root.bomb_on = 0;
_root.down_on = 0;
_root.jump_end = 0;
_root.attack_end = 0;
_root.bomb_end = 0;
_root.game_over_NG = 0;
this._parent.gotoAndStop('wait');
}
}
movieClip 4532 {
frame 1 {
_root.escape_voidEND(1);
_root.escape_voidEND(2);
_root.escape_voidEND(3);
_root.escape_voidEND(4);
_root.escape_voidEND(5);
_root.escape_voidEND(6);
_root.escape_voidEND(7);
_root.escape_voidEND(8);
_root.escape_voidEND(9);
_root.escape_voidEND(10);
_root.escape_voidEND(11);
_root.escape_voidEND(12);
_root.escape_voidEND(13);
_root.escape_voidEND(14);
_root.escape_voidEND(15);
_root.escape_voidEND(16);
_root.escape_voidEND(17);
_root.escape_voidEND(18);
_root.escape_voidEND(19);
_root.escape_voidEND(20);
_root.func_message_attack();
_root.hint_message = '強力ãªé”法ã§æŒ¯ã‚Šæ‰•ã„ã¾ã—ãŸã€‚ボムを1消費(残り:' + _root.fire_magic + ')';
}
frame 8 {
_root.escape_enemyKILL(1);
_root.escape_enemyKILL(2);
_root.escape_enemyKILL(3);
_root.escape_enemyKILL(4);
_root.escape_enemyKILL(5);
_root.escape_enemyKILL(6);
_root.escape_enemyKILL(7);
_root.escape_enemyKILL(8);
_root.escape_enemyKILL(9);
_root.escape_enemyKILL(10);
_root.escape_enemyKILL(12);
_root.escape_enemyKILL(13);
_root.escape_enemyKILL(14);
_root.escape_enemyKILL(15);
_root.escape_enemyKILL(16);
_root.escape_enemyKILL(17);
_root.escape_enemyKILL(18);
_root.escape_enemyKILL(19);
_root.escape_enemyKILL(20);
_root.enemyHP = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_root.se005.start();
}
frame 24 {
_root.escape_wait_count = 0;
_root.escape_BTsave = 0;
_root.wetdevice = 0;
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.E40_onani_off = 0;
if (_root.difficult == 0) {
_root.muteki = 1;
}
_root.jump_on = 0;
_root.attack_on = 0;
_root.bomb_on = 0;
_root.down_on = 0;
_root.jump_end = 0;
_root.attack_end = 0;
_root.bomb_end = 0;
_root.game_over_NG = 0;
this._parent.gotoAndStop('wait');
}
}
movieClip 4534 {
frame 1 {
this.stop();
}
}
movieClip 4535 {
instance cloak of movieClip 4534 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4536 {
}
movieClip 4537 {
instance hat_back of movieClip 4536 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4539 {
}
movieClip 4540 {
}
movieClip 4542 {
}
movieClip 4543 {
instance collar_back of movieClip 4542 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4545 {
}
movieClip 4546 {
instance skirt_back of movieClip 4545 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4548 {
}
movieClip 4553 {
}
movieClip 4555 {
}
movieClip 4556 {
instance left_thigh of movieClip 4553 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4555 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4559 {
}
movieClip 4561 {
}
movieClip 4562 {
instance left_foot of movieClip 4559 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 4561 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4565 {
}
movieClip 4566 {
instance left_shin of movieClip 4565 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4569 {
}
movieClip 4570 {
instance of movieClip 4569 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4572 {
}
movieClip 4576 {
}
movieClip 4577 {
instance right_arm of movieClip 4576 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4579 {
}
movieClip 4581 {
}
movieClip 4582 {
instance breast_wear of movieClip 4581 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4585 {
}
movieClip 4586 {
instance of movieClip 4585 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4589 {
}
movieClip 4590 {
instance of movieClip 4589 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_breast != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4592 {
}
movieClip 4594 {
}
movieClip 4596 {
}
movieClip 4598 {
}
movieClip 4600 {
}
movieClip 4602 {
}
movieClip 4603 {
instance of movieClip 4602 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4605 {
}
movieClip 4606 {
instance collar_right of movieClip 4605 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4608 {
}
movieClip 4609 {
instance collar_left of movieClip 4608 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4611 {
}
movieClip 4613 {
}
movieClip 4616 {
}
movieClip 4617 {
instance of movieClip 4616 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4619 {
}
movieClip 4621 {
}
movieClip 4622 {
instance hat_front of movieClip 4621 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4625 {
}
movieClip 4626 {
instance right_forearm of movieClip 4625 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4629 {
}
movieClip 4630 {
instance right_hand of movieClip 4629 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4632 {
}
movieClip 4633 {
instance pantuB_2 of movieClip 4632 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4636 {
}
movieClip 4638 {
}
movieClip 4639 {
instance right_thigh of movieClip 4636 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4638 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4642 {
}
movieClip 4644 {
}
movieClip 4645 {
instance right_foot of movieClip 4642 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 4644 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4648 {
}
movieClip 4649 {
instance right_shin of movieClip 4648 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4651 {
}
movieClip 4654 {
}
movieClip 4655 {
instance of movieClip 4654 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4657 {
}
movieClip 4658 {
instance pantuB of movieClip 4657 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4660 {
}
movieClip 4661 {
instance pantuA of movieClip 4660 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4663 {
}
movieClip 4664 {
instance pantuC of movieClip 4663 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4666 {
}
movieClip 4667 {
instance skirt_front of movieClip 4666 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4669 {
}
movieClip 4670 {
instance tie of movieClip 4669 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4671 {
}
movieClip 4672 {
}
movieClip 4673 {
instance renderb of movieClip 4672 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 4679 {
}
movieClip 4705 {
}
movieClip 4710 {
frame 1 {
if (_root.gallery_mode_on != 1) {
_root.cum_xxx = 1;
}
_root.func_message_after02();
}
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 0, 'h': 60};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 5;
M_HEIGHT = 5;
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 130 {
if (_root.gallery_mode_on == 1) {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
this.gotoAndPlay('loop00');
break;
case 2:
this.gotoAndPlay('loop01');
break;
default:
}
}
}
frame 142 {
_root.wetdevice = 0;
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
if (_root.difficult == 0) {
_root.muteki = 1;
}
_root.jump_on = 0;
_root.attack_on = 0;
_root.bomb_on = 0;
_root.down_on = 0;
_root.jump_end = 0;
_root.attack_end = 0;
_root.bomb_end = 0;
this._parent.gotoAndStop('wait');
}
}
}
movieClip 4714 {
}
movieClip 4715 {
instance of movieClip 4616 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4717 {
}
movieClip 4720 {
}
movieClip 4721 {
instance of movieClip 4720 {
onClipEvent (load) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_breast != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4726 {
frame 1 {
if (_root.gallery_mode_on != 1) {
_root.cum_xxx = 1;
}
_root.func_message_after03();
}
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 0, 'h': 60};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 5;
M_HEIGHT = 5;
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 130 {
if (_root.gallery_mode_on == 1) {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
this.gotoAndPlay('loop00');
break;
case 2:
this.gotoAndPlay('loop01');
break;
default:
}
}
}
frame 142 {
_root.wetdevice = 0;
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
if (_root.difficult == 0) {
_root.muteki = 1;
}
_root.jump_on = 0;
_root.attack_on = 0;
_root.bomb_on = 0;
_root.down_on = 0;
_root.jump_end = 0;
_root.attack_end = 0;
_root.bomb_end = 0;
this._parent.gotoAndStop('wait');
}
}
}
movieClip 4727 {
frame 1 {
this.stop();
}
instance of movieClip 3730 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
instance player of movieClip 4727 {
onClipEvent (enterFrame) {
_root.player_ctrl();
}
}
movieClip 4729 {
}
button 4730 {
on (release) {
_root.se001.start();
_root.gotoAndStop('title');
}
}
movieClip 4732 {
}
movieClip 4734 {
}
instance of movieClip 4734 {
onClipEvent (enterFrame) {
_root.move_speed_show = 'speed:' + _root.move_speed;
}
}
movieClip 4736 {
}
instance of movieClip 4736 {
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 4738 {
}
instance of movieClip 4738 {
onClipEvent (load) {
_root.default_numbers();
if (_root.trial_mode != 1) {
_root.player.loadMovie('data/data001.swf');
}
}
}
frame 7 {
_root.bgm001.start(0, 999);
_root.bgm_set = 1;
_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.now_stage = 1;
}
movieClip 4739 {
}
movieClip 4742 {
}
movieClip 4749 {
frame 1 {
this.stop();
}
}
movieClip 4752 {
}
movieClip 4755 {
}
movieClip 4764 {
frame 1 {
this.stop();
}
}
movieClip 4767 {
}
movieClip 4770 {
}
movieClip 4773 {
}
movieClip 4776 {
}
movieClip 4779 {
}
movieClip 4782 {
}
movieClip 4785 {
}
movieClip 4788 {
}
movieClip 4791 {
}
movieClip 4794 {
}
movieClip 4797 {
}
movieClip 4809 {
}
movieClip 4810 {
}
movieClip 4813 {
}
movieClip 4816 {
}
movieClip 4817 {
frame 1 {
this.stop();
}
frame 1 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š1';
}
instance of movieClip 4739 {
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 of movieClip 4742 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed * 0.1;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
instance of movieClip 4749 {
onClipEvent (enterFrame) {
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 of movieClip 4752 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
frame 3 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š3';
}
instance of movieClip 4755 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed * 0.2;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
instance of movieClip 4764 {
onClipEvent (enterFrame) {
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 of movieClip 4767 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
frame 4 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š4';
}
instance of movieClip 4770 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
frame 5 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š5';
}
instance of movieClip 4773 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed * 0.1;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
instance of movieClip 4776 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed * 0.2;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
instance of movieClip 4779 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed * 0.4;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
instance of movieClip 4782 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
frame 6 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š6';
}
instance of movieClip 4785 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed * 0.1;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
instance of movieClip 4788 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed * 0.2;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
instance of movieClip 4791 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed * 0.4;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
instance of movieClip 4794 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
frame 7 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š7';
}
instance of movieClip 4797 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed * 0.1;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
instance of movieClip 4810 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed * 0.2;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
instance of movieClip 4813 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed * 0.4;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
instance of movieClip 4816 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
movieClip 4818 {
}
instance enemy_field of movieClip 4818 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
movieClip 4821 {
}
movieClip 4823 {
}
instance hint_window of movieClip 4823 {
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;
}
}
}
}
}
}
movieClip 4824 {
}
movieClip 4864 {
}
movieClip 4865 {
instance chaser of movieClip 4864 {
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 = -1100;
_root.GOAL_Point = 16000;
break;
case 3:
this._x = -1000;
_root.chaser_startPoint = -800;
_root.GOAL_Point = 17000;
break;
case 4:
this._x = -900;
_root.chaser_startPoint = -800;
_root.GOAL_Point = 18000;
break;
case 5:
this._x = -800;
_root.chaser_startPoint = -800;
_root.GOAL_Point = 19000;
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) {
if (this._x >= -30) {
_root.HP = 1;
} else {
if (_root.cheat_ON02 != 100 && _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 += 2;
_root.chaser_score += 2;
break;
case 50:
this._x += 0;
_root.chaser_score += 0;
case 100:
if (_root.chaser_on == 1) {
this._x += 3;
_root.chaser_score += 3;
} else {
this._x += 0;
_root.chaser_score += 0;
}
default:
}
if (_root.now_stage != 50) {
this._x -= _root.move_speed;
}
if (this._x >= 0) {
_root.HP = 1;
}
}
}
}
}
}
}
movieClip 4867 {
}
movieClip 4869 {
}
movieClip 4871 {
}
movieClip 4872 {
instance of movieClip 4867 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 2 {
_root.game_go = 0;
}
frame 47 {
_root.game_go = 1;
this.stop();
}
}
movieClip 4874 {
}
movieClip 4875 {
}
movieClip 4876 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 4874 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 2 {
_root.black_out_now01 = 1;
}
frame 27 {
_root.black_out_now01 = 0;
this.gotoAndStop(1);
}
}
movieClip 4878 {
}
movieClip 4879 {
}
movieClip 4880 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 4878 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 28 {
_root.gotoAndStop('gameover1');
}
frame 55 {
this.gotoAndStop(1);
}
}
instance of movieClip 4880 {
onClipEvent (enterFrame) {
if (_root.gameover_on == 1) {
} else {
if (_root.game_over_NG != 1 && _root.HP <= 1) {
_root.gameover_on = 1;
_root.dead_mes_on = 1;
_root.func_message_gameover();
this.gotoAndPlay(2);
}
}
}
}
movieClip 4882 {
}
movieClip 4883 {
}
movieClip 4884 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 4882 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 18 {
_root.score = 0;
if (_root.trial_mode == 1) {
this._parent.gotoAndStop('trial_end');
} else {
this._parent.gotoAndStop('stageclear');
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 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:
}
}
}
frame 35 {
_root.stage_change_on = 0;
_root.ctrl_lock = 0;
_root.muteki = 0;
this.gotoAndStop(1);
}
}
instance of movieClip 4884 {
onClipEvent (enterFrame) {
if (_root.stage_change_on == 1) {
} else {
if (_root.score >= _root.GOAL_Point) {
_root.stage_change_on = 1;
_root.ctrl_lock = 1;
this.gotoAndPlay(2);
}
}
}
}
movieClip 4886 {
}
button 4889 {
on (release) {
_root.se001.start();
_root.gotoAndStop('title');
}
}
// unknown tag 88 length 73
movieClip 4893 {
frame 1 {
this.stop();
}
}
movieClip 4899 {
frame 1 {
this.stop();
}
}
movieClip 4901 {
instance of movieClip 4899 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 2 {
this.stop();
}
}
movieClip 4906 {
frame 1 {
this.stop();
}
}
movieClip 4909 {
instance of movieClip 4906 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 2 {
this.stop();
}
}
// unknown tag 88 length 73
movieClip 4912 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 4886 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
instance of movieClip 4893 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4901 {
onClipEvent (load) {
if (_root.now_stage == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4909 {
onClipEvent (load) {
if (_root.now_stage == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
instance of movieClip 4734 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
_root.score += _root.move_speed;
}
_root.move_speed_show = 'speed:' + _root.move_speed;
}
}
instance of movieClip 4736 {
onClipEvent (enterFrame) {
_root.stage01_summonenemy();
}
}
instance of movieClip 4738 {
onClipEvent (load) {
_root.default_numbers();
_root.default_enemystatus();
if (_root.trial_mode != 1) {
_root.player.loadMovie('data/data001.swf');
}
}
}
button 4915 {
on (release) {
if (_root.BG._currentframe == 7) {
_root.BG.gotoAndStop(1);
} else {
_root.BG.gotoAndStop(_root.BG._currentframe + 1);
}
_root.bgm_stop();
switch (_root.BG._currentframe) {
case 1:
_root.bgm_set = 1;
_root.bgm001.start(0, 999);
break;
case 2:
_root.bgm_set = 2;
_root.bgm002.start(0, 999);
break;
case 3:
_root.bgm_set = 3;
_root.bgm003.start(0, 999);
break;
case 4:
_root.bgm_set = 4;
_root.bgm004.start(0, 999);
break;
case 5:
_root.bgm_set = 5;
_root.bgm005.start(0, 999);
break;
case 6:
_root.bgm_set = 6;
_root.bgm006.start(0, 999);
break;
case 7:
_root.bgm_set = 7;
_root.bgm007.start(0, 999);
break;
default:
}
_root.debug_stagechanger.ya.gotoAndStop(_root.bgm_set);
}
}
button 4917 {
on (release) {
_root.se001.start();
if (_root.wear_hat == 1) {
_root.wear_hat = 0;
} else {
_root.wear_hat = 1;
}
_root.wear_change();
}
}
button 4919 {
on (release) {
_root.se001.start();
if (_root.wear_breast == 1) {
_root.wear_breast = 0;
} else {
_root.wear_breast = 1;
}
_root.wear_change();
}
}
button 4921 {
on (release) {
_root.se001.start();
if (_root.wear_skirt == 1) {
_root.wear_skirt = 0;
} else {
_root.wear_skirt = 1;
}
_root.wear_change();
}
}
button 4923 {
on (release) {
_root.se001.start();
if (_root.wear_cloak == 1) {
_root.wear_cloak = 0;
} else {
_root.wear_cloak = 1;
}
_root.wear_change();
}
}
button 4925 {
on (release) {
_root.se001.start();
if (_root.wear_arm == 1) {
_root.wear_arm = 0;
} else {
_root.wear_arm = 1;
}
_root.wear_change();
}
}
button 4927 {
on (release) {
_root.se001.start();
if (_root.wear_leg == 1) {
_root.wear_leg = 0;
} else {
_root.wear_leg = 1;
}
_root.wear_change();
}
}
button 4929 {
on (release) {
_root.se001.start();
if (_root.wear_shoes == 1) {
_root.wear_shoes = 0;
} else {
_root.wear_shoes = 1;
}
_root.wear_change();
}
}
button 4931 {
on (release) {
_root.se001.start();
if (_root.wear_pantu == 1) {
_root.wear_pantu = 0;
} else {
_root.wear_pantu = 1;
}
_root.wear_change();
}
}
button 4935 {
on (release) {
_root.debug_stageBGM_change01();
}
}
button 4937 {
on (release) {
_root.debug_stageBGM_change02();
}
}
button 4939 {
on (release) {
_root.debug_stageBGM_change03();
}
}
button 4941 {
on (release) {
_root.debug_stageBGM_change04();
}
}
button 4943 {
on (release) {
_root.debug_stageBGM_change05();
}
}
button 4945 {
on (release) {
_root.debug_stageBGM_change06();
}
}
button 4947 {
on (release) {
_root.debug_stageBGM_change07();
}
}
movieClip 4949 {
frame 1 {
this.stop();
}
}
button 4951 {
on (release) {
_root.bgm_stop();
}
}
movieClip 4952 {
}
movieClip 4953 {
instance debug_stagechanger of movieClip 4952 {
onClipEvent (load) {
_root.debug_stageBGM_change01 = function () {
_root.BG.gotoAndStop(1);
_root.bgm_stop();
_root.bgm_set = 1;
_root.debug_stagechanger.ya.gotoAndStop(1);
_root.bgm001.start(0, 999);
};
_root.debug_stageBGM_change02 = function () {
_root.BG.gotoAndStop(2);
_root.bgm_stop();
_root.bgm_set = 2;
_root.debug_stagechanger.ya.gotoAndStop(2);
_root.bgm002.start(0, 999);
};
_root.debug_stageBGM_change03 = function () {
_root.BG.gotoAndStop(3);
_root.bgm_stop();
_root.bgm_set = 3;
_root.debug_stagechanger.ya.gotoAndStop(3);
_root.bgm003.start(0, 999);
};
_root.debug_stageBGM_change04 = function () {
_root.BG.gotoAndStop(4);
_root.bgm_stop();
_root.bgm_set = 4;
_root.debug_stagechanger.ya.gotoAndStop(4);
_root.bgm004.start(0, 999);
};
_root.debug_stageBGM_change05 = function () {
_root.BG.gotoAndStop(5);
_root.bgm_stop();
_root.bgm_set = 5;
_root.debug_stagechanger.ya.gotoAndStop(5);
_root.bgm005.start(0, 999);
};
_root.debug_stageBGM_change06 = function () {
_root.BG.gotoAndStop(6);
_root.bgm_stop();
_root.bgm_set = 6;
_root.debug_stagechanger.ya.gotoAndStop(6);
_root.bgm006.start(0, 999);
};
_root.debug_stageBGM_change07 = function () {
_root.BG.gotoAndStop(7);
_root.bgm_stop();
_root.bgm_set = 7;
_root.debug_stagechanger.ya.gotoAndStop(7);
_root.bgm007.start(0, 999);
};
}
}
}
instance soundTest_set of movieClip 4953 {
onClipEvent (load) {
if (_root.debug_mode == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 4977 {
}
instance num_debug of movieClip 4977 {
onClipEvent (load) {
if (_root.debug_mode == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
this.numdebug1 = '_root.muteki = ' + _root.muteki;
this.numdebug2 = '_root.yarare_on = ' + _root.yarare_on;
this.numdebug3 = _root.enemy_field.enemy1.enemy1._x + _root.enemy_field.enemy1._x;
this.numdebug4 = _root.enemy_field.enemy2._y;
this.numdebug5 = _root.enemy_field.enemy2._x + _root.enemy_field.enemy2.enemy2._x;
this.numdebug6 = (_root.score / _root.GOAL_Point) * 80;
this.numdebug7 = ((_root.chaser_score + _root.chaser_startPoint) / _root.GOAL_Point) * 80;
this.numdebug8 = _root.chaser_score;
this.numdebug9 = _root.difficult;
}
}
frame 8 {
_root.bgm_allstop();
_root.anim_remove();
}
movieClip 4981 {
}
// unknown tag 88 length 126
movieClip 4986 {
}
movieClip 4988 {
}
movieClip 4990 {
}
movieClip 4992 {
}
movieClip 4994 {
}
movieClip 4996 {
}
movieClip 4997 {
frame 1 {
this.stop();
}
}
movieClip 4999 {
}
movieClip 5001 {
}
movieClip 5003 {
}
movieClip 5004 {
}
button 5006 {
on (release) {
_root.se001.start();
gotoAndStop('title');
}
}
frame 9 {
_root.bgm_allstop();
_root.anim_remove();
_root.gameoverMC1.gotoAndPlay(2);
}
movieClip 5009 {
}
movieClip 5012 {
}
movieClip 5014 {
}
// unknown tag 88 length 70
button 5017 {
on (release) {
_root.gameoverEND(1);
_root.default_numbers();
_root.gotoAndStop('stage');
_root.se001.start();
}
}
button 5019 {
on (release) {
_root.gameoverEND(1);
_root.gotoAndStop('title');
_root.se001.start();
}
}
movieClip 5021 {
}
movieClip 5022 {
}
frame 10 {
_root.bgm_allstop();
_root.anim_remove();
}
movieClip 5024 {
}
movieClip 5025 {
}
button 5027 {
on (release) {
_root.se001.start();
gotoAndStop('title');
}
}