Combined Code
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 46 {
}
movieClip 48 {
}
movieClip 49 {
instance of movieClip 48 {
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['yarare' + this._parent._parent._parent.enemy_number + 'A'].gotoAndStop(2);
} else {
if (_root.move_height == -1) {
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'B'].gotoAndStop(2);
} else {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'A'].gotoAndStop(2);
break;
case 2:
_root.player.gotoAndStop('void');
_root['yarare' + this._parent._parent._parent.enemy_number + 'B'].gotoAndStop(2);
break;
default:
}
}
}
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._alpha = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._y = 200;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._x = 0;
_root.enemy_field['enemy' + this._parent._parent._parent.enemy_number].MC._x = 160;
this._parent._parent.gotoAndStop(1);
_root.enemy_stop[this._parent._parent._parent.enemy_number] = 1;
}
}
}
}
}
}
movieClip 51 {
}
movieClip 52 {
instance wear_break of movieClip 48 {
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 53 {
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] = _root.enemyspeed_def[2];
this.gotoAndPlay('wait');
}
}
movieClip 56 {
}
movieClip 57 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(2);
this.stop();
}
}
movieClip 58 butterfly {
instance MC of movieClip 57 {
onClipEvent (load) {
enemy_number = 2;
hit_width = 74;
hit_height = 94;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
}
}
}
}
}
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.yarare3A.loadMovie('data/data-d-003a.swf');
_root.yarare3B.loadMovie('data/data-d-003b.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.MC.stop();
_root.enemy_field.enemy2.MC.MC.stop();
_root.yarare2A.MC.stop();
_root.yarare2B.MC.stop();
_root.enemy_field.enemy3.MC.stop();
_root.enemy_field.enemy3.MC.MC.stop();
_root.yarare3A.MC.stop();
_root.yarare3B.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.MC._currentframe != 1) {
_root.enemy_field.enemy2.MC.play();
}
_root.enemy_field.enemy2.MC.MC.play();
_root.yarare2A.MC.play();
_root.yarare2B.MC.play();
if (_root.enemy_field.enemy3.MC._currentframe != 1) {
_root.enemy_field.enemy3.MC.play();
}
_root.enemy_field.enemy3.MC.MC.play();
_root.yarare3A.MC.play();
_root.yarare3B.MC.play();
}
}
_root.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, 0, 6, 4, 6, 6, 0, 0, 7, 6, 6, 4, 5, 6, 5, 5, 5, 5, 5];
var enemyspeed_def = [0, 0, 5, 0, 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.enemyspeed = [0, 0, 5, 0, 6, 4, 6, 6, 0, 0, 7, 6, 6, 4, 5, 6, 5, 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.enemy03_summon = function () {
if (_root.enemy_on[3] != 1) {
if (_root.enemy_RandomSummonTiming_on[3] != 1) {
_root.enemy_RandomSummonTiming_on[3] = 1;
_root.enemy_RandomSummonTiming_max[3] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[3] == _root.enemy_RandomSummonTiming_max[3]) {
_root.enemy_RandomSummonTiming_on[3] = 0;
_root.enemy_RandomSummonTiming_max[3] = 0;
_root.enemy_RandomSummonTiming_count[3] = 0;
_root.enemy_field.attachMovie('flying_moray', 'enemy3', 30);
_root.enemy_field.enemy3._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy3._y = 300;
_root.enemy_on[3] = 1;
} else {
_root.enemy_RandomSummonTiming_count[3] += 1;
}
}
}
};
_root.stage01_summonenemy = function () {
if (_root.true_start != 1) {
_root.enemy01_summon();
_root.enemy02_summon();
_root.enemy03_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.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy2.MC._x -= _root.enemyspeed[2] + _root.move_speed;
}
}
if (_root.enemy_on[3] == 1) {
if (_root.enemy_stop[3] == 1) {
_root.enemy_field.enemy3.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy3.MC._x -= _root.enemyspeed[3] + _root.move_speed;
}
}
}
};
}
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 66 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 68 {
}
// unknown tag 88 length 76
movieClip 72 {
}
movieClip 73 {
}
movieClip 76 {
frame 1 {
this.stop();
}
}
instance of movieClip 76 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 80 {
}
movieClip 83 {
frame 1 {
this.stop();
}
instance of movieClip 80 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 84 {
instance MC2 of movieClip 83 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 83 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 87 {
frame 1 {
this.stop();
}
}
movieClip 88 {
instance left_hand 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 left_forearm 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_hand of movieClip 95 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 99 {
frame 1 {
this.stop();
}
}
movieClip 100 {
instance right_forearm of movieClip 99 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 103 {
frame 1 {
this.stop();
}
}
movieClip 105 {
frame 1 {
this.stop();
}
}
movieClip 106 {
instance right_foot of movieClip 103 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 105 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 109 {
frame 1 {
this.stop();
}
}
movieClip 110 {
instance right_shin of movieClip 109 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 117 {
frame 1 {
this.stop();
}
}
movieClip 119 {
frame 1 {
this.stop();
}
}
movieClip 120 {
instance left_foot of movieClip 117 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 119 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 123 {
frame 1 {
this.stop();
}
}
movieClip 124 {
instance left_shin of movieClip 123 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 127 {
}
movieClip 129 {
}
movieClip 140 {
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 143 {
}
movieClip 145 {
}
movieClip 146 {
}
movieClip 148 {
}
movieClip 150 {
}
movieClip 152 {
}
movieClip 154 {
}
movieClip 156 {
}
movieClip 158 {
}
movieClip 160 {
}
movieClip 162 {
}
movieClip 164 {
}
movieClip 166 {
}
movieClip 168 {
}
movieClip 169 {
}
movieClip 171 {
}
movieClip 173 {
frame 1 {
this.stop();
}
}
movieClip 174 {
instance hat_back of movieClip 173 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 176 {
frame 1 {
this.stop();
}
}
movieClip 177 {
instance cloak of movieClip 176 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 179 {
frame 1 {
this.stop();
}
}
movieClip 180 {
instance collar_back of movieClip 179 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 182 {
frame 1 {
this.stop();
}
}
movieClip 183 {
instance skirt_back of movieClip 182 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 187 {
frame 1 {
this.stop();
}
}
movieClip 188 {
instance right_arm of movieClip 187 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 192 {
}
movieClip 195 {
frame 1 {
this.stop();
}
}
movieClip 197 {
}
movieClip 198 {
instance right_thigh of movieClip 195 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 197 {
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 201 {
frame 1 {
this.stop();
}
}
movieClip 203 {
}
movieClip 204 {
instance left_thigh of movieClip 201 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 203 {
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 207 {
}
movieClip 208 {
instance of movieClip 207 {
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 210 {
}
movieClip 214 {
frame 1 {
this.stop();
}
}
movieClip 215 {
instance left_arm of movieClip 214 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 219 {
}
movieClip 221 {
frame 1 {
this.stop();
}
}
movieClip 222 {
instance pantuC of movieClip 221 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 225 {
}
movieClip 226 {
instance of movieClip 225 {
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 228 {
}
movieClip 230 {
frame 1 {
this.stop();
}
}
movieClip 231 {
instance breast_wear of movieClip 230 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 234 {
}
movieClip 235 {
instance of movieClip 234 {
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 237 {
}
movieClip 242 {
}
movieClip 243 {
instance of movieClip 242 {
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 245 {
}
movieClip 249 {
frame 1 {
this.stop();
}
}
movieClip 250 {
instance pantuB of movieClip 249 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 252 {
frame 1 {
this.stop();
}
}
movieClip 253 {
instance pantuA of movieClip 252 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 255 {
frame 1 {
this.stop();
}
}
movieClip 256 {
instance skirt_front of movieClip 255 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 259 {
}
movieClip 261 {
}
movieClip 262 {
instance of movieClip 259 {
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 264 {
}
movieClip 266 {
frame 1 {
this.stop();
}
}
movieClip 267 {
instance collar_left of movieClip 266 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 269 {
frame 1 {
this.stop();
}
}
movieClip 270 {
instance collar_right of movieClip 269 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 272 {
frame 1 {
this.stop();
}
}
movieClip 274 {
}
movieClip 275 {
frame 1 {
this.stop();
}
}
movieClip 276 {
instance tie of movieClip 275 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 278 {
}
movieClip 283 {
}
movieClip 286 {
}
movieClip 288 {
}
movieClip 289 {
instance of movieClip 286 {
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 291 {
frame 1 {
this.stop();
}
}
movieClip 292 {
instance hat_front of movieClip 291 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 294 {
}
movieClip 296 {
}
movieClip 297 {
frame 1 {
this.stop();
}
instance of movieClip 294 {
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 298 {
frame 1 {
this.stop();
}
instance of movieClip 294 {
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 299 {
instance MC2 of movieClip 297 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 298 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 301 {
}
movieClip 304 {
}
movieClip 306 {
}
movieClip 307 {
instance renderb of movieClip 306 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 310 {
}
movieClip 312 {
}
movieClip 322 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 323 {
instance MC of movieClip 322 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 325 {
}
movieClip 327 {
}
movieClip 329 {
}
movieClip 331 {
}
movieClip 332 {
frame 1 {
this.stop();
}
instance of movieClip 325 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 333 {
instance MC of movieClip 332 {
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();
}
}
}
}
// unknown tag 88 length 126
button 339 {
on (release) {
if (_root.wear_hat != 1) {
_root.wear_hat = 1;
_root.wear_breast = 1;
_root.wear_skirt = 1;
_root.wear_cloak = 1;
_root.wear_arm = 1;
_root.wear_leg = 1;
_root.wear_pantu = 1;
_root.wear_shoes = 1;
} else {
_root.wear_hat = 0;
_root.wear_breast = 0;
_root.wear_skirt = 0;
_root.wear_cloak = 0;
_root.wear_arm = 0;
_root.wear_leg = 0;
_root.wear_pantu = 0;
_root.wear_shoes = 0;
}
this._parent.hat_front.hat_front.gotoAndStop(_root.wear_hat + 1);
this._parent.hat_back.hat_back.gotoAndStop(_root.wear_hat + 1);
this._parent.breast_wear_front.breast_wear_front.gotoAndStop(_root.wear_breast + 1);
this._parent.breast_wear_back.breast_wear_back.gotoAndStop(_root.wear_breast + 1);
this._parent.breast_wear.breast_wear.gotoAndStop(_root.wear_breast + 1);
this._parent.skirt_front.skirt_front.gotoAndStop(_root.wear_skirt + 1);
this._parent.skirt_frontB.skirt_frontB.gotoAndStop(_root.wear_skirt + 1);
this._parent.skirt_back.skirt_back.gotoAndStop(_root.wear_skirt + 1);
this._parent.tie.tie.gotoAndStop(_root.wear_cloak + 1);
this._parent.collar_left.collar_left.gotoAndStop(_root.wear_cloak + 1);
this._parent.collar_right.collar_right.gotoAndStop(_root.wear_cloak + 1);
this._parent.collar_back.collar_back.gotoAndStop(_root.wear_cloak + 1);
this._parent.cloak.cloak.gotoAndStop(_root.wear_cloak + 1);
this._parent.left_handA.left_handA.gotoAndStop(_root.wear_arm + 1);
this._parent.left_handB.left_handB.gotoAndStop(_root.wear_arm + 1);
this._parent.left_handC.left_handC.gotoAndStop(_root.wear_arm + 1);
this._parent.left_hand.left_hand.gotoAndStop(_root.wear_arm + 1);
this._parent.left_forearm.left_forearm.gotoAndStop(_root.wear_arm + 1);
this._parent.left_arm.left_arm.gotoAndStop(_root.wear_arm + 1);
this._parent.right_hand.right_hand.gotoAndStop(_root.wear_arm + 1);
this._parent.right_forearm.right_forearm.gotoAndStop(_root.wear_arm + 1);
this._parent.right_arm.right_arm.gotoAndStop(_root.wear_arm + 1);
this._parent.left_thigh.left_thigh.gotoAndStop(_root.wear_leg + 1);
this._parent.left_shin.left_shin.gotoAndStop(_root.wear_leg + 1);
this._parent.left_foot.left_foot.gotoAndStop(_root.wear_leg + 1);
this._parent.left_foot.left_shoes.gotoAndStop(_root.wear_shoes + 1);
this._parent.right_thigh.right_thigh.gotoAndStop(_root.wear_leg + 1);
this._parent.right_shin.right_shin.gotoAndStop(_root.wear_leg + 1);
this._parent.right_foot.right_foot.gotoAndStop(_root.wear_leg + 1);
this._parent.right_foot.right_shoes.gotoAndStop(_root.wear_shoes + 1);
this._parent.pantu.pantu.gotoAndStop(_root.wear_pantu + 1);
this._parent.pantuA.pantuA.gotoAndStop(_root.wear_pantu + 1);
this._parent.pantuB.pantuB.gotoAndStop(_root.wear_pantu + 1);
this._parent.pantuB_2.pantuB_2.gotoAndStop(_root.wear_pantu + 1);
this._parent.pantuC.pantuC.gotoAndStop(_root.wear_pantu + 1);
}
}
movieClip 340 {
}
movieClip 343 {
}
movieClip 344 {
frame 1 {
this.stop();
}
}
movieClip 346 {
}
movieClip 348 {
}
movieClip 350 {
}
movieClip 352 {
}
movieClip 354 {
}
movieClip 356 {
}
movieClip 357 {
}
movieClip 359 {
}
movieClip 361 {
}
movieClip 362 {
}
movieClip 363 {
}
movieClip 364 {
frame 1 {
this.stop();
}
instance of movieClip 344 {
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 357 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 363 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 389 {
}
movieClip 390 {
instance of movieClip 286 {
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 640 {
}
movieClip 700 {
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 701 {
instance MC of movieClip 700 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 703 {
}
movieClip 717 {
frame 1 {
this.stop();
}
}
movieClip 718 {
instance MC of movieClip 717 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 817 {
}
movieClip 821 {
}
movieClip 822 {
instance of movieClip 286 {
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 908 {
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 340 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 364 {
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 909 {
frame 1 {
this.stop();
}
}
movieClip 911 {
}
movieClip 913 {
frame 1 {
this.stop();
}
instance of movieClip 911 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 914 {
instance MC2 of movieClip 913 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 913 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 920 {
}
movieClip 921 {
}
movieClip 922 {
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 924 {
}
movieClip 925 {
}
movieClip 926 {
}
movieClip 927 {
}
movieClip 929 {
}
movieClip 931 {
}
movieClip 932 {
}
movieClip 933 {
}
movieClip 934 {
}
movieClip 936 {
}
movieClip 937 {
}
movieClip 942 {
frame 1 {
this.stop();
}
}
movieClip 943 {
instance left_hand of movieClip 942 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 946 {
frame 1 {
this.stop();
}
}
movieClip 947 {
instance left_forearm of movieClip 946 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 952 {
frame 1 {
this.stop();
}
}
movieClip 953 {
instance left_arm of movieClip 952 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 955 {
}
movieClip 958 {
frame 1 {
this.stop();
}
}
movieClip 960 {
frame 1 {
this.stop();
}
}
movieClip 961 {
instance left_foot of movieClip 958 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 960 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 964 {
frame 1 {
this.stop();
}
}
movieClip 965 {
instance left_thigh of movieClip 964 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 968 {
frame 1 {
this.stop();
}
}
movieClip 969 {
instance left_shin of movieClip 968 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 973 {
}
movieClip 976 {
}
movieClip 977 {
instance of movieClip 976 {
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 979 {
frame 1 {
this.stop();
}
}
movieClip 980 {
instance breast_wear_back of movieClip 979 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 982 {
}
movieClip 984 {
frame 1 {
this.stop();
}
}
movieClip 985 {
instance breast_wear of movieClip 984 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 988 {
frame 1 {
this.stop();
}
}
movieClip 989 {
instance right_hand of movieClip 988 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 993 {
frame 1 {
this.stop();
}
}
movieClip 994 {
instance right_forearm of movieClip 993 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 998 {
frame 1 {
this.stop();
}
}
movieClip 999 {
instance hat_back of movieClip 998 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1002 {
}
movieClip 1003 {
instance of movieClip 1002 {
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 1006 {
frame 1 {
this.stop();
}
}
movieClip 1008 {
frame 1 {
this.stop();
}
}
movieClip 1009 {
instance right_foot of movieClip 1006 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 1008 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1011 {
}
movieClip 1014 {
frame 1 {
this.stop();
}
}
movieClip 1015 {
instance pantuB of movieClip 1014 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1019 {
frame 1 {
this.stop();
}
}
movieClip 1020 {
instance right_thigh of movieClip 1019 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1023 {
frame 1 {
this.stop();
}
}
movieClip 1024 {
instance right_shin of movieClip 1023 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1029 {
}
movieClip 1030 {
instance of movieClip 1029 {
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 1032 {
frame 1 {
this.stop();
}
}
movieClip 1033 {
instance pantuA of movieClip 1032 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1035 {
frame 1 {
this.stop();
}
}
movieClip 1036 {
instance skirt_front of movieClip 1035 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1039 {
}
movieClip 1040 {
instance of movieClip 1039 {
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 1042 {
}
movieClip 1045 {
frame 1 {
this.stop();
}
}
movieClip 1046 {
instance right_arm of movieClip 1045 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1048 {
frame 1 {
this.stop();
}
}
movieClip 1049 {
instance collar_back of movieClip 1048 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1051 {
frame 1 {
this.stop();
}
}
movieClip 1052 {
instance cloak of movieClip 1051 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1054 {
}
movieClip 1059 {
}
movieClip 1062 {
}
movieClip 1064 {
instance of movieClip 1062 {
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 1066 {
frame 1 {
this.stop();
}
}
movieClip 1067 {
instance hat_front of movieClip 1066 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1068 {
}
movieClip 1069 {
}
movieClip 1070 {
}
movieClip 1071 {
}
movieClip 1073 {
}
movieClip 1075 {
}
movieClip 1081 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 1082 {
instance MC of movieClip 1081 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1083 {
}
movieClip 1085 {
}
movieClip 1086 {
}
movieClip 1087 {
}
movieClip 1088 {
frame 1 {
this.stop();
}
instance of movieClip 1083 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 1089 {
instance MC of movieClip 1088 {
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 1090 {
}
movieClip 1091 {
}
movieClip 1092 {
frame 1 {
this.stop();
}
instance of movieClip 1090 {
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 1093 {
frame 1 {
this.stop();
}
instance of movieClip 1090 {
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 1094 {
instance MC2 of movieClip 1092 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 1093 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1095 {
}
movieClip 1096 {
frame 1 {
this.stop();
}
}
movieClip 1097 {
}
movieClip 1098 {
}
movieClip 1099 {
}
movieClip 1100 {
}
movieClip 1101 {
}
movieClip 1102 {
}
movieClip 1103 {
}
movieClip 1105 {
}
movieClip 1106 {
}
movieClip 1107 {
}
movieClip 1108 {
}
movieClip 1109 {
frame 1 {
this.stop();
}
instance of movieClip 1096 {
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 1103 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 1108 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1127 {
}
movieClip 1128 {
instance of movieClip 1062 {
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 1472 {
}
movieClip 1500 {
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 1501 {
instance MC of movieClip 1500 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1506 {
}
movieClip 1512 {
frame 1 {
this.stop();
}
}
movieClip 1513 {
instance MC of movieClip 1512 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1643 {
}
movieClip 1647 {
}
movieClip 1648 {
instance of movieClip 1062 {
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 1761 {
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 340 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 1109 {
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 1762 {
frame 1 {
this.stop();
}
}
movieClip 1768 {
frame 1 {
this.stop();
}
}
movieClip 1769 {
instance right_forearm of movieClip 1768 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1772 {
frame 1 {
this.stop();
}
}
movieClip 1773 {
instance left_forearm of movieClip 1772 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1779 {
}
movieClip 1780 {
instance cloak of movieClip 1779 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1782 {
}
movieClip 1783 {
instance hat_back of movieClip 1782 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1785 {
}
movieClip 1788 {
}
movieClip 1789 {
instance of movieClip 1788 {
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 1791 {
}
movieClip 1793 {
}
movieClip 1796 {
frame 1 {
this.stop();
}
}
movieClip 1797 {
instance right_arm of movieClip 1796 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1800 {
frame 1 {
this.stop();
}
}
movieClip 1801 {
instance left_arm of movieClip 1800 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1803 {
}
movieClip 1804 {
instance breast_wear of movieClip 1803 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1806 {
}
movieClip 1809 {
}
movieClip 1810 {
instance of movieClip 1809 {
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 1813 {
}
movieClip 1814 {
instance of movieClip 1813 {
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 1818 {
frame 1 {
this.stop();
}
}
movieClip 1820 {
}
movieClip 1821 {
instance left_thigh of movieClip 1818 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 1820 {
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 1825 {
frame 1 {
this.stop();
}
}
movieClip 1827 {
}
movieClip 1828 {
instance right_thigh of movieClip 1825 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 1827 {
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 1830 {
}
movieClip 1832 {
}
movieClip 1835 {
}
movieClip 1836 {
instance of movieClip 1835 {
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 1838 {
}
movieClip 1839 {
instance collar_right of movieClip 1838 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1841 {
}
movieClip 1842 {
instance collar_left of movieClip 1841 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1845 {
}
movieClip 1846 {
instance of movieClip 1845 {
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 1848 {
}
movieClip 1850 {
}
movieClip 1852 {
}
movieClip 1855 {
}
movieClip 1856 {
instance of movieClip 1855 {
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 1858 {
}
movieClip 1861 {
}
movieClip 1862 {
instance of movieClip 1861 {
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 1864 {
}
movieClip 1866 {
}
movieClip 1868 {
}
movieClip 1869 {
instance hat_front of movieClip 1868 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1871 {
}
movieClip 1872 {
instance tie of movieClip 1871 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1875 {
}
movieClip 1876 {
instance of movieClip 1875 {
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 1878 {
}
movieClip 1879 {
instance pantuB of movieClip 1878 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1881 {
}
movieClip 1882 {
instance pantuA of movieClip 1881 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1884 {
}
movieClip 1885 {
instance pantuC of movieClip 1884 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1887 {
}
movieClip 1888 {
instance skirt_front of movieClip 1887 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1890 {
}
movieClip 1892 {
}
movieClip 1905 {
frame 1 {
this.stop();
}
instance of movieClip 1892 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 17 {
this.stop();
}
}
movieClip 1907 {
}
movieClip 1918 {
frame 1 {
this.stop();
}
instance of movieClip 1907 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 1920 {
}
movieClip 1930 {
frame 1 {
this.stop();
}
instance of movieClip 1920 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 14 {
this.stop();
}
}
movieClip 1932 {
}
movieClip 1945 {
frame 1 {
this.stop();
}
instance of movieClip 1932 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 16 {
this.stop();
}
}
movieClip 1947 {
}
movieClip 1959 {
frame 1 {
this.stop();
}
instance of movieClip 1947 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 16 {
this.stop();
}
}
movieClip 1961 {
}
movieClip 1962 {
instance of movieClip 1905 {
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 1918 {
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 1930 {
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 1945 {
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 1959 {
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 1963 {
}
movieClip 1965 {
}
movieClip 1967 {
}
movieClip 1977 {
frame 1 {
this.stop();
}
instance of movieClip 1967 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 1979 {
}
movieClip 1986 {
frame 1 {
this.stop();
}
instance of movieClip 1979 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 1988 {
}
movieClip 1997 {
frame 1 {
this.stop();
}
instance of movieClip 1988 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 1999 {
}
movieClip 2006 {
frame 1 {
this.stop();
}
instance of movieClip 1999 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2008 {
}
movieClip 2015 {
frame 1 {
this.stop();
}
instance of movieClip 2008 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2016 {
instance of movieClip 1977 {
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 1986 {
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 1997 {
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 2006 {
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 2015 {
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 2018 {
}
movieClip 2019 {
}
movieClip 2020 {
instance of movieClip 2019 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 2021 {
}
movieClip 2023 {
}
movieClip 2024 {
}
movieClip 2025 {
}
movieClip 2026 {
frame 1 {
this.stop();
}
instance of movieClip 2021 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 2027 {
instance of movieClip 2026 {
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 2029 {
}
movieClip 2031 {
}
movieClip 2037 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 2039 {
}
movieClip 2040 {
instance of movieClip 2037 {
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 2048 {
frame 1 {
this.stop();
}
instance of movieClip 1861 {
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 2052 {
}
movieClip 2053 {
}
movieClip 2055 {
}
movieClip 2057 {
}
movieClip 2059 {
}
movieClip 2061 {
}
movieClip 2063 {
}
movieClip 2065 {
}
movieClip 2067 {
}
movieClip 2069 {
}
movieClip 2071 {
}
movieClip 2073 {
}
movieClip 2074 {
instance of movieClip 1861 {
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 2088 {
frame 1 {
this.stop();
}
instance of movieClip 1861 {
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 2098 {
frame 1 {
this.stop();
}
instance of movieClip 1861 {
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 2140 {
}
movieClip 2141 {
instance of movieClip 2140 {
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 2145 {
}
movieClip 2146 {
instance of movieClip 2145 {
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 2150 {
}
movieClip 2151 {
instance of movieClip 2150 {
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 2153 {
}
movieClip 2349 {
}
movieClip 2353 {
frame 1 {
this.stop();
}
instance of movieClip 1861 {
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 2421 {
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 2424 {
}
movieClip 2426 {
}
movieClip 2427 {
}
movieClip 2428 {
}
movieClip 2429 {
}
movieClip 2431 {
frame 1 {
this.stop();
}
instance of movieClip 2429 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 2432 {
instance MC2 of movieClip 2431 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2431 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2433 {
}
movieClip 2434 {
}
movieClip 2435 {
frame 1 {
this.stop();
}
instance of movieClip 2433 {
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 2436 {
frame 1 {
this.stop();
}
instance of movieClip 2433 {
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 2437 {
instance MC2 of movieClip 2435 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2436 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2439 {
frame 1 {
this.stop();
}
}
movieClip 2440 {
instance skirt_back of movieClip 2439 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2441 {
frame 1 {
this.stop();
}
}
movieClip 2442 {
instance cloak of movieClip 2441 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2444 {
frame 1 {
this.stop();
}
}
movieClip 2445 {
instance collar_back of movieClip 2444 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2447 {
frame 1 {
this.stop();
}
}
movieClip 2448 {
instance hat_back of movieClip 2447 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2450 {
}
movieClip 2451 {
}
movieClip 2454 {
frame 1 {
this.stop();
}
}
movieClip 2455 {
instance left_forearm of movieClip 2454 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2457 {
}
movieClip 2460 {
}
movieClip 2461 {
instance of movieClip 2460 {
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 2463 {
}
movieClip 2465 {
frame 1 {
this.stop();
}
}
movieClip 2466 {
instance breast_wear of movieClip 2465 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2469 {
frame 1 {
this.stop();
}
}
movieClip 2470 {
instance left_arm of movieClip 2469 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2472 {
}
movieClip 2475 {
}
movieClip 2476 {
instance of movieClip 2475 {
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 2478 {
}
movieClip 2480 {
}
movieClip 2483 {
}
movieClip 2484 {
instance of movieClip 2483 {
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 2486 {
}
movieClip 2489 {
frame 1 {
this.stop();
}
}
movieClip 2491 {
frame 1 {
this.stop();
}
}
movieClip 2492 {
instance right_foot of movieClip 2489 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 2491 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2495 {
frame 1 {
this.stop();
}
}
movieClip 2496 {
instance right_shin of movieClip 2495 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2499 {
frame 1 {
this.stop();
}
}
movieClip 2501 {
}
movieClip 2502 {
instance right_thigh of movieClip 2499 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 2501 {
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 2504 {
}
movieClip 2507 {
frame 1 {
this.stop();
}
}
movieClip 2509 {
frame 1 {
this.stop();
}
}
movieClip 2510 {
instance left_foot of movieClip 2507 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 2509 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2513 {
frame 1 {
this.stop();
}
}
movieClip 2514 {
instance left_shin of movieClip 2513 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2517 {
frame 1 {
this.stop();
}
}
movieClip 2519 {
}
movieClip 2520 {
instance left_thigh of movieClip 2517 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 2519 {
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 2522 {
}
movieClip 2525 {
}
movieClip 2526 {
instance of movieClip 2525 {
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 2528 {
frame 1 {
this.stop();
}
}
movieClip 2529 {
instance pantuB of movieClip 2528 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2531 {
frame 1 {
this.stop();
}
}
movieClip 2532 {
instance pantuA of movieClip 2531 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2534 {
frame 1 {
this.stop();
}
}
movieClip 2535 {
instance pantuC of movieClip 2534 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2537 {
frame 1 {
this.stop();
}
}
movieClip 2538 {
instance skirt_frontB of movieClip 2537 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2540 {
frame 1 {
this.stop();
}
}
movieClip 2541 {
instance skirt_front of movieClip 2540 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2543 {
}
movieClip 2544 {
}
movieClip 2546 {
}
movieClip 2548 {
frame 1 {
this.stop();
}
}
movieClip 2549 {
instance collar_left of movieClip 2548 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2551 {
frame 1 {
this.stop();
}
}
movieClip 2552 {
instance collar_right of movieClip 2551 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2553 {
frame 1 {
this.stop();
}
}
movieClip 2555 {
}
movieClip 2556 {
frame 1 {
this.stop();
}
}
movieClip 2557 {
instance tie of movieClip 2556 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2559 {
}
movieClip 2563 {
}
movieClip 2566 {
}
movieClip 2568 {
instance of movieClip 2566 {
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 2570 {
frame 1 {
this.stop();
}
}
movieClip 2571 {
instance hat_front of movieClip 2570 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2573 {
}
movieClip 2575 {
}
movieClip 2577 {
}
movieClip 2579 {
}
movieClip 2581 {
}
movieClip 2583 {
}
movieClip 2585 {
}
movieClip 2587 {
}
movieClip 2589 {
}
movieClip 2591 {
}
movieClip 2592 {
}
movieClip 2593 {
}
movieClip 2594 {
}
movieClip 2595 {
}
movieClip 2596 {
}
movieClip 2597 {
}
movieClip 2598 {
}
movieClip 2599 {
}
movieClip 2600 {
instance renderb of movieClip 2599 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 2601 {
}
movieClip 2603 {
}
movieClip 2604 {
}
movieClip 2605 {
}
movieClip 2606 {
frame 1 {
this.stop();
}
instance of movieClip 2601 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 2607 {
instance MC of movieClip 2606 {
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 2608 {
}
movieClip 2610 {
}
movieClip 2614 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 2615 {
instance MC of movieClip 2614 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2616 {
}
movieClip 2617 {
frame 1 {
this.stop();
}
}
movieClip 2618 {
}
movieClip 2619 {
}
movieClip 2620 {
}
movieClip 2621 {
}
movieClip 2622 {
}
movieClip 2623 {
}
movieClip 2624 {
}
movieClip 2626 {
}
movieClip 2627 {
}
movieClip 2628 {
}
movieClip 2629 {
}
movieClip 2630 {
frame 1 {
this.stop();
}
instance of movieClip 2617 {
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 2624 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 2629 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2633 {
}
movieClip 2635 {
instance of movieClip 2566 {
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 2659 {
}
movieClip 2661 {
instance of movieClip 2566 {
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 2665 {
}
movieClip 2693 {
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 2694 {
instance MC of movieClip 2693 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2696 {
}
movieClip 2702 {
frame 1 {
this.stop();
}
}
movieClip 2703 {
instance MC of movieClip 2702 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2712 {
}
movieClip 2714 {
instance of movieClip 2566 {
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 2718 {
}
movieClip 2720 {
}
movieClip 2722 {
instance of movieClip 2566 {
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 2731 {
}
movieClip 2733 {
instance of movieClip 2566 {
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 2734 {
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 340 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 2630 {
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 2735 {
frame 1 {
this.stop();
}
}
movieClip 2738 {
}
movieClip 2739 {
}
movieClip 2740 {
}
movieClip 2741 {
}
movieClip 2742 {
}
movieClip 2743 {
}
movieClip 2744 {
}
movieClip 2745 {
}
movieClip 2746 {
}
movieClip 2747 {
}
movieClip 2748 {
}
movieClip 2749 {
}
movieClip 2750 {
}
movieClip 2752 {
}
movieClip 2754 {
}
movieClip 2756 {
}
movieClip 2757 {
}
movieClip 2759 {
}
movieClip 2763 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 2764 {
instance MC of movieClip 2763 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2767 {
frame 1 {
this.stop();
}
}
movieClip 2769 {
frame 1 {
this.stop();
}
}
movieClip 2770 {
instance right_foot of movieClip 2767 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 2769 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2773 {
frame 1 {
this.stop();
}
}
movieClip 2774 {
instance right_shin of movieClip 2773 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2777 {
frame 1 {
this.stop();
}
}
movieClip 2778 {
instance right_thigh of movieClip 2777 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2779 {
}
movieClip 2781 {
frame 1 {
this.stop();
}
instance of movieClip 2779 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 2782 {
instance MC2 of movieClip 2781 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2781 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2783 {
}
movieClip 2784 {
}
movieClip 2785 {
frame 1 {
this.stop();
}
instance of movieClip 2783 {
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 2786 {
frame 1 {
this.stop();
}
instance of movieClip 2783 {
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 2787 {
instance MC2 of movieClip 2785 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2786 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2790 {
frame 1 {
this.stop();
}
}
movieClip 2792 {
frame 1 {
this.stop();
}
}
movieClip 2793 {
instance left_foot of movieClip 2790 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 2792 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2796 {
frame 1 {
this.stop();
}
}
movieClip 2797 {
instance left_shin of movieClip 2796 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2800 {
frame 1 {
this.stop();
}
}
movieClip 2801 {
instance left_thigh of movieClip 2800 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2803 {
frame 1 {
this.stop();
}
}
movieClip 2804 {
instance skirt_back of movieClip 2803 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2807 {
}
movieClip 2808 {
instance of movieClip 2807 {
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 2811 {
}
movieClip 2812 {
instance of movieClip 2811 {
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 2814 {
}
movieClip 2817 {
frame 1 {
this.stop();
}
}
movieClip 2818 {
instance right_arm of movieClip 2817 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2821 {
frame 1 {
this.stop();
}
}
movieClip 2822 {
instance right_forearm of movieClip 2821 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2825 {
frame 1 {
this.stop();
}
}
movieClip 2826 {
instance right_hand of movieClip 2825 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2827 {
frame 1 {
this.stop();
}
}
movieClip 2828 {
instance breast_wear_back of movieClip 2827 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2830 {
}
movieClip 2833 {
}
movieClip 2834 {
instance of movieClip 2833 {
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 2836 {
}
movieClip 2838 {
frame 1 {
this.stop();
}
}
movieClip 2839 {
instance pantu of movieClip 2838 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2841 {
frame 1 {
this.stop();
}
}
movieClip 2842 {
instance skirt_front of movieClip 2841 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2843 {
frame 1 {
this.stop();
}
}
movieClip 2844 {
instance hat_back of movieClip 2843 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2845 {
}
movieClip 2846 {
}
movieClip 2847 {
}
movieClip 2848 {
}
movieClip 2849 {
instance of movieClip 2848 {
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 2851 {
}
movieClip 2853 {
frame 1 {
this.stop();
}
}
movieClip 2854 {
instance collar_back of movieClip 2853 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2857 {
frame 1 {
this.stop();
}
}
movieClip 2858 {
instance left_arm of movieClip 2857 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2861 {
frame 1 {
this.stop();
}
}
movieClip 2862 {
instance left_forearm of movieClip 2861 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2865 {
frame 1 {
this.stop();
}
}
movieClip 2866 {
instance left_hand of movieClip 2865 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2868 {
frame 1 {
this.stop();
}
}
movieClip 2869 {
frame 1 {
this.stop();
}
instance breast_wear of movieClip 2868 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2871 {
frame 1 {
this.stop();
}
}
movieClip 2872 {
instance cloak of movieClip 2871 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2874 {
}
movieClip 2877 {
}
movieClip 2880 {
}
movieClip 2882 {
instance of movieClip 2880 {
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 2883 {
frame 1 {
this.stop();
}
}
movieClip 2884 {
instance hat_front of movieClip 2883 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2885 {
}
movieClip 2887 {
}
movieClip 2889 {
}
movieClip 2891 {
}
movieClip 2892 {
}
movieClip 2893 {
}
movieClip 2894 {
}
movieClip 2895 {
}
movieClip 2897 {
}
movieClip 2898 {
}
movieClip 2899 {
}
movieClip 2900 {
frame 1 {
this.stop();
}
instance of movieClip 2895 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 2901 {
instance MC of movieClip 2900 {
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 2902 {
}
movieClip 2903 {
frame 1 {
this.stop();
}
}
movieClip 2904 {
}
movieClip 2905 {
}
movieClip 2906 {
}
movieClip 2907 {
}
movieClip 2908 {
}
movieClip 2909 {
}
movieClip 2910 {
}
movieClip 2912 {
}
movieClip 2913 {
}
movieClip 2914 {
}
movieClip 2915 {
}
movieClip 2916 {
frame 1 {
this.stop();
}
instance of movieClip 2903 {
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 2910 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 2915 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2919 {
}
movieClip 2921 {
instance of movieClip 2880 {
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 2945 {
}
movieClip 2947 {
instance of movieClip 2880 {
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 2951 {
}
movieClip 2979 {
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 2980 {
instance MC of movieClip 2979 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2982 {
}
movieClip 2988 {
frame 1 {
this.stop();
}
}
movieClip 2989 {
instance MC of movieClip 2988 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2999 {
}
movieClip 3002 {
}
movieClip 3004 {
instance of movieClip 2880 {
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 3012 {
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 340 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 2916 {
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 3013 {
frame 1 {
this.stop();
}
}
movieClip 3016 {
}
movieClip 3017 {
}
movieClip 3018 {
}
movieClip 3019 {
}
movieClip 3022 {
}
movieClip 3024 {
}
movieClip 3027 {
frame 1 {
this.stop();
}
}
movieClip 3028 {
instance right_forearm of movieClip 3027 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3031 {
frame 1 {
this.stop();
}
}
movieClip 3032 {
instance right_hand of movieClip 3031 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3034 {
}
movieClip 3037 {
frame 1 {
this.stop();
}
}
movieClip 3039 {
}
movieClip 3040 {
instance right_thigh of movieClip 3037 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3039 {
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 3043 {
frame 1 {
this.stop();
}
}
movieClip 3044 {
instance right_shin of movieClip 3043 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3047 {
frame 1 {
this.stop();
}
}
movieClip 3049 {
frame 1 {
this.stop();
}
}
movieClip 3050 {
instance right_foot of movieClip 3047 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 3049 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3052 {
}
movieClip 3054 {
}
movieClip 3057 {
}
movieClip 3058 {
instance of movieClip 3057 {
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 3060 {
frame 1 {
this.stop();
}
}
movieClip 3061 {
instance pantuA of movieClip 3060 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3063 {
}
movieClip 3067 {
frame 1 {
this.stop();
}
}
movieClip 3069 {
}
movieClip 3070 {
instance left_thigh of movieClip 3067 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3069 {
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 3073 {
frame 1 {
this.stop();
}
}
movieClip 3074 {
instance left_shin of movieClip 3073 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3077 {
frame 1 {
this.stop();
}
}
movieClip 3079 {
frame 1 {
this.stop();
}
}
movieClip 3080 {
instance left_foot of movieClip 3077 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 3079 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3082 {
}
movieClip 3085 {
}
movieClip 3086 {
instance of movieClip 3085 {
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 3088 {
frame 1 {
this.stop();
}
}
movieClip 3089 {
instance pantuB of movieClip 3088 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3091 {
frame 1 {
this.stop();
}
}
movieClip 3092 {
instance skirt_front of movieClip 3091 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3095 {
frame 1 {
this.stop();
}
}
movieClip 3096 {
instance left_hand of movieClip 3095 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3099 {
frame 1 {
this.stop();
}
}
movieClip 3100 {
instance left_forearm of movieClip 3099 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3106 {
}
movieClip 3108 {
}
movieClip 3110 {
}
movieClip 3112 {
}
movieClip 3114 {
}
movieClip 3116 {
}
movieClip 3118 {
}
movieClip 3119 {
}
movieClip 3120 {
}
movieClip 3121 {
instance renderb of movieClip 3120 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 3123 {
}
movieClip 3125 {
}
movieClip 3131 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 3132 {
instance MC of movieClip 3131 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3133 {
}
movieClip 3134 {
frame 1 {
this.stop();
}
}
movieClip 3135 {
}
movieClip 3136 {
}
movieClip 3137 {
}
movieClip 3138 {
}
movieClip 3139 {
}
movieClip 3140 {
}
movieClip 3141 {
}
movieClip 3143 {
}
movieClip 3144 {
}
movieClip 3145 {
}
movieClip 3146 {
}
movieClip 3147 {
frame 1 {
this.stop();
}
instance of movieClip 3134 {
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 3141 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 3146 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3302 {
}
movieClip 3330 {
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 3331 {
instance MC of movieClip 3330 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3333 {
}
movieClip 3339 {
frame 1 {
this.stop();
}
}
movieClip 3340 {
instance MC of movieClip 3339 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3450 {
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 = 3;
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 340 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3147 {
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 3451 {
frame 1 {
this.stop();
}
}
movieClip 3453 {
}
movieClip 3455 {
}
movieClip 3457 {
}
movieClip 3459 {
}
movieClip 3461 {
}
movieClip 3462 {
}
movieClip 3463 {
}
movieClip 3464 {
}
movieClip 3466 {
}
movieClip 3468 {
}
movieClip 3470 {
frame 1 {
this.stop();
}
}
movieClip 3471 {
instance hat_back of movieClip 3470 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3473 {
}
movieClip 3474 {
}
movieClip 3475 {
frame 1 {
this.stop();
}
}
movieClip 3476 {
instance cloak of movieClip 3475 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3477 {
frame 1 {
this.stop();
}
}
movieClip 3478 {
instance collar_back of movieClip 3477 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3482 {
frame 1 {
this.stop();
}
}
movieClip 3483 {
instance right_arm of movieClip 3482 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3486 {
frame 1 {
this.stop();
}
}
movieClip 3487 {
instance right_forearm of movieClip 3486 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3490 {
frame 1 {
this.stop();
}
}
movieClip 3491 {
instance right_hand of movieClip 3490 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3494 {
}
movieClip 3495 {
instance of movieClip 3494 {
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 3497 {
}
movieClip 3499 {
}
movieClip 3502 {
frame 1 {
this.stop();
}
}
movieClip 3503 {
instance left_arm of movieClip 3502 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3505 {
}
movieClip 3507 {
frame 1 {
this.stop();
}
}
movieClip 3508 {
instance breast_wear of movieClip 3507 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3511 {
}
movieClip 3512 {
instance of movieClip 3511 {
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 3514 {
}
movieClip 3517 {
}
movieClip 3518 {
instance of movieClip 3517 {
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 3520 {
}
movieClip 3522 {
frame 1 {
this.stop();
}
}
movieClip 3523 {
instance pantuB_2 of movieClip 3522 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3526 {
frame 1 {
this.stop();
}
}
movieClip 3528 {
}
movieClip 3529 {
instance right_thigh of movieClip 3526 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3528 {
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 3532 {
frame 1 {
this.stop();
}
}
movieClip 3533 {
instance right_shin of movieClip 3532 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3536 {
frame 1 {
this.stop();
}
}
movieClip 3538 {
frame 1 {
this.stop();
}
}
movieClip 3539 {
instance right_foot of movieClip 3536 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 3538 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3541 {
}
movieClip 3544 {
}
movieClip 3545 {
instance of movieClip 3544 {
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 3547 {
}
movieClip 3548 {
}
movieClip 3550 {
frame 1 {
this.stop();
}
}
movieClip 3551 {
instance collar_right of movieClip 3550 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3552 {
frame 1 {
this.stop();
}
}
movieClip 3553 {
instance collar_left of movieClip 3552 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3554 {
frame 1 {
this.stop();
}
}
movieClip 3556 {
}
movieClip 3557 {
frame 1 {
this.stop();
}
}
movieClip 3558 {
instance tie of movieClip 3557 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3560 {
}
movieClip 3562 {
}
movieClip 3566 {
}
movieClip 3569 {
}
movieClip 3571 {
instance of movieClip 3569 {
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 3573 {
frame 1 {
this.stop();
}
}
movieClip 3574 {
instance hat_front of movieClip 3573 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3577 {
frame 1 {
this.stop();
}
}
movieClip 3578 {
instance left_forearm of movieClip 3577 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3581 {
frame 1 {
this.stop();
}
}
movieClip 3582 {
instance left_hand of movieClip 3581 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3584 {
frame 1 {
this.stop();
}
}
movieClip 3585 {
instance pantuC of movieClip 3584 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3587 {
frame 1 {
this.stop();
}
}
movieClip 3588 {
instance pantuB of movieClip 3587 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3591 {
frame 1 {
this.stop();
}
}
movieClip 3593 {
}
movieClip 3594 {
instance left_thigh of movieClip 3591 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3593 {
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 3597 {
frame 1 {
this.stop();
}
}
movieClip 3598 {
instance left_shin of movieClip 3597 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3601 {
frame 1 {
this.stop();
}
}
movieClip 3603 {
frame 1 {
this.stop();
}
}
movieClip 3604 {
instance left_foot of movieClip 3601 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 3603 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3606 {
frame 1 {
this.stop();
}
}
movieClip 3607 {
instance pantuA of movieClip 3606 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3609 {
frame 1 {
this.stop();
}
}
movieClip 3610 {
instance skirt_front of movieClip 3609 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3611 {
}
movieClip 3613 {
frame 1 {
this.stop();
}
instance of movieClip 3611 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 3614 {
instance MC2 of movieClip 3613 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 3613 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3615 {
}
movieClip 3616 {
}
movieClip 3617 {
frame 1 {
this.stop();
}
instance of movieClip 3615 {
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 3618 {
frame 1 {
this.stop();
}
instance of movieClip 3615 {
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 3619 {
instance MC2 of movieClip 3617 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 3618 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3621 {
}
movieClip 3624 {
}
movieClip 3626 {
}
movieClip 3632 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 3633 {
instance MC of movieClip 3632 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3634 {
}
movieClip 3636 {
}
movieClip 3637 {
}
movieClip 3638 {
}
movieClip 3639 {
frame 1 {
this.stop();
}
instance of movieClip 3634 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 3640 {
instance MC of movieClip 3639 {
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 3641 {
}
movieClip 3643 {
}
movieClip 3645 {
}
movieClip 3647 {
}
movieClip 3649 {
}
movieClip 3651 {
}
movieClip 3653 {
}
movieClip 3654 {
}
movieClip 3655 {
}
movieClip 3656 {
instance renderb of movieClip 3655 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 3657 {
}
movieClip 3658 {
frame 1 {
this.stop();
}
}
movieClip 3659 {
}
movieClip 3660 {
}
movieClip 3661 {
}
movieClip 3662 {
}
movieClip 3663 {
}
movieClip 3664 {
}
movieClip 3665 {
}
movieClip 3667 {
}
movieClip 3668 {
}
movieClip 3669 {
}
movieClip 3670 {
}
movieClip 3671 {
frame 1 {
this.stop();
}
instance of movieClip 3658 {
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 3665 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 3670 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3673 {
}
movieClip 3675 {
instance of movieClip 3569 {
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 3699 {
}
movieClip 3701 {
instance of movieClip 3569 {
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 3706 {
}
movieClip 3734 {
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 3735 {
instance MC of movieClip 3734 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3737 {
}
movieClip 3743 {
frame 1 {
this.stop();
}
}
movieClip 3744 {
instance MC of movieClip 3743 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3754 {
}
movieClip 3756 {
instance of movieClip 3569 {
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 3765 {
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 = 3;
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:
}
}
};
}
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 3671 {
onClipEvent (load) {
if (_root.gallery_mode_on == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 340 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
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 3766 {
frame 1 {
this.stop();
}
}
movieClip 3768 {
}
movieClip 3770 {
}
movieClip 3772 {
}
movieClip 3774 {
}
movieClip 3776 {
}
movieClip 3778 {
}
movieClip 3780 {
}
movieClip 3782 {
}
movieClip 3784 {
}
movieClip 3786 {
}
movieClip 3788 {
}
movieClip 3790 {
}
movieClip 3792 {
}
movieClip 3794 {
}
movieClip 3796 {
}
movieClip 3798 {
}
movieClip 3800 {
}
movieClip 3802 {
}
movieClip 3804 {
}
movieClip 3806 {
}
movieClip 3808 {
}
movieClip 3810 {
}
movieClip 3812 {
}
movieClip 3814 {
}
movieClip 3816 {
}
movieClip 3818 {
}
movieClip 3820 {
}
movieClip 3822 {
}
movieClip 3824 {
}
movieClip 3826 {
}
movieClip 3828 {
}
movieClip 3830 {
}
movieClip 3832 {
}
movieClip 3834 {
}
movieClip 3836 {
}
movieClip 3838 {
}
movieClip 3840 {
}
movieClip 3843 {
}
// unknown tag 88 length 79
// unknown tag 88 length 79
movieClip 3850 {
instance of movieClip 3843 {
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 3854 {
}
movieClip 3856 {
}
movieClip 3858 {
}
frame 2 {
this.gotoAndStop(1);
}
movieClip 3862 octopus {
}
movieClip 3864 goblin {
}
movieClip 3865 {
}
movieClip 3867 {
}
movieClip 3869 {
}
movieClip 3870 {
}
movieClip 3872 {
}
movieClip 3873 {
}
movieClip 3875 {
}
movieClip 3877 {
}
movieClip 3879 {
frame 8 {
_root.enemyspeed[3] = 5;
}
frame 32 {
_root.enemyspeed[3] = 0;
}
frame 42 {
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 <= 550 && this._parent._parent._x + this._parent._x >= 0 && Math.floor(Math.random() * 3) == 1)) {
_root.enemyspeed[3] = 0;
this.gotoAndPlay('datui_attack');
} else {
this.gotoAndPlay('wait');
}
}
frame 79 {
_root.enemyspeed[3] = _root.enemyspeed_def[3];
this.gotoAndPlay('wait');
}
}
movieClip 3880 {
}
movieClip 3881 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(3);
this.stop();
}
}
movieClip 3882 flying_moray {
instance MC of movieClip 3881 {
onClipEvent (load) {
enemy_number = 3;
hit_width = 43;
hit_height = 71;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
}
}
}
}
}
movieClip 3884 {
}
movieClip 3885 {
}
movieClip 3886 {
}
movieClip 3887 {
instance pause_stoper of movieClip 3886 {
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 3889 {
}
movieClip 3890 {
}
movieClip 3891 {
}
movieClip 3892 {
}
movieClip 3894 {
}
movieClip 3896 {
}
movieClip 3897 {
}
movieClip 3899 {
}
movieClip 3900 {
}
movieClip 3902 {
}
movieClip 3903 {
}
movieClip 3904 {
instance of movieClip 48 {
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 3905 {
}
movieClip 3906 {
}
movieClip 3907 {
}
movieClip 3908 {
}
movieClip 3910 {
}
movieClip 3911 {
}
movieClip 3913 {
}
movieClip 3914 {
}
movieClip 4025 {
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 3911 {
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 4027 {
}
movieClip 4028 {
}
movieClip 4029 {
}
movieClip 4030 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(1);
this.stop();
}
}
movieClip 4031 roper_wood {
instance enemy1 of movieClip 4030 {
onClipEvent (load) {
enemy_number = 1;
hit_width = 66;
hit_height = 450;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this._y, hit_height, enemy_number);
if ((_root.enemyknockback_on[enemy_number] >= 1 || this._parent._x + this._x <= 300) && this.enemy1.sleep_on == 1) {
this.enemy1.sleep_on = 0;
this.enemy1.gotoAndPlay('sleep_end');
}
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
}
}
}
}
}
movieClip 4034 {
frame 2 {
this.stop();
}
}
movieClip 4055 fire_hit_effect {
frame 1 {
_root.se004.start();
}
instance of movieClip 4034 {
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 4058 {
}
movieClip 4061 {
}
movieClip 4064 {
}
movieClip 4067 {
}
movieClip 4068 FB {
}
movieClip 4071 {
frame 2 {
this.stop();
}
}
movieClip 4073 {
}
movieClip 4074 {
instance of movieClip 4073 {
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 4075 {
frame 40 {
this.gotoAndPlay(1);
}
}
movieClip 4076 {
instance of movieClip 4071 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 13 {
this.stop();
}
}
movieClip 4079 {
frame 2 {
this.stop();
}
}
movieClip 4080 {
instance of movieClip 4079 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 4081 fire_bullet05 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 4080 {
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 4082 fire_bullet04 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 4080 {
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 4083 fire_bullet03 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 4080 {
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 4084 fire_bullet02 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 4080 {
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 4085 fire_bullet01 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 4080 {
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 4086 {
frame 1 {
this.stop();
}
}
frame 3 {
this.stop();
_root.lang_eng = 0;
}
button 4092 {
on (release) {
_root.se001.start();
_root.default_enemy_spec_normal();
this.gotoAndStop('title');
}
}
// unknown tag 88 length 79
movieClip 4096 {
}
instance of movieClip 4096 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 4 {
_root.bgm_allstop();
_root.anim_remove();
if (_root.cheat_ON03 == 100) {
_root.fire_magic = '∞';
} else {
_root.fire_magic = 3;
}
}
movieClip 4099 {
}
movieClip 4101 {
instance of movieClip 4099 {
onClipEvent (enterFrame) {
if (this._x <= -1100) {
this._x = 0;
} else {
this._x -= 2;
}
}
}
}
button 4105 {
on (release) {
_root.se001.start();
_root.gotoAndStop('intro');
}
}
button 4107 {
on (release) {
_root.se001.start();
_root.gotoAndStop('howto');
}
}
button 4109 {
on (release) {
_root.se001.start();
if (passbox._currentframe == 1) {
passbox.gotoAndStop(2);
} else {
if (passbox._currentframe == 2) {
passbox.gotoAndStop(1);
}
}
}
}
movieClip 4115 {
}
movieClip 4116 {
frame 2 {
this.stop();
}
}
movieClip 4117 {
instance passbox of movieClip 4116 {
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 4124 {
frame 1 {
this.stop();
}
}
instance of movieClip 4124 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
}
// unknown tag 88 length 60
button 4127 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 4131 {
frame 1 {
this.stop();
}
}
instance of movieClip 4131 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 4135 {
frame 1 {
this.stop();
}
}
movieClip 4138 {
frame 1 {
this.stop();
}
}
movieClip 4141 {
}
movieClip 4147 {
}
movieClip 4153 {
}
button 4158 {
on (press) {
this.startDrag(false, -80, 0, 0, 0);
}
on (release, releaseOutside) {
_root.se001.start();
this.stopDrag();
}
}
movieClip 4159 {
}
movieClip 4160 {
instance se_bar of movieClip 4159 {
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 4162 {
}
button 4165 {
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 4166 {
instance of movieClip 4162 {
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 4168 {
on (press) {
this.startDrag(false, -80, 0, 0, 0);
}
on (release, releaseOutside) {
this.stopDrag();
_root.se001.start();
}
}
movieClip 4169 {
}
movieClip 4170 {
instance voice_bar of movieClip 4169 {
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 4171 {
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 4172 {
instance of movieClip 4162 {
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 4176 {
frame 1 {
this.stop();
}
}
button 4180 {
on (release) {
_root.se001.start();
_root.difficult = 1;
_root.easy_escape = 0;
}
}
button 4184 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 0;
}
}
button 4187 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 1;
}
}
button 4189 {
on (release) {
_root.se001.start();
_root.difficult = 1;
_root.easy_escape = 0;
}
}
button 4191 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 0;
}
}
button 4193 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 1;
}
}
movieClip 4194 {
frame 1 {
this.stop();
}
instance of movieClip 4176 {
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 4196 {
frame 1 {
this.stop();
}
}
button 4200 {
on (release) {
_root.se001.start();
_root.anime_reduction = 1;
}
}
button 4203 {
on (release) {
_root.se001.start();
_root.anime_reduction = 0;
}
}
button 4205 {
on (release) {
_root.se001.start();
_root.anime_reduction = 1;
}
}
button 4207 {
on (release) {
_root.se001.start();
_root.anime_reduction = 0;
}
}
movieClip 4208 {
frame 1 {
this.stop();
}
instance of movieClip 4196 {
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 4211 {
}
button 4214 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 0;
this.gotoAndStop(2);
}
}
button 4215 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 1;
this.gotoAndStop(1);
}
}
movieClip 4216 {
frame 1 {
this.stop();
}
}
movieClip 4218 {
}
button 4220 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 0;
this.gotoAndStop(2);
}
}
button 4221 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 1;
this.gotoAndStop(1);
}
}
movieClip 4222 {
frame 1 {
this.stop();
}
}
movieClip 4224 {
}
button 4226 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 0;
this.gotoAndStop(2);
}
}
button 4227 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 1;
this.gotoAndStop(1);
}
}
movieClip 4228 {
frame 1 {
this.stop();
}
}
button 4230 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 0;
this.gotoAndStop(2);
}
}
button 4231 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 1;
this.gotoAndStop(1);
}
}
movieClip 4232 {
frame 1 {
this.stop();
}
}
button 4234 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 0;
this.gotoAndStop(2);
}
}
button 4235 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 1;
this.gotoAndStop(1);
}
}
movieClip 4236 {
frame 1 {
this.stop();
}
}
button 4238 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 0;
this.gotoAndStop(2);
}
}
button 4239 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 1;
this.gotoAndStop(1);
}
}
movieClip 4240 {
frame 1 {
this.stop();
}
}
movieClip 4241 {
frame 1 {
this.stop();
}
instance of movieClip 4216 {
onClipEvent (load) {
if (_root.abnormal_egg == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4222 {
onClipEvent (load) {
if (_root.abnormal_osikko == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4228 {
onClipEvent (load) {
if (_root.abnormal_futanari == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
button 4244 {
on (release) {
_root.se001.start();
_root.hit_alpha = 1;
}
}
button 4246 {
on (release) {
_root.se001.start();
_root.hit_alpha = 0;
}
}
button 4248 {
on (release) {
_root.se001.start();
_root.hit_alpha = 1;
}
}
button 4250 {
on (release) {
_root.se001.start();
_root.hit_alpha = 0;
}
}
movieClip 4251 {
frame 1 {
this.stop();
}
instance of movieClip 4196 {
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 4254 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 0;
}
}
button 4256 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 1;
}
}
button 4258 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 0;
}
}
button 4260 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 1;
}
}
movieClip 4261 {
frame 1 {
this.stop();
}
instance of movieClip 4196 {
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 4262 {
frame 1 {
this.stop();
}
}
button 4265 {
on (release) {
_quality = 'best';
_root.se001.start();
_root.gasitu_now = 4;
}
}
button 4267 {
on (release) {
_quality = 'high';
_root.se001.start();
_root.gasitu_now = 3;
}
}
button 4269 {
on (release) {
_quality = 'medium';
_root.se001.start();
_root.gasitu_now = 2;
}
}
button 4271 {
on (release) {
_quality = 'low';
_root.se001.start();
_root.gasitu_now = 1;
}
}
movieClip 4272 {
instance of movieClip 4262 {
onClipEvent (load) {
this.gotoAndStop(_root.gasitu_now);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gasitu_now);
}
}
}
button 4276 {
on (release) {
_root.se001.start();
gotoAndStop(1);
}
}
button 4279 {
on (release) {
_root.se001.start();
if (makers._currentframe != 1) {
makers.gotoAndStop(1);
} else {
makers.gotoAndStop(2);
}
}
}
button 4281 {
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 4283 {
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 4284 {
frame 1 {
this.stop();
}
}
movieClip 4286 {
}
button 4288 {
on (release) {
_root.se001.start();
nextFrame();
}
}
button 4290 {
on (release) {
_root.se001.start();
prevFrame();
}
}
movieClip 4294 {
frame 1 {
this.stop();
}
frame 2 {
this.stop();
}
frame 3 {
this.stop();
}
frame 4 {
this.stop();
}
frame 5 {
this.stop();
}
frame 6 {
this.stop();
}
}
movieClip 4307 {
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 4308 {
frame 1 {
this.stop();
}
}
movieClip 4309 {
instance of movieClip 4284 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance renewal of movieClip 4308 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4311 {
instance bgm_bar of movieClip 4159 {
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 4312 {
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 4313 {
instance of movieClip 4162 {
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 4317 {
}
// unknown tag 88 length 76
movieClip 4324 {
frame 1 {
this.stop();
}
}
movieClip 4325 {
frame 1 {
this.stop();
}
instance of movieClip 4324 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4326 {
frame 1 {
this.stop();
}
instance of movieClip 4194 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4208 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4241 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4251 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4261 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance makers of movieClip 4325 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 4330 {
}
button 4331 {
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 4339 {
}
movieClip 4341 {
}
movieClip 4343 {
}
movieClip 4344 {
instance of movieClip 4341 {
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 4343 {
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 4346 {
}
movieClip 4347 {
instance of movieClip 4135 {
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 4138 {
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 4326 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
}
movieClip 4349 {
frame 2 {
this.stop();
}
}
instance of movieClip 4349 {
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 4353 {
on (release) {
_root.se001.start();
if (_root.cheat_ON02 != 100) {
_root.cheat_ON02 = 100;
} else {
_root.cheat_ON02 = 0;
}
}
}
movieClip 4356 {
frame 1 {
this.stop();
}
}
movieClip 4357 {
instance of movieClip 4356 {
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 4357 {
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 4358 {
on (release) {
_root.se001.start();
if (_root.cheat_ON03 != 100) {
_root.cheat_ON03 = 100;
} else {
_root.cheat_ON03 = 0;
}
}
}
movieClip 4361 {
frame 1 {
this.stop();
}
}
movieClip 4362 {
instance of movieClip 4361 {
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 4362 {
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 4364 {
frame 2 {
this.stop();
}
}
instance of movieClip 4364 {
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 4366 {
frame 2 {
this.stop();
}
}
instance of movieClip 4366 {
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 4368 {
}
instance of movieClip 4368 {
onClipEvent (load) {
this._alpha = 0;
}
}
button 4372 {
on (release) {
_root.se001.start();
_root.cheat_ON01 = 0;
_root.cheat_ON02 = 0;
_root.cheat_ON03 = 100;
_root.cheat_ON04 = 0;
}
}
button 4376 {
on (release) {
_root.se001.start();
_root.lang_eng = 1;
gotoAndStop(2);
}
}
button 4380 {
on (release) {
_root.se001.start();
_root.lang_eng = 0;
gotoAndStop(1);
}
}
movieClip 4381 {
frame 1 {
this.stop();
}
}
movieClip 4382 {
frame 1 {
this.stop();
}
instance of movieClip 4381 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
}
instance of movieClip 4382 {
onClipEvent (load) {
if (_root.debug_mode == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 4387 {
}
// unknown tag 88 length 76
movieClip 4391 {
}
movieClip 4392 {
instance of movieClip 4387 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 4394 {
}
movieClip 4396 {
}
movieClip 4398 {
}
movieClip 4400 {
}
movieClip 4403 {
frame 1 {
this.stop();
}
}
movieClip 4405 {
}
movieClip 4407 {
}
movieClip 4409 {
}
movieClip 4411 {
}
movieClip 4414 {
frame 1 {
this.stop();
}
}
movieClip 4416 {
}
movieClip 4419 {
frame 1 {
this.stop();
}
}
movieClip 4422 {
frame 1 {
this.stop();
}
}
movieClip 4425 {
frame 1 {
this.stop();
}
}
movieClip 4428 {
frame 1 {
this.stop();
}
}
movieClip 4430 {
}
movieClip 4432 {
}
movieClip 4434 {
}
movieClip 4435 {
}
movieClip 4438 {
frame 1 {
this.stop();
}
}
movieClip 4440 {
}
movieClip 4442 {
}
movieClip 4444 {
}
movieClip 4447 {
frame 1 {
this.stop();
}
}
movieClip 4449 {
}
movieClip 4451 {
}
movieClip 4453 {
}
movieClip 4456 {
frame 1 {
this.stop();
}
}
movieClip 4458 {
}
movieClip 4460 {
}
movieClip 4462 {
}
movieClip 4464 {
}
movieClip 4469 {
}
movieClip 4471 {
}
movieClip 4473 {
}
movieClip 4475 {
}
movieClip 4477 {
}
movieClip 4479 {
}
movieClip 4480 {
}
movieClip 4482 {
}
movieClip 4484 {
}
movieClip 4485 {
}
movieClip 4487 {
}
button 4488 {
on (release) {
_root.se001.start();
_root.gotoAndStop('stage');
}
}
frame 6 {
_root.now_stage = 'howto';
}
movieClip 4492 {
}
movieClip 4496 {
}
movieClip 4499 {
}
movieClip 4502 {
}
movieClip 4505 {
}
movieClip 4508 {
}
movieClip 4509 {
}
movieClip 4512 {
frame 2 {
this.stop();
}
}
movieClip 4514 {
frame 1 {
this.stop();
}
}
movieClip 4515 {
instance cloak of movieClip 4514 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4517 {
frame 1 {
this.stop();
}
}
movieClip 4518 {
instance hat_back of movieClip 4517 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4519 {
}
movieClip 4521 {
frame 1 {
this.stop();
}
}
movieClip 4522 {
instance collar_back of movieClip 4521 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4525 {
frame 1 {
this.stop();
}
}
movieClip 4526 {
instance left_handC of movieClip 4525 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4527 {
}
movieClip 4528 {
}
movieClip 4529 {
}
movieClip 4530 {
}
movieClip 4533 {
frame 1 {
this.stop();
}
}
movieClip 4534 {
instance right_arm of movieClip 4533 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4537 {
frame 1 {
this.stop();
}
}
movieClip 4538 {
instance right_hand of movieClip 4537 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4541 {
frame 1 {
this.stop();
}
}
movieClip 4542 {
instance right_forearm of movieClip 4541 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4544 {
frame 1 {
this.stop();
}
}
movieClip 4545 {
instance skirt_back of movieClip 4544 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4547 {
}
movieClip 4550 {
}
movieClip 4551 {
instance of movieClip 4550 {
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 4553 {
frame 1 {
this.stop();
}
}
movieClip 4554 {
instance breast_wear_back of movieClip 4553 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4557 {
frame 1 {
this.stop();
}
}
movieClip 4559 {
frame 1 {
this.stop();
}
}
movieClip 4560 {
instance right_foot of movieClip 4557 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 4559 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4563 {
frame 1 {
this.stop();
}
}
movieClip 4564 {
instance right_shin of movieClip 4563 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4567 {
frame 1 {
this.stop();
}
}
movieClip 4569 {
}
movieClip 4570 {
instance right_thigh of movieClip 4567 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4569 {
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 4572 {
}
movieClip 4575 {
}
movieClip 4576 {
instance of movieClip 4575 {
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 4578 {
frame 1 {
this.stop();
}
}
movieClip 4579 {
instance pantu of movieClip 4578 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4582 {
frame 1 {
this.stop();
}
}
movieClip 4584 {
frame 1 {
this.stop();
}
}
movieClip 4585 {
instance left_foot of movieClip 4582 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 4584 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4588 {
frame 1 {
this.stop();
}
}
movieClip 4589 {
instance left_shin of movieClip 4588 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4592 {
frame 1 {
this.stop();
}
}
movieClip 4593 {
instance left_thigh of movieClip 4592 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4595 {
}
movieClip 4598 {
frame 1 {
this.stop();
}
}
movieClip 4599 {
instance left_arm of movieClip 4598 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4602 {
frame 1 {
this.stop();
}
}
movieClip 4603 {
instance left_forearm of movieClip 4602 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4606 {
frame 1 {
this.stop();
}
}
movieClip 4607 {
instance left_handB of movieClip 4606 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4610 {
frame 1 {
this.stop();
}
}
movieClip 4611 {
instance left_handA of movieClip 4610 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4613 {
}
movieClip 4616 {
}
movieClip 4617 {
instance of movieClip 4616 {
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 4620 {
}
movieClip 4621 {
instance of movieClip 4620 {
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 4623 {
}
movieClip 4625 {
}
movieClip 4629 {
}
movieClip 4631 {
instance of movieClip 4629 {
onClipEvent (load) {
if (_root.HP < 300 || _root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4632 {
frame 1 {
this.stop();
}
}
movieClip 4633 {
instance collar_right of movieClip 4632 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4636 {
}
movieClip 4638 {
}
movieClip 4640 {
}
movieClip 4642 {
}
movieClip 4644 {
}
movieClip 4660 {
instance pause_stoper of movieClip 4644 {
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 4664 {
}
movieClip 4666 {
}
movieClip 4667 {
instance of movieClip 4664 {
onClipEvent (load) {
if (_root.HP < 300 || _root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4666 {
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 4669 {
frame 1 {
this.stop();
}
}
movieClip 4670 {
instance hat_front of movieClip 4669 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4671 {
frame 1 {
this.stop();
}
}
movieClip 4672 {
instance collar_left of movieClip 4671 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4673 {
}
movieClip 4675 {
}
movieClip 4676 {
frame 1 {
this.stop();
}
}
movieClip 4677 {
instance tie of movieClip 4676 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4679 {
frame 1 {
this.stop();
}
}
movieClip 4680 {
instance skirt_front of movieClip 4679 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4682 {
frame 1 {
this.stop();
}
}
movieClip 4683 {
instance breast_wear_front of movieClip 4682 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4685 {
}
movieClip 4686 {
instance of movieClip 4685 {
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 4690 {
frame 1 {
this.stop();
}
}
movieClip 4691 {
instance left_handD of movieClip 4690 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4694 {
}
movieClip 4697 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
instance hitarea of movieClip 4686 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 4700 {
}
movieClip 4702 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 4705 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 4708 {
}
movieClip 4710 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 4713 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 4716 {
}
movieClip 4718 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 4721 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 4724 {
}
movieClip 4726 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 4728 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 4730 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 4732 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 4734 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 4736 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 4738 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 4740 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 4742 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 4747 {
}
movieClip 4749 {
instance of movieClip 4666 {
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 4752 {
}
movieClip 4753 {
}
movieClip 4756 {
frame 4 {
_root.fire_magic_go(240, 215);
}
frame 16 {
this._parent.gotoAndStop('wait');
}
}
movieClip 4759 {
frame 4 {
_root.fire_magic_go(247, 215);
}
frame 16 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 4762 {
frame 4 {
_root.fire_magic_go(200, 215);
}
frame 16 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 4765 {
frame 4 {
_root.fire_magic_go(240, 100);
}
frame 16 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 4768 {
frame 4 {
_root.fire_magic_go(240, 330);
}
frame 16 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 4771 {
}
movieClip 4772 {
instance of movieClip 4666 {
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 4774 {
}
movieClip 4775 {
instance of movieClip 4774 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance pause_stoper of movieClip 4644 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
frame 24 {
this.stop();
}
}
movieClip 4777 {
frame 2 {
this.stop();
}
}
movieClip 4778 {
}
movieClip 4779 {
instance of movieClip 4778 {
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 4780 {
frame 40 {
this.gotoAndPlay(1);
}
}
movieClip 4781 {
instance of movieClip 4777 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 21 {
this.stop();
}
}
movieClip 4785 {
}
movieClip 4787 {
}
movieClip 4788 {
frame 16 {
this.stop();
}
}
movieClip 4789 {
instance flash7 of movieClip 4788 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash6 of movieClip 4788 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash5 of movieClip 4788 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash4 of movieClip 4788 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash3 of movieClip 4788 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash2 of movieClip 4788 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash1 of movieClip 4788 {
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 4644 {
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 4792 {
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 4794 {
}
movieClip 4795 {
}
movieClip 4796 {
}
movieClip 4797 {
}
movieClip 4798 {
instance pause_stoper of movieClip 4644 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
}
movieClip 4799 {
frame 1 {
this.stop();
}
}
movieClip 4800 {
instance cloak of movieClip 4799 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4801 {
frame 1 {
this.stop();
}
}
movieClip 4802 {
instance hat_back of movieClip 4801 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4804 {
}
movieClip 4806 {
frame 1 {
this.stop();
}
}
movieClip 4807 {
instance collar_back of movieClip 4806 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4809 {
}
movieClip 4812 {
frame 1 {
this.stop();
}
}
movieClip 4814 {
frame 1 {
this.stop();
}
}
movieClip 4815 {
instance left_foot of movieClip 4812 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 4814 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4818 {
frame 1 {
this.stop();
}
}
movieClip 4819 {
instance left_shin of movieClip 4818 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4822 {
frame 1 {
this.stop();
}
}
movieClip 4823 {
instance left_thigh of movieClip 4822 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4569 {
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 4825 {
instance of movieClip 4550 {
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 4827 {
frame 1 {
this.stop();
}
}
movieClip 4828 {
instance breast_wear_back of movieClip 4827 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4831 {
frame 1 {
this.stop();
}
}
movieClip 4832 {
instance left_arm of movieClip 4831 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4834 {
}
movieClip 4837 {
frame 1 {
this.stop();
}
}
movieClip 4838 {
instance right_arm of movieClip 4837 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4840 {
}
movieClip 4843 {
frame 1 {
this.stop();
}
}
movieClip 4844 {
instance right_forearm of movieClip 4843 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4847 {
frame 1 {
this.stop();
}
}
movieClip 4849 {
frame 1 {
this.stop();
}
}
movieClip 4850 {
instance right_foot of movieClip 4847 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 4849 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4853 {
frame 1 {
this.stop();
}
}
movieClip 4854 {
instance right_shin of movieClip 4853 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4856 {
}
movieClip 4859 {
}
movieClip 4860 {
instance of movieClip 4859 {
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 4861 {
}
movieClip 4862 {
}
movieClip 4864 {
frame 1 {
this.stop();
}
instance of movieClip 4862 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 4865 {
}
movieClip 4866 {
frame 1 {
this.stop();
}
instance of movieClip 4865 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 4867 {
}
movieClip 4868 {
frame 1 {
this.stop();
}
instance of movieClip 4867 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 4869 {
}
movieClip 4872 {
frame 1 {
this.stop();
}
instance of movieClip 4869 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 4873 {
}
movieClip 4875 {
frame 1 {
this.stop();
}
instance of movieClip 4873 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 4876 {
instance of movieClip 4864 {
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 4866 {
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 4868 {
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 4872 {
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 4875 {
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 4879 {
}
movieClip 4880 {
instance of movieClip 4879 {
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 4882 {
frame 1 {
this.stop();
}
}
movieClip 4883 {
instance pantu of movieClip 4882 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4886 {
frame 1 {
this.stop();
}
}
movieClip 4887 {
instance left_handE of movieClip 4886 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4890 {
frame 1 {
this.stop();
}
}
movieClip 4891 {
instance left_handD of movieClip 4890 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4894 {
frame 1 {
this.stop();
}
}
movieClip 4895 {
instance left_handC of movieClip 4894 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4898 {
frame 1 {
this.stop();
}
}
movieClip 4899 {
instance left_handB of movieClip 4898 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4902 {
frame 1 {
this.stop();
}
}
movieClip 4903 {
instance right_thigh of movieClip 4902 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4904 {
}
movieClip 4905 {
}
movieClip 4907 {
frame 1 {
this.stop();
}
}
movieClip 4908 {
instance skirt_front of movieClip 4907 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4911 {
frame 1 {
this.stop();
}
}
movieClip 4912 {
instance left_forearm of movieClip 4911 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4915 {
frame 1 {
this.stop();
}
}
movieClip 4916 {
instance right_hand of movieClip 4915 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4919 {
frame 1 {
this.stop();
}
}
movieClip 4920 {
instance left_handB of movieClip 4919 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4923 {
frame 1 {
this.stop();
}
}
movieClip 4924 {
instance left_handA of movieClip 4923 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4926 {
frame 1 {
this.stop();
}
}
movieClip 4927 {
instance collar_right of movieClip 4926 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4929 {
frame 1 {
this.stop();
}
}
movieClip 4930 {
instance collar_left of movieClip 4929 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4932 {
}
movieClip 4936 {
}
movieClip 4939 {
}
movieClip 4940 {
instance of movieClip 4939 {
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 4942 {
frame 1 {
this.stop();
}
}
movieClip 4943 {
instance hat_front of movieClip 4942 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4945 {
}
movieClip 4946 {
instance of movieClip 4616 {
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 4948 {
}
movieClip 4950 {
}
movieClip 4951 {
instance of movieClip 4620 {
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 4953 {
}
movieClip 4955 {
frame 1 {
this.stop();
}
}
movieClip 4956 {
instance breast_wear_front of movieClip 4955 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4958 {
}
movieClip 4960 {
}
movieClip 4961 {
frame 1 {
this.stop();
}
}
movieClip 4962 {
instance tie of movieClip 4961 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4964 {
}
movieClip 4969 {
}
movieClip 4970 {
instance of movieClip 4939 {
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 4981 {
}
movieClip 4982 {
instance of movieClip 4939 {
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 4984 {
}
// unknown tag 88 length 62
movieClip 4995 {
}
movieClip 5000 {
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 5003 {
}
movieClip 5005 {
}
movieClip 5006 {
}
movieClip 5007 {
}
movieClip 5010 {
}
movieClip 5012 {
instance of movieClip 4666 {
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 5014 {
}
movieClip 5016 {
}
movieClip 5043 {
}
movieClip 5095 {
instance pause_stoper of movieClip 4644 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
if (this._parent._currentframe < 20) {
this._parent.play();
}
}
}
}
instance of movieClip 5043 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 20 {
this.stop();
}
}
movieClip 5099 {
instance of movieClip 4666 {
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 5101 {
}
movieClip 5102 {
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 5105 {
}
movieClip 5108 {
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 5111 {
}
movieClip 5113 {
}
movieClip 5116 {
frame 1 {
_root.se002.start();
_root.HP -= 10;
if (_root.HP <= 1) {
_root.HP = 2;
}
_root.hint_message = '上ç€ã‚’ç ´å£Šã•ã‚Œã¾ã—ãŸã€‚';
}
instance breast_wear_front of movieClip 5111 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance breast_wear_front of movieClip 5113 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
frame 30 {
_root.datui_end();
this._parent.gotoAndStop('wait');
}
}
movieClip 5119 {
}
movieClip 5121 {
}
movieClip 5123 {
}
movieClip 5125 {
}
movieClip 5128 {
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 5131 {
}
movieClip 5133 {
}
movieClip 5135 {
}
movieClip 5137 {
}
movieClip 5164 {
}
movieClip 5216 {
instance pause_stoper of movieClip 4644 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
if (this._parent._currentframe < 20) {
this._parent.play();
}
}
}
}
instance of movieClip 5164 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 20 {
this.stop();
}
}
movieClip 5219 {
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 5222 {
}
movieClip 5224 {
}
movieClip 5226 {
}
movieClip 5228 {
}
movieClip 5230 {
}
movieClip 5232 {
}
movieClip 5234 {
}
movieClip 5236 {
}
movieClip 5238 {
}
movieClip 5240 {
}
movieClip 5242 {
}
movieClip 5244 {
}
movieClip 5246 {
}
movieClip 5248 {
}
movieClip 5250 {
}
movieClip 5252 {
}
movieClip 5255 {
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 5258 {
instance right_shoes of movieClip 4559 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5260 {
instance right_shoes of movieClip 4559 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5262 {
}
movieClip 5264 {
}
movieClip 5266 {
instance of movieClip 4569 {
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 5268 {
}
movieClip 5270 {
instance left_shoes of movieClip 4584 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5272 {
instance left_shoes of movieClip 4584 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5274 {
}
movieClip 5276 {
}
movieClip 5278 {
}
movieClip 5280 {
}
movieClip 5283 {
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 5285 {
instance right_foot of movieClip 4557 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5287 {
}
movieClip 5288 {
instance left_foot of movieClip 4582 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5290 {
}
movieClip 5293 {
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 5295 {
}
movieClip 5298 {
}
movieClip 5299 {
}
movieClip 5302 {
}
movieClip 5303 {
}
movieClip 5307 {
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 5312 {
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 5314 {
frame 1 {
this.stop();
}
}
movieClip 5315 {
instance cloak of movieClip 5314 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5316 {
}
movieClip 5317 {
instance hat_back of movieClip 5316 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5319 {
}
movieClip 5320 {
}
movieClip 5322 {
}
movieClip 5323 {
instance collar_back of movieClip 5322 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5325 {
}
movieClip 5326 {
instance skirt_back of movieClip 5325 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5328 {
}
movieClip 5333 {
}
movieClip 5335 {
}
movieClip 5336 {
instance left_thigh of movieClip 5333 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5335 {
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 5339 {
}
movieClip 5341 {
}
movieClip 5342 {
instance left_foot of movieClip 5339 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 5341 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5345 {
}
movieClip 5346 {
instance left_shin of movieClip 5345 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5349 {
}
movieClip 5350 {
instance of movieClip 5349 {
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 5352 {
}
movieClip 5356 {
}
movieClip 5357 {
instance right_arm of movieClip 5356 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5359 {
}
movieClip 5361 {
}
movieClip 5362 {
instance breast_wear of movieClip 5361 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5365 {
}
movieClip 5366 {
instance of movieClip 5365 {
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 5369 {
}
movieClip 5370 {
instance of movieClip 5369 {
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 5372 {
}
movieClip 5374 {
}
movieClip 5376 {
}
movieClip 5378 {
}
movieClip 5380 {
}
movieClip 5382 {
}
movieClip 5383 {
instance of movieClip 5382 {
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 5385 {
}
movieClip 5386 {
instance collar_right of movieClip 5385 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5388 {
}
movieClip 5389 {
instance collar_left of movieClip 5388 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5391 {
}
movieClip 5393 {
}
movieClip 5396 {
}
movieClip 5397 {
instance of movieClip 5396 {
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 5399 {
}
movieClip 5401 {
}
movieClip 5402 {
instance hat_front of movieClip 5401 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5405 {
}
movieClip 5406 {
instance right_forearm of movieClip 5405 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5409 {
}
movieClip 5410 {
instance right_hand of movieClip 5409 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5412 {
}
movieClip 5413 {
instance pantuB_2 of movieClip 5412 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5416 {
}
movieClip 5418 {
}
movieClip 5419 {
instance right_thigh of movieClip 5416 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5418 {
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 5422 {
}
movieClip 5424 {
}
movieClip 5425 {
instance right_foot of movieClip 5422 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 5424 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5428 {
}
movieClip 5429 {
instance right_shin of movieClip 5428 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5431 {
}
movieClip 5434 {
}
movieClip 5435 {
instance of movieClip 5434 {
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 5437 {
}
movieClip 5438 {
instance pantuB of movieClip 5437 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5440 {
}
movieClip 5441 {
instance pantuA of movieClip 5440 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5443 {
}
movieClip 5444 {
instance pantuC of movieClip 5443 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5446 {
}
movieClip 5447 {
instance skirt_front of movieClip 5446 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5449 {
}
movieClip 5450 {
instance tie of movieClip 5449 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5451 {
}
movieClip 5452 {
}
movieClip 5453 {
instance renderb of movieClip 5452 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 5459 {
}
movieClip 5485 {
}
movieClip 5490 {
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();
};
}
instance of movieClip 340 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
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 5494 {
}
movieClip 5495 {
instance of movieClip 5396 {
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 5497 {
}
movieClip 5500 {
}
movieClip 5501 {
instance of movieClip 5500 {
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 5506 {
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();
};
}
instance of movieClip 340 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
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 5507 {
frame 1 {
this.stop();
}
instance of movieClip 4512 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
instance player of movieClip 5507 {
onClipEvent (enterFrame) {
_root.player_ctrl();
}
}
movieClip 5509 {
}
button 5510 {
on (release) {
_root.se001.start();
_root.gotoAndStop('title');
}
}
movieClip 5512 {
}
movieClip 5514 {
}
instance of movieClip 5514 {
onClipEvent (enterFrame) {
_root.move_speed_show = 'speed:' + _root.move_speed;
}
}
movieClip 5516 {
}
instance of movieClip 5516 {
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 5518 {
}
instance of movieClip 5518 {
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 5519 {
}
movieClip 5522 {
}
movieClip 5529 {
frame 1 {
this.stop();
}
}
movieClip 5532 {
}
movieClip 5535 {
}
movieClip 5544 {
frame 1 {
this.stop();
}
}
movieClip 5547 {
}
movieClip 5550 {
}
movieClip 5553 {
}
movieClip 5556 {
}
movieClip 5559 {
}
movieClip 5562 {
}
movieClip 5565 {
}
movieClip 5568 {
}
movieClip 5571 {
}
movieClip 5574 {
}
movieClip 5577 {
}
movieClip 5589 {
}
movieClip 5590 {
}
movieClip 5593 {
}
movieClip 5596 {
}
movieClip 5597 {
frame 1 {
this.stop();
}
frame 1 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š1';
}
instance of movieClip 5519 {
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 5522 {
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 5529 {
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 5532 {
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 5535 {
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 5544 {
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 5547 {
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 5550 {
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 5553 {
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 5556 {
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 5559 {
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 5562 {
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 5565 {
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 5568 {
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 5571 {
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 5574 {
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 5577 {
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 5590 {
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 5593 {
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 5596 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
movieClip 5598 {
}
instance enemy_field of movieClip 5598 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
movieClip 5601 {
}
movieClip 5603 {
}
instance hint_window of movieClip 5603 {
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 5604 {
}
movieClip 5644 {
}
movieClip 5645 {
instance chaser of movieClip 5644 {
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 5647 {
}
movieClip 5649 {
}
movieClip 5651 {
}
movieClip 5652 {
instance of movieClip 5647 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 2 {
_root.game_go = 0;
}
frame 47 {
_root.game_go = 1;
this.stop();
}
}
movieClip 5654 {
}
movieClip 5655 {
}
movieClip 5656 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 5654 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 2 {
_root.black_out_now01 = 1;
}
frame 27 {
_root.black_out_now01 = 0;
this.gotoAndStop(1);
}
}
movieClip 5658 {
}
movieClip 5659 {
}
movieClip 5660 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 5658 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 28 {
_root.gotoAndStop('gameover1');
}
frame 55 {
this.gotoAndStop(1);
}
}
instance of movieClip 5660 {
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 5662 {
}
movieClip 5663 {
}
movieClip 5664 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 5662 {
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 5664 {
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 5666 {
}
button 5669 {
on (release) {
_root.se001.start();
_root.gotoAndStop('title');
}
}
// unknown tag 88 length 73
movieClip 5673 {
frame 1 {
this.stop();
}
}
movieClip 5679 {
frame 1 {
this.stop();
}
}
movieClip 5681 {
instance of movieClip 5679 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 2 {
this.stop();
}
}
movieClip 5686 {
frame 1 {
this.stop();
}
}
movieClip 5689 {
instance of movieClip 5686 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 2 {
this.stop();
}
}
// unknown tag 88 length 73
movieClip 5692 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 5666 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
instance of movieClip 5673 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 5681 {
onClipEvent (load) {
if (_root.now_stage == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 5689 {
onClipEvent (load) {
if (_root.now_stage == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
instance of movieClip 5514 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
_root.score += _root.move_speed;
}
_root.move_speed_show = 'speed:' + _root.move_speed;
}
}
instance of movieClip 5516 {
onClipEvent (enterFrame) {
_root.stage01_summonenemy();
}
}
instance of movieClip 5518 {
onClipEvent (load) {
_root.default_numbers();
_root.default_enemystatus();
if (_root.trial_mode != 1) {
_root.player.loadMovie('data/data001.swf');
}
}
}
button 5695 {
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 5697 {
on (release) {
_root.se001.start();
if (_root.wear_hat == 1) {
_root.wear_hat = 0;
} else {
_root.wear_hat = 1;
}
_root.wear_change();
}
}
button 5699 {
on (release) {
_root.se001.start();
if (_root.wear_breast == 1) {
_root.wear_breast = 0;
} else {
_root.wear_breast = 1;
}
_root.wear_change();
}
}
button 5701 {
on (release) {
_root.se001.start();
if (_root.wear_skirt == 1) {
_root.wear_skirt = 0;
} else {
_root.wear_skirt = 1;
}
_root.wear_change();
}
}
button 5703 {
on (release) {
_root.se001.start();
if (_root.wear_cloak == 1) {
_root.wear_cloak = 0;
} else {
_root.wear_cloak = 1;
}
_root.wear_change();
}
}
button 5705 {
on (release) {
_root.se001.start();
if (_root.wear_arm == 1) {
_root.wear_arm = 0;
} else {
_root.wear_arm = 1;
}
_root.wear_change();
}
}
button 5707 {
on (release) {
_root.se001.start();
if (_root.wear_leg == 1) {
_root.wear_leg = 0;
} else {
_root.wear_leg = 1;
}
_root.wear_change();
}
}
button 5709 {
on (release) {
_root.se001.start();
if (_root.wear_shoes == 1) {
_root.wear_shoes = 0;
} else {
_root.wear_shoes = 1;
}
_root.wear_change();
}
}
button 5711 {
on (release) {
_root.se001.start();
if (_root.wear_pantu == 1) {
_root.wear_pantu = 0;
} else {
_root.wear_pantu = 1;
}
_root.wear_change();
}
}
button 5715 {
on (release) {
_root.debug_stageBGM_change01();
}
}
button 5717 {
on (release) {
_root.debug_stageBGM_change02();
}
}
button 5719 {
on (release) {
_root.debug_stageBGM_change03();
}
}
button 5721 {
on (release) {
_root.debug_stageBGM_change04();
}
}
button 5723 {
on (release) {
_root.debug_stageBGM_change05();
}
}
button 5725 {
on (release) {
_root.debug_stageBGM_change06();
}
}
button 5727 {
on (release) {
_root.debug_stageBGM_change07();
}
}
movieClip 5729 {
frame 1 {
this.stop();
}
}
button 5731 {
on (release) {
_root.bgm_stop();
}
}
movieClip 5732 {
}
movieClip 5733 {
instance debug_stagechanger of movieClip 5732 {
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 5733 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
movieClip 5757 {
}
instance num_debug of movieClip 5757 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
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.chaser.chaser._x;
}
}
frame 8 {
_root.bgm_allstop();
_root.anim_remove();
}
movieClip 5761 {
}
// unknown tag 88 length 126
movieClip 5766 {
}
movieClip 5768 {
}
movieClip 5770 {
}
movieClip 5772 {
}
movieClip 5774 {
}
movieClip 5776 {
}
movieClip 5777 {
frame 1 {
this.stop();
}
}
movieClip 5779 {
}
movieClip 5781 {
}
movieClip 5783 {
}
movieClip 5784 {
}
button 5786 {
on (release) {
_root.se001.start();
gotoAndStop('title');
}
}
frame 9 {
_root.bgm_allstop();
_root.anim_remove();
_root.gameoverMC1.gotoAndPlay(2);
}
movieClip 5789 {
}
movieClip 5792 {
}
movieClip 5794 {
}
// unknown tag 88 length 70
button 5797 {
on (release) {
_root.gameoverEND(1);
_root.gotoAndStop('stage');
_root.se001.start();
}
}
button 5799 {
on (release) {
_root.gameoverEND(1);
_root.gotoAndStop('title');
_root.se001.start();
}
}
movieClip 5801 {
}
movieClip 5802 {
}
frame 10 {
_root.bgm_allstop();
_root.anim_remove();
}
movieClip 5804 {
}
movieClip 5805 {
}
button 5807 {
on (release) {
_root.se001.start();
gotoAndStop('title');
}
}