Frame 1
menu_cm = new ContextMenu();
menu_cm.builtInItems.forward_back = false;
menu_cm.builtInItems.loop = false;
menu_cm.builtInItems.play = false;
menu_cm.builtInItems.rewind = false;
_root.menu = menu_cm;
Instance of Symbol 1318 MovieClip [one] "one" in Frame 2
onClipEvent (load) {
color_back = 16777215 /* 0xFFFFFF */;
color_meter = 3407871 /* 0x33FFFF */;
cy = Stage.height / 2;
total = _root.getBytesTotal();
metery = cy + 20;
clear();
lineStyle();
beginFill(3407871);
moveTo(0, 0);
lineTo(sindo, 0);
lineTo(sindo, 13);
lineTo(0, 13);
lineTo(0, 0);
endFill();
}
Instance of Symbol 1320 MovieClip [two] "two" in Frame 3
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
sindo = int((loaded / _root.getBytesTotal()) * 146);
clear();
lineStyle();
beginFill(3407871);
moveTo(0, 0);
lineTo(sindo, 0);
lineTo(sindo, 13);
lineTo(0, 13);
lineTo(0, 0);
endFill();
}
Frame 4
if (_root.two.sindo == 146) {
gotoAndPlay("aaa");
}
Frame 5
gotoAndPlay("aa");
Frame 6
stop();
Frame 9
stop();
Frame 263
gotoAndPlay("\u30B9\u30BF\u30FC\u30C8");
Frame 501
stop();
Instance of Symbol 150 MovieClip [syuriken] "syuriken1" in Frame 1122
onClipEvent (load) {
x_start = 550;
y_start = 100;
x_end = 300;
y_end = 100;
framecount = 6;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
if (230 >= _x) {
_x = 230;
}
}
Instance of Symbol 150 MovieClip [syuriken] "syuriken2" in Frame 1125
onClipEvent (load) {
x_start = 550;
y_start = 50;
x_end = 300;
y_end = 50;
framecount = 6;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
if (280 >= _x) {
_x = 280;
}
}
Instance of Symbol 150 MovieClip [syuriken] "syuriken3" in Frame 1127
onClipEvent (load) {
x_start = 550;
y_start = 150;
x_end = 300;
y_end = 150;
framecount = 6;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
if (180 >= _x) {
_x = 180;
}
}
Instance of Symbol 150 MovieClip [syuriken] "syuriken1" in Frame 1141
onClipEvent (load) {
x_start = 230;
y_start = 100;
x_end = -100;
y_end = 100;
framecount = 6;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
}
Instance of Symbol 150 MovieClip [syuriken] "syuriken2" in Frame 1141
onClipEvent (load) {
x_start = 280;
y_start = 50;
x_end = -50;
y_end = 50;
framecount = 6;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
}
Instance of Symbol 150 MovieClip [syuriken] "syuriken3" in Frame 1141
onClipEvent (load) {
x_start = 180;
y_start = 150;
x_end = -150;
y_end = 150;
framecount = 6;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
}
Instance of Symbol 150 MovieClip [syuriken] "syuriken1" in Frame 1149
onClipEvent (load) {
x_start = 550;
y_start = 100;
x_end = 300;
y_end = 100;
framecount = 8;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
if (250 >= _x) {
_x = 250;
}
}
Instance of Symbol 150 MovieClip [syuriken] "syuriken2" in Frame 1149
onClipEvent (load) {
x_start = 550;
y_start = 50;
x_end = 300;
y_end = 50;
framecount = 8;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
if (230 >= _x) {
_x = 230;
}
}
Instance of Symbol 150 MovieClip [syuriken] "syuriken3" in Frame 1149
onClipEvent (load) {
x_start = 550;
y_start = 150;
x_end = 300;
y_end = 150;
framecount = 8;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
if (210 >= _x) {
_x = 210;
}
}
Instance of Symbol 150 MovieClip [syuriken] "syuriken1" in Frame 1160
onClipEvent (load) {
x_start = 250;
y_start = 100;
x_end = 600;
y_end = 100;
framecount = 4;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
}
Instance of Symbol 150 MovieClip [syuriken] "syuriken2" in Frame 1161
onClipEvent (load) {
x_start = 230;
y_start = 50;
x_end = 600;
y_end = -300;
framecount = 4;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
}
Instance of Symbol 150 MovieClip [syuriken] "syuriken3" in Frame 1161
onClipEvent (load) {
x_start = 210;
y_start = 150;
x_end = 600;
y_end = 600;
framecount = 4;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
}
Instance of Symbol 368 MovieClip [逃げられた] "samuraikaeru" in Frame 1453
onClipEvent (load) {
_root.samuraikaeru._alpha = 0;
}
onClipEvent (enterFrame) {
_root.samuraikaeru._alpha = _root.samuraikaeru._alpha + 3;
}
Instance of Symbol 730 MovieClip [女剣士走る] "girl" in Frame 1685
onClipEvent (load) {
x_start = -88;
y_start = 52;
_root.girl._rotation = 5;
x_end = 378;
y_end = 52;
framecount = 14;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
}
Instance of Symbol 742 MovieClip [カエル走って街へ] "kaeru" in Frame 1699
onClipEvent (load) {
x_start = 500;
y_start = 0;
x_end = 80;
y_end = 0;
framecount = 15;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
if (50 >= _x) {
_x = 50;
}
}
Instance of Symbol 790 MovieClip [侍回って落ちる] "samuraiochiru" in Frame 1822
onClipEvent (load) {
x_start = 0;
y_start = 0;
x_end = -850;
y_end = 200;
framecount = 35;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
_root.samuraiochiru._xscale = _root.samuraiochiru._xscale + 10;
_root.samuraiochiru._yscale = _root.samuraiochiru._yscale + 10;
}
Instance of Symbol 792 MovieClip [カエル回って落ちる] "kaeruochiru" in Frame 1822
onClipEvent (load) {
x_start = 0;
y_start = 0;
x_end = -1200;
y_end = 200;
framecount = 35;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
_root.kaeruochiru._xscale = _root.kaeruochiru._xscale + 10;
_root.kaeruochiru._yscale = _root.kaeruochiru._yscale + 10;
}
Instance of Symbol 836 MovieClip [紫忍者侍を背負ってジャンプ] "murasakininjyajump" in Frame 1936
onClipEvent (load) {
x_start = 0;
y_start = 0;
x_end = -250;
y_end = -240;
framecount = 7;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
}
Instance of Symbol 856 MovieClip [家屋倒壊] "kaokutoukai" in Frame 1943
onClipEvent (load) {
x_start = 0;
y_start = 0;
x_end = 0;
y_end = 150;
framecount = 8;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
}
Instance of Symbol 730 MovieClip [女剣士走る] "girl2" in Frame 1955
onClipEvent (load) {
x_start = -188;
y_start = 97;
_root.girl2._rotation = 5;
x_end = 128;
y_end = 97;
framecount = 8;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
if (_x >= 128) {
_x = 128;
}
}
Instance of Symbol 832 MovieClip [忍者カエルを背負ってジャンプ] "ninja" in Frame 2066
onClipEvent (load) {
x_start = 323;
y_start = -342;
x_end = 56;
y_end = -86;
framecount = 5;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
}
Instance of Symbol 1096 MovieClip [忍者A回転] in Frame 2192
onClipEvent (load) {
x_start = 578;
y_start = -70;
x_end = -48;
y_end = 419;
framecount = 13;
x_henka = (x_end - x_start) / framecount;
y_henka = (y_end - y_start) / framecount;
_x = x_start;
_y = y_start;
}
onClipEvent (enterFrame) {
_x = _x + x_henka;
_y = _y + y_henka;
}
Instance of Symbol 1222 MovieClip [鬼崩れる] "onikuzureru" in Frame 2301
onClipEvent (enterFrame) {
_root.onikuzureru._alpha = _root.onikuzureru._alpha * 0.95;
}
Frame 2811
stopAllSounds();
Frame 2812
gotoAndPlay("\u30A8\u30D4\u30ED\u30FC\u30B0");
Symbol 62 MovieClip Frame 7
stop();
Symbol 260 MovieClip Frame 4
stop();
Instance of Symbol 20065 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20067 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20071 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20075 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20075 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20077 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20079 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20081 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20071 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20075 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20075 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20071 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20071 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20077 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20081 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20071 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20081 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20071 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20081 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20083 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20083 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20083 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20083 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20071 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20077 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20077 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20083 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20083 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20077 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20081 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20071 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20085 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20071 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20081 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20075 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20075 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20077 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20079 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20081 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20081 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20083 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20083 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20083 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20083 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20071 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20073 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20077 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20071 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20081 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20069 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 20081 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Symbol 262 MovieClip Frame 8
stop();
Symbol 270 MovieClip Frame 5
stop();
Symbol 272 MovieClip Frame 6
stop();
Symbol 274 MovieClip Frame 11
stop();
Symbol 276 MovieClip Frame 11
stop();
Symbol 278 MovieClip Frame 11
stop();
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20317 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20319 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20321 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20323 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20325 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20327 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20329 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20331 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20331 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20331 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20327 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20333 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20335 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20323 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20331 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20335 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20339 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20339 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20339 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20339 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20339 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20339 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20339 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20341 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20321 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20323 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20343 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20343 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20343 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20343 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20323 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20323 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20321 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20323 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20331 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20323 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20321 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20323 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20331 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20345 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20315 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20323 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20347 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20323 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20317 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20329 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20335 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20321 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20317 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20337 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20329 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20335 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 280 MovieClip Frame 12
stop();
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20351 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20351 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20353 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20359 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20361 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20363 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20365 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20367 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20363 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20369 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20371 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20371 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20373 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20375 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20375 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20373 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20371 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20371 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20363 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20369 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20377 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20375 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20375 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20379 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20381 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20379 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20379 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20351 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20353 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20383 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20351 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20353 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20355 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20357 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20363 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20385 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20385 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20353 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20369 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20349 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20363 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20385 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20385 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20353 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20369 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 282 MovieClip Frame 11
stop();
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20393 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20395 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20399 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20399 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20401 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20403 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20405 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20407 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20409 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20411 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20413 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20413 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20415 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20417 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20419 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20419 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20419 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20405 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20407 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20421 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20421 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20421 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20421 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20423 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20397 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20413 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20413 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20391 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20425 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20427 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20429 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20431 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20387 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20389 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20425 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20427 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 20429 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 284 MovieClip Frame 11
stop();
Symbol 286 MovieClip Frame 6
stop();
Symbol 288 MovieClip Frame 3
stop();
Symbol 290 MovieClip Frame 6
stop();
Symbol 292 MovieClip Frame 9
stop();
Symbol 294 MovieClip Frame 9
stop();
Symbol 296 MovieClip Frame 11
stop();
Symbol 298 MovieClip Frame 11
stop();
Symbol 300 MovieClip Frame 11
stop();
Symbol 304 MovieClip Frame 4
stop();
Symbol 306 MovieClip Frame 4
stop();
Symbol 308 MovieClip Frame 6
stop();
Symbol 310 MovieClip Frame 10
stop();
Symbol 312 MovieClip Frame 8
stop();
Symbol 314 MovieClip Frame 5
stop();
Symbol 316 MovieClip Frame 11
stop();
Symbol 318 MovieClip Frame 11
stop();
Symbol 320 MovieClip Frame 4
stop();
Symbol 322 MovieClip Frame 6
stop();
Symbol 324 MovieClip Frame 6
stop();
Symbol 326 MovieClip Frame 6
stop();
Symbol 328 MovieClip Frame 9
stop();
Symbol 330 MovieClip Frame 5
stop();
Symbol 332 MovieClip Frame 4
stop();
Symbol 334 MovieClip Frame 5
stop();
Symbol 336 MovieClip Frame 4
stop();
Symbol 338 MovieClip Frame 4
stop();
Symbol 340 MovieClip Frame 4
stop();
Instance of Symbol 21501 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21503 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21507 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21511 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21511 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21513 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21515 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21517 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21507 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21511 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21511 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21507 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21507 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21513 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21517 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21507 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21517 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21507 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21517 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21519 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21519 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21519 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21519 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21507 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21513 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21513 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21519 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21519 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21513 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21517 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21507 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21521 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21507 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21517 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21511 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21511 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21513 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21515 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21517 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21517 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21519 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21519 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21519 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21519 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21507 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21509 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21513 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21507 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21517 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21505 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 21517 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x = this._x + ((Math.random() * 320) - (320 / 2));
this._y = this._y + ((Math.random() * 320) - (320 / 2));
}
onClipEvent (enterFrame) {
this._x = this._x + ((xx - this._x) * 0.3);
this._y = this._y + ((yy - this._y) * 0.3);
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
}
Symbol 352 MovieClip Frame 9
stop();
Symbol 390 MovieClip Frame 7
stop();
Symbol 392 MovieClip Frame 7
stop();
Symbol 398 MovieClip Frame 7
stop();
Symbol 400 MovieClip Frame 6
stop();
Symbol 402 MovieClip Frame 6
stop();
Symbol 406 MovieClip Frame 11
stop();
Symbol 410 MovieClip Frame 11
stop();
Symbol 436 MovieClip Frame 5
stop();
Symbol 438 MovieClip Frame 5
stop();
Symbol 440 MovieClip Frame 5
stop();
Symbol 442 MovieClip Frame 5
stop();
Symbol 584 MovieClip Frame 8
stop();
Symbol 586 MovieClip Frame 8
stop();
Symbol 604 MovieClip Frame 5
stop();
Symbol 606 MovieClip Frame 5
stop();
Symbol 608 MovieClip Frame 5
stop();
Symbol 610 MovieClip Frame 5
stop();
Symbol 614 MovieClip Frame 5
stop();
Symbol 616 MovieClip Frame 5
stop();
Symbol 620 MovieClip Frame 5
stop();
Symbol 622 MovieClip Frame 5
stop();
Symbol 624 MovieClip Frame 10
stop();
Symbol 626 MovieClip Frame 10
stop();
Symbol 628 MovieClip Frame 7
stop();
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22631 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22633 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22637 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22639 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22641 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22643 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22645 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22647 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22649 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22649 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22651 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22653 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22655 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22657 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22655 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22659 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22649 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22653 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22661 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22663 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22665 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22667 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22665 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22669 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22669 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22671 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22669 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22649 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22631 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22649 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22649 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22635 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22661 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22653 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22649 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22651 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22673 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22629 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22665 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22649 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22675 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22669 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22649 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22675 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22627 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22653 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22649 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22631 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22661 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22669 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22649 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22673 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 630 MovieClip Frame 14
stop();
Symbol 638 MovieClip Frame 11
stop();
Symbol 640 MovieClip Frame 11
stop();
Symbol 644 MovieClip Frame 8
stop();
Symbol 646 MovieClip Frame 8
stop();
Symbol 648 MovieClip Frame 4
stop();
Symbol 650 MovieClip Frame 4
stop();
Symbol 656 MovieClip Frame 4
stop();
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22969 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22971 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22973 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22975 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22977 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22979 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22981 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22983 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22983 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22985 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22987 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22971 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22977 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22989 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22989 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22985 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22977 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22969 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22991 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22993 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22991 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22985 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22993 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22987 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22965 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22995 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22993 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22967 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22979 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22997 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22993 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22993 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 22999 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 658 MovieClip Frame 14
stop();
Symbol 662 MovieClip Frame 4
stop();
Symbol 664 MovieClip Frame 4
stop();
Symbol 668 MovieClip Frame 8
stop();
Symbol 670 MovieClip Frame 8
stop();
Symbol 672 MovieClip Frame 8
stop();
Symbol 674 MovieClip Frame 8
stop();
Symbol 690 MovieClip Frame 4
stop();
Symbol 692 MovieClip Frame 4
stop();
Symbol 696 MovieClip Frame 12
stop();
Symbol 698 MovieClip Frame 12
stop();
Symbol 700 MovieClip Frame 4
stop();
Symbol 702 MovieClip Frame 4
stop();
Symbol 704 MovieClip Frame 4
stop();
Symbol 706 MovieClip Frame 4
stop();
Symbol 714 MovieClip Frame 12
stop();
Symbol 716 MovieClip Frame 12
stop();
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23759 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23759 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23761 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23763 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23765 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23767 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23769 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23771 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23773 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23775 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23777 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23779 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23781 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23783 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23781 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23785 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23781 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23787 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23787 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23789 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23791 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23793 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23789 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23791 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23795 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23797 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23799 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23801 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23803 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23805 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23771 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23807 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23809 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23811 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23813 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23783 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23815 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23757 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23781 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23773 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23803 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23771 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23801 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23789 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23803 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23771 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23767 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 720 MovieClip Frame 14
stop();
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23819 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23821 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23823 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23825 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23827 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23829 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23831 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23833 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23835 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23837 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23839 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23841 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23843 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23843 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23845 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23823 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23847 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23823 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23849 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23851 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23853 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23821 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23823 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23855 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23857 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23859 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23861 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23821 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23863 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23865 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23867 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23869 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23871 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23873 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23839 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23841 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23823 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23825 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23821 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23865 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23841 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23867 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23821 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23865 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23853 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23823 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23817 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23865 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23875 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 23847 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 722 MovieClip Frame 14
stop();
Symbol 760 MovieClip Frame 7
stop();
Symbol 762 MovieClip Frame 7
stop();
Symbol 770 MovieClip Frame 11
stop();
Symbol 772 MovieClip Frame 11
stop();
Symbol 780 MovieClip Frame 4
stop();
Symbol 782 MovieClip Frame 4
stop();
Symbol 818 MovieClip Frame 4
stop();
Symbol 820 MovieClip Frame 4
stop();
Symbol 822 MovieClip Frame 4
stop();
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24203 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24203 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24203 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24203 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24203 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24203 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24203 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24205 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24209 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24209 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24209 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24209 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24209 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24209 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24209 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24207 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24201 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24211 MovieClip in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 848 MovieClip Frame 14
stop();
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24215 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24215 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24215 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24215 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24215 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24215 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24221 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24221 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24221 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24221 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24221 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24221 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24215 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24215 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24217 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24225 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24227 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24221 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24221 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24223 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24213 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24219 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 850 MovieClip Frame 14
stop();
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24231 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24231 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24231 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24231 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24231 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24231 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24237 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24237 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24237 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24237 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24237 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24237 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24239 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24231 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24243 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24233 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24243 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24237 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24243 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24245 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24247 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24239 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24239 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24235 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24239 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24229 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24241 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 852 MovieClip Frame 14
stop();
Instance of Symbol 24249 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24249 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24249 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24249 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24249 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24249 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24249 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24249 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24257 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24257 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24257 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24257 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24257 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24257 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24257 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24257 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24261 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24259 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24253 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24255 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 24251 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 854 MovieClip Frame 14
stop();
Symbol 872 MovieClip Frame 4
stop();
Symbol 874 MovieClip Frame 4
stop();
Symbol 900 MovieClip Frame 6
stop();
Symbol 904 MovieClip Frame 6
stop();
Symbol 908 MovieClip Frame 6
stop();
Symbol 912 MovieClip Frame 6
stop();
Symbol 914 MovieClip Frame 6
stop();
Symbol 916 MovieClip Frame 6
stop();
Symbol 918 MovieClip Frame 6
stop();
Symbol 936 MovieClip Frame 9
stop();
Symbol 942 MovieClip Frame 9
stop();
Symbol 946 MovieClip Frame 9
stop();
Symbol 948 MovieClip Frame 9
stop();
Symbol 956 MovieClip Frame 4
stop();
Symbol 958 MovieClip Frame 7
stop();
Symbol 960 MovieClip Frame 4
stop();
Symbol 962 MovieClip Frame 7
stop();
Symbol 968 MovieClip Frame 4
stop();
Symbol 970 MovieClip Frame 7
stop();
Symbol 974 MovieClip Frame 4
stop();
Symbol 976 MovieClip Frame 7
stop();
Symbol 996 MovieClip Frame 4
stop();
Symbol 1004 MovieClip Frame 4
stop();
Symbol 1008 MovieClip Frame 4
stop();
Symbol 1014 MovieClip Frame 4
stop();
Symbol 1020 MovieClip Frame 4
stop();
Instance of Symbol 25241 MovieClip in Symbol 1030 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1030 MovieClip Frame 4
stop();
Instance of Symbol 25243 MovieClip in Symbol 1032 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1032 MovieClip Frame 4
stop();
Symbol 1034 MovieClip Frame 5
stop();
Symbol 1036 MovieClip Frame 5
stop();
Symbol 1038 MovieClip Frame 5
stop();
Symbol 1040 MovieClip Frame 5
stop();
Symbol 1044 MovieClip Frame 5
stop();
Symbol 1042 MovieClip Frame 5
stop();
Symbol 1046 MovieClip Frame 5
stop();
Symbol 1048 MovieClip Frame 5
stop();
Symbol 1050 MovieClip Frame 5
stop();
Symbol 1058 MovieClip Frame 4
stop();
Instance of Symbol 25485 MovieClip in Symbol 1072 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1072 MovieClip Frame 4
stop();
Instance of Symbol 25487 MovieClip in Symbol 1074 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1074 MovieClip Frame 4
stop();
Symbol 1082 MovieClip Frame 4
stop();
Symbol 1084 MovieClip Frame 4
stop();
Symbol 1108 MovieClip Frame 3
stop();
Symbol 1110 MovieClip Frame 4
stop();
Symbol 1112 MovieClip Frame 3
stop();
Symbol 1114 MovieClip Frame 4
stop();
Symbol 1116 MovieClip Frame 3
stop();
Symbol 1118 MovieClip Frame 4
stop();
Symbol 1120 MovieClip Frame 3
stop();
Symbol 1122 MovieClip Frame 3
stop();
Symbol 1124 MovieClip Frame 4
stop();
Symbol 1126 MovieClip Frame 4
stop();
Symbol 1130 MovieClip Frame 3
stop();
Symbol 1132 MovieClip Frame 3
stop();
Symbol 1134 MovieClip Frame 4
stop();
Symbol 1136 MovieClip Frame 4
stop();
Symbol 1140 MovieClip Frame 3
stop();
Symbol 1142 MovieClip Frame 3
stop();
Symbol 1144 MovieClip Frame 4
stop();
Symbol 1146 MovieClip Frame 4
stop();
Symbol 1154 MovieClip Frame 3
stop();
Symbol 1156 MovieClip Frame 3
stop();
Symbol 1158 MovieClip Frame 3
stop();
Symbol 1160 MovieClip Frame 3
stop();
Symbol 1162 MovieClip Frame 3
stop();
Symbol 1164 MovieClip Frame 3
stop();
Symbol 1166 MovieClip Frame 3
stop();
Symbol 1168 MovieClip Frame 3
stop();
Symbol 1172 MovieClip Frame 3
stop();
Instance of Symbol 26517 MovieClip in Symbol 1176 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1176 MovieClip Frame 4
stop();
Instance of Symbol 26519 MovieClip in Symbol 1178 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1178 MovieClip Frame 4
stop();
Instance of Symbol 26521 MovieClip in Symbol 1180 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1180 MovieClip Frame 4
stop();
Instance of Symbol 26523 MovieClip in Symbol 1182 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1182 MovieClip Frame 4
stop();
Instance of Symbol 26525 MovieClip in Symbol 1184 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1184 MovieClip Frame 4
stop();
Instance of Symbol 26527 MovieClip in Symbol 1186 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1186 MovieClip Frame 4
stop();
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26533 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26535 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26535 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26537 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26539 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26533 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26537 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26539 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26533 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26531 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26533 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26535 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26535 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26533 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26535 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26535 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26533 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26535 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26535 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26533 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26535 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26529 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26535 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 1196 MovieClip Frame 14
stop();
Instance of Symbol 26541 MovieClip in Symbol 1202 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1202 MovieClip Frame 4
stop();
Instance of Symbol 26543 MovieClip in Symbol 1204 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1204 MovieClip Frame 4
stop();
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26549 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26551 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26555 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26559 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26561 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26559 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26561 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26555 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26561 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26559 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26561 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26559 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26561 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26563 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26549 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26565 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26567 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26561 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26571 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26551 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26573 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26575 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26579 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26581 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26583 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26575 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26585 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26587 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26585 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26583 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26583 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26583 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26589 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26589 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26583 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26583 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26583 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26583 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26589 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26589 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26591 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26593 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26585 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26595 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26597 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26599 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26601 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26603 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26555 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26605 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26559 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26607 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26603 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26609 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26585 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26579 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26611 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26549 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26613 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26615 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26617 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26619 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26621 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26593 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26605 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26617 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26615 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26603 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26569 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26603 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26623 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26625 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26627 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26629 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26561 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26631 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26559 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26633 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26635 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26605 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26559 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26631 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26633 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26635 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26619 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26637 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26599 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26603 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26599 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26639 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26641 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26549 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26575 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26561 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26605 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26561 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26579 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26643 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26601 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26645 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26579 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26579 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26575 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26579 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26647 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26649 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26549 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26553 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26579 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26579 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26647 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26555 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26651 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26653 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26625 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26599 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26557 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26655 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26555 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26561 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26603 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26551 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26555 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26657 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26659 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26659 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26659 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26659 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26547 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26577 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26651 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26579 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26661 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26579 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26591 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26579 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26545 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26591 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 1206 MovieClip Frame 21
stop();
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26667 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26669 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26671 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26673 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26669 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26675 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26677 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26679 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26685 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26687 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26671 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26679 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26679 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26691 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26693 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26669 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26679 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26667 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26695 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26697 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26699 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26701 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26703 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26705 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26677 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26707 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26707 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26709 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26669 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26711 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26713 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26677 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26677 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26669 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26673 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26677 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26677 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26677 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26707 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26669 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26715 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26717 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26719 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26721 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26723 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26725 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26679 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26727 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26721 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26715 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26715 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26701 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26667 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26715 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26699 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26729 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26715 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26731 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26719 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26719 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26733 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26735 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26719 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26719 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26683 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26737 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26669 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26667 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26717 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26689 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26739 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26741 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26705 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26701 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26705 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26727 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26717 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26707 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26669 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26669 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26669 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26743 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26717 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26719 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26741 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26663 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26705 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26719 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26681 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26729 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26707 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26665 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Instance of Symbol 26669 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (load) {
var xv = 0;
var yv = 0;
var av = 0;
xv = (Math.random() * 2) - 1;
yv = (Math.random() * -3) - 3;
av = (Math.random() * 10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + xv;
this._y = this._y + yv;
this._rotation = this._rotation + av;
yv = yv + 0.3;
}
Symbol 1208 MovieClip Frame 21
stop();
Instance of Symbol 26745 MovieClip in Symbol 1210 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1210 MovieClip Frame 4
stop();
Instance of Symbol 26747 MovieClip in Symbol 1212 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1212 MovieClip Frame 4
stop();
Instance of Symbol 26749 MovieClip in Symbol 1214 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1214 MovieClip Frame 4
stop();
Instance of Symbol 26751 MovieClip in Symbol 1216 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1216 MovieClip Frame 4
stop();
Instance of Symbol 26753 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1218 MovieClip Frame 4
stop();
Instance of Symbol 26755 MovieClip in Symbol 1220 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1220 MovieClip Frame 4
stop();
Instance of Symbol 26757 MovieClip in Symbol 1232 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2.5 * 100;
this._yscale = 2.5 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + (100 / 3);
this._xscale = this._xscale - ((100 * (2.5 - 1)) / 3);
this._yscale = this._yscale - ((100 * (2.5 - 1)) / 3);
}
}
Symbol 1232 MovieClip Frame 4
stop();
Symbol 1238 MovieClip Frame 6
stop();
Symbol 1240 MovieClip Frame 6
stop();
Symbol 1242 MovieClip Frame 6
stop();
Symbol 1244 MovieClip Frame 6
stop();
Symbol 1246 MovieClip Frame 6
stop();
Symbol 1248 MovieClip Frame 6
stop();
Symbol 1250 MovieClip Frame 6
stop();
Symbol 1252 MovieClip Frame 6
stop();
Symbol 1254 MovieClip Frame 6
stop();
Symbol 1256 MovieClip Frame 6
stop();
Symbol 1258 MovieClip Frame 6
stop();
Symbol 1260 MovieClip Frame 6
stop();
Symbol 1262 MovieClip Frame 6
stop();
Symbol 1264 MovieClip Frame 6
stop();
Symbol 1266 MovieClip Frame 6
stop();
Symbol 1268 MovieClip Frame 6
stop();
Symbol 1270 MovieClip Frame 6
stop();
Symbol 1272 MovieClip Frame 6
stop();
Symbol 1274 MovieClip Frame 6
stop();
Symbol 1276 MovieClip Frame 6
stop();
Symbol 2 MovieClip [画質変更] Frame 1
function cMC(name, depth, x, y, target) {
if (!target) {
createEmptyMovieClip(name, depth);
} else {
eval (target).createEmptyMovieClip(name, depth);
name = (target + ".") + name;
}
with (eval (name)) {
_x = x;
_y = y;
_yscale = sc * 100;
_xscale = sc * 100;
}
}
function cTX(name, depth, value, x, y, w, h, align, tf) {
if (align.indexOf("l") == -1) {
if (align.indexOf("r") == -1) {
tx = (w * -1) / 2;
} else {
tx = w * -1;
}
} else {
tx = 0;
}
if (align.indexOf("t") == -1) {
if (align.indexOf("b") == -1) {
ty = (h * -1) / 2;
} else {
ty = h * -1;
}
} else {
ty = 0;
}
cMC(name, depth, x, y);
eval (name).createTextField(name, 1, tx, ty, w, h);
with (eval ((name + ".") + name)) {
text = value;
selectable = false;
setTextFormat(tf);
if (_parent._parent.t_border == 1) {
border = true;
}
}
}
function cTF(name, sz, cl, fn, ag, st) {
with (eval (name)) {
size = sz;
color = cl;
font = fn;
align = ag;
if (st.indexOf("b") != -1) {
bold = true;
} else {
bold = false;
}
if (st.indexOf("i") != -1) {
italic = true;
} else {
italic = false;
}
if (st.indexOf("u") != -1) {
underline = true;
} else {
underline = false;
}
}
}
function setQuality(q) {
_quality = q;
qh.qh.setTextFormat(TFqb1);
qm.qm.setTextFormat(TFqb1);
ql.ql.setTextFormat(TFqb1);
if (_quality != "HIGH") {
if (_quality != "MEDIUM") {
if (_quality == "LOW") {
ql.ql.setTextFormat(TFqb2);
}
} else {
qm.qm.setTextFormat(TFqb2);
}
} else {
qh.qh.setTextFormat(TFqb2);
}
}
color_scheme = 2;
autoplay = 0;
q_button = 1;
percentage = 0;
stat_view = 1;
parts_stretch = 0;
test_preview = 0;
if (test_preview != 0) {
pb.removeMovieClip();
}
x = Stage.width / 100;
y = Stage.height / 100;
if (parts_stretch != 1) {
_global.sc = 1;
} else {
_global.sc = Stage.height / 240;
}
loaded = 0;
t_border = 0;
if (color_scheme != 1) {
if (color_scheme == 2) {
c_pb1 = 12303291 /* 0xBBBBBB */;
c_qb1 = 10066329 /* 0x999999 */;
c_per = 12303291 /* 0xBBBBBB */;
c_pb2 = 16777215 /* 0xFFFFFF */;
c_qb2 = 14540253 /* 0xDDDDDD */;
c_stat = 13421772 /* 0xCCCCCC */;
c_bg = 0;
c_mt = 13421772 /* 0xCCCCCC */;
}
} else {
c_pb1 = 8947848 /* 0x888888 */;
c_qb1 = 11184810 /* 0xAAAAAA */;
c_per = 4473924 /* 0x444444 */;
c_pb2 = 2236962 /* 0x222222 */;
c_qb2 = 2236962 /* 0x222222 */;
c_stat = 7829367 /* 0x777777 */;
c_bg = 16777215 /* 0xFFFFFF */;
c_mt = 4473924 /* 0x444444 */;
}
TFpb1 = new TextFormat();
TFpb2 = new TextFormat();
TFqb1 = new TextFormat();
TFqb2 = new TextFormat();
TFper = new TextFormat();
TFstat = new TextFormat();
cTF("TFpb1", 20, c_pb1, "_serif", "center", "b");
cTF("TFpb2", 20, c_pb2, "_serif", "center", "b");
cTF("TFqb1", 14, c_qb1, "_serif", "center", "b");
cTF("TFqb2", 14, c_qb2, "_serif", "center", "b");
cTF("TFper", 22, c_per, "_serif", "right", "bi");
cTF("TFstat", 12, c_stat, "_serif", "left", "i");
if (q_button == 1) {
cTX("qh", 201, "High", 5 * sc, 5 * y, 42, 22, "lm", TFqb1);
cTX("qm", 202, "Medium", 47 * sc, 5 * y, 58, 22, "lm", TFqb1);
cTX("ql", 203, "Low", 105 * sc, 5 * y, 36, 22, "lm", TFqb1);
if (_quality != "HIGH") {
if (_quality != "MEDIUM") {
if (_quality == "LOW") {
setQuality("LOW");
}
} else {
setQuality("MEDIUM");
}
} else {
setQuality("HIGH");
}
qh.onPress = function () {
setQuality("HIGH");
};
qm.onPress = function () {
setQuality("MEDIUM");
};
ql.onPress = function () {
setQuality("LOW");
};
}
createEmptyMovieClip("bgMC", 1);
with (bgMC) {
lineStyle();
beginFill(c_bg, 100);
lineTo(x * 100, 0);
lineTo(x * 100, y * 100);
lineTo(0, y * 100);
lineTo(0, 0);
endFill();
}
createEmptyMovieClip("mtMC", 2);
Symbol 2 MovieClip [画質変更] Frame 2
stop();
Symbol 14 MovieClip [忍者スタート] Frame 12
stop();
Symbol 18 MovieClip [斬る] Frame 11
stop();
Symbol 68 MovieClip [斬り右斜めから] Frame 7
stop();
Symbol 112 MovieClip [くせものを蹴散らす] Frame 11
stop();
Symbol 114 MovieClip [くせもの1] Frame 13
stop();
Symbol 116 MovieClip [くせもの斬る] Frame 9
stop();
Symbol 118 MovieClip [くせもの2] Frame 13
stop();
Symbol 122 MovieClip [くせもの蹴散らす2] Frame 11
stop();
Symbol 124 MovieClip [くせもの斬る2] Frame 9
stop();
Symbol 128 MovieClip [くせもの3] Frame 13
stop();
Symbol 130 MovieClip [くせもの蹴散らす3] Frame 11
stop();
Symbol 132 MovieClip [くせもの斬る3] Frame 9
stop();
Symbol 160 MovieClip [忍者斬る] Frame 13
stop();
Symbol 162 MovieClip [侍VS忍者] Frame 10
stop();
Symbol 164 MovieClip [忍者斬る2] Frame 13
stop();
Symbol 166 MovieClip [侍VS忍者2] Frame 10
stop();
Symbol 168 MovieClip [斬る2] Frame 8
stop();
Symbol 180 MovieClip [手裏剣払う] Frame 5
stop();
Symbol 182 MovieClip [ズバッと1] Frame 5
stop();
Symbol 184 MovieClip [ズバッと2] Frame 5
stop();
Symbol 188 MovieClip [心を磨いてく] Frame 21
stop();
Symbol 198 MovieClip [忍び寄る忍者1] Frame 15
stop();
Symbol 200 MovieClip [忍び寄る忍者2] Frame 15
stop();
Symbol 212 MovieClip [カエル飛び出す] Frame 36
stop();
Symbol 214 MovieClip [忍者斬られる] Frame 31
stop();
Symbol 226 MovieClip [サプライズ侍] Frame 9
stop();
Symbol 228 MovieClip [サプライズ忍者] Frame 9
stop();
Symbol 230 MovieClip [サプライズカエル] Frame 9
stop();
Symbol 242 MovieClip [カエル斬る 左上から] Frame 7
stop();
Symbol 244 MovieClip [忍者左右に斬られる] Frame 37
stop();
Symbol 302 MovieClip [忍者スタート2] Frame 11
stop();
Symbol 342 MovieClip [紫忍者登場1] Frame 13
stop();
Symbol 346 MovieClip [紫忍者登場2] Frame 13
stop();
Symbol 350 MovieClip [忍法煙隠れ] Frame 22
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB");
Symbol 354 MovieClip [忍法煙隠れ2] Frame 15
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB");
Symbol 356 MovieClip [忍者消える] Frame 1
stop();
Symbol 368 MovieClip [逃げられた] Frame 41
stop();
Symbol 374 MovieClip [侍走って次へ] Frame 5
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB");
Symbol 376 MovieClip [カエル遅れてついていく] Frame 21
stop();
Symbol 388 MovieClip [紫忍者ジャンプ] Frame 11
stop();
Symbol 394 MovieClip [紫忍者ジャンプ2] Frame 11
stop();
Symbol 396 MovieClip [忍者ジャンプ] Frame 15
stop();
Symbol 404 MovieClip [2番スタート] Frame 25
stop();
Symbol 408 MovieClip [2番スタート2] Frame 24
stop();
Symbol 412 MovieClip [2番スタート斬る] Frame 15
stop();
Symbol 428 MovieClip [忍者2走る] Frame 3
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB");
Symbol 434 MovieClip [女剣士] Frame 21
stop();
Symbol 570 MovieClip [我を切れるもの 歌詞27] Frame 18
stop();
Symbol 590 MovieClip [忍者A着地] Frame 6
stop();
Symbol 612 MovieClip [忍者A戦闘開始] Frame 1
stop();
Symbol 618 MovieClip [女剣士戦闘開始] Frame 1
stop();
Symbol 632 MovieClip [うは侍大振り1] Frame 12
stop();
Symbol 634 MovieClip [うは侍大振り2] Frame 17
stop();
Symbol 636 MovieClip [忍者A大振りをかわす] Frame 11
stop();
Symbol 642 MovieClip [忍者A大振りをかわす2] Frame 11
stop();
Symbol 652 MovieClip [忍者A背後から攻撃] Frame 15
stop();
Symbol 654 MovieClip [忍者A背後から攻撃2] Frame 15
stop();
Symbol 660 MovieClip [刺客の攻撃] Frame 27
stop();
Symbol 666 MovieClip [女剣士回避から反撃] Frame 13
stop();
Symbol 676 MovieClip [女剣士回避から反撃2] Frame 12
stop();
Symbol 680 MovieClip [女剣士回避から反撃3] Frame 12
stop();
Symbol 684 MovieClip [斬る左上へ] Frame 6
stop();
Symbol 686 MovieClip [斬るまっすぐ左] Frame 10
stop();
Symbol 694 MovieClip [浪人青攻撃] Frame 22
stop();
Symbol 708 MovieClip [忍者A空中回転] Frame 18
stop();
Symbol 710 MovieClip [忍者A空中回転2] Frame 18
stop();
Symbol 712 MovieClip [女剣士空中回転] Frame 18
stop();
Symbol 718 MovieClip [女剣士空中回転2] Frame 18
stop();
Symbol 724 MovieClip [回転斬る右] Frame 13
stop();
Symbol 728 MovieClip [回転斬る左] Frame 13
stop();
Symbol 730 MovieClip [女剣士走る] Frame 5
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB");
Symbol 738 MovieClip [侍走って街へ] Frame 5
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB");
Symbol 742 MovieClip [カエル走って街へ] Frame 9
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB");
Symbol 746 MovieClip [長屋] Frame 36
stop();
Symbol 750 MovieClip [侍構えて上] Frame 21
stop();
Symbol 758 MovieClip [え、あれと戦うの?] Frame 23
stop();
Symbol 768 MovieClip [鬼が街に出現] Frame 36
stop();
Symbol 774 MovieClip [侍屋根の上へ] Frame 36
stop();
Symbol 776 MovieClip [カエル屋根の上へ] Frame 36
stop();
Symbol 786 MovieClip [鬼が街に出現2] Frame 1
stop();
Symbol 796 MovieClip [よろっと着地] Frame 24
stop();
Symbol 802 MovieClip [カエルふらふら] Frame 27
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB");
Symbol 804 MovieClip [星がくるくる1] Frame 13
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB(2)");
Symbol 810 MovieClip [星がくるくる2] Frame 13
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB(2)");
Symbol 814 MovieClip [お前の命はもうないぞ] Frame 25
stop();
Symbol 824 MovieClip [紫忍者助けに行く] Frame 7
stop();
Symbol 826 MovieClip [紫忍者助けに行く2] Frame 7
stop();
Symbol 828 MovieClip [カエルふらふら2] Frame 17
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB");
Symbol 830 MovieClip [紫忍者助けに行く続き] Frame 6
stop();
Symbol 834 MovieClip [紫忍者助けに行く続き2] Frame 6
stop();
Symbol 856 MovieClip [家屋倒壊] Frame 3
stop();
Symbol 858 MovieClip [忍者A鬼へジャンプ] Frame 6
stop();
Symbol 860 MovieClip [女剣士鬼へジャンプ] Frame 6
stop();
Symbol 862 MovieClip [女剣士鬼へジャンプ2] Frame 6
stop();
Symbol 866 MovieClip [背景移動] Frame 16
stop();
Symbol 868 MovieClip [サプライズ忍者2] Frame 7
stop();
Symbol 870 MovieClip [サプライズ忍者3] Frame 7
stop();
Symbol 878 MovieClip [サプライズ忍者4] Frame 7
stop();
Symbol 882 MovieClip [サプライズ忍者A] Frame 7
stop();
Symbol 888 MovieClip [サプライズ忍者A2] Frame 7
stop();
Symbol 890 MovieClip [サプライズ女剣士] Frame 7
stop();
Symbol 896 MovieClip [サプライズ女剣士2] Frame 7
stop();
Symbol 898 MovieClip [サプライズ後忍者] Frame 9
stop();
Symbol 902 MovieClip [サプライズ後忍者3] Frame 9
stop();
Symbol 906 MovieClip [サプライズ後忍者4] Frame 9
stop();
Symbol 910 MovieClip [サプライズ後忍者A] Frame 9
stop();
Symbol 920 MovieClip [サプライズ後忍者A2] Frame 9
stop();
Symbol 922 MovieClip [サプライズ後女剣士] Frame 9
stop();
Symbol 924 MovieClip [サプライズ後女剣士2] Frame 9
stop();
Symbol 934 MovieClip [忍者A鬼の攻撃をかわす] Frame 13
stop();
Symbol 938 MovieClip [女剣士鬼の攻撃をかわす] Frame 13
stop();
Symbol 940 MovieClip [忍者Aバック] Frame 13
stop();
Symbol 944 MovieClip [忍者A鬼の攻撃をかわす2] Frame 13
stop();
Symbol 950 MovieClip [女剣士鬼の攻撃をかわす2] Frame 13
stop();
Symbol 952 MovieClip [女剣士バック] Frame 13
stop();
Symbol 954 MovieClip [忍者A遠くから手前へ攻撃] Frame 19
stop();
Symbol 964 MovieClip [忍者A遠くから手前へ攻撃2] Frame 19
stop();
Symbol 966 MovieClip [女剣士遠くから手前へ攻撃] Frame 19
stop();
Symbol 972 MovieClip [女剣士遠くから手前へ攻撃2] Frame 19
stop();
Symbol 978 MovieClip [大きく斬る] Frame 11
stop();
Symbol 988 MovieClip [紫忍者鬼へ] Frame 6
stop();
Symbol 990 MovieClip [紫忍者鬼へ2] Frame 6
stop();
Symbol 994 MovieClip [侍再び鬼へ] Frame 6
stop();
Symbol 998 MovieClip [忍者鬼へ接近] Frame 8
stop();
Symbol 1002 MovieClip [紫忍者鬼へ接近] Frame 8
stop();
Symbol 1012 MovieClip [紫忍者鬼へ接近2] Frame 8
stop();
Symbol 1016 MovieClip [カエル鬼へ接近] Frame 8
stop();
Symbol 1024 MovieClip [全員接近] Frame 1
stop();
Symbol 1024 MovieClip [全員接近] Frame 2
stop();
Symbol 1026 MovieClip [鬼接近] Frame 23
stop();
Symbol 1028 MovieClip [大きく斬る2] Frame 22
stop();
Symbol 1052 MovieClip [紫忍者顔] Frame 5
stop();
Symbol 1054 MovieClip [忍者A顔] Frame 5
stop();
Symbol 1056 MovieClip [女剣士顔] Frame 5
stop();
Symbol 1060 MovieClip [カエル気分上昇] Frame 7
stop();
Symbol 1064 MovieClip [カエル斬る上] Frame 7
stop();
Symbol 1066 MovieClip [忍者気分上昇] Frame 7
stop();
Symbol 1068 MovieClip [忍者斬る上] Frame 7
stop();
Symbol 1070 MovieClip [上昇] Frame 7
stop();
Symbol 1076 MovieClip [戦闘] Frame 7
stop();
Symbol 1078 MovieClip [侍戦闘] Frame 13
stop();
Symbol 1080 MovieClip [侍戦闘斬る] Frame 12
stop();
Symbol 1086 MovieClip [紫忍者戦闘] Frame 13
stop();
Symbol 1088 MovieClip [紫忍者戦闘2] Frame 13
stop();
Symbol 1090 MovieClip [紫忍者戦闘斬る] Frame 7
stop();
Symbol 1104 MovieClip [鬼花に切られる] Frame 24
stop();
Symbol 1106 MovieClip [大きく斬る遅く] Frame 13
stop();
Symbol 1128 MovieClip [紫忍者すばやく] Frame 7
stop();
Symbol 1138 MovieClip [忍者Aすばやく] Frame 7
stop();
Symbol 1148 MovieClip [女剣士すばやく] Frame 7
stop();
Symbol 1150 MovieClip [切りまくる] Frame 37
stop();
Symbol 1170 MovieClip [123] Frame 7
stop();
Symbol 1174 MovieClip [鬼滅多切り] Frame 44
stop();
Symbol 1198 MovieClip [木がなぎ倒される] Frame 17
stop();
Symbol 1200 MovieClip [鬼吹っ飛ばされてあおむけに] Frame 32
stop();
Symbol 1224 MovieClip [漢字] Frame 8
stop();
Symbol 1226 MovieClip [漢字2] Frame 12
stop();
Symbol 1228 MovieClip [漢字3] Frame 18
stop();
Symbol 1234 MovieClip [漢字4] Frame 9
stop();
Symbol 1300 MovieClip [街ラスト2] Frame 61
stop();
Symbol 1306 MovieClip [富士山] Frame 91
stop();
Symbol 1308 MovieClip [街ラスト3] Frame 1
stop();
Symbol 27564 Button
on (release) {
gotoAndPlay("a2");
}
Symbol 27565 Button
on (release) {
gotoAndPlay("a27");
}
Symbol 27566 Button
on (release) {
stop();
}
Symbol 27567 Button
on (release) {
gotoAndPlay("a3");
}
Symbol 27568 Button
on (release) {
gotoAndPlay("a1");
}
Symbol 27569 Button
on (release) {
stop();
}
Symbol 27570 Button
on (release) {
gotoAndPlay("a4");
}
Symbol 27571 Button
on (release) {
gotoAndPlay("a2");
}
Symbol 27572 Button
on (release) {
stop();
}
Symbol 27573 Button
on (release) {
gotoAndPlay("a5");
}
Symbol 27574 Button
on (release) {
gotoAndPlay("a3");
}
Symbol 27575 Button
on (release) {
stop();
}
Symbol 27576 Button
on (release) {
gotoAndPlay("a6");
}
Symbol 27577 Button
on (release) {
gotoAndPlay("a4");
}
Symbol 27578 Button
on (release) {
stop();
}
Symbol 27579 Button
on (release) {
gotoAndPlay("a7");
}
Symbol 27580 Button
on (release) {
gotoAndPlay("a5");
}
Symbol 27581 Button
on (release) {
stop();
}
Symbol 27582 Button
on (release) {
gotoAndPlay("a8");
}
Symbol 27583 Button
on (release) {
gotoAndPlay("a6");
}
Symbol 27584 Button
on (release) {
stop();
}
Symbol 27585 Button
on (release) {
gotoAndPlay("a9");
}
Symbol 27586 Button
on (release) {
gotoAndPlay("a7");
}
Symbol 27587 Button
on (release) {
stop();
}
Symbol 27588 Button
on (release) {
gotoAndPlay("a10");
}
Symbol 27589 Button
on (release) {
gotoAndPlay("a8");
}
Symbol 27590 Button
on (release) {
stop();
}
Symbol 27591 Button
on (release) {
gotoAndPlay("a11");
}
Symbol 27592 Button
on (release) {
gotoAndPlay("a9");
}
Symbol 27593 Button
on (release) {
stop();
}
Symbol 27594 Button
on (release) {
gotoAndPlay("a12");
}
Symbol 27595 Button
on (release) {
gotoAndPlay("a10");
}
Symbol 27596 Button
on (release) {
stop();
}
Symbol 27597 Button
on (release) {
gotoAndPlay("a13");
}
Symbol 27598 Button
on (release) {
gotoAndPlay("a11");
}
Symbol 27599 Button
on (release) {
stop();
}
Symbol 27600 Button
on (release) {
gotoAndPlay("a14");
}
Symbol 27601 Button
on (release) {
gotoAndPlay("a12");
}
Symbol 27602 Button
on (release) {
stop();
}
Symbol 27603 Button
on (release) {
gotoAndPlay("a15");
}
Symbol 27604 Button
on (release) {
gotoAndPlay("a13");
}
Symbol 27605 Button
on (release) {
stop();
}
Symbol 27606 Button
on (release) {
gotoAndPlay("a16");
}
Symbol 27607 Button
on (release) {
gotoAndPlay("a14");
}
Symbol 27608 Button
on (release) {
stop();
}
Symbol 27609 Button
on (release) {
gotoAndPlay("a17");
}
Symbol 27610 Button
on (release) {
gotoAndPlay("a15");
}
Symbol 27611 Button
on (release) {
stop();
}
Symbol 27612 Button
on (release) {
gotoAndPlay("a18");
}
Symbol 27613 Button
on (release) {
gotoAndPlay("a16");
}
Symbol 27614 Button
on (release) {
stop();
}
Symbol 27615 Button
on (release) {
gotoAndPlay("a19");
}
Symbol 27616 Button
on (release) {
gotoAndPlay("a17");
}
Symbol 27617 Button
on (release) {
stop();
}
Symbol 27618 Button
on (release) {
gotoAndPlay("a20");
}
Symbol 27619 Button
on (release) {
gotoAndPlay("a18");
}
Symbol 27620 Button
on (release) {
stop();
}
Symbol 27621 Button
on (release) {
gotoAndPlay("a21");
}
Symbol 27622 Button
on (release) {
gotoAndPlay("a19");
}
Symbol 27623 Button
on (release) {
stop();
}
Symbol 27624 Button
on (release) {
gotoAndPlay("a22");
}
Symbol 27625 Button
on (release) {
gotoAndPlay("a20");
}
Symbol 27626 Button
on (release) {
stop();
}
Symbol 27627 Button
on (release) {
gotoAndPlay("a23");
}
Symbol 27628 Button
on (release) {
gotoAndPlay("a21");
}
Symbol 27629 Button
on (release) {
stop();
}
Symbol 27630 Button
on (release) {
gotoAndPlay("a24");
}
Symbol 27631 Button
on (release) {
gotoAndPlay("a22");
}
Symbol 27632 Button
on (release) {
stop();
}
Symbol 27633 Button
on (release) {
gotoAndPlay("a25");
}
Symbol 27634 Button
on (release) {
gotoAndPlay("a23");
}
Symbol 27635 Button
on (release) {
stop();
}
Symbol 27636 Button
on (release) {
gotoAndPlay("a26");
}
Symbol 27637 Button
on (release) {
gotoAndPlay("a24");
}
Symbol 27638 Button
on (release) {
stop();
}
Symbol 27639 Button
on (release) {
gotoAndPlay("a27");
}
Symbol 27640 Button
on (release) {
gotoAndPlay("a25");
}
Symbol 27641 Button
on (release) {
stop();
}
Symbol 27642 Button
on (release) {
gotoAndPlay("a1");
}
Symbol 27643 Button
on (release) {
gotoAndPlay("a26");
}
Symbol 27644 Button
on (release) {
stop();
}
Symbol 1468 MovieClip [鬼ゆっくり出現] Frame 61
stop();
Symbol 1542 MovieClip [flv] Frame 6
gotoAndPlay("\u65B0\u3057\u3044\u30E9\u30D9\u30EB");
Symbol 27645 Button
on (release) {
gotoAndPlay("\u30D7\u30ED\u30ED\u30FC\u30B0");
}
Symbol 19998 MovieClip [ローダー] Frame 1
color_back = 16777215 /* 0xFFFFFF */;
color_moji = 0;
color_meter = 16777215 /* 0xFFFFFF */;
cy = Stage.height / 2;
total = _root.getBytesTotal();
metery = cy + 20;
createTextField("mes1", 10, 10, cy - 30, Stage.width, 30);
fmt1 = new TextFormat();
fmt1.size = 25;
fmt1.color = color_moji;
fmt1.bold = true;
fmt1.italic = false;
fmt1.align = "center";
mes1.setTextFormat(fmt1);
clear();
lineStyle();
beginFill(color_back);
moveTo(0, 0);
lineTo(Stage.width, 0);
lineTo(Stage.width, Stage.height);
lineTo(0, Stage.height);
lineTo(0, 0);
endFill();
Symbol 19998 MovieClip [ローダー] Frame 2
loaded = _root.getBytesLoaded();
sindo = int((loaded / total) * 100);
meterx = (loaded / total) * Stage.width;
lineStyle();
beginFill(color_meter);
moveTo(0, cy);
lineTo(meterx, cy);
lineTo(meterx, metery);
lineTo(0, metery);
lineTo(cy);
endFill();
mes1.text = ((((int(loaded / 1000) + " K / ") + int(total / 1000)) + " K (") + sindo) + "%)";
mes1.setTextFormat(fmt1);
Symbol 19998 MovieClip [ローダー] Frame 3
gotoAndPlay("\u30E9\u30D9\u30EB");
Symbol 27646 Button
on (release) {
gotoAndPlay("\u30B7\u30FC\u30F3\u30BB\u30EC\u30AF\u30C8");
}
Symbol 27647 Button
on (release) {
gotoAndPlay("\u30D7\u30ED\u30ED\u30FC\u30B0");
}
Symbol 27648 Button
on (release) {
gotoAndPlay("\u30B9\u30BF\u30FC\u30C8");
}
Symbol 27649 Button
on (release) {
gotoAndPlay("\u30A8\u30D4\u30ED\u30FC\u30B0");
}
Symbol 27650 Button
on (release) {
gotoAndPlay("\u30AF\u30EC\u30B8\u30C3\u30C8");
}
Symbol 27651 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/christmas2006.html", "_blank");
}
Symbol 27652 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/hanukkah.html", "_blank");
}
Symbol 27653 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/christmas2006.html", "_blank");
}
Symbol 27654 Button
on (release) {
getURL ("http://www.geocities.jp/loveandrock1984/index", "_blank");
}
Symbol 27655 Button
on (release) {
getURL ("http://bbs.kakuri.jp/", "_blank");
}
Symbol 27656 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/christmas2006.html", "_blank");
}
Symbol 27657 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/hanukkah.html", "_blank");
}
Symbol 27658 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/christmas2006.html", "_blank");
}
Symbol 27659 Button
on (release) {
gotoAndPlay("\u30B7\u30FC\u30F3\u30BB\u30EC\u30AF\u30C8");
}