Combined Code
movieClip 3 icon3 {
}
movieClip 6 icon2 {
}
movieClip 9 icon1 {
}
frame 1 {
stop();
}
frame 2 {
bgm_play('03');
_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;
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 && (_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);
}
}
}
}
}
}
};
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 11 {
}
instance mv1 of movieClip 11 {
}
frame 6 {
if (mv1._currentframe == 3 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(4);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(3);
wait1(15, 0, -260);
}
}
frame 8 {
mv1.gotoAndStop(4);
}
frame 12 {
wait2(4, 15);
voice_play(601);
}
frame 12 {
btn1.useHandCursor = false;
btn2.useHandCursor = false;
btn3.useHandCursor = false;
}
button 13 {
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 = 1;
}
}
button 15 {
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 15 {
if (mv1._currentframe == 3 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(4);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(3);
wait1(3, 0, 0);
}
}
frame 17 {
mv1.gotoAndStop(8);
}
frame 20 {
mv1.gotoAndStop(9);
}
frame 23 {
mv1.gotoAndStop(12);
}
frame 26 {
wait1(5, 0, 0);
}
frame 28 {
mv1.gotoAndStop(12);
eroero += 0.5;
if (mc1 == 1) {
voice_play2('w1c' + Math.floor(Math.random() * 3 + 1));
wait_clr();
mes_num = 1;
gotoAndPlay(57);
} else {
if (mc1 == 2) {
wait_clr();
mes_num = 1;
gotoAndPlay(57);
} else {
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
} else {
if (loop1_cnt > 10) {
wait_clr();
mes_num = 2;
icon_mv.removeMovieClip();
Mouse.show();
gotoAndPlay(57);
} else {
loop1_cnt += 1;
}
}
}
}
}
frame 31 {
mv1.gotoAndStop(13);
se_play(Math.floor(Math.random() * 4 + 41), 50);
}
frame 34 {
mv1.gotoAndStop(14);
}
frame 37 {
mv1.gotoAndStop(15);
}
frame 38 {
base1 = _currentframe + 3;
wait4('jp12');
}
frame 40 {
mv1.gotoAndStop(16);
}
frame 43 {
mv1.gotoAndStop(17);
}
frame 46 {
gotoAndPlay(28);
}
frame 50 {
mv1.gotoAndStop(18);
}
frame 52 {
mv1.gotoAndStop(19);
}
frame 53 {
mv1.gotoAndStop(16);
gotoAndPlay(base1);
}
frame 57 {
mv1.gotoAndStop(20);
}
frame 57 {
icon_mv.removeMovieClip();
Mouse.show();
}
frame 58 {
btn1.useHandCursor = false;
btn2.useHandCursor = false;
btn3.useHandCursor = false;
}
button 17 {
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 18 {
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 = 3;
}
}
frame 60 {
mv1.gotoAndStop(21);
se_play(Math.floor(Math.random() * 4 + 41), 50);
}
frame 63 {
gotoAndPlay(_currentframe + 4);
}
frame 64 {
mv1.gotoAndStop(22);
if (mes_num == 1) {
wait_clr();
mv1.gotoAndStop(21);
gotoAndPlay(94);
} else {
if ((_parent.mv_y / _parent.mv_z) * 100 > -260) {
wait_clr();
mv1.gotoAndStop(21);
gotoAndPlay(94);
}
}
}
frame 65 {
base1 = _currentframe + 3;
wait4('jp15b');
se_play(Math.floor(Math.random() * 4 + 41), 50);
}
frame 67 {
mv1.gotoAndStop(23);
}
frame 70 {
mv1.gotoAndStop(24);
}
frame 73 {
mv1.gotoAndStop(25);
}
frame 76 {
mv1.gotoAndStop(26);
}
frame 79 {
mv1.gotoAndStop(27);
}
frame 82 {
gotoAndPlay(64);
}
frame 84 {
mv1.gotoAndStop(23);
gotoAndPlay(base1);
}
frame 87 {
mv1.gotoAndStop(28);
}
frame 89 {
mv1.gotoAndStop(29);
}
frame 90 {
mv1.gotoAndStop(23);
gotoAndPlay(base1);
}
frame 94 {
mv1.gotoAndStop(30);
switch (mes_num) {
case 1:
voice_play(602);
num1 = 2;
break;
case 2:
voice_play(604);
num1 = 3;
break;
case 3:
voice_play(603);
num1 = 2;
break;
case 4:
voice_play(605);
num1 = 2;
}
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = num1;
}
if (loop1_cnt < 1) {
wait_clr();
gotoAndPlay(117);
} else {
loop1_cnt -= 1;
}
}
frame 97 {
mv1.gotoAndStop(31);
se_play(Math.floor(Math.random() * 4 + 41), 50);
}
frame 100 {
mv1.gotoAndStop(32);
}
frame 103 {
mv1.gotoAndStop(33);
}
frame 106 {
mv1.gotoAndStop(34);
}
frame 109 {
mv1.gotoAndStop(35);
}
frame 112 {
gotoAndPlay(94);
}
frame 117 {
mv1.gotoAndStop(22);
eroero += 0.5;
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
}
if (loop1_cnt > 2 || mc1 != 0) {
wait_clr();
gotoAndPlay(146);
} else {
loop1_cnt += 1;
}
}
frame 119 {
base1 = _currentframe + 3;
wait4('jp18');
se_play(Math.floor(Math.random() * 4 + 41), 50);
}
frame 121 {
mv1.gotoAndStop(23);
}
frame 124 {
mv1.gotoAndStop(24);
}
frame 127 {
mv1.gotoAndStop(25);
}
frame 130 {
mv1.gotoAndStop(26);
}
frame 133 {
mv1.gotoAndStop(27);
}
frame 136 {
gotoAndPlay(117);
}
frame 138 {
mv1.gotoAndStop(28);
}
frame 140 {
mv1.gotoAndStop(29);
}
frame 141 {
mv1.gotoAndStop(23);
gotoAndPlay(base1);
}
frame 146 {
mv1.gotoAndStop(21);
}
frame 149 {
mv1.gotoAndStop(20);
}
frame 152 {
mv1.gotoAndStop(12);
loop2_cnt -= 1;
eroero += 0.5;
if (mc1 == 3) {
wait_clr();
eroero += 0.5;
loop2_cnt = 7;
}
if (mc1 == 2) {
wait_clr();
eroero += 0.6;
gotoAndPlay(218);
} else {
if (eroero > 20 && mes_num < 2) {
mes_num = 2;
gotoAndPlay(57);
} else {
if (eroero > 40 && mes_num < 3) {
mes_num = 3;
gotoAndPlay(57);
} else {
if (eroero > 90 && mes_num < 4) {
mes_num = 4;
gotoAndPlay(57);
} else {
if (eroero > 50) {
wait_clr();
gotoAndPlay(181);
}
}
}
}
}
}
frame 155 {
mv1.gotoAndStop(13);
if (loop2_cnt > 0) {
se_play(Math.floor(Math.random() * 4 + 46), 50);
gotoAndPlay(_currentframe + 2);
} else {
se_play(Math.floor(Math.random() * 4 + 41), 50);
}
}
frame 158 {
mv1.gotoAndStop(14);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 161 {
mv1.gotoAndStop(15);
}
frame 162 {
base1 = _currentframe + 3;
if (mc1 == 3) {
wait_clr();
loop2_cnt = 5;
}
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
} else {
wait4('jp23');
}
}
frame 164 {
mv1.gotoAndStop(16);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 2);
}
}
frame 167 {
mv1.gotoAndStop(17);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 170 {
gotoAndPlay(152);
}
frame 174 {
mv1.gotoAndStop(18);
}
frame 176 {
mv1.gotoAndStop(19);
}
frame 177 {
mv1.gotoAndStop(16);
gotoAndPlay(base1);
}
frame 181 {
mv1.gotoAndStop(12);
loop1_cnt += 1;
loop2_cnt -= 1;
eroero += 0.5;
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
}
if (mc1 == 3) {
wait_clr();
eroero += 0.6;
loop2_cnt = 6;
}
if (eroero > 20 && mes_num < 2) {
mes_num = 2;
wait_clr();
gotoAndPlay(57);
} else {
if (eroero > 40 && mes_num < 3) {
mes_num = 3;
wait_clr();
gotoAndPlay(57);
} else {
if (eroero > 80 && mes_num < 4) {
mes_num = 4;
wait_clr();
gotoAndPlay(57);
} else {
if (eroero > 100) {
wait_clr();
fin_on = 1;
gotoAndPlay(204);
} else {
switch (mc1) {
case 2:
wait_clr();
eroero += 0.6;
gotoAndPlay(247);
break;
case 91:
wait_clr();
gotoAndPlay(454);
break;
default:
if (!(loop1_cnt > 10 && eroero < 80)) break;
wait_clr();
eroero = Math.floor(eroero * 0.95);
gotoAndPlay(152);
}
}
}
}
}
}
frame 183 {
mv1.gotoAndStop(13);
se_play(Math.floor(Math.random() * 4 + 46), 50);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 185 {
mv1.gotoAndStop(14);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 187 {
mv1.gotoAndStop(15);
base1 = _currentframe + 3;
if (mc1 == 3) {
wait_clr();
loop2_cnt = 6;
}
wait4('jp26');
}
frame 189 {
mv1.gotoAndStop(16);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 191 {
mv1.gotoAndStop(17);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 193 {
gotoAndPlay(181);
}
frame 197 {
mv1.gotoAndStop(18);
}
frame 199 {
mv1.gotoAndStop(19);
}
frame 200 {
mv1.gotoAndStop(16);
gotoAndPlay(base1);
}
frame 204 {
mv1.gotoAndStop(12);
loop1_cnt += 1;
loop2_cnt -= 1;
eroero += 0.5;
if (eroero > 120) {
eroero = 120;
}
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
}
switch (mc1) {
case 2:
wait_clr();
eroero += 0.6;
gotoAndPlay(336);
break;
case 3:
wait_clr();
eroero += 0.6;
loop2_cnt = 4;
break;
case 91:
wait_clr();
gotoAndPlay(454);
break;
default:
if (loop1_cnt > 15) {
wait_clr();
gotoAndPlay(336);
} else {
if (loop2_cnt <= 0) break;
gotoAndPlay(_currentframe + 1);
}
}
}
frame 206 {
mv1.gotoAndStop(13);
se_play(Math.floor(Math.random() * 4 + 46), 50);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 208 {
mv1.gotoAndStop(14);
}
frame 209 {
mv1.gotoAndStop(15);
base1 = _currentframe + 3;
wait4('jp26');
}
frame 211 {
mv1.gotoAndStop(16);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 213 {
mv1.gotoAndStop(17);
}
frame 214 {
gotoAndPlay(204);
}
frame 218 {
mv1.gotoAndStop(40);
loop2_cnt -= 1;
eroero += 0.5;
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
} else {
loop1_cnt += 1;
}
if (mc1 == 2) {
wait_clr();
eroero += 0.6;
loop2_cnt = 4;
}
if (eroero > 60) {
wait_clr();
gotoAndPlay(336);
} else {
if (eroero > 20 && mes_num < 2) {
wait_clr();
gotoAndPlay(152);
} else {
if (eroero > 40 && mes_num < 3) {
wait_clr();
gotoAndPlay(152);
} else {
if (eroero > 30 && mes_num < 2) {
wait_clr();
gotoAndPlay(152);
} else {
if (loop1_cnt > 6) {
wait_clr();
eroero = Math.floor(eroero * 0.95);
gotoAndPlay(152);
}
}
}
}
}
}
frame 219 {
if (loop2_cnt > 0) {
voice_play4('w6b' + Math.floor(Math.random() * 8 + 1));
voice_play4('w6c' + Math.floor(Math.random() * 5 + 1));
gotoAndPlay(_currentframe + 1);
} else {
voice_play4('w6a' + Math.floor(Math.random() * 8 + 1));
voice_play4('w6c' + Math.floor(Math.random() * 8 + 1));
}
}
frame 222 {
mv1.gotoAndStop(41);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 225 {
mv1.gotoAndStop(42);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 228 {
mv1.gotoAndStop(43);
if (mc1 == 3) {
wait_clr();
eroero += 0.6;
gotoAndPlay(247);
} else {
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
}
frame 231 {
mv1.gotoAndStop(44);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 234 {
mv1.gotoAndStop(45);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 235 {
wait4('jp33');
}
frame 237 {
gotoAndPlay(218);
}
frame 240 {
mv1.gotoAndStop(46);
}
frame 242 {
mv1.gotoAndStop(47);
}
frame 243 {
mv1.gotoAndStop(40);
gotoAndPlay(219);
}
frame 247 {
mv1.gotoAndStop(48);
loop2_cnt -= 1;
eroero += 0.5;
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
} else {
loop1_cnt += 1;
}
if (mc1 == 2) {
wait_clr();
eroero += 0.6;
loop2_cnt = 5;
}
if (mc1 == 3) {
wait_clr();
eroero += 1;
gotoAndPlay(181);
} else {
if (eroero > 60) {
wait_clr();
gotoAndPlay(336);
} else {
if (eroero > 20 && mes_num < 2) {
wait_clr();
gotoAndPlay(152);
} else {
if (eroero > 40 && mes_num < 3) {
wait_clr();
gotoAndPlay(152);
} else {
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
}
}
}
}
frame 250 {
mv1.gotoAndStop(49);
if (loop2_cnt > 0) {
voice_play4('w6b' + Math.floor(Math.random() * 8 + 1));
voice_play4('w6c' + Math.floor(Math.random() * 5 + 1));
se_play(Math.floor(Math.random() * 4 + 46));
gotoAndPlay(_currentframe + 1);
} else {
voice_play4('w6a' + Math.floor(Math.random() * 8 + 1));
voice_play4('w6c' + Math.floor(Math.random() * 8 + 1));
se_play(Math.floor(Math.random() * 4 + 41));
}
}
frame 253 {
mv1.gotoAndStop(50);
if (loop1_cnt > 8) {
wait_clr();
gotoAndPlay(276);
} else {
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
}
frame 254 {
base1 = _currentframe + 3;
wait4('jp42');
}
frame 256 {
mv1.gotoAndStop(51);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 259 {
mv1.gotoAndStop(52);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 262 {
mv1.gotoAndStop(53);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 265 {
gotoAndPlay(247);
}
frame 268 {
mv1.gotoAndStop(54);
}
frame 270 {
mv1.gotoAndStop(55);
}
frame 271 {
mv1.gotoAndStop(51);
gotoAndPlay(base1);
}
frame 276 {
mv1.gotoAndStop(62);
}
frame 279 {
mv1.gotoAndStop(63);
}
frame 281 {
mv1.gotoAndStop(59);
}
frame 282 {
mv1.gotoAndStop(60);
eroero += 0.6;
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
} else {
loop1_cnt += 1;
}
}
frame 285 {
mv1.gotoAndStop(61);
voice_play4('w6a' + Math.floor(Math.random() * 8 + 1));
voice_play4('w6c' + Math.floor(Math.random() * 8 + 1));
se_play(Math.floor(Math.random() * 4 + 41));
}
frame 288 {
mv1.gotoAndStop(56);
}
frame 291 {
mv1.gotoAndStop(57);
}
frame 294 {
mv1.gotoAndStop(58);
}
frame 295 {
if (mc1 == 2) {
wait_clr();
loop2_cnt = 5;
gotoAndPlay(318);
} else {
base1 = _currentframe + 3;
wait4('jp53');
}
}
frame 297 {
mv1.gotoAndStop(59);
if (mc1 == 3) {
wait_clr();
eroero += 0.6;
num1 = 1;
gotoAndPlay(303);
} else {
if (loop1_cnt > 5) {
wait_clr();
eroero = Math.floor(eroero * 0.95);
num1 = 0;
gotoAndPlay(303);
}
}
}
frame 300 {
gotoAndPlay(282);
}
frame 303 {
mv1.gotoAndStop(18);
}
frame 306 {
mv1.gotoAndStop(19);
}
frame 308 {
if (num1 == 1) {
gotoAndPlay(191);
} else {
gotoAndPlay(167);
}
}
frame 312 {
mv1.gotoAndStop(62);
}
frame 314 {
mv1.gotoAndStop(63);
}
frame 315 {
mv1.gotoAndStop(59);
gotoAndPlay(base1);
}
frame 318 {
mv1.gotoAndStop(54);
}
frame 321 {
mv1.gotoAndStop(55);
}
frame 322 {
mv1.gotoAndStop(51);
}
frame 324 {
mv1.gotoAndStop(52);
}
frame 327 {
mv1.gotoAndStop(53);
}
frame 330 {
gotoAndPlay(247);
}
frame 336 {
mv1.gotoAndStop(69);
voice_play2('v606');
}
frame 336 {
icon_mv.removeMovieClip();
Mouse.show();
}
frame 337 {
btn1.useHandCursor = false;
btn2.useHandCursor = false;
btn3.useHandCursor = false;
}
button 20 {
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 339 {
mv1.gotoAndStop(70);
}
frame 342 {
mv1.gotoAndStop(71);
}
frame 345 {
mv1.gotoAndStop(72);
}
frame 346 {
gotoAndPlay(_currentframe + 2);
}
frame 347 {
mv1.gotoAndStop(72);
loop2_cnt -= 1;
eroero += 0.6;
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
} else {
loop1_cnt += 1;
}
if (mc1 == 2) {
wait_clr();
eroero += 0.6;
loop2_cnt = 4;
}
if (mc1 == 91) {
gotoAndPlay(448);
} else {
if (mc1 == 3) {
wait_clr();
eroero += 1;
gotoAndPlay(427);
} else {
if (eroero > 90 && mes_num < 4) {
wait_clr();
gotoAndPlay(427);
} else {
if (eroero > 100) {
wait_clr();
gotoAndPlay(408);
} else {
if (eroero > 70) {
wait_clr();
gotoAndPlay(385);
} else {
if (loop1_cnt > 6) {
wait_clr();
eroero = Math.floor(eroero * 0.95);
gotoAndPlay(427);
} else {
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
}
}
}
}
}
}
frame 351 {
mv1.gotoAndStop(73);
if (loop2_cnt > 0) {
voice_play2('w7b' + Math.floor(Math.random() * 8 + 1));
gotoAndPlay(_currentframe + 1);
} else {
voice_play2('w7a' + Math.floor(Math.random() * 8 + 1));
}
}
frame 354 {
mv1.gotoAndStop(74);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 357 {
mv1.gotoAndStop(75);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 360 {
mv1.gotoAndStop(76);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 363 {
mv1.gotoAndStop(77);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 3);
}
}
frame 368 {
mv1.gotoAndStop(78);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 371 {
mv1.gotoAndStop(79);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 374 {
mv1.gotoAndStop(80);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 377 {
mv1.gotoAndStop(73);
if (loop2_cnt > 0) {
gotoAndPlay(347);
}
}
frame 380 {
gotoAndPlay(347);
}
frame 385 {
mv1.gotoAndStop(73);
eroero += 0.6;
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
}
if (mc1 == 2) {
wait_clr();
eroero += 0.6;
loop2_cnt = 5;
}
if (mc1 == 3) {
wait_clr();
eroero += 0.6;
gotoAndPlay(427);
} else {
if (eroero > 90 && mes_num < 4) {
wait_clr();
gotoAndPlay(427);
} else {
if (eroero > 100) {
wait_clr();
gotoAndPlay(408);
} else {
if (loop1_cnt > 8) {
wait_clr();
eroero = Math.floor(eroero * 0.95);
gotoAndPlay(427);
} else {
loop1_cnt += 1;
loop2_cnt -= 1;
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
}
}
}
}
frame 388 {
mv1.gotoAndStop(74);
voice_play2('w7b' + Math.floor(Math.random() * 8 + 1));
}
frame 390 {
mv1.gotoAndStop(75);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 392 {
mv1.gotoAndStop(76);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 394 {
mv1.gotoAndStop(77);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 397 {
mv1.gotoAndStop(78);
}
frame 399 {
mv1.gotoAndStop(79);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 401 {
mv1.gotoAndStop(80);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 403 {
gotoAndPlay(385);
}
frame 408 {
mv1.gotoAndStop(73);
fin_on = 1;
loop2_cnt -= 1;
eroero += 0.6;
if (eroero > 120) {
eroero = 120;
}
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 0;
} else {
loop1_cnt += 1;
}
if (mc1 == 2) {
wait_clr();
eroero += 0.6;
loop2_cnt = 5;
}
switch (mc1) {
case 3:
wait_clr();
eroero += 0.6;
gotoAndPlay(427);
break;
case 91:
wait_clr();
gotoAndPlay(448);
break;
default:
if (eroero > 70 && mes_num < 4) {
wait_clr();
gotoAndPlay(427);
} else {
if (loop1_cnt <= 10) break;
wait_clr();
gotoAndPlay(427);
}
}
}
frame 410 {
mv1.gotoAndStop(74);
voice_play2('w7b' + Math.floor(Math.random() * 8 + 1));
}
frame 412 {
mv1.gotoAndStop(75);
}
frame 413 {
mv1.gotoAndStop(76);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 415 {
mv1.gotoAndStop(77);
}
frame 417 {
mv1.gotoAndStop(78);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 419 {
mv1.gotoAndStop(79);
}
frame 420 {
mv1.gotoAndStop(80);
if (loop2_cnt > 0) {
gotoAndPlay(_currentframe + 1);
}
}
frame 422 {
gotoAndPlay(408);
}
frame 427 {
mv1.gotoAndStop(73);
switch (mv1._currentframe) {
case 73:
gotoAndPlay(_currentframe + 3);
break;
case 72:
gotoAndPlay(_currentframe + 6);
}
}
frame 430 {
mv1.gotoAndStop(72);
}
frame 433 {
mv1.gotoAndStop(71);
}
frame 436 {
mv1.gotoAndStop(70);
}
frame 439 {
mv1.gotoAndStop(69);
}
frame 442 {
icon_mv.removeMovieClip();
Mouse.show();
gotoAndPlay(181);
}
frame 448 {
mv1.gotoAndStop(81);
voice_play2('t47');
if (eroero < 120) {
eroero = 120;
}
}
frame 448 {
icon_mv.removeMovieClip();
Mouse.show();
}
frame 451 {
mv1.gotoAndStop(82);
}
frame 454 {
mv1.gotoAndStop(83);
fin_on = 0;
wait_clr();
}
frame 454 {
icon_mv.removeMovieClip();
Mouse.show();
}
frame 457 {
mv1.gotoAndStop(84);
}
frame 460 {
mv1.gotoAndStop(85);
}
frame 462 {
if (mv1._currentframe == 85 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(86);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(85);
wait0(3);
}
}
frame 464 {
mv1.gotoAndStop(87);
voice_play(608);
se_play(13);
}
frame 467 {
mv1.gotoAndStop(88);
}
frame 470 {
mv1.gotoAndStop(89);
}
frame 473 {
mv1.gotoAndStop(90);
}
frame 476 {
mv1.gotoAndStop(91);
}
frame 479 {
}
frame 481 {
mv1.gotoAndStop(93);
}
frame 484 {
mv1.gotoAndStop(94);
}
frame 487 {
mv1.gotoAndStop(95);
}
frame 490 {
mv1.gotoAndStop(96);
}
frame 493 {
mv1.gotoAndStop(97);
}
frame 496 {
if (mv1._currentframe == 97 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(98);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(97);
wait0(1);
}
}
frame 498 {
mv1.gotoAndStop(99);
}
frame 501 {
mv1.gotoAndStop(100);
}
frame 504 {
mv1.gotoAndStop(101);
}
frame 507 {
mv1.gotoAndStop(102);
}
frame 510 {
mv1.gotoAndStop(103);
}
frame 513 {
if (mv1._currentframe == 103 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(104);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(103);
wait0(1);
}
}
frame 515 {
mv1.gotoAndStop(105);
se_play(12);
}
frame 518 {
mv1.gotoAndStop(106);
}
frame 521 {
mv1.gotoAndStop(107);
}
frame 524 {
mv1.gotoAndStop(108);
}
frame 527 {
mv1.gotoAndStop(109);
}
frame 530 {
mv1.gotoAndStop(110);
}
frame 533 {
mv1.gotoAndStop(111);
}
frame 536 {
if (mv1._currentframe == 111 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(112);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(111);
wait0(3);
}
}
frame 538 {
mv1.gotoAndStop(113);
}
frame 541 {
mv1.gotoAndStop(114);
}
frame 544 {
if (mv1._currentframe == 114 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(115);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(114);
wait01(5, 0, 0);
}
}
frame 546 {
mv1.gotoAndStop(116);
voice_play3('w1a6');
}
frame 548 {
mv1.gotoAndStop(117);
}
frame 551 {
if (mv1._currentframe == 117 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(118);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(117);
wait1(10, 0, -260);
}
if (_level50.voice_num3 == 0) {
voice_play3('t' + Math.floor(Math.random() * 2 + 13), 40);
}
}
frame 553 {
mv1.gotoAndStop(119);
}
frame 557 {
wait2(4, 20);
voice_play(609);
}
frame 559 {
mv1.gotoAndStop(124);
}
frame 562 {
mv1.gotoAndStop(125);
loop1_cnt = 0;
}
frame 564 {
mv1.gotoAndStop(126);
if (_level50.voice_num3 == 0) {
voice_play3('t' + Math.floor(Math.random() * 2 + 13), 40);
}
}
frame 565 {
base1 = _currentframe + 3;
se_play(Math.floor(Math.random() * 4 + 41));
wait4('jp83a');
}
frame 567 {
mv1.gotoAndStop(127);
}
frame 569 {
mv1.gotoAndStop(128);
}
frame 571 {
mv1.gotoAndStop(129);
}
frame 574 {
mv1.gotoAndStop(130);
}
frame 576 {
mv1.gotoAndStop(131);
}
frame 578 {
loop1_cnt += 1;
if (loop1_cnt > 3) {
gotoAndPlay(587);
} else {
gotoAndPlay(564);
}
}
frame 581 {
mv1.gotoAndStop(132);
}
frame 583 {
mv1.gotoAndStop(133);
}
frame 584 {
gotoAndPlay(base1);
}
frame 587 {
mv1.gotoAndStop(119);
}
frame 591 {
wait2(4, 18);
voice_play(610);
}
frame 594 {
fin_on = 2;
if (mv1._currentframe == 122 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(123);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(122);
wait4('jp86');
}
if (_level50.voice_num3 == 0) {
voice_play3('t' + Math.floor(Math.random() * 2 + 13), 40);
}
}
frame 596 {
gotoAndPlay(594);
}
frame 600 {
mv1.gotoAndStop(124);
}
frame 602 {
mv1.gotoAndStop(125);
}
frame 603 {
gotoAndPlay(594);
}
frame 608 {
stop();
_parent.gotoAndPlay('jp21');
}