Combined Code
movieClip 3 icon3 {
}
movieClip 6 icon2 {
}
movieClip 9 icon1 {
}
frame 1 {
stop();
}
frame 2 {
bgm_play('04');
_global.mc1 = 0;
eroero = 0;
fin_on = 0;
mes_num = 0;
loop1_on = 0;
wait0_on = 0;
wait1_on = 0;
wait2_on = 0;
wait3_on = 0;
wait4_sw = 0;
wait5_sw = 0;
wait_clr = function () {
_global.mc1 = 0;
if (wait1_on == 1) {
mv1.gotoAndStop(wait1_sw1);
}
if (wait2_on == 1) {
mv1.gotoAndStop(wait2_sw1);
}
loop1_on = 0;
loop1_cnt = 0;
loop2_cnt = 0;
wait0_on = 0;
wait1_on = 0;
wait2_on = 0;
wait3_on = 0;
wait4_sw = 0;
wait5_sw = 0;
};
wait0 = function (wait0_wait) {
if (wait0_on == 0) {
wait0_on = 1;
wait0_time = getTimer();
}
if ((getTimer() - wait0_time) / 100 > wait0_wait) {
wait0_on = 0;
gotoAndPlay(_currentframe + 1);
} else {
gotoAndPlay(_currentframe - 1);
}
};
wait01 = function (wait0_wait, num1, num2) {
if (wait0_on == 0) {
wait0_on = 1;
wait0_time = getTimer();
wait_x = num1;
if (wait_x == 0) {
wait_x = 10000;
}
wait_y = num2;
if (wait_y == 0) {
wait_y = -10000;
}
}
if ((getTimer() - wait0_time) / 100 > wait0_wait && (((740 - _parent.mv_x) / _parent.mv_z) * 100 > wait_x || (_parent.mv_y / _parent.mv_z) * 100 > wait_y)) {
wait0_on = 0;
gotoAndPlay(_currentframe + 1);
} else {
gotoAndPlay(_currentframe - 1);
}
};
wait02 = function (wait0_wait, num1) {
if (wait0_on == 0) {
wait0_on = 1;
wait0_time = getTimer();
wait_y = num1;
}
if ((getTimer() - wait0_time) / 100 > wait0_wait && ((600 - _parent.mv_y) / _parent.mv_z) * 100 > wait_y) {
wait0_on = 0;
gotoAndPlay(_currentframe + 1);
} else {
gotoAndPlay(_currentframe - 1);
}
};
wait1 = function (wait1_wait, num1, num2) {
if (wait1_on == 0) {
wait1_on = 1;
wait1_sw1 = mv1._currentframe;
wait1_sw2 = 3;
wait1_time = getTimer();
wait_x = num1;
if (wait_x == 0) {
wait_x = -10000;
}
wait_y = num2;
if (wait_y == 0) {
wait_y = -10000;
}
}
if (wait1_sw2 == 0) {
wait1_sw2 = 1;
wait1_sw2_time = getTimer();
wait1_sw2_wait = Math.random() * 2500;
mv1.gotoAndStop(wait1_sw1);
gotoAndPlay(_currentframe - 1);
} else {
if (wait1_sw2 == 3) {
wait1_sw2 = 2;
mv1.gotoAndStop(wait1_sw1 - 2);
gotoAndPlay(_currentframe - 2);
} else {
if (wait1_sw2 == 2) {
wait1_sw2 = 0;
mv1.gotoAndStop(wait1_sw1 - 1);
gotoAndPlay(_currentframe - 1);
} else {
if (getTimer() - wait1_sw2_time > wait1_sw2_wait) {
wait1_sw2 = 3;
gotoAndPlay(_currentframe - 1);
} else {
if ((getTimer() - wait1_time) / 100 < wait1_wait) {
gotoAndPlay(_currentframe - 1);
} else {
if (((740 - _parent.mv_x) / _parent.mv_z) * 100 < wait_x || (_parent.mv_y / _parent.mv_z) * 100 < wait_y) {
gotoAndPlay(_currentframe - 1);
} else {
wait1_on = 0;
mv1.gotoAndStop(wait1_sw1);
gotoAndPlay(_currentframe + 1);
}
}
}
}
}
}
};
wait11 = function (wait1_wait, num1, num2) {
if (wait1_on == 0) {
wait1_on = 1;
wait1_sw1 = mv1._currentframe;
wait1_sw2 = 3;
wait1_time = getTimer();
wait_y = num2;
if (wait_y == 0) {
wait_y = -10000;
}
}
if (wait1_sw2 == 0) {
wait1_sw2 = 1;
wait1_sw2_time = getTimer();
wait1_sw2_wait = Math.random() * 2500;
mv1.gotoAndStop(wait1_sw1);
gotoAndPlay(_currentframe - 1);
} else {
if (wait1_sw2 == 3) {
wait1_sw2 = 2;
mv1.gotoAndStop(wait1_sw1 - 2);
gotoAndPlay(_currentframe - 2);
} else {
if (wait1_sw2 == 2) {
wait1_sw2 = 0;
mv1.gotoAndStop(wait1_sw1 - 1);
gotoAndPlay(_currentframe - 1);
} else {
if (getTimer() - wait1_sw2_time > wait1_sw2_wait) {
wait1_sw2 = 3;
gotoAndPlay(_currentframe - 1);
} else {
if ((getTimer() - wait1_time) / 100 < wait1_wait) {
gotoAndPlay(_currentframe - 1);
} else {
if (((600 - _parent.mv_y) / _parent.mv_z) * 100 < wait_y) {
gotoAndPlay(_currentframe - 1);
} else {
wait1_on = 0;
mv1.gotoAndStop(wait1_sw1);
gotoAndPlay(_currentframe + 1);
}
}
}
}
}
}
};
wait2 = function (wait2_long, wait2_wait) {
if (wait2_on == 0) {
wait2_on = 1;
wait2_time = getTimer();
wait2_sw1 = mv1._currentframe;
wait2_sw2 = wait2_sw1;
}
wait2_sw2 += Math.floor(Math.random() * (wait2_long - 1)) + 1;
if (wait2_sw2 > wait2_sw1 + wait2_long - 1) {
wait2_sw2 -= wait2_long;
}
if ((getTimer() - wait2_time) / 100 > wait2_wait) {
mv1.gotoAndStop(wait2_sw1);
wait2_on = 0;
gotoAndPlay(_currentframe + 1);
} else {
mv1.gotoAndStop(wait2_sw2);
gotoAndPlay(_currentframe - 3);
}
};
wait3 = function (wait3_wait, num1, num2) {
if (wait3_on == 0) {
wait3_on = 1;
wait3_sw = 0;
wait3_time = getTimer();
wait_x = num1;
if (wait_x == 0) {
wait_x = 10000;
}
wait_y = num2;
if (wait_y == 0) {
wait_y = -10000;
}
}
if ((getTimer() - wait3_time) / 100 > wait3_wait) {
if (((740 - _parent.mv_x) / _parent.mv_z) * 100 > wait_x || (_parent.mv_y / _parent.mv_z) * 100 < wait_y) {
wait3_on = 0;
gotoAndPlay(wait3_label2);
}
} else {
if (wait3_sw == 0) {
wait3_sw = 1;
wait3_sw_time = getTimer();
wait3_sw_wait = Math.random() * 2500;
} else {
if (getTimer() - wait3_sw_time > wait3_sw_wait) {
wait3_sw = 0;
gotoAndPlay(wait3_label1);
} else {
if (wait3_sw == 2) {
wait3_sw = 0;
gotoAndPlay(wait3_label1);
}
}
}
}
};
wait4 = function (wait4_label) {
if (wait4_sw != 1) {
wait4_sw = 1;
wait4_time = getTimer();
wait4_wait = Math.random() * 2500;
} else {
if (getTimer() - wait4_time > wait4_wait) {
wait4_sw = 0;
gotoAndPlay(wait4_label);
}
}
};
wait5 = function (num1, wait5_label) {
if (wait5_sw != 1) {
wait5_sw = 1;
wait5_time = getTimer();
} else {
if ((getTimer() - wait5_time) / 100 > num1) {
wait5_sw = 0;
gotoAndPlay(wait5_label);
}
}
};
}
frame 3 {
mv1.gotoAndStop(3);
}
movieClip 12 {
}
instance mv1 of movieClip 12 {
}
frame 6 {
wait1(15, 0, 0);
}
frame 10 {
wait2(4, 18);
voice_play(701);
}
frame 13 {
wait0(15);
}
frame 15 {
mv1.gotoAndStop(7);
se_play(52);
}
frame 19 {
mv1.gotoAndStop(8);
}
frame 22 {
mv1.gotoAndStop(9);
voice_play(702);
}
frame 25 {
mv1.gotoAndStop(10);
}
frame 28 {
mv1.gotoAndStop(11);
}
frame 31 {
mv1.gotoAndStop(12);
}
frame 35 {
mv1.gotoAndStop(13);
}
frame 38 {
if (mv1._currentframe == 13 && Math.floor(Math.random() * 3) == 0) {
mv1.gotoAndStop(53);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(13);
wait0(15);
}
}
frame 40 {
gotoAndPlay(64);
se_play(Math.floor(Math.random() * 4 + 36));
}
frame 44 {
mv1.gotoAndStop(8);
eroero += 0.5;
loop1_cnt += 1;
loop2_cnt -= 1;
if (mc1 == 2) {
wait_clr();
eroero += 1;
loop2_cnt = 4;
}
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
} else {
if (loop1_cnt > 8) {
wait_clr();
eroero = Math.floor(eroero * 0.9);
}
}
if (eroero > 5 && mes_num < 1) {
mes_num = 1;
wait_clr();
gotoAndPlay(80);
} else {
if (eroero > 10) {
wait_clr();
gotoAndPlay(118);
} else {
if (loop2_cnt > 0) {
gotoAndPlay(48);
}
}
}
}
frame 44 {
}
button 14 {
on (rollOver) {
Mouse.hide();
attachMovie('icon1', 'icon_mv', 10, {'_x': -100, '_y': -100});
icon_mv.startDrag(true);
}
on (rollOut) {
icon_mv.removeMovieClip();
Mouse.show();
}
on (dragOut) {
_global.mc1 = 0;
icon_mv.removeMovieClip();
Mouse.show();
}
on (press) {
_global.mc1 = 2;
}
}
button 16 {
on (rollOver) {
Mouse.hide();
attachMovie('icon1', 'icon_mv', 10, {'_x': -100, '_y': -100});
icon_mv.startDrag(true);
}
on (rollOut) {
icon_mv.removeMovieClip();
Mouse.show();
}
on (dragOut) {
_global.mc1 = 0;
icon_mv.removeMovieClip();
Mouse.show();
}
on (press) {
_global.mc1 = 2;
}
}
frame 48 {
mv1.gotoAndStop(9);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
se_play(Math.floor(Math.random() * 5 + 31));
} else {
se_play(Math.floor(Math.random() * 4 + 36));
}
voice_play2('w4a' + Math.floor(Math.random() * 8 + 1));
}
frame 51 {
mv1.gotoAndStop(10);
}
frame 53 {
mv1.gotoAndStop(11);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 56 {
mv1.gotoAndStop(12);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 59 {
mv1.gotoAndStop(13);
if (mc1 == 2) {
wait_clr();
eroero += 1;
loop2_cnt = 4;
}
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 2);
}
}
frame 64 {
mv1.gotoAndStop(14);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 67 {
mv1.gotoAndStop(15);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 70 {
mv1.gotoAndStop(16);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 73 {
mv1.gotoAndStop(17);
if (loop2_cnt > 0) {
gotoAndPlay(44);
}
}
frame 76 {
gotoAndPlay(44);
}
frame 80 {
mv1.gotoAndStop(8);
eroero += 0.5;
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
} else {
loop1_cnt += 1;
}
if (mc1 == 2) {
_global.mc1 = 0;
eroero += 1;
loop2_cnt = 4;
}
if (loop1_cnt > 4) {
wait_clr();
gotoAndPlay(44);
} else {
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 4);
}
}
}
frame 84 {
mv1.gotoAndStop(9);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
se_play(Math.floor(Math.random() * 5 + 31));
} else {
se_play(Math.floor(Math.random() * 4 + 36));
}
voice_play2('w4a' + Math.floor(Math.random() * 8 + 1));
}
frame 87 {
mv1.gotoAndStop(10);
}
frame 89 {
mv1.gotoAndStop(11);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 92 {
mv1.gotoAndStop(12);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 95 {
mv1.gotoAndStop(13);
if (mc1 == 2) {
_global.mc1 = 0;
eroero += 1;
loop2_cnt = 4;
}
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 2);
}
}
frame 100 {
mv1.gotoAndStop(14);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
voice_play(703);
switch (loop1_cnt) {
break;
case 1:
break;
case 2:
case 4:
}
}
frame 103 {
mv1.gotoAndStop(15);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 106 {
mv1.gotoAndStop(16);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 109 {
mv1.gotoAndStop(17);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 3);
}
}
frame 112 {
gotoAndPlay(80);
}
frame 118 {
mv1.gotoAndStop(8);
eroero += 0.5;
loop1_cnt += 1;
loop2_cnt -= 1;
if (mc1 == 2) {
wait_clr();
eroero += 1;
loop2_cnt = 6;
}
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
}
if (eroero < 10) {
wait_clr();
gotoAndPlay(44);
} else {
if (eroero > 40) {
wait_clr();
gotoAndPlay(147);
} else {
if (loop2_cnt > 0) {
gotoAndPlay(121);
}
}
}
}
frame 121 {
mv1.gotoAndStop(9);
if (loop2_cnt < 1) {
gotoAndPlay(_currentframe + 2);
voice_play2('w4a' + Math.floor(Math.random() * 8 + 1));
se_play(Math.floor(Math.random() * 4 + 36));
} else {
voice_play2('w4b' + Math.floor(Math.random() * 8 + 1));
se_play(Math.floor(Math.random() * 4 + 26));
}
}
frame 124 {
mv1.gotoAndStop(10);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 126 {
mv1.gotoAndStop(11);
if (eroero > 100) {
wait_clr();
gotoAndPlay(248);
} else {
if (loop2_cnt > 0) {
if (eroero > 55 && eroero < 77) {
wait_clr();
gotoAndPlay(207);
}
} else {
if (eroero > 80) {
wait_clr();
gotoAndPlay(248);
}
}
}
}
frame 128 {
mv1.gotoAndStop(12);
}
frame 130 {
mv1.gotoAndStop(13);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 2);
}
}
frame 134 {
mv1.gotoAndStop(14);
if (loop1_cnt > 10) {
wait_clr();
eroero = Math.floor(eroero * 0.9);
if (eroero > 20) {
gotoAndPlay(183);
}
}
}
frame 136 {
mv1.gotoAndStop(15);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 138 {
mv1.gotoAndStop(16);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 140 {
mv1.gotoAndStop(17);
if (loop2_cnt > 0) {
gotoAndPlay(118);
}
}
frame 142 {
gotoAndPlay(118);
}
frame 147 {
mv1.gotoAndStop(9);
eroero += 0.5;
loop1_cnt += 1;
loop2_cnt -= 1;
if (mc1 == 2) {
wait_clr();
eroero += 1;
loop2_cnt = 6;
}
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
}
if (eroero < 10) {
wait_clr();
gotoAndPlay(44);
} else {
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
}
frame 150 {
mv1.gotoAndStop(10);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
voice_play2('w4b' + Math.floor(Math.random() * 8 + 1));
se_play(Math.floor(Math.random() * 4 + 26));
} else {
voice_play2('w4a' + Math.floor(Math.random() * 8 + 1));
se_play(Math.floor(Math.random() * 5 + 31));
}
}
frame 152 {
mv1.gotoAndStop(11);
if (eroero > 100) {
wait_clr();
gotoAndPlay(248);
} else {
if (eroero > 85) {
wait_clr();
gotoAndPlay(248);
} else {
if (loop2_cnt > 0) {
if (eroero > 55 && eroero < 77) {
wait_clr();
gotoAndPlay(207);
}
}
}
}
}
frame 154 {
mv1.gotoAndStop(12);
}
frame 156 {
mv1.gotoAndStop(13);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 159 {
mv1.gotoAndStop(14);
if (loop1_cnt > 10) {
wait_clr();
eroero = Math.floor(eroero * 0.95);
gotoAndPlay(183);
} else {
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
}
frame 161 {
mv1.gotoAndStop(15);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 163 {
mv1.gotoAndStop(16);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 165 {
gotoAndPlay(147);
}
frame 170 {
mv1.gotoAndStop(18);
eroero += 0.5;
loop1_cnt += 1;
loop2_cnt -= 1;
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
} else {
if (loop1_cnt > 10) {
wait_clr();
eroero = Math.floor(eroero * 0.95);
}
}
if (mc1 == 2) {
eroero += 1;
loop2_cnt = 6;
loop1_cnt += 1;
} else {
if (eroero < 20) {
wait_clr();
gotoAndPlay(44);
} else {
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
}
}
frame 173 {
mv1.gotoAndStop(19);
if (loop2_cnt > 0) {
se_play(Math.floor(Math.random() * 4 + 26));
gotoAndPlay(_currentframe + 1);
} else {
se_play(Math.floor(Math.random() * 5 + 31));
}
voice_play2('w4a' + Math.floor(Math.random() * 3 + 1));
if (mes_num > 10 && eroero < 60) {
eroero = 60;
}
}
frame 175 {
mv1.gotoAndStop(20);
if (loop2_cnt > 0) {
if (eroero > 55 && eroero < 77) {
wait_clr();
gotoAndPlay(207);
} else {
gotoAndPlay(_currentframe + 1);
}
} else {
if (eroero > 85) {
wait_clr();
gotoAndPlay(248);
}
}
}
frame 177 {
mv1.gotoAndStop(21);
}
frame 179 {
mv1.gotoAndStop(22);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 2);
}
}
frame 181 {
if (mc1 == 2 || eroero < 20) {
gotoAndPlay(201);
} else {
wait4('jp27');
}
}
frame 183 {
mv1.gotoAndStop(23);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 185 {
mv1.gotoAndStop(24);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 187 {
mv1.gotoAndStop(25);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 189 {
gotoAndPlay(170);
}
frame 193 {
mv1.gotoAndStop(26);
}
frame 195 {
mv1.gotoAndStop(27);
}
frame 196 {
mv1.gotoAndStop(23);
}
frame 197 {
gotoAndPlay(185);
}
frame 201 {
mv1.gotoAndStop(26);
}
frame 203 {
if (eroero < 20) {
wait_clr();
gotoAndPlay(64);
} else {
gotoAndPlay(159);
}
}
frame 207 {
mv1.gotoAndStop(28);
}
frame 210 {
mv1.gotoAndStop(29);
}
frame 213 {
gotoAndPlay(224);
}
frame 216 {
mv1.gotoAndStop(30);
eroero += 0.5;
loop2_cnt -= 1;
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
} else {
loop1_cnt += 1;
}
if (mc1 == 2) {
wait_clr();
eroero += 1;
loop2_cnt = 5;
}
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 219 {
mv1.gotoAndStop(31);
if (loop2_cnt > 0) {
voice_play2('w5b' + Math.floor(Math.random() * 8 + 1));
se_play(Math.floor(Math.random() * 5 + 21));
} else {
voice_play2('w5a' + Math.floor(Math.random() * 8 + 1));
se_play(Math.floor(Math.random() * 4 + 26));
}
}
frame 220 {
mv1.gotoAndStop(32);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 222 {
mv1.gotoAndStop(33);
}
frame 224 {
mv1.gotoAndStop(34);
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
}
}
frame 226 {
mv1.gotoAndStop(35);
if (eroero > 77) {
gotoAndPlay(234);
} else {
if (loop1_cnt > 8) {
wait_clr();
eroero = Math.floor(eroero * 0.95);
gotoAndPlay(234);
} else {
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
}
}
frame 228 {
mv1.gotoAndStop(36);
}
frame 229 {
mv1.gotoAndStop(37);
}
frame 230 {
gotoAndPlay(216);
}
frame 234 {
mv1.gotoAndStop(38);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 237 {
mv1.gotoAndStop(39);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 240 {
mv1.gotoAndStop(16);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 242 {
gotoAndPlay(118);
}
frame 244 {
gotoAndPlay(118);
}
frame 248 {
mv1.gotoAndStop(40);
}
frame 251 {
mv1.gotoAndStop(41);
}
frame 254 {
gotoAndPlay(265);
}
frame 257 {
mv1.gotoAndStop(42);
eroero += 0.5;
if (eroero > 130) {
eroero = 130;
}
if (eroero > 99) {
fin_on = 1;
} else {
fin_on = 0;
}
loop1_cnt += 1;
loop2_cnt -= 1;
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
}
if (mc1 == 2) {
wait_clr();
eroero += 1;
loop2_cnt = 6;
}
if (loop2_cnt > 0 || fin_on == 1) {
gotoAndPlay(_currentframe + 1);
}
}
frame 260 {
mv1.gotoAndStop(43);
if (loop2_cnt > 0) {
voice_play2('w5b' + Math.floor(Math.random() * 8 + 1));
se_play(Math.floor(Math.random() * 4 + 26));
} else {
voice_play2('w5a' + Math.floor(Math.random() * 8 + 1));
se_play(Math.floor(Math.random() * 5 + 31));
}
}
frame 261 {
mv1.gotoAndStop(44);
if (loop2_cnt > 0 || fin_on == 1) {
gotoAndPlay(_currentframe + 1);
}
}
frame 263 {
mv1.gotoAndStop(45);
if (loop2_cnt > 0 && fin_on == 1) {
gotoAndPlay(_currentframe + 1);
}
}
frame 265 {
mv1.gotoAndStop(46);
if (mc1 == 91) {
gotoAndPlay(307);
}
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
}
if (mc1 == 2) {
wait_clr();
eroero += 1;
loop2_cnt = 6;
}
}
frame 267 {
mv1.gotoAndStop(47);
if (eroero > 100 && mes_num < 10) {
mes_num = 10;
gotoAndPlay(277);
} else {
if (loop2_cnt > 0 && fin_on == 1) {
gotoAndPlay(_currentframe + 1);
} else {
if (eroero < 100 && loop1_cnt > 7) {
wait_clr();
eroero = Math.floor(eroero * 0.95);
} else {
if (loop1_cnt > 10) {
wait_clr();
eroero = Math.floor(eroero * 0.95);
gotoAndPlay(277);
} else {
if (eroero < 75) {
gotoAndPlay(277);
}
}
}
}
}
}
frame 269 {
mv1.gotoAndStop(48);
if (loop2_cnt > 0 || fin_on == 1) {
gotoAndPlay(_currentframe + 1);
}
}
frame 271 {
mv1.gotoAndStop(49);
if (loop2_cnt > 0 || fin_on == 1) {
gotoAndPlay(_currentframe + 1);
}
}
frame 273 {
gotoAndPlay(257);
}
frame 277 {
mv1.gotoAndStop(50);
if (eroero > 75) {
gotoAndPlay(_currentframe + 1);
}
}
frame 281 {
mv1.gotoAndStop(51);
if (eroero > 75) {
gotoAndPlay(_currentframe + 1);
}
}
frame 285 {
mv1.gotoAndStop(16);
}
frame 288 {
mv1.gotoAndStop(9);
eroero += 0.5;
if (eroero > 99) {
fin_on = 1;
} else {
fin_on = 0;
}
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
} else {
loop1_cnt += 1;
}
loop2_cnt -= 1;
if (mes_num < 11) {
loop1_cnt = 0;
mes_num = 11;
}
if (mc1 == 2) {
wait_clr();
eroero += 1;
loop2_cnt = 6;
}
if (eroero < 76) {
wait_clr();
gotoAndPlay(121);
}
}
frame 290 {
mv1.gotoAndStop(10);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
se_play(Math.floor(Math.random() * 5 + 21));
} else {
se_play(Math.floor(Math.random() * 4 + 26));
}
voice_play2('w4b' + Math.floor(Math.random() * 8 + 1));
}
frame 292 {
mv1.gotoAndStop(11);
if (mc1 == 91) {
gotoAndPlay(248);
} else {
if (loop1_cnt > 10) {
wait_clr();
eroero = Math.floor(eroero * 0.95);
gotoAndPlay(248);
}
}
}
frame 293 {
mv1.gotoAndStop(12);
if (mes_num == 11) {
voice_play(704);
switch (loop1_cnt) {
case 1:
break;
case 2:
break;
case 4:
mes_num = 12;
}
} else {
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
}
frame 295 {
mv1.gotoAndStop(13);
}
frame 297 {
mv1.gotoAndStop(14);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 299 {
mv1.gotoAndStop(15);
}
frame 300 {
mv1.gotoAndStop(16);
}
frame 301 {
gotoAndPlay(288);
}
frame 307 {
mv1.gotoAndStop(54);
fin_on = 0;
if (eroero < 120) {
eroero = 120;
}
se_play(13, 80);
}
frame 307 {
icon_mv.removeMovieClip();
Mouse.show();
}
frame 310 {
mv1.gotoAndStop(55);
voice_play(705);
}
frame 312 {
if (mv1._currentframe == 55 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(56);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(55);
wait01(35, 0, 0);
}
}
frame 314 {
mv1.gotoAndStop(57);
}
frame 317 {
mv1.gotoAndStop(58);
}
frame 320 {
mv1.gotoAndStop(59);
voice_play(706);
}
frame 323 {
mv1.gotoAndStop(62);
}
frame 326 {
if (mv1._currentframe == 62 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(63);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(62);
wait1(5, 0, 0);
}
}
frame 329 {
mv1.gotoAndStop(63);
base1 = _currentframe + 1;
wait4('jp56');
wait0(5);
}
frame 331 {
mv1.gotoAndStop(64);
wait0(1);
}
frame 333 {
mv1.gotoAndStop(65);
wait0(4);
voice_play2('t' + Math.floor(Math.random() * 2 + 16));
}
frame 335 {
mv1.gotoAndStop(66);
wait0(1);
}
frame 337 {
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
}
if (loop1_cnt > 5 && (_parent.mv_y / _parent.mv_z) * 100 > -240) {
wait_clr();
gotoAndPlay(354);
} else {
loop1_cnt += 1;
gotoAndPlay(329);
}
}
frame 340 {
mv1.gotoAndStop(60);
}
frame 342 {
mv1.gotoAndStop(61);
}
frame 343 {
gotoAndPlay(329);
}
frame 346 {
mv1.gotoAndStop(67);
}
frame 348 {
mv1.gotoAndStop(63);
}
frame 350 {
gotoAndPlay(base1);
}
frame 354 {
mv1.gotoAndStop(68);
}
frame 358 {
mv1.gotoAndStop(69);
}
frame 362 {
mv1.gotoAndStop(72);
voice_play2('t' + Math.floor(Math.random() * 2 + 11));
}
frame 365 {
if (mv1._currentframe == 72 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(73);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(72);
}
}
frame 367 {
mv1.gotoAndStop(73);
}
frame 371 {
wait2(4, 8);
voice_play(707);
}
frame 374 {
mv1.gotoAndStop(73);
base1 = _currentframe + 1;
wait4('jp63');
wait0(5);
}
frame 376 {
mv1.gotoAndStop(77);
wait0(1);
}
frame 378 {
mv1.gotoAndStop(78);
wait0(4);
voice_play2('t' + Math.floor(Math.random() * 2 + 16));
}
frame 380 {
mv1.gotoAndStop(79);
wait0(1);
}
frame 382 {
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
}
if (loop1_cnt > 2 && (_parent.mv_y / _parent.mv_z) * 100 > -200) {
wait_clr();
gotoAndPlay(399);
} else {
loop1_cnt += 1;
gotoAndPlay(374);
}
}
frame 385 {
mv1.gotoAndStop(70);
}
frame 387 {
mv1.gotoAndStop(71);
}
frame 388 {
gotoAndPlay(374);
}
frame 391 {
mv1.gotoAndStop(80);
}
frame 393 {
mv1.gotoAndStop(73);
}
frame 395 {
gotoAndPlay(base1);
}
frame 399 {
mv1.gotoAndStop(73);
}
frame 403 {
wait2(4, 25);
voice_play(708);
}
frame 405 {
mv1.gotoAndStop(73);
wait0(5);
}
frame 407 {
mv1.gotoAndStop(77);
gotoAndPlay(411);
}
frame 409 {
mv1.gotoAndStop(78);
wait0(4);
voice_play2('t' + Math.floor(Math.random() * 2 + 16));
}
frame 411 {
mv1.gotoAndStop(79);
wait0(1);
}
frame 413 {
mv1.gotoAndStop(81);
voice_play(709);
}
frame 416 {
mv1.gotoAndStop(82);
wait0(5);
}
frame 418 {
mv1.gotoAndStop(83);
wait0(1);
}
frame 420 {
mv1.gotoAndStop(84);
wait0(4);
voice_play2('t' + Math.floor(Math.random() * 2 + 13));
}
frame 422 {
mv1.gotoAndStop(85);
wait0(1);
}
frame 424 {
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
}
if (loop1_cnt > 1) {
wait_clr();
gotoAndPlay(_currentframe + 1);
} else {
loop1_cnt += 1;
gotoAndPlay(416);
}
}
frame 427 {
mv1.gotoAndStop(81);
}
frame 430 {
mv1.gotoAndStop(73);
fin_on = 2;
wait4('jp82');
wait0(6);
}
frame 432 {
mv1.gotoAndStop(77);
wait0(1);
}
frame 434 {
mv1.gotoAndStop(78);
wait0(5);
voice_play2('t' + Math.floor(Math.random() * 2 + 21));
}
frame 436 {
mv1.gotoAndStop(79);
wait0(1);
}
frame 438 {
gotoAndPlay(430);
}
frame 441 {
mv1.gotoAndStop(70);
}
frame 443 {
mv1.gotoAndStop(71);
}
frame 444 {
gotoAndPlay(430);
}
frame 448 {
stop();
_parent.gotoAndPlay('jp21');
}