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 && _root.datui_lock_hat == 0) {
sentakushi[sentakushi_count] = 'hat';
sentakushi_count += 1;
}
if (_root.wear_cloak != 1 && _root.datui_lock_cloak == 0) {
sentakushi[sentakushi_count] = 'cloak';
sentakushi_count += 1;
}
if (_root.wear_breast != 1 && _root.datui_lock_breast_wear == 0) {
sentakushi[sentakushi_count] = 'breast';
sentakushi_count += 1;
}
if (_root.wear_skirt != 1 && _root.datui_lock_skirt == 0) {
sentakushi[sentakushi_count] = 'skirt';
sentakushi_count += 1;
}
if (_root.wear_pantu != 1 && _root.datui_lock_pantu == 0) {
sentakushi[sentakushi_count] = 'pantu';
sentakushi_count += 1;
}
if (_root.wear_arm != 1 && _root.datui_lock_arm == 0) {
sentakushi[sentakushi_count] = 'arm';
sentakushi_count += 1;
}
if (_root.wear_leg != 1 && _root.datui_lock_leg == 0) {
sentakushi[sentakushi_count] = 'leg';
sentakushi_count += 1;
}
if (_root.wear_shoes != 1 && _root.datui_lock_shoes == 0) {
sentakushi[sentakushi_count] = 'shoes';
sentakushi_count += 1;
}
if (sentakushi_count >= 1) {
random_temp = Math.floor(Math.random() * sentakushi_count);
_root['wear_' + sentakushi[random_temp]] = 1;
_root.player.gotoAndStop('datui_' + sentakushi[random_temp]);
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
sentakushi_count = 0;
}
}
}
}
}
}
}
movieClip 53 {
frame 20 {
if ((_root.wear_hat == 0 && _root.datui_lock_hat == 0 || _root.wear_breast == 0 && _root.datui_lock_breast_wear == 0 || _root.wear_skirt == 0 && _root.datui_lock_skirt == 0 || _root.wear_cloak == 0 && _root.datui_lock_cloak == 0 || _root.wear_arm == 0 && _root.datui_lock_arm == 0 || _root.wear_leg == 0 && _root.datui_lock_leg == 0 || _root.wear_shoes == 0 && _root.datui_lock_shoes == 0 || _root.wear_pantu == 0 && _root.datui_lock_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.datui_lock_hat == 0 || _root.wear_breast == 0 && _root.datui_lock_breast_wear == 0 || _root.wear_skirt == 0 && _root.datui_lock_skirt == 0 || _root.wear_cloak == 0 && _root.datui_lock_cloak == 0 || _root.wear_arm == 0 && _root.datui_lock_arm == 0 || _root.wear_leg == 0 && _root.datui_lock_leg == 0 || _root.wear_shoes == 0 && _root.datui_lock_shoes == 0 || _root.wear_pantu == 0 && _root.datui_lock_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.SharedObjLoad = function () {
_root.so = SharedObject.getLocal('witchgirl_data', '/');
if (so) {
_root.bgm_bar_x_save = so.data.bgm_bar_x_save;
if (_root.bgm_bar_x_save != null) {
_root.bgm_bar_x_save = so.data.bgm_bar_x_save;
_root.bgm_vol = _root.bgm_bar_x_save / 0.8 + 100;
_root.bgm001.setVolume(_root.bgm_vol);
_root.se_bar_x_save = so.data.se_bar_x_save;
_root.se_vol = _root.se_bar_x_save / 0.8 + 100;
_root.se001.setVolume(_root.se_vol);
_root.voice_bar_x_save = so.data.voice_bar_x_save;
_root.voice_vol = _root.voice_bar_x_save / 0.8 + 100;
_root.voice001.setVolume(_root.voice_vol);
_root.difficult = so.data.difficult;
_root.easy_escape = so.data.easy_escape;
_root.datui_lock_hat = so.data.datui_lock_hat;
_root.datui_lock_cloak = so.data.datui_lock_cloak;
_root.datui_lock_breast_wear = so.data.datui_lock_breast_wear;
_root.datui_lock_skirt = so.data.datui_lock_skirt;
_root.datui_lock_pantu = so.data.datui_lock_pantu;
_root.datui_lock_arm = so.data.datui_lock_arm;
_root.datui_lock_leg = so.data.datui_lock_leg;
_root.datui_lock_shoes = so.data.datui_lock_shoes;
_root.abnormal_egg = so.data.abnormal_egg;
_root.abnormal_osikko = so.data.abnormal_osikko;
_root.abnormal_futanari = so.data.abnormal_futanari;
_root.hit_alpha = so.data.hit_alpha;
_root.message_hihyouji = so.data.message_hihyouji;
_root.gasitu_now = so.data.gasitu_now;
switch (_root.gasitu_now) {
case 1:
_quality = 'low';
break;
case 2:
_quality = 'medium';
break;
case 3:
_quality = 'high';
break;
case 4:
_quality = 'best';
break;
default:
}
} else {
_root.bgm_bar_x_save = -40;
_root.bgm001.setVolume(50);
_root.se_bar_x_save = -40;
_root.se001.setVolume(50);
_root.voice_bar_x_save = -40;
_root.voice001.setVolume(50);
_root.difficult = 0;
_root.easy_escape = 0;
_root.datui_lock_hat = 0;
_root.datui_lock_cloak = 0;
_root.datui_lock_breast_wear = 0;
_root.datui_lock_skirt = 0;
_root.datui_lock_pantu = 0;
_root.datui_lock_arm = 0;
_root.datui_lock_leg = 0;
_root.datui_lock_shoes = 0;
_root.abnormal_egg = 1;
_root.abnormal_osikko = 1;
_root.abnormal_futanari = 1;
_root.abnormal_danmenzu = 1;
_root.hit_alpha = 0;
_root.message_hihyouji = 0;
_quality = 'high';
_root.gasitu_now = 3;
}
}
};
_root.SharedObjLoad();
}
_root.gajotaj45456 = 456219;
}
frame 1 {
_root.key_up = 38;
_root.key_down = 40;
_root.key_left = 37;
_root.key_right = 39;
_root.key_z = 90;
_root.key_x = 88;
_root.key_c = 67;
_root.key_w = 87;
_root.key_a = 65;
_root.key_s = 83;
_root.key_d = 68;
_root.key_shift = 16;
_root.key_ctrl = 17;
_root.key_enter = 13;
_root.cheat_ON01 = 0;
_root.cheat_ON02 = 0;
_root.cheat_ON03 = 0;
_root.cheat_ON04 = 0;
_root.true_start = 0;
var color_tf = new flash.geom.ColorTransform(1, 1, 1, 1, 0, 0, 0, 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.org_loop_on = 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) {
} else {
if (_root.muteki == 1) {
if (_root.difficulty_now == 2) {
_root.muteki = 0;
} else {
_root.muteki = 2;
color_tf.redOffset = muteki * 10;
color_tf.greenOffset = muteki * 10;
color_tf.blueOffset = muteki * 10;
player.transform.colorTransform = color_tf;
}
} else {
if (_root.muteki < 60) {
_root.muteki += 1;
if (muteki >= 1 && muteki <= 10) {
color_tf.redOffset = muteki * 10;
color_tf.greenOffset = muteki * 10;
color_tf.blueOffset = muteki * 10;
} else {
if (muteki >= 11 && muteki <= 20) {
color_tf.redOffset = (10 - (muteki - 10)) * 10;
color_tf.greenOffset = (10 - (muteki - 10)) * 10;
color_tf.blueOffset = (10 - (muteki - 10)) * 10;
} else {
if (muteki >= 21 && muteki <= 30) {
color_tf.redOffset = (muteki - 20) * 10;
color_tf.greenOffset = (muteki - 20) * 10;
color_tf.blueOffset = (muteki - 20) * 10;
} else {
if (muteki >= 31 && muteki <= 40) {
color_tf.redOffset = (10 - (muteki - 30)) * 10;
color_tf.greenOffset = (10 - (muteki - 30)) * 10;
color_tf.blueOffset = (10 - (muteki - 30)) * 10;
} else {
if (muteki >= 41 && muteki <= 50) {
color_tf.redOffset = (muteki - 40) * 10;
color_tf.greenOffset = (muteki - 40) * 10;
color_tf.blueOffset = (muteki - 40) * 10;
} else {
if (muteki >= 51 && muteki <= 60) {
color_tf.redOffset = (10 - (muteki - 50)) * 10;
color_tf.greenOffset = (10 - (muteki - 50)) * 10;
color_tf.blueOffset = (10 - (muteki - 50)) * 10;
}
}
}
}
}
}
player.transform.colorTransform = color_tf;
} else {
if (_root.muteki >= 60) {
_root.muteki = 0;
color_tf.redOffset = 0;
color_tf.greenOffset = 0;
color_tf.blueOffset = 0;
player.transform.colorTransform = color_tf;
}
}
}
}
if ((_root.ctrl_lock != 1 && _root.game_go == 1 || _root.ctrl_lock != 1 && _root.now_stage == 'howto') && _root.now_pause == 0) {
if (Key.isDown(_root.key_z) || Key.isDown(_root.key_ctrl)) {
switch (_root.move_height) {
case -1:
_root.player.gotoAndStop('attack_down');
break;
case 0:
if (_root.move_speed >= 1) {
_root.player.gotoAndStop('attack_go');
} else {
if (_root.move_speed == 0) {
_root.player.gotoAndStop('attack_wait');
} else {
if (_root.move_speed <= -1) {
_root.player.gotoAndStop('attack_back');
}
}
}
break;
case 1:
_root.player.gotoAndStop('attack_fly');
break;
default:
}
} else {
if (Key.isDown(_root.key_x) || Key.isDown(_root.key_shift)) {
if (_root.onani_on != 1) {
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();
if (_root.black_out_now01 == 1) {
_root.blackouter01.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.org_loop_on = 0;
};
_root.bgm_allstop = function () {
_root.bgm001.stop();
_root.bgm002.stop();
_root.bgm003.stop();
_root.bgm004.stop();
_root.bgm005.stop();
_root.bgm006.stop();
_root.bgm007.stop();
_root.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');
yarareURL.danmenzu.MC.gotoAndPlay('finish');
} else {
switch (_root.Gyarare_speed) {
case 1:
yarareURL.gotoAndPlay('loop01');
yarareURL.danmenzu.MC.gotoAndPlay('loop01');
break;
case 2:
yarareURL.gotoAndPlay('loop02');
yarareURL.danmenzu.MC.gotoAndPlay('loop02');
break;
case 3:
yarareURL.gotoAndPlay('loop03');
yarareURL.danmenzu.MC.gotoAndPlay('loop03');
break;
case 4:
yarareURL.gotoAndPlay('loop04');
yarareURL.danmenzu.MC.gotoAndPlay('loop04');
break;
case 5:
switch (Math.floor(Math.random() * 4) + 1) {
case 1:
yarareURL.gotoAndPlay('loop01');
yarareURL.danmenzu.MC.gotoAndPlay('loop01');
break;
case 2:
yarareURL.gotoAndPlay('loop02');
yarareURL.danmenzu.MC.gotoAndPlay('loop02');
break;
case 3:
yarareURL.gotoAndPlay('loop03');
yarareURL.danmenzu.MC.gotoAndPlay('loop03');
break;
case 4:
yarareURL.gotoAndPlay('loop04');
yarareURL.danmenzu.MC.gotoAndPlay('loop04');
break;
default:
}
break;
case 6:
if (_root.loop_point == 0) {
yarareURL.gotoAndPlay('loop01');
yarareURL.danmenzu.MC.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');
yarareURL.danmenzu.MC.gotoAndPlay('finish');
} else {
yarareURL.gotoAndPlay('loop0' + (_root.loop_point + 1));
yarareURL.danmenzu.MC.gotoAndPlay('loop0' + (_root.loop_point + 1));
}
} else {
if (_root.loop_count <= 4) {
_root.loop_count += 1;
yarareURL.gotoAndPlay('loop0' + _root.loop_point);
yarareURL.danmenzu.MC.gotoAndPlay('loop0' + _root.loop_point);
}
}
}
}
}
} else {
if (_root.loop_point == 0) {
yarareURL.gotoAndPlay('loop01');
yarareURL.danmenzu.MC.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');
yarareURL.danmenzu.MC.gotoAndPlay('finish');
} else {
yarareURL.gotoAndPlay('loop0' + (_root.loop_point + 1));
yarareURL.danmenzu.MC.gotoAndPlay('loop0' + (_root.loop_point + 1));
}
} else {
if (_root.loop_count <= 4) {
_root.loop_count += 1;
yarareURL.gotoAndPlay('loop0' + _root.loop_point);
yarareURL.danmenzu.MC.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');
yarareURL.danmenzu.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');
yarareURL.danmenzu.MC.gotoAndPlay('orgasm_finish');
_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 287 {
}
movieClip 288 {
instance of movieClip 287 {
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 290 {
}
movieClip 292 {
frame 1 {
this.stop();
}
}
movieClip 293 {
instance pantuB of movieClip 292 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 295 {
frame 1 {
this.stop();
}
}
movieClip 296 {
instance pantuA of movieClip 295 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 298 {
frame 1 {
this.stop();
}
}
movieClip 299 {
instance skirt_front of movieClip 298 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 301 {
}
movieClip 305 {
}
movieClip 307 {
}
movieClip 311 {
}
movieClip 313 {
}
movieClip 314 {
instance of movieClip 311 {
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 316 {
}
movieClip 318 {
frame 1 {
this.stop();
}
}
movieClip 319 {
instance collar_left of movieClip 318 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 321 {
frame 1 {
this.stop();
}
}
movieClip 322 {
instance collar_right of movieClip 321 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 324 {
frame 1 {
this.stop();
}
}
movieClip 326 {
}
movieClip 327 {
frame 1 {
this.stop();
}
}
movieClip 328 {
instance tie of movieClip 327 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 330 {
}
movieClip 335 {
}
movieClip 337 {
instance of movieClip 335 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 340 {
}
movieClip 342 {
}
movieClip 343 {
instance of movieClip 340 {
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 345 {
frame 1 {
this.stop();
}
}
movieClip 346 {
instance hat_front of movieClip 345 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 348 {
}
movieClip 350 {
}
movieClip 351 {
frame 1 {
this.stop();
}
instance of movieClip 348 {
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 352 {
frame 1 {
this.stop();
}
instance of movieClip 348 {
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 353 {
instance MC2 of movieClip 351 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 352 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 355 {
}
movieClip 357 {
}
movieClip 359 {
}
movieClip 363 {
}
movieClip 365 {
}
movieClip 375 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 376 {
instance MC of movieClip 375 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 378 {
}
movieClip 380 {
}
movieClip 382 {
}
movieClip 384 {
}
movieClip 385 {
frame 1 {
this.stop();
}
instance of movieClip 378 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 386 {
instance MC of movieClip 385 {
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 392 {
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 393 {
}
movieClip 396 {
}
movieClip 397 {
frame 1 {
this.stop();
}
}
movieClip 399 {
}
movieClip 401 {
}
movieClip 403 {
}
movieClip 405 {
}
movieClip 407 {
}
movieClip 409 {
}
movieClip 410 {
}
movieClip 412 {
}
movieClip 414 {
}
movieClip 415 {
}
movieClip 416 {
}
movieClip 417 {
frame 1 {
this.stop();
}
instance of movieClip 397 {
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 410 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 416 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 421 {
}
movieClip 423 {
}
movieClip 425 {
}
movieClip 427 {
}
movieClip 429 {
}
movieClip 431 {
}
movieClip 433 {
}
movieClip 435 {
}
movieClip 437 {
}
movieClip 439 {
}
movieClip 441 {
}
movieClip 443 {
}
movieClip 445 {
}
movieClip 447 {
}
movieClip 449 {
}
movieClip 451 {
}
movieClip 453 {
}
movieClip 455 {
}
movieClip 457 {
}
movieClip 459 {
}
movieClip 461 {
}
movieClip 463 {
}
movieClip 465 {
}
movieClip 467 {
}
movieClip 469 {
}
movieClip 497 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 50, 'h': 50};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 50 {
this.stop();
}
frame 80 {
this.stop();
}
frame 98 {
this.stop();
}
frame 110 {
this.stop();
}
frame 117 {
this.stop();
}
frame 173 {
this.stop();
}
frame 241 {
this.stop();
}
frame 309 {
this.stop();
}
}
movieClip 498 {
instance MC of movieClip 497 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 524 {
}
movieClip 526 {
}
movieClip 527 {
instance of movieClip 340 {
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 789 {
}
movieClip 849 {
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 850 {
instance MC of movieClip 849 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 852 {
}
movieClip 866 {
frame 1 {
this.stop();
}
}
movieClip 867 {
instance MC of movieClip 866 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 973 {
}
movieClip 977 {
}
movieClip 979 {
instance of movieClip 977 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 980 {
instance of movieClip 340 {
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 1071 {
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': 60, '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 393 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 417 {
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;
_root.org_loop_on = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 1072 {
frame 1 {
this.stop();
}
}
movieClip 1074 {
}
movieClip 1076 {
frame 1 {
this.stop();
}
instance of movieClip 1074 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 1077 {
instance MC2 of movieClip 1076 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 1076 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1083 {
}
movieClip 1084 {
}
movieClip 1085 {
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 1088 {
}
movieClip 1089 {
}
movieClip 1090 {
}
movieClip 1091 {
}
movieClip 1093 {
}
movieClip 1095 {
}
movieClip 1096 {
}
movieClip 1097 {
}
movieClip 1098 {
}
movieClip 1100 {
}
movieClip 1101 {
}
movieClip 1106 {
frame 1 {
this.stop();
}
}
movieClip 1107 {
instance left_hand of movieClip 1106 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1110 {
frame 1 {
this.stop();
}
}
movieClip 1111 {
instance left_forearm of movieClip 1110 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1116 {
frame 1 {
this.stop();
}
}
movieClip 1117 {
instance left_arm of movieClip 1116 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1119 {
}
movieClip 1122 {
frame 1 {
this.stop();
}
}
movieClip 1124 {
frame 1 {
this.stop();
}
}
movieClip 1125 {
instance left_foot of movieClip 1122 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 1124 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1128 {
frame 1 {
this.stop();
}
}
movieClip 1129 {
instance left_thigh of movieClip 1128 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1132 {
frame 1 {
this.stop();
}
}
movieClip 1133 {
instance left_shin of movieClip 1132 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1137 {
}
movieClip 1140 {
}
movieClip 1141 {
instance of movieClip 1140 {
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 1143 {
frame 1 {
this.stop();
}
}
movieClip 1144 {
instance breast_wear_back of movieClip 1143 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1146 {
}
movieClip 1148 {
frame 1 {
this.stop();
}
}
movieClip 1149 {
instance breast_wear of movieClip 1148 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1152 {
frame 1 {
this.stop();
}
}
movieClip 1153 {
instance right_hand of movieClip 1152 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1157 {
frame 1 {
this.stop();
}
}
movieClip 1158 {
instance right_forearm of movieClip 1157 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1162 {
frame 1 {
this.stop();
}
}
movieClip 1163 {
instance hat_back of movieClip 1162 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1166 {
}
movieClip 1167 {
instance of movieClip 1166 {
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 1170 {
frame 1 {
this.stop();
}
}
movieClip 1172 {
frame 1 {
this.stop();
}
}
movieClip 1173 {
instance right_foot of movieClip 1170 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 1172 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1175 {
}
movieClip 1178 {
frame 1 {
this.stop();
}
}
movieClip 1179 {
instance pantuB of movieClip 1178 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1183 {
frame 1 {
this.stop();
}
}
movieClip 1184 {
instance right_thigh of movieClip 1183 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1187 {
frame 1 {
this.stop();
}
}
movieClip 1188 {
instance right_shin of movieClip 1187 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1193 {
}
movieClip 1194 {
instance of movieClip 1193 {
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 1196 {
frame 1 {
this.stop();
}
}
movieClip 1197 {
instance pantuA of movieClip 1196 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1199 {
frame 1 {
this.stop();
}
}
movieClip 1200 {
instance skirt_front of movieClip 1199 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1203 {
}
movieClip 1204 {
instance of movieClip 1203 {
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 1206 {
}
movieClip 1209 {
frame 1 {
this.stop();
}
}
movieClip 1210 {
instance right_arm of movieClip 1209 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1212 {
frame 1 {
this.stop();
}
}
movieClip 1213 {
instance collar_back of movieClip 1212 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1215 {
frame 1 {
this.stop();
}
}
movieClip 1216 {
instance cloak of movieClip 1215 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1218 {
}
movieClip 1223 {
}
movieClip 1225 {
instance of movieClip 1223 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 1228 {
}
movieClip 1230 {
instance of movieClip 1228 {
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 1232 {
frame 1 {
this.stop();
}
}
movieClip 1233 {
instance hat_front of movieClip 1232 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1234 {
}
movieClip 1235 {
}
movieClip 1236 {
}
movieClip 1237 {
}
button 1238 {
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 1239 {
}
movieClip 1241 {
}
movieClip 1243 {
}
movieClip 1249 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 1250 {
instance MC of movieClip 1249 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1251 {
}
movieClip 1253 {
}
movieClip 1254 {
}
movieClip 1255 {
}
movieClip 1256 {
frame 1 {
this.stop();
}
instance of movieClip 1251 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 1257 {
instance MC of movieClip 1256 {
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 1258 {
}
movieClip 1259 {
}
movieClip 1260 {
frame 1 {
this.stop();
}
instance of movieClip 1258 {
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 1261 {
frame 1 {
this.stop();
}
instance of movieClip 1258 {
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 1262 {
instance MC2 of movieClip 1260 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 1261 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1263 {
}
movieClip 1264 {
frame 1 {
this.stop();
}
}
movieClip 1265 {
}
movieClip 1266 {
}
movieClip 1267 {
}
movieClip 1268 {
}
movieClip 1269 {
}
movieClip 1270 {
}
movieClip 1271 {
}
movieClip 1273 {
}
movieClip 1274 {
}
movieClip 1275 {
}
movieClip 1276 {
}
movieClip 1277 {
frame 1 {
this.stop();
}
instance of movieClip 1264 {
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 1271 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 1276 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1278 {
}
movieClip 1280 {
}
movieClip 1281 {
}
movieClip 1282 {
}
movieClip 1284 {
}
movieClip 1286 {
}
movieClip 1288 {
}
movieClip 1290 {
}
movieClip 1292 {
}
movieClip 1294 {
}
movieClip 1296 {
}
movieClip 1298 {
}
movieClip 1300 {
}
movieClip 1302 {
}
movieClip 1304 {
}
movieClip 1306 {
}
movieClip 1308 {
}
movieClip 1310 {
}
movieClip 1312 {
}
movieClip 1314 {
}
movieClip 1316 {
}
movieClip 1318 {
}
movieClip 1320 {
}
movieClip 1322 {
}
movieClip 1323 {
}
movieClip 1324 {
}
movieClip 1332 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 50, 'h': 50};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 50 {
this.stop();
}
frame 80 {
this.stop();
}
frame 98 {
this.stop();
}
frame 110 {
this.stop();
}
frame 117 {
this.stop();
}
frame 173 {
this.stop();
}
frame 241 {
this.stop();
}
frame 309 {
this.stop();
}
}
movieClip 1333 {
instance MC of movieClip 1332 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 1351 {
}
movieClip 1352 {
instance of movieClip 1228 {
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 1696 {
}
movieClip 1724 {
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 1725 {
instance MC of movieClip 1724 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1730 {
}
movieClip 1736 {
frame 1 {
this.stop();
}
}
movieClip 1737 {
instance MC of movieClip 1736 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 1867 {
}
movieClip 1871 {
}
movieClip 1873 {
instance of movieClip 1871 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 1874 {
instance of movieClip 1228 {
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 1987 {
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 1239 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 1277 {
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;
_root.org_loop_on = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 1988 {
frame 1 {
this.stop();
}
}
movieClip 1994 {
frame 1 {
this.stop();
}
}
movieClip 1995 {
instance right_forearm of movieClip 1994 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 1998 {
frame 1 {
this.stop();
}
}
movieClip 1999 {
instance left_forearm of movieClip 1998 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2005 {
}
movieClip 2006 {
instance cloak of movieClip 2005 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2008 {
}
movieClip 2009 {
instance hat_back of movieClip 2008 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2011 {
}
movieClip 2014 {
}
movieClip 2015 {
instance of movieClip 2014 {
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 2017 {
}
movieClip 2019 {
}
movieClip 2022 {
frame 1 {
this.stop();
}
}
movieClip 2023 {
instance right_arm of movieClip 2022 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2026 {
frame 1 {
this.stop();
}
}
movieClip 2027 {
instance left_arm of movieClip 2026 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2029 {
}
movieClip 2030 {
instance breast_wear of movieClip 2029 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2032 {
}
movieClip 2035 {
}
movieClip 2036 {
instance of movieClip 2035 {
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 2039 {
}
movieClip 2040 {
instance of movieClip 2039 {
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 2044 {
frame 1 {
this.stop();
}
}
movieClip 2046 {
}
movieClip 2047 {
instance left_thigh of movieClip 2044 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 2046 {
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 2051 {
frame 1 {
this.stop();
}
}
movieClip 2053 {
}
movieClip 2054 {
instance right_thigh of movieClip 2051 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 2053 {
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 2056 {
}
movieClip 2058 {
}
movieClip 2061 {
}
movieClip 2062 {
instance of movieClip 2061 {
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 2064 {
}
movieClip 2065 {
instance collar_right of movieClip 2064 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2067 {
}
movieClip 2068 {
instance collar_left of movieClip 2067 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2071 {
}
movieClip 2072 {
instance of movieClip 2071 {
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 2074 {
}
movieClip 2076 {
}
movieClip 2078 {
}
movieClip 2081 {
}
movieClip 2082 {
instance of movieClip 2081 {
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 2084 {
}
movieClip 2087 {
}
movieClip 2088 {
instance of movieClip 2087 {
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 2090 {
}
movieClip 2092 {
}
movieClip 2094 {
}
movieClip 2095 {
instance hat_front of movieClip 2094 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2097 {
}
movieClip 2098 {
instance tie of movieClip 2097 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2101 {
}
movieClip 2102 {
instance of movieClip 2101 {
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 2104 {
}
movieClip 2105 {
instance pantuB of movieClip 2104 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2107 {
}
movieClip 2108 {
instance pantuA of movieClip 2107 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2110 {
}
movieClip 2111 {
instance pantuC of movieClip 2110 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2113 {
}
movieClip 2114 {
instance skirt_front of movieClip 2113 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2116 {
}
movieClip 2118 {
}
movieClip 2131 {
frame 1 {
this.stop();
}
instance of movieClip 2118 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 17 {
this.stop();
}
}
movieClip 2133 {
}
movieClip 2144 {
frame 1 {
this.stop();
}
instance of movieClip 2133 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2146 {
}
movieClip 2156 {
frame 1 {
this.stop();
}
instance of movieClip 2146 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 14 {
this.stop();
}
}
movieClip 2158 {
}
movieClip 2171 {
frame 1 {
this.stop();
}
instance of movieClip 2158 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 16 {
this.stop();
}
}
movieClip 2173 {
}
movieClip 2185 {
frame 1 {
this.stop();
}
instance of movieClip 2173 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 16 {
this.stop();
}
}
movieClip 2187 {
}
movieClip 2188 {
instance of movieClip 2131 {
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 2144 {
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 2156 {
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 2171 {
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 2185 {
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 2189 {
}
movieClip 2191 {
}
movieClip 2193 {
}
movieClip 2203 {
frame 1 {
this.stop();
}
instance of movieClip 2193 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2205 {
}
movieClip 2212 {
frame 1 {
this.stop();
}
instance of movieClip 2205 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2214 {
}
movieClip 2223 {
frame 1 {
this.stop();
}
instance of movieClip 2214 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2225 {
}
movieClip 2232 {
frame 1 {
this.stop();
}
instance of movieClip 2225 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2234 {
}
movieClip 2241 {
frame 1 {
this.stop();
}
instance of movieClip 2234 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 2242 {
instance of movieClip 2203 {
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 2212 {
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 2223 {
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 2232 {
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 2241 {
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 2244 {
}
movieClip 2245 {
}
movieClip 2247 {
}
movieClip 2249 {
}
movieClip 2250 {
}
movieClip 2251 {
}
movieClip 2252 {
frame 1 {
this.stop();
}
instance of movieClip 2247 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 2253 {
instance of movieClip 2252 {
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 2255 {
}
movieClip 2257 {
}
movieClip 2263 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 2265 {
}
movieClip 2266 {
instance of movieClip 2263 {
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 2274 {
frame 1 {
this.stop();
}
instance of movieClip 2087 {
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 2278 {
}
movieClip 2279 {
}
movieClip 2281 {
}
movieClip 2283 {
}
movieClip 2285 {
}
movieClip 2287 {
}
movieClip 2289 {
}
movieClip 2291 {
}
movieClip 2293 {
}
movieClip 2295 {
}
movieClip 2297 {
}
movieClip 2299 {
}
movieClip 2300 {
instance of movieClip 2087 {
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 2314 {
frame 1 {
this.stop();
}
instance of movieClip 2087 {
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 2324 {
frame 1 {
this.stop();
}
instance of movieClip 2087 {
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 2366 {
}
movieClip 2367 {
instance of movieClip 2366 {
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 2371 {
}
movieClip 2372 {
instance of movieClip 2371 {
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 2376 {
}
movieClip 2377 {
instance of movieClip 2376 {
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 2379 {
}
movieClip 2575 {
}
movieClip 2579 {
frame 1 {
this.stop();
}
instance of movieClip 2087 {
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 2647 {
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': 60, '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 2650 {
}
movieClip 2652 {
}
movieClip 2653 {
}
movieClip 2654 {
}
movieClip 2655 {
}
movieClip 2657 {
frame 1 {
this.stop();
}
instance of movieClip 2655 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 2658 {
instance MC2 of movieClip 2657 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2657 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2659 {
}
movieClip 2660 {
}
movieClip 2661 {
frame 1 {
this.stop();
}
instance of movieClip 2659 {
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 2662 {
frame 1 {
this.stop();
}
instance of movieClip 2659 {
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 2663 {
instance MC2 of movieClip 2661 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 2662 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2665 {
frame 1 {
this.stop();
}
}
movieClip 2666 {
instance skirt_back of movieClip 2665 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2667 {
frame 1 {
this.stop();
}
}
movieClip 2668 {
instance cloak of movieClip 2667 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2670 {
frame 1 {
this.stop();
}
}
movieClip 2671 {
instance collar_back of movieClip 2670 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2673 {
frame 1 {
this.stop();
}
}
movieClip 2674 {
instance hat_back of movieClip 2673 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2676 {
}
movieClip 2677 {
}
movieClip 2680 {
frame 1 {
this.stop();
}
}
movieClip 2681 {
instance left_forearm of movieClip 2680 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2683 {
}
movieClip 2686 {
}
movieClip 2687 {
instance of movieClip 2686 {
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 2689 {
}
movieClip 2691 {
frame 1 {
this.stop();
}
}
movieClip 2692 {
instance breast_wear of movieClip 2691 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2695 {
frame 1 {
this.stop();
}
}
movieClip 2696 {
instance left_arm of movieClip 2695 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2698 {
}
movieClip 2701 {
}
movieClip 2702 {
instance of movieClip 2701 {
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 2704 {
}
movieClip 2706 {
}
movieClip 2709 {
}
movieClip 2710 {
instance of movieClip 2709 {
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 2712 {
}
movieClip 2715 {
frame 1 {
this.stop();
}
}
movieClip 2717 {
frame 1 {
this.stop();
}
}
movieClip 2718 {
instance right_foot of movieClip 2715 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 2717 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2721 {
frame 1 {
this.stop();
}
}
movieClip 2722 {
instance right_shin of movieClip 2721 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2725 {
frame 1 {
this.stop();
}
}
movieClip 2727 {
}
movieClip 2728 {
instance right_thigh of movieClip 2725 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 2727 {
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 2730 {
}
movieClip 2733 {
frame 1 {
this.stop();
}
}
movieClip 2735 {
frame 1 {
this.stop();
}
}
movieClip 2736 {
instance left_foot of movieClip 2733 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 2735 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2739 {
frame 1 {
this.stop();
}
}
movieClip 2740 {
instance left_shin of movieClip 2739 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2743 {
frame 1 {
this.stop();
}
}
movieClip 2745 {
}
movieClip 2746 {
instance left_thigh of movieClip 2743 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 2745 {
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 2748 {
}
movieClip 2751 {
}
movieClip 2752 {
instance of movieClip 2751 {
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 2754 {
frame 1 {
this.stop();
}
}
movieClip 2755 {
instance pantuB of movieClip 2754 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2757 {
frame 1 {
this.stop();
}
}
movieClip 2758 {
instance pantuA of movieClip 2757 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2760 {
frame 1 {
this.stop();
}
}
movieClip 2761 {
instance pantuC of movieClip 2760 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2763 {
frame 1 {
this.stop();
}
}
movieClip 2764 {
instance skirt_frontB of movieClip 2763 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2766 {
frame 1 {
this.stop();
}
}
movieClip 2767 {
instance skirt_front of movieClip 2766 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2769 {
}
movieClip 2770 {
}
movieClip 2772 {
}
movieClip 2774 {
frame 1 {
this.stop();
}
}
movieClip 2775 {
instance collar_left of movieClip 2774 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2777 {
frame 1 {
this.stop();
}
}
movieClip 2778 {
instance collar_right of movieClip 2777 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2779 {
frame 1 {
this.stop();
}
}
movieClip 2781 {
}
movieClip 2782 {
frame 1 {
this.stop();
}
}
movieClip 2783 {
instance tie of movieClip 2782 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2785 {
}
movieClip 2789 {
}
movieClip 2791 {
instance of movieClip 2789 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 2794 {
}
movieClip 2796 {
instance of movieClip 2794 {
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 2798 {
frame 1 {
this.stop();
}
}
movieClip 2799 {
instance hat_front of movieClip 2798 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 2801 {
}
movieClip 2803 {
}
movieClip 2805 {
}
movieClip 2807 {
}
movieClip 2809 {
}
movieClip 2811 {
}
movieClip 2813 {
}
movieClip 2815 {
}
movieClip 2817 {
}
movieClip 2819 {
}
movieClip 2820 {
}
movieClip 2821 {
}
movieClip 2822 {
}
movieClip 2823 {
instance of movieClip 2822 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2824 {
}
movieClip 2825 {
}
movieClip 2826 {
}
movieClip 2827 {
instance of movieClip 2826 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2828 {
}
movieClip 2830 {
}
movieClip 2831 {
}
movieClip 2832 {
}
movieClip 2834 {
}
movieClip 2836 {
}
movieClip 2838 {
}
movieClip 2840 {
}
movieClip 2842 {
}
movieClip 2844 {
}
movieClip 2846 {
}
movieClip 2848 {
}
movieClip 2850 {
}
movieClip 2852 {
}
movieClip 2854 {
}
movieClip 2856 {
}
movieClip 2858 {
}
movieClip 2860 {
}
movieClip 2862 {
}
movieClip 2864 {
}
movieClip 2866 {
}
movieClip 2868 {
}
movieClip 2870 {
}
movieClip 2872 {
}
movieClip 2873 {
}
movieClip 2874 {
}
movieClip 2882 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 50, 'h': 50};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 50 {
this.stop();
}
frame 80 {
this.stop();
}
frame 98 {
this.stop();
}
frame 110 {
this.stop();
}
frame 117 {
this.stop();
}
frame 173 {
this.stop();
}
frame 241 {
this.stop();
}
frame 309 {
this.stop();
}
}
movieClip 2883 {
instance MC of movieClip 2882 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 2884 {
}
movieClip 2885 {
}
movieClip 2887 {
}
movieClip 2889 {
}
movieClip 2890 {
}
movieClip 2891 {
}
movieClip 2892 {
frame 1 {
this.stop();
}
instance of movieClip 2887 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 2893 {
instance MC of movieClip 2892 {
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 2894 {
}
movieClip 2896 {
}
movieClip 2900 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 2901 {
instance MC of movieClip 2900 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
button 2902 {
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 2903 {
}
movieClip 2904 {
}
movieClip 2905 {
frame 1 {
this.stop();
}
}
movieClip 2906 {
}
movieClip 2907 {
}
movieClip 2908 {
}
movieClip 2909 {
}
movieClip 2910 {
}
movieClip 2911 {
}
movieClip 2912 {
}
movieClip 2914 {
}
movieClip 2915 {
}
movieClip 2916 {
}
movieClip 2917 {
}
movieClip 2918 {
frame 1 {
this.stop();
}
instance of movieClip 2905 {
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 2912 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 2917 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2921 {
}
movieClip 2923 {
instance of movieClip 2794 {
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 2947 {
}
movieClip 2949 {
instance of movieClip 2947 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 2951 {
instance of movieClip 2794 {
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 2955 {
}
movieClip 2983 {
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 2984 {
instance MC of movieClip 2983 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 2986 {
}
movieClip 2992 {
frame 1 {
this.stop();
}
}
movieClip 2993 {
instance MC of movieClip 2992 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3002 {
}
movieClip 3004 {
instance of movieClip 2794 {
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 3008 {
}
movieClip 3011 {
}
movieClip 3012 {
instance of movieClip 3011 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 3014 {
instance of movieClip 2794 {
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 3023 {
}
movieClip 3025 {
instance of movieClip 2794 {
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 3026 {
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': 60, '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 2903 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 2918 {
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;
_root.org_loop_on = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 3027 {
frame 1 {
this.stop();
}
}
movieClip 3030 {
}
movieClip 3031 {
}
movieClip 3032 {
}
movieClip 3033 {
}
movieClip 3034 {
}
movieClip 3035 {
}
movieClip 3036 {
}
movieClip 3037 {
instance of movieClip 3036 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3038 {
}
movieClip 3039 {
}
movieClip 3040 {
}
movieClip 3041 {
instance of movieClip 3040 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3042 {
}
movieClip 3043 {
}
movieClip 3044 {
}
movieClip 3046 {
}
movieClip 3048 {
}
movieClip 3050 {
}
movieClip 3051 {
}
movieClip 3053 {
}
movieClip 3057 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 3058 {
instance MC of movieClip 3057 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3061 {
frame 1 {
this.stop();
}
}
movieClip 3063 {
frame 1 {
this.stop();
}
}
movieClip 3064 {
instance right_foot of movieClip 3061 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 3063 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3067 {
frame 1 {
this.stop();
}
}
movieClip 3068 {
instance right_shin of movieClip 3067 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3071 {
frame 1 {
this.stop();
}
}
movieClip 3072 {
instance right_thigh of movieClip 3071 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3073 {
}
movieClip 3075 {
frame 1 {
this.stop();
}
instance of movieClip 3073 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 3076 {
instance MC2 of movieClip 3075 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 3075 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3077 {
}
movieClip 3078 {
}
movieClip 3079 {
frame 1 {
this.stop();
}
instance of movieClip 3077 {
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 3080 {
frame 1 {
this.stop();
}
instance of movieClip 3077 {
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 3081 {
instance MC2 of movieClip 3079 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 3080 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3084 {
frame 1 {
this.stop();
}
}
movieClip 3086 {
frame 1 {
this.stop();
}
}
movieClip 3087 {
instance left_foot of movieClip 3084 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 3086 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3090 {
frame 1 {
this.stop();
}
}
movieClip 3091 {
instance left_shin of movieClip 3090 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3094 {
frame 1 {
this.stop();
}
}
movieClip 3095 {
instance left_thigh of movieClip 3094 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3097 {
frame 1 {
this.stop();
}
}
movieClip 3098 {
instance skirt_back of movieClip 3097 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3101 {
}
movieClip 3102 {
instance of movieClip 3101 {
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 3105 {
}
movieClip 3106 {
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 3108 {
}
movieClip 3111 {
frame 1 {
this.stop();
}
}
movieClip 3112 {
instance right_arm of movieClip 3111 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3115 {
frame 1 {
this.stop();
}
}
movieClip 3116 {
instance right_forearm of movieClip 3115 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3119 {
frame 1 {
this.stop();
}
}
movieClip 3120 {
instance right_hand of movieClip 3119 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3121 {
frame 1 {
this.stop();
}
}
movieClip 3122 {
instance breast_wear_back of movieClip 3121 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3124 {
}
movieClip 3127 {
}
movieClip 3128 {
instance of movieClip 3127 {
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 3130 {
}
movieClip 3132 {
frame 1 {
this.stop();
}
}
movieClip 3133 {
instance pantu of movieClip 3132 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3135 {
frame 1 {
this.stop();
}
}
movieClip 3136 {
instance skirt_front of movieClip 3135 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3137 {
frame 1 {
this.stop();
}
}
movieClip 3138 {
instance hat_back of movieClip 3137 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3139 {
}
movieClip 3140 {
}
movieClip 3141 {
}
movieClip 3142 {
}
movieClip 3143 {
instance of movieClip 3142 {
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 3145 {
}
movieClip 3147 {
frame 1 {
this.stop();
}
}
movieClip 3148 {
instance collar_back of movieClip 3147 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3151 {
frame 1 {
this.stop();
}
}
movieClip 3152 {
instance left_arm of movieClip 3151 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3155 {
frame 1 {
this.stop();
}
}
movieClip 3156 {
instance left_forearm of movieClip 3155 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3159 {
frame 1 {
this.stop();
}
}
movieClip 3160 {
instance left_hand of movieClip 3159 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3162 {
frame 1 {
this.stop();
}
}
movieClip 3163 {
frame 1 {
this.stop();
}
instance breast_wear of movieClip 3162 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3165 {
frame 1 {
this.stop();
}
}
movieClip 3166 {
instance cloak of movieClip 3165 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3168 {
}
movieClip 3171 {
}
movieClip 3173 {
instance of movieClip 3171 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 3176 {
}
movieClip 3178 {
instance of movieClip 3176 {
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 3179 {
frame 1 {
this.stop();
}
}
movieClip 3180 {
instance hat_front of movieClip 3179 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3181 {
}
movieClip 3183 {
}
movieClip 3185 {
}
movieClip 3187 {
}
movieClip 3188 {
}
movieClip 3189 {
}
movieClip 3190 {
}
movieClip 3191 {
}
movieClip 3193 {
}
movieClip 3194 {
}
movieClip 3195 {
}
movieClip 3197 {
}
movieClip 3199 {
}
movieClip 3201 {
}
movieClip 3203 {
}
movieClip 3205 {
}
movieClip 3207 {
}
movieClip 3209 {
}
movieClip 3211 {
}
movieClip 3213 {
}
movieClip 3215 {
}
movieClip 3217 {
}
movieClip 3219 {
}
movieClip 3221 {
}
movieClip 3223 {
}
movieClip 3225 {
}
movieClip 3227 {
}
movieClip 3229 {
}
movieClip 3231 {
}
movieClip 3233 {
}
movieClip 3235 {
}
movieClip 3236 {
}
movieClip 3237 {
}
movieClip 3245 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 50, 'h': 50};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 50 {
this.stop();
}
frame 80 {
this.stop();
}
frame 98 {
this.stop();
}
frame 110 {
this.stop();
}
frame 117 {
this.stop();
}
frame 173 {
this.stop();
}
frame 241 {
this.stop();
}
frame 309 {
this.stop();
}
}
movieClip 3246 {
instance MC of movieClip 3245 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 3247 {
}
movieClip 3249 {
}
movieClip 3250 {
}
movieClip 3251 {
}
movieClip 3252 {
frame 1 {
this.stop();
}
instance of movieClip 3247 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 3253 {
instance MC of movieClip 3252 {
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 3254 {
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 3255 {
}
movieClip 3256 {
}
movieClip 3257 {
frame 1 {
this.stop();
}
}
movieClip 3258 {
}
movieClip 3259 {
}
movieClip 3260 {
}
movieClip 3261 {
}
movieClip 3262 {
}
movieClip 3263 {
}
movieClip 3264 {
}
movieClip 3266 {
}
movieClip 3267 {
}
movieClip 3268 {
}
movieClip 3269 {
}
movieClip 3270 {
frame 1 {
this.stop();
}
instance of movieClip 3257 {
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 3264 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 3269 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3273 {
}
movieClip 3275 {
instance of movieClip 3176 {
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 3299 {
}
movieClip 3301 {
instance of movieClip 3299 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 3303 {
instance of movieClip 3176 {
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 3307 {
}
movieClip 3335 {
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 3336 {
instance MC of movieClip 3335 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3338 {
}
movieClip 3344 {
frame 1 {
this.stop();
}
}
movieClip 3345 {
instance MC of movieClip 3344 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3355 {
}
movieClip 3357 {
}
movieClip 3359 {
instance of movieClip 3357 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 3361 {
instance of movieClip 3176 {
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 3369 {
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 3255 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3270 {
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;
_root.org_loop_on = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 3370 {
frame 1 {
this.stop();
}
}
movieClip 3373 {
}
movieClip 3374 {
}
movieClip 3375 {
}
movieClip 3376 {
}
movieClip 3379 {
}
movieClip 3381 {
}
movieClip 3384 {
frame 1 {
this.stop();
}
}
movieClip 3385 {
instance right_forearm of movieClip 3384 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3388 {
frame 1 {
this.stop();
}
}
movieClip 3389 {
instance right_hand of movieClip 3388 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3391 {
}
movieClip 3394 {
frame 1 {
this.stop();
}
}
movieClip 3396 {
}
movieClip 3397 {
instance right_thigh of movieClip 3394 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3396 {
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 3400 {
frame 1 {
this.stop();
}
}
movieClip 3401 {
instance right_shin of movieClip 3400 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3404 {
frame 1 {
this.stop();
}
}
movieClip 3406 {
frame 1 {
this.stop();
}
}
movieClip 3407 {
instance right_foot of movieClip 3404 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 3406 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3409 {
}
movieClip 3411 {
}
movieClip 3414 {
}
movieClip 3415 {
instance of movieClip 3414 {
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 3417 {
frame 1 {
this.stop();
}
}
movieClip 3418 {
instance pantuA of movieClip 3417 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3420 {
}
movieClip 3424 {
frame 1 {
this.stop();
}
}
movieClip 3426 {
}
movieClip 3427 {
instance left_thigh of movieClip 3424 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3426 {
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 3430 {
frame 1 {
this.stop();
}
}
movieClip 3431 {
instance left_shin of movieClip 3430 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3434 {
frame 1 {
this.stop();
}
}
movieClip 3436 {
frame 1 {
this.stop();
}
}
movieClip 3437 {
instance left_foot of movieClip 3434 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 3436 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3439 {
}
movieClip 3442 {
}
movieClip 3443 {
instance of movieClip 3442 {
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 3445 {
frame 1 {
this.stop();
}
}
movieClip 3446 {
instance pantuB of movieClip 3445 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3448 {
frame 1 {
this.stop();
}
}
movieClip 3449 {
instance skirt_front of movieClip 3448 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3452 {
frame 1 {
this.stop();
}
}
movieClip 3453 {
instance left_hand of movieClip 3452 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3456 {
frame 1 {
this.stop();
}
}
movieClip 3457 {
instance left_forearm of movieClip 3456 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3463 {
}
movieClip 3465 {
}
movieClip 3467 {
}
movieClip 3469 {
}
movieClip 3471 {
}
movieClip 3473 {
}
movieClip 3475 {
}
movieClip 3476 {
}
movieClip 3478 {
}
movieClip 3479 {
}
movieClip 3480 {
}
movieClip 3482 {
}
movieClip 3484 {
}
movieClip 3486 {
}
movieClip 3488 {
}
movieClip 3490 {
}
movieClip 3492 {
}
movieClip 3494 {
}
movieClip 3496 {
}
movieClip 3498 {
}
movieClip 3500 {
}
movieClip 3502 {
}
movieClip 3504 {
}
movieClip 3506 {
}
movieClip 3508 {
}
movieClip 3510 {
}
movieClip 3512 {
}
movieClip 3514 {
}
movieClip 3516 {
}
movieClip 3518 {
}
movieClip 3520 {
}
movieClip 3521 {
}
movieClip 3522 {
}
movieClip 3530 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 50, 'h': 50};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 50 {
this.stop();
}
frame 80 {
this.stop();
}
frame 98 {
this.stop();
}
frame 110 {
this.stop();
}
frame 117 {
this.stop();
}
frame 173 {
this.stop();
}
frame 241 {
this.stop();
}
frame 309 {
this.stop();
}
}
movieClip 3531 {
instance MC of movieClip 3530 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 3532 {
}
movieClip 3533 {
}
movieClip 3535 {
}
movieClip 3537 {
}
movieClip 3541 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 3542 {
instance MC of movieClip 3541 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
button 3543 {
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 3544 {
}
movieClip 3545 {
}
movieClip 3546 {
frame 1 {
this.stop();
}
}
movieClip 3547 {
}
movieClip 3548 {
}
movieClip 3549 {
}
movieClip 3550 {
}
movieClip 3551 {
}
movieClip 3552 {
}
movieClip 3553 {
}
movieClip 3555 {
}
movieClip 3556 {
}
movieClip 3557 {
}
movieClip 3558 {
}
movieClip 3559 {
frame 1 {
this.stop();
}
instance of movieClip 3546 {
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 3553 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 3558 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3714 {
}
movieClip 3742 {
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 3743 {
instance MC of movieClip 3742 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3745 {
}
movieClip 3751 {
frame 1 {
this.stop();
}
}
movieClip 3752 {
instance MC of movieClip 3751 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3862 {
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': 60, '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 3544 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 3559 {
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;
_root.org_loop_on = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 3863 {
frame 1 {
this.stop();
}
}
movieClip 3865 {
}
movieClip 3866 {
}
movieClip 3867 {
}
movieClip 3868 {
}
movieClip 3870 {
}
movieClip 3872 {
}
movieClip 3874 {
}
movieClip 3876 {
}
movieClip 3878 {
}
movieClip 3880 {
}
movieClip 3882 {
}
movieClip 3883 {
frame 1 {
this.stop();
}
}
movieClip 3884 {
instance cloak of movieClip 3883 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3885 {
frame 1 {
this.stop();
}
}
movieClip 3886 {
instance hat_back of movieClip 3885 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3888 {
}
movieClip 3889 {
}
movieClip 3890 {
frame 1 {
this.stop();
}
}
movieClip 3891 {
instance collar_back of movieClip 3890 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3894 {
frame 1 {
this.stop();
}
}
movieClip 3895 {
instance right_arm of movieClip 3894 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3897 {
}
movieClip 3900 {
}
movieClip 3901 {
instance of movieClip 3900 {
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 3904 {
frame 1 {
this.stop();
}
}
movieClip 3905 {
instance right_forearm of movieClip 3904 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3907 {
}
movieClip 3909 {
frame 1 {
this.stop();
}
}
movieClip 3910 {
instance breast_wear of movieClip 3909 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3913 {
}
movieClip 3914 {
instance of movieClip 3913 {
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 3916 {
}
movieClip 3918 {
}
movieClip 3921 {
}
movieClip 3922 {
instance of movieClip 3921 {
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 3924 {
}
movieClip 3927 {
frame 1 {
this.stop();
}
}
movieClip 3928 {
instance left_arm of movieClip 3927 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3931 {
frame 1 {
this.stop();
}
}
movieClip 3932 {
instance left_forearm of movieClip 3931 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3935 {
frame 1 {
this.stop();
}
}
movieClip 3937 {
frame 1 {
this.stop();
}
}
movieClip 3938 {
instance right_foot of movieClip 3935 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 3937 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3941 {
frame 1 {
this.stop();
}
}
movieClip 3942 {
instance right_shin of movieClip 3941 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 3945 {
frame 1 {
this.stop();
}
}
movieClip 3947 {
}
movieClip 3948 {
instance right_thigh of movieClip 3945 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 3947 {
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 3949 {
}
movieClip 3951 {
frame 1 {
this.stop();
}
instance of movieClip 3949 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 3952 {
instance MC2 of movieClip 3951 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 3951 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3953 {
}
movieClip 3954 {
}
movieClip 3955 {
frame 1 {
this.stop();
}
instance of movieClip 3953 {
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 3956 {
frame 1 {
this.stop();
}
instance of movieClip 3953 {
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 3957 {
instance MC2 of movieClip 3955 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 3956 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 3959 {
}
movieClip 3961 {
}
movieClip 3963 {
}
movieClip 3965 {
}
movieClip 3968 {
}
movieClip 3969 {
instance of movieClip 3968 {
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 3972 {
}
movieClip 3973 {
instance of movieClip 3972 {
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 3975 {
}
movieClip 3977 {
}
movieClip 3978 {
}
movieClip 3981 {
}
movieClip 3983 {
}
movieClip 3985 {
}
movieClip 3987 {
}
movieClip 3989 {
}
movieClip 3991 {
}
movieClip 3993 {
}
movieClip 3996 {
frame 1 {
this.stop();
}
}
movieClip 3998 {
frame 1 {
this.stop();
}
}
movieClip 3999 {
instance left_foot of movieClip 3996 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 3998 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4002 {
frame 1 {
this.stop();
}
}
movieClip 4003 {
instance left_shin of movieClip 4002 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4006 {
frame 1 {
this.stop();
}
}
movieClip 4008 {
}
movieClip 4009 {
instance left_thigh of movieClip 4006 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4008 {
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 4012 {
frame 1 {
this.stop();
}
}
movieClip 4013 {
instance right_hand of movieClip 4012 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4016 {
frame 1 {
this.stop();
}
}
movieClip 4017 {
instance left_hand of movieClip 4016 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4019 {
frame 1 {
this.stop();
}
}
movieClip 4020 {
instance pantuB of movieClip 4019 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4022 {
frame 1 {
this.stop();
}
}
movieClip 4023 {
instance pantuA of movieClip 4022 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4025 {
frame 1 {
this.stop();
}
}
movieClip 4026 {
instance skirt_front of movieClip 4025 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4028 {
frame 1 {
this.stop();
}
}
movieClip 4029 {
instance collar_right of movieClip 4028 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4031 {
}
movieClip 4032 {
}
movieClip 4033 {
}
movieClip 4034 {
}
movieClip 4036 {
}
movieClip 4037 {
instance of movieClip 4032 {
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 4034 {
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 4039 {
frame 1 {
this.stop();
}
}
movieClip 4040 {
instance collar_left of movieClip 4039 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4041 {
frame 1 {
this.stop();
}
}
movieClip 4043 {
}
movieClip 4044 {
frame 1 {
this.stop();
}
}
movieClip 4045 {
instance tie of movieClip 4044 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4047 {
}
movieClip 4048 {
}
movieClip 4051 {
}
movieClip 4053 {
instance of movieClip 4051 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4056 {
}
movieClip 4058 {
}
movieClip 4059 {
instance of movieClip 4056 {
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 4061 {
frame 1 {
this.stop();
}
}
movieClip 4062 {
instance hat_front of movieClip 4061 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4064 {
}
movieClip 4066 {
}
movieClip 4067 {
}
movieClip 4069 {
}
movieClip 4070 {
}
movieClip 4071 {
}
movieClip 4073 {
}
movieClip 4075 {
}
movieClip 4077 {
}
movieClip 4079 {
}
movieClip 4081 {
}
movieClip 4083 {
}
movieClip 4085 {
}
movieClip 4087 {
}
movieClip 4089 {
}
movieClip 4091 {
}
movieClip 4093 {
}
movieClip 4095 {
}
movieClip 4097 {
}
movieClip 4099 {
}
movieClip 4101 {
}
movieClip 4103 {
}
movieClip 4105 {
}
movieClip 4107 {
}
movieClip 4109 {
}
movieClip 4111 {
}
movieClip 4112 {
}
movieClip 4113 {
}
movieClip 4121 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 50, 'h': 50};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 50 {
this.stop();
}
frame 80 {
this.stop();
}
frame 98 {
this.stop();
}
frame 110 {
this.stop();
}
frame 117 {
this.stop();
}
frame 173 {
this.stop();
}
frame 241 {
this.stop();
}
frame 309 {
this.stop();
}
}
movieClip 4122 {
instance MC of movieClip 4121 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4123 {
}
movieClip 4125 {
}
movieClip 4129 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 4130 {
instance MC of movieClip 4129 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4131 {
}
movieClip 4133 {
}
movieClip 4134 {
}
movieClip 4135 {
}
movieClip 4136 {
frame 1 {
this.stop();
}
instance of movieClip 4131 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 4137 {
instance MC of movieClip 4136 {
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 4138 {
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 4139 {
}
movieClip 4140 {
}
movieClip 4141 {
frame 1 {
this.stop();
}
}
movieClip 4142 {
}
movieClip 4143 {
}
movieClip 4144 {
}
movieClip 4145 {
}
movieClip 4146 {
}
movieClip 4147 {
}
movieClip 4148 {
}
movieClip 4150 {
}
movieClip 4151 {
}
movieClip 4152 {
}
movieClip 4153 {
}
movieClip 4154 {
frame 1 {
this.stop();
}
instance of movieClip 4141 {
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 4148 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4153 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4156 {
}
movieClip 4157 {
instance of movieClip 4056 {
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 4159 {
}
movieClip 4162 {
}
movieClip 4164 {
instance of movieClip 4162 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4165 {
instance of movieClip 4056 {
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 4167 {
}
movieClip 4195 {
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 4196 {
instance MC of movieClip 4195 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4198 {
}
movieClip 4204 {
frame 1 {
this.stop();
}
}
movieClip 4205 {
instance MC of movieClip 4204 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4207 {
}
movieClip 4210 {
}
movieClip 4212 {
instance of movieClip 4210 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4213 {
instance of movieClip 4056 {
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 4215 {
}
movieClip 4216 {
instance of movieClip 4056 {
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 4217 {
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': 60, '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 4139 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4154 {
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;
_root.org_loop_on = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 4218 {
frame 1 {
this.stop();
}
}
movieClip 4221 {
}
movieClip 4223 {
}
movieClip 4224 {
}
movieClip 4226 {
}
movieClip 4228 {
frame 1 {
this.stop();
}
}
movieClip 4229 {
instance collar_back of movieClip 4228 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4231 {
}
movieClip 4233 {
}
movieClip 4235 {
}
movieClip 4239 {
frame 1 {
this.stop();
}
}
movieClip 4240 {
instance right_arm of movieClip 4239 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4243 {
frame 1 {
this.stop();
}
}
movieClip 4244 {
instance right_forearm of movieClip 4243 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4247 {
frame 1 {
this.stop();
}
}
movieClip 4248 {
instance right_hand of movieClip 4247 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4250 {
}
movieClip 4253 {
frame 1 {
this.stop();
}
}
movieClip 4255 {
frame 1 {
this.stop();
}
}
movieClip 4256 {
instance right_foot of movieClip 4253 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 4255 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4259 {
frame 1 {
this.stop();
}
}
movieClip 4260 {
instance right_shin of movieClip 4259 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4263 {
frame 1 {
this.stop();
}
}
movieClip 4265 {
}
movieClip 4266 {
instance right_thigh of movieClip 4263 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4265 {
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 4267 {
}
movieClip 4269 {
frame 1 {
this.stop();
}
instance of movieClip 4267 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 4270 {
instance MC2 of movieClip 4269 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 4269 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4271 {
}
movieClip 4272 {
}
movieClip 4273 {
frame 1 {
this.stop();
}
instance of movieClip 4271 {
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 4274 {
frame 1 {
this.stop();
}
instance of movieClip 4271 {
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 4275 {
instance MC2 of movieClip 4273 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 4274 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4278 {
frame 1 {
this.stop();
}
}
movieClip 4280 {
frame 1 {
this.stop();
}
}
movieClip 4281 {
instance left_foot of movieClip 4278 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 4280 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4284 {
frame 1 {
this.stop();
}
}
movieClip 4285 {
instance left_shin of movieClip 4284 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4287 {
}
movieClip 4288 {
}
movieClip 4290 {
}
movieClip 4292 {
}
movieClip 4294 {
}
movieClip 4296 {
}
movieClip 4298 {
}
movieClip 4300 {
}
movieClip 4301 {
frame 1 {
this.stop();
}
}
movieClip 4302 {
instance cloak of movieClip 4301 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4305 {
}
movieClip 4306 {
instance of movieClip 4305 {
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 4308 {
frame 1 {
this.stop();
}
}
movieClip 4309 {
instance pantuA of movieClip 4308 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4312 {
frame 1 {
this.stop();
}
}
movieClip 4314 {
}
movieClip 4315 {
instance left_thigh of movieClip 4312 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4314 {
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 4317 {
}
movieClip 4318 {
}
movieClip 4320 {
}
movieClip 4322 {
frame 1 {
this.stop();
}
}
movieClip 4323 {
instance hat_back of movieClip 4322 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4325 {
}
movieClip 4326 {
}
movieClip 4329 {
}
movieClip 4330 {
instance of movieClip 4329 {
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 4332 {
}
movieClip 4335 {
frame 1 {
this.stop();
}
}
movieClip 4336 {
instance left_forearm of movieClip 4335 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4339 {
frame 1 {
this.stop();
}
}
movieClip 4340 {
instance left_hand of movieClip 4339 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4343 {
frame 1 {
this.stop();
}
}
movieClip 4344 {
instance left_arm of movieClip 4343 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4346 {
}
movieClip 4348 {
frame 1 {
this.stop();
}
}
movieClip 4349 {
instance breast_wear of movieClip 4348 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4352 {
}
movieClip 4353 {
instance of movieClip 4352 {
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 4355 {
}
movieClip 4358 {
}
movieClip 4359 {
instance of movieClip 4358 {
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 4361 {
}
movieClip 4363 {
frame 1 {
this.stop();
}
}
movieClip 4364 {
instance skirt_front of movieClip 4363 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4366 {
frame 1 {
this.stop();
}
}
movieClip 4367 {
instance collar_right of movieClip 4366 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4369 {
}
movieClip 4370 {
}
movieClip 4372 {
frame 1 {
this.stop();
}
}
movieClip 4373 {
instance collar_left of movieClip 4372 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4375 {
}
movieClip 4377 {
}
movieClip 4381 {
}
movieClip 4383 {
instance of movieClip 4381 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4386 {
}
movieClip 4388 {
instance of movieClip 4386 {
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 4390 {
frame 1 {
this.stop();
}
}
movieClip 4391 {
instance hat_front of movieClip 4390 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4392 {
frame 1 {
this.stop();
}
}
movieClip 4394 {
}
movieClip 4395 {
frame 1 {
this.stop();
}
}
movieClip 4396 {
instance tie of movieClip 4395 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4397 {
}
movieClip 4399 {
}
movieClip 4401 {
}
movieClip 4402 {
}
movieClip 4404 {
}
movieClip 4405 {
}
movieClip 4406 {
}
movieClip 4408 {
}
movieClip 4410 {
}
movieClip 4412 {
}
movieClip 4414 {
}
movieClip 4416 {
}
movieClip 4418 {
}
movieClip 4420 {
}
movieClip 4422 {
}
movieClip 4424 {
}
movieClip 4426 {
}
movieClip 4428 {
}
movieClip 4430 {
}
movieClip 4432 {
}
movieClip 4434 {
}
movieClip 4436 {
}
movieClip 4438 {
}
movieClip 4440 {
}
movieClip 4442 {
}
movieClip 4444 {
}
movieClip 4446 {
}
movieClip 4447 {
}
movieClip 4448 {
}
movieClip 4456 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 50, 'h': 50};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 50 {
this.stop();
}
frame 80 {
this.stop();
}
frame 98 {
this.stop();
}
frame 110 {
this.stop();
}
frame 117 {
this.stop();
}
frame 173 {
this.stop();
}
frame 241 {
this.stop();
}
frame 309 {
this.stop();
}
}
movieClip 4457 {
instance MC of movieClip 4456 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4459 {
}
movieClip 4460 {
}
movieClip 4462 {
}
movieClip 4463 {
}
movieClip 4464 {
}
movieClip 4465 {
}
movieClip 4466 {
}
movieClip 4468 {
}
movieClip 4469 {
}
movieClip 4470 {
}
movieClip 4471 {
frame 1 {
this.stop();
}
instance of movieClip 4466 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 4472 {
instance MC of movieClip 4471 {
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 4473 {
}
movieClip 4475 {
}
movieClip 4479 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 4480 {
instance MC of movieClip 4479 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
button 4481 {
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 4482 {
}
movieClip 4483 {
}
movieClip 4484 {
frame 1 {
this.stop();
}
}
movieClip 4485 {
}
movieClip 4486 {
}
movieClip 4487 {
}
movieClip 4488 {
}
movieClip 4489 {
}
movieClip 4490 {
}
movieClip 4491 {
}
movieClip 4493 {
}
movieClip 4494 {
}
movieClip 4495 {
}
movieClip 4496 {
}
movieClip 4497 {
frame 1 {
this.stop();
}
instance of movieClip 4484 {
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 4491 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4496 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4499 {
}
movieClip 4501 {
instance of movieClip 4386 {
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 4503 {
}
movieClip 4507 {
}
movieClip 4509 {
instance of movieClip 4507 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4511 {
instance of movieClip 4386 {
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 4513 {
}
movieClip 4541 {
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 4542 {
instance MC of movieClip 4541 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4544 {
}
movieClip 4547 {
}
movieClip 4549 {
instance of movieClip 4547 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4551 {
instance of movieClip 4386 {
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 4553 {
}
movieClip 4555 {
instance of movieClip 4386 {
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 4556 {
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': 60, '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 4482 {
onClipEvent (load) {
if (_root.debug_mode == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4497 {
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;
_root.org_loop_on = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 4557 {
frame 1 {
this.stop();
}
}
movieClip 4559 {
}
movieClip 4560 {
}
movieClip 4561 {
}
movieClip 4562 {
}
movieClip 4564 {
}
movieClip 4566 {
}
movieClip 4568 {
frame 1 {
this.stop();
}
}
movieClip 4569 {
instance hat_back of movieClip 4568 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4570 {
}
movieClip 4571 {
}
movieClip 4572 {
frame 1 {
this.stop();
}
}
movieClip 4573 {
instance cloak of movieClip 4572 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4574 {
frame 1 {
this.stop();
}
}
movieClip 4575 {
instance collar_back of movieClip 4574 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4579 {
frame 1 {
this.stop();
}
}
movieClip 4580 {
instance right_arm of movieClip 4579 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4583 {
frame 1 {
this.stop();
}
}
movieClip 4584 {
instance right_forearm of movieClip 4583 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4587 {
frame 1 {
this.stop();
}
}
movieClip 4588 {
instance right_hand of movieClip 4587 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4591 {
}
movieClip 4592 {
instance of movieClip 4591 {
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 4594 {
}
movieClip 4596 {
}
movieClip 4599 {
frame 1 {
this.stop();
}
}
movieClip 4600 {
instance left_arm of movieClip 4599 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4602 {
}
movieClip 4604 {
frame 1 {
this.stop();
}
}
movieClip 4605 {
instance breast_wear of movieClip 4604 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4608 {
}
movieClip 4609 {
instance of movieClip 4608 {
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 4611 {
}
movieClip 4614 {
}
movieClip 4615 {
instance of movieClip 4614 {
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 4617 {
}
movieClip 4619 {
frame 1 {
this.stop();
}
}
movieClip 4620 {
instance pantuB_2 of movieClip 4619 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4623 {
frame 1 {
this.stop();
}
}
movieClip 4625 {
}
movieClip 4626 {
instance right_thigh of movieClip 4623 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4625 {
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 4629 {
frame 1 {
this.stop();
}
}
movieClip 4630 {
instance right_shin of movieClip 4629 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4633 {
frame 1 {
this.stop();
}
}
movieClip 4635 {
frame 1 {
this.stop();
}
}
movieClip 4636 {
instance right_foot of movieClip 4633 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 4635 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4638 {
}
movieClip 4641 {
}
movieClip 4642 {
instance of movieClip 4641 {
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 4643 {
}
movieClip 4644 {
}
movieClip 4646 {
frame 1 {
this.stop();
}
}
movieClip 4647 {
instance collar_right of movieClip 4646 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4648 {
frame 1 {
this.stop();
}
}
movieClip 4649 {
instance collar_left of movieClip 4648 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4650 {
frame 1 {
this.stop();
}
}
movieClip 4652 {
}
movieClip 4653 {
frame 1 {
this.stop();
}
}
movieClip 4654 {
instance tie of movieClip 4653 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4656 {
}
movieClip 4658 {
}
movieClip 4661 {
}
movieClip 4663 {
instance of movieClip 4661 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4665 {
}
movieClip 4667 {
instance of movieClip 4665 {
onClipEvent (load) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_face != 1 && this._alpha != 0) {
this._alpha = 0;
} else {
if (_root.cum_face != 0 && this._alpha != 100) {
this._alpha = 100;
}
}
}
}
}
movieClip 4669 {
frame 1 {
this.stop();
}
}
movieClip 4670 {
instance hat_front of movieClip 4669 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4673 {
frame 1 {
this.stop();
}
}
movieClip 4674 {
instance left_forearm of movieClip 4673 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4677 {
frame 1 {
this.stop();
}
}
movieClip 4678 {
instance left_hand of movieClip 4677 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4680 {
frame 1 {
this.stop();
}
}
movieClip 4681 {
instance pantuC of movieClip 4680 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4683 {
frame 1 {
this.stop();
}
}
movieClip 4684 {
instance pantuB of movieClip 4683 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4687 {
frame 1 {
this.stop();
}
}
movieClip 4689 {
}
movieClip 4690 {
instance left_thigh of movieClip 4687 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 4689 {
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 4693 {
frame 1 {
this.stop();
}
}
movieClip 4694 {
instance left_shin of movieClip 4693 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4697 {
frame 1 {
this.stop();
}
}
movieClip 4699 {
frame 1 {
this.stop();
}
}
movieClip 4700 {
instance left_foot of movieClip 4697 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 4699 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4702 {
frame 1 {
this.stop();
}
}
movieClip 4703 {
instance pantuA of movieClip 4702 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4705 {
frame 1 {
this.stop();
}
}
movieClip 4706 {
instance skirt_front of movieClip 4705 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 4707 {
}
movieClip 4709 {
frame 1 {
this.stop();
}
instance of movieClip 4707 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.gotoAndStop(1);
}
}
movieClip 4710 {
instance MC2 of movieClip 4709 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 4709 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4711 {
}
movieClip 4712 {
}
movieClip 4713 {
frame 1 {
this.stop();
}
instance of movieClip 4711 {
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 4714 {
frame 1 {
this.stop();
}
instance of movieClip 4711 {
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 4715 {
instance MC2 of movieClip 4713 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
instance MC of movieClip 4714 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4717 {
}
movieClip 4719 {
}
movieClip 4721 {
}
movieClip 4725 {
frame 1 {
this.stop();
}
frame 17 {
this.gotoAndStop(1);
}
frame 34 {
this.gotoAndStop(1);
}
frame 51 {
this.gotoAndStop(1);
}
}
movieClip 4726 {
instance MC of movieClip 4725 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4727 {
}
movieClip 4729 {
}
movieClip 4730 {
}
movieClip 4731 {
}
movieClip 4732 {
frame 1 {
this.stop();
}
instance of movieClip 4727 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 4733 {
instance MC of movieClip 4732 {
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 4734 {
}
movieClip 4736 {
}
movieClip 4738 {
}
movieClip 4740 {
}
movieClip 4742 {
}
movieClip 4744 {
}
movieClip 4746 {
}
movieClip 4747 {
}
movieClip 4749 {
}
movieClip 4750 {
}
movieClip 4751 {
}
movieClip 4753 {
}
movieClip 4755 {
}
movieClip 4757 {
}
movieClip 4759 {
}
movieClip 4761 {
}
movieClip 4763 {
}
movieClip 4765 {
}
movieClip 4767 {
}
movieClip 4769 {
}
movieClip 4771 {
}
movieClip 4773 {
}
movieClip 4775 {
}
movieClip 4777 {
}
movieClip 4779 {
}
movieClip 4781 {
}
movieClip 4783 {
}
movieClip 4785 {
}
movieClip 4787 {
}
movieClip 4789 {
}
movieClip 4791 {
}
movieClip 4792 {
}
movieClip 4793 {
}
movieClip 4801 {
frame 1 {
SOURCE_MOVIECLIP = this;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 50, 'h': 50};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP._x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP._y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 50 {
this.stop();
}
frame 80 {
this.stop();
}
frame 98 {
this.stop();
}
frame 110 {
this.stop();
}
frame 117 {
this.stop();
}
frame 173 {
this.stop();
}
frame 241 {
this.stop();
}
frame 309 {
this.stop();
}
}
movieClip 4802 {
instance MC of movieClip 4801 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.abnormal_danmenzu == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4803 {
}
movieClip 4804 {
}
movieClip 4806 {
}
movieClip 4807 {
frame 1 {
this.stop();
}
}
movieClip 4808 {
}
movieClip 4809 {
}
movieClip 4810 {
}
movieClip 4811 {
}
movieClip 4812 {
}
movieClip 4813 {
}
movieClip 4814 {
}
movieClip 4816 {
}
movieClip 4817 {
}
movieClip 4818 {
}
movieClip 4819 {
}
movieClip 4820 {
frame 1 {
this.stop();
}
instance of movieClip 4807 {
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 4814 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4819 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
button 4821 {
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 4822 {
}
movieClip 4823 {
}
movieClip 4825 {
instance of movieClip 4665 {
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 4847 {
}
movieClip 4848 {
instance of movieClip 4847 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4850 {
instance of movieClip 4665 {
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 4855 {
}
movieClip 4883 {
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 4884 {
instance MC of movieClip 4883 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4886 {
}
movieClip 4892 {
frame 1 {
this.stop();
}
}
movieClip 4893 {
instance MC of movieClip 4892 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
if (this._currentframe != 1) {
this.play();
}
}
}
}
}
movieClip 4902 {
}
movieClip 4903 {
instance of movieClip 4902 {
onClipEvent (load) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.org_loop_on == 0) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 4905 {
instance of movieClip 4665 {
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 4914 {
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': 60, '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 4820 {
onClipEvent (load) {
if (_root.gallery_mode_on == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 4822 {
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;
_root.org_loop_on = 1;
this.gotoAndPlay(1);
}
}
}
movieClip 4915 {
frame 1 {
this.stop();
}
}
movieClip 4918 {
}
// unknown tag 88 length 79
// unknown tag 88 length 79
movieClip 4925 {
instance of movieClip 4918 {
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 4929 {
}
movieClip 4931 {
}
movieClip 4933 {
}
frame 2 {
this.gotoAndStop(1);
}
movieClip 4937 octopus {
}
movieClip 4938 {
}
movieClip 4940 {
}
movieClip 4942 {
}
movieClip 4943 {
}
movieClip 4945 {
}
movieClip 4947 {
}
movieClip 4949 {
}
movieClip 4951 {
}
movieClip 4953 {
frame 8 {
_root.enemyspeed[3] = 5;
}
frame 32 {
_root.enemyspeed[3] = 0;
}
frame 42 {
if ((_root.wear_hat == 0 && _root.datui_lock_hat == 0 || _root.wear_breast == 0 && _root.datui_lock_breast_wear == 0 || _root.wear_skirt == 0 && _root.datui_lock_skirt == 0 || _root.wear_cloak == 0 && _root.datui_lock_cloak == 0 || _root.wear_arm == 0 && _root.datui_lock_arm == 0 || _root.wear_leg == 0 && _root.datui_lock_leg == 0 || _root.wear_shoes == 0 && _root.datui_lock_shoes == 0 || _root.wear_pantu == 0 && _root.datui_lock_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 4954 {
}
movieClip 4955 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(3);
this.stop();
}
}
movieClip 4956 flying_moray {
instance MC of movieClip 4955 {
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 4958 {
}
movieClip 4959 {
}
movieClip 4960 {
}
movieClip 4961 {
instance pause_stoper of movieClip 4960 {
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 4964 {
}
movieClip 4965 {
}
movieClip 4966 {
}
movieClip 4967 {
}
movieClip 4969 {
}
movieClip 4971 {
}
movieClip 4972 {
}
movieClip 4973 {
}
movieClip 4974 {
}
movieClip 4976 {
}
movieClip 4977 {
}
movieClip 4978 {
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 4979 {
}
movieClip 4980 {
}
movieClip 4981 {
}
movieClip 4982 {
}
movieClip 4984 {
}
movieClip 4985 {
}
movieClip 4987 {
}
movieClip 4988 {
}
movieClip 5099 {
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.datui_lock_hat == 0 || _root.wear_breast == 0 && _root.datui_lock_breast_wear == 0 || _root.wear_skirt == 0 && _root.datui_lock_skirt == 0 || _root.wear_cloak == 0 && _root.datui_lock_cloak == 0 || _root.wear_arm == 0 && _root.datui_lock_arm == 0 || _root.wear_leg == 0 && _root.datui_lock_leg == 0 || _root.wear_shoes == 0 && _root.datui_lock_shoes == 0 || _root.wear_pantu == 0 && _root.datui_lock_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.datui_lock_hat == 0 || _root.wear_breast == 0 && _root.datui_lock_breast_wear == 0 || _root.wear_skirt == 0 && _root.datui_lock_skirt == 0 || _root.wear_cloak == 0 && _root.datui_lock_cloak == 0 || _root.wear_arm == 0 && _root.datui_lock_arm == 0 || _root.wear_leg == 0 && _root.datui_lock_leg == 0 || _root.wear_shoes == 0 && _root.datui_lock_shoes == 0 || _root.wear_pantu == 0 && _root.datui_lock_pantu == 0) {
this.gotoAndPlay('attackC');
} else {
this.gotoAndPlay('attackA');
}
break;
default:
}
break;
default:
this.gotoAndPlay('wait');
}
}
frame 30 {
sleep_on = 1;
}
instance of movieClip 4985 {
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 5101 {
}
movieClip 5102 {
}
movieClip 5103 {
}
movieClip 5104 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_killreset(1);
this.stop();
}
}
movieClip 5105 roper_wood {
instance enemy1 of movieClip 5104 {
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 5108 {
frame 2 {
this.stop();
}
}
movieClip 5129 fire_hit_effect {
frame 1 {
_root.se004.start();
}
instance of movieClip 5108 {
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 5132 {
}
movieClip 5135 {
}
movieClip 5138 {
}
movieClip 5141 {
}
movieClip 5142 FB {
}
movieClip 5145 {
frame 2 {
this.stop();
}
}
movieClip 5147 {
}
movieClip 5148 {
instance of movieClip 5147 {
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 5149 {
frame 40 {
this.gotoAndPlay(1);
}
}
movieClip 5150 {
instance of movieClip 5145 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 13 {
this.stop();
}
}
movieClip 5153 {
frame 2 {
this.stop();
}
}
movieClip 5154 {
instance of movieClip 5153 {
onClipEvent (load) {
if (_root.HP >= 11) {
_root.HP -= 3;
}
this.gotoAndStop(2);
}
}
}
movieClip 5155 fire_bullet05 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 5154 {
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 5156 fire_bullet04 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 5154 {
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 5157 fire_bullet03 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 5154 {
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 5158 fire_bullet02 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 5154 {
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 5159 fire_bullet01 {
frame 1 {
this.FB_field.attachMovie('FB', 'FB', 10);
}
instance FB_field of movieClip 5154 {
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 5160 {
frame 1 {
this.stop();
}
}
frame 3 {
this.stop();
_root.lang_eng = 0;
}
button 5166 {
on (release) {
_root.se001.start();
_root.default_enemy_spec_normal();
this.gotoAndStop('title');
}
}
// unknown tag 88 length 79
movieClip 5170 {
}
instance of movieClip 5170 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 4 {
_root.bgm_allstop();
_root.anim_remove();
if (_root.cheat_ON03 == 100) {
_root.fire_magic = '∞';
} else {
_root.fire_magic = 3;
}
}
movieClip 5173 {
}
movieClip 5175 {
instance of movieClip 5173 {
onClipEvent (enterFrame) {
if (this._x <= -1100) {
this._x = 0;
} else {
this._x -= 2;
}
}
}
}
button 5179 {
on (release) {
_root.se001.start();
_root.gotoAndStop('intro');
}
}
button 5181 {
on (release) {
_root.se001.start();
_root.gotoAndStop('howto');
}
}
button 5183 {
on (release) {
_root.se001.start();
if (passbox._currentframe == 1) {
passbox.gotoAndStop(2);
} else {
if (passbox._currentframe == 2) {
passbox.gotoAndStop(1);
}
}
}
}
movieClip 5189 {
}
movieClip 5190 {
frame 2 {
this.stop();
}
}
movieClip 5191 {
instance passbox of movieClip 5190 {
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 5198 {
frame 1 {
this.stop();
}
}
instance of movieClip 5198 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
}
// unknown tag 88 length 60
button 5201 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 5205 {
frame 1 {
this.stop();
}
}
instance of movieClip 5205 {
onClipEvent (load) {
if (_root.trial_mode == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 5209 {
frame 1 {
this.stop();
}
}
movieClip 5212 {
frame 1 {
this.stop();
}
}
movieClip 5215 {
}
movieClip 5221 {
}
movieClip 5225 {
}
button 5230 {
on (press) {
this.startDrag(false, -80, 0, 0, 0);
}
on (release, releaseOutside) {
_root.se001.start();
this.stopDrag();
}
}
movieClip 5231 {
}
movieClip 5232 {
instance se_bar of movieClip 5231 {
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 5234 {
}
button 5237 {
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 5238 {
instance of movieClip 5234 {
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 5240 {
on (press) {
this.startDrag(false, -80, 0, 0, 0);
}
on (release, releaseOutside) {
this.stopDrag();
_root.se001.start();
}
}
movieClip 5241 {
}
movieClip 5242 {
instance voice_bar of movieClip 5241 {
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 5243 {
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 5244 {
instance of movieClip 5234 {
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 5248 {
frame 1 {
this.stop();
}
}
button 5252 {
on (release) {
_root.se001.start();
_root.difficult = 1;
_root.easy_escape = 0;
}
}
button 5256 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 0;
}
}
button 5259 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 1;
}
}
button 5261 {
on (release) {
_root.se001.start();
_root.difficult = 1;
_root.easy_escape = 0;
}
}
button 5263 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 0;
}
}
button 5265 {
on (release) {
_root.se001.start();
_root.difficult = 0;
_root.easy_escape = 1;
}
}
movieClip 5266 {
frame 1 {
this.stop();
}
instance of movieClip 5248 {
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 5268 {
frame 1 {
this.stop();
}
}
button 5272 {
on (release) {
_root.se001.start();
_root.anime_reduction = 1;
}
}
button 5275 {
on (release) {
_root.se001.start();
_root.anime_reduction = 0;
}
}
button 5277 {
on (release) {
_root.se001.start();
_root.anime_reduction = 1;
}
}
button 5279 {
on (release) {
_root.se001.start();
_root.anime_reduction = 0;
}
}
movieClip 5280 {
frame 1 {
this.stop();
}
instance of movieClip 5268 {
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 5283 {
}
button 5286 {
on (release) {
_root.se001.start();
_root.datui_lock_hat = 1;
this.gotoAndStop(2);
}
}
button 5287 {
on (release) {
_root.se001.start();
_root.datui_lock_hat = 0;
this.gotoAndStop(1);
}
}
movieClip 5288 {
frame 1 {
this.stop();
}
}
movieClip 5290 {
}
button 5292 {
on (release) {
_root.se001.start();
_root.datui_lock_cloak = 1;
this.gotoAndStop(2);
}
}
button 5293 {
on (release) {
_root.se001.start();
_root.datui_lock_cloak = 0;
this.gotoAndStop(1);
}
}
movieClip 5294 {
frame 1 {
this.stop();
}
}
movieClip 5296 {
}
button 5298 {
on (release) {
_root.se001.start();
_root.datui_lock_breast_wear = 1;
this.gotoAndStop(2);
}
}
button 5299 {
on (release) {
_root.se001.start();
_root.datui_lock_breast_wear = 0;
this.gotoAndStop(1);
}
}
movieClip 5300 {
frame 1 {
this.stop();
}
}
movieClip 5302 {
}
button 5304 {
on (release) {
_root.se001.start();
_root.datui_lock_skirt = 1;
this.gotoAndStop(2);
}
}
button 5305 {
on (release) {
_root.se001.start();
_root.datui_lock_skirt = 0;
this.gotoAndStop(1);
}
}
movieClip 5306 {
frame 1 {
this.stop();
}
}
movieClip 5308 {
}
button 5310 {
on (release) {
_root.se001.start();
_root.datui_lock_arm = 1;
this.gotoAndStop(2);
}
}
button 5311 {
on (release) {
_root.se001.start();
_root.datui_lock_arm = 0;
this.gotoAndStop(1);
}
}
movieClip 5312 {
frame 1 {
this.stop();
}
}
movieClip 5314 {
}
button 5316 {
on (release) {
_root.se001.start();
_root.datui_lock_shoes = 1;
this.gotoAndStop(2);
}
}
button 5317 {
on (release) {
_root.se001.start();
_root.datui_lock_shoes = 0;
this.gotoAndStop(1);
}
}
movieClip 5318 {
frame 1 {
this.stop();
}
}
movieClip 5320 {
}
button 5322 {
on (release) {
_root.se001.start();
_root.datui_lock_pantu = 1;
this.gotoAndStop(2);
}
}
button 5323 {
on (release) {
_root.se001.start();
_root.datui_lock_pantu = 0;
this.gotoAndStop(1);
}
}
movieClip 5324 {
frame 1 {
this.stop();
}
}
movieClip 5326 {
}
button 5328 {
on (release) {
_root.se001.start();
_root.datui_lock_leg = 1;
this.gotoAndStop(2);
}
}
button 5329 {
on (release) {
_root.se001.start();
_root.datui_lock_leg = 0;
this.gotoAndStop(1);
}
}
movieClip 5330 {
frame 1 {
this.stop();
}
}
movieClip 5331 {
frame 1 {
this.stop();
}
instance of movieClip 5288 {
onClipEvent (load) {
if (_root.datui_lock_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5294 {
onClipEvent (load) {
if (_root.datui_lock_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5300 {
onClipEvent (load) {
if (_root.datui_lock_breast_wear == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5306 {
onClipEvent (load) {
if (_root.datui_lock_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5312 {
onClipEvent (load) {
if (_root.datui_lock_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5318 {
onClipEvent (load) {
if (_root.datui_lock_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5324 {
onClipEvent (load) {
if (_root.datui_lock_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5330 {
onClipEvent (load) {
if (_root.datui_lock_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5334 {
}
button 5336 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 0;
this.gotoAndStop(2);
}
}
button 5337 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 1;
this.gotoAndStop(1);
}
}
movieClip 5338 {
frame 1 {
this.stop();
}
}
movieClip 5340 {
}
button 5342 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 0;
this.gotoAndStop(2);
}
}
button 5343 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 1;
this.gotoAndStop(1);
}
}
movieClip 5344 {
frame 1 {
this.stop();
}
}
movieClip 5346 {
}
button 5348 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 0;
this.gotoAndStop(2);
}
}
button 5349 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 1;
this.gotoAndStop(1);
}
}
movieClip 5350 {
frame 1 {
this.stop();
}
}
movieClip 5352 {
}
button 5354 {
on (release) {
_root.se001.start();
_root.abnormal_danmenzu = 0;
this.gotoAndStop(2);
}
}
button 5355 {
on (release) {
_root.se001.start();
_root.abnormal_danmenzu = 1;
this.gotoAndStop(1);
}
}
movieClip 5356 {
frame 1 {
this.stop();
}
}
button 5358 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 0;
this.gotoAndStop(2);
}
}
button 5359 {
on (release) {
_root.se001.start();
_root.abnormal_egg = 1;
this.gotoAndStop(1);
}
}
movieClip 5360 {
frame 1 {
this.stop();
}
}
button 5362 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 0;
this.gotoAndStop(2);
}
}
button 5363 {
on (release) {
_root.se001.start();
_root.abnormal_osikko = 1;
this.gotoAndStop(1);
}
}
movieClip 5364 {
frame 1 {
this.stop();
}
}
button 5366 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 0;
this.gotoAndStop(2);
}
}
button 5367 {
on (release) {
_root.se001.start();
_root.abnormal_futanari = 1;
this.gotoAndStop(1);
}
}
movieClip 5368 {
frame 1 {
this.stop();
}
}
movieClip 5369 {
frame 1 {
this.stop();
}
instance of movieClip 5338 {
onClipEvent (load) {
if (_root.abnormal_egg == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 5344 {
onClipEvent (load) {
if (_root.abnormal_osikko == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 5350 {
onClipEvent (load) {
if (_root.abnormal_futanari == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 5356 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
button 5372 {
on (release) {
_root.se001.start();
_root.hit_alpha = 1;
}
}
button 5374 {
on (release) {
_root.se001.start();
_root.hit_alpha = 0;
}
}
button 5376 {
on (release) {
_root.se001.start();
_root.hit_alpha = 1;
}
}
button 5378 {
on (release) {
_root.se001.start();
_root.hit_alpha = 0;
}
}
movieClip 5379 {
frame 1 {
this.stop();
}
instance of movieClip 5268 {
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 5382 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 0;
}
}
button 5384 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 1;
}
}
button 5386 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 0;
}
}
button 5388 {
on (release) {
_root.se001.start();
_root.message_hihyouji = 1;
}
}
movieClip 5389 {
frame 1 {
this.stop();
}
instance of movieClip 5268 {
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 5390 {
frame 1 {
this.stop();
}
}
button 5393 {
on (release) {
_quality = 'best';
_root.se001.start();
_root.gasitu_now = 4;
}
}
button 5395 {
on (release) {
_quality = 'high';
_root.se001.start();
_root.gasitu_now = 3;
}
}
button 5397 {
on (release) {
_quality = 'medium';
_root.se001.start();
_root.gasitu_now = 2;
}
}
button 5399 {
on (release) {
_quality = 'low';
_root.se001.start();
_root.gasitu_now = 1;
}
}
movieClip 5400 {
instance of movieClip 5390 {
onClipEvent (load) {
this.gotoAndStop(_root.gasitu_now);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gasitu_now);
}
}
}
button 5404 {
on (release) {
_root.se001.start();
gotoAndStop(1);
}
}
button 5407 {
on (release) {
_root.se001.start();
if (makers._currentframe != 1) {
makers.gotoAndStop(1);
} else {
makers.gotoAndStop(2);
}
}
}
button 5410 {
on (release) {
_root.se001.start();
OPsave_mes.gotoAndPlay(2);
_root.so.data.bgm_bar_x_save = _root.bgm_bar_x_save;
_root.so.data.se_bar_x_save = _root.se_bar_x_save;
_root.so.data.voice_bar_x_save = _root.voice_bar_x_save;
_root.so.data.difficult = _root.difficult;
_root.so.data.easy_escape = _root.easy_escape;
_root.so.data.datui_lock_hat = _root.datui_lock_hat;
_root.so.data.datui_lock_cloak = _root.datui_lock_cloak;
_root.so.data.datui_lock_breast_wear = _root.datui_lock_breast_wear;
_root.so.data.datui_lock_skirt = _root.datui_lock_skirt;
_root.so.data.datui_lock_pantu = _root.datui_lock_pantu;
_root.so.data.datui_lock_arm = _root.datui_lock_arm;
_root.so.data.datui_lock_leg = _root.datui_lock_leg;
_root.so.data.datui_lock_shoes = _root.datui_lock_shoes;
_root.so.data.abnormal_egg = _root.abnormal_egg;
_root.so.data.abnormal_osikko = _root.abnormal_osikko;
_root.so.data.abnormal_futanari = _root.abnormal_futanari;
_root.so.data.hit_alpha = _root.hit_alpha;
_root.so.data.message_hihyouji = _root.message_hihyouji;
_root.so.data.gasitu_now = _root.gasitu_now;
var ret = _root.so.flush();
if (ret == 'pending') {
_root.OPTmsg = 'ãƒãƒ¼ãƒ‰ãƒ‡ã‚£ã‚¹ã‚¯ã¸å¤‰æ›´å†…容をä¿å˜ã—ã¾ã™ã€‚';
} else {
if (ret) {
_root.OPTmsg = 'オプションã®å†…容をä¿å˜ã—ã¾ã—ãŸã€‚\n';
_root.OPTmsg += '次回起動時ã€è‡ªå‹•çš„ã«èªã¿è¾¼ã¾ã‚Œã¾ã™ã€‚\n';
_root.OPTmsg = _root.OPTmsg + 'ä½¿ç”¨å®¹é‡ : ' + _root.so.getSize() + 'byte\n';
} else {
_root.OPTmsg = '書ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸâ€¦â€¦';
}
}
}
}
button 5412 {
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 5414 {
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 5415 {
frame 1 {
this.stop();
}
}
movieClip 5417 {
}
button 5419 {
on (release) {
_root.se001.start();
nextFrame();
}
}
button 5421 {
on (release) {
_root.se001.start();
prevFrame();
}
}
movieClip 5428 {
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();
}
}
movieClip 5441 {
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 5442 {
frame 1 {
this.stop();
}
}
movieClip 5443 {
instance of movieClip 5415 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance renewal of movieClip 5442 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 5445 {
instance bgm_bar of movieClip 5231 {
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 5446 {
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 5447 {
instance of movieClip 5234 {
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 5452 {
frame 2 {
this.stop();
}
}
movieClip 5455 {
}
movieClip 5456 {
frame 1 {
this.stop();
}
instance of movieClip 5452 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 70 {
this.gotoAndStop(1);
}
}
// unknown tag 88 length 76
movieClip 5463 {
frame 1 {
this.stop();
}
}
movieClip 5464 {
frame 1 {
this.stop();
}
instance of movieClip 5463 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 5465 {
frame 1 {
this.stop();
}
instance of movieClip 5356 {
onClipEvent (load) {
if (_root.abnormal_danmenzu == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 5466 {
frame 1 {
this.stop();
}
instance of movieClip 5266 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 5280 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 5331 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 5369 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 5379 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 5389 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance makers of movieClip 5464 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
instance of movieClip 5465 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
movieClip 5470 {
}
button 5471 {
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 5478 {
}
movieClip 5480 {
}
movieClip 5482 {
}
movieClip 5483 {
instance of movieClip 5480 {
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 5482 {
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 5485 {
}
movieClip 5486 {
instance of movieClip 5209 {
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 5212 {
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 5466 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
}
movieClip 5488 {
frame 2 {
this.stop();
}
}
instance of movieClip 5488 {
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 5492 {
on (release) {
_root.se001.start();
if (_root.cheat_ON02 != 100) {
_root.cheat_ON02 = 100;
} else {
_root.cheat_ON02 = 0;
}
}
}
movieClip 5495 {
frame 1 {
this.stop();
}
}
movieClip 5496 {
instance of movieClip 5495 {
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 5496 {
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 5497 {
on (release) {
_root.se001.start();
if (_root.cheat_ON03 != 100) {
_root.cheat_ON03 = 100;
} else {
_root.cheat_ON03 = 0;
}
}
}
movieClip 5500 {
frame 1 {
this.stop();
}
}
movieClip 5501 {
instance of movieClip 5500 {
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 5501 {
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 5503 {
frame 2 {
this.stop();
}
}
instance of movieClip 5503 {
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 5505 {
frame 2 {
this.stop();
}
}
instance of movieClip 5505 {
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 5507 {
}
instance of movieClip 5507 {
onClipEvent (load) {
this._alpha = 0;
}
}
button 5511 {
on (release) {
_root.se001.start();
_root.cheat_ON01 = 0;
_root.cheat_ON02 = 0;
_root.cheat_ON03 = 100;
_root.cheat_ON04 = 0;
}
}
button 5515 {
on (release) {
_root.se001.start();
_root.lang_eng = 1;
gotoAndStop(2);
}
}
button 5519 {
on (release) {
_root.se001.start();
_root.lang_eng = 0;
gotoAndStop(1);
}
}
movieClip 5520 {
frame 1 {
this.stop();
}
}
movieClip 5521 {
frame 1 {
this.stop();
}
instance of movieClip 5520 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
}
instance of movieClip 5521 {
onClipEvent (load) {
if (_root.debug_mode == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 5526 {
}
// unknown tag 88 length 76
movieClip 5530 {
}
movieClip 5531 {
instance of movieClip 5526 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 5533 {
}
movieClip 5535 {
}
movieClip 5537 {
}
movieClip 5539 {
}
movieClip 5542 {
frame 1 {
this.stop();
}
}
movieClip 5544 {
}
movieClip 5546 {
}
movieClip 5548 {
}
movieClip 5550 {
}
movieClip 5553 {
frame 1 {
this.stop();
}
}
movieClip 5555 {
}
movieClip 5558 {
frame 1 {
this.stop();
}
}
movieClip 5561 {
frame 1 {
this.stop();
}
}
movieClip 5564 {
frame 1 {
this.stop();
}
}
movieClip 5567 {
frame 1 {
this.stop();
}
}
movieClip 5569 {
}
movieClip 5571 {
}
movieClip 5573 {
}
movieClip 5574 {
}
movieClip 5577 {
frame 1 {
this.stop();
}
}
movieClip 5579 {
}
movieClip 5581 {
}
movieClip 5583 {
}
movieClip 5586 {
frame 1 {
this.stop();
}
}
movieClip 5588 {
}
movieClip 5590 {
}
movieClip 5592 {
}
movieClip 5595 {
frame 1 {
this.stop();
}
}
movieClip 5597 {
}
movieClip 5599 {
}
movieClip 5601 {
}
movieClip 5603 {
}
movieClip 5608 {
}
movieClip 5610 {
}
movieClip 5612 {
}
movieClip 5614 {
}
movieClip 5616 {
}
movieClip 5618 {
}
movieClip 5619 {
}
movieClip 5621 {
}
movieClip 5623 {
}
movieClip 5624 {
}
movieClip 5626 {
}
button 5627 {
on (release) {
_root.se001.start();
_root.gotoAndStop('stage');
}
}
frame 6 {
_root.now_stage = 'howto';
}
movieClip 5631 {
}
movieClip 5635 {
}
movieClip 5638 {
}
movieClip 5641 {
}
movieClip 5644 {
}
movieClip 5647 {
}
movieClip 5648 {
}
movieClip 5651 {
frame 2 {
this.stop();
}
}
movieClip 5653 {
frame 1 {
this.stop();
}
}
movieClip 5654 {
instance cloak of movieClip 5653 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5655 {
frame 1 {
this.stop();
}
}
movieClip 5656 {
instance hat_back of movieClip 5655 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5657 {
}
movieClip 5659 {
frame 1 {
this.stop();
}
}
movieClip 5660 {
instance collar_back of movieClip 5659 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5663 {
frame 1 {
this.stop();
}
}
movieClip 5664 {
instance left_handC of movieClip 5663 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5665 {
}
movieClip 5666 {
}
movieClip 5667 {
}
movieClip 5668 {
}
movieClip 5671 {
frame 1 {
this.stop();
}
}
movieClip 5672 {
instance right_arm of movieClip 5671 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5675 {
frame 1 {
this.stop();
}
}
movieClip 5676 {
instance right_hand of movieClip 5675 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5679 {
frame 1 {
this.stop();
}
}
movieClip 5680 {
instance right_forearm of movieClip 5679 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5682 {
frame 1 {
this.stop();
}
}
movieClip 5683 {
instance skirt_back of movieClip 5682 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5685 {
}
movieClip 5688 {
}
movieClip 5689 {
instance of movieClip 5688 {
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 5691 {
frame 1 {
this.stop();
}
}
movieClip 5692 {
instance breast_wear_back of movieClip 5691 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5695 {
frame 1 {
this.stop();
}
}
movieClip 5697 {
frame 1 {
this.stop();
}
}
movieClip 5698 {
instance right_foot of movieClip 5695 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 5697 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5701 {
frame 1 {
this.stop();
}
}
movieClip 5702 {
instance right_shin of movieClip 5701 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5705 {
frame 1 {
this.stop();
}
}
movieClip 5707 {
}
movieClip 5708 {
instance right_thigh of movieClip 5705 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5707 {
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 5710 {
}
movieClip 5713 {
}
movieClip 5714 {
instance of movieClip 5713 {
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 5716 {
frame 1 {
this.stop();
}
}
movieClip 5717 {
instance pantu of movieClip 5716 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5720 {
frame 1 {
this.stop();
}
}
movieClip 5722 {
frame 1 {
this.stop();
}
}
movieClip 5723 {
instance left_foot of movieClip 5720 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 5722 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5726 {
frame 1 {
this.stop();
}
}
movieClip 5727 {
instance left_shin of movieClip 5726 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5730 {
frame 1 {
this.stop();
}
}
movieClip 5731 {
instance left_thigh of movieClip 5730 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5733 {
}
movieClip 5736 {
frame 1 {
this.stop();
}
}
movieClip 5737 {
instance left_arm of movieClip 5736 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5740 {
frame 1 {
this.stop();
}
}
movieClip 5741 {
instance left_forearm of movieClip 5740 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5744 {
frame 1 {
this.stop();
}
}
movieClip 5745 {
instance left_handB of movieClip 5744 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5748 {
frame 1 {
this.stop();
}
}
movieClip 5749 {
instance left_handA of movieClip 5748 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5751 {
}
movieClip 5754 {
}
movieClip 5755 {
instance of movieClip 5754 {
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 5758 {
}
movieClip 5759 {
instance of movieClip 5758 {
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 5761 {
}
movieClip 5763 {
}
movieClip 5767 {
}
movieClip 5769 {
instance of movieClip 5767 {
onClipEvent (load) {
if (_root.HP < 300 || _root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5770 {
frame 1 {
this.stop();
}
}
movieClip 5771 {
instance collar_right of movieClip 5770 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5774 {
}
movieClip 5776 {
}
movieClip 5777 {
}
movieClip 5779 {
}
movieClip 5781 {
}
movieClip 5797 {
instance pause_stoper of movieClip 5781 {
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 5801 {
}
movieClip 5803 {
}
movieClip 5804 {
instance of movieClip 5801 {
onClipEvent (load) {
if (_root.HP < 300 || _root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5803 {
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 5806 {
frame 1 {
this.stop();
}
}
movieClip 5807 {
instance hat_front of movieClip 5806 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5809 {
frame 1 {
this.stop();
}
}
movieClip 5810 {
instance collar_left of movieClip 5809 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5811 {
}
movieClip 5813 {
}
movieClip 5814 {
frame 1 {
this.stop();
}
}
movieClip 5815 {
instance tie of movieClip 5814 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5817 {
frame 1 {
this.stop();
}
}
movieClip 5818 {
instance skirt_front of movieClip 5817 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5820 {
frame 1 {
this.stop();
}
}
movieClip 5821 {
instance breast_wear_front of movieClip 5820 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5823 {
}
movieClip 5824 {
instance of movieClip 5823 {
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 5828 {
frame 1 {
this.stop();
}
}
movieClip 5829 {
instance left_handD of movieClip 5828 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5832 {
}
movieClip 5835 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
instance hitarea of movieClip 5824 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 5838 {
}
movieClip 5840 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 5843 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 5846 {
}
movieClip 5848 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 5851 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 5854 {
}
movieClip 5856 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 5859 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 5862 {
}
movieClip 5864 {
frame 6 {
this._parent.gotoAndStop('wait');
}
}
movieClip 5866 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 5868 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 5870 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 5872 {
frame 6 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 5874 {
frame 6 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 5876 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 5878 {
frame 6 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 5880 {
frame 6 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 5885 {
}
movieClip 5887 {
instance of movieClip 5803 {
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 5890 {
}
movieClip 5891 {
}
movieClip 5894 {
frame 4 {
_root.fire_magic_go(240, 215);
}
frame 16 {
this._parent.gotoAndStop('wait');
}
}
movieClip 5897 {
frame 4 {
_root.fire_magic_go(247, 215);
}
frame 16 {
this._parent.gotoAndStop('go_loop');
}
}
movieClip 5900 {
frame 4 {
_root.fire_magic_go(200, 215);
}
frame 16 {
this._parent.gotoAndStop('back_loop');
}
}
movieClip 5903 {
frame 4 {
_root.fire_magic_go(240, 100);
}
frame 16 {
this._parent.gotoAndStop('fly_loop');
}
}
movieClip 5906 {
frame 4 {
_root.fire_magic_go(240, 330);
}
frame 16 {
this._parent.gotoAndStop('down_loop');
}
}
movieClip 5909 {
}
movieClip 5910 {
instance of movieClip 5803 {
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 5912 {
}
movieClip 5913 {
instance of movieClip 5912 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance pause_stoper of movieClip 5781 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
frame 24 {
this.stop();
}
}
movieClip 5915 {
frame 2 {
this.stop();
}
}
movieClip 5916 {
}
movieClip 5917 {
instance of movieClip 5916 {
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 5918 {
frame 40 {
this.gotoAndPlay(1);
}
}
movieClip 5919 {
instance of movieClip 5915 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 21 {
this.stop();
}
}
movieClip 5923 {
}
movieClip 5925 {
}
movieClip 5926 {
frame 16 {
this.stop();
}
}
movieClip 5927 {
instance flash7 of movieClip 5926 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash6 of movieClip 5926 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash5 of movieClip 5926 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash4 of movieClip 5926 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash3 of movieClip 5926 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash2 of movieClip 5926 {
onClipEvent (load) {
this._rotation = Math.floor(Math.random() * 360) + 1;
this.gotoAndPlay((Math.floor(Math.random() * 3) + 1) * 3 - 2);
}
}
instance flash1 of movieClip 5926 {
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 5781 {
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 5930 {
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 5932 {
}
movieClip 5933 {
}
movieClip 5934 {
}
movieClip 5935 {
}
movieClip 5936 {
instance pause_stoper of movieClip 5781 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
}
movieClip 5937 {
frame 1 {
this.stop();
}
}
movieClip 5938 {
instance cloak of movieClip 5937 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5939 {
frame 1 {
this.stop();
}
}
movieClip 5940 {
instance hat_back of movieClip 5939 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5942 {
}
movieClip 5944 {
frame 1 {
this.stop();
}
}
movieClip 5945 {
instance collar_back of movieClip 5944 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5947 {
}
movieClip 5950 {
frame 1 {
this.stop();
}
}
movieClip 5952 {
frame 1 {
this.stop();
}
}
movieClip 5953 {
instance left_foot of movieClip 5950 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 5952 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5956 {
frame 1 {
this.stop();
}
}
movieClip 5957 {
instance left_shin of movieClip 5956 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5960 {
frame 1 {
this.stop();
}
}
movieClip 5961 {
instance left_thigh of movieClip 5960 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 5707 {
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 5963 {
instance of movieClip 5688 {
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 5965 {
frame 1 {
this.stop();
}
}
movieClip 5966 {
instance breast_wear_back of movieClip 5965 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5969 {
frame 1 {
this.stop();
}
}
movieClip 5970 {
instance left_arm of movieClip 5969 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5972 {
}
movieClip 5975 {
frame 1 {
this.stop();
}
}
movieClip 5976 {
instance right_arm of movieClip 5975 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5978 {
}
movieClip 5981 {
frame 1 {
this.stop();
}
}
movieClip 5982 {
instance right_forearm of movieClip 5981 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5985 {
frame 1 {
this.stop();
}
}
movieClip 5987 {
frame 1 {
this.stop();
}
}
movieClip 5988 {
instance right_foot of movieClip 5985 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 5987 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5991 {
frame 1 {
this.stop();
}
}
movieClip 5992 {
instance right_shin of movieClip 5991 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 5994 {
}
movieClip 5997 {
}
movieClip 5998 {
instance of movieClip 5997 {
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 5999 {
}
movieClip 6000 {
}
movieClip 6002 {
frame 1 {
this.stop();
}
instance of movieClip 6000 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 6003 {
}
movieClip 6004 {
frame 1 {
this.stop();
}
instance of movieClip 6003 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 6005 {
}
movieClip 6006 {
frame 1 {
this.stop();
}
instance of movieClip 6005 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 6007 {
}
movieClip 6010 {
frame 1 {
this.stop();
}
instance of movieClip 6007 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 6011 {
}
movieClip 6013 {
frame 1 {
this.stop();
}
instance of movieClip 6011 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
}
movieClip 6014 {
instance of movieClip 6002 {
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 6004 {
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 6006 {
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 6010 {
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 6013 {
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 6017 {
}
movieClip 6018 {
instance of movieClip 6017 {
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 6020 {
frame 1 {
this.stop();
}
}
movieClip 6021 {
instance pantu of movieClip 6020 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6024 {
frame 1 {
this.stop();
}
}
movieClip 6025 {
instance left_handE of movieClip 6024 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6028 {
frame 1 {
this.stop();
}
}
movieClip 6029 {
instance left_handD of movieClip 6028 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6032 {
frame 1 {
this.stop();
}
}
movieClip 6033 {
instance left_handC of movieClip 6032 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6036 {
frame 1 {
this.stop();
}
}
movieClip 6037 {
instance left_handB of movieClip 6036 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6040 {
frame 1 {
this.stop();
}
}
movieClip 6041 {
instance right_thigh of movieClip 6040 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6042 {
}
movieClip 6043 {
}
movieClip 6045 {
frame 1 {
this.stop();
}
}
movieClip 6046 {
instance skirt_front of movieClip 6045 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6049 {
frame 1 {
this.stop();
}
}
movieClip 6050 {
instance left_forearm of movieClip 6049 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6053 {
frame 1 {
this.stop();
}
}
movieClip 6054 {
instance right_hand of movieClip 6053 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6057 {
frame 1 {
this.stop();
}
}
movieClip 6058 {
instance left_handB of movieClip 6057 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6061 {
frame 1 {
this.stop();
}
}
movieClip 6062 {
instance left_handA of movieClip 6061 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6064 {
frame 1 {
this.stop();
}
}
movieClip 6065 {
instance collar_right of movieClip 6064 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6067 {
frame 1 {
this.stop();
}
}
movieClip 6068 {
instance collar_left of movieClip 6067 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6070 {
}
movieClip 6074 {
}
movieClip 6077 {
}
movieClip 6078 {
instance of movieClip 6077 {
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 6080 {
frame 1 {
this.stop();
}
}
movieClip 6081 {
instance hat_front of movieClip 6080 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6083 {
}
movieClip 6084 {
instance of movieClip 5754 {
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 6086 {
}
movieClip 6088 {
}
movieClip 6089 {
instance of movieClip 5758 {
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 6091 {
}
movieClip 6093 {
frame 1 {
this.stop();
}
}
movieClip 6094 {
instance breast_wear_front of movieClip 6093 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6096 {
}
movieClip 6098 {
}
movieClip 6099 {
frame 1 {
this.stop();
}
}
movieClip 6100 {
instance tie of movieClip 6099 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6102 {
}
movieClip 6107 {
}
movieClip 6108 {
instance of movieClip 6077 {
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 6119 {
}
movieClip 6120 {
instance of movieClip 6077 {
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 6122 {
}
// unknown tag 88 length 62
movieClip 6133 {
}
movieClip 6138 {
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 6141 {
}
movieClip 6143 {
}
movieClip 6144 {
}
movieClip 6145 {
}
movieClip 6148 {
}
movieClip 6150 {
instance of movieClip 5803 {
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 6152 {
}
movieClip 6154 {
}
movieClip 6181 {
}
movieClip 6233 {
instance pause_stoper of movieClip 5781 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
if (this._parent._currentframe < 20) {
this._parent.play();
}
}
}
}
instance of movieClip 6181 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 20 {
this.stop();
}
}
movieClip 6237 {
instance of movieClip 5803 {
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 6239 {
}
movieClip 6240 {
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 6243 {
}
movieClip 6246 {
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 6249 {
}
movieClip 6251 {
}
movieClip 6254 {
frame 1 {
_root.se002.start();
_root.HP -= 10;
if (_root.HP <= 1) {
_root.HP = 2;
}
_root.hint_message = '上ç€ã‚’ç ´å£Šã•ã‚Œã¾ã—ãŸã€‚';
}
instance breast_wear_front of movieClip 6249 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance breast_wear_front of movieClip 6251 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
frame 30 {
_root.datui_end();
this._parent.gotoAndStop('wait');
}
}
movieClip 6257 {
}
movieClip 6259 {
}
movieClip 6261 {
}
movieClip 6263 {
}
movieClip 6266 {
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 6269 {
}
movieClip 6271 {
}
movieClip 6273 {
}
movieClip 6275 {
}
movieClip 6302 {
}
movieClip 6354 {
instance pause_stoper of movieClip 5781 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
if (this._parent._currentframe < 20) {
this._parent.play();
}
}
}
}
instance of movieClip 6302 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 20 {
this.stop();
}
}
movieClip 6357 {
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 6360 {
}
movieClip 6362 {
}
movieClip 6364 {
}
movieClip 6366 {
}
movieClip 6368 {
}
movieClip 6370 {
}
movieClip 6372 {
}
movieClip 6374 {
}
movieClip 6376 {
}
movieClip 6378 {
}
movieClip 6380 {
}
movieClip 6382 {
}
movieClip 6384 {
}
movieClip 6386 {
}
movieClip 6388 {
}
movieClip 6390 {
}
movieClip 6393 {
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 6396 {
instance right_shoes of movieClip 5697 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6398 {
instance right_shoes of movieClip 5697 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6400 {
}
movieClip 6402 {
}
movieClip 6404 {
instance of movieClip 5707 {
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 6406 {
}
movieClip 6408 {
instance left_shoes of movieClip 5722 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6410 {
instance left_shoes of movieClip 5722 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6412 {
}
movieClip 6414 {
}
movieClip 6416 {
}
movieClip 6418 {
}
movieClip 6421 {
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 6423 {
instance right_foot of movieClip 5695 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6425 {
}
movieClip 6426 {
instance left_foot of movieClip 5720 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6428 {
}
movieClip 6431 {
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 6433 {
}
movieClip 6436 {
}
movieClip 6437 {
}
movieClip 6440 {
}
movieClip 6441 {
}
movieClip 6445 {
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 6450 {
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 6452 {
frame 1 {
this.stop();
}
}
movieClip 6453 {
instance cloak of movieClip 6452 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6454 {
}
movieClip 6455 {
instance hat_back of movieClip 6454 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6457 {
}
movieClip 6458 {
}
movieClip 6460 {
}
movieClip 6461 {
instance collar_back of movieClip 6460 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6463 {
}
movieClip 6464 {
instance skirt_back of movieClip 6463 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6466 {
}
movieClip 6471 {
}
movieClip 6473 {
}
movieClip 6474 {
instance left_thigh of movieClip 6471 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 6473 {
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 6477 {
}
movieClip 6479 {
}
movieClip 6480 {
instance left_foot of movieClip 6477 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance left_shoes of movieClip 6479 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6483 {
}
movieClip 6484 {
instance left_shin of movieClip 6483 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6487 {
}
movieClip 6488 {
instance of movieClip 6487 {
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 6490 {
}
movieClip 6494 {
}
movieClip 6495 {
instance right_arm of movieClip 6494 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6497 {
}
movieClip 6499 {
}
movieClip 6500 {
instance breast_wear of movieClip 6499 {
onClipEvent (load) {
if (_root.wear_breast == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6503 {
}
movieClip 6504 {
instance of movieClip 6503 {
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 6507 {
}
movieClip 6508 {
instance of movieClip 6507 {
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 6510 {
}
movieClip 6512 {
}
movieClip 6514 {
}
movieClip 6516 {
}
movieClip 6518 {
}
movieClip 6520 {
}
movieClip 6521 {
instance of movieClip 6520 {
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 6523 {
}
movieClip 6524 {
instance collar_right of movieClip 6523 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6526 {
}
movieClip 6527 {
instance collar_left of movieClip 6526 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6528 {
}
movieClip 6530 {
}
movieClip 6533 {
}
movieClip 6534 {
instance of movieClip 6533 {
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 6536 {
}
movieClip 6537 {
}
movieClip 6538 {
instance hat_front of movieClip 6537 {
onClipEvent (load) {
if (_root.wear_hat == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6541 {
}
movieClip 6542 {
instance right_forearm of movieClip 6541 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6545 {
}
movieClip 6546 {
instance right_hand of movieClip 6545 {
onClipEvent (load) {
if (_root.wear_arm == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6548 {
}
movieClip 6549 {
instance pantuB_2 of movieClip 6548 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6552 {
}
movieClip 6554 {
}
movieClip 6555 {
instance right_thigh of movieClip 6552 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 6554 {
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 6558 {
}
movieClip 6560 {
}
movieClip 6561 {
instance right_foot of movieClip 6558 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance right_shoes of movieClip 6560 {
onClipEvent (load) {
if (_root.wear_shoes == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6564 {
}
movieClip 6565 {
instance right_shin of movieClip 6564 {
onClipEvent (load) {
if (_root.wear_leg == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6567 {
}
movieClip 6570 {
}
movieClip 6571 {
instance of movieClip 6570 {
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 6573 {
}
movieClip 6574 {
instance pantuB of movieClip 6573 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6576 {
}
movieClip 6577 {
instance pantuA of movieClip 6576 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6579 {
}
movieClip 6580 {
instance pantuC of movieClip 6579 {
onClipEvent (load) {
if (_root.wear_pantu == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6582 {
}
movieClip 6583 {
instance skirt_front of movieClip 6582 {
onClipEvent (load) {
if (_root.wear_skirt == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 6585 {
}
movieClip 6586 {
instance tie of movieClip 6585 {
onClipEvent (load) {
if (_root.wear_cloak == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
button 6587 {
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 6588 {
}
movieClip 6589 {
}
movieClip 6590 {
}
movieClip 6597 {
}
movieClip 6623 {
}
movieClip 6628 {
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': 60, '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 6588 {
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 6632 {
}
movieClip 6633 {
instance of movieClip 6533 {
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 6635 {
}
movieClip 6638 {
}
movieClip 6639 {
instance of movieClip 6638 {
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 6644 {
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': 60, '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 6588 {
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 6645 {
frame 1 {
this.stop();
}
instance of movieClip 5651 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
instance player of movieClip 6645 {
onClipEvent (enterFrame) {
_root.player_ctrl();
}
}
movieClip 6647 {
}
button 6648 {
on (release) {
_root.se001.start();
_root.gotoAndStop('title');
}
}
movieClip 6650 {
}
movieClip 6652 {
}
instance of movieClip 6652 {
onClipEvent (enterFrame) {
_root.move_speed_show = 'speed:' + _root.move_speed;
}
}
movieClip 6654 {
}
instance of movieClip 6654 {
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 6656 {
}
instance of movieClip 6656 {
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 6657 {
}
movieClip 6660 {
}
movieClip 6667 {
frame 1 {
this.stop();
}
}
movieClip 6670 {
}
movieClip 6673 {
}
movieClip 6682 {
frame 1 {
this.stop();
}
}
movieClip 6685 {
}
movieClip 6688 {
}
movieClip 6691 {
}
movieClip 6694 {
}
movieClip 6697 {
}
movieClip 6700 {
}
movieClip 6703 {
}
movieClip 6706 {
}
movieClip 6709 {
}
movieClip 6712 {
}
movieClip 6715 {
}
movieClip 6727 {
}
movieClip 6728 {
}
movieClip 6731 {
}
movieClip 6734 {
}
movieClip 6735 {
frame 1 {
this.stop();
}
frame 1 {
_root.debug_now_stage = 'ç¾åœ¨ã®ã‚¹ãƒ†ãƒ¼ã‚¸ï¼š1';
}
instance of movieClip 6657 {
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 6660 {
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 6667 {
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 6670 {
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 6673 {
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 6682 {
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 6685 {
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 6688 {
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 6691 {
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 6694 {
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 6697 {
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 6700 {
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 6703 {
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 6706 {
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 6709 {
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 6712 {
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 6715 {
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 6728 {
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 6731 {
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 6734 {
onClipEvent (enterFrame) {
this._x -= _root.move_speed;
if (this._x <= -1100) {
this._x = 0;
} else {
if (this._x > 0) {
this._x = -1100;
}
}
}
}
}
movieClip 6736 {
}
instance enemy_field of movieClip 6736 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
movieClip 6739 {
}
movieClip 6741 {
}
instance hint_window of movieClip 6741 {
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 6742 {
}
movieClip 6782 {
}
movieClip 6783 {
instance chaser of movieClip 6782 {
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 6785 {
}
movieClip 6787 {
}
movieClip 6789 {
}
movieClip 6790 {
instance of movieClip 6785 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 2 {
_root.game_go = 0;
}
frame 47 {
_root.game_go = 1;
this.stop();
}
}
movieClip 6792 {
}
movieClip 6793 {
}
movieClip 6794 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 6792 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 2 {
_root.black_out_now01 = 1;
}
frame 27 {
_root.black_out_now01 = 0;
this.gotoAndStop(1);
}
}
movieClip 6796 {
}
movieClip 6797 {
}
movieClip 6798 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 6796 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
frame 28 {
_root.gotoAndStop('gameover1');
}
frame 55 {
this.gotoAndStop(1);
}
}
instance of movieClip 6798 {
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 6800 {
}
movieClip 6801 {
}
movieClip 6802 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 6800 {
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 6802 {
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 6804 {
}
button 6807 {
on (release) {
_root.se001.start();
_root.gotoAndStop('title');
}
}
// unknown tag 88 length 73
movieClip 6811 {
frame 1 {
this.stop();
}
}
movieClip 6817 {
frame 1 {
this.stop();
}
}
movieClip 6819 {
instance of movieClip 6817 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 2 {
this.stop();
}
}
movieClip 6824 {
frame 1 {
this.stop();
}
}
movieClip 6828 {
instance of movieClip 6824 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 2 {
this.stop();
}
}
// unknown tag 88 length 73
movieClip 6831 {
frame 1 {
this.stop();
}
instance option_menu of movieClip 6804 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
instance of movieClip 6811 {
onClipEvent (load) {
if (_root.lang_eng == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 6819 {
onClipEvent (load) {
if (_root.now_stage == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 6828 {
onClipEvent (load) {
if (_root.now_stage == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
instance of movieClip 6652 {
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
_root.score += _root.move_speed;
}
_root.move_speed_show = 'speed:' + _root.move_speed;
}
}
instance of movieClip 6654 {
onClipEvent (enterFrame) {
_root.stage01_summonenemy();
}
}
instance of movieClip 6656 {
onClipEvent (load) {
_root.default_numbers();
_root.default_enemystatus();
if (_root.trial_mode != 1) {
_root.player.loadMovie('data/data001.swf');
}
}
}
button 6834 {
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 6836 {
on (release) {
_root.se001.start();
if (_root.wear_hat == 1) {
_root.wear_hat = 0;
} else {
_root.wear_hat = 1;
}
_root.wear_change();
}
}
button 6838 {
on (release) {
_root.se001.start();
if (_root.wear_breast == 1) {
_root.wear_breast = 0;
} else {
_root.wear_breast = 1;
}
_root.wear_change();
}
}
button 6840 {
on (release) {
_root.se001.start();
if (_root.wear_skirt == 1) {
_root.wear_skirt = 0;
} else {
_root.wear_skirt = 1;
}
_root.wear_change();
}
}
button 6842 {
on (release) {
_root.se001.start();
if (_root.wear_cloak == 1) {
_root.wear_cloak = 0;
} else {
_root.wear_cloak = 1;
}
_root.wear_change();
}
}
button 6844 {
on (release) {
_root.se001.start();
if (_root.wear_arm == 1) {
_root.wear_arm = 0;
} else {
_root.wear_arm = 1;
}
_root.wear_change();
}
}
button 6846 {
on (release) {
_root.se001.start();
if (_root.wear_leg == 1) {
_root.wear_leg = 0;
} else {
_root.wear_leg = 1;
}
_root.wear_change();
}
}
button 6848 {
on (release) {
_root.se001.start();
if (_root.wear_shoes == 1) {
_root.wear_shoes = 0;
} else {
_root.wear_shoes = 1;
}
_root.wear_change();
}
}
button 6850 {
on (release) {
_root.se001.start();
if (_root.wear_pantu == 1) {
_root.wear_pantu = 0;
} else {
_root.wear_pantu = 1;
}
_root.wear_change();
}
}
button 6854 {
on (release) {
_root.debug_stageBGM_change01();
}
}
button 6856 {
on (release) {
_root.debug_stageBGM_change02();
}
}
button 6858 {
on (release) {
_root.debug_stageBGM_change03();
}
}
button 6860 {
on (release) {
_root.debug_stageBGM_change04();
}
}
button 6862 {
on (release) {
_root.debug_stageBGM_change05();
}
}
button 6864 {
on (release) {
_root.debug_stageBGM_change06();
}
}
button 6866 {
on (release) {
_root.debug_stageBGM_change07();
}
}
movieClip 6868 {
frame 1 {
this.stop();
}
}
button 6870 {
on (release) {
_root.bgm_stop();
}
}
movieClip 6871 {
}
movieClip 6872 {
instance debug_stagechanger of movieClip 6871 {
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 6872 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
movieClip 6896 {
}
instance num_debug of movieClip 6896 {
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.datui_lock_shoes;
}
}
frame 8 {
_root.bgm_allstop();
_root.anim_remove();
}
movieClip 6900 {
}
// unknown tag 88 length 126
movieClip 6905 {
}
movieClip 6907 {
}
movieClip 6909 {
}
movieClip 6911 {
}
movieClip 6913 {
}
movieClip 6915 {
}
movieClip 6916 {
frame 1 {
this.stop();
}
}
movieClip 6918 {
}
movieClip 6920 {
}
movieClip 6922 {
}
movieClip 6923 {
}
button 6925 {
on (release) {
_root.se001.start();
gotoAndStop('title');
}
}
frame 9 {
_root.bgm_allstop();
_root.anim_remove();
_root.gameoverMC1.gotoAndPlay(2);
}
movieClip 6928 {
}
movieClip 6931 {
}
movieClip 6933 {
}
// unknown tag 88 length 70
button 6936 {
on (release) {
_root.gameoverEND(1);
_root.gotoAndStop('stage');
_root.se001.start();
}
}
button 6938 {
on (release) {
_root.gameoverEND(1);
_root.gotoAndStop('title');
_root.se001.start();
}
}
movieClip 6940 {
}
movieClip 6941 {
}
frame 10 {
_root.bgm_allstop();
_root.anim_remove();
}
movieClip 6943 {
}
movieClip 6944 {
}
button 6946 {
on (release) {
_root.se001.start();
gotoAndStop('title');
}
}