[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Combined Code (67.07 KiB) ● ● ● ●
movieClip 2 rectangle2_mc {
}
movieClip 4 rectangle_mc {
}
movieClip 6 rectangle_r_mc {
}
frame 2 {
var l = this.getBytesLoaded();
var t = this.getBytesTotal();
var p = (l / t) * 100;
if (p == 100) {
load_bar_mc._xscale = 100;
gotoAndPlay('index');
}
var menu_cm = new ContextMenu();
menu_cm.builtInItems.forward_back = false;
menu_cm.builtInItems.loop = false;
menu_cm.builtInItems.play = false;
menu_cm.builtInItems.print = false;
menu_cm.builtInItems.rewind = false;
_root.menu = menu_cm;
}
// unknown tag 88 length 63
movieClip 12 {
}
movieClip 14 {
}
frame 5 {
var l = this.getBytesLoaded();
var t = this.getBytesTotal();
var p = Math.floor((l / t) * 100);
max_download = 100;
var d = Math.floor((p / max_download) * 100);
if (d < 100) {
load_bar_mc._xscale = d;
gotoAndPlay(_currentframe - 1);
} else {
load_bar_mc._xscale = 100;
gotoAndPlay('index');
}
}
frame 6 {
mode_s = 1;
before_mode_s = mode_s;
(eval('menu_mc.menu_t' + mode_s + '_btn_mc')).gotoAndStop(4);
meta_m_mc.meta_mc._yscale = 1;
ar_target = new Array(false, false, false);
ar_target2 = new Array(false, false, false);
ar_target[mode_s] = true;
ar_target2[mode_s] = true;
menu_auto = true;
i = 0;
while (i <= 2) {
(eval('menu_mc.menu_t' + i + '_btn_mc.txt_mc')).gotoAndStop(i + 1);
(eval('menu_mc.menu_t' + i + '_btn_mc')).targetX = i;
(eval('menu_mc.menu_t' + i + '_btn_mc')).onRelease = function () {
if (ar_target[this.targetX] == false) {
fc_auto_change(this.targetX);
(eval('menu_mc.menu_s' + this.targetX + '_0_btn_mc')).gotoAndStop(3);
ar_am[this.targetX][0] = true;
menu_auto = false;
} else {
if (ar_target2[this.targetX]) {
n = 0;
while (n <= 2) {
if (ar_target[n] && n != this.targetX) {
ar_target[n] = false;
(eval('menu_mc.menu_t' + n + '_btn_mc')).gotoAndStop(1);
i = 0;
while (i <= 2) {
u = 0;
while (u <= 2) {
if (i != this.targetX) {
(eval('menu_mc.menu_s' + i + '_' + u + '_btn_mc')).gotoAndStop(1);
ar_am[i][u] = false;
}
++u;
}
++i;
}
}
++n;
}
} else {
n = 0;
while (n <= 2) {
if (ar_target2[n]) {
ar_target2[n] = false;
(eval('menu_mc.menu_t' + n + '_btn_mc')).gotoAndStop(3);
break;
}
++n;
}
ar_target2[this.targetX] = true;
this.gotoAndStop(4);
xxxxxxxxzzzzzzzzzzxzxxxxzzzzzzzzzz;
menu_auto = false;
}
}
};
(eval('menu_mc.menu_t' + i + '_btn_mc')).onRollOver = function () {
if (ar_target[this.targetX] == false) {
this.gotoAndStop(2);
}
if (ar_checkbox[0]) {
menu_mc._alpha = 100;
}
};
(eval('menu_mc.menu_t' + i + '_btn_mc')).onReleaseOutside = function () {
if (ar_target[this.targetX] == false) {
this.gotoAndStop(1);
}
if (ar_checkbox[0]) {
menu_mc._alpha = 0;
}
};
(eval('menu_mc.menu_t' + i + '_btn_mc')).onRollOut = (eval('menu_mc.menu_t' + i + '_btn_mc')).onReleaseOutside;
++i;
}
fc_auto_change = function (targetX) {
n = 0;
while (n <= 2) {
if (ar_target[n]) {
(eval('menu_mc.menu_t' + n + '_btn_mc')).gotoAndStop(3);
}
if (ar_target2[n]) {
ar_target2[n] = false;
}
++n;
}
ar_target[targetX] = true;
ar_target2[targetX] = true;
(eval('menu_mc.menu_t' + targetX + '_btn_mc')).gotoAndStop(4);
};
menu_am = true;
menu_mc.menu_m_btn_mc.onRelease = function () {
if (menu_am) {
auto_first_click = true;
main_mc.ch1_mc.man_bm_mc.useHandCursor = false;
menu_mc.gotoAndStop(2);
menu_am = false;
this.gotoAndStop(4);
} else {
main_mc.ch1_mc.man_bm_mc.useHandCursor = true;
menu_mc.gotoAndStop(1);
menu_am = true;
this.gotoAndStop(2);
}
};
menu_mc.menu_m_btn_mc.onRollOver = function () {
if (menu_am) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
if (ar_checkbox[0]) {
menu_mc._alpha = 100;
}
};
menu_mc.menu_m_btn_mc.onReleaseOutside = function () {
if (menu_am) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(3);
}
if (ar_checkbox[0]) {
menu_mc._alpha = 0;
}
};
menu_mc.menu_m_btn_mc.onRollOut = menu_mc.menu_m_btn_mc.onReleaseOutside;
ar_am = new Array(new Array(false, false, false), new Array(true, false, false), new Array(false, false, false));
menu_mc.menu_s1_0_btn_mc.gotoAndStop(3);
auto_speed_mode = 0;
i = 0;
while (i <= 2) {
(eval('menu_mc.menu_s' + i + '_huki_mc'))._visible = false;
u = 0;
while (u <= 2) {
(eval('menu_mc.menu_s' + i + '_' + u + '_btn_mc')).targetX = i;
(eval('menu_mc.menu_s' + i + '_' + u + '_btn_mc')).targetY = u;
(eval('menu_mc.menu_s' + i + '_' + u + '_btn_mc.txt_mc')).gotoAndStop(u + 1);
(eval('menu_mc.menu_s' + i + '_' + u + '_btn_mc')).onRelease = function () {
if (ar_am[this.targetX][this.targetY] && ar_target2[this.targetX]) {
d = 0;
while (d <= 2) {
if (ar_am[this.targetX][d] && d != this.targetY) {
ar_am[this.targetX][d] = false;
(eval('menu_mc.menu_s' + this.targetX + '_' + d + '_btn_mc')).gotoAndStop(1);
}
++d;
}
fc_auto_change(this.targetX);
} else {
if (ar_am[this.targetX][this.targetY]) {
fc_auto_change(this.targetX);
menu_auto = false;
} else {
fc_auto_change(this.targetX);
ar_am[this.targetX][this.targetY] = true;
this.gotoAndStop(3);
menu_auto = false;
}
}
fc_auto_fuki(this.targetX, this.targetY);
auto_speed_mode = this.targetX;
};
(eval('menu_mc.menu_s' + i + '_' + u + '_btn_mc')).onRollOver = function () {
if (ar_am[this.targetX][this.targetY]) {
fc_auto_fuki(this.targetX, this.targetY);
auto_speed_mode = this.targetX;
} else {
this.gotoAndStop(2);
}
if (ar_checkbox[0]) {
menu_mc._alpha = 100;
}
};
(eval('menu_mc.menu_s' + i + '_' + u + '_btn_mc')).onReleaseOutside = function () {
(eval('menu_mc.menu_s' + this.targetX + '_huki_mc'))._visible = false;
if (ar_am[this.targetX][this.targetY] == false) {
this.gotoAndStop(1);
}
if (ar_checkbox[0]) {
menu_mc._alpha = 0;
}
};
(eval('menu_mc.menu_s' + i + '_' + u + '_btn_mc')).onRollOut = (eval('menu_mc.menu_s' + i + '_' + u + '_btn_mc')).onReleaseOutside;
++u;
}
++i;
}
fc_auto_fuki = function (targetX, targetY) {
(eval('menu_mc.menu_s' + targetX + '_huki_mc'))._visible = true;
if (ar_am[targetX][0] && ar_am[targetX][1] && ar_am[targetX][2]) {
(eval('menu_mc.menu_s' + targetX + '_huki_mc')).gotoAndStop(7);
} else {
if (ar_am[targetX][0] && ar_am[targetX][1]) {
(eval('menu_mc.menu_s' + targetX + '_huki_mc')).gotoAndStop(4);
} else {
if (ar_am[targetX][0] && ar_am[targetX][2]) {
(eval('menu_mc.menu_s' + targetX + '_huki_mc')).gotoAndStop(5);
} else {
if (ar_am[targetX][1] && ar_am[targetX][2]) {
(eval('menu_mc.menu_s' + targetX + '_huki_mc')).gotoAndStop(6);
} else {
(eval('menu_mc.menu_s' + targetX + '_huki_mc')).gotoAndStop(targetY + 1);
}
}
}
}
};
menu_mc.tissue_mc.onRelease = function () {
this.gotoAndPlay('p2');
eki_body_num = 1;
eki_head_num = 1;
eki_naka_num = 0;
eki_shiri_num = 0;
eki_total_num = 0;
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._alpha = 0;
main_mc.ch1_mc.head_mc.seieki_mc.gotoAndStop(1);
main_mc.ch1_mc.s2_mc.seieki1_mc.gotoAndStop(1);
main_mc.ch1_mc.s2_mc.seieki2_mc.gotoAndStop(1);
main_mc.ch1_mc.s2_mc.seieki_n_mc.gotoAndStop(1);
main_mc.ch1_mc.s_mc.seieki1_mc.gotoAndStop(1);
main_mc.ch1_mc.s_mc.seieki2_mc.gotoAndStop(1);
main_mc.ch1_mc.s_mc.seieki_n_mc.gotoAndStop(1);
main_mc.ch1_mc.body_mc.skirt_mc.seieki1_mc.gotoAndStop(1);
main_mc.ch1_mc.body_mc.skirt_mc.seieki2_mc.gotoAndStop(1);
main_mc.ch1_mc.skirt_mc.seieki1_mc.gotoAndStop(1);
main_mc.ch1_mc.skirt_mc.seieki2_mc.gotoAndStop(1);
main_mc.ch1_mc.mune_eki_mc.seieki_mc.gotoAndStop(1);
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc.seieki_bou1_mc.gotoAndStop(1);
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc.seieki_bou2_mc.gotoAndStop(1);
};
menu_mc.tissue_mc.onRollOver = function () {
this.gotoAndStop(2);
if (ar_checkbox[0]) {
menu_mc._alpha = 100;
}
};
menu_mc.tissue_mc.onReleaseOutside = function () {
if (this._currentframe == 2) {
this.gotoAndStop(1);
}
if (ar_checkbox[0]) {
menu_mc._alpha = 0;
}
};
menu_mc.tissue_mc.onRollOut = menu_mc.tissue_mc.onReleaseOutside;
menu_mc.clear_mc.useHandCursor = false;
menu_mc.clear_mc.onRollOver = function () {
if (ar_checkbox[0]) {
menu_mc._alpha = 100;
}
};
menu_mc.clear_mc.onReleaseOutside = function () {
if (ar_checkbox[0]) {
menu_mc._alpha = 0;
}
};
menu_mc.clear_mc.onRollOut = menu_mc.clear_mc.onReleaseOutside;
url_btn_mc.onRelease = function () {
getURL('http://pochi.x.fc2.com/', '');
};
url_btn_mc.onRollOver = function () {
this.gotoAndStop(2);
if (ar_checkbox[0]) {
this._alpha = 100;
}
};
url_btn_mc.onReleaseOutside = function () {
this.gotoAndStop(1);
if (ar_checkbox[0]) {
this._alpha = 0;
}
};
url_btn_mc.onRollOut = url_btn_mc.onReleaseOutside;
}
movieClip 17 {
}
movieClip 19 {
}
movieClip 22 {
}
movieClip 24 {
}
movieClip 26 {
frame 1 {
stop();
}
frame 8 {
if (_root.max_mode) {
gotoAndPlay(2);
}
}
}
movieClip 30 {
}
movieClip 31 {
frame 1 {
stop();
}
}
movieClip 36 {
frame 1 {
stop();
}
}
movieClip 41 {
frame 1 {
stop();
}
}
movieClip 45 {
frame 1 {
stop();
}
}
movieClip 49 {
}
movieClip 54 {
}
movieClip 55 {
frame 13 {
stop();
}
}
movieClip 56 {
frame 1 {
stop();
}
}
movieClip 71 {
frame 1 {
stop();
}
}
movieClip 75 {
}
movieClip 78 {
}
movieClip 79 {
frame 1 {
stop();
}
}
movieClip 82 {
frame 1 {
stop();
}
}
frame 7 {
namida_mode = false;
iki_count = 0;
main_mc.ch1_mc.head_mc.f_iki_mc._visible = false;
i = 1;
while (i <= 2) {
(eval('main_mc.ch1_mc.mune2_' + i + '_mc'))._visible = false;
++i;
}
main_mc.ch1_mc.hair_b_mc._visible = false;
emotion_count = 0;
numeri_num = 0.3;
tin_inout = false;
tin_posi = 'soto';
kando_num = 0;
ar_kando_num = new Array(0.2, 0.6, 0.4, 1);
tin_kando_num = 0;
ar_tin_kando_num = new Array(0.5, 1, 1.5);
move_num_a = 0;
move_num_a_before = 0;
move_num_c = 1;
move_houkou = 1;
anah_hida = 1;
hida_count = 1;
drag_mode = false;
target_change_check = false;
max_mode = false;
main_mc.ch1_mc.man_bm_mc.onPress = function () {
if (menu_am) {
move_num_b = _ymouse;
drag_mode = true;
onMouseUp = function () {
move_num_a = 0;
drag_mode = false;
delete this.onMouseUp;
};
}
};
auto_count = 0;
main_mc.ch1_mc.man_bm_mc.onEnterFrame = function () {
if (drag_mode) {
move_num_a = move_num_b - _ymouse;
move_num_b = _ymouse;
} else {
if (ar_target2[mode_s] == false) {
if (menu_am == false) {
move_num_a = -800;
}
move_num_c = 1;
} else {
if (menu_am == false) {
++auto_count;
if (auto_count == 1) {
auto_chage_time = Math.floor(Math.random() * 30) + 30;
if (auto_speed_mode == 0) {
if (ar_am[mode_s][1]) {
auto_speed_mode = 1;
} else {
if (ar_am[mode_s][2]) {
auto_speed_mode = 2;
}
}
} else {
if (auto_speed_mode == 1) {
if (ar_am[mode_s][0] && ar_am[mode_s][2]) {
if (Math.floor(Math.random() * 2) == 0) {
auto_speed_mode = 0;
} else {
auto_speed_mode = 2;
}
} else {
if (ar_am[mode_s][0]) {
auto_speed_mode = 0;
} else {
if (ar_am[mode_s][2]) {
auto_speed_mode = 2;
}
}
}
} else {
if (auto_speed_mode == 2) {
if (ar_am[mode_s][1]) {
auto_speed_mode = 1;
} else {
if (ar_am[mode_s][0]) {
auto_speed_mode = 0;
}
}
}
}
}
} else {
if (auto_chage_time <= auto_count) {
auto_count = 0;
}
}
if (mode_s == 0) {
if (auto_speed_mode == 0) {
if (this._currentframe >= 50) {
auto_first_click = false;
move_num_c = 1;
move_num_a = -1;
} else {
if (this._currentframe <= 5) {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
}
move_num_c = 55;
move_num_a = 1;
} else {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
move_num_c = 55;
move_num_a = 1;
}
}
}
} else {
if (auto_speed_mode == 1) {
if (this._currentframe >= 95) {
auto_first_click = false;
move_num_c = 20;
move_num_a = -30;
auto_chage_ran = Math.floor(Math.random() * 2);
} else {
if (this._currentframe <= 25) {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
}
if (menu_auto && (ar_target[1] == false && ar_target[2] == false) || (auto_chage_ran != 1 || move_num_now <= 5)) {
move_num_c = 100;
move_num_a = 25;
}
} else {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
move_num_c = 100;
move_num_a = 25;
}
}
}
} else {
if (auto_speed_mode == 2) {
if (this._currentframe >= 100) {
auto_first_click = false;
move_num_c = 50;
move_num_a = -150;
auto_chage_ran = Math.floor(Math.random() * 4);
} else {
if (this._currentframe <= 55) {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
}
if (menu_auto && (ar_target[1] == false && ar_target[2] == false) || (auto_chage_ran != 1 || move_num_now <= 5)) {
move_num_c = 120;
move_num_a = 150;
}
} else {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
move_num_c = 120;
move_num_a = 150;
}
}
}
}
}
}
} else {
if (mode_s == 1) {
if (auto_speed_mode == 0) {
if (this._currentframe >= 70) {
auto_first_click = false;
move_num_c = 1;
move_num_a = -1;
} else {
if (this._currentframe <= 5) {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
}
move_num_c = 75;
move_num_a = 1;
} else {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
move_num_c = 75;
move_num_a = 1;
}
}
}
} else {
if (auto_speed_mode == 1) {
if (this._currentframe >= 95) {
auto_first_click = false;
move_num_c = 40;
move_num_a = -50;
auto_chage_ran = Math.floor(Math.random() * 4);
} else {
if (this._currentframe <= 45) {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
}
if (menu_auto && (ar_target[0] == false && ar_target[2] == false) || (auto_chage_ran != 1 || move_num_now <= 5)) {
move_num_c = 105;
move_num_a = 50;
}
} else {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
move_num_c = 105;
move_num_a = 50;
}
}
}
} else {
if (auto_speed_mode == 2) {
if (this._currentframe >= 100) {
auto_first_click = false;
move_num_c = 65;
move_num_a = -200;
auto_chage_ran = Math.floor(Math.random() * 6);
} else {
if (this._currentframe <= 70) {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
}
if (menu_auto && (ar_target[0] == false && ar_target[2] == false) || (auto_chage_ran != 1 || move_num_now <= 5)) {
move_num_c = 120;
move_num_a = 200;
}
} else {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
move_num_c = 120;
move_num_a = 200;
}
}
}
}
}
}
} else {
if (mode_s == 2) {
if (auto_speed_mode == 0) {
if (this._currentframe >= 35) {
auto_first_click = false;
move_num_c = 1;
move_num_a = -1;
} else {
if (this._currentframe <= 5) {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
}
move_num_c = 40;
move_num_a = 1;
} else {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
move_num_c = 40;
move_num_a = 1;
}
}
}
} else {
if (auto_speed_mode == 1) {
if (this._currentframe >= 70) {
auto_first_click = false;
move_num_c = 20;
move_num_a = -20;
auto_chage_ran = Math.floor(Math.random() * 4);
} else {
if (this._currentframe <= 25) {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
}
if (menu_auto && (ar_target[0] == false && ar_target[1] == false) || (auto_chage_ran != 1 || move_num_now <= 5)) {
move_num_c = 75;
move_num_a = 20;
}
} else {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
move_num_c = 75;
move_num_a = 20;
}
}
}
} else {
if (auto_speed_mode == 2) {
if (this._currentframe >= 80) {
auto_first_click = false;
move_num_c = 45;
move_num_a = -200;
auto_chage_ran = Math.floor(Math.random() * 6);
} else {
if (this._currentframe <= 50) {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
}
if (menu_auto && (ar_target[0] == false && ar_target[1] == false) || (auto_chage_ran != 1 || move_num_now <= 5)) {
move_num_c = 100;
move_num_a = 200;
}
} else {
if (auto_first_click) {
numeri_num = 0.05;
auto_first_click = false;
move_num_c = 100;
move_num_a = 200;
}
}
}
}
}
}
}
}
}
}
}
}
if (move_num_a > 0) {
if (mode_s == 2 && anah_hida > 1) {
--anah_hida;
main_mc.ch1_mc.ana_mc.anah_mc.gotoAndStop(anah_hida);
}
if (move_houkou == 2) {
move_num_c = this._currentframe;
if (menu_am) {
numeri_num = 0.3;
} else {
numeri_num = 0.1;
}
kando_num += ar_kando_num[0];
tin_kando_num += ar_tin_kando_num[0];
move_houkou = 1;
}
} else {
if (move_num_a < 0) {
if (mode_s == 2 && anah_hida < 10) {
++anah_hida;
main_mc.ch1_mc.ana_mc.anah_mc.gotoAndStop(anah_hida);
}
if (move_houkou == 1) {
move_num_c = this._currentframe;
if (menu_am) {
numeri_num = 0.1;
} else {
numeri_num = 0.01;
}
kando_num += ar_kando_num[0];
tin_kando_num += ar_tin_kando_num[0];
move_houkou = 2;
}
}
}
move_num_a_before = move_num_a;
move_num_c += move_num_a;
move_num_now = this._currentframe;
move_num_now += Math.floor((move_num_c - move_num_now) * numeri_num);
if (move_num_now <= 1) {
move_num_now = 1;
}
if (mode_s == 2) {
if (move_num_now >= 80) {
move_num_now = 80;
if (move_num_now - this._currentframe > 1) {
tin_posi = 'top';
emotion_count = 0;
kando_num += ar_kando_num[1];
tin_kando_num += ar_tin_kando_num[1];
fc_muneyure(0);
if (eki_shiri_num != 0 || eki_shiri_first == false || main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._visible) {
if (main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._visible == false) {
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._visible = true;
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._alpha = 1;
} else {
if (main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._alpha <= 100) {
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._alpha += 1;
}
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc.seieki_bou1_mc.gotoAndStop(Math.floor(Math.random() * 5) + 1);
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc.seieki_bou2_mc.gotoAndStop(Math.floor(Math.random() * 5) + 1);
}
}
}
}
if (move_num_now >= 30) {
main_mc.ch1_mc.ana_mc.gotoAndStop(30);
tin_inout = true;
eki_shiri_check = true;
} else {
if (move_num_now <= 8 && hida_count > 1) {
if (hida_count > 13) {
hida_count = 13;
}
--hida_count;
if (tin_posi != 'dasu2') {
kando_num += ar_kando_num[2];
tin_posi = 'dasu2';
emotion_count = 0;
}
if (tin_inout && hida_count <= 7) {
if (eki_shiri_num == 0) {
main_mc.ch1_mc.ana2_mc.gotoAndPlay(2);
}
tin_inout = false;
anah_hida = 1;
if (eki_shiri_num > 0) {
fc_eki_shiri();
}
}
if (move_num_now <= 5 && target_change_check && menu_auto) {
if (ar_target[1]) {
fc_target(1, 2);
} else {
if (ar_target[0]) {
fc_target(0, 2);
}
}
}
} else {
if (move_num_now > 8) {
hida_count = move_num_now + Math.floor(anah_hida / 2);
if (move_num_now > 11 && tin_inout == false) {
tin_posi = 'up';
emotion_count = 0;
kando_num += ar_kando_num[2];
tin_kando_num += ar_tin_kando_num[2];
tin_inout = true;
eki_shiri_check = true;
}
target_change_check = true;
}
}
main_mc.ch1_mc.ana_mc.gotoAndStop(hida_count);
}
} else {
if (mode_s == 1) {
if (move_num_now >= 100) {
move_num_now = 100;
if (move_num_now - this._currentframe > 1) {
tin_posi = 'top';
emotion_count = 0;
kando_num += ar_kando_num[1];
fc_muneyure(0);
if (eki_naka_num != 0 || eki_naka_first == false || main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._visible) {
if (main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._visible == false) {
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._visible = true;
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._alpha = 1;
} else {
if (main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._alpha <= 100) {
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._alpha += 1;
}
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc.seieki_bou1_mc.gotoAndStop(Math.floor(Math.random() * 5) + 1);
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc.seieki_bou2_mc.gotoAndStop(Math.floor(Math.random() * 5) + 1);
}
}
}
}
if (move_num_now >= 52) {
main_mc.ch1_mc.s2_mc.gotoAndStop(22);
} else {
if (move_num_now >= 32) {
main_mc.ch1_mc.s2_mc.gotoAndStop(move_num_now - 30);
} else {
main_mc.ch1_mc.s2_mc.gotoAndStop(2);
}
}
if (move_num_now >= 52) {
main_mc.ch1_mc.s_mc.gotoAndStop(22);
} else {
if (move_num_now >= 32) {
main_mc.ch1_mc.s_mc.gotoAndStop(move_num_now - 30);
} else {
main_mc.ch1_mc.s_mc.gotoAndStop(2);
}
}
if (max_mode == false && move_num_now <= 30 || max_mode && move_num_now <= 45) {
if (tin_inout) {
kando_num += ar_kando_num[2];
tin_posi = 'dasu1';
emotion_count = 0;
tin_inout = false;
main_mc.ch1_mc.s_mc._visible = false;
main_mc.ch1_mc.skirt_mc._visible = false;
main_mc.ch1_mc.s2_mc.seieki1_mc._visible = true;
main_mc.ch1_mc.body_mc.skirt_mc.seieki1_mc._visible = true;
main_mc.ch1_mc.body_mc.skirt_mc.seieki2_mc._visible = true;
if (eki_naka_num > 0) {
fc_eki_naka();
}
}
} else {
if (tin_inout == false) {
tin_posi = 'up';
emotion_count = 0;
kando_num += ar_kando_num[2];
tin_kando_num += ar_tin_kando_num[2];
target_change_check = true;
tin_inout = true;
main_mc.ch1_mc.s_mc._visible = true;
main_mc.ch1_mc.skirt_mc._visible = true;
main_mc.ch1_mc.s2_mc.seieki1_mc._visible = false;
main_mc.ch1_mc.body_mc.skirt_mc.seieki1_mc._visible = false;
main_mc.ch1_mc.body_mc.skirt_mc.seieki2_mc._visible = false;
eki_naka_check = true;
}
}
if (move_num_now <= 5 && target_change_check && menu_auto) {
if (ar_target[0] == false && ar_target[2] || before_mode_s == 0 && ar_target[2]) {
fc_target(2, 1);
} else {
if (ar_target[2] == false && ar_target[0] || before_mode_s == 2 && ar_target[0]) {
fc_target(0, 1);
}
}
}
} else {
if (mode_s == 0) {
if (move_num_now >= 100) {
move_num_now = 100;
if (move_num_now - this._currentframe > 1) {
kando_num += ar_kando_num[0];
fc_muneyure(0);
}
}
if (tin_inout && move_num_now <= 46) {
kando_num += ar_kando_num[1];
tin_inout = false;
} else {
if (move_num_now > 46 && tin_inout == false) {
tin_posi = 'up';
emotion_count = 0;
kando_num += ar_kando_num[2];
tin_kando_num += ar_tin_kando_num[2];
target_change_check = true;
tin_inout = true;
}
}
if (tin_kando_num < 100) {
if (move_num_now >= 66) {
this.tin_mc.gotoAndStop(25);
} else {
if (move_num_now >= 46) {
this.tin_mc.gotoAndStop(move_num_now - 45);
} else {
if (move_num_now < 46) {
this.tin_mc.gotoAndStop(1);
}
}
}
}
if (move_num_now >= 54) {
main_mc.ch1_mc.s2_mc.gotoAndStop(22);
} else {
if (move_num_now >= 34) {
main_mc.ch1_mc.s2_mc.gotoAndStop(move_num_now - 31);
} else {
main_mc.ch1_mc.s2_mc.gotoAndStop(1);
}
}
if (move_num_now > 15) {
target_change_check = true;
}
if (move_num_now <= 5 && target_change_check && menu_auto) {
if (ar_target[1]) {
fc_target(1, 0);
} else {
if (ar_target[2]) {
fc_target(2, 0);
}
}
}
}
}
}
fc_body_xy();
this.gotoAndStop(move_num_now);
main_mc.ch1_mc.man_bm_tobu_mc.gotoAndStop(move_num_now);
if (move_num_now == 1) {
if (ar_target2[mode_s] == false) {
n = 0;
while (n <= 2) {
if (ar_target2[n]) {
before_mode_s = mode_s;
mode_s = n;
break;
}
++n;
}
target_change_check = false;
fc_mode_change();
}
menu_auto = true;
}
if (kando_num > 0) {
if (kando_num < 20 + 10 * eki_total_num) {
kando_num -= 0.05;
} else {
if (kando_num < 30 + 10 * eki_total_num) {
kando_num -= 0.1;
} else {
kando_num -= 0.3;
}
}
} else {
kando_num = 0;
}
if (tin_posi == 'soto' && tin_kando_num != 100) {
if (tin_kando_num > 0) {
tin_kando_num -= 0.05;
} else {
tin_kando_num = 0;
}
}
if (emotion_count == 0) {
if (tin_posi == 'max_dasu') {
if (kando_num < 30) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay('top1');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top1');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('dasu2');
} else {
if (kando_num < 40) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay('top1');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top2');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('top3');
} else {
if (kando_num < 50) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay('top1');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top3');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('dasu2');
} else {
if (kando_num < 60) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay('top1');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top4');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('top4');
} else {
if (kando_num >= 60) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay('top1');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top4');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('dasu2');
}
}
}
}
}
emotion_count = 20;
tin_posi = 'naka';
} else {
if (tin_posi == 'shiri_dasu') {
if (kando_num < 30) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay('up1');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top1');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('dasu2');
} else {
if (kando_num < 40) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay('up2');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top2');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('up2');
} else {
if (kando_num < 50) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay('up3');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top3');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('up3');
} else {
if (kando_num < 60) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay('up4');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top4');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('dasu2');
} else {
if (kando_num >= 60) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay('up5');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top5');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('dasu1');
}
}
}
}
}
emotion_count = 20;
tin_posi = 'dasu2';
} else {
if (tin_posi == 'dasu1') {
if (kando_num < 30) {
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top1');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('dasu2');
} else {
if (kando_num < 40) {
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top2');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('top1');
} else {
if (kando_num >= 40) {
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top3');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('dasu1');
}
}
}
emotion_count = 20;
tin_posi = 'naka';
} else {
if (tin_posi == 'dasu2') {
if (kando_num < 30) {
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top1');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('dasu2');
} else {
if (kando_num < 40) {
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top2');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('dasu2');
} else {
if (kando_num >= 40) {
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay('top3');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay('dasu1');
}
}
}
emotion_count = 20;
tin_posi = 'naka';
} else {
if (kando_num < 10) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay(tin_posi + '1');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay(tin_posi + '1');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay(tin_posi + '1');
} else {
if (kando_num < 30) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay(tin_posi + '2');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay(tin_posi + '2');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay(tin_posi + '2');
} else {
if (kando_num < 40) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay(tin_posi + '3');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay(tin_posi + '3');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay(tin_posi + '3');
} else {
if (kando_num < 50) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay(tin_posi + '4');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay(tin_posi + '4');
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay(tin_posi + '4');
} else {
if (kando_num >= 50) {
main_mc.ch1_mc.head_mc.eye_mc.gotoAndPlay(tin_posi + '5');
main_mc.ch1_mc.head_mc.mayu_mc.gotoAndPlay(tin_posi + '5');
if (kando_num >= 99 && tin_posi == 'top') {
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay(tin_posi + '6');
} else {
main_mc.ch1_mc.head_mc.mouth_mc.gotoAndPlay(tin_posi + '5');
}
}
}
}
}
}
if (tin_posi == 'top' || tin_posi == 'up') {
tin_posi = 'naka';
emotion_count = 40;
} else {
if (tin_posi == 'naka') {
tin_posi = 'soto';
emotion_count = 40;
}
}
}
}
}
}
} else {
--emotion_count;
}
if (kando_num >= 100) {
kando_num = 100;
}
if (tin_kando_num >= 100) {
tin_kando_num = 100;
}
if (kando_num >= 60 && namida_mode == false) {
namida_mode = true;
i = 1;
while (i <= 2) {
(eval('main_mc.ch1_mc.head_mc.eye_mc.namida' + i + '_mc')).gotoAndPlay('p1');
++i;
}
} else {
if (kando_num < 60 && namida_mode) {
namida_mode = false;
i = 1;
while (i <= 2) {
(eval('main_mc.ch1_mc.head_mc.eye_mc.namida' + i + '_mc')).gotoAndPlay('p2');
++i;
}
}
}
if (kando_num >= 80 && main_mc.ch1_mc.head_mc.f_iki_mc._visible == false) {
main_mc.ch1_mc.head_mc.f_iki_mc._visible = true;
main_mc.ch1_mc.head_mc.f_iki_mc.gotoAndPlay(2);
main_mc.ch1_mc.head_mc.f_iki_mc._alpha = 100;
iki_count = 40;
} else {
if (iki_count > 0) {
--iki_count;
if (iki_count == 0) {
main_mc.ch1_mc.head_mc.f_iki_mc._visible = false;
main_mc.ch1_mc.head_mc.f_iki_mc._alpha = 100;
} else {
if (iki_count <= 20) {
main_mc.ch1_mc.head_mc.f_iki_mc._alpha = iki_count * 5;
}
}
}
}
main_mc.ch1_mc.head_mc.hoho_mc.gotoAndStop(Math.floor(kando_num));
if (meta_m_mc.meta_mc._yscale < 100) {
meta_m_mc.meta_mc._yscale = tin_kando_num;
} else {
if (tin_kando_num >= 100 && max_mode == false) {
meta_m_mc.meta_max_mc.gotoAndPlay(2);
meta_m_mc.meta_mc._yscale = 100;
max_mode = true;
max_count = 0;
fc_max_tin();
}
}
tin_kando_txt = Math.floor(tin_kando_num) + '%';
if (Key.isDown(32)) {
tin_kando_num = 120;
}
if (Key.isDown(90)) {
if (kando_num > 10) {
kando_num -= 10;
} else {
kando_num = 0;
}
}
if (Key.isDown(88)) {
if (kando_num < 90) {
kando_num += 10;
} else {
kando_num = 100;
}
}
};
max_max = 6;
eki_body_num = 1;
eki_head_num = 1;
eki_naka_num = 0;
eki_shiri_num = 0;
eki_jimen_num = 1;
eki_total_num = 0;
main_mc.ch1_mc.man_bm_mc.tin_mc.seieki_bou_mc._visible = false;
fc_max_tin = function () {
max_num = 1;
main_mc.ch1_mc.man_bm_mc.tin_mc.onEnterFrame = function () {
++max_count;
if (max_count == 20) {
max_count = 0;
if (max_num == max_max) {
++eki_total_num;
delete this.onEnterFrame;
max_mode = false;
tin_kando_num = 0;
meta_m_mc.meta_mc._yscale = 0;
meta_m_mc.meta_max_mc.gotoAndStop(1);
} else {
emotion_count = 0;
kando_num += ar_kando_num[3];
if (max_num == 1) {
tin_posi = 'top';
} else {
if (max_num == 2) {
tin_posi = 'top';
} else {
if (max_num == 3) {
tin_posi = 'top';
} else {
if (max_num == 4) {
tin_posi = 'max_dasu';
} else {
if (max_num == 5) {
tin_posi = 'max_dasu';
}
}
}
}
}
meta_m_mc.gotoAndPlay(2);
this.gotoAndPlay(26);
if (tin_inout == false && move_num_now >= 0 && move_num_now <= 30) {
main_mc.ch1_mc.man_bm_tobu_mc.tin_tobu_mc._visible = true;
main_mc.ch1_mc.man_bm_tobu_mc.tin_tobu_mc.gotoAndPlay('p1');
} else {
if (mode_s == 0 || tin_inout == false && move_num_now > 30 && move_num_now <= 45) {
main_mc.ch1_mc.man_bm_tobu_mc.tin_tobu_mc._visible = true;
if (move_num_now > 45) {
main_mc.ch1_mc.man_bm_tobu_mc.tin_tobu_mc.gotoAndPlay('p2');
} else {
main_mc.ch1_mc.man_bm_tobu_mc.tin_tobu_mc.gotoAndPlay('p3');
}
} else {
if (mode_s != 0) {
main_mc.ch1_mc.man_bm_tobu_mc.tin_tobu_mc._visible = false;
}
}
}
}
++max_num;
} else {
if (max_count == 10 && max_num != 1 && max_num <= max_max) {
if (tin_inout == false && move_num_now >= 0 && move_num_now <= 30 || main_mc.ch1_mc.man_bm_tobu_mc.tin_tobu_mc._currentframe == 10 && main_mc.ch1_mc.man_bm_tobu_mc.tin_tobu_mc._currentframe != 1) {
main_mc.ch1_mc.man_bm_tobu_mc.tin_tobu_mc.gotoAndStop(1);
++eki_body_num;
main_mc.ch1_mc.skirt_mc.seieki1_mc.gotoAndStop(eki_body_num);
main_mc.ch1_mc.body_mc.skirt_mc.seieki1_mc.gotoAndStop(eki_body_num);
main_mc.ch1_mc.s_mc.seieki1_mc.gotoAndStop(eki_body_num);
main_mc.ch1_mc.s_mc.seieki2_mc.gotoAndStop(eki_body_num);
main_mc.ch1_mc.s2_mc.seieki1_mc.gotoAndStop(eki_body_num);
main_mc.ch1_mc.s2_mc.seieki2_mc.gotoAndStop(eki_body_num);
} else {
if (mode_s == 0 || tin_inout == false && move_num_now > 30 && move_num_now <= 45 || main_mc.ch1_mc.man_bm_tobu_mc.tin_tobu_mc._currentframe != 1) {
main_mc.ch1_mc.man_bm_tobu_mc.tin_tobu_mc.gotoAndStop(1);
++eki_head_num;
main_mc.ch1_mc.skirt_mc.seieki2_mc.gotoAndStop(eki_head_num);
main_mc.ch1_mc.body_mc.skirt_mc.seieki2_mc.gotoAndStop(eki_head_num);
main_mc.ch1_mc.head_mc.seieki_mc.gotoAndStop(eki_head_num);
main_mc.ch1_mc.mune_eki_mc.seieki_mc.gotoAndStop(eki_head_num);
} else {
if (mode_s == 1) {
++eki_naka_num;
} else {
if (mode_s == 2) {
++eki_shiri_num;
}
}
}
}
}
}
};
};
eki_naka_check = true;
eki_naka_first = true;
fc_eki_naka = function () {
main_mc.ch1_mc.s2_mc.seieki_n_mc.onEnterFrame = function () {
if (eki_naka_num == 0) {
delete this.onEnterFrame;
} else {
if (eki_naka_check) {
eki_naka_check = false;
if (eki_naka_first) {
main_mc.ch1_mc.s_mc.seieki_n_mc.gotoAndPlay(2);
main_mc.ch1_mc.s2_mc.seieki_n_mc.gotoAndPlay(2);
--eki_naka_num;
eki_naka_first = false;
} else {
if (eki_naka_num >= 6) {
main_mc.ch1_mc.s_mc.seieki_n_mc.gotoAndPlay('p4');
main_mc.ch1_mc.s2_mc.seieki_n_mc.gotoAndPlay('p4');
eki_naka_num -= 6;
} else {
if (eki_naka_num >= 3) {
main_mc.ch1_mc.s_mc.seieki_n_mc.gotoAndPlay('p3');
main_mc.ch1_mc.s2_mc.seieki_n_mc.gotoAndPlay('p3');
eki_naka_num -= 3;
} else {
main_mc.ch1_mc.s_mc.seieki_n_mc.gotoAndPlay('p2');
main_mc.ch1_mc.s2_mc.seieki_n_mc.gotoAndPlay('p2');
eki_naka_num = 0;
}
}
}
++eki_jimen_num;
fc_eki_jimen();
}
}
};
};
eki_shiri_check = true;
eki_shiri_first = true;
fc_eki_shiri = function () {
main_mc.ch1_mc.ana2_mc.onEnterFrame = function () {
if (eki_shiri_num == 0) {
delete this.onEnterFrame;
} else {
if (eki_shiri_check) {
eki_shiri_check = false;
if (eki_shiri_first) {
main_mc.ch1_mc.ana2_mc.gotoAndPlay('p1');
--eki_shiri_num;
eki_shiri_first = false;
if (tin_inout == false) {
tin_posi = 'shiri_dasu';
emotion_count = 0;
}
++eki_jimen_num;
} else {
if (eki_shiri_num >= 6) {
main_mc.ch1_mc.ana2_mc.gotoAndPlay('p4');
eki_shiri_num -= 6;
if (tin_inout == false) {
tin_posi = 'shiri_dasu';
emotion_count = 0;
}
eki_jimen_num += 6;
} else {
if (eki_shiri_num >= 3) {
main_mc.ch1_mc.ana2_mc.gotoAndPlay('p3');
eki_shiri_num -= 3;
if (tin_inout == false) {
tin_posi = 'shiri_dasu';
emotion_count = 0;
}
eki_jimen_num += 5;
} else {
main_mc.ch1_mc.ana2_mc.gotoAndPlay('p2');
eki_shiri_num = 0;
if (tin_inout == false) {
tin_posi = 'shiri_dasu';
emotion_count = 0;
}
eki_jimen_num += 4;
}
}
}
fc_eki_jimen();
}
}
};
};
fc_eki_jimen = function () {
eki_jimen_count = 0;
main_mc.ch1_mc.seieki_jimen_mc.onEnterFrame = function () {
++eki_jimen_count;
if (eki_jimen_count >= 30) {
main_mc.ch1_mc.seieki_jimen_mc.gotoAndStop(main_mc.ch1_mc.seieki_jimen_mc._currentframe + 1);
--eki_jimen_num;
if (eki_jimen_num == 0) {
delete this.onEnterFrame;
}
}
};
};
fc_target = function (targetX, targetY) {
ar_target2[targetX] = true;
ar_target2[targetY] = false;
(eval('menu_mc.menu_t' + targetX + '_btn_mc')).gotoAndStop(4);
(eval('menu_mc.menu_t' + targetY + '_btn_mc')).gotoAndStop(3);
before_mode_s = mode_s;
mode_s = targetX;
target_change_check = false;
fc_mode_change();
if (menu_am == false) {
if (ar_am[mode_s][2]) {
auto_speed_mode = 2;
} else {
if (ar_am[mode_s][1]) {
auto_speed_mode = 1;
} else {
if (ar_am[mode_s][0]) {
auto_speed_mode = 0;
}
}
}
auto_chage_ran = 0;
}
};
fc_mode_change = function () {
if (mode_s == 0) {
main_mc.ch1_mc.s_mc._visible = false;
main_mc.ch1_mc.ana_mc._visible = false;
main_mc.ch1_mc.skirt_mc._visible = false;
main_mc.ch1_mc.body_mc.skirt_mc.seieki1_mc._visible = true;
main_mc.ch1_mc.body_mc.skirt_mc.seieki2_mc._visible = true;
main_mc.ch1_mc.s2_mc.seieki1_mc._visible = true;
main_mc.ch1_mc.s2_mc.seieki2_mc._visible = true;
main_mc.ch1_mc.s2_mc.seieki_n_mc._visible = true;
} else {
if (mode_s == 1) {
main_mc.ch1_mc.s_mc._visible = true;
main_mc.ch1_mc.s_mc.gotoAndStop(2);
main_mc.ch1_mc.ana_mc._visible = false;
main_mc.ch1_mc.skirt_mc._visible = true;
main_mc.ch1_mc.s2_mc.seieki1_mc._visible = false;
main_mc.ch1_mc.s2_mc.seieki2_mc._visible = true;
main_mc.ch1_mc.s2_mc.seieki_n_mc._visible = true;
main_mc.ch1_mc.s_mc.seieki2_mc._visible = false;
main_mc.ch1_mc.s_mc.seieki_n_mc._visible = false;
main_mc.ch1_mc.body_mc.skirt_mc.seieki1_mc._visible = false;
main_mc.ch1_mc.body_mc.skirt_mc.seieki2_mc._visible = false;
} else {
if (mode_s == 2) {
main_mc.ch1_mc.s_mc._visible = true;
main_mc.ch1_mc.s_mc.gotoAndStop(1);
main_mc.ch1_mc.ana_mc._visible = true;
main_mc.ch1_mc.skirt_mc._visible = true;
main_mc.ch1_mc.s2_mc.seieki1_mc._visible = false;
main_mc.ch1_mc.s2_mc.seieki2_mc._visible = false;
main_mc.ch1_mc.s2_mc.seieki_n_mc._visible = false;
main_mc.ch1_mc.s_mc.seieki2_mc._visible = true;
main_mc.ch1_mc.s_mc.seieki_n_mc._visible = true;
main_mc.ch1_mc.body_mc.skirt_mc.seieki1_mc._visible = false;
main_mc.ch1_mc.body_mc.skirt_mc.seieki2_mc._visible = false;
}
}
}
};
fc_mode_change();
move_num_now = 1;
body_y = main_mc.ch1_mc.body_mc._y;
skirt_y = main_mc.ch1_mc.skirt_mc._y;
momo_y = main_mc.ch1_mc.momo1_mc._y;
ashi_y = main_mc.ch1_mc.ashi1_mc._y;
head_y = main_mc.ch1_mc.head_mc._y;
ude_y = main_mc.ch1_mc.ude1_mc._y;
hand_y = main_mc.ch1_mc.hand1_mc._y;
s_y = main_mc.ch1_mc.s_mc._y;
s2_y = main_mc.ch1_mc.s2_mc._y;
ana_y = main_mc.ch1_mc.ana_mc._y;
ana2_y = main_mc.ch1_mc.ana2_mc._y;
mune_y = main_mc.ch1_mc.mune_mc._y;
mune_eki_y = main_mc.ch1_mc.mune_eki_mc._y;
mune2_y = main_mc.ch1_mc.mune2_1_mc._y;
hair_b_y = main_mc.ch1_mc.hair_b_mc._y;
fc_body_xy = function () {
totu_move = Math.floor(move_num_now / 1.5);
totu_move2 = Math.floor(move_num_now / 3);
totu_move3 = Math.floor(move_num_now / 2.5);
totu_move4 = Math.floor(move_num_now / 2);
main_mc.ch1_mc.body_mc._y = body_y - totu_move2;
main_mc.ch1_mc.skirt_mc._y = skirt_y - totu_move2;
main_mc.ch1_mc.momo1_mc._y = momo_y - totu_move;
main_mc.ch1_mc.momo2_mc._y = momo_y - totu_move;
main_mc.ch1_mc.ashi1_mc._y = ashi_y - totu_move;
main_mc.ch1_mc.ashi2_mc._y = ashi_y - totu_move;
main_mc.ch1_mc.head_mc._y = head_y - totu_move2;
main_mc.ch1_mc.ude1_mc._y = ude_y - totu_move2;
main_mc.ch1_mc.ude2_mc._y = ude_y - totu_move2;
main_mc.ch1_mc.hand1_mc._y = hand_y - totu_move4;
main_mc.ch1_mc.hand2_mc._y = hand_y - totu_move4;
main_mc.ch1_mc.s_mc._y = s_y - totu_move;
main_mc.ch1_mc.s2_mc._y = s2_y - totu_move;
main_mc.ch1_mc.ana_mc._y = ana_y - totu_move;
main_mc.ch1_mc.ana2_mc._y = ana2_y - totu_move;
main_mc.ch1_mc.mune_mc._y = mune_y - totu_move2;
main_mc.ch1_mc.mune_eki_mc._y = mune_eki_y - totu_move2;
main_mc.ch1_mc.mune2_1_mc._y = mune2_y - totu_move2;
main_mc.ch1_mc.mune2_2_mc._y = mune2_y - totu_move2;
main_mc.ch1_mc.hair_b_mc._y = hair_b_y - totu_move2;
};
fc_body_xy();
fc_muneyure = function (targetX) {
if (move_num_a >= 100) {
main_mc.ch1_mc.mune_eki_mc.gotoAndPlay('p1');
} else {
if (move_num_a >= 60) {
main_mc.ch1_mc.mune_eki_mc.gotoAndPlay('p2');
} else {
if (move_num_a >= 30) {
main_mc.ch1_mc.mune_eki_mc.gotoAndPlay('p3');
} else {
if (move_num_a >= 5) {
main_mc.ch1_mc.mune_eki_mc.gotoAndPlay('p4');
}
}
}
}
if (main_mc.ch1_mc.mune_mc._currentframe != 58 && mune_change_check) {
if (move_num_a >= 100) {
main_mc.ch1_mc.mune_mc.gotoAndPlay('p1');
} else {
if (move_num_a >= 60) {
main_mc.ch1_mc.mune_mc.gotoAndPlay('p2');
} else {
if (move_num_a >= 30) {
main_mc.ch1_mc.mune_mc.gotoAndPlay('p3');
} else {
if (move_num_a >= 5) {
main_mc.ch1_mc.mune_mc.gotoAndPlay('p4');
}
}
}
}
} else {
if (main_mc.ch1_mc.body_mc.huku_mc._visible && main_mc.ch1_mc.body_mc.huku_mc.fade_start) {
mune_break_mode = 2;
} else {
mune_break_mode = 1;
}
if (targetX == 3) {
i = 1;
while (i <= 2) {
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).mune_count = 0;
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).targetX = i;
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).onEnterFrame = function () {
if (this.mune_count == 0) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p7_' + mune_break_mode);
} else {
if (this.mune_count == 1) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p6_' + mune_break_mode);
} else {
if (this.mune_count == 2) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p5_' + mune_break_mode);
} else {
if (this.mune_count == 3) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p4_' + mune_break_mode);
} else {
if (this.mune_count == 4) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p3_' + mune_break_mode);
} else {
if (this.mune_count == 5) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p2_' + mune_break_mode);
} else {
if (this.mune_count == 6) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p1_' + mune_break_mode);
} else {
if (this.mune_count == 7) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p2_' + mune_break_mode);
} else {
if (this.mune_count == 8) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p1_' + mune_break_mode);
delete this.onEnterFrame;
}
}
}
}
}
}
}
}
}
++this.mune_count;
};
++i;
}
} else {
if (move_num_a >= 100 || targetX != 0) {
main_mc.ch1_mc.mune_eki_mc.gotoAndPlay('p1');
i = 1;
while (i <= 2) {
if (targetX == 0) {
mune_for = i;
} else {
mune_for = targetX;
}
(eval('main_mc.ch1_mc.mune2_' + mune_for + '_mc')).mune_count = 0;
(eval('main_mc.ch1_mc.mune2_' + mune_for + '_mc')).targetX = mune_for;
(eval('main_mc.ch1_mc.mune2_' + mune_for + '_mc')).onEnterFrame = function () {
if (this.mune_count == 0 || this.mune_count == 6) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p3_' + mune_break_mode);
} else {
if (this.mune_count == 1 || this.mune_count == 5) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p5_' + mune_break_mode);
} else {
if (this.mune_count == 2 || this.mune_count == 4) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p7_' + mune_break_mode);
} else {
if (this.mune_count == 3) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p8_' + mune_break_mode);
} else {
if (this.mune_count == 7) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p1_' + mune_break_mode);
} else {
if (this.mune_count == 8 || this.mune_count == 12) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p10_' + mune_break_mode);
} else {
if (this.mune_count == 9 || this.mune_count == 11) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p11_' + mune_break_mode);
} else {
if (this.mune_count == 10) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p12_' + mune_break_mode);
} else {
if (this.mune_count == 13) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p1_' + mune_break_mode);
delete this.onEnterFrame;
}
}
}
}
}
}
}
}
}
++this.mune_count;
};
if (targetX != 0) {
break;
}
++i;
}
} else {
if (move_num_a >= 60) {
i = 1;
while (i <= 2) {
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).mune_count = 0;
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).targetX = i;
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).onEnterFrame = function () {
if (this.mune_count == 0 || this.mune_count == 8) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p3_' + mune_break_mode);
} else {
if (this.mune_count == 1 || this.mune_count == 7) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p4_' + mune_break_mode);
} else {
if (this.mune_count == 2 || this.mune_count == 6) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p5_' + mune_break_mode);
} else {
if (this.mune_count == 3 || this.mune_count == 5) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p6_' + mune_break_mode);
} else {
if (this.mune_count == 4) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p7_' + mune_break_mode);
} else {
if (this.mune_count == 9) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p1_' + mune_break_mode);
} else {
if (this.mune_count == 10 || this.mune_count == 14) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p9_' + mune_break_mode);
} else {
if (this.mune_count == 11 || this.mune_count == 13) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p10_' + mune_break_mode);
} else {
if (this.mune_count == 12) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p11_' + mune_break_mode);
} else {
if (this.mune_count == 15) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p1_' + mune_break_mode);
delete this.onEnterFrame;
}
}
}
}
}
}
}
}
}
}
++this.mune_count;
};
++i;
}
} else {
if (move_num_a >= 30) {
i = 1;
while (i <= 2) {
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).mune_count = 0;
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).targetX = i;
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).onEnterFrame = function () {
if (this.mune_count == 0 || this.mune_count == 8) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p2_' + mune_break_mode);
} else {
if (this.mune_count == 1 || this.mune_count == 7) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p3_' + mune_break_mode);
} else {
if (this.mune_count == 2 || this.mune_count == 6) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p4_' + mune_break_mode);
} else {
if (this.mune_count == 3 || this.mune_count == 5) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p5_' + mune_break_mode);
} else {
if (this.mune_count == 4) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p6_' + mune_break_mode);
} else {
if (this.mune_count == 9) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p1_' + mune_break_mode);
} else {
if (this.mune_count == 10 || this.mune_count == 12) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p9_' + mune_break_mode);
} else {
if (this.mune_count == 11) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p10_' + mune_break_mode);
} else {
if (this.mune_count == 13) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p1_' + mune_break_mode);
delete this.onEnterFrame;
}
}
}
}
}
}
}
}
}
++this.mune_count;
};
++i;
}
} else {
if (move_num_a >= 5) {
i = 1;
while (i <= 2) {
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).mune_count = 0;
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).targetX = i;
(eval('main_mc.ch1_mc.mune2_' + i + '_mc')).onEnterFrame = function () {
if (this.mune_count == 0 || this.mune_count == 6) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p2_' + mune_break_mode);
} else {
if (this.mune_count == 1 || this.mune_count == 5) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p3_' + mune_break_mode);
} else {
if (this.mune_count == 2 || this.mune_count == 4) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p4_' + mune_break_mode);
} else {
if (this.mune_count == 3) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p5_' + mune_break_mode);
} else {
if (this.mune_count == 7) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p1_' + mune_break_mode);
} else {
if (this.mune_count == 8 || this.mune_count == 10) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p9_' + mune_break_mode);
} else {
if (this.mune_count == 9) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p10_' + mune_break_mode);
} else {
if (this.mune_count == 11) {
(eval('main_mc.ch1_mc.mune2_' + this.targetX + '_mc')).gotoAndStop('p1_' + mune_break_mode);
delete this.onEnterFrame;
}
}
}
}
}
}
}
}
++this.mune_count;
};
++i;
}
}
}
}
}
}
}
};
}
movieClip 85 {
}
movieClip 86 {
}
movieClip 88 {
}
movieClip 89 {
}
movieClip 91 {
}
movieClip 92 {
}
movieClip 93 {
}
movieClip 95 {
frame 1 {
stop();
}
}
movieClip 100 {
frame 1 {
stop();
}
}
movieClip 101 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 29 {
stop();
}
}
movieClip 102 {
frame 1 {
stop();
}
frame 2 {
seieki_jimen_obj.gotoAndPlay(2);
}
}
movieClip 105 {
}
movieClip 106 {
}
movieClip 107 {
}
movieClip 108 {
}
movieClip 111 {
}
movieClip 134 {
frame 1 {
stop();
}
}
movieClip 157 {
frame 1 {
stop();
}
}
movieClip 158 {
}
movieClip 159 {
}
movieClip 183 {
frame 1 {
stop();
}
}
movieClip 197 {
frame 1 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
frame 32 {
stop();
}
frame 33 {
stop();
}
frame 36 {
stop();
}
frame 37 {
stop();
}
frame 40 {
stop();
}
frame 43 {
stop();
}
frame 44 {
stop();
}
frame 47 {
stop();
}
}
movieClip 200 {
}
movieClip 201 {
frame 41 {
stop();
}
}
movieClip 203 {
}
movieClip 204 {
frame 35 {
stop();
}
}
movieClip 205 {
frame 1 {
stop();
}
frame 22 {
f_iki_obj1_mc.gotoAndPlay(21);
f_iki_obj2_mc.gotoAndPlay(10);
}
frame 99 {
gotoAndPlay('p1');
}
}
movieClip 206 {
}
movieClip 210 {
}
movieClip 212 {
}
movieClip 214 {
}
movieClip 215 {
}
movieClip 216 {
}
movieClip 223 {
frame 1 {
stop();
}
}
movieClip 229 {
frame 1 {
stop();
}
}
movieClip 230 {
}
movieClip 231 {
frame 1 {
stop();
}
}
movieClip 232 {
frame 1 {
stop();
}
}
movieClip 234 {
}
movieClip 237 {
}
movieClip 238 {
}
movieClip 261 {
frame 1 {
stop();
}
}
movieClip 262 {
frame 1 {
stop();
}
frame 15 {
gotoAndStop(1);
}
frame 31 {
gotoAndStop(1);
}
frame 45 {
gotoAndStop(1);
}
frame 57 {
gotoAndStop(1);
}
}
movieClip 265 {
}
movieClip 268 {
}
movieClip 271 {
}
movieClip 272 {
frame 1 {
stop();
}
}
movieClip 273 {
frame 1 {
stop();
}
frame 30 {
stop();
}
}
movieClip 276 {
}
movieClip 277 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 19 {
stop();
}
frame 28 {
stop();
}
}
movieClip 278 {
frame 1 {
stop();
}
}
movieClip 281 {
}
movieClip 282 {
}
movieClip 284 {
}
movieClip 285 {
}
movieClip 286 {
}
// unknown tag 88 length 73
frame 9 {
stop();
close_btn_mc._visible = false;
hc_menu_mc._visible = false;
option_waku_mc._visible = false;
option_mc.gotoAndStop(2);
option_mc.option_btn_mc.onRelease = function () {
if (option_mc._currentframe == 2) {
option_mc.gotoAndStop(1);
close_btn_mc._visible = true;
hc_menu_mc._visible = true;
option_waku_mc._visible = true;
} else {
option_mc.gotoAndStop(2);
close_btn_mc._visible = false;
hc_menu_mc._visible = false;
option_waku_mc._visible = false;
if (ar_checkbox[0]) {
option_mc._alpha = 0;
}
}
};
option_mc.option_btn_mc.onRollOver = function () {
this.gotoAndStop(2);
if (ar_checkbox[0]) {
option_mc._alpha = 100;
}
};
option_mc.option_btn_mc.onReleaseOutside = function () {
this.gotoAndStop(1);
if (ar_checkbox[0] && option_mc._currentframe == 2) {
option_mc._alpha = 0;
}
};
option_mc.option_btn_mc.onRollOut = option_mc.option_btn_mc.onReleaseOutside;
close_btn_mc.onRelease = function () {
close_btn_mc._visible = false;
hc_menu_mc._visible = false;
option_waku_mc._visible = false;
option_mc.gotoAndStop(2);
if (ar_checkbox[0]) {
option_mc._alpha = 0;
}
};
close_btn_mc.onRollOver = function () {
this.gotoAndStop(2);
};
close_btn_mc.onReleaseOutside = function () {
this.gotoAndStop(1);
};
close_btn_mc.onRollOut = close_btn_mc.onReleaseOutside;
option_waku_mc.onRelease = function () {};
option_waku_mc.useHandCursor = false;
hc_menu_mc.tool_quo3_mc.gotoAndStop(3);
hc_menu_mc.tool_quo2_mc.tool_obj_mc.gotoAndStop(2);
hc_menu_mc.tool_quo3_mc.tool_obj_mc.gotoAndStop(3);
now_quo = 3;
i = 1;
while (i <= 3) {
(eval('hc_menu_mc.tool_quo' + i + '_mc')).targetX = i;
(eval('hc_menu_mc.tool_quo' + i + '_mc')).onRelease = function () {
if (now_quo != this.targetX) {
if (this.targetX == 1) {
_quality = 'LOW';
now_quo = 1;
} else {
if (this.targetX == 2) {
_quality = 'MEDIUM';
now_quo = 2;
} else {
if (this.targetX == 3) {
_quality = 'HIGH';
now_quo = 3;
}
}
}
u = 1;
while (u <= 3) {
(eval('hc_menu_mc.tool_quo' + u + '_mc')).gotoAndStop(1);
++u;
}
(eval('hc_menu_mc.tool_quo' + this.targetX + '_mc')).gotoAndStop(3);
}
};
(eval('hc_menu_mc.tool_quo' + i + '_mc')).onRollOver = function () {
if (now_quo != this.targetX) {
this.gotoAndStop(2);
}
};
(eval('hc_menu_mc.tool_quo' + i + '_mc')).onReleaseOutside = function () {
if (now_quo != this.targetX) {
this.gotoAndStop(1);
}
};
(eval('hc_menu_mc.tool_quo' + i + '_mc')).onRollOut = (eval('hc_menu_mc.tool_quo' + i + '_mc')).onReleaseOutside;
++i;
}
hc_menu_mc.tool_bg1_mc.gotoAndStop(3);
hc_menu_mc.tool_bg2_mc.tool_obj_mc.gotoAndStop(2);
now_bg = 1;
i = 1;
while (i <= 3) {
(eval('hc_menu_mc.tool_bg' + i + '_mc')).targetX = i;
(eval('hc_menu_mc.tool_bg' + i + '_mc')).onRelease = function () {
if (now_bg != this.targetX) {
if (this.targetX == 1) {
main_mc.bg_mc.gotoAndStop(1);
now_bg = 1;
} else {
if (this.targetX == 2) {
main_mc.bg_mc.gotoAndStop(2);
now_bg = 2;
}
}
u = 1;
while (u <= 2) {
(eval('hc_menu_mc.tool_bg' + u + '_mc')).gotoAndStop(1);
++u;
}
(eval('hc_menu_mc.tool_bg' + this.targetX + '_mc')).gotoAndStop(3);
}
};
(eval('hc_menu_mc.tool_bg' + i + '_mc')).onRollOver = function () {
if (now_bg != this.targetX) {
this.gotoAndStop(2);
}
};
(eval('hc_menu_mc.tool_bg' + i + '_mc')).onReleaseOutside = function () {
if (now_bg != this.targetX) {
this.gotoAndStop(1);
}
};
(eval('hc_menu_mc.tool_bg' + i + '_mc')).onRollOut = (eval('hc_menu_mc.tool_bg' + i + '_mc')).onReleaseOutside;
++i;
}
menu_mc.clear_mc._visible = false;
meta_m_mc.clear_mc._visible = false;
ar_checkbox = new Array(false, false);
i = 0;
while (i <= 1) {
(eval('hc_menu_mc.tool_check' + i + '_mc')).targetX = i;
(eval('hc_menu_mc.tool_check' + i + '_mc')).onRelease = function () {
if (this.targetX == 0) {
if (ar_checkbox[this.targetX]) {
menu_mc._alpha = 100;
url_btn_mc._alpha = 100;
menu_mc.clear_mc._visible = false;
} else {
menu_mc._alpha = 0;
url_btn_mc._alpha = 0;
menu_mc.clear_mc._visible = true;
trace(menu_mc.clear_mc);
}
}
if (this.targetX == 1) {
if (ar_checkbox[this.targetX]) {
meta_m_mc._alpha = 100;
meta_m_mc.clear_mc._visible = false;
} else {
meta_m_mc._alpha = 0;
meta_m_mc.clear_mc._visible = true;
}
}
if (ar_checkbox[this.targetX]) {
this.gotoAndStop(1);
ar_checkbox[this.targetX] = false;
} else {
this.gotoAndStop(2);
ar_checkbox[this.targetX] = true;
}
};
(eval('hc_menu_mc.tool_check' + i + '_mc')).onRollOver = function () {
if (ar_checkbox[this.targetX]) {
this.gotoAndStop(4);
} else {
this.gotoAndStop(3);
}
};
(eval('hc_menu_mc.tool_check' + i + '_mc')).onReleaseOutside = function () {
if (ar_checkbox[this.targetX]) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
(eval('hc_menu_mc.tool_check' + i + '_mc')).onRollOut = (eval('hc_menu_mc.tool_check' + i + '_mc')).onReleaseOutside;
++i;
}
meta_m_mc.useHandCursor = false;
meta_m_mc.onRollOver = function () {
if (ar_checkbox[1]) {
meta_m_mc._alpha = 100;
}
};
meta_m_mc.onDragOut = function () {
if (ar_checkbox[1]) {
meta_m_mc._alpha = 0;
}
};
meta_m_mc.onRollOut = meta_m_mc.onDragOut;
}
movieClip 291 {
}
movieClip 295 {
frame 1 {
stop();
}
}
movieClip 297 {
}
movieClip 298 {
frame 1 {
stop();
}
}
movieClip 301 {
}
movieClip 305 {
frame 1 {
stop();
}
}
movieClip 306 {
frame 1 {
stop();
}
}
movieClip 314 {
}
movieClip 316 {
frame 1 {
stop();
}
}
movieClip 317 {
}
movieClip 325 {
frame 1 {
stop();
}
}