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');
}
}
}
}
}
}
movieClip 60 {
}
movieClip 62 {
}
movieClip 64 {
}
movieClip 66 {
}
movieClip 68 {
}
movieClip 70 {
}
movieClip 72 {
}
movieClip 74 {
}
movieClip 76 {
}
movieClip 78 {
}
movieClip 80 {
}
movieClip 82 {
}
movieClip 85 {
}
movieClip 87 {
}
movieClip 89 {
}
movieClip 91 {
}
movieClip 93 {
}
movieClip 95 {
}
movieClip 98 {
}
movieClip 100 {
}
movieClip 101 {
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 <= 550 && this._parent._parent._x + this._parent._x >= 0)) {
switch (Math.floor(Math.random() * 5) + 1) {
case 1:
_root.enemyspeed[4] = 0;
this.gotoAndPlay('datui_attack');
break;
case 2:
_root.enemyspeed[4] = 0;
this.gotoAndPlay('jump');
break;
default:
this.gotoAndPlay('wait');
}
} else {
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
_root.enemyspeed[4] = 0;
this.gotoAndPlay('jump');
break;
default:
this.gotoAndPlay('wait');
}
}
}
frame 75 {
_root.enemyspeed[4] = _root.enemyspeed_def[4];
this.gotoAndPlay('wait');
}
frame 91 {
_root.enemyspeed[4] = 5;
}
frame 113 {
_root.enemyspeed[4] = 0;
}
frame 123 {
_root.enemyspeed[4] = _root.enemyspeed_def[4];
this.gotoAndPlay('wait');
}
}
movieClip 103 {
}
movieClip 104 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(4);
this.stop();
}
}
movieClip 105 goblin {
instance MC of movieClip 104 {
onClipEvent (load) {
enemy_number = 4;
hit_width = 42;
hit_height = 176;
this_y_def = this.MC.hit._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
this_y = this.MC.hit._y - this_y_def;
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this_y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
}
}
}
}
}
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.yarare4A.loadMovie('data/data-d-004a.swf');
_root.yarare4B.loadMovie('data/data-d-004b.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();
_root.enemy_field.enemy4.MC.stop();
_root.enemy_field.enemy4.MC.MC.stop();
_root.yarare4A.MC.stop();
_root.yarare4B.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();
if (_root.enemy_field.enemy4.MC._currentframe != 1) {
_root.enemy_field.enemy4.MC.play();
}
_root.enemy_field.enemy4.MC.MC.play();
_root.yarare4A.MC.play();
_root.yarare4B.MC.play();
}
}
_root.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, 3, 4, 6, 6, 0, 0, 7, 6, 6, 4, 5, 6, 5, 5, 5, 5, 5];
var enemyspeed_def = [0, 0, 5, 0, 3, 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, 3, 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.enemy04_summon = function () {
if (_root.enemy_on[4] != 1) {
if (_root.enemy_RandomSummonTiming_on[4] != 1) {
_root.enemy_RandomSummonTiming_on[4] = 1;
_root.enemy_RandomSummonTiming_max[4] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[4] == _root.enemy_RandomSummonTiming_max[4]) {
_root.enemy_RandomSummonTiming_on[4] = 0;
_root.enemy_RandomSummonTiming_max[4] = 0;
_root.enemy_RandomSummonTiming_count[4] = 0;
_root.enemy_field.attachMovie('goblin', 'enemy4', 40);
_root.enemy_field.enemy4._x = Math.floor(Math.random() * 2000) + 1000;
_root.enemy_field.enemy4._y = 205;
_root.enemy_on[4] = 1;
} else {
_root.enemy_RandomSummonTiming_count[4] += 1;
}
}
}
};
_root.stage01_summonenemy = function () {
if (_root.true_start != 1) {
_root.enemy01_summon();
_root.enemy02_summon();
_root.enemy03_summon();
_root.enemy04_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;
}
}
if (_root.enemy_on[4] == 1) {
if (_root.enemy_stop[4] == 1) {
_root.enemy_field.enemy4.MC._x -= _root.move_speed;
} else {
_root.enemy_field.enemy4.MC._x -= _root.enemyspeed[4] + _root.move_speed;
}
}
}
};
}
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 113 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 115 {
}
// unknown tag 88 length 76
movieClip 119 {
}
movieClip 120 {
}
movieClip 123 {
frame 1 {
this.stop();
}
}
instance of movieClip 123 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 127 {
}
movieClip 130 {
frame 1 {
this.stop();
}
instance of movieClip 127 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 131 {
instance MC2 of movieClip 130 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 130 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 134 {
frame 1 {
this.stop();
}
}
movieClip 135 {
instance left_hand of movieClip 134 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 138 {
frame 1 {
this.stop();
}
}
movieClip 139 {
instance left_forearm of movieClip 138 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 142 {
frame 1 {
this.stop();
}
}
movieClip 143 {
instance right_hand of movieClip 142 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 146 {
frame 1 {
this.stop();
}
}
movieClip 147 {
instance right_forearm of movieClip 146 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 150 {
frame 1 {
this.stop();
}
}
movieClip 152 {
frame 1 {
this.stop();
}
}
movieClip 153 {
instance right_foot of movieClip 150 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 152 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 156 {
frame 1 {
this.stop();
}
}
movieClip 157 {
instance right_shin of movieClip 156 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 164 {
frame 1 {
this.stop();
}
}
movieClip 166 {
frame 1 {
this.stop();
}
}
movieClip 167 {
instance left_foot of movieClip 164 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 166 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 170 {
frame 1 {
this.stop();
}
}
movieClip 171 {
instance left_shin of movieClip 170 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 174 {
}
movieClip 176 {
}
movieClip 187 {
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 190 {
}
movieClip 192 {
}
movieClip 193 {
}
movieClip 195 {
}
movieClip 197 {
}
movieClip 199 {
}
movieClip 201 {
}
movieClip 203 {
}
movieClip 205 {
}
movieClip 207 {
}
movieClip 209 {
}
movieClip 211 {
}
movieClip 213 {
}
movieClip 215 {
}
movieClip 216 {
}
movieClip 218 {
}
movieClip 220 {
frame 1 {
this.stop();
}
}
movieClip 221 {
instance hat_back of movieClip 220 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 223 {
frame 1 {
this.stop();
}
}
movieClip 224 {
instance cloak of movieClip 223 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 226 {
frame 1 {
this.stop();
}
}
movieClip 227 {
instance collar_back of movieClip 226 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 229 {
frame 1 {
this.stop();
}
}
movieClip 230 {
instance skirt_back of movieClip 229 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 234 {
frame 1 {
this.stop();
}
}
movieClip 235 {
instance right_arm of movieClip 234 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 239 {
}
movieClip 242 {
frame 1 {
this.stop();
}
}
movieClip 244 {
}
movieClip 245 {
instance right_thigh of movieClip 242 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 244 {
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 248 {
frame 1 {
this.stop();
}
}
movieClip 250 {
}
movieClip 251 {
instance left_thigh of movieClip 248 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 250 {
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 254 {
}
movieClip 255 {
instance of movieClip 254 {
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 257 {
}
movieClip 261 {
frame 1 {
this.stop();
}
}
movieClip 262 {
instance left_arm of movieClip 261 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 266 {
}
movieClip 268 {
frame 1 {
this.stop();
}
}
movieClip 269 {
instance pantuC of movieClip 268 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 272 {
}
movieClip 273 {
instance of movieClip 272 {
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 275 {
}
movieClip 277 {
frame 1 {
this.stop();
}
}
movieClip 278 {
instance breast_wear of movieClip 277 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 281 {
}
movieClip 282 {
instance of movieClip 281 {
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 284 {
}
movieClip 289 {
}
movieClip 290 {
instance of movieClip 289 {
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 292 {
}
movieClip 296 {
frame 1 {
this.stop();
}
}
movieClip 297 {
instance pantuB of movieClip 296 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 299 {
frame 1 {
this.stop();
}
}
movieClip 300 {
instance pantuA of movieClip 299 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 302 {
frame 1 {
this.stop();
}
}
movieClip 303 {
instance skirt_front of movieClip 302 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 306 {
}
movieClip 308 {
}
movieClip 309 {
instance of movieClip 306 {
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 311 {
}
movieClip 313 {
frame 1 {
this.stop();
}
}
movieClip 314 {
instance collar_left of movieClip 313 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 316 {
frame 1 {
this.stop();
}
}
movieClip 317 {
instance collar_right of movieClip 316 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 319 {
frame 1 {
this.stop();
}
}
movieClip 321 {
}
movieClip 322 {
frame 1 {
this.stop();
}
}
movieClip 323 {
instance tie of movieClip 322 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 325 {
}
movieClip 330 {
}
movieClip 333 {
}
movieClip 335 {
}
movieClip 336 {
instance of movieClip 333 {
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 338 {
frame 1 {
this.stop();
}
}
movieClip 339 {
instance hat_front of movieClip 338 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 341 {
}
movieClip 343 {
}
movieClip 344 {
frame 1 {
this.stop();
}
instance of movieClip 341 {
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 345 {
frame 1 {
this.stop();
}
instance of movieClip 341 {
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 346 {
instance MC2 of movieClip 344 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 345 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 348 {
}
movieClip 350 {
}
movieClip 352 {
}
movieClip 353 {
instance renderb of movieClip 352 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 356 {
}
movieClip 358 {
}
movieClip 368 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 369 {
instance MC of movieClip 368 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 371 {
}
movieClip 373 {
}
movieClip 375 {
}
movieClip 377 {
}
movieClip 378 {
frame 1 {
this.stop();
}
instance of movieClip 371 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 379 {
instance MC of movieClip 378 {
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 385 {
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 386 {
}
movieClip 389 {
}
movieClip 390 {
frame 1 {
this.stop();
}
}
movieClip 392 {
}
movieClip 394 {
}
movieClip 396 {
}
movieClip 398 {
}
movieClip 400 {
}
movieClip 402 {
}
movieClip 403 {
}
movieClip 405 {
}
movieClip 407 {
}
movieClip 408 {
}
movieClip 409 {
}
movieClip 410 {
frame 1 {
this.stop();
}
instance of movieClip 390 {
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 403 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 409 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 435 {
}
movieClip 436 {
instance of movieClip 333 {
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 686 {
}
movieClip 746 {
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 747 {
instance MC of movieClip 746 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 749 {
}
movieClip 763 {
frame 1 {
this.stop();
}
}
movieClip 764 {
instance MC of movieClip 763 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 863 {
}
movieClip 867 {
}
movieClip 868 {
instance of movieClip 333 {
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 954 {
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 386 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 410 {
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 955 {
frame 1 {
this.stop();
}
}
movieClip 957 {
}
movieClip 959 {
frame 1 {
this.stop();
}
instance of movieClip 957 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 960 {
instance MC2 of movieClip 959 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 959 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 966 {
}
movieClip 967 {
}
movieClip 968 {
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 970 {
}
movieClip 971 {
}
movieClip 972 {
}
movieClip 973 {
}
movieClip 974 {
}
movieClip 976 {
}
movieClip 977 {
}
movieClip 978 {
}
movieClip 979 {
}
movieClip 981 {
}
movieClip 982 {
}
movieClip 987 {
frame 1 {
this.stop();
}
}
movieClip 988 {
instance left_hand of movieClip 987 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 991 {
frame 1 {
this.stop();
}
}
movieClip 992 {
instance left_forearm of movieClip 991 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 997 {
frame 1 {
this.stop();
}
}
movieClip 998 {
instance left_arm of movieClip 997 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1000 {
}
movieClip 1003 {
frame 1 {
this.stop();
}
}
movieClip 1005 {
frame 1 {
this.stop();
}
}
movieClip 1006 {
instance left_foot of movieClip 1003 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 1005 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1009 {
frame 1 {
this.stop();
}
}
movieClip 1010 {
instance left_thigh of movieClip 1009 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1013 {
frame 1 {
this.stop();
}
}
movieClip 1014 {
instance left_shin of movieClip 1013 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1018 {
}
movieClip 1021 {
}
movieClip 1022 {
instance of movieClip 1021 {
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 1024 {
frame 1 {
this.stop();
}
}
movieClip 1025 {
instance breast_wear_back of movieClip 1024 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1027 {
}
movieClip 1029 {
frame 1 {
this.stop();
}
}
movieClip 1030 {
instance breast_wear of movieClip 1029 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1033 {
frame 1 {
this.stop();
}
}
movieClip 1034 {
instance right_hand of movieClip 1033 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1038 {
frame 1 {
this.stop();
}
}
movieClip 1039 {
instance right_forearm of movieClip 1038 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1043 {
frame 1 {
this.stop();
}
}
movieClip 1044 {
instance hat_back of movieClip 1043 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1047 {
}
movieClip 1048 {
instance of movieClip 1047 {
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 1051 {
frame 1 {
this.stop();
}
}
movieClip 1053 {
frame 1 {
this.stop();
}
}
movieClip 1054 {
instance right_foot of movieClip 1051 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 1053 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1056 {
}
movieClip 1059 {
frame 1 {
this.stop();
}
}
movieClip 1060 {
instance pantuB of movieClip 1059 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1064 {
frame 1 {
this.stop();
}
}
movieClip 1065 {
instance right_thigh of movieClip 1064 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1068 {
frame 1 {
this.stop();
}
}
movieClip 1069 {
instance right_shin of movieClip 1068 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1074 {
}
movieClip 1075 {
instance of movieClip 1074 {
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 1077 {
frame 1 {
this.stop();
}
}
movieClip 1078 {
instance pantuA of movieClip 1077 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1080 {
frame 1 {
this.stop();
}
}
movieClip 1081 {
instance skirt_front of movieClip 1080 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1084 {
}
movieClip 1085 {
instance of movieClip 1084 {
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 1087 {
}
movieClip 1090 {
frame 1 {
this.stop();
}
}
movieClip 1091 {
instance right_arm of movieClip 1090 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1093 {
frame 1 {
this.stop();
}
}
movieClip 1094 {
instance collar_back of movieClip 1093 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1096 {
frame 1 {
this.stop();
}
}
movieClip 1097 {
instance cloak of movieClip 1096 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1099 {
}
movieClip 1104 {
}
movieClip 1107 {
}
movieClip 1109 {
instance of movieClip 1107 {
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 1111 {
frame 1 {
this.stop();
}
}
movieClip 1112 {
instance hat_front of movieClip 1111 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1113 {
}
movieClip 1114 {
}
movieClip 1115 {
}
movieClip 1116 {
}
movieClip 1118 {
}
movieClip 1120 {
}
movieClip 1126 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 1127 {
instance MC of movieClip 1126 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1128 {
}
movieClip 1130 {
}
movieClip 1131 {
}
movieClip 1132 {
}
movieClip 1133 {
frame 1 {
this.stop();
}
instance of movieClip 1128 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 1134 {
instance MC of movieClip 1133 {
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 1135 {
}
movieClip 1136 {
}
movieClip 1137 {
frame 1 {
this.stop();
}
instance of movieClip 1135 {
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 1138 {
frame 1 {
this.stop();
}
instance of movieClip 1135 {
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 1139 {
instance MC2 of movieClip 1137 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 1138 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1140 {
}
movieClip 1141 {
frame 1 {
this.stop();
}
}
movieClip 1142 {
}
movieClip 1143 {
}
movieClip 1144 {
}
movieClip 1145 {
}
movieClip 1146 {
}
movieClip 1147 {
}
movieClip 1148 {
}
movieClip 1150 {
}
movieClip 1151 {
}
movieClip 1152 {
}
movieClip 1153 {
}
movieClip 1154 {
frame 1 {
this.stop();
}
instance of movieClip 1141 {
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 1148 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 1153 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1172 {
}
movieClip 1173 {
instance of movieClip 1107 {
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 1517 {
}
movieClip 1545 {
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 1546 {
instance MC of movieClip 1545 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1551 {
}
movieClip 1557 {
frame 1 {
this.stop();
}
}
movieClip 1558 {
instance MC of movieClip 1557 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1688 {
}
movieClip 1692 {
}
movieClip 1693 {
instance of movieClip 1107 {
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 1806 {
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 386 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 1154 {
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 1807 {
frame 1 {
this.stop();
}
}
movieClip 1813 {
frame 1 {
this.stop();
}
}
movieClip 1814 {
instance right_forearm of movieClip 1813 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1817 {
frame 1 {
this.stop();
}
}
movieClip 1818 {
instance left_forearm of movieClip 1817 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1824 {
}
movieClip 1825 {
instance cloak of movieClip 1824 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1827 {
}
movieClip 1828 {
instance hat_back of movieClip 1827 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1830 {
}
movieClip 1833 {
}
movieClip 1834 {
instance of movieClip 1833 {
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 1836 {
}
movieClip 1838 {
}
movieClip 1841 {
frame 1 {
this.stop();
}
}
movieClip 1842 {
instance right_arm of movieClip 1841 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1845 {
frame 1 {
this.stop();
}
}
movieClip 1846 {
instance left_arm of movieClip 1845 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1848 {
}
movieClip 1849 {
instance breast_wear of movieClip 1848 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1851 {
}
movieClip 1854 {
}
movieClip 1855 {
instance of movieClip 1854 {
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 1858 {
}
movieClip 1859 {
instance of movieClip 1858 {
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 1863 {
frame 1 {
this.stop();
}
}
movieClip 1865 {
}
movieClip 1866 {
instance left_thigh of movieClip 1863 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 1865 {
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 1870 {
frame 1 {
this.stop();
}
}
movieClip 1872 {
}
movieClip 1873 {
instance right_thigh of movieClip 1870 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 1872 {
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 1875 {
}
movieClip 1877 {
}
movieClip 1880 {
}
movieClip 1881 {
instance of movieClip 1880 {
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 1883 {
}
movieClip 1884 {
instance collar_right of movieClip 1883 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1886 {
}
movieClip 1887 {
instance collar_left of movieClip 1886 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1890 {
}
movieClip 1891 {
instance of movieClip 1890 {
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 1893 {
}
movieClip 1895 {
}
movieClip 1897 {
}
movieClip 1900 {
}
movieClip 1901 {
instance of movieClip 1900 {
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 1903 {
}
movieClip 1906 {
}
movieClip 1907 {
instance of movieClip 1906 {
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 1909 {
}
movieClip 1911 {
}
movieClip 1913 {
}
movieClip 1914 {
instance hat_front of movieClip 1913 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1916 {
}
movieClip 1917 {
instance tie of movieClip 1916 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1920 {
}
movieClip 1921 {
instance of movieClip 1920 {
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 1923 {
}
movieClip 1924 {
instance pantuB of movieClip 1923 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1926 {
}
movieClip 1927 {
instance pantuA of movieClip 1926 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1929 {
}
movieClip 1930 {
instance pantuC of movieClip 1929 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1932 {
}
movieClip 1933 {
instance skirt_front of movieClip 1932 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1935 {
}
movieClip 1937 {
}
movieClip 1950 {
frame 1 {
this.stop();
}
instance of movieClip 1937 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 17 {
this.stop();
}
}
movieClip 1952 {
}
movieClip 1963 {
frame 1 {
this.stop();
}
instance of movieClip 1952 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 1965 {
}
movieClip 1975 {
frame 1 {
this.stop();
}
instance of movieClip 1965 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 14 {
this.stop();
}
}
movieClip 1977 {
}
movieClip 1990 {
frame 1 {
this.stop();
}
instance of movieClip 1977 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 16 {
this.stop();
}
}
movieClip 1992 {
}
movieClip 2004 {
frame 1 {
this.stop();
}
instance of movieClip 1992 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 16 {
this.stop();
}
}
movieClip 2006 {
}
movieClip 2007 {
instance of movieClip 1950 {
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 1963 {
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 1975 {
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 1990 {
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 2004 {
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 2008 {
}
movieClip 2010 {
}
movieClip 2012 {
}
movieClip 2022 {
frame 1 {
this.stop();
}
instance of movieClip 2012 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2024 {
}
movieClip 2031 {
frame 1 {
this.stop();
}
instance of movieClip 2024 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2033 {
}
movieClip 2042 {
frame 1 {
this.stop();
}
instance of movieClip 2033 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2044 {
}
movieClip 2051 {
frame 1 {
this.stop();
}
instance of movieClip 2044 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2053 {
}
movieClip 2060 {
frame 1 {
this.stop();
}
instance of movieClip 2053 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2061 {
instance of movieClip 2022 {
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 2031 {
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 2042 {
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 2051 {
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 2060 {
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 2063 {
}
movieClip 2064 {
}
movieClip 2065 {
instance of movieClip 2064 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 2066 {
}
movieClip 2068 {
}
movieClip 2069 {
}
movieClip 2070 {
}
movieClip 2071 {
frame 1 {
this.stop();
}
instance of movieClip 2066 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 2072 {
instance of movieClip 2071 {
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 2073 {
}
movieClip 2075 {
}
movieClip 2079 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 2081 {
}
movieClip 2082 {
instance of movieClip 2079 {
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 2090 {
frame 1 {
this.stop();
}
instance of movieClip 1906 {
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 2094 {
}
movieClip 2095 {
}
movieClip 2097 {
}
movieClip 2099 {
}
movieClip 2101 {
}
movieClip 2103 {
}
movieClip 2105 {
}
movieClip 2107 {
}
movieClip 2109 {
}
movieClip 2111 {
}
movieClip 2113 {
}
movieClip 2115 {
}
movieClip 2116 {
instance of movieClip 1906 {
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 2130 {
frame 1 {
this.stop();
}
instance of movieClip 1906 {
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 {
frame 1 {
this.stop();
}
instance of movieClip 1906 {
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 2182 {
}
movieClip 2183 {
instance of movieClip 2182 {
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 2187 {
}
movieClip 2188 {
instance of movieClip 2187 {
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 2192 {
}
movieClip 2193 {
instance of movieClip 2192 {
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 2195 {
}
movieClip 2382 {
}
movieClip 2386 {
frame 1 {
this.stop();
}
instance of movieClip 1906 {
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 2452 {
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 2455 {
}
movieClip 2456 {
}
movieClip 2457 {
}
movieClip 2458 {
}
movieClip 2459 {
}
movieClip 2461 {
frame 1 {
this.stop();
}
instance of movieClip 2459 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 2462 {
instance MC2 of movieClip 2461 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2461 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2463 {
}
movieClip 2464 {
}
movieClip 2465 {
frame 1 {
this.stop();
}
instance of movieClip 2463 {
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 2466 {
frame 1 {
this.stop();
}
instance of movieClip 2463 {
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 2467 {
instance MC2 of movieClip 2465 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2466 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2469 {
frame 1 {
this.stop();
}
}
movieClip 2470 {
instance skirt_back of movieClip 2469 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2471 {
frame 1 {
this.stop();
}
}
movieClip 2472 {
instance cloak of movieClip 2471 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2474 {
frame 1 {
this.stop();
}
}
movieClip 2475 {
instance collar_back of movieClip 2474 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2477 {
frame 1 {
this.stop();
}
}
movieClip 2478 {
instance hat_back of movieClip 2477 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2480 {
}
movieClip 2481 {
}
movieClip 2484 {
frame 1 {
this.stop();
}
}
movieClip 2485 {
instance left_forearm of movieClip 2484 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2487 {
}
movieClip 2490 {
}
movieClip 2491 {
instance of movieClip 2490 {
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 2493 {
}
movieClip 2495 {
frame 1 {
this.stop();
}
}
movieClip 2496 {
instance breast_wear of movieClip 2495 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2499 {
frame 1 {
this.stop();
}
}
movieClip 2500 {
instance left_arm of movieClip 2499 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2502 {
}
movieClip 2505 {
}
movieClip 2506 {
instance of movieClip 2505 {
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 2508 {
}
movieClip 2510 {
}
movieClip 2513 {
}
movieClip 2514 {
instance of movieClip 2513 {
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 2516 {
}
movieClip 2519 {
frame 1 {
this.stop();
}
}
movieClip 2521 {
frame 1 {
this.stop();
}
}
movieClip 2522 {
instance right_foot of movieClip 2519 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 2521 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2525 {
frame 1 {
this.stop();
}
}
movieClip 2526 {
instance right_shin of movieClip 2525 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2529 {
frame 1 {
this.stop();
}
}
movieClip 2531 {
}
movieClip 2532 {
instance right_thigh of movieClip 2529 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 2531 {
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 2534 {
}
movieClip 2537 {
frame 1 {
this.stop();
}
}
movieClip 2539 {
frame 1 {
this.stop();
}
}
movieClip 2540 {
instance left_foot of movieClip 2537 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 2539 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2543 {
frame 1 {
this.stop();
}
}
movieClip 2544 {
instance left_shin of movieClip 2543 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2547 {
frame 1 {
this.stop();
}
}
movieClip 2549 {
}
movieClip 2550 {
instance left_thigh of movieClip 2547 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 2549 {
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 2552 {
}
movieClip 2555 {
}
movieClip 2556 {
instance of movieClip 2555 {
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 2558 {
frame 1 {
this.stop();
}
}
movieClip 2559 {
instance pantuB of movieClip 2558 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2561 {
frame 1 {
this.stop();
}
}
movieClip 2562 {
instance pantuA of movieClip 2561 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2564 {
frame 1 {
this.stop();
}
}
movieClip 2565 {
instance pantuC of movieClip 2564 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2567 {
frame 1 {
this.stop();
}
}
movieClip 2568 {
instance skirt_frontB of movieClip 2567 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2570 {
frame 1 {
this.stop();
}
}
movieClip 2571 {
instance skirt_front of movieClip 2570 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2573 {
}
movieClip 2574 {
}
movieClip 2576 {
}
movieClip 2578 {
frame 1 {
this.stop();
}
}
movieClip 2579 {
instance collar_left of movieClip 2578 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2581 {
frame 1 {
this.stop();
}
}
movieClip 2582 {
instance collar_right of movieClip 2581 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2583 {
frame 1 {
this.stop();
}
}
movieClip 2585 {
}
movieClip 2586 {
frame 1 {
this.stop();
}
}
movieClip 2587 {
instance tie of movieClip 2586 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2589 {
}
movieClip 2593 {
}
movieClip 2596 {
}
movieClip 2598 {
instance of movieClip 2596 {
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 2600 {
frame 1 {
this.stop();
}
}
movieClip 2601 {
instance hat_front of movieClip 2600 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2603 {
}
movieClip 2605 {
}
movieClip 2607 {
}
movieClip 2609 {
}
movieClip 2611 {
}
movieClip 2613 {
}
movieClip 2615 {
}
movieClip 2617 {
}
movieClip 2619 {
}
movieClip 2621 {
}
movieClip 2622 {
}
movieClip 2623 {
}
movieClip 2624 {
}
movieClip 2625 {
}
movieClip 2626 {
}
movieClip 2627 {
}
movieClip 2628 {
}
movieClip 2629 {
}
movieClip 2630 {
instance renderb of movieClip 2629 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 2631 {
}
movieClip 2633 {
}
movieClip 2634 {
}
movieClip 2635 {
}
movieClip 2636 {
frame 1 {
this.stop();
}
instance of movieClip 2631 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 2637 {
instance MC of movieClip 2636 {
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 2639 {
}
movieClip 2641 {
}
movieClip 2647 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 2648 {
instance MC of movieClip 2647 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2649 {
}
movieClip 2650 {
frame 1 {
this.stop();
}
}
movieClip 2651 {
}
movieClip 2652 {
}
movieClip 2653 {
}
movieClip 2654 {
}
movieClip 2655 {
}
movieClip 2656 {
}
movieClip 2657 {
}
movieClip 2659 {
}
movieClip 2660 {
}
movieClip 2661 {
}
movieClip 2662 {
}
movieClip 2663 {
frame 1 {
this.stop();
}
instance of movieClip 2650 {
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 2657 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 2662 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2666 {
}
movieClip 2668 {
instance of movieClip 2596 {
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 2692 {
}
movieClip 2694 {
instance of movieClip 2596 {
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 2698 {
}
movieClip 2726 {
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 2727 {
instance MC of movieClip 2726 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2729 {
}
movieClip 2735 {
frame 1 {
this.stop();
}
}
movieClip 2736 {
instance MC of movieClip 2735 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2745 {
}
movieClip 2747 {
instance of movieClip 2596 {
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 2751 {
}
movieClip 2753 {
}
movieClip 2755 {
instance of movieClip 2596 {
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 2764 {
}
movieClip 2766 {
instance of movieClip 2596 {
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 2767 {
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 386 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 2663 {
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 2768 {
frame 1 {
this.stop();
}
}
movieClip 2771 {
}
movieClip 2772 {
}
movieClip 2773 {
}
movieClip 2774 {
}
movieClip 2775 {
}
movieClip 2776 {
}
movieClip 2777 {
}
movieClip 2778 {
}
movieClip 2779 {
}
movieClip 2780 {
}
movieClip 2781 {
}
movieClip 2782 {
}
movieClip 2783 {
}
movieClip 2785 {
}
movieClip 2787 {
}
movieClip 2789 {
}
movieClip 2791 {
}
movieClip 2793 {
}
movieClip 2799 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 2800 {
instance MC of movieClip 2799 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2803 {
frame 1 {
this.stop();
}
}
movieClip 2805 {
frame 1 {
this.stop();
}
}
movieClip 2806 {
instance right_foot of movieClip 2803 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 2805 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2809 {
frame 1 {
this.stop();
}
}
movieClip 2810 {
instance right_shin of movieClip 2809 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2813 {
frame 1 {
this.stop();
}
}
movieClip 2814 {
instance right_thigh of movieClip 2813 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2815 {
}
movieClip 2817 {
frame 1 {
this.stop();
}
instance of movieClip 2815 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 2818 {
instance MC2 of movieClip 2817 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2817 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2819 {
}
movieClip 2820 {
}
movieClip 2821 {
frame 1 {
this.stop();
}
instance of movieClip 2819 {
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 2822 {
frame 1 {
this.stop();
}
instance of movieClip 2819 {
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 2823 {
instance MC2 of movieClip 2821 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2822 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2826 {
frame 1 {
this.stop();
}
}
movieClip 2828 {
frame 1 {
this.stop();
}
}
movieClip 2829 {
instance left_foot of movieClip 2826 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 2828 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2832 {
frame 1 {
this.stop();
}
}
movieClip 2833 {
instance left_shin of movieClip 2832 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2836 {
frame 1 {
this.stop();
}
}
movieClip 2837 {
instance left_thigh of movieClip 2836 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2839 {
frame 1 {
this.stop();
}
}
movieClip 2840 {
instance skirt_back of movieClip 2839 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2843 {
}
movieClip 2844 {
instance of movieClip 2843 {
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 2847 {
}
movieClip 2848 {
instance of movieClip 2847 {
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 2850 {
}
movieClip 2853 {
frame 1 {
this.stop();
}
}
movieClip 2854 {
instance right_arm of movieClip 2853 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2857 {
frame 1 {
this.stop();
}
}
movieClip 2858 {
instance right_forearm 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 right_hand of movieClip 2861 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2863 {
frame 1 {
this.stop();
}
}
movieClip 2864 {
instance breast_wear_back of movieClip 2863 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2866 {
}
movieClip 2869 {
}
movieClip 2870 {
instance of movieClip 2869 {
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 2872 {
}
movieClip 2874 {
frame 1 {
this.stop();
}
}
movieClip 2875 {
instance pantu of movieClip 2874 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2877 {
frame 1 {
this.stop();
}
}
movieClip 2878 {
instance skirt_front of movieClip 2877 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2879 {
frame 1 {
this.stop();
}
}
movieClip 2880 {
instance hat_back of movieClip 2879 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2881 {
}
movieClip 2882 {
}
movieClip 2883 {
}
movieClip 2884 {
}
movieClip 2885 {
instance of movieClip 2884 {
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 2887 {
}
movieClip 2889 {
frame 1 {
this.stop();
}
}
movieClip 2890 {
instance collar_back of movieClip 2889 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2893 {
frame 1 {
this.stop();
}
}
movieClip 2894 {
instance left_arm of movieClip 2893 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2897 {
frame 1 {
this.stop();
}
}
movieClip 2898 {
instance left_forearm of movieClip 2897 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2901 {
frame 1 {
this.stop();
}
}
movieClip 2902 {
instance left_hand of movieClip 2901 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2904 {
frame 1 {
this.stop();
}
}
movieClip 2905 {
frame 1 {
this.stop();
}
instance breast_wear of movieClip 2904 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2907 {
frame 1 {
this.stop();
}
}
movieClip 2908 {
instance cloak of movieClip 2907 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2910 {
}
movieClip 2913 {
}
movieClip 2916 {
}
movieClip 2918 {
instance of movieClip 2916 {
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 2919 {
frame 1 {
this.stop();
}
}
movieClip 2920 {
instance hat_front of movieClip 2919 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2921 {
}
movieClip 2923 {
}
movieClip 2925 {
}
movieClip 2927 {
}
movieClip 2928 {
}
movieClip 2929 {
}
movieClip 2930 {
}
movieClip 2931 {
}
movieClip 2933 {
}
movieClip 2934 {
}
movieClip 2935 {
}
movieClip 2936 {
frame 1 {
this.stop();
}
instance of movieClip 2931 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 2937 {
instance MC of movieClip 2936 {
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 2938 {
}
movieClip 2939 {
frame 1 {
this.stop();
}
}
movieClip 2940 {
}
movieClip 2941 {
}
movieClip 2942 {
}
movieClip 2943 {
}
movieClip 2944 {
}
movieClip 2945 {
}
movieClip 2946 {
}
movieClip 2948 {
}
movieClip 2949 {
}
movieClip 2950 {
}
movieClip 2951 {
}
movieClip 2952 {
frame 1 {
this.stop();
}
instance of movieClip 2939 {
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 2946 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 2951 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2955 {
}
movieClip 2957 {
instance of movieClip 2916 {
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 2981 {
}
movieClip 2983 {
instance of movieClip 2916 {
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 2987 {
}
movieClip 3015 {
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 3016 {
instance MC of movieClip 3015 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3018 {
}
movieClip 3024 {
frame 1 {
this.stop();
}
}
movieClip 3025 {
instance MC of movieClip 3024 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3035 {
}
movieClip 3038 {
}
movieClip 3040 {
instance of movieClip 2916 {
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 3048 {
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 386 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 2952 {
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 3049 {
frame 1 {
this.stop();
}
}
movieClip 3052 {
}
movieClip 3053 {
}
movieClip 3054 {
}
movieClip 3055 {
}
movieClip 3058 {
}
movieClip 3060 {
}
movieClip 3063 {
frame 1 {
this.stop();
}
}
movieClip 3064 {
instance right_forearm of movieClip 3063 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3067 {
frame 1 {
this.stop();
}
}
movieClip 3068 {
instance right_hand of movieClip 3067 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3070 {
}
movieClip 3073 {
frame 1 {
this.stop();
}
}
movieClip 3075 {
}
movieClip 3076 {
instance right_thigh of movieClip 3073 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3075 {
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 3079 {
frame 1 {
this.stop();
}
}
movieClip 3080 {
instance right_shin of movieClip 3079 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3083 {
frame 1 {
this.stop();
}
}
movieClip 3085 {
frame 1 {
this.stop();
}
}
movieClip 3086 {
instance right_foot of movieClip 3083 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 3085 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3088 {
}
movieClip 3090 {
}
movieClip 3093 {
}
movieClip 3094 {
instance of movieClip 3093 {
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 3096 {
frame 1 {
this.stop();
}
}
movieClip 3097 {
instance pantuA of movieClip 3096 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3099 {
}
movieClip 3103 {
frame 1 {
this.stop();
}
}
movieClip 3105 {
}
movieClip 3106 {
instance left_thigh of movieClip 3103 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3105 {
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 3109 {
frame 1 {
this.stop();
}
}
movieClip 3110 {
instance left_shin of movieClip 3109 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3113 {
frame 1 {
this.stop();
}
}
movieClip 3115 {
frame 1 {
this.stop();
}
}
movieClip 3116 {
instance left_foot of movieClip 3113 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 3115 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3118 {
}
movieClip 3121 {
}
movieClip 3122 {
instance of movieClip 3121 {
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 3124 {
frame 1 {
this.stop();
}
}
movieClip 3125 {
instance pantuB of movieClip 3124 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3127 {
frame 1 {
this.stop();
}
}
movieClip 3128 {
instance skirt_front of movieClip 3127 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3131 {
frame 1 {
this.stop();
}
}
movieClip 3132 {
instance left_hand of movieClip 3131 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3135 {
frame 1 {
this.stop();
}
}
movieClip 3136 {
instance left_forearm of movieClip 3135 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3142 {
}
movieClip 3144 {
}
movieClip 3146 {
}
movieClip 3148 {
}
movieClip 3150 {
}
movieClip 3152 {
}
movieClip 3154 {
}
movieClip 3155 {
}
movieClip 3156 {
}
movieClip 3157 {
instance renderb of movieClip 3156 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 3159 {
}
movieClip 3161 {
}
movieClip 3167 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 3168 {
instance MC of movieClip 3167 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3169 {
}
movieClip 3170 {
frame 1 {
this.stop();
}
}
movieClip 3171 {
}
movieClip 3172 {
}
movieClip 3173 {
}
movieClip 3174 {
}
movieClip 3175 {
}
movieClip 3176 {
}
movieClip 3177 {
}
movieClip 3179 {
}
movieClip 3180 {
}
movieClip 3181 {
}
movieClip 3182 {
}
movieClip 3183 {
frame 1 {
this.stop();
}
instance of movieClip 3170 {
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 3177 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 3182 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3338 {
}
movieClip 3366 {
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 3367 {
instance MC of movieClip 3366 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3369 {
}
movieClip 3375 {
frame 1 {
this.stop();
}
}
movieClip 3376 {
instance MC of movieClip 3375 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3486 {
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 386 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3183 {
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 3487 {
frame 1 {
this.stop();
}
}
movieClip 3489 {
}
movieClip 3490 {
}
movieClip 3491 {
}
movieClip 3492 {
}
movieClip 3494 {
}
movieClip 3496 {
}
movieClip 3498 {
}
movieClip 3500 {
}
movieClip 3502 {
}
movieClip 3504 {
}
movieClip 3506 {
}
movieClip 3507 {
frame 1 {
this.stop();
}
}
movieClip 3508 {
instance cloak of movieClip 3507 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3509 {
frame 1 {
this.stop();
}
}
movieClip 3510 {
instance hat_back of movieClip 3509 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3512 {
}
movieClip 3513 {
}
movieClip 3514 {
frame 1 {
this.stop();
}
}
movieClip 3515 {
instance collar_back of movieClip 3514 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3518 {
frame 1 {
this.stop();
}
}
movieClip 3519 {
instance right_arm of movieClip 3518 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3521 {
}
movieClip 3524 {
}
movieClip 3525 {
instance of movieClip 3524 {
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 3528 {
frame 1 {
this.stop();
}
}
movieClip 3529 {
instance right_forearm of movieClip 3528 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3531 {
}
movieClip 3533 {
frame 1 {
this.stop();
}
}
movieClip 3534 {
instance breast_wear of movieClip 3533 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3537 {
}
movieClip 3538 {
instance of movieClip 3537 {
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 3540 {
}
movieClip 3542 {
}
movieClip 3545 {
}
movieClip 3546 {
instance of movieClip 3545 {
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 3548 {
}
movieClip 3551 {
frame 1 {
this.stop();
}
}
movieClip 3552 {
instance left_arm of movieClip 3551 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3555 {
frame 1 {
this.stop();
}
}
movieClip 3556 {
instance left_forearm of movieClip 3555 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3559 {
frame 1 {
this.stop();
}
}
movieClip 3561 {
frame 1 {
this.stop();
}
}
movieClip 3562 {
instance right_foot of movieClip 3559 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 3561 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3565 {
frame 1 {
this.stop();
}
}
movieClip 3566 {
instance right_shin of movieClip 3565 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3569 {
frame 1 {
this.stop();
}
}
movieClip 3571 {
}
movieClip 3572 {
instance right_thigh of movieClip 3569 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3571 {
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 3573 {
}
movieClip 3575 {
frame 1 {
this.stop();
}
instance of movieClip 3573 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 3576 {
instance MC2 of movieClip 3575 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 3575 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3577 {
}
movieClip 3578 {
}
movieClip 3579 {
frame 1 {
this.stop();
}
instance of movieClip 3577 {
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 3580 {
frame 1 {
this.stop();
}
instance of movieClip 3577 {
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 3581 {
instance MC2 of movieClip 3579 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 3580 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3583 {
}
movieClip 3585 {
}
movieClip 3587 {
}
movieClip 3589 {
}
movieClip 3592 {
}
movieClip 3593 {
instance of movieClip 3592 {
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 3596 {
}
movieClip 3597 {
instance of movieClip 3596 {
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 3599 {
}
movieClip 3601 {
}
movieClip 3602 {
}
movieClip 3603 {
instance renderb of movieClip 3602 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 3605 {
}
movieClip 3607 {
}
movieClip 3609 {
}
movieClip 3611 {
}
movieClip 3613 {
}
movieClip 3615 {
}
movieClip 3617 {
}
movieClip 3620 {
frame 1 {
this.stop();
}
}
movieClip 3622 {
frame 1 {
this.stop();
}
}
movieClip 3623 {
instance left_foot of movieClip 3620 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 3622 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3626 {
frame 1 {
this.stop();
}
}
movieClip 3627 {
instance left_shin of movieClip 3626 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3630 {
frame 1 {
this.stop();
}
}
movieClip 3632 {
}
movieClip 3633 {
instance left_thigh of movieClip 3630 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3632 {
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 3636 {
frame 1 {
this.stop();
}
}
movieClip 3637 {
instance right_hand of movieClip 3636 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3640 {
frame 1 {
this.stop();
}
}
movieClip 3641 {
instance left_hand of movieClip 3640 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3643 {
frame 1 {
this.stop();
}
}
movieClip 3644 {
instance pantuB of movieClip 3643 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3646 {
frame 1 {
this.stop();
}
}
movieClip 3647 {
instance pantuA of movieClip 3646 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3649 {
frame 1 {
this.stop();
}
}
movieClip 3650 {
instance skirt_front of movieClip 3649 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3652 {
frame 1 {
this.stop();
}
}
movieClip 3653 {
instance collar_right of movieClip 3652 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3655 {
}
movieClip 3656 {
}
movieClip 3657 {
}
movieClip 3658 {
}
movieClip 3660 {
}
movieClip 3661 {
instance of movieClip 3656 {
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;
}
}
}
}
instance of movieClip 3658 {
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 3663 {
frame 1 {
this.stop();
}
}
movieClip 3664 {
instance collar_left of movieClip 3663 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3665 {
frame 1 {
this.stop();
}
}
movieClip 3667 {
}
movieClip 3668 {
frame 1 {
this.stop();
}
}
movieClip 3669 {
instance tie of movieClip 3668 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3671 {
}
movieClip 3672 {
}
movieClip 3675 {
}
movieClip 3678 {
}
movieClip 3680 {
}
movieClip 3681 {
instance of movieClip 3678 {
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 3683 {
frame 1 {
this.stop();
}
}
movieClip 3684 {
instance hat_front of movieClip 3683 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3686 {
}
movieClip 3688 {
}
movieClip 3689 {
}
movieClip 3691 {
}
movieClip 3695 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 3696 {
instance MC of movieClip 3695 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3697 {
}
movieClip 3699 {
}
movieClip 3700 {
}
movieClip 3701 {
}
movieClip 3702 {
frame 1 {
this.stop();
}
instance of movieClip 3697 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 3703 {
instance MC of movieClip 3702 {
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();
}
}
}
}
button 3704 {
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 3705 {
}
movieClip 3706 {
}
movieClip 3707 {
frame 1 {
this.stop();
}
}
movieClip 3708 {
}
movieClip 3709 {
}
movieClip 3710 {
}
movieClip 3711 {
}
movieClip 3712 {
}
movieClip 3713 {
}
movieClip 3714 {
}
movieClip 3716 {
}
movieClip 3717 {
}
movieClip 3718 {
}
movieClip 3719 {
}
movieClip 3720 {
frame 1 {
this.stop();
}
instance of movieClip 3707 {
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 3714 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 3719 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3722 {
}
movieClip 3723 {
instance of movieClip 3678 {
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 3725 {
}
movieClip 3753 {
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 3754 {
instance MC of movieClip 3753 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3756 {
}
movieClip 3762 {
frame 1 {
this.stop();
}
}
movieClip 3763 {
instance MC of movieClip 3762 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3764 {
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 = 4;
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 3705 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3720 {
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 3765 {
frame 1 {
this.stop();
}
}
movieClip 3768 {
}
movieClip 3770 {
}
movieClip 3771 {
}
movieClip 3773 {
}
movieClip 3775 {
}
movieClip 3777 {
}
movieClip 3779 {
}
movieClip 3782 {
frame 1 {
this.stop();
}
}
movieClip 3784 {
frame 1 {
this.stop();
}
}
movieClip 3785 {
instance right_foot of movieClip 3782 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 3784 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3788 {
frame 1 {
this.stop();
}
}
movieClip 3789 {
instance right_shin of movieClip 3788 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3792 {
frame 1 {
this.stop();
}
}
movieClip 3794 {
}
movieClip 3795 {
instance right_thigh of movieClip 3792 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3794 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 3796 {
}
movieClip 3798 {
frame 1 {
this.stop();
}
instance of movieClip 3796 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 3799 {
instance MC2 of movieClip 3798 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 3798 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3800 {
}
movieClip 3801 {
}
movieClip 3802 {
frame 1 {
this.stop();
}
instance of movieClip 3800 {
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 3803 {
frame 1 {
this.stop();
}
instance of movieClip 3800 {
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 3804 {
instance MC2 of movieClip 3802 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 3803 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3807 {
frame 1 {
this.stop();
}
}
movieClip 3809 {
frame 1 {
this.stop();
}
}
movieClip 3810 {
instance left_foot of movieClip 3807 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 3809 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3813 {
frame 1 {
this.stop();
}
}
movieClip 3814 {
instance left_shin of movieClip 3813 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3816 {
}
movieClip 3817 {
}
movieClip 3819 {
}
movieClip 3821 {
}
movieClip 3823 {
}
movieClip 3825 {
}
movieClip 3827 {
}
movieClip 3829 {
}
movieClip 3830 {
frame 1 {
this.stop();
}
}
movieClip 3831 {
instance cloak of movieClip 3830 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3833 {
frame 1 {
this.stop();
}
}
movieClip 3834 {
instance collar_back of movieClip 3833 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3837 {
}
movieClip 3838 {
instance of movieClip 3837 {
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 3840 {
frame 1 {
this.stop();
}
}
movieClip 3841 {
instance pantuA of movieClip 3840 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3844 {
frame 1 {
this.stop();
}
}
movieClip 3846 {
}
movieClip 3847 {
instance left_thigh of movieClip 3844 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3846 {
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 3849 {
}
movieClip 3850 {
}
movieClip 3852 {
}
movieClip 3854 {
frame 1 {
this.stop();
}
}
movieClip 3855 {
instance hat_back of movieClip 3854 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3857 {
}
movieClip 3858 {
}
movieClip 3861 {
frame 1 {
this.stop();
}
}
movieClip 3862 {
instance right_arm of movieClip 3861 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3865 {
frame 1 {
this.stop();
}
}
movieClip 3866 {
instance right_forearm of movieClip 3865 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3869 {
frame 1 {
this.stop();
}
}
movieClip 3870 {
instance right_hand of movieClip 3869 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3873 {
}
movieClip 3874 {
instance of movieClip 3873 {
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 3876 {
}
movieClip 3879 {
frame 1 {
this.stop();
}
}
movieClip 3880 {
instance left_forearm of movieClip 3879 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3883 {
frame 1 {
this.stop();
}
}
movieClip 3884 {
}
movieClip 3887 {
frame 1 {
this.stop();
}
}
movieClip 3888 {
instance left_arm of movieClip 3887 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3890 {
}
movieClip 3892 {
frame 1 {
this.stop();
}
}
movieClip 3893 {
instance breast_wear of movieClip 3892 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3896 {
}
movieClip 3897 {
instance of movieClip 3896 {
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 3899 {
}
movieClip 3902 {
}
movieClip 3903 {
instance of movieClip 3902 {
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 3905 {
}
movieClip 3907 {
frame 1 {
this.stop();
}
}
movieClip 3908 {
instance skirt_front of movieClip 3907 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3910 {
frame 1 {
this.stop();
}
}
movieClip 3911 {
instance collar_right of movieClip 3910 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3913 {
}
movieClip 3914 {
}
movieClip 3916 {
frame 1 {
this.stop();
}
}
movieClip 3917 {
instance collar_left of movieClip 3916 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3919 {
}
movieClip 3921 {
}
movieClip 3925 {
}
movieClip 3928 {
}
movieClip 3930 {
instance of movieClip 3928 {
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 3932 {
frame 1 {
this.stop();
}
}
movieClip 3933 {
instance hat_front of movieClip 3932 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3934 {
frame 1 {
this.stop();
}
}
movieClip 3936 {
}
movieClip 3937 {
frame 1 {
this.stop();
}
}
movieClip 3938 {
instance tie of movieClip 3937 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3939 {
}
movieClip 3941 {
}
movieClip 3943 {
}
movieClip 3945 {
}
movieClip 3946 {
}
movieClip 3947 {
instance renderb of movieClip 3946 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 3948 {
}
movieClip 3949 {
}
movieClip 3950 {
}
movieClip 3951 {
}
movieClip 3952 {
}
movieClip 3954 {
}
movieClip 3955 {
}
movieClip 3956 {
}
movieClip 3957 {
frame 1 {
this.stop();
}
instance of movieClip 3952 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 3958 {
instance MC of movieClip 3957 {
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 3959 {
}
movieClip 3961 {
}
movieClip 3965 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 3966 {
instance MC of movieClip 3965 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
button 3967 {
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 3968 {
}
movieClip 3969 {
}
movieClip 3970 {
frame 1 {
this.stop();
}
}
movieClip 3971 {
}
movieClip 3972 {
}
movieClip 3973 {
}
movieClip 3974 {
}
movieClip 3975 {
}
movieClip 3976 {
}
movieClip 3977 {
}
movieClip 3979 {
}
movieClip 3980 {
}
movieClip 3981 {
}
movieClip 3982 {
}
movieClip 3983 {
frame 1 {
this.stop();
}
instance of movieClip 3970 {
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 3977 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 3982 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3985 {
}
movieClip 3987 {
instance of movieClip 3928 {
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 3991 {
}
movieClip 3993 {
instance of movieClip 3928 {
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 3995 {
}
movieClip 4023 {
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 4024 {
instance MC of movieClip 4023 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4025 {
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 = 4;
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 3968 {
onClipEvent (load) {
if (_root.debug_mode == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3983 {
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 4026 {
frame 1 {
this.stop();
}
}
movieClip 4028 {
}
movieClip 4030 {
}
movieClip 4032 {
}
movieClip 4033 {
}
movieClip 4034 {
}
movieClip 4035 {
}
movieClip 4037 {
}
movieClip 4039 {
}
movieClip 4041 {
frame 1 {
this.stop();
}
}
movieClip 4042 {
instance hat_back of movieClip 4041 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4043 {
}
movieClip 4044 {
}
movieClip 4045 {
frame 1 {
this.stop();
}
}
movieClip 4046 {
instance cloak of movieClip 4045 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4047 {
frame 1 {
this.stop();
}
}
movieClip 4048 {
instance collar_back of movieClip 4047 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4052 {
frame 1 {
this.stop();
}
}
movieClip 4053 {
instance right_arm of movieClip 4052 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4056 {
frame 1 {
this.stop();
}
}
movieClip 4057 {
instance right_forearm of movieClip 4056 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4060 {
frame 1 {
this.stop();
}
}
movieClip 4061 {
instance right_hand of movieClip 4060 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4064 {
}
movieClip 4065 {
instance of movieClip 4064 {
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 4067 {
}
movieClip 4069 {
}
movieClip 4072 {
frame 1 {
this.stop();
}
}
movieClip 4073 {
instance left_arm of movieClip 4072 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4075 {
}
movieClip 4077 {
frame 1 {
this.stop();
}
}
movieClip 4078 {
instance breast_wear of movieClip 4077 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4081 {
}
movieClip 4082 {
instance of movieClip 4081 {
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 4084 {
}
movieClip 4087 {
}
movieClip 4088 {
instance of movieClip 4087 {
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 4090 {
}
movieClip 4092 {
frame 1 {
this.stop();
}
}
movieClip 4093 {
instance pantuB_2 of movieClip 4092 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4096 {
frame 1 {
this.stop();
}
}
movieClip 4098 {
}
movieClip 4099 {
instance right_thigh of movieClip 4096 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4098 {
onClipEvent (load) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_xxx != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4102 {
frame 1 {
this.stop();
}
}
movieClip 4103 {
instance right_shin of movieClip 4102 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4106 {
frame 1 {
this.stop();
}
}
movieClip 4108 {
frame 1 {
this.stop();
}
}
movieClip 4109 {
instance right_foot of movieClip 4106 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 4108 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4111 {
}
movieClip 4114 {
}
movieClip 4115 {
instance of movieClip 4114 {
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 4116 {
}
movieClip 4117 {
}
movieClip 4119 {
frame 1 {
this.stop();
}
}
movieClip 4120 {
instance collar_right of movieClip 4119 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4121 {
frame 1 {
this.stop();
}
}
movieClip 4122 {
instance collar_left of movieClip 4121 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4123 {
frame 1 {
this.stop();
}
}
movieClip 4125 {
}
movieClip 4126 {
frame 1 {
this.stop();
}
}
movieClip 4127 {
instance tie of movieClip 4126 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4129 {
}
movieClip 4131 {
}
movieClip 4134 {
}
movieClip 4136 {
}
movieClip 4138 {
instance of movieClip 4136 {
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 4140 {
frame 1 {
this.stop();
}
}
movieClip 4141 {
instance hat_front of movieClip 4140 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4144 {
frame 1 {
this.stop();
}
}
movieClip 4145 {
instance left_forearm of movieClip 4144 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4148 {
frame 1 {
this.stop();
}
}
movieClip 4149 {
instance left_hand of movieClip 4148 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4151 {
frame 1 {
this.stop();
}
}
movieClip 4152 {
instance pantuC of movieClip 4151 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4154 {
frame 1 {
this.stop();
}
}
movieClip 4155 {
instance pantuB of movieClip 4154 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4158 {
frame 1 {
this.stop();
}
}
movieClip 4160 {
}
movieClip 4161 {
instance left_thigh of movieClip 4158 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4160 {
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 4164 {
frame 1 {
this.stop();
}
}
movieClip 4165 {
instance left_shin of movieClip 4164 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4168 {
frame 1 {
this.stop();
}
}
movieClip 4170 {
frame 1 {
this.stop();
}
}
movieClip 4171 {
instance left_foot of movieClip 4168 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 4170 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4173 {
frame 1 {
this.stop();
}
}
movieClip 4174 {
instance pantuA of movieClip 4173 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4176 {
frame 1 {
this.stop();
}
}
movieClip 4177 {
instance skirt_front of movieClip 4176 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4178 {
}
movieClip 4180 {
frame 1 {
this.stop();
}
instance of movieClip 4178 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 4181 {
instance MC2 of movieClip 4180 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 4180 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4182 {
}
movieClip 4183 {
}
movieClip 4184 {
frame 1 {
this.stop();
}
instance of movieClip 4182 {
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 4185 {
frame 1 {
this.stop();
}
instance of movieClip 4182 {
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 4186 {
instance MC2 of movieClip 4184 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 4185 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4188 {
}
movieClip 4191 {
}
movieClip 4193 {
}
movieClip 4199 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 4200 {
instance MC of movieClip 4199 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4201 {
}
movieClip 4203 {
}
movieClip 4204 {
}
movieClip 4205 {
}
movieClip 4206 {
frame 1 {
this.stop();
}
instance of movieClip 4201 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 4207 {
instance MC of movieClip 4206 {
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 4208 {
}
movieClip 4210 {
}
movieClip 4212 {
}
movieClip 4214 {
}
movieClip 4216 {
}
movieClip 4218 {
}
movieClip 4220 {
}
movieClip 4221 {
}
movieClip 4222 {
}
movieClip 4223 {
instance renderb of movieClip 4222 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 4224 {
}
movieClip 4225 {
frame 1 {
this.stop();
}
}
movieClip 4226 {
}
movieClip 4227 {
}
movieClip 4228 {
}
movieClip 4229 {
}
movieClip 4230 {
}
movieClip 4231 {
}
movieClip 4232 {
}
movieClip 4234 {
}
movieClip 4235 {
}
movieClip 4236 {
}
movieClip 4237 {
}
movieClip 4238 {
frame 1 {
this.stop();
}
instance of movieClip 4225 {
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 4232 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4237 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4239 {
}
movieClip 4241 {
instance of movieClip 4136 {
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 4263 {
}
movieClip 4265 {
instance of movieClip 4136 {
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 4270 {
}
movieClip 4298 {
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 4299 {
instance MC of movieClip 4298 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4301 {
}
movieClip 4307 {
frame 1 {
this.stop();
}
}
movieClip 4308 {
instance MC of movieClip 4307 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4318 {
}
movieClip 4320 {
instance of movieClip 4136 {
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 4329 {
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 4238 {
onClipEvent (load) {
if (_root.gallery_mode_on == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 386 {
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 4330 {
frame 1 {
this.stop();
}
}
movieClip 4332 {
}
movieClip 4334 {
}
movieClip 4336 {
}
movieClip 4338 {
}
movieClip 4340 {
}
movieClip 4342 {
}
movieClip 4344 {
}
movieClip 4346 {
}
movieClip 4348 {
}
movieClip 4350 {
}
movieClip 4352 {
}
movieClip 4354 {
}
movieClip 4356 {
}
movieClip 4358 {
}
movieClip 4360 {
}
movieClip 4362 {
}
movieClip 4364 {
}
movieClip 4366 {
}
movieClip 4368 {
}
movieClip 4370 {
}
movieClip 4372 {
}
movieClip 4374 {
}
movieClip 4376 {
}
movieClip 4378 {
}
movieClip 4380 {
}
movieClip 4382 {
}
movieClip 4384 {
}
movieClip 4386 {
}
movieClip 4388 {
}
movieClip 4390 {
}
movieClip 4392 {
}
movieClip 4394 {
}
movieClip 4396 {
}
movieClip 4398 {
}
movieClip 4400 {
}
movieClip 4402 {
}
movieClip 4404 {
}
movieClip 4407 {
}
// unknown tag 88 length 79
// unknown tag 88 length 79
movieClip 4414 {
instance of movieClip 4407 {
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 4418 {
}
movieClip 4420 {
}
movieClip 4422 {
}
frame 2 {
this.gotoAndStop(1);
}
movieClip 4426 octopus {
}
movieClip 4427 {
}
movieClip 4429 {
}
movieClip 4431 {
}
movieClip 4432 {
}
movieClip 4434 {
}
movieClip 4435 {
}
movieClip 4437 {
}
movieClip 4439 {
}
movieClip 4441 {
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 4442 {
}
movieClip 4443 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(3);
this.stop();
}
}
movieClip 4444 flying_moray {
instance MC of movieClip 4443 {
onClipEvent (load) {
enemy_number = 3;
hit_width = 43;
hit_height = 71;
this_y_def = this.MC.hit._y;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (_root.enemyKILL[enemy_number] == 0) {
this_y = this.MC.hit._y - this_y_def;
_root.fire_magic_hit(this._parent._x, this._x, hit_width, this._parent._y, this_y, hit_height, enemy_number);
_root.enemyknockback_func(enemy_number, eval(this));
if (_root.enemyHP[enemy_number] <= 0 || (this._x + this._parent._x <= -1500 || this._x + this._parent._x >= 4000)) {
if (_root.enemyHP[enemy_number] <= 0) {
_root.se014.start();
}
_root.enemyKILL[enemy_number] = 1;
this.gotoAndPlay('kill');
}
}
}
}
}
}
movieClip 4446 {
}
movieClip 4447 {
}
movieClip 4448 {
}
movieClip 4449 {
instance pause_stoper of movieClip 4448 {
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 4451 {
}
movieClip 4452 {
}
movieClip 4453 {
}
movieClip 4454 {
}
movieClip 4455 {
}
movieClip 4457 {
}
movieClip 4458 {
}
movieClip 4459 {
}
movieClip 4460 {
}
movieClip 4462 {
}
movieClip 4463 {
}
movieClip 4464 {
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 4465 {
}
movieClip 4466 {
}
movieClip 4467 {
}
movieClip 4468 {
}
movieClip 4470 {
}
movieClip 4471 {
}
movieClip 4473 {
}
movieClip 4474 {
}
movieClip 4585 {
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 4471 {
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 4587 {
}
movieClip 4588 {
}
movieClip 4589 {
}
movieClip 4590 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(1);
this.stop();
}
}
movieClip 4591 roper_wood {
instance enemy1 of movieClip 4590 {
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 4594 {
frame 2 {
this.stop();
}
}
movieClip 4615 fire_hit_effect {
frame 1 {
_root.se004.start();
}
instance of movieClip 4594 {
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 4618 {
}
movieClip 4621 {
}
movieClip 4624 {
}
movieClip 4627 {
}
movieClip 4628 FB {
}
movieClip 4631 {
frame 2 {
this.stop();
}
}
movieClip 4633 {
}
movieClip 4634 {
instance of movieClip 4633 {
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 4635 {
frame 40 {
this.gotoAndPlay(1);
}
}
movieClip 4636 {
instance of movieClip 4631 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 13 {
this.stop();
}
}
movieClip 4639 {
frame 2 {
this.stop();
}
}
movieClip 4640 {
instance of movieClip 4639 {
onClipEvent (load) {
if (_root.HP >= 11) {
_root.HP -= 3;
}
this.gotoAndStop(2);
}
}
}
movieClip 4641 fire_bullet05 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 4640 {
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 4642 fire_bullet04 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 4640 {
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 4643 fire_bullet03 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 4640 {
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 4644 fire_bullet02 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 4640 {
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 4645 fire_bullet01 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 4640 {
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 4646 {
frame 1 {
this.stop();
}
}
frame 3 {
this.stop();
_root.lang_eng = 0;
}
button 4652 {
on (release) {
_root.se001.start();
_root.default_enemy_spec_normal();
this.gotoAndStop('title');
}
}
frame 4 {
_root.bgm_allstop();
_root.anim_remove();
if (_root.cheat_ON03 == 100) {
_root.fire_magic = '∞';
} else {
_root.fire_magic = 3;
}
}
movieClip 4655 {
}
movieClip 4657 {
instance of movieClip 4655 {
onClipEvent (enterFrame) {
if (this._x <= -1100) {
this._x = 0;
} else {
this._x -= 2;
}
}
}
}
button 4661 {
on (release) {
_root.se001.start();
_root.gotoAndStop('intro');
}
}
button 4663 {
on (release) {
_root.se001.start();
_root.gotoAndStop('howto');
}
}
button 4665 {
on (release) {
_root.se001.start();
if (passbox._currentframe == 1) {
passbox.gotoAndStop(2);
} else {
if (passbox._currentframe == 2) {
passbox.gotoAndStop(1);
}
}
}
}
movieClip 4671 {
}
movieClip 4672 {
frame 2 {
this.stop();
}
}
movieClip 4673 {
instance passbox of movieClip 4672 {
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 4680 {
frame 1 {
this.stop();
}
}
instance of movieClip 4680 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
}
// unknown tag 88 length 60
button 4683 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 4687 {
frame 1 {
this.stop();
}
}
instance of movieClip 4687 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 4691 {
frame 1 {
this.stop();
}
}
movieClip 4694 {
frame 1 {
this.stop();
}
}
movieClip 4697 {
}
movieClip 4703 {
}
movieClip 4709 {
}
button 4714 {
on (press) {
this.startDrag(false, -80, 0, 0, 0);
}
on (release, releaseOutside) {
_root.se001.start();
this.stopDrag();
}
}
movieClip 4715 {
}
movieClip 4716 {
instance se_bar of movieClip 4715 {
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 4718 {
}
button 4721 {
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 4722 {
instance of movieClip 4718 {
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 4724 {
on (press) {
this.startDrag(false, -80, 0, 0, 0);
}
on (release, releaseOutside) {
this.stopDrag();
_root.se001.start();
}
}
movieClip 4725 {
}
movieClip 4726 {
instance voice_bar of movieClip 4725 {
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 4727 {
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 4728 {
instance of movieClip 4718 {
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 4732 {
frame 1 {
this.stop();
}
}
button 4736 {
on (release) {
_root.se001.start();
_root.difficult = 1;
_root.easy_escape = 0;
}
}
button 4740 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 0;
}
}
button 4743 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 1;
}
}
button 4745 {
on (release) {
_root.se001.start();
_root.difficult = 1;
_root.easy_escape = 0;
}
}
button 4747 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 0;
}
}
button 4749 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 1;
}
}
movieClip 4750 {
frame 1 {
this.stop();
}
instance of movieClip 4732 {
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 4752 {
frame 1 {
this.stop();
}
}
button 4756 {
on (release) {
_root.se001.start();
_root.anime_reduction = 1;
}
}
button 4759 {
on (release) {
_root.se001.start();
_root.anime_reduction = 0;
}
}
button 4761 {
on (release) {
_root.se001.start();
_root.anime_reduction = 1;
}
}
button 4763 {
on (release) {
_root.se001.start();
_root.anime_reduction = 0;
}
}
movieClip 4764 {
frame 1 {
this.stop();
}
instance of movieClip 4752 {
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 4767 {
}
button 4770 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 0;
this.gotoAndStop(2);
}
}
button 4771 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 1;
this.gotoAndStop(1);
}
}
movieClip 4772 {
frame 1 {
this.stop();
}
}
movieClip 4774 {
}
button 4776 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 0;
this.gotoAndStop(2);
}
}
button 4777 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 1;
this.gotoAndStop(1);
}
}
movieClip 4778 {
frame 1 {
this.stop();
}
}
movieClip 4780 {
}
button 4782 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 0;
this.gotoAndStop(2);
}
}
button 4783 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 1;
this.gotoAndStop(1);
}
}
movieClip 4784 {
frame 1 {
this.stop();
}
}
button 4786 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 0;
this.gotoAndStop(2);
}
}
button 4787 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 1;
this.gotoAndStop(1);
}
}
movieClip 4788 {
frame 1 {
this.stop();
}
}
button 4790 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 0;
this.gotoAndStop(2);
}
}
button 4791 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 1;
this.gotoAndStop(1);
}
}
movieClip 4792 {
frame 1 {
this.stop();
}
}
button 4794 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 0;
this.gotoAndStop(2);
}
}
button 4795 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 1;
this.gotoAndStop(1);
}
}
movieClip 4796 {
frame 1 {
this.stop();
}
}
movieClip 4797 {
frame 1 {
this.stop();
}
instance of movieClip 4772 {
onClipEvent (load) {
if (_root.abnormal_egg == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4778 {
onClipEvent (load) {
if (_root.abnormal_osikko == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4784 {
onClipEvent (load) {
if (_root.abnormal_futanari == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
button 4800 {
on (release) {
_root.se001.start();
_root.hit_alpha = 1;
}
}
button 4802 {
on (release) {
_root.se001.start();
_root.hit_alpha = 0;
}
}
button 4804 {
on (release) {
_root.se001.start();
_root.hit_alpha = 1;
}
}
button 4806 {
on (release) {
_root.se001.start();
_root.hit_alpha = 0;
}
}
movieClip 4807 {
frame 1 {
this.stop();
}
instance of movieClip 4752 {
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 4810 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 0;
}
}
button 4812 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 1;
}
}
button 4814 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 0;
}
}
button 4816 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 1;
}
}
movieClip 4817 {
frame 1 {
this.stop();
}
instance of movieClip 4752 {
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 4818 {
frame 1 {
this.stop();
}
}
button 4821 {
on (release) {
_quality = 'best';
_root.se001.start();
_root.gasitu_now = 4;
}
}
button 4823 {
on (release) {
_quality = 'high';
_root.se001.start();
_root.gasitu_now = 3;
}
}
button 4825 {
on (release) {
_quality = 'medium';
_root.se001.start();
_root.gasitu_now = 2;
}
}
button 4827 {
on (release) {
_quality = 'low';
_root.se001.start();
_root.gasitu_now = 1;
}
}
movieClip 4828 {
instance of movieClip 4818 {
onClipEvent (load) {
this.gotoAndStop(_root.gasitu_now);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gasitu_now);
}
}
}
button 4832 {
on (release) {
_root.se001.start();
gotoAndStop(1);
}
}
button 4835 {
on (release) {
_root.se001.start();
if (makers._currentframe != 1) {
makers.gotoAndStop(1);
} else {
makers.gotoAndStop(2);
}
}
}
button 4837 {
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 4839 {
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 4840 {
frame 1 {
this.stop();
}
}
movieClip 4842 {
}
button 4844 {
on (release) {
_root.se001.start();
nextFrame();
}
}
button 4846 {
on (release) {
_root.se001.start();
prevFrame();
}
}
movieClip 4851 {
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();
}
}
movieClip 4864 {
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 4865 {
frame 1 {
this.stop();
}
}
movieClip 4866 {
instance of movieClip 4840 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance renewal of movieClip 4865 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4868 {
instance bgm_bar of movieClip 4715 {
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 4869 {
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 4870 {
instance of movieClip 4718 {
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 4874 {
}
// unknown tag 88 length 76
movieClip 4881 {
frame 1 {
this.stop();
}
}
movieClip 4882 {
frame 1 {
this.stop();
}
instance of movieClip 4881 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 4883 {
frame 1 {
this.stop();
}
instance of movieClip 4750 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4764 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4797 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4807 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4817 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance makers of movieClip 4882 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 4887 {
}
button 4888 {
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 4896 {
}
movieClip 4898 {
}
movieClip 4900 {
}
movieClip 4901 {
instance of movieClip 4898 {
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 4900 {
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 4903 {
}
movieClip 4904 {
instance of movieClip 4691 {
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 4694 {
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 4883 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
}
// unknown tag 88 length 79
movieClip 4907 {
frame 2 {
this.stop();
}
}
instance of movieClip 4907 {
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 4911 {
on (release) {
_root.se001.start();
if (_root.cheat_ON02 != 100) {
_root.cheat_ON02 = 100;
} else {
_root.cheat_ON02 = 0;
}
}
}
movieClip 4914 {
frame 1 {
this.stop();
}
}
movieClip 4915 {
instance of movieClip 4914 {
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 4915 {
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 4916 {
on (release) {
_root.se001.start();
if (_root.cheat_ON03 != 100) {
_root.cheat_ON03 = 100;
} else {
_root.cheat_ON03 = 0;
}
}
}
movieClip 4919 {
frame 1 {
this.stop();
}
}
movieClip 4920 {
instance of movieClip 4919 {
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 4920 {
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 4922 {
frame 2 {
this.stop();
}
}
instance of movieClip 4922 {
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 4924 {
frame 2 {
this.stop();
}
}
instance of movieClip 4924 {
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 4926 {
}
instance of movieClip 4926 {
onClipEvent (load) {
this._alpha = 0;
}
}
button 4930 {
on (release) {
_root.se001.start();
_root.cheat_ON01 = 0;
_root.cheat_ON02 = 0;
_root.cheat_ON03 = 100;
_root.cheat_ON04 = 0;
}
}
button 4934 {
on (release) {
_root.se001.start();
_root.lang_eng = 1;
gotoAndStop(2);
}
}
button 4938 {
on (release) {
_root.se001.start();
_root.lang_eng = 0;
gotoAndStop(1);
}
}
movieClip 4939 {
frame 1 {
this.stop();
}
}
movieClip 4940 {
frame 1 {
this.stop();
}
instance of movieClip 4939 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
}
instance of movieClip 4940 {
onClipEvent (load) {
if (_root.debug_mode == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 4945 {
}
// unknown tag 88 length 76
movieClip 4949 {
}
movieClip 4950 {
instance of movieClip 4945 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 4952 {
}
movieClip 4954 {
}
movieClip 4956 {
}
movieClip 4958 {
}
movieClip 4961 {
frame 1 {
this.stop();
}
}
movieClip 4963 {
}
movieClip 4965 {
}
movieClip 4967 {
}
movieClip 4969 {
}
movieClip 4972 {
frame 1 {
this.stop();
}
}
movieClip 4974 {
}
movieClip 4977 {
frame 1 {
this.stop();
}
}
movieClip 4980 {
frame 1 {
this.stop();
}
}
movieClip 4983 {
frame 1 {
this.stop();
}
}
movieClip 4986 {
frame 1 {
this.stop();
}
}
movieClip 4988 {
}
movieClip 4990 {
}
movieClip 4992 {
}
movieClip 4993 {
}
movieClip 4996 {
frame 1 {
this.stop();
}
}
movieClip 4998 {
}
movieClip 5000 {
}
movieClip 5002 {
}
movieClip 5005 {
frame 1 {
this.stop();
}
}
movieClip 5007 {
}
movieClip 5009 {
}
movieClip 5011 {
}
movieClip 5014 {
frame 1 {
this.stop();
}
}
movieClip 5016 {
}
movieClip 5018 {
}
movieClip 5020 {
}
movieClip 5022 {
}
movieClip 5027 {
}
movieClip 5029 {
}
movieClip 5031 {
}
movieClip 5033 {
}
movieClip 5035 {
}
movieClip 5037 {
}
movieClip 5038 {
}
movieClip 5040 {
}
movieClip 5042 {
}
movieClip 5043 {
}
movieClip 5045 {
}
button 5046 {
on (release) {
_root.se001.start();
_root.gotoAndStop('stage');
}
}
frame 6 {
_root.now_stage = 'howto';
}
movieClip 5050 {
}
movieClip 5054 {
}
movieClip 5057 {
}
movieClip 5060 {
}
movieClip 5063 {
}
movieClip 5066 {
}
movieClip 5067 {
}
movieClip 5070 {
frame 2 {
this.stop();
}
}
movieClip 5072 {
frame 1 {
this.stop();
}
}
movieClip 5073 {
instance cloak of movieClip 5072 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5074 {
frame 1 {
this.stop();
}
}
movieClip 5075 {
instance hat_back of movieClip 5074 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5076 {
}
movieClip 5078 {
frame 1 {
this.stop();
}
}
movieClip 5079 {
instance collar_back of movieClip 5078 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5082 {
frame 1 {
this.stop();
}
}
movieClip 5083 {
instance left_handC of movieClip 5082 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5084 {
}
movieClip 5085 {
}
movieClip 5086 {
}
movieClip 5087 {
}
movieClip 5090 {
frame 1 {
this.stop();
}
}
movieClip 5091 {
instance right_arm of movieClip 5090 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5094 {
frame 1 {
this.stop();
}
}
movieClip 5095 {
instance right_hand of movieClip 5094 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5098 {
frame 1 {
this.stop();
}
}
movieClip 5099 {
instance right_forearm of movieClip 5098 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5101 {
frame 1 {
this.stop();
}
}
movieClip 5102 {
instance skirt_back of movieClip 5101 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5104 {
}
movieClip 5107 {
}
movieClip 5108 {
instance of movieClip 5107 {
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 5110 {
frame 1 {
this.stop();
}
}
movieClip 5111 {
instance breast_wear_back of movieClip 5110 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5114 {
frame 1 {
this.stop();
}
}
movieClip 5116 {
frame 1 {
this.stop();
}
}
movieClip 5117 {
instance right_foot of movieClip 5114 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 5116 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5120 {
frame 1 {
this.stop();
}
}
movieClip 5121 {
instance right_shin of movieClip 5120 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5124 {
frame 1 {
this.stop();
}
}
movieClip 5126 {
}
movieClip 5127 {
instance right_thigh of movieClip 5124 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5126 {
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 5129 {
}
movieClip 5132 {
}
movieClip 5133 {
instance of movieClip 5132 {
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 5135 {
frame 1 {
this.stop();
}
}
movieClip 5136 {
instance pantu of movieClip 5135 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5139 {
frame 1 {
this.stop();
}
}
movieClip 5141 {
frame 1 {
this.stop();
}
}
movieClip 5142 {
instance left_foot of movieClip 5139 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 5141 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5145 {
frame 1 {
this.stop();
}
}
movieClip 5146 {
instance left_shin of movieClip 5145 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5149 {
frame 1 {
this.stop();
}
}
movieClip 5150 {
instance left_thigh of movieClip 5149 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5152 {
}
movieClip 5155 {
frame 1 {
this.stop();
}
}
movieClip 5156 {
instance left_arm of movieClip 5155 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5159 {
frame 1 {
this.stop();
}
}
movieClip 5160 {
instance left_forearm of movieClip 5159 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5163 {
frame 1 {
this.stop();
}
}
movieClip 5164 {
instance left_handB of movieClip 5163 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5167 {
frame 1 {
this.stop();
}
}
movieClip 5168 {
instance left_handA of movieClip 5167 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5170 {
}
movieClip 5173 {
}
movieClip 5174 {
instance of movieClip 5173 {
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 5177 {
}
movieClip 5178 {
instance of movieClip 5177 {
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 5180 {
}
movieClip 5182 {
}
movieClip 5186 {
}
movieClip 5188 {
instance of movieClip 5186 {
onClipEvent (load) {
if (_root.HP < 300 || _root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5189 {
frame 1 {
this.stop();
}
}
movieClip 5190 {
instance collar_right of movieClip 5189 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5193 {
}
movieClip 5195 {
}
movieClip 5197 {
}
movieClip 5199 {
}
movieClip 5201 {
}
movieClip 5217 {
instance pause_stoper of movieClip 5201 {
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 5221 {
}
movieClip 5223 {
}
movieClip 5224 {
instance of movieClip 5221 {
onClipEvent (load) {
if (_root.HP < 300 || _root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5223 {
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 5226 {
frame 1 {
this.stop();
}
}
movieClip 5227 {
instance hat_front of movieClip 5226 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5229 {
frame 1 {
this.stop();
}
}
movieClip 5230 {
instance collar_left of movieClip 5229 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5231 {
}
movieClip 5233 {
}
movieClip 5234 {
frame 1 {
this.stop();
}
}
movieClip 5235 {
instance tie of movieClip 5234 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5237 {
frame 1 {
this.stop();
}
}
movieClip 5238 {
instance skirt_front of movieClip 5237 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5240 {
frame 1 {
this.stop();
}
}
movieClip 5241 {
instance breast_wear_front of movieClip 5240 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5243 {
}
movieClip 5244 {
instance of movieClip 5243 {
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 5248 {
frame 1 {
this.stop();
}
}
movieClip 5249 {
instance left_handD of movieClip 5248 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5252 {
}
movieClip 5255 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
instance hitarea of movieClip 5244 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 5258 {
}
movieClip 5260 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 5263 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 5266 {
}
movieClip 5268 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 5271 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 5274 {
}
movieClip 5276 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 5279 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 5282 {
}
movieClip 5284 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 5286 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 5288 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 5290 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 5292 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 5294 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 5296 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 5298 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 5300 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 5305 {
}
movieClip 5307 {
instance of movieClip 5223 {
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 5310 {
}
movieClip 5311 {
}
movieClip 5314 {
frame 4 {
_root.fire_magic_go(240, 215);
}
frame 16 {
this._parent.gotoAndStop('wait');
}
}
movieClip 5317 {
frame 4 {
_root.fire_magic_go(247, 215);
}
frame 16 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 5320 {
frame 4 {
_root.fire_magic_go(200, 215);
}
frame 16 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 5323 {
frame 4 {
_root.fire_magic_go(240, 100);
}
frame 16 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 5326 {
frame 4 {
_root.fire_magic_go(240, 330);
}
frame 16 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 5329 {
}
movieClip 5330 {
instance of movieClip 5223 {
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 5332 {
}
movieClip 5333 {
instance of movieClip 5332 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance pause_stoper of movieClip 5201 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
frame 24 {
this.stop();
}
}
movieClip 5335 {
frame 2 {
this.stop();
}
}
movieClip 5336 {
}
movieClip 5337 {
instance of movieClip 5336 {
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 5338 {
frame 40 {
this.gotoAndPlay(1);
}
}
movieClip 5339 {
instance of movieClip 5335 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 21 {
this.stop();
}
}
movieClip 5343 {
}
movieClip 5345 {
}
movieClip 5346 {
frame 16 {
this.stop();
}
}
movieClip 5347 {
instance flash7 of movieClip 5346 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash6 of movieClip 5346 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash5 of movieClip 5346 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash4 of movieClip 5346 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash3 of movieClip 5346 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash2 of movieClip 5346 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash1 of movieClip 5346 {
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 5201 {
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 5350 {
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 5352 {
}
movieClip 5353 {
}
movieClip 5354 {
}
movieClip 5355 {
}
movieClip 5356 {
instance pause_stoper of movieClip 5201 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
}
movieClip 5357 {
frame 1 {
this.stop();
}
}
movieClip 5358 {
instance cloak of movieClip 5357 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5359 {
frame 1 {
this.stop();
}
}
movieClip 5360 {
instance hat_back of movieClip 5359 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5362 {
}
movieClip 5364 {
frame 1 {
this.stop();
}
}
movieClip 5365 {
instance collar_back of movieClip 5364 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5367 {
}
movieClip 5370 {
frame 1 {
this.stop();
}
}
movieClip 5372 {
frame 1 {
this.stop();
}
}
movieClip 5373 {
instance left_foot of movieClip 5370 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 5372 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5376 {
frame 1 {
this.stop();
}
}
movieClip 5377 {
instance left_shin of movieClip 5376 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5380 {
frame 1 {
this.stop();
}
}
movieClip 5381 {
instance left_thigh of movieClip 5380 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5126 {
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 5383 {
instance of movieClip 5107 {
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 5385 {
frame 1 {
this.stop();
}
}
movieClip 5386 {
instance breast_wear_back of movieClip 5385 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5389 {
frame 1 {
this.stop();
}
}
movieClip 5390 {
instance left_arm of movieClip 5389 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5392 {
}
movieClip 5395 {
frame 1 {
this.stop();
}
}
movieClip 5396 {
instance right_arm of movieClip 5395 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5398 {
}
movieClip 5401 {
frame 1 {
this.stop();
}
}
movieClip 5402 {
instance right_forearm of movieClip 5401 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5405 {
frame 1 {
this.stop();
}
}
movieClip 5407 {
frame 1 {
this.stop();
}
}
movieClip 5408 {
instance right_foot of movieClip 5405 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 5407 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5411 {
frame 1 {
this.stop();
}
}
movieClip 5412 {
instance right_shin of movieClip 5411 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5414 {
}
movieClip 5417 {
}
movieClip 5418 {
instance of movieClip 5417 {
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 5419 {
}
movieClip 5420 {
}
movieClip 5422 {
frame 1 {
this.stop();
}
instance of movieClip 5420 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 5423 {
}
movieClip 5424 {
frame 1 {
this.stop();
}
instance of movieClip 5423 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 5425 {
}
movieClip 5426 {
frame 1 {
this.stop();
}
instance of movieClip 5425 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 5427 {
}
movieClip 5430 {
frame 1 {
this.stop();
}
instance of movieClip 5427 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 5431 {
}
movieClip 5433 {
frame 1 {
this.stop();
}
instance of movieClip 5431 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 5434 {
instance of movieClip 5422 {
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 5424 {
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 5426 {
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 5430 {
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 5433 {
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 5437 {
}
movieClip 5438 {
instance of movieClip 5437 {
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 5440 {
frame 1 {
this.stop();
}
}
movieClip 5441 {
instance pantu of movieClip 5440 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5444 {
frame 1 {
this.stop();
}
}
movieClip 5445 {
instance left_handE of movieClip 5444 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5448 {
frame 1 {
this.stop();
}
}
movieClip 5449 {
instance left_handD of movieClip 5448 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5452 {
frame 1 {
this.stop();
}
}
movieClip 5453 {
instance left_handC of movieClip 5452 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5456 {
frame 1 {
this.stop();
}
}
movieClip 5457 {
instance left_handB of movieClip 5456 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5460 {
frame 1 {
this.stop();
}
}
movieClip 5461 {
instance right_thigh of movieClip 5460 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5462 {
}
movieClip 5463 {
}
movieClip 5465 {
frame 1 {
this.stop();
}
}
movieClip 5466 {
instance skirt_front of movieClip 5465 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5469 {
frame 1 {
this.stop();
}
}
movieClip 5470 {
instance left_forearm of movieClip 5469 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5473 {
frame 1 {
this.stop();
}
}
movieClip 5474 {
instance right_hand of movieClip 5473 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5477 {
frame 1 {
this.stop();
}
}
movieClip 5478 {
instance left_handB of movieClip 5477 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5481 {
frame 1 {
this.stop();
}
}
movieClip 5482 {
instance left_handA of movieClip 5481 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5484 {
frame 1 {
this.stop();
}
}
movieClip 5485 {
instance collar_right of movieClip 5484 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5487 {
frame 1 {
this.stop();
}
}
movieClip 5488 {
instance collar_left of movieClip 5487 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5490 {
}
movieClip 5494 {
}
movieClip 5497 {
}
movieClip 5498 {
instance of movieClip 5497 {
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 5500 {
frame 1 {
this.stop();
}
}
movieClip 5501 {
instance hat_front of movieClip 5500 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5503 {
}
movieClip 5504 {
instance of movieClip 5173 {
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 5506 {
}
movieClip 5508 {
}
movieClip 5509 {
instance of movieClip 5177 {
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 5511 {
}
movieClip 5513 {
frame 1 {
this.stop();
}
}
movieClip 5514 {
instance breast_wear_front of movieClip 5513 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5516 {
}
movieClip 5518 {
}
movieClip 5519 {
frame 1 {
this.stop();
}
}
movieClip 5520 {
instance tie of movieClip 5519 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5522 {
}
movieClip 5527 {
}
movieClip 5528 {
instance of movieClip 5497 {
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 5539 {
}
movieClip 5540 {
instance of movieClip 5497 {
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 5542 {
}
// unknown tag 88 length 62
movieClip 5553 {
}
movieClip 5558 {
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 5561 {
}
movieClip 5563 {
}
movieClip 5564 {
}
movieClip 5565 {
}
movieClip 5568 {
}
movieClip 5570 {
instance of movieClip 5223 {
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 5572 {
}
movieClip 5574 {
}
movieClip 5601 {
}
movieClip 5653 {
instance pause_stoper of movieClip 5201 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
if (this._parent._currentframe < 20) {
this._parent.play();
}
}
}
}
instance of movieClip 5601 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 20 {
this.stop();
}
}
movieClip 5657 {
instance of movieClip 5223 {
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 5659 {
}
movieClip 5660 {
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 5663 {
}
movieClip 5666 {
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 5669 {
}
movieClip 5671 {
}
movieClip 5674 {
frame 1 {
_root.se002.start();
_root.HP -= 10;
if (_root.HP <= 1) {
_root.HP = 2;
}
_root.hint_message = '上ç€ã‚’ç ´å£Šã•ã‚Œã¾ã—ãŸã€‚';
}
instance breast_wear_front of movieClip 5669 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance breast_wear_front of movieClip 5671 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
frame 30 {
_root.datui_end();
this._parent.gotoAndStop('wait');
}
}
movieClip 5677 {
}
movieClip 5679 {
}
movieClip 5681 {
}
movieClip 5683 {
}
movieClip 5686 {
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 5689 {
}
movieClip 5691 {
}
movieClip 5693 {
}
movieClip 5695 {
}
movieClip 5722 {
}
movieClip 5774 {
instance pause_stoper of movieClip 5201 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
if (this._parent._currentframe < 20) {
this._parent.play();
}
}
}
}
instance of movieClip 5722 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 20 {
this.stop();
}
}
movieClip 5777 {
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 5780 {
}
movieClip 5782 {
}
movieClip 5784 {
}
movieClip 5786 {
}
movieClip 5788 {
}
movieClip 5790 {
}
movieClip 5792 {
}
movieClip 5794 {
}
movieClip 5796 {
}
movieClip 5798 {
}
movieClip 5800 {
}
movieClip 5802 {
}
movieClip 5804 {
}
movieClip 5806 {
}
movieClip 5808 {
}
movieClip 5810 {
}
movieClip 5813 {
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 5816 {
instance right_shoes of movieClip 5116 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5818 {
instance right_shoes of movieClip 5116 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5820 {
}
movieClip 5822 {
}
movieClip 5824 {
instance of movieClip 5126 {
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 5826 {
}
movieClip 5828 {
instance left_shoes of movieClip 5141 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5830 {
instance left_shoes of movieClip 5141 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5832 {
}
movieClip 5834 {
}
movieClip 5836 {
}
movieClip 5838 {
}
movieClip 5841 {
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 5843 {
instance right_foot of movieClip 5114 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5845 {
}
movieClip 5846 {
instance left_foot of movieClip 5139 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5848 {
}
movieClip 5851 {
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 5853 {
}
movieClip 5856 {
}
movieClip 5857 {
}
movieClip 5860 {
}
movieClip 5861 {
}
movieClip 5865 {
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 5870 {
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 5872 {
frame 1 {
this.stop();
}
}
movieClip 5873 {
instance cloak of movieClip 5872 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5874 {
}
movieClip 5875 {
instance hat_back of movieClip 5874 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5877 {
}
movieClip 5878 {
}
movieClip 5880 {
}
movieClip 5881 {
instance collar_back of movieClip 5880 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5883 {
}
movieClip 5884 {
instance skirt_back of movieClip 5883 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5886 {
}
movieClip 5891 {
}
movieClip 5893 {
}
movieClip 5894 {
instance left_thigh of movieClip 5891 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5893 {
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 5897 {
}
movieClip 5899 {
}
movieClip 5900 {
instance left_foot of movieClip 5897 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 5899 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5903 {
}
movieClip 5904 {
instance left_shin of movieClip 5903 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5907 {
}
movieClip 5908 {
instance of movieClip 5907 {
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 5910 {
}
movieClip 5914 {
}
movieClip 5915 {
instance right_arm of movieClip 5914 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5917 {
}
movieClip 5919 {
}
movieClip 5920 {
instance breast_wear of movieClip 5919 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5923 {
}
movieClip 5924 {
instance of movieClip 5923 {
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 5927 {
}
movieClip 5928 {
instance of movieClip 5927 {
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 5930 {
}
movieClip 5932 {
}
movieClip 5934 {
}
movieClip 5936 {
}
movieClip 5938 {
}
movieClip 5940 {
}
movieClip 5941 {
instance of movieClip 5940 {
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 5943 {
}
movieClip 5944 {
instance collar_right of movieClip 5943 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5946 {
}
movieClip 5947 {
instance collar_left of movieClip 5946 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5948 {
}
movieClip 5950 {
}
movieClip 5953 {
}
movieClip 5954 {
instance of movieClip 5953 {
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 5956 {
}
movieClip 5957 {
}
movieClip 5958 {
instance hat_front of movieClip 5957 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5961 {
}
movieClip 5962 {
instance right_forearm of movieClip 5961 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5965 {
}
movieClip 5966 {
instance right_hand of movieClip 5965 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5968 {
}
movieClip 5969 {
instance pantuB_2 of movieClip 5968 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5972 {
}
movieClip 5974 {
}
movieClip 5975 {
instance right_thigh of movieClip 5972 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5974 {
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 5978 {
}
movieClip 5980 {
}
movieClip 5981 {
instance right_foot of movieClip 5978 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 5980 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5984 {
}
movieClip 5985 {
instance right_shin of movieClip 5984 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5987 {
}
movieClip 5990 {
}
movieClip 5991 {
instance of movieClip 5990 {
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 5993 {
}
movieClip 5994 {
instance pantuB of movieClip 5993 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5996 {
}
movieClip 5997 {
instance pantuA of movieClip 5996 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5999 {
}
movieClip 6000 {
instance pantuC of movieClip 5999 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6002 {
}
movieClip 6003 {
instance skirt_front of movieClip 6002 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6005 {
}
movieClip 6006 {
instance tie of movieClip 6005 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
button 6007 {
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 6008 {
}
movieClip 6009 {
}
movieClip 6010 {
}
movieClip 6011 {
instance renderb of movieClip 6010 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 6017 {
}
movieClip 6043 {
}
movieClip 6048 {
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 6008 {
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 6052 {
}
movieClip 6053 {
instance of movieClip 5953 {
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 6055 {
}
movieClip 6058 {
}
movieClip 6059 {
instance of movieClip 6058 {
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 6064 {
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 6008 {
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 6065 {
frame 1 {
this.stop();
}
instance of movieClip 5070 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
instance player of movieClip 6065 {
onClipEvent (enterFrame) {
_root.player_ctrl();
}
}
movieClip 6067 {
}
button 6068 {
on (release) {
_root.se001.start();
_root.gotoAndStop('title');
}
}
movieClip 6070 {
}
movieClip 6072 {
}
instance of movieClip 6072 {
onClipEvent (enterFrame) {
_root.move_speed_show = 'speed:' + _root.move_speed;
}
}
movieClip 6074 {
}
instance of movieClip 6074 {
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 6076 {
}
instance of movieClip 6076 {
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 6077 {
}
movieClip 6080 {
}
movieClip 6087 {
frame 1 {
this.stop();
}
}
movieClip 6090 {
}
movieClip 6093 {
}
movieClip 6102 {
frame 1 {
this.stop();
}
}
movieClip 6105 {
}
movieClip 6108 {
}
movieClip 6111 {
}
movieClip 6114 {
}
movieClip 6117 {
}
movieClip 6120 {
}
movieClip 6123 {
}
movieClip 6126 {
}
movieClip 6129 {
}
movieClip 6132 {
}
movieClip 6135 {
}
movieClip 6147 {
}
movieClip 6148 {
}
movieClip 6151 {
}
movieClip 6154 {
}
movieClip 6155 {
frame 1 {
this.stop();
}
frame 1 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š1';
}
instance of movieClip 6077 {
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 6080 {
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 6087 {
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 6090 {
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 6093 {
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 6102 {
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 6105 {
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 6108 {
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 6111 {
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 6114 {
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 6117 {
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 6120 {
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 6123 {
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 6126 {
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 6129 {
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 6132 {
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 6135 {
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 6148 {
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 6151 {
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 6154 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
movieClip 6156 {
}
instance enemy_field of movieClip 6156 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
movieClip 6159 {
}
movieClip 6161 {
}
instance hint_window of movieClip 6161 {
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 6162 {
}
movieClip 6202 {
}
movieClip 6203 {
instance chaser of movieClip 6202 {
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 6205 {
}
movieClip 6207 {
}
movieClip 6209 {
}
movieClip 6210 {
instance of movieClip 6205 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 2 {
_root.game_go = 0;
}
frame 47 {
_root.game_go = 1;
this.stop();
}
}
movieClip 6212 {
}
movieClip 6213 {
}
movieClip 6214 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 6212 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 2 {
_root.black_out_now01 = 1;
}
frame 27 {
_root.black_out_now01 = 0;
this.gotoAndStop(1);
}
}
movieClip 6216 {
}
movieClip 6217 {
}
movieClip 6218 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 6216 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 28 {
_root.gotoAndStop('gameover1');
}
frame 55 {
this.gotoAndStop(1);
}
}
instance of movieClip 6218 {
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 6220 {
}
movieClip 6221 {
}
movieClip 6222 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 6220 {
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 6222 {
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 6224 {
}
button 6227 {
on (release) {
_root.se001.start();
_root.gotoAndStop('title');
}
}
// unknown tag 88 length 73
movieClip 6231 {
frame 1 {
this.stop();
}
}
movieClip 6237 {
frame 1 {
this.stop();
}
}
movieClip 6239 {
instance of movieClip 6237 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 2 {
this.stop();
}
}
movieClip 6244 {
frame 1 {
this.stop();
}
}
movieClip 6247 {
instance of movieClip 6244 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 2 {
this.stop();
}
}
// unknown tag 88 length 73
movieClip 6250 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 6224 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
instance of movieClip 6231 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 6239 {
onClipEvent (load) {
if (_root.now_stage == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 6247 {
onClipEvent (load) {
if (_root.now_stage == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
instance of movieClip 6072 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
_root.score += _root.move_speed;
}
_root.move_speed_show = 'speed:' + _root.move_speed;
}
}
instance of movieClip 6074 {
onClipEvent (enterFrame) {
_root.stage01_summonenemy();
}
}
instance of movieClip 6076 {
onClipEvent (load) {
_root.default_numbers();
_root.default_enemystatus();
if (_root.trial_mode != 1) {
_root.player.loadMovie('data/data001.swf');
}
}
}
button 6253 {
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 6255 {
on (release) {
_root.se001.start();
if (_root.wear_hat == 1) {
_root.wear_hat = 0;
} else {
_root.wear_hat = 1;
}
_root.wear_change();
}
}
button 6257 {
on (release) {
_root.se001.start();
if (_root.wear_breast == 1) {
_root.wear_breast = 0;
} else {
_root.wear_breast = 1;
}
_root.wear_change();
}
}
button 6259 {
on (release) {
_root.se001.start();
if (_root.wear_skirt == 1) {
_root.wear_skirt = 0;
} else {
_root.wear_skirt = 1;
}
_root.wear_change();
}
}
button 6261 {
on (release) {
_root.se001.start();
if (_root.wear_cloak == 1) {
_root.wear_cloak = 0;
} else {
_root.wear_cloak = 1;
}
_root.wear_change();
}
}
button 6263 {
on (release) {
_root.se001.start();
if (_root.wear_arm == 1) {
_root.wear_arm = 0;
} else {
_root.wear_arm = 1;
}
_root.wear_change();
}
}
button 6265 {
on (release) {
_root.se001.start();
if (_root.wear_leg == 1) {
_root.wear_leg = 0;
} else {
_root.wear_leg = 1;
}
_root.wear_change();
}
}
button 6267 {
on (release) {
_root.se001.start();
if (_root.wear_shoes == 1) {
_root.wear_shoes = 0;
} else {
_root.wear_shoes = 1;
}
_root.wear_change();
}
}
button 6269 {
on (release) {
_root.se001.start();
if (_root.wear_pantu == 1) {
_root.wear_pantu = 0;
} else {
_root.wear_pantu = 1;
}
_root.wear_change();
}
}
button 6273 {
on (release) {
_root.debug_stageBGM_change01();
}
}
button 6275 {
on (release) {
_root.debug_stageBGM_change02();
}
}
button 6277 {
on (release) {
_root.debug_stageBGM_change03();
}
}
button 6279 {
on (release) {
_root.debug_stageBGM_change04();
}
}
button 6281 {
on (release) {
_root.debug_stageBGM_change05();
}
}
button 6283 {
on (release) {
_root.debug_stageBGM_change06();
}
}
button 6285 {
on (release) {
_root.debug_stageBGM_change07();
}
}
movieClip 6287 {
frame 1 {
this.stop();
}
}
button 6289 {
on (release) {
_root.bgm_stop();
}
}
movieClip 6290 {
}
movieClip 6291 {
instance debug_stagechanger of movieClip 6290 {
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 6291 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
movieClip 6315 {
}
instance num_debug of movieClip 6315 {
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.enemy4.enemy4._x + _root.enemy_field.enemy4._x;
this.numdebug4 = _root.enemy_field.enemy4._y;
this.numdebug5 = _root.enemy_field.enemy4._x + _root.enemy_field.enemy4.enemy4._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 6319 {
}
// unknown tag 88 length 126
movieClip 6324 {
}
movieClip 6326 {
}
movieClip 6328 {
}
movieClip 6330 {
}
movieClip 6332 {
}
movieClip 6334 {
}
movieClip 6335 {
frame 1 {
this.stop();
}
}
movieClip 6337 {
}
movieClip 6339 {
}
movieClip 6341 {
}
movieClip 6342 {
}
button 6344 {
on (release) {
_root.se001.start();
gotoAndStop('title');
}
}
frame 9 {
_root.bgm_allstop();
_root.anim_remove();
_root.gameoverMC1.gotoAndPlay(2);
}
movieClip 6347 {
}
movieClip 6350 {
}
movieClip 6352 {
}
// unknown tag 88 length 70
button 6355 {
on (release) {
_root.gameoverEND(1);
_root.gotoAndStop('stage');
_root.se001.start();
}
}
button 6357 {
on (release) {
_root.gameoverEND(1);
_root.gotoAndStop('title');
_root.se001.start();
}
}
movieClip 6359 {
}
movieClip 6360 {
}
frame 10 {
_root.bgm_allstop();
_root.anim_remove();
}
movieClip 6362 {
}
movieClip 6363 {
}
button 6365 {
on (release) {
_root.se001.start();
gotoAndStop('title');
}
}