Frame 1
Stage.showMenu = false;
Instance of Symbol 27 MovieClip in Frame 1
onClipEvent (enterFrame) {
this.swapDepths(100000000);
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 330
stop();
Instance of Symbol 142 MovieClip in Frame 330
onClipEvent (load) {
_root.stop();
}
Frame 634
swordups = 0;
bowups = 0;
ramups = 0;
frm = new Array("1", "17", "52", "92", "122", "142");
c = random(6);
sett = "HIGH";
setsh = "high";
_root.weather = true;
lvl = 1;
infstr = 0.2;
arstr = 0.2;
cavstr = 0.2;
ramstr = 1;
gold = 3500;
Instance of Symbol 27 MovieClip in Frame 634
onClipEvent (enterFrame) {
this.swapDepths(100000000);
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 635
stop();
Frame 636
stop();
_root.a.count = 0;
_root.quality = _root.setsh;
_root._quality = _root.sett;
population = 0;
poptot = _root.lvl * 10;
vic = false;
loss = false;
_root.a._visible = false;
Instance of Symbol 254 MovieClip "wea" in Frame 636
onClipEvent (load) {
if (_root.weather) {
this.gotoAndStop(random(6) + 2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 295 MovieClip "a" in Frame 636
onClipEvent (load) {
count = 0;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 1491.2;
}
if (_root.loss) {
this._y = 1491.2;
}
count++;
if (count == 79) {
i = 1;
while (i < (_root.lvl + 1)) {
duplicateMovieClip (_root.a, "a" + i, 1000 + i);
_root["a" + i]._x = random(100) + 315.1;
_root["a" + i]._y = 219.3;
_root.arrownoise.play();
count = 0;
i++;
}
}
}
Instance of Symbol 331 MovieClip "inf" in Frame 636
onClipEvent (load) {
remaining = 1;
duped = false;
this.gotoAndPlay("walk");
speed = 2;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (_root.loss) {
this._y = 491.2;
}
if (!this.hitTest(_root.castle)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 100;
i++;
duplicateMovieClip (_root.inf, "MC" + i, 200 + i);
_root["MC" + i]._x = -6.4;
_root["MC" + i]._y = random(50) + 201.7;
duped = false;
}
if (this.hitTest(_root.castle) && (!attackin)) {
this.gotoAndPlay("attk");
attackin = true;
}
if (this.dead && (this._currentframe < 18)) {
this.gotoAndPlay("die");
}
f = 1;
while (f < Math.round((_root.lvl / 2) + 1)) {
if (this.hit.hitTest(_root.castle["th" + f])) {
this.gotoAndPlay("die");
_root.castle["th" + f].removeMovieClip();
}
f++;
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
this.gotoAndStop(35);
}
l = 1;
while (l < (_root.lvl + 1)) {
if (this.hit.hitTest(_root["a" + l])) {
this.gotoAndPlay("die");
_root["a" + l].removeMovieClip();
}
if (remaining == 0) {
this.gotoAndPlay("die");
remaining = 500;
}
this.hp._xscale = (remaining / 1) * 100;
l++;
}
}
Instance of Symbol 369 MovieClip "arch" in Frame 636
onClipEvent (load) {
remaining = 2;
duped = false;
this.gotoAndPlay("walk");
speed = 2;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (_root.loss) {
this._y = 491.2;
}
if (!this.hitTest(_root.castlerang)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 150;
i++;
duplicateMovieClip (_root.arch, "MC2" + i, 100 + i);
_root["MC2" + i]._x = -6.4;
_root["MC2" + i]._y = random(50) + 201.7;
duped = false;
}
if (this.hitTest(_root.castlerang) && (!attackin)) {
this.gotoAndPlay("attk");
attackin = true;
}
if (this.dead && (this._currentframe < 41)) {
this.gotoAndPlay("die");
}
l = 1;
while (l < (_root.lvl + 1)) {
if (this.hit.hitTest(_root["a" + l])) {
this.gotoAndPlay("hurt");
remaining--;
attackin = false;
_root["a" + l].removeMovieClip();
}
l++;
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
}
f = 1;
while (f < Math.round((_root.lvl / 2) + 1)) {
if (this.hit.hitTest(_root.castle["th" + f])) {
this.gotoAndPlay("hurt");
remaining--;
attackin = false;
_root.castle["th" + f].removeMovieClip();
}
f++;
}
if (remaining == 0) {
this.gotoAndPlay("die");
remaining = 500;
}
this.hp._xscale = (remaining / 2) * 100;
}
Instance of Symbol 402 MovieClip "cav" in Frame 636
onClipEvent (load) {
remaining = 3;
duped = false;
this.gotoAndPlay("walk");
speed = 4;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (_root.loss) {
this._y = 491.2;
}
if (!this.hitTest(_root.castle)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 500;
i++;
duplicateMovieClip (_root.cav, "cav" + i, 300 + i);
_root["cav" + i]._x = -6.4;
_root["cav" + i]._y = random(50) + 201.7;
duped = false;
}
if (this.hitTest(_root.castle) && (!attackin)) {
this.gotoAndPlay("attk");
attackin = true;
}
if (this.dead && (this._currentframe < 13)) {
this.gotoAndPlay("die");
}
l = 1;
while (l < (_root.lvl + 1)) {
if (this.hit.hitTest(_root["a" + l])) {
this.gotoAndPlay("hurt");
remaining--;
attackin = false;
_root["a" + l].removeMovieClip();
}
l++;
}
f = 1;
while (f < Math.round((_root.lvl / 2) + 1)) {
if (this.hit.hitTest(_root.castle["th" + f])) {
this.gotoAndPlay("hurt");
remaining--;
attackin = false;
_root.castle["th" + f].removeMovieClip();
}
f++;
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
}
if (remaining == 0) {
this.gotoAndPlay("die");
remaining = 500;
}
this.hp._xscale = (remaining / 3) * 100;
}
Instance of Symbol 427 MovieClip "ram" in Frame 636
onClipEvent (load) {
remaining = 4;
duped = false;
this.gotoAndPlay("walk");
speed = 1.5;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (_root.loss) {
this._y = 491.2;
}
if (!this.hitTest(_root.castle)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 750;
i++;
duplicateMovieClip (_root.ram, "ram" + i, 400 + i);
_root["ram" + i]._x = -6.4;
_root["ram" + i]._y = random(50) + 201.7;
duped = false;
}
if (this.hitTest(_root.castle) && (!attackin)) {
this.gotoAndPlay("attk");
attackin = true;
}
if (this.dead && (this._currentframe < 56)) {
this.gotoAndPlay("die");
}
l = 1;
while (l < (_root.lvl + 1)) {
if (this.hit.hitTest(_root["a" + l])) {
attackin = false;
remaining--;
this.gotoAndPlay("hurt");
_root["a" + l].removeMovieClip();
}
l++;
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
}
f = 1;
while (f < Math.round((_root.lvl / 2) + 1)) {
if (this.hit.hitTest(_root.castle["th" + f])) {
this.gotoAndPlay("hurt");
remaining--;
attackin = false;
_root.castle["th" + f].removeMovieClip();
}
f++;
}
if (remaining == 0) {
this.gotoAndPlay("die");
remaining = 500;
}
this.hp._xscale = (remaining / 4) * 100;
}
Instance of Symbol 428 MovieClip "rain" in Frame 636
onClipEvent (enterFrame) {
this.swapDepths(10000000000);
if ((_root.wea._currentframe == 2) or (_root.wea._currentframe == 6)) {
this.gotoAndStop(2);
} else if (_root.wea._currentframe == 3) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 482 MovieClip "wiz" in Frame 636
onClipEvent (load) {
remaining = 3;
duped = false;
this.gotoAndPlay("walk");
speed = 2;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (_root.loss) {
this._y = 491.2;
}
if (!this.hitTest(_root.castlerang)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 1000;
i++;
duplicateMovieClip (_root.wiz, "wiz" + i, 10000 + i);
_root["wiz" + i]._x = -6.4;
_root["wiz" + i]._y = random(50) + 201.7;
duped = false;
}
if (this.hitTest(_root.castlerang) && (!attackin)) {
this.gotoAndPlay("attk");
attackin = true;
}
if (this.dead && (this._currentframe < 47)) {
this.gotoAndPlay("die");
}
l = 1;
while (l < (_root.lvl + 1)) {
if (this.hit.hitTest(_root["a" + l])) {
this.gotoAndPlay("hurt");
remaining--;
attackin = false;
_root["a" + l].removeMovieClip();
}
l++;
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
}
f = 1;
while (f < Math.round((_root.lvl / 2) + 1)) {
if (this.hit.hitTest(_root.castle["th" + f])) {
this.gotoAndPlay("hurt");
remaining--;
attackin = false;
_root.castle["th" + f].removeMovieClip();
}
f++;
}
if (remaining == 0) {
this.gotoAndPlay("die");
remaining = 500;
}
this.hp._xscale = (remaining / 3) * 100;
}
Instance of Symbol 525 MovieClip "tro" in Frame 636
onClipEvent (load) {
remaining = 4;
duped = false;
this.gotoAndPlay("walk");
speed = 1.5;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (_root.loss) {
this._y = 491.2;
}
if (!this.hitTest(_root.castle)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 1500;
i++;
duplicateMovieClip (_root.tro, "tr" + i, 20000 + i);
_root["tr" + i]._x = -6.4;
_root["tr" + i]._y = random(50) + 201.7;
duped = false;
}
if (this.hitTest(_root.castle) && (!attackin)) {
this.gotoAndPlay("attk");
attackin = true;
}
if (this.dead && (this._currentframe < 22)) {
this.gotoAndPlay("die");
}
f = 1;
while (f < Math.round((_root.lvl / 2) + 1)) {
if (this.hit.hitTest(_root.castle["th" + f])) {
this.gotoAndPlay("hurt");
remaining--;
attackin = false;
_root.castle["th" + f].removeMovieClip();
}
f++;
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
}
l = 1;
while (l < (_root.lvl + 1)) {
if (this.hit.hitTest(_root["a" + l])) {
this.gotoAndPlay("hurt");
attackin = false;
remaining--;
_root["a" + l].removeMovieClip();
}
if (remaining == 0) {
this.gotoAndPlay("die");
remaining = 500;
}
l++;
}
}
Instance of Symbol 562 MovieClip "cat" in Frame 636
onClipEvent (load) {
remaining = 4;
duped = false;
this.gotoAndPlay("walk");
speed = 1.5;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (_root.loss) {
this._y = 491.2;
}
if (!this.hitTest(_root.castlerang)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 2000;
i++;
duplicateMovieClip (_root.cat, "ca" + i, 40000 + i);
_root["ca" + i]._x = -6.4;
_root["ca" + i]._y = random(50) + 201.7;
duped = false;
}
if (this.hitTest(_root.castlerang) && (!attackin)) {
this.gotoAndPlay("attk");
attackin = true;
}
if (this.dead && (this._currentframe < 56)) {
this.gotoAndPlay("die");
}
l = 1;
while (l < (_root.lvl + 1)) {
if (this.hit.hitTest(_root["a" + l])) {
this.gotoAndPlay("hurt");
attackin = false;
remaining--;
_root["a" + l].removeMovieClip();
}
l++;
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
}
f = 1;
while (f < Math.round((_root.lvl / 2) + 1)) {
if (this.hit.hitTest(_root.castle["th" + f])) {
this.gotoAndPlay("hurt");
remaining--;
attackin = false;
_root.castle["th" + f].removeMovieClip();
}
f++;
}
if (remaining == 0) {
this.gotoAndPlay("die");
remaining = 500;
}
this.hp._xscale = (remaining / 4) * 100;
}
Instance of Symbol 639 MovieClip "dr" in Frame 636
onClipEvent (load) {
remaining = 10;
duped = false;
this.gotoAndPlay("walk");
speed = 4;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (_root.loss) {
this._y = 491.2;
}
if (!this.hitTest(_root.castlerang)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 2000;
i++;
duplicateMovieClip (_root.dr, "dr" + i, 40000 + i);
_root["dr" + i]._x = -6.4;
_root["dr" + i]._y = random(50) + 151.7;
duped = false;
}
if (this.hitTest(_root.castlerang) && (!attackin)) {
this.gotoAndPlay("attk");
attackin = true;
}
if (this.dead && (this._currentframe < 57)) {
this.gotoAndPlay("die");
}
l = 1;
while (l < (_root.lvl + 1)) {
if (this.hit.hitTest(_root["a" + l])) {
this.gotoAndPlay("hurt");
attackin = false;
remaining--;
_root["a" + l].removeMovieClip();
}
l++;
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
}
f = 1;
while (f < Math.round((_root.lvl / 2) + 1)) {
if (this.hit.hitTest(_root.castle["th" + f])) {
this.gotoAndPlay("hurt");
remaining--;
attackin = false;
_root.castle["th" + f].removeMovieClip();
}
f++;
}
if (remaining == 0) {
this.gotoAndPlay("die");
remaining = 500;
}
this.hp._xscale = (remaining / 5) * 100;
}
Instance of Symbol 676 MovieClip in Frame 636
onClipEvent (enterFrame) {
if ((_root.population == 0) && (_root.gold < 100)) {
_root.gotoAndStop("defeat");
}
if (_root.hp.remaining <= 0) {
_root.lvl++;
_root.gotoAndStop("victory");
}
}
Instance of Symbol 17 MovieClip "hp" in Frame 636
onClipEvent (load) {
total = _root.lvl * (_root.lvl * 50);
remaining = total;
}
onClipEvent (enterFrame) {
a = (total / 5) * 4;
b = (total / 5) * 3;
c = (total / 5) * 2;
d = total / 5;
if (this._xscale <= 0) {
this._xscale = 0;
}
percent = (remaining / total) * 100;
this._xscale = percent;
_root.rem = remaining;
if ((remaining < a) && (remaining > b)) {
_root.castle.gotoAndStop(2);
}
if ((remaining < b) && (remaining > c)) {
_root.castle.gotoAndStop(3);
}
if ((remaining < c) && (remaining > d)) {
_root.castle.gotoAndStop(4);
}
if (remaining < d) {
_root.castle.gotoAndStop(5);
}
}
Frame 637
loss = true;
Frame 638
if (weather == false) {
weather = false;
}
vic = true;
goldup = (lvl - 1) * 1500;
gold = gold + goldup;
goldup = goldup + "gold";
Instance of Symbol 331 MovieClip "inf" in Frame 638
onClipEvent (load) {
duped = false;
this.gotoAndPlay("walk");
speed = 2;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (!this.hitTest(_root.castle)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 100;
i++;
duplicateMovieClip (_root.inf, "MC" + i, 200 + i);
_root["MC" + i]._x = -6.4;
_root["MC" + i]._y = random(50) + 251.7;
duped = false;
}
if (this.hitTest(_root.castle) && (!attkin)) {
this.gotoAndPlay("attk");
attkin = true;
}
if (this.dead && (this._currentframe < 18)) {
this.gotoAndPlay("die");
}
if (this.hit.hitTest(_root.castle["th" + _root.castle.thing.i])) {
this.gotoAndPlay("die");
_root.castle["th" + _root.castle.thing.i].removeMovieClip();
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
}
l = _root.lvl;
while (l < (_root.lvl + 0.1)) {
if (this.hit.hitTest(_root["a" + l])) {
this.gotoAndPlay("die");
_root["a" + l].removeMovieClip();
}
l++;
}
}
Instance of Symbol 369 MovieClip "arch" in Frame 638
onClipEvent (load) {
duped = false;
this.gotoAndPlay("walk");
speed = 2;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (!this.hitTest(_root.castlerang)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 150;
i++;
duplicateMovieClip (_root.arch, "MC2" + i, 100 + i);
_root["MC2" + i]._x = -6.4;
_root["MC2" + i]._y = random(50) + 251.7;
_root.ar.duped = true;
duped = false;
}
if (this.hitTest(_root.castlerang) && (!attkin)) {
this.gotoAndPlay("attk");
attkin = true;
}
if (this.dead && (this._currentframe < 41)) {
this.gotoAndPlay("die");
}
l = _root.lvl;
while (l < (_root.lvl + 0.1)) {
if (this.hit.hitTest(_root["a" + l])) {
this.gotoAndPlay("die");
_root["a" + l].removeMovieClip();
}
l++;
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
}
if (this.hit.hitTest(_root.castle["th" + _root.castle.thing.i])) {
this.gotoAndPlay("die");
_root.castle["th" + _root.castle.thing.i].removeMovieClip();
}
}
Instance of Symbol 402 MovieClip "cav" in Frame 638
onClipEvent (load) {
duped = false;
this.gotoAndPlay("walk");
speed = 4;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (!this.hitTest(_root.castle)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 500;
i++;
duplicateMovieClip (_root.cav, "cav" + i, 300 + i);
_root["cav" + i]._x = -6.4;
_root["cav" + i]._y = random(50) + 251.7;
duped = false;
}
if (this.hitTest(_root.castle) && (!attkin)) {
this.gotoAndPlay("attk");
attkin = true;
}
if (this.dead && (this._currentframe < 13)) {
this.gotoAndPlay("die");
}
l = _root.lvl;
while (l < (_root.lvl + 0.1)) {
if (this.hit.hitTest(_root["a" + l])) {
this.gotoAndPlay("die");
_root["a" + l].removeMovieClip();
}
l++;
}
if (this.hit.hitTest(_root.castle["th" + _root.castle.thing.i])) {
this.gotoAndPlay("die");
_root.castle["th" + _root.castle.thing.i].removeMovieClip();
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
}
}
Instance of Symbol 427 MovieClip "ram" in Frame 638
onClipEvent (load) {
duped = false;
this.gotoAndPlay("walk");
speed = 1;
attackin = false;
i = 1;
}
onClipEvent (enterFrame) {
if (_root.vic) {
this._y = 491.2;
}
if (!this.hitTest(_root.castle)) {
this._x = this._x + speed;
}
if (duped && (_root.population < _root.poptot)) {
_root.population++;
_root.gold = _root.gold - 750;
i++;
duplicateMovieClip (_root.ram, "ram" + i, 400 + i);
_root["ram" + i]._x = -6.4;
_root["ram" + i]._y = random(50) + 251.7;
duped = false;
}
if (this.hitTest(_root.castle) && (!attkin)) {
this.gotoAndPlay("attk");
attkin = true;
}
if (this.dead && (this._currentframe < 56)) {
this.gotoAndPlay("die");
}
l = _root.lvl;
while (l < (_root.lvl + 0.1)) {
if (this.hit.hitTest(_root["a" + l])) {
this.gotoAndPlay("die");
_root["a" + l].removeMovieClip();
}
l++;
}
if (this.dead) {
this._x = this._x - speed;
}
if (this.deadfull) {
this._x = -1000000000;
}
if (this.hit.hitTest(_root.castle["th" + _root.castle.thing.i])) {
this.gotoAndPlay("die");
_root.castle["th" + _root.castle.thing.i].removeMovieClip();
}
}
Frame 639
if (weather == false) {
weather = false;
}
Frame 640
if (weather == false) {
weather = false;
}
Frame 641
if (weather == false) {
weather = false;
}
Frame 654
_root.gotoAndStop("menu");
Symbol 13 MovieClip Frame 6
gotoAndPlay ("walk");
Symbol 23 Button
on (release) {
_root.play();
}
Symbol 25 MovieClip Frame 1
_root.stop();
percent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (percent != 100) {
bar._xscale = percent;
percentloaded = Math.ceil(percent);
clip.gotoAndStop(Math.ceil(percent));
percentloaded = percentloaded + "%";
} else {
_root.loader.gotoAndStop("loaded");
}
Symbol 25 MovieClip Frame 2
gotoAndPlay (1);
Symbol 28 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("flashgem");
}
Symbol 128 MovieClip Frame 66
stop();
Symbol 142 MovieClip Frame 1
gotoAndPlay (2);
Instance of Symbol 91 MovieClip in Symbol 142 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
getURL ("http://www.flashgem.com", "_blank");
}
}
Instance of Symbol 91 MovieClip in Symbol 142 MovieClip Frame 66
onClipEvent (mouseDown) {
getURL ("http://www.flashgem.com", "_blank");
}
Symbol 142 MovieClip Frame 160
_root.play();
Symbol 143 Button
on (release) {
stopAllSounds();
_root.play();
}
Symbol 144 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("battlefield");
}
Symbol 172 Button
on (release) {
_root.gotoAndStop("help");
}
Symbol 173 Button
on (release) {
_root.gotoAndStop("creds");
}
Symbol 175 Button
on (release) {
_root.gotoAndStop("play");
}
Symbol 177 Button
on (release) {
_root.gotoAndStop("option");
}
Symbol 221 MovieClip Frame 1
_root.frm.c = random(6);
Symbol 221 MovieClip Frame 17
_root.frm.c = random(6);
Symbol 221 MovieClip Frame 52
_root.frm.c = random(6);
Symbol 221 MovieClip Frame 92
_root.frm.c = random(6);
Symbol 221 MovieClip Frame 122
_root.frm.c = random(6);
Symbol 221 MovieClip Frame 143
_root.frm.c = random(6);
Symbol 221 MovieClip Frame 172
_root.frm.c = random(6);
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 196 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = random(Stage.width);
this._y = random((Stage.height / 2) - 450);
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(400) - 450;
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 254 MovieClip Frame 6
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > 300) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 221 MovieClip "light" in Symbol 254 MovieClip Frame 6
onClipEvent (enterFrame) {
this.gotoAndPlay(_root.frm[c]);
}
Symbol 270 MovieClip Frame 18
_root.castle.thing.dupe = true;
Symbol 276 MovieClip Frame 4
stop();
Symbol 282 MovieClip Frame 26
stop();
Symbol 287 MovieClip Frame 1
stop();
Instance of Symbol 282 MovieClip "thing" in Symbol 287 MovieClip Frame 1
onClipEvent (load) {
dupe = false;
i = 1;
}
onClipEvent (enterFrame) {
if (dupe) {
i = 1;
while (i < Math.round((_root.lvl / 2) + 1)) {
duplicateMovieClip (_root.castle.thing, "th" + i, 500000 + i);
_root.castle["th" + i]._x = -13.1;
_root.castle["th" + i]._y = -2;
dupe = false;
i++;
}
}
}
Symbol 299 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 7
gotoAndPlay ("walk");
Symbol 331 MovieClip Frame 8
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 331 MovieClip Frame 9
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 331 MovieClip Frame 10
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 331 MovieClip Frame 11
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 331 MovieClip Frame 12
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 331 MovieClip Frame 13
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
_root.hp.remaining = _root.hp.remaining - _root.infstr;
Symbol 331 MovieClip Frame 14
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 331 MovieClip Frame 15
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 331 MovieClip Frame 16
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 331 MovieClip Frame 17
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
} else {
gotoAndPlay ("attk");
}
Symbol 331 MovieClip Frame 18
dead = true;
Instance of Symbol 327 MovieClip in Symbol 331 MovieClip Frame 18
onClipEvent (load) {
this.gotoAndStop(random(4) + 1);
}
Symbol 331 MovieClip Frame 35
stop();
_root.population--;
deadfull = true;
Symbol 369 MovieClip Frame 8
gotoAndPlay ("walk");
Symbol 369 MovieClip Frame 9
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 10
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 11
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 12
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 13
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 14
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 15
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 16
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 17
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 18
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 19
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 20
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 21
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 22
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 23
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 24
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 25
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 26
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 27
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 28
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 29
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 30
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 31
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 32
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
_root.hp.remaining = _root.hp.remaining - _root.arstr;
Symbol 369 MovieClip Frame 33
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 34
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 35
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 36
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 37
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 38
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 39
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 369 MovieClip Frame 40
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
} else {
gotoAndPlay ("attk");
}
Symbol 369 MovieClip Frame 41
dead = true;
Instance of Symbol 327 MovieClip in Symbol 369 MovieClip Frame 41
onClipEvent (load) {
this.gotoAndStop(random(4) + 1);
}
Symbol 369 MovieClip Frame 65
_root.population--;
deadfull = true;
stop();
Symbol 369 MovieClip Frame 74
gotoAndPlay ("walk");
Symbol 402 MovieClip Frame 5
gotoAndPlay ("walk");
Symbol 402 MovieClip Frame 6
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 402 MovieClip Frame 7
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
_root.hp.remaining = _root.hp.remaining - _root.cavstr;
Symbol 402 MovieClip Frame 8
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 402 MovieClip Frame 9
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 402 MovieClip Frame 10
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 402 MovieClip Frame 11
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 402 MovieClip Frame 12
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
} else {
gotoAndPlay ("attk");
}
Symbol 402 MovieClip Frame 13
dead = true;
Instance of Symbol 390 MovieClip in Symbol 402 MovieClip Frame 13
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
}
Symbol 402 MovieClip Frame 26
_root.population--;
deadfull = true;
stop();
Symbol 402 MovieClip Frame 32
gotoAndPlay ("walk");
Symbol 427 MovieClip Frame 40
gotoAndPlay ("walk");
Symbol 427 MovieClip Frame 41
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 42
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 43
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 44
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 45
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 46
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 47
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
_root.hp.remaining = _root.hp.remaining - _root.ramstr;
Symbol 427 MovieClip Frame 48
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 49
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 50
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 51
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 52
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 53
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 54
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 427 MovieClip Frame 55
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
} else {
gotoAndPlay ("attk");
}
Symbol 427 MovieClip Frame 56
dead = true;
Instance of Symbol 417 MovieClip in Symbol 427 MovieClip Frame 56
onClipEvent (load) {
this.gotoAndStop(random(2) + 1);
}
Symbol 427 MovieClip Frame 70
_root.population--;
deadfull = true;
stop();
Symbol 427 MovieClip Frame 71
gotoAndPlay (71);
Symbol 427 MovieClip Frame 76
gotoAndPlay ("walk");
Symbol 428 MovieClip Frame 1
stop();
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 188 MovieClip "rain" in Symbol 428 MovieClip Frame 2
onClipEvent (load) {
this._x = random(Stage.width);
this._y = random(50) - 150;
}
onClipEvent (enterFrame) {
this._y = this._y + 20;
this._x = this._x - 10;
if (this._y > Stage.height) {
this._y = random(400) - 450;
this._x = random(Stage.width);
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.height);
this._y = random(300) - 350;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Instance of Symbol 195 MovieClip in Symbol 428 MovieClip Frame 3
onClipEvent (load) {
this._x = random(Stage.height);
this._y = random(200) - 250;
}
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 290) {
this._x = random(Stage.width);
this._y = random(Stage.height) - 450;
}
}
Symbol 482 MovieClip Frame 9
gotoAndPlay ("walk");
Symbol 482 MovieClip Frame 10
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 11
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 12
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 13
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 14
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 15
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 16
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 17
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 18
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 19
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 20
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 21
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 22
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 23
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 24
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 25
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Instance of Symbol 455 MovieClip in Symbol 482 MovieClip Frame 25
onClipEvent (load) {
this.gotoAndStop(random(4) + 1);
}
Symbol 482 MovieClip Frame 26
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 27
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 28
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 29
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 30
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 31
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 32
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 33
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 34
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 35
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 36
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
_root.hp.remaining = _root.hp.remaining - (_root.arstr * 15);
Symbol 482 MovieClip Frame 37
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 38
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 39
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 40
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 41
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 42
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 43
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 44
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 45
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 482 MovieClip Frame 46
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
} else {
gotoAndPlay ("attk");
}
Symbol 482 MovieClip Frame 47
dead = true;
Instance of Symbol 327 MovieClip in Symbol 482 MovieClip Frame 47
onClipEvent (load) {
this.gotoAndStop(random(4) + 1);
}
Symbol 482 MovieClip Frame 70
_root.population--;
deadfull = true;
stop();
Symbol 482 MovieClip Frame 79
gotoAndPlay ("walk");
Symbol 525 MovieClip Frame 9
gotoAndPlay ("walk");
Symbol 525 MovieClip Frame 10
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 525 MovieClip Frame 11
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 525 MovieClip Frame 12
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 525 MovieClip Frame 13
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 525 MovieClip Frame 14
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 525 MovieClip Frame 15
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 525 MovieClip Frame 16
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 525 MovieClip Frame 17
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
_root.hp.remaining = _root.hp.remaining - (_root.infstr * 20);
Symbol 525 MovieClip Frame 18
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 525 MovieClip Frame 19
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 525 MovieClip Frame 20
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 525 MovieClip Frame 21
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
} else {
gotoAndPlay ("attk");
}
Symbol 525 MovieClip Frame 22
dead = true;
Instance of Symbol 511 MovieClip in Symbol 525 MovieClip Frame 22
onClipEvent (load) {
this.gotoAndStop(random(4) + 1);
}
Symbol 525 MovieClip Frame 40
_root.population--;
deadfull = true;
stop();
Symbol 525 MovieClip Frame 46
gotoAndPlay ("walk");
Symbol 562 MovieClip Frame 30
gotoAndPlay ("walk");
Symbol 562 MovieClip Frame 31
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 32
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 33
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 34
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 35
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 36
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 37
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 38
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 39
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 40
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 41
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 42
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 43
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 44
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 45
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 46
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
_root.hp.remaining = _root.hp.remaining - (_root.ramstr * 10);
Symbol 562 MovieClip Frame 47
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 48
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 49
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 50
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 51
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 52
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 53
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 54
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
}
Symbol 562 MovieClip Frame 55
if (_root.hp.remaining <= 0) {
gotoAndStop ("idle");
} else {
gotoAndPlay ("attk");
}
Symbol 562 MovieClip Frame 56
dead = true;
Instance of Symbol 417 MovieClip in Symbol 562 MovieClip Frame 56
onClipEvent (load) {
this.gotoAndStop(random(2) + 1);
}
Symbol 562 MovieClip Frame 70
_root.population--;
deadfull = true;
stop();
Symbol 562 MovieClip Frame 75
gotoAndPlay ("walk");
Symbol 639 MovieClip Frame 12
gotoAndPlay ("idle");
Symbol 639 MovieClip Frame 21
gotoAndPlay ("walk");
Symbol 639 MovieClip Frame 22
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 23
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
woot = _root.infstr * 50;
woote = _root.arstr * 50;
_root.hp.remaining = _root.hp.remaining - (woot + woote);
Symbol 639 MovieClip Frame 24
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 25
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 26
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 27
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 28
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 29
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 30
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 31
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 32
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 33
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 34
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 35
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 36
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 37
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 38
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 39
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 40
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 41
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 42
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 43
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 44
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 45
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 46
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 47
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 48
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 49
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 50
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 51
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 52
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 53
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 54
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 55
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
}
Symbol 639 MovieClip Frame 56
if (_root.hp.remaining <= 0) {
gotoAndPlay ("idle");
} else {
gotoAndPlay ("attk");
}
Symbol 639 MovieClip Frame 57
dead = true;
Instance of Symbol 625 MovieClip in Symbol 639 MovieClip Frame 62
onClipEvent (load) {
this.gotoAndStop(random(2) + 1);
}
Symbol 639 MovieClip Frame 71
_root.population--;
deadfull = true;
stop();
Symbol 639 MovieClip Frame 76
gotoAndPlay ("walk");
Symbol 647 Button
on (release) {
if (_root.gold > 99) {
_root.inf.duped = true;
}
if ((_root.gold < 100) or (_root.population == _root.poptot)) {
uninf.play();
}
}
Symbol 656 Button
on (release) {
if (_root.gold > 149) {
_root.arch.duped = true;
}
if ((_root.gold < 150) or (_root.population == _root.poptot)) {
unar.play();
}
}
Symbol 664 Button
on (release) {
if (_root.gold > 499) {
_root.cav.duped = true;
}
if ((_root.gold < 500) or (_root.population == _root.poptot)) {
uncav.play();
}
}
Symbol 671 Button
on (release) {
if (_root.gold > 749) {
_root.ram.duped = true;
}
if ((_root.gold < 750) or (_root.population == _root.poptot)) {
unram.play();
}
}
Symbol 674 MovieClip Frame 1
stop();
Symbol 681 Button
on (release) {
_root.quality = "low";
_root._quality = "LOW";
}
Symbol 683 Button
on (release) {
_root.quality = "med";
_root._quality = "MEDIUM";
}
Symbol 685 Button
on (release) {
_root.quality = "high";
_root._quality = "HIGH";
}
Symbol 697 Button
on (release) {
if ((_root.gold > 999) && (_root.lvl > 4)) {
_root.wiz.duped = true;
}
if (((_root.gold < 1000) or (_root.population == _root.poptot)) or (_root.lvl < 5)) {
unwiz.play();
}
}
Symbol 703 Button
on (release) {
if ((_root.gold > 1499) && (_root.lvl > 9)) {
_root.tro.duped = true;
}
if (((_root.gold < 1500) or (_root.population == _root.poptot)) or (_root.lvl < 10)) {
untr.play();
}
}
Symbol 709 Button
on (release) {
if ((_root.gold > 1999) && (_root.lvl > 14)) {
_root.cat.duped = true;
}
if (((_root.gold < 2000) or (_root.population == _root.poptot)) or (_root.lvl < 15)) {
uncat.play();
}
}
Symbol 716 Button
on (release) {
if ((_root.gold > 2499) && (_root.lvl > 19)) {
_root.dr.duped = true;
}
if (((_root.gold < 2500) or (_root.population == _root.poptot)) or (_root.lvl < 20)) {
undr.play();
}
}
Symbol 722 Button
on (release) {
_root.gotoAndStop("defeat");
}
Symbol 728 Button
on (release) {
_root.gotoAndStop("menu");
}
Symbol 734 Button
on (release) {
var savefile = SharedObject.getLocal("BattleField");
savefile.data.gold = undefined;
savefile.data.lvl = undefined;
savefile.data.swordups = undefined;
savefile.data.bowups = undefined;
savefile.data.ramups = undefined;
savefile.data.infstr = undefined;
savefile.data.arstr = undefined;
savefile.data.cavstr = undefined;
savefile.data.ramstr = undefined;
savefile.data.gold = _root.gold;
savefile.data.lvl = _root.lvl;
savefile.data.swordups = _root.swordups;
savefile.data.bowups = _root.bowups;
savefile.data.ramups = _root.ramups;
savefile.data.infstr = _root.infstr;
savefile.data.arstr = _root.arstr;
savefile.data.cavstr = _root.cavstr;
savefile.data.ramstr = _root.ramstr;
savefile.flush();
}
Symbol 736 Button
on (release) {
_root.gotoAndStop("ups");
}
Symbol 738 Button
on (release) {
_root.sett = "LOW";
_root.setsh = "low";
}
Symbol 740 Button
on (release) {
_root.sett = "MEDIUM";
_root.setsh = "med";
}
Symbol 741 Button
on (release) {
_root.sett = "HIGH";
_root.setsh = "high";
}
Symbol 743 Button
on (release) {
_root.weath.gotoAndStop(2);
}
Symbol 746 Button
on (release) {
_root.weath.gotoAndStop(1);
}
Symbol 749 MovieClip Frame 1
stop();
_root.weather = true;
Symbol 749 MovieClip Frame 2
stop();
_root.weather = false;
Symbol 761 Button
on (release) {
prevFrame();
}
Symbol 762 MovieClip Frame 1
stop();
Instance of Symbol 753 MovieClip in Symbol 762 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
dragging = true;
}
}
onClipEvent (enterFrame) {
if (dragging && (_parent.hitRange.hitTest(_root._xmouse, _root._ymouse, false))) {
_x = (_parent._xmouse - 10);
_root.all.setVolume((_x + 62) / 0.55);
}
}
onClipEvent (mouseUp) {
dragging = false;
}
onClipEvent (load) {
dragging = false;
_root.all = new Sound();
}
Symbol 769 Button
on (release) {
_root.gold = 3500;
_root.lvl = 1;
_root.swordups = 0;
_root.bowups = 0;
_root.ramups = 0;
_root.infstr = 0.2;
_root.arstr = 0.2;
_root.cavstr = 0.2;
_root.gotoAndStop("game");
}
Symbol 771 Button
on (release) {
var savefile = SharedObject.getLocal("BattleField");
if (savefile.data.gold == undefined) {
_root.gold = 3500;
_root.lvl = 1;
_root.swordups = 0;
_root.bowups = 0;
_root.ramups = 0;
_root.infstr = 0.2;
_root.arstr = 0.2;
_root.cavstr = 0.2;
_root.ramstr = 0.2;
_root.nodata.play();
} else {
_root.gold = savefile.data.gold;
_root.lvl = savefile.data.lvl;
_root.swordups = savefile.data.swordups;
_root.bowups = savefile.data.bowups;
_root.ramups = savefile.data.ramups;
_root.infstr = savefile.data.infstr;
_root.arstr = savefile.data.arstr;
_root.cavstr = savefile.data.cavstr;
_root.ramstr = savefile.data.ramstr;
_root.gotoAndStop("ups");
}
}
Symbol 774 MovieClip Frame 1
stop();
Symbol 775 Button
on (release) {
_root.gotoAndStop("game");
}
Symbol 777 Button
on (release) {
if (_root.gold > 499) {
_root.infstr = _root.infstr + 0.1;
_root.cavstr = _root.cavstr + 0.1;
_root.swordups = _root.swordups + 1;
_root.gold = _root.gold - 500;
}
}
Symbol 781 Button
on (release) {
if (_root.gold > 499) {
_root.arstr = _root.arstr + 0.1;
_root.bowups = _root.bowups + 1;
_root.gold = _root.gold - 500;
}
}
Symbol 786 Button
on (release) {
if (_root.gold > 1249) {
_root.ramstr = _root.ramstr + 0.5;
_root.ramups = _root.ramups + 1;
_root.gold = _root.gold - 1250;
}
}
Symbol 790 Button
on (release) {
_root.nextFrame();
}
Symbol 797 Button
on (release) {
_root.prevFrame();
}
Symbol 859 Button
on (release) {
_root.gotoAndStop("credmenu");
}
Symbol 883 MovieClip Frame 3
stop();
Symbol 980 MovieClip Frame 910
_root.gotoAndStop("credmenu");