Combined Code
movieClip 3 icon3 {
}
movieClip 6 icon2 {
}
movieClip 9 icon1 {
}
frame 1 {
stop();
}
frame 2 {
bgm_play('02');
_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 () {
if (wait1_on == 1) {
mv1.gotoAndStop(wait1_sw1);
}
if (wait2_on == 1) {
mv1.gotoAndStop(wait2_sw1);
}
loop1_on = 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);
}
}
}
}
}
}
};
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);
base1 = 'jp01';
se_play(82 + Math.floor(Math.random() * 2));
}
movieClip 11 {
}
instance mv1 of movieClip 11 {
onClipEvent (mouseUp) {
_global.mc1 = 0;
}
}
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, -180);
}
}
frame 8 {
mv1.gotoAndStop(5);
}
frame 12 {
wait2(4, 27);
voice_play(501);
}
frame 14 {
mv1.gotoAndStop(3);
}
frame 17 {
if (mv1._currentframe == 3 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(4);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(3);
wait1(5, 0, 0);
}
}
frame 19 {
mv1.gotoAndStop(11);
}
frame 21 {
mv1.gotoAndStop(12);
}
frame 22 {
mv1.gotoAndStop(13);
}
frame 25 {
if (mv1._currentframe == 13 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(14);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(13);
wait1(15, 0, 0);
}
}
frame 27 {
ã¾ãŸæ£é¢ã¸;
mv1.gotoAndStop(1);
}
frame 29 {
mv1.gotoAndStop(2);
}
frame 30 {
mv1.gotoAndStop(3);
}
frame 33 {
if (mv1._currentframe == 3 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(4);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(3);
wait1(5, 0, 0);
}
}
frame 35 {
mv1.gotoAndStop(5);
}
frame 39 {
wait2(4, 18);
voice_play(502);
}
frame 41 {
mv1.gotoAndStop(3);
}
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('icon2', '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 (release) {
attachMovie('icon2', 'icon_mv', 10, {'_x': -100, '_y': -100});
icon_mv.startDrag(true);
}
on (press) {
_global.mc1 = 3;
_global.mc1_y = _ymouse;
attachMovie('icon3', 'icon_mv', 10, {'_x': 530, '_y': 940});
Mouse.hide();
}
}
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;
}
}
frame 44 {
switch (mc1) {
case 1:
voice_play2('w1c' + Math.floor(Math.random() * 3 + 1));
wait_clr();
eroero += 1;
gotoAndPlay(69);
break;
case 2:
voice_play2('t' + Math.floor(Math.random() * 3 + 36));
wait_clr();
eroero += 2;
gotoAndPlay(69);
break;
case 3:
wait_clr();
eroero += 2;
gotoAndPlay(86);
break;
default:
if (mv1._currentframe == 3 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(4);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(3);
wait1(50, 0, 0);
}
}
btn1.useHandCursor = false;
btn2.useHandCursor = false;
btn3.useHandCursor = false;
}
frame 46 {
mv1.gotoAndStop(11);
}
frame 48 {
mv1.gotoAndStop(12);
}
frame 49 {
mv1.gotoAndStop(13);
}
frame 52 {
switch (mc1) {
case 1:
voice_play2('t' + Math.floor(Math.random() * 3 + 36));
wait_clr();
eroero += 1;
gotoAndPlay(69);
break;
case 2:
voice_play2('t' + Math.floor(Math.random() * 3 + 36));
wait_clr();
eroero += 2;
gotoAndPlay(69);
break;
case 3:
wait_clr();
eroero += 1;
if (eroero < 20) {
gotoAndPlay(86);
} else {
gotoAndPlay(151);
}
break;
default:
if (mv1._currentframe == 13 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(14);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(13);
wait1(100, 0, -180);
}
}
btn1.useHandCursor = false;
btn2.useHandCursor = false;
btn3.useHandCursor = false;
}
frame 54 {
mv1.gotoAndStop(1);
}
frame 56 {
mv1.gotoAndStop(2);
}
frame 57 {
if (mes_num > 1) {
mv1.gotoAndStop(3);
gotoAndPlay(44);
} else {
mv1.gotoAndStop(5);
}
}
frame 61 {
if (mes_num == 0) {
wait2(4, 33);
voice_play(506);
} else {
if (mes_num == 1) {
wait2(4, 5);
voice_play(507);
}
}
}
frame 63 {
mv1.gotoAndStop(3);
if (mes_num < 2) {
mes_num += 1;
}
}
frame 65 {
gotoAndPlay(44);
}
frame 69 {
mv1.gotoAndStop(9);
if (eroero > 60) {
eroero = 60;
}
}
frame 71 {
mv1.gotoAndStop(10);
}
frame 73 {
mv1.gotoAndStop(3);
if (mc1 != 0) {
gotoAndPlay(_currentframe - 1);
} else {
wait0(1);
}
}
frame 75 {
if (eroero > 15) {
wait_clr();
gotoAndPlay(78);
} else {
gotoAndPlay(44);
}
}
frame 78 {
mv1.gotoAndStop(15);
}
frame 81 {
mv1.gotoAndStop(16);
}
frame 84 {
mv1.gotoAndStop(19);
gotoAndPlay(99);
}
frame 86 {
mv1.gotoAndStop(32);
num1 = Math.floor(Math.random() * 3);
num1 = Math.floor(Math.random() * 3);
}
frame 88 {
switch (num1) {
case 0:
voice_play2('v503a');
break;
case 1:
voice_play2('v503b');
break;
case 2:
voice_play2('v503c');
}
if (eroero > 50) {
eroero = 50;
}
}
frame 90 {
mv1.gotoAndStop(33);
}
frame 93 {
mv1.gotoAndStop(34);
if (mc1 != 0) {
gotoAndPlay(_currentframe - 1);
}
}
frame 95 {
gotoAndPlay(78);
}
frame 100 {
btn1.useHandCursor = false;
btn2.useHandCursor = false;
btn3.useHandCursor = false;
}
button 18 {
on (rollOver) {
Mouse.hide();
attachMovie('icon2', '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 (release) {
attachMovie('icon2', 'icon_mv', 10, {'_x': -100, '_y': -100});
icon_mv.startDrag(true);
}
on (press) {
_global.mc1 = 3;
_global.mc1_y = _ymouse;
attachMovie('icon3', 'icon_mv', 10, {'_x': 530, '_y': 910});
Mouse.hide();
}
}
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 102 {
switch (mc1) {
case 1:
voice_play2('w1c' + Math.floor(Math.random() * 3 + 1));
wait_clr();
eroero += 1;
gotoAndPlay(128);
break;
case 2:
voice_play2('t' + Math.floor(Math.random() * 4 + 46));
wait_clr();
eroero += 2;
gotoAndPlay(128);
break;
case 3:
wait_clr();
eroero += 1;
gotoAndPlay(138);
break;
default:
if (mv1._currentframe == 19 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(20);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(19);
wait1(20, 0, 0);
}
}
}
frame 104 {
mv1.gotoAndStop(26);
}
frame 106 {
mv1.gotoAndStop(27);
}
frame 107 {
mv1.gotoAndStop(28);
}
frame 110 {
switch (mc1) {
case 1:
voice_play2('w1c' + Math.floor(Math.random() * 3 + 1));
wait_clr();
eroero += 1;
gotoAndPlay(128);
break;
case 2:
voice_play2('t' + Math.floor(Math.random() * 4 + 46));
wait_clr();
eroero += 2;
gotoAndPlay(128);
break;
case 3:
wait_clr();
eroero += 1;
gotoAndPlay(138);
break;
default:
if (mv1._currentframe == 28 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(29);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(28);
wait1(40, 0, 0);
}
}
}
frame 112 {
mv1.gotoAndStop(30);
}
frame 115 {
mv1.gotoAndStop(31);
}
frame 118 {
mv1.gotoAndStop(11);
}
frame 120 {
if (eroero < 20) {
mv1.gotoAndStop(2);
} else {
mv1.gotoAndStop(12);
}
}
frame 121 {
if (eroero < 20) {
mv1.gotoAndStop(3);
} else {
mv1.gotoAndStop(13);
}
}
frame 123 {
if (eroero < 20) {
gotoAndPlay(44);
} else {
gotoAndPlay(52);
}
}
frame 128 {
mv1.gotoAndStop(24);
if (eroero > 60) {
eroero = 60;
}
}
frame 130 {
mv1.gotoAndStop(25);
}
frame 132 {
mv1.gotoAndStop(19);
if (mc1 != 0) {
gotoAndPlay(_currentframe - 1);
} else {
wait0(1);
}
}
frame 134 {
gotoAndPlay(99);
}
frame 138 {
mv1.gotoAndStop(25);
voice_play2('w5b' + Math.floor(Math.random() * 2 + 2));
if (eroero > 60) {
eroero = 60;
}
}
frame 141 {
mv1.gotoAndStop(17);
}
frame 143 {
mv1.gotoAndStop(18);
}
frame 145 {
mv1.gotoAndStop(19);
if (mc1 != 0) {
gotoAndPlay(_currentframe - 1);
}
}
frame 147 {
gotoAndPlay(99);
}
frame 151 {
mv1.gotoAndStop(35);
if (eroero > 60) {
eroero = 60;
}
}
frame 153 {
num1 = Math.floor((_ymouse - mc1_y) / 20);
if (num1 < 0) {
num1 = 0;
}
if (num1 > 2) {
num1 = 2;
}
mv1.gotoAndStop(35 + num1);
icon_mv._y = 940 + 20 * num1;
if (mc1 == 0) {
icon_mv.removeMovieClip();
Mouse.show();
if (mv1._currentframe == 37) {
gotoAndPlay(160);
} else {
gotoAndPlay(_currentframe + 2);
}
} else {
gotoAndPlay(_currentframe - 1);
}
}
frame 155 {
mv1.gotoAndStop(35);
}
frame 157 {
gotoAndPlay(86);
}
frame 160 {
mv1.gotoAndStop(38);
se_play(81);
if (eroero < 40) {
eroero = 40;
}
}
frame 162 {
mv1.gotoAndStop(39);
}
frame 164 {
mv1.gotoAndStop(40);
}
frame 166 {
mv1.gotoAndStop(41);
}
frame 168 {
mv1.gotoAndStop(42);
if (Math.floor(Math.random() * 2) == 0) {
voice_play2('v504a');
} else {
voice_play2('v504b');
}
}
frame 171 {
if (mv1._currentframe == 42 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(43);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(42);
wait0(5);
}
}
frame 173 {
mv1.gotoAndStop(44);
}
frame 177 {
mv1.gotoAndStop(45);
}
frame 181 {
mv1.gotoAndStop(48);
}
frame 184 {
if (mv1._currentframe == 48 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(49);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(48);
wait1(10, 0, -240);
}
}
frame 186 {
mv1.gotoAndStop(50);
}
frame 189 {
mv1.gotoAndStop(51);
}
frame 192 {
mv1.gotoAndStop(53);
}
frame 195 {
mv1.gotoAndStop(54);
}
frame 198 {
base1 = 'jp41';
if (mv1._currentframe == 54 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(55);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(54);
wait1(5, 0, 0);
}
}
frame 200 {
mv1.gotoAndStop(55);
base1 = 'jp42';
}
frame 204 {
wait2(4, 22);
voice_play(505);
}
frame 206 {
mv1.gotoAndStop(54);
}
frame 208 {
wait0(2);
}
frame 208 {
btn1.useHandCursor = false;
btn2.useHandCursor = false;
btn3.useHandCursor = false;
}
button 22 {
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 211 {
switch (mc1) {
case 2:
voice_play2('t' + Math.floor(Math.random() * 4 + 46));
wait_clr();
eroero += 2;
gotoAndPlay(225);
break;
default:
if (mv1._currentframe == 54 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(55);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(54);
wait1(40, 0, 0);
}
}
}
frame 215 {
mv1.gotoAndStop(63);
}
frame 218 {
switch (mc1) {
case 2:
voice_play2('t' + Math.floor(Math.random() * 4 + 46));
wait_clr();
eroero += 2;
gotoAndPlay(225);
break;
default:
if (mv1._currentframe == 63 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(64);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(63);
wait1(100, 0, -200);
}
}
}
frame 220 {
mv1.gotoAndStop(54);
}
frame 222 {
gotoAndPlay(211);
}
frame 225 {
mv1.gotoAndStop(59);
}
frame 227 {
mv1.gotoAndStop(60);
}
frame 229 {
mv1.gotoAndStop(54);
if (mc1 != 0) {
gotoAndPlay(_currentframe - 1);
} else {
wait0(1);
}
}
frame 231 {
if (eroero > 70) {
wait_clr();
gotoAndPlay(235);
} else {
gotoAndPlay(base1);
}
}
frame 235 {
mv1.gotoAndStop(65);
}
frame 239 {
mv1.gotoAndStop(66);
}
frame 243 {
mv1.gotoAndStop(67);
}
frame 247 {
mv1.gotoAndStop(70);
}
frame 248 {
btn1.useHandCursor = false;
btn2.useHandCursor = false;
btn3.useHandCursor = false;
}
frame 250 {
if (mes_num < 20) {
mes_num = 20;
gotoAndPlay(255);
} else {
if (mes_num == 20 && eroero > 90) {
mes_num = 21;
gotoAndPlay(255);
} else {
base1 = _currentframe;
switch (mc1) {
case 1:
voice_play2('t' + Math.floor(Math.random() * 4 + 46));
wait_clr();
eroero += 0.5;
gotoAndPlay(281);
break;
case 2:
voice_play2('t' + Math.floor(Math.random() * 4 + 46));
wait_clr();
eroero += 1;
gotoAndPlay(281);
break;
default:
if (eroero > 100) {
wait_clr();
gotoAndPlay(295);
} else {
if (mv1._currentframe == 70 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(71);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(70);
wait1(25, 0, 0);
}
}
}
}
}
}
frame 252 {
gotoAndPlay(264);
}
frame 255 {
base1 = _currentframe;
if (eroero > 100) {
wait_clr();
gotoAndPlay(295);
} else {
if (mes_num < 21 && eroero > 90) {
mes_num = 21;
gotoAndPlay(_currentframe + 1);
} else {
switch (mc1) {
case 1:
voice_play2('t' + Math.floor(Math.random() * 4 + 46));
wait_clr();
eroero += 0.5;
gotoAndPlay(281);
break;
case 2:
voice_play2('t' + Math.floor(Math.random() * 2 + 58));
wait_clr();
eroero += 1;
gotoAndPlay(281);
break;
default:
if (mv1._currentframe == 70 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(71);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(70);
wait1(0, 0, -180);
}
}
}
}
}
frame 259 {
base1 = 'jp52';
if (mes_num == 20) {
wait2(4, 25);
voice_play(508);
} else {
if (mes_num == 21) {
wait2(4, 25);
voice_play(509);
}
}
}
frame 261 {
}
frame 264 {
base1 = 'jp52';
switch (mc1) {
case 1:
voice_play2('t' + Math.floor(Math.random() * 4 + 46));
wait_clr();
eroero += 1;
gotoAndPlay(281);
break;
case 2:
voice_play2('w5a' + Math.floor(Math.random() * 3 + 2));
wait_clr();
eroero += 2;
gotoAndPlay(281);
break;
default:
if (mv1._currentframe == 79 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(80);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(79);
wait1(100, 0, 0);
}
}
}
frame 266 {
mv1.gotoAndStop(67);
voice_play2('t' + Math.floor(Math.random() * 2 + 91));
}
frame 270 {
mv1.gotoAndStop(66);
}
frame 274 {
mv1.gotoAndStop(65);
}
frame 278 {
icon_mv.removeMovieClip();
Mouse.show();
gotoAndPlay(211);
}
frame 281 {
mv1.gotoAndStop(75);
}
frame 284 {
mv1.gotoAndStop(76);
}
frame 287 {
mv1.gotoAndStop(70);
if (mc1 != 0) {
gotoAndPlay(_currentframe - 1);
} else {
wait0(1);
}
}
frame 290 {
gotoAndPlay(base1);
}
frame 295 {
mv1.gotoAndStop(70);
}
frame 298 {
base1 = _currentframe;
switch (mc1) {
case 1:
voice_play2('t' + Math.floor(Math.random() * 4 + 46));
gotoAndPlay(312);
break;
case 2:
voice_play2('w5a' + Math.floor(Math.random() * 3 + 2));
gotoAndPlay(312);
break;
default:
wait1(5, 0, 0);
}
}
frame 300 {
mv1.gotoAndStop(71);
}
frame 304 {
wait2(4, 20);
voice_play(510);
}
frame 307 {
base1 = _currentframe;
fin_on = 1;
switch (mc1) {
case 1:
voice_play2('t' + Math.floor(Math.random() * 4 + 46));
wait_clr();
eroero += 1;
gotoAndPlay(312);
break;
case 2:
voice_play2('w5a' + Math.floor(Math.random() * 3 + 2));
wait_clr();
eroero += 2;
gotoAndPlay(312);
break;
case 91:
wait_clr();
eroero += 1;
gotoAndPlay(324);
break;
default:
if (mv1._currentframe == 70 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(71);
gotoAndPlay(_currentframe - 1);
} else {
mv1.gotoAndStop(70);
wait1(300, 0, 0);
}
}
}
frame 309 {
gotoAndPlay(307);
}
frame 312 {
mv1.gotoAndStop(75);
}
frame 314 {
mv1.gotoAndStop(76);
}
frame 317 {
mv1.gotoAndStop(70);
if (mc1 != 0) {
gotoAndPlay(_currentframe - 1);
} else {
wait0(1);
}
}
frame 319 {
gotoAndPlay(base1);
}
frame 324 {
mv1.gotoAndStop(81);
fin_on = 0;
voice_play2('t57');
if (eroero < 120) {
eroero = 120;
}
}
frame 324 {
icon_mv.removeMovieClip();
Mouse.show();
}
frame 327 {
if (mv1._currentframe == 82 && Math.floor(Math.random() * 2) == 0) {
mv1.gotoAndStop(83);
gotoAndPlay(_currentframe - 2);
} else {
mv1.gotoAndStop(82);
wait0(10);
}
if (_level50.voice_num3 == 0 && Math.floor(Math.random() * 10) == 0) {
voice_play3('w1b' + Math.floor(Math.random() * 6 + 1));
}
}
frame 329 {
mv1.gotoAndStop(84);
}
frame 332 {
mv1.gotoAndStop(85);
se_play(72);
voice_play3('w1a7');
}
frame 335 {
mv1.gotoAndStop(86);
}
frame 338 {
mv1.gotoAndStop(87);
wait0(5);
}
frame 340 {
mv1.gotoAndStop(84);
}
frame 343 {
mv1.gotoAndStop(85);
se_play(71);
voice_play3('w1b' + Math.floor(Math.random() * 6 + 1));
}
frame 346 {
mv1.gotoAndStop(86);
}
frame 349 {
mv1.gotoAndStop(87);
}
frame 352 {
mv1.gotoAndStop(88);
}
frame 355 {
mv1.gotoAndStop(89);
se_play(74);
voice_play(511);
}
frame 358 {
mv1.gotoAndStop(90);
}
frame 361 {
mv1.gotoAndStop(91);
}
frame 364 {
mv1.gotoAndStop(92);
}
frame 367 {
mv1.gotoAndStop(93);
}
frame 370 {
mv1.gotoAndStop(94);
}
frame 373 {
mv1.gotoAndStop(95);
}
frame 376 {
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
}
if (loop1_cnt < 10) {
loop1_cnt += 1;
gotoAndPlay(358);
} else {
wait_clr();
}
}
frame 378 {
mv1.gotoAndStop(96);
}
frame 381 {
mv1.gotoAndStop(97);
}
frame 384 {
mv1.gotoAndStop(98);
}
frame 387 {
mv1.gotoAndStop(99);
wait0(5);
}
frame 389 {
mv1.gotoAndStop(100);
}
frame 392 {
mv1.gotoAndStop(101);
se_play(73);
}
frame 395 {
mv1.gotoAndStop(102);
}
frame 398 {
mv1.gotoAndStop(103);
}
frame 401 {
if (mv1._currentframe == 103 && Math.floor(Math.random() * 4) == 0) {
mv1.gotoAndStop(104);
gotoAndPlay(_currentframe - 2);
} else {
mv1.gotoAndStop(103);
wait0(5);
}
}
frame 403 {
mv1.gotoAndStop(107);
}
frame 406 {
if (mv1._currentframe == 107 && Math.floor(Math.random() * 8) == 0) {
mv1.gotoAndStop(117);
gotoAndPlay(_currentframe - 2);
} else {
mv1.gotoAndStop(107);
wait1(5, 0, 0);
}
}
frame 408 {
mv1.gotoAndStop(108);
base1 = _currentframe;
if (Math.floor(Math.random() * 23) == 0) {
voice_play2('w1b' + Math.floor(Math.random() * 3 + 1));
gotoAndPlay(446);
} else {
wait4('jp85');
wait0(7);
}
}
frame 410 {
mv1.gotoAndStop(112);
wait0(1);
}
frame 412 {
mv1.gotoAndStop(113);
wait0(6);
}
frame 414 {
mv1.gotoAndStop(114);
wait0(1);
voice_play2('t' + Math.floor(Math.random() * 2 + 21));
}
frame 416 {
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
}
if (loop1_cnt > 3 && (_parent.mv_y / _parent.mv_z) * 100 > -200) {
wait_clr();
} else {
loop1_cnt += 1;
gotoAndPlay(408);
}
}
frame 419 {
mv1.gotoAndStop(108);
}
frame 423 {
wait2(4, 20);
voice_play(512);
}
frame 427 {
mv1.gotoAndStop(108);
base1 = _currentframe;
fin_on = 2;
wait4('jp85');
wait0(7);
}
frame 429 {
mv1.gotoAndStop(112);
wait0(1);
}
frame 431 {
mv1.gotoAndStop(113);
wait0(6);
}
frame 433 {
mv1.gotoAndStop(114);
wait0(1);
voice_play2('t' + Math.floor(Math.random() * 2 + 21));
}
frame 435 {
if (loop1_on == 0) {
loop1_on = 1;
loop1_cnt = 1;
}
if (loop1_cnt > 10) {
wait_clr();
gotoAndPlay(427);
} else {
loop1_cnt += 1;
gotoAndPlay(427);
}
}
frame 439 {
mv1.gotoAndStop(105);
}
frame 441 {
mv1.gotoAndStop(106);
}
frame 442 {
gotoAndPlay(base1);
}
frame 446 {
mv1.gotoAndStop(116);
}
frame 448 {
mv1.gotoAndStop(117);
}
frame 450 {
gotoAndPlay(base1);
}
frame 454 {
stop();
_parent.gotoAndPlay('jp21');
}