Frame 1
dx = 0;
dy = 0;
progress_type = 0;
line_thickness = 2;
text_format = new TextFormat("Verdana", 11, 5592405, 1);
text_align = 2;
display = 2;
os_width = 100;
os_height = 10;
os_line_color = 10066329 /* 0x999999 */;
os_line_alpha = 30;
os_fill_type = 1;
os_fill_colors = [13684960, 13684960];
os_fill_alphas = [255, 255];
os_fill_ratios = [0, 255];
os_roundness = 100;
is_padding = 0;
is_line_color = 10066329 /* 0x999999 */;
is_line_alpha = 30;
is_fill_type = 1;
is_fill_colors = [3487029, 16777215];
is_fill_alphas = [255, 255];
is_fill_ratios = [0, 255];
is_roundness = 100;
delay_showing = 0;
rRect = function (mc, tl_x, tl_y, br_x, br_y, roundness) {
var r = ((Math.min(br_x - tl_x, br_y - tl_y) * roundness) / 200);
var ex = r;
var ey = 0;
mc.moveTo(br_x, tl_y + r);
var a = 45;
while (a < 405) {
if (a % 90) {
var x = ((!((90 < a) and (a < 270))) ? (br_x - r) : (tl_x + r));
var y = ((180 >= a) ? (br_y - r) : (tl_y + r));
mc.curveTo(ex + x, ey + y, ex + x, ey + y);
}
ex = r * Math.cos(a / 57.2960014343262);
ey = r * Math.sin(a / 57.2960014343262);
var cx = (ex + ((r * 0.414209991693497) * Math.sin(a / 57.2960014343262)));
var cy = (ey - ((r * 0.414209991693497) * Math.cos(a / 57.2960014343262)));
mc.curveTo(cx + x, cy + y, ex + x, ey + y);
a = a + 45;
}
};
ip = Math.min(is_padding, Math.min(os_width, os_height) / 2);
hw = os_width / 2;
hh = os_height / 2;
r = 1.5 * Math.sqrt((hw * hw) + (hh * hh));
p = createEmptyMovieClip("p_mc", l);
p.createEmptyMovieClip("os", 1);
p.createEmptyMovieClip("is", 2);
p.createEmptyMovieClip("m", 3);
p.createTextField("l", 4, 0, 0, 0, 0);
p.is.setMask(p.m);
p.l.setNewTextFormat(text_format);
p.l.selectable = false;
p.l.autoSize = "center";
p._x = (Stage.width / 2) + dx;
p._y = (Stage.height / 2) + dy;
p.os.lineStyle(line_thickness, os_line_color, os_line_alpha);
p.os.beginGradientFill(((os_fill_type >= 2) ? "radial" : "linear"), os_fill_colors, os_fill_alphas, os_fill_ratios, {matrixType:"box", x:-hw, y:-hh, w:2 * hw, h:2 * hh, r:((!os_fill_type) ? 0 : ((-Math.PI) / 2))});
rRect(p.os, -hw, -hh, hw, hh, os_roundness);
p.os.endFill();
p.os.lineStyle(line_thickness, is_line_color, is_line_alpha);
rRect(p.os, ip - hw, ip - hh, hw - ip, hh - ip, is_roundness);
p.is.lineStyle(line_thickness, is_line_color, is_line_alpha);
p.is.beginGradientFill(((is_fill_type >= 2) ? "radial" : "linear"), is_fill_colors, is_fill_alphas, is_fill_ratios, {matrixType:"box", x:ip - hw, y:ip - hh, w:2 * (hw - ip), h:2 * (hh - ip), r:((!is_fill_type) ? 0 : ((-Math.PI) / 2))});
rRect(p.is, ip - hw, ip - hh, hw - ip, hh - ip, is_roundness);
p.is.endFill();
onEnterFrame = function () {
p._visible = delay_showing < getTimer();
perc = getBytesLoaded() / getBytesTotal();
if (perc < 1) {
p.m.clear();
p.m.lineStyle(line_thickness, 0);
p.m.beginFill(0);
if (progress_type == 0) {
rRect(p.m, ip - hw, ip - hh, (ip - hw) + ((2 * (hw - ip)) * perc), hh - ip, 0);
} else if (progress_type == 1) {
rRect(p.m, ip - hw, (ip - hh) + ((2 * (hh - ip)) * (1 - perc)), hw - ip, hh - ip, 0);
} else {
p.m.moveTo(0, 0);
var a = 0;
while (360 >= a) {
var a0 = (Math.min(a, perc * 360) / 57.2960014343262);
p.m.lineTo(r * Math.sin(a0), (-r) * Math.cos(a0));
a = a + 45;
}
}
p.m.endFill();
if (display) {
p.l.text = ((1 >= display) ? (Math.floor(100 * perc) + " %") : (Math.floor(getBytesLoaded() / 1024) + " KB"));
}
p.l._y = (((text_align - 1) * (hh + p.l.textHeight)) - (p.l.textHeight / 2)) - 2;
} else {
onEnterFrame = null;
p.removeMovieClip();
gotoAndPlay (3);
}
};
onEnterFrame();
Frame 2
if (perc != 1) {
stop();
}
Frame 3
r = function () {
return(Math.floor(Math.random() * 16777215));
};
n = "watermark" + r();
attachMovie("k_watermark", n, 14952, {_alpha:6});
c = new Color(this[n]);
c.setRGB(r());
delete c;
delete n;
delete r;
Frame 5
stop();
Frame 82
stop();
Frame 83
stopSounds();
Frame 97
stopAllSounds();
Frame 118
stop();
Frame 119
stopAllSounds();
Frame 120
stop();
Frame 149
stop();
Frame 150
stop();
Frame 186
stop();
Frame 187
stop();
Frame 230
stop();
Frame 231
stop();
Frame 273
stop();
Frame 280
stop();
Frame 287
stopAllSounds();
Frame 394
stopAllSounds();
stop();
Frame 401
stopAllSounds();
Frame 402
stop();
Frame 403
stopAllSounds();
Frame 404
stop();
Frame 440
stop();
Frame 447
stop();
Frame 496
stop();
Frame 503
stop();
Frame 552
stop();
Frame 559
stop();
Frame 608
stop();
Frame 615
stop();
Frame 622
stopSounds();
Frame 700
stop();
Frame 707
stopAllSounds();
Frame 708
stop();
Frame 715
stopAllSounds();
Frame 716
stop();
Frame 897
stop();
Frame 926
stop();
Frame 1107
stop();
Frame 1136
stop();
Frame 1317
stop();
Frame 1346
stop();
Frame 1527
stop();
Frame 1668
stop();
Symbol 17 MovieClip Frame 1
function $av(mc) {
mc._visible = 1 < mc._alpha;
}
function $ord(o) {
if ((o != $pr_ord) or (13 < o)) {
$pr_ord = o;
$ta = new Array();
var $i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$ta[$i] = {$i:$i};
$ta[$i].s = 20000000 + ((o >= 2) ? (((o >= 4) ? (((o >= 6) ? (((o >= 8) ? (((o >= 10) ? (mc.__x - mc.__y) : (mc.__x + mc.__y))) : (mc.__y))) : (mc.__x))) : ((mc.__x * mc.__x) + (mc.__y * mc.__y)))) : (mc._i));
$ta[$i].s = ((o >= 12) ? (((o >= 14) ? (Math.random()) : ((7.85340023040771 + Math.atan2(mc.__y, mc.__x)) % 6.28319978713989))) : ($ta[$i].s));
$i++;
}
$ta.sortOn("s");
if (o % 2) {
$ta.reverse();
}
var $i = 0;
while ($i < $sub_cnt) {
$ta[$i] = $smc[$ta[$i].$i];
$i++;
}
$smc = $ta;
}
}
initial_wait = 0;
$padding = 0;
out_effect = 0;
lastsubframe = 12;
linear_speed = 0;
vertical_blinds = 0;
blind_size = 2;
loop_delay = -1;
main_init = function (mc) {
box = function (mc, tl_x, tl_y, br_x, br_y, cf) {
mc.lineStyle();
mc.beginFill(cf);
mc.moveTo(tl_x, tl_y);
mc.lineTo(br_x, tl_y);
mc.lineTo(br_x, br_y);
mc.lineTo(tl_x, br_y);
mc.endFill();
};
subs_done = true;
mc.duplicateMovieClip("copy", 6);
createEmptyMovieClip("m1", 7);
createEmptyMovieClip("m2", 8);
mc.setMask(m1);
copy.setMask(m2);
b = mc.getBounds(mc);
if (vertical_blinds) {
if (!out_effect) {
copy._x = (mc._x = mc._width * 2);
}
i = b.xMin;
while (i < b.xMax) {
box(m1, i, b.yMin, i + blind_size, b.yMax, 0);
box(m2, i + blind_size, b.yMin, i + (2 * blind_size), b.yMax, 0);
i = i + (2 * blind_size);
}
} else {
if (!out_effect) {
copy._y = (mc._y = mc._height * 2);
}
i = b.yMin;
while (i < b.yMax) {
box(m1, b.xMin, i, b.xMax, i + blind_size, 0);
box(m2, b.xMin, i + blind_size, b.xMax, i + (2 * blind_size), 0);
i = i + (2 * blind_size);
}
}
};
main_effect = function (mc, frame) {
perc = frame / lastsubframe;
perc = ((!linear_speed) ? (1 - Math.sin(perc * deg90)) : (1 - perc));
if (out_effect) {
perc = 1 - perc;
}
if (vertical_blinds) {
mc._x = perc * mc._width;
copy._x = -mc._x;
} else {
mc._y = perc * mc._height;
copy._y = -mc._y;
}
if (frame == lastsubframe) {
if (out_effect) {
mc._alpha = 0;
}
mc.setMask(null);
m1.removeMovieClip();
m2.removeMovieClip();
copy.removeMovieClip();
end_effect = true;
}
};
sub_init = function (mc) {
};
sub_effect = function (mc, frame) {
};
for ($i in this) {
if (typeof(this[$i]) == "movieclip") {
$mmc = this[$i];
}
}
$mmc.swapDepths(5);
$smc = new Array();
for ($i in $mmc) {
if (typeof($mmc[$i]) == "movieclip") {
$smc.push($mmc[$i]);
}
}
$smc.reverse();
$sub_cnt = $smc.length;
glow_factor = ((glow_factor >= 0.100000001490116) ? (((0.899999976158142 >= glow_factor) ? (glow_factor) : 0.5)) : 0.5);
$i = 0;
while (360 >= $i) {
this["deg" + $i] = ($i * Math.PI) / 180;
$i = $i + 15;
}
$mmc.__x = $mmc._x;
$mmc.__y = $mmc._y;
main_init($mmc);
$av($mmc);
$buf = new Array();
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
mc._i = $i;
mc.done = (mc.$gd = 0);
mc.__x = mc._x;
mc.__y = mc._y;
mc.swapDepths(($i * 10) + 5);
sub_init(mc);
$av(mc);
if ((0 < glow_delay) and (1 < mc._alpha)) {
mc.duplicateMovieClip("$gm" + $i, $i * 10);
$mmc["$gm" + $i]._alpha = $mmc["$gm" + $i]._alpha * glow_factor;
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onEnterFrame = function () {
if (end_effect) {
if (loop_delay < 0) {
onEnterFrame = null;
onEnd();
} else if (0 < $loop_tm) {
$loop_tm--;
} else {
$mmc._x = $mmc.__x;
$mmc._y = $mmc.__y;
$mmc._xscale = ($mmc._yscale = ($mmc._alpha = 100));
$mmc._rotation = (subs_done = (end_effect = 0));
main_init($mmc);
$av($mmc);
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
mc._x = mc.__x;
mc._y = mc.__y;
mc._xscale = (mc._yscale = (mc._alpha = 100));
mc._rotation = (mc.done = (mc.$gd = 0));
sub_init(mc);
$av(mc);
if (0 < glow_delay) {
if (1 < mc._alpha) {
mc.duplicateMovieClip("$gm" + $j, $j * 10);
$mmc["$gm" + $j]._alpha = $mmc["$gm" + $j]._alpha * glow_factor;
} else {
$mmc["$gm" + $j].removeMovieClip();
}
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onLoop();
}
} else {
frame++;
if (!subs_done) {
$done_cnt = 0;
$buf_idx = (frame % glow_delay) * $sub_cnt;
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
if (mc.done) {
if ((0 < glow_delay) and (mc.$gd < glow_delay)) {
mc.$gd++;
if ((mc.$gd == glow_delay) and (mc._alpha >= 99)) {
$mmc["$gm" + $j].removeMovieClip();
} else {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
} else {
$done_cnt++;
}
} else {
$sub_fr = frame - ($i * sub_delay);
if (0 < $sub_fr) {
sub_effect(mc, $sub_fr);
$av(mc);
if (0 < glow_delay) {
if (0 < ($sub_fr - glow_delay)) {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
$buf[$buf_idx] = {_x:mc._x, _y:mc._y, _xscale:mc._xscale, _yscale:mc._yscale, _rotation:mc._rotation, _alpha:mc._alpha * glow_factor};
}
}
}
$buf_idx++;
$i++;
}
if ($sub_cnt == $done_cnt) {
subs_done = true;
}
}
main_effect($mmc, frame);
$av($mmc);
}
};
if (0 < initial_wait) {
$e = onEnterFrame;
onEnterFrame = function () {
initial_wait--;
if (initial_wait == 0) {
onEnterFrame = $e;
}
};
}
Symbol 25 MovieClip Frame 1
function $av(mc) {
mc._visible = 1 < mc._alpha;
}
function $ord(o) {
if ((o != $pr_ord) or (13 < o)) {
$pr_ord = o;
$ta = new Array();
var $i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$ta[$i] = {$i:$i};
$ta[$i].s = 20000000 + ((o >= 2) ? (((o >= 4) ? (((o >= 6) ? (((o >= 8) ? (((o >= 10) ? (mc.__x - mc.__y) : (mc.__x + mc.__y))) : (mc.__y))) : (mc.__x))) : ((mc.__x * mc.__x) + (mc.__y * mc.__y)))) : (mc._i));
$ta[$i].s = ((o >= 12) ? (((o >= 14) ? (Math.random()) : ((7.85340023040771 + Math.atan2(mc.__y, mc.__x)) % 6.28319978713989))) : ($ta[$i].s));
$i++;
}
$ta.sortOn("s");
if (o % 2) {
$ta.reverse();
}
var $i = 0;
while ($i < $sub_cnt) {
$ta[$i] = $smc[$ta[$i].$i];
$i++;
}
$smc = $ta;
}
}
initial_wait = 5;
$padding = 0;
lastsubframe = 30;
block_width = 20;
block_height = 1.5;
block_angle = 45;
out_effect = 0;
loop_delay = -1;
main_init = function (mc) {
subs_done = true;
mc.cacheAsBitmap = true;
seed = new Date();
b = mc.getBounds(mc._parent);
matrix = new flash.geom.Matrix(block_width, 0, 0, block_height, 0, 0);
matrix.rotate(((-block_angle) * Math.PI) / 180);
bitmap = new flash.display.BitmapData(50, 50, 1, ((!out_effect) ? 0 : -16777216));
color = ((!out_effect) ? -16777216 : 0);
createEmptyMovieClip("mask", 7);
mc._parent.blendMode = "layer";
mask.blendMode = "alpha";
update_mask = function () {
with (mask) {
clear();
beginBitmapFill(bitmap, matrix);
moveTo(b.xMin, b.yMin);
lineTo(b.xMax, b.yMin);
lineTo(b.xMax, b.yMax);
lineTo(b.xMin, b.yMax);
endFill();
}
};
update_mask();
};
main_effect = function (mc, frame) {
bitmap.pixelDissolve(bitmap, bitmap.rectangle, null, seed, (frame / lastsubframe) * 2500, color);
update_mask();
if (frame == lastsubframe) {
if (out_effect) {
mc._alpha = 0;
}
mask.removeMovieClip();
bitmap.dispose();
end_effect = true;
}
};
sub_init = function (mc) {
};
sub_effect = function (mc, frame) {
};
for ($i in this) {
if (typeof(this[$i]) == "movieclip") {
$mmc = this[$i];
}
}
$mmc.swapDepths(5);
$smc = new Array();
for ($i in $mmc) {
if (typeof($mmc[$i]) == "movieclip") {
$smc.push($mmc[$i]);
}
}
$smc.reverse();
$sub_cnt = $smc.length;
glow_factor = ((glow_factor >= 0.100000001490116) ? (((0.899999976158142 >= glow_factor) ? (glow_factor) : 0.5)) : 0.5);
$i = 0;
while (360 >= $i) {
this["deg" + $i] = ($i * Math.PI) / 180;
$i = $i + 15;
}
$mmc.__x = $mmc._x;
$mmc.__y = $mmc._y;
main_init($mmc);
$av($mmc);
$buf = new Array();
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
mc._i = $i;
mc.done = (mc.$gd = 0);
mc.__x = mc._x;
mc.__y = mc._y;
mc.swapDepths(($i * 10) + 5);
sub_init(mc);
$av(mc);
if ((0 < glow_delay) and (1 < mc._alpha)) {
mc.duplicateMovieClip("$gm" + $i, $i * 10);
$mmc["$gm" + $i]._alpha = $mmc["$gm" + $i]._alpha * glow_factor;
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onEnterFrame = function () {
if (end_effect) {
if (loop_delay < 0) {
onEnterFrame = null;
onEnd();
} else if (0 < $loop_tm) {
$loop_tm--;
} else {
$mmc._x = $mmc.__x;
$mmc._y = $mmc.__y;
$mmc._xscale = ($mmc._yscale = ($mmc._alpha = 100));
$mmc._rotation = (subs_done = (end_effect = 0));
main_init($mmc);
$av($mmc);
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
mc._x = mc.__x;
mc._y = mc.__y;
mc._xscale = (mc._yscale = (mc._alpha = 100));
mc._rotation = (mc.done = (mc.$gd = 0));
sub_init(mc);
$av(mc);
if (0 < glow_delay) {
if (1 < mc._alpha) {
mc.duplicateMovieClip("$gm" + $j, $j * 10);
$mmc["$gm" + $j]._alpha = $mmc["$gm" + $j]._alpha * glow_factor;
} else {
$mmc["$gm" + $j].removeMovieClip();
}
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onLoop();
}
} else {
frame++;
if (!subs_done) {
$done_cnt = 0;
$buf_idx = (frame % glow_delay) * $sub_cnt;
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
if (mc.done) {
if ((0 < glow_delay) and (mc.$gd < glow_delay)) {
mc.$gd++;
if ((mc.$gd == glow_delay) and (mc._alpha >= 99)) {
$mmc["$gm" + $j].removeMovieClip();
} else {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
} else {
$done_cnt++;
}
} else {
$sub_fr = frame - ($i * sub_delay);
if (0 < $sub_fr) {
sub_effect(mc, $sub_fr);
$av(mc);
if (0 < glow_delay) {
if (0 < ($sub_fr - glow_delay)) {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
$buf[$buf_idx] = {_x:mc._x, _y:mc._y, _xscale:mc._xscale, _yscale:mc._yscale, _rotation:mc._rotation, _alpha:mc._alpha * glow_factor};
}
}
}
$buf_idx++;
$i++;
}
if ($sub_cnt == $done_cnt) {
subs_done = true;
}
}
main_effect($mmc, frame);
$av($mmc);
}
};
if (0 < initial_wait) {
$e = onEnterFrame;
onEnterFrame = function () {
initial_wait--;
if (initial_wait == 0) {
onEnterFrame = $e;
}
};
}
Symbol 33 MovieClip Frame 1
function $av(mc) {
mc._visible = 1 < mc._alpha;
}
function $ord(o) {
if ((o != $pr_ord) or (13 < o)) {
$pr_ord = o;
$ta = new Array();
var $i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$ta[$i] = {$i:$i};
$ta[$i].s = 20000000 + ((o >= 2) ? (((o >= 4) ? (((o >= 6) ? (((o >= 8) ? (((o >= 10) ? (mc.__x - mc.__y) : (mc.__x + mc.__y))) : (mc.__y))) : (mc.__x))) : ((mc.__x * mc.__x) + (mc.__y * mc.__y)))) : (mc._i));
$ta[$i].s = ((o >= 12) ? (((o >= 14) ? (Math.random()) : ((7.85340023040771 + Math.atan2(mc.__y, mc.__x)) % 6.28319978713989))) : ($ta[$i].s));
$i++;
}
$ta.sortOn("s");
if (o % 2) {
$ta.reverse();
}
var $i = 0;
while ($i < $sub_cnt) {
$ta[$i] = $smc[$ta[$i].$i];
$i++;
}
$smc = $ta;
}
}
initial_wait = 5;
$padding = 0;
lastsubframe = 30;
disp_x = 20;
disp_y = 20;
scaling = 0;
perlin = 1;
base_x = 10;
base_y = 10;
octaves = 5;
out_effect = 0;
loop_delay = -1;
main_init = function (mc) {
subs_done = true;
i1 = new flash.display.BitmapData(mc._width, mc._height, 0, 8421504);
i2 = i1.clone();
(((!perlin) ? (i2.noise(new Date())) : (i2.perlinNoise(base_x, base_y, octaves, new Date(), 0, 1, 6))));// not popped
filter = [new flash.filters.DisplacementMapFilter(i1, i1.rectangle.topLeft, 4, 2, disp_x * 2, disp_y * 2, "color")];
if (!out_effect) {
mc._alpha = 0;
}
};
main_effect = function (mc, frame) {
p = frame / lastsubframe;
if (!out_effect) {
p = 1 - p;
}
i1.fillRect(i1.rectangle, -2139062144);
i1.merge(i2, i2.rectangle, i2.rectangle.topLeft, 0, p * 256, p * 256);
mc.filters = filter;
mc._alpha = 100 - (p * 100);
if (scaling) {
mc._xscale = (mc._yscale = mc._alpha);
}
if (frame == lastsubframe) {
mc.filters = undefined;
end_effect = true;
i2.dispose();
i1.dispose();
}
};
sub_init = function (mc) {
};
sub_effect = function (mc, frame) {
};
for ($i in this) {
if (typeof(this[$i]) == "movieclip") {
$mmc = this[$i];
}
}
$mmc.swapDepths(5);
$smc = new Array();
for ($i in $mmc) {
if (typeof($mmc[$i]) == "movieclip") {
$smc.push($mmc[$i]);
}
}
$smc.reverse();
$sub_cnt = $smc.length;
glow_factor = ((glow_factor >= 0.100000001490116) ? (((0.899999976158142 >= glow_factor) ? (glow_factor) : 0.5)) : 0.5);
$i = 0;
while (360 >= $i) {
this["deg" + $i] = ($i * Math.PI) / 180;
$i = $i + 15;
}
$mmc.__x = $mmc._x;
$mmc.__y = $mmc._y;
main_init($mmc);
$av($mmc);
$buf = new Array();
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
mc._i = $i;
mc.done = (mc.$gd = 0);
mc.__x = mc._x;
mc.__y = mc._y;
mc.swapDepths(($i * 10) + 5);
sub_init(mc);
$av(mc);
if ((0 < glow_delay) and (1 < mc._alpha)) {
mc.duplicateMovieClip("$gm" + $i, $i * 10);
$mmc["$gm" + $i]._alpha = $mmc["$gm" + $i]._alpha * glow_factor;
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onEnterFrame = function () {
if (end_effect) {
if (loop_delay < 0) {
onEnterFrame = null;
onEnd();
} else if (0 < $loop_tm) {
$loop_tm--;
} else {
$mmc._x = $mmc.__x;
$mmc._y = $mmc.__y;
$mmc._xscale = ($mmc._yscale = ($mmc._alpha = 100));
$mmc._rotation = (subs_done = (end_effect = 0));
main_init($mmc);
$av($mmc);
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
mc._x = mc.__x;
mc._y = mc.__y;
mc._xscale = (mc._yscale = (mc._alpha = 100));
mc._rotation = (mc.done = (mc.$gd = 0));
sub_init(mc);
$av(mc);
if (0 < glow_delay) {
if (1 < mc._alpha) {
mc.duplicateMovieClip("$gm" + $j, $j * 10);
$mmc["$gm" + $j]._alpha = $mmc["$gm" + $j]._alpha * glow_factor;
} else {
$mmc["$gm" + $j].removeMovieClip();
}
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onLoop();
}
} else {
frame++;
if (!subs_done) {
$done_cnt = 0;
$buf_idx = (frame % glow_delay) * $sub_cnt;
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
if (mc.done) {
if ((0 < glow_delay) and (mc.$gd < glow_delay)) {
mc.$gd++;
if ((mc.$gd == glow_delay) and (mc._alpha >= 99)) {
$mmc["$gm" + $j].removeMovieClip();
} else {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
} else {
$done_cnt++;
}
} else {
$sub_fr = frame - ($i * sub_delay);
if (0 < $sub_fr) {
sub_effect(mc, $sub_fr);
$av(mc);
if (0 < glow_delay) {
if (0 < ($sub_fr - glow_delay)) {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
$buf[$buf_idx] = {_x:mc._x, _y:mc._y, _xscale:mc._xscale, _yscale:mc._yscale, _rotation:mc._rotation, _alpha:mc._alpha * glow_factor};
}
}
}
$buf_idx++;
$i++;
}
if ($sub_cnt == $done_cnt) {
subs_done = true;
}
}
main_effect($mmc, frame);
$av($mmc);
}
};
if (0 < initial_wait) {
$e = onEnterFrame;
onEnterFrame = function () {
initial_wait--;
if (initial_wait == 0) {
onEnterFrame = $e;
}
};
}
Symbol 41 MovieClip Frame 1
function $av(mc) {
mc._visible = 1 < mc._alpha;
}
function $ord(o) {
if ((o != $pr_ord) or (13 < o)) {
$pr_ord = o;
$ta = new Array();
var $i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$ta[$i] = {$i:$i};
$ta[$i].s = 20000000 + ((o >= 2) ? (((o >= 4) ? (((o >= 6) ? (((o >= 8) ? (((o >= 10) ? (mc.__x - mc.__y) : (mc.__x + mc.__y))) : (mc.__y))) : (mc.__x))) : ((mc.__x * mc.__x) + (mc.__y * mc.__y)))) : (mc._i));
$ta[$i].s = ((o >= 12) ? (((o >= 14) ? (Math.random()) : ((7.85340023040771 + Math.atan2(mc.__y, mc.__x)) % 6.28319978713989))) : ($ta[$i].s));
$i++;
}
$ta.sortOn("s");
if (o % 2) {
$ta.reverse();
}
var $i = 0;
while ($i < $sub_cnt) {
$ta[$i] = $smc[$ta[$i].$i];
$i++;
}
$smc = $ta;
}
}
initial_wait = 5;
$padding = 0;
lastsubframe = 30;
disp_x = 20;
disp_y = 20;
scaling = 0;
perlin = 1;
base_x = 10;
base_y = 10;
octaves = 5;
out_effect = 0;
loop_delay = -1;
main_init = function (mc) {
subs_done = true;
i1 = new flash.display.BitmapData(mc._width, mc._height, 0, 8421504);
i2 = i1.clone();
(((!perlin) ? (i2.noise(new Date())) : (i2.perlinNoise(base_x, base_y, octaves, new Date(), 0, 1, 6))));// not popped
filter = [new flash.filters.DisplacementMapFilter(i1, i1.rectangle.topLeft, 4, 2, disp_x * 2, disp_y * 2, "color")];
if (!out_effect) {
mc._alpha = 0;
}
};
main_effect = function (mc, frame) {
p = frame / lastsubframe;
if (!out_effect) {
p = 1 - p;
}
i1.fillRect(i1.rectangle, -2139062144);
i1.merge(i2, i2.rectangle, i2.rectangle.topLeft, 0, p * 256, p * 256);
mc.filters = filter;
mc._alpha = 100 - (p * 100);
if (scaling) {
mc._xscale = (mc._yscale = mc._alpha);
}
if (frame == lastsubframe) {
mc.filters = undefined;
end_effect = true;
i2.dispose();
i1.dispose();
}
};
sub_init = function (mc) {
};
sub_effect = function (mc, frame) {
};
for ($i in this) {
if (typeof(this[$i]) == "movieclip") {
$mmc = this[$i];
}
}
$mmc.swapDepths(5);
$smc = new Array();
for ($i in $mmc) {
if (typeof($mmc[$i]) == "movieclip") {
$smc.push($mmc[$i]);
}
}
$smc.reverse();
$sub_cnt = $smc.length;
glow_factor = ((glow_factor >= 0.100000001490116) ? (((0.899999976158142 >= glow_factor) ? (glow_factor) : 0.5)) : 0.5);
$i = 0;
while (360 >= $i) {
this["deg" + $i] = ($i * Math.PI) / 180;
$i = $i + 15;
}
$mmc.__x = $mmc._x;
$mmc.__y = $mmc._y;
main_init($mmc);
$av($mmc);
$buf = new Array();
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
mc._i = $i;
mc.done = (mc.$gd = 0);
mc.__x = mc._x;
mc.__y = mc._y;
mc.swapDepths(($i * 10) + 5);
sub_init(mc);
$av(mc);
if ((0 < glow_delay) and (1 < mc._alpha)) {
mc.duplicateMovieClip("$gm" + $i, $i * 10);
$mmc["$gm" + $i]._alpha = $mmc["$gm" + $i]._alpha * glow_factor;
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onEnterFrame = function () {
if (end_effect) {
if (loop_delay < 0) {
onEnterFrame = null;
onEnd();
} else if (0 < $loop_tm) {
$loop_tm--;
} else {
$mmc._x = $mmc.__x;
$mmc._y = $mmc.__y;
$mmc._xscale = ($mmc._yscale = ($mmc._alpha = 100));
$mmc._rotation = (subs_done = (end_effect = 0));
main_init($mmc);
$av($mmc);
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
mc._x = mc.__x;
mc._y = mc.__y;
mc._xscale = (mc._yscale = (mc._alpha = 100));
mc._rotation = (mc.done = (mc.$gd = 0));
sub_init(mc);
$av(mc);
if (0 < glow_delay) {
if (1 < mc._alpha) {
mc.duplicateMovieClip("$gm" + $j, $j * 10);
$mmc["$gm" + $j]._alpha = $mmc["$gm" + $j]._alpha * glow_factor;
} else {
$mmc["$gm" + $j].removeMovieClip();
}
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onLoop();
}
} else {
frame++;
if (!subs_done) {
$done_cnt = 0;
$buf_idx = (frame % glow_delay) * $sub_cnt;
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
if (mc.done) {
if ((0 < glow_delay) and (mc.$gd < glow_delay)) {
mc.$gd++;
if ((mc.$gd == glow_delay) and (mc._alpha >= 99)) {
$mmc["$gm" + $j].removeMovieClip();
} else {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
} else {
$done_cnt++;
}
} else {
$sub_fr = frame - ($i * sub_delay);
if (0 < $sub_fr) {
sub_effect(mc, $sub_fr);
$av(mc);
if (0 < glow_delay) {
if (0 < ($sub_fr - glow_delay)) {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
$buf[$buf_idx] = {_x:mc._x, _y:mc._y, _xscale:mc._xscale, _yscale:mc._yscale, _rotation:mc._rotation, _alpha:mc._alpha * glow_factor};
}
}
}
$buf_idx++;
$i++;
}
if ($sub_cnt == $done_cnt) {
subs_done = true;
}
}
main_effect($mmc, frame);
$av($mmc);
}
};
if (0 < initial_wait) {
$e = onEnterFrame;
onEnterFrame = function () {
initial_wait--;
if (initial_wait == 0) {
onEnterFrame = $e;
}
};
}
Symbol 49 MovieClip Frame 1
function $av(mc) {
mc._visible = 1 < mc._alpha;
}
function $ord(o) {
if ((o != $pr_ord) or (13 < o)) {
$pr_ord = o;
$ta = new Array();
var $i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$ta[$i] = {$i:$i};
$ta[$i].s = 20000000 + ((o >= 2) ? (((o >= 4) ? (((o >= 6) ? (((o >= 8) ? (((o >= 10) ? (mc.__x - mc.__y) : (mc.__x + mc.__y))) : (mc.__y))) : (mc.__x))) : ((mc.__x * mc.__x) + (mc.__y * mc.__y)))) : (mc._i));
$ta[$i].s = ((o >= 12) ? (((o >= 14) ? (Math.random()) : ((7.85340023040771 + Math.atan2(mc.__y, mc.__x)) % 6.28319978713989))) : ($ta[$i].s));
$i++;
}
$ta.sortOn("s");
if (o % 2) {
$ta.reverse();
}
var $i = 0;
while ($i < $sub_cnt) {
$ta[$i] = $smc[$ta[$i].$i];
$i++;
}
$smc = $ta;
}
}
initial_wait = 5;
$padding = 0;
lastsubframe = 30;
disp_x = 20;
disp_y = 20;
scaling = 0;
perlin = 1;
base_x = 10;
base_y = 10;
octaves = 5;
out_effect = 0;
loop_delay = -1;
main_init = function (mc) {
subs_done = true;
i1 = new flash.display.BitmapData(mc._width, mc._height, 0, 8421504);
i2 = i1.clone();
(((!perlin) ? (i2.noise(new Date())) : (i2.perlinNoise(base_x, base_y, octaves, new Date(), 0, 1, 6))));// not popped
filter = [new flash.filters.DisplacementMapFilter(i1, i1.rectangle.topLeft, 4, 2, disp_x * 2, disp_y * 2, "color")];
if (!out_effect) {
mc._alpha = 0;
}
};
main_effect = function (mc, frame) {
p = frame / lastsubframe;
if (!out_effect) {
p = 1 - p;
}
i1.fillRect(i1.rectangle, -2139062144);
i1.merge(i2, i2.rectangle, i2.rectangle.topLeft, 0, p * 256, p * 256);
mc.filters = filter;
mc._alpha = 100 - (p * 100);
if (scaling) {
mc._xscale = (mc._yscale = mc._alpha);
}
if (frame == lastsubframe) {
mc.filters = undefined;
end_effect = true;
i2.dispose();
i1.dispose();
}
};
sub_init = function (mc) {
};
sub_effect = function (mc, frame) {
};
for ($i in this) {
if (typeof(this[$i]) == "movieclip") {
$mmc = this[$i];
}
}
$mmc.swapDepths(5);
$smc = new Array();
for ($i in $mmc) {
if (typeof($mmc[$i]) == "movieclip") {
$smc.push($mmc[$i]);
}
}
$smc.reverse();
$sub_cnt = $smc.length;
glow_factor = ((glow_factor >= 0.100000001490116) ? (((0.899999976158142 >= glow_factor) ? (glow_factor) : 0.5)) : 0.5);
$i = 0;
while (360 >= $i) {
this["deg" + $i] = ($i * Math.PI) / 180;
$i = $i + 15;
}
$mmc.__x = $mmc._x;
$mmc.__y = $mmc._y;
main_init($mmc);
$av($mmc);
$buf = new Array();
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
mc._i = $i;
mc.done = (mc.$gd = 0);
mc.__x = mc._x;
mc.__y = mc._y;
mc.swapDepths(($i * 10) + 5);
sub_init(mc);
$av(mc);
if ((0 < glow_delay) and (1 < mc._alpha)) {
mc.duplicateMovieClip("$gm" + $i, $i * 10);
$mmc["$gm" + $i]._alpha = $mmc["$gm" + $i]._alpha * glow_factor;
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onEnterFrame = function () {
if (end_effect) {
if (loop_delay < 0) {
onEnterFrame = null;
onEnd();
} else if (0 < $loop_tm) {
$loop_tm--;
} else {
$mmc._x = $mmc.__x;
$mmc._y = $mmc.__y;
$mmc._xscale = ($mmc._yscale = ($mmc._alpha = 100));
$mmc._rotation = (subs_done = (end_effect = 0));
main_init($mmc);
$av($mmc);
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
mc._x = mc.__x;
mc._y = mc.__y;
mc._xscale = (mc._yscale = (mc._alpha = 100));
mc._rotation = (mc.done = (mc.$gd = 0));
sub_init(mc);
$av(mc);
if (0 < glow_delay) {
if (1 < mc._alpha) {
mc.duplicateMovieClip("$gm" + $j, $j * 10);
$mmc["$gm" + $j]._alpha = $mmc["$gm" + $j]._alpha * glow_factor;
} else {
$mmc["$gm" + $j].removeMovieClip();
}
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onLoop();
}
} else {
frame++;
if (!subs_done) {
$done_cnt = 0;
$buf_idx = (frame % glow_delay) * $sub_cnt;
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
if (mc.done) {
if ((0 < glow_delay) and (mc.$gd < glow_delay)) {
mc.$gd++;
if ((mc.$gd == glow_delay) and (mc._alpha >= 99)) {
$mmc["$gm" + $j].removeMovieClip();
} else {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
} else {
$done_cnt++;
}
} else {
$sub_fr = frame - ($i * sub_delay);
if (0 < $sub_fr) {
sub_effect(mc, $sub_fr);
$av(mc);
if (0 < glow_delay) {
if (0 < ($sub_fr - glow_delay)) {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
$buf[$buf_idx] = {_x:mc._x, _y:mc._y, _xscale:mc._xscale, _yscale:mc._yscale, _rotation:mc._rotation, _alpha:mc._alpha * glow_factor};
}
}
}
$buf_idx++;
$i++;
}
if ($sub_cnt == $done_cnt) {
subs_done = true;
}
}
main_effect($mmc, frame);
$av($mmc);
}
};
if (0 < initial_wait) {
$e = onEnterFrame;
onEnterFrame = function () {
initial_wait--;
if (initial_wait == 0) {
onEnterFrame = $e;
}
};
}
Symbol 87 MovieClip Frame 1
function $av(mc) {
mc._visible = 1 < mc._alpha;
}
function $ord(o) {
if ((o != $pr_ord) or (13 < o)) {
$pr_ord = o;
$ta = new Array();
var $i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$ta[$i] = {$i:$i};
$ta[$i].s = 20000000 + ((o >= 2) ? (((o >= 4) ? (((o >= 6) ? (((o >= 8) ? (((o >= 10) ? (mc.__x - mc.__y) : (mc.__x + mc.__y))) : (mc.__y))) : (mc.__x))) : ((mc.__x * mc.__x) + (mc.__y * mc.__y)))) : (mc._i));
$ta[$i].s = ((o >= 12) ? (((o >= 14) ? (Math.random()) : ((7.85340023040771 + Math.atan2(mc.__y, mc.__x)) % 6.28319978713989))) : ($ta[$i].s));
$i++;
}
$ta.sortOn("s");
if (o % 2) {
$ta.reverse();
}
var $i = 0;
while ($i < $sub_cnt) {
$ta[$i] = $smc[$ta[$i].$i];
$i++;
}
$smc = $ta;
}
}
initial_wait = 0;
$padding = 4;
out_effect = 0;
lastsubframe = 12;
sub_order = 0;
sunspeed = 15;
suncolin = 16777152 /* 0xFFFFC0 */;
suncolout = 16744448 /* 0xFF8000 */;
sunalphain = 50;
sunalphaout = 50;
loop_delay = -1;
main_init = function (mc) {
sub_delay = lastsubframe;
createEmptyMovieClip("sun", 6);
with (sun) {
lineStyle();
var colors = [suncolin, suncolout];
var alphas = [sunalphain, sunalphaout];
var ratios = [0, 255];
var matrix = {matrixType:"box", w:240, h:240, x:-120, y:-120, r:0};
beginGradientFill("radial", colors, alphas, ratios, matrix);
angle = deg180 / 5;
r2 = 90;
moveTo(0, -120);
i = angle;
while (deg360 >= i) {
curveTo(Math.sin(i - (angle / 2)) * 50, (-Math.cos(i - (angle / 2))) * 50, Math.sin(i) * r2, (-Math.cos(i)) * r2);
if (r2 == 120) {
r2 = 90;
} else {
r2 = 120;
}
i = i + angle;
}
endFill();
_xscale = (_yscale = 0);
}
};
main_effect = function (mc, frame) {
sun._rotation = sun._rotation + sunspeed;
if (subs_done) {
end_effect = true;
}
};
sub_init = function (mc) {
mc.step = 0;
if (!out_effect) {
mc._alpha = 0;
}
mc.r = (Math.max(mc._width, mc._height) - $padding) + 10;
};
sub_effect = function (mc, frame) {
prev_done = ((0 >= $i) ? true : ($smc[$i - 1].done));
if (prev_done) {
mc.step++;
perc = mc.step / lastsubframe;
sun._x = mc._x;
sun._y = mc._y;
sun._xscale = (sun._yscale = mc.r * Math.sin(perc * deg180));
if (perc == 0.5) {
mc._alpha = 100 - mc._alpha;
}
if (mc.step == lastsubframe) {
mc.done = true;
}
}
};
for ($i in this) {
if (typeof(this[$i]) == "movieclip") {
$mmc = this[$i];
}
}
$mmc.swapDepths(5);
$smc = new Array();
for ($i in $mmc) {
if (typeof($mmc[$i]) == "movieclip") {
$smc.push($mmc[$i]);
}
}
$smc.reverse();
$sub_cnt = $smc.length;
glow_factor = ((glow_factor >= 0.100000001490116) ? (((0.899999976158142 >= glow_factor) ? (glow_factor) : 0.5)) : 0.5);
$i = 0;
while (360 >= $i) {
this["deg" + $i] = ($i * Math.PI) / 180;
$i = $i + 15;
}
$mmc.__x = $mmc._x;
$mmc.__y = $mmc._y;
main_init($mmc);
$av($mmc);
$buf = new Array();
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
mc._i = $i;
mc.done = (mc.$gd = 0);
mc.__x = mc._x;
mc.__y = mc._y;
mc.swapDepths(($i * 10) + 5);
sub_init(mc);
$av(mc);
if ((0 < glow_delay) and (1 < mc._alpha)) {
mc.duplicateMovieClip("$gm" + $i, $i * 10);
$mmc["$gm" + $i]._alpha = $mmc["$gm" + $i]._alpha * glow_factor;
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onEnterFrame = function () {
if (end_effect) {
if (loop_delay < 0) {
onEnterFrame = null;
onEnd();
} else if (0 < $loop_tm) {
$loop_tm--;
} else {
$mmc._x = $mmc.__x;
$mmc._y = $mmc.__y;
$mmc._xscale = ($mmc._yscale = ($mmc._alpha = 100));
$mmc._rotation = (subs_done = (end_effect = 0));
main_init($mmc);
$av($mmc);
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
mc._x = mc.__x;
mc._y = mc.__y;
mc._xscale = (mc._yscale = (mc._alpha = 100));
mc._rotation = (mc.done = (mc.$gd = 0));
sub_init(mc);
$av(mc);
if (0 < glow_delay) {
if (1 < mc._alpha) {
mc.duplicateMovieClip("$gm" + $j, $j * 10);
$mmc["$gm" + $j]._alpha = $mmc["$gm" + $j]._alpha * glow_factor;
} else {
$mmc["$gm" + $j].removeMovieClip();
}
}
$i++;
}
$ord(sub_order);
frame = 0;
$loop_tm = loop_delay;
onLoop();
}
} else {
frame++;
if (!subs_done) {
$done_cnt = 0;
$buf_idx = (frame % glow_delay) * $sub_cnt;
$i = 0;
while ($i < $sub_cnt) {
mc = $smc[$i];
$j = mc._i;
if (mc.done) {
if ((0 < glow_delay) and (mc.$gd < glow_delay)) {
mc.$gd++;
if ((mc.$gd == glow_delay) and (mc._alpha >= 99)) {
$mmc["$gm" + $j].removeMovieClip();
} else {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
} else {
$done_cnt++;
}
} else {
$sub_fr = frame - ($i * sub_delay);
if (0 < $sub_fr) {
sub_effect(mc, $sub_fr);
$av(mc);
if (0 < glow_delay) {
if (0 < ($sub_fr - glow_delay)) {
mc.duplicateMovieClip("$gm" + $j, $j * 10, $buf[$buf_idx]);
$av($mmc["$gm" + $j]);
}
$buf[$buf_idx] = {_x:mc._x, _y:mc._y, _xscale:mc._xscale, _yscale:mc._yscale, _rotation:mc._rotation, _alpha:mc._alpha * glow_factor};
}
}
}
$buf_idx++;
$i++;
}
if ($sub_cnt == $done_cnt) {
subs_done = true;
}
}
main_effect($mmc, frame);
$av($mmc);
}
};
if (0 < initial_wait) {
$e = onEnterFrame;
onEnterFrame = function () {
initial_wait--;
if (initial_wait == 0) {
onEnterFrame = $e;
}
};
}
Symbol 625 Button
on (press, release) {
play();
}
Symbol 631 Button
on (press, release) {
gotoAndPlay (87);
}
Symbol 651 Button
on (press, release) {
gotoAndStop (82);
}
Symbol 654 Button
on (press, release) {
gotoAndPlay (119);
}
Symbol 656 Button
on (press, release) {
gotoAndPlay (121);
}
Symbol 658 Button
on (press, release) {
gotoAndPlay (119);
}
Symbol 660 Button
on (press, release) {
gotoAndPlay (119);
}
Symbol 669 Button
on (press, release) {
gotoAndPlay (99);
}
Symbol 673 Button
on (press, release) {
gotoAndStop (150);
}
Symbol 677 Button
on (press, release) {
gotoAndPlay (151);
}
Symbol 679 Button
on (press, release) {
gotoAndPlay (151);
}
Symbol 681 Button
on (release) {
gotoAndPlay (119);
}
Symbol 683 Button
on (press, release) {
gotoAndPlay (119);
}
Symbol 687 Button
on (press, release) {
gotoAndStop (187);
}
Symbol 691 Button
on (press, release) {
gotoAndPlay (188);
}
Symbol 693 Button
on (release) {
gotoAndPlay (119);
}
Symbol 695 Button
on (release) {
gotoAndPlay (119);
}
Symbol 697 Button
on (press, release) {
gotoAndPlay (119);
}
Symbol 701 Button
on (press, release) {
gotoAndStop (231);
}
Symbol 707 Button
on (press, release) {
gotoAndPlay (119);
}
Symbol 709 Button
on (press, release) {
gotoAndPlay (119);
}
Symbol 711 Button
on (press, release) {
gotoAndPlay (119);
}
Symbol 713 Button
on (release) {
gotoAndPlay (238);
}
Symbol 715 Button
on (press, release) {
gotoAndStop (280);
}
Symbol 719 Button
on (release) {
gotoAndPlay (119);
}
Symbol 721 Button
on (press, release) {
gotoAndPlay (119);
}
Symbol 723 Button
on (press, release) {
gotoAndPlay (119);
}
Symbol 725 Button
on (press, release) {
gotoAndPlay (287);
}
Symbol 731 Button
on (press, release) {
gotoAndStop (402);
}
Symbol 735 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 737 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 739 Button
on (press, release) {
gotoAndPlay (405);
}
Symbol 741 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 749 Button
on (press, release) {
gotoAndPlay (99);
}
Symbol 755 Button
on (press, release) {
gotoAndStop (447);
}
Symbol 759 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 761 Button
on (press, release) {
gotoAndPlay (454);
}
Symbol 763 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 765 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 769 Button
on (press, release) {
gotoAndStop (503);
}
Symbol 773 Button
on (press, release) {
gotoAndPlay (510);
}
Symbol 775 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 777 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 779 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 783 Button
on (press, release) {
gotoAndStop (559);
}
Symbol 789 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 791 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 793 Button
on (press, release) {
gotoAndPlay (566);
}
Symbol 795 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 797 Button
on (press, release) {
gotoAndStop (615);
}
Symbol 801 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 803 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 805 Button
on (press, release) {
gotoAndPlay (403);
}
Symbol 807 Button
on (press, release) {
gotoAndPlay (622);
}
Symbol 811 Button
on (press, release) {
gotoAndPlay (707);
}
Symbol 817 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 819 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 821 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 823 Button
on (press, release) {
gotoAndStop (897);
}
Symbol 825 Button
on (press, release) {
gotoAndPlay (99);
}
Symbol 831 Button
on (press, release) {
gotoAndStop (926);
}
Symbol 837 Button
on (press, release) {
gotoAndStop (1317);
}
Symbol 839 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 841 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 843 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 845 Button
on (press, release) {
gotoAndStop (1136);
}
Symbol 851 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 853 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 855 Button
on (press, release) {
gotoAndStop (1317);
}
Symbol 857 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 859 Button
on (press, release) {
gotoAndStop (1346);
}
Symbol 863 Button
on (press, release) {
gotoAndStop (1527);
}
Symbol 865 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 867 Button
on (release) {
gotoAndPlay (715);
}
Symbol 869 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 873 Button
on (press, release) {
gotoAndStop (1556);
}
Symbol 879 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 881 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 883 Button
on (press, release) {
gotoAndPlay (1563);
}
Symbol 885 Button
on (press, release) {
gotoAndPlay (715);
}
Symbol 889 Button
on (press, release) {
gotoAndStop (82);
}