STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228125
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/17228842?noj=FRM17228842-13DC" width="1" height="1"></div>

Battlefield.swf

This is the info page for
Flash #12827

(Click the ID number above for more basic data on this flash file.)


Text
skip

Center this box

Center this box

s

t

i

d

e

r

c

hire infantry

100gold

/

hire archer

150gold

hire cavalry

500gold

hire ram

750gold

hire wizard

1000gold - lvl 5

hire troll

1500gold - lvl 10

hire catapult

2000gold - lvl 15

hire dragon

2500gold - lvl 20

surrender

you dug

out of the wreckage

load

you and your army are attempting to rule the world
(suprise, suprise!) to do this, you must capture every
castle, unfortunately there are an infinite number,
oh well, destroy as many as you can! you can also
buy upgrades if you want to at the end of a level,
however, make sure you save some money to buy
units or you will instantly get a failure message.
click next to see game layout

this is the game screen

this is the info bar

it is used to hire units, change game quality and
check your money, current level and population.

here is where you hire units

to check the price of a unit, hover over it.
if you wish to buy the unit, click it.

there are also special units, these cost more, and
can only be bought after a certain level

these use the same attack power as normal units,
but increased

wizard - archer strength x15

troll - infantry strength x20

catapult - ram strength x10

dragon - cavalry strength x50 + archer strength x50

there are two different types of units, range and close combat
the groups are sorted below

close combat

ranged

ranged units attack the castle from a distance, while close combat units
must first reach the castle to attack.
the next item in the info bar is gold. this shows you how much gold you
have to buy units and upgrades.
then we have the level. this is the level you have reached.
the next item on the info bar is the population.
this shows you how many units you have, and your max amount of
units. if you have reached the population limit, you will no longer be
allowed to buy units. don't worry though, if a unit dies, it will drop your
population

finally, we have the quality. this is used to change game quality from the
default. the box underneath tells you the current quality.

this is the battlefield. your units will be deployed at point A.
ranged units will move to point B, while close combat units will move to
point C

this is the castle. point A marks the health bar. every so often, arrows will
come out of point B. the higher your level is, the more arrows will come
out. at point C there is an oil pot. every so often, boiling oil will pour out.
this will kill one close combat unit if you have any.

thats all, kill your castles!

ActionScript [AS1/AS2]

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");

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:25
Symbol 4 FontUsed by:5 29 160 161 162 163 164 165 166 643 645 648 649 650 653 654 659 660 667 668 672 687 689 693 694 699 700 705 706 711 712 719 723 731 732 733 772 779 783 785 788 789 796 802 805 808 809 817 818 826 828 830 832 835 837 839 843 846 849 855 858
Symbol 5 EditableTextUses:4Used by:25
Symbol 6 GraphicUsed by:13
Symbol 7 GraphicUsed by:13
Symbol 8 GraphicUsed by:13
Symbol 9 GraphicUsed by:13
Symbol 10 GraphicUsed by:13
Symbol 11 GraphicUsed by:13 331
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:6 7 8 9 10 11 12Used by:14
Symbol 14 MovieClipUses:13Used by:25
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:17 18
Symbol 17 MovieClipUses:16Used by:25  Timeline
Symbol 18 MovieClipUses:16Used by:25
Symbol 19 GraphicUsed by:25
Symbol 20 GraphicUsed by:23 28 143 144 172 173 175 177 728 734 736 769 771 775 790 797 859
Symbol 21 GraphicUsed by:23 28 143 144 172 173 175 177 728 734 736 769 771 775 790 797 859
Symbol 22 GraphicUsed by:23 28 143 144 172 173 175 177 728 734 736 769 771 775 790 797 859
Symbol 23 ButtonUses:20 21 22Used by:25
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:3 5 14 17 18 19 23 24Used by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 ButtonUses:20 21 22Used by:Timeline
Symbol 29 TextUses:4Used by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 GraphicUsed by:40
Symbol 35 GraphicUsed by:40
Symbol 36 GraphicUsed by:40
Symbol 37 GraphicUsed by:40
Symbol 38 GraphicUsed by:40
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:34 35 36 37 38 39Used by:Timeline
Symbol 41 SoundUsed by:Timeline
Symbol 42 SoundUsed by:Timeline
Symbol 43 ShapeTweeningUsed by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:46 47Used by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 ShapeTweeningUsed by:53
Symbol 51 ShapeTweeningUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:50 51 52Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 SoundUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 SoundUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:79
Symbol 75 GraphicUsed by:79
Symbol 76 GraphicUsed by:79
Symbol 77 GraphicUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:74 75 76 77 78Used by:Timeline
Symbol 80 Font
Symbol 81 TextUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 ShapeTweeningUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:89
Symbol 86 FontUsed by:87 88
Symbol 87 TextUses:86Used by:89
Symbol 88 TextUses:86Used by:89
Symbol 89 MovieClipUses:85 87 88Used by:142
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:142
Symbol 92 GraphicUsed by:142
Symbol 93 GraphicUsed by:128
Symbol 94 GraphicUsed by:128
Symbol 95 GraphicUsed by:128
Symbol 96 GraphicUsed by:128
Symbol 97 GraphicUsed by:128
Symbol 98 GraphicUsed by:128
Symbol 99 GraphicUsed by:128
Symbol 100 GraphicUsed by:128
Symbol 101 GraphicUsed by:128
Symbol 102 GraphicUsed by:128
Symbol 103 GraphicUsed by:128
Symbol 104 GraphicUsed by:128
Symbol 105 GraphicUsed by:128
Symbol 106 GraphicUsed by:128
Symbol 107 GraphicUsed by:128
Symbol 108 GraphicUsed by:128
Symbol 109 GraphicUsed by:128
Symbol 110 GraphicUsed by:128
Symbol 111 GraphicUsed by:128
Symbol 112 GraphicUsed by:128
Symbol 113 GraphicUsed by:128
Symbol 114 GraphicUsed by:128
Symbol 115 GraphicUsed by:128
Symbol 116 GraphicUsed by:128
Symbol 117 GraphicUsed by:128
Symbol 118 GraphicUsed by:128
Symbol 119 GraphicUsed by:128
Symbol 120 GraphicUsed by:128
Symbol 121 GraphicUsed by:128
Symbol 122 GraphicUsed by:128
Symbol 123 GraphicUsed by:128
Symbol 124 GraphicUsed by:128
Symbol 125 GraphicUsed by:128
Symbol 126 GraphicUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127Used by:142
Symbol 129 GraphicUsed by:142
Symbol 130 GraphicUsed by:135
Symbol 131 GraphicUsed by:135
Symbol 132 GraphicUsed by:135
Symbol 133 GraphicUsed by:135
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:130 131 132 133 134Used by:142
Symbol 136 GraphicUsed by:142
Symbol 137 GraphicUsed by:142
Symbol 138 SoundUsed by:142
Symbol 139 SoundUsed by:142
Symbol 140 GraphicUsed by:142
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:89 91 92 128 129 135 136 137 138 139 140 141Used by:Timeline
Symbol 143 ButtonUses:20 21 22Used by:Timeline
Symbol 144 ButtonUses:20 21 22Used by:Timeline
Symbol 145 GraphicUsed by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 SoundUsed by:427 525  Timeline
Symbol 148 GraphicUsed by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 GraphicUsed by:Timeline
Symbol 155 GraphicUsed by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 GraphicUsed by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 TextUses:4Used by:Timeline
Symbol 161 TextUses:4Used by:Timeline
Symbol 162 TextUses:4Used by:Timeline
Symbol 163 TextUses:4Used by:Timeline
Symbol 164 TextUses:4Used by:Timeline
Symbol 165 TextUses:4Used by:Timeline
Symbol 166 TextUses:4Used by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 SoundUsed by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 ButtonUses:20 21 22Used by:Timeline
Symbol 173 ButtonUses:20 21 22Used by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 ButtonUses:20 21 22Used by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 ButtonUses:20 21 22Used by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 GraphicUsed by:254
Symbol 180 GraphicUsed by:236 245 254
Symbol 181 GraphicUsed by:254
Symbol 182 GraphicUsed by:236 245 254
Symbol 183 GraphicUsed by:254
Symbol 184 GraphicUsed by:254
Symbol 185 GraphicUsed by:254
Symbol 186 GraphicUsed by:254
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:187Used by:254 428
Symbol 189 GraphicUsed by:254
Symbol 190 GraphicUsed by:254
Symbol 191 GraphicUsed by:254
Symbol 192 GraphicUsed by:254
Symbol 193 GraphicUsed by:254
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:196 254 428
Symbol 196 MovieClipUses:195Used by:254
Symbol 197 GraphicUsed by:254
Symbol 198 GraphicUsed by:254
Symbol 199 GraphicUsed by:254
Symbol 200 GraphicUsed by:254
Symbol 201 GraphicUsed by:254
Symbol 202 GraphicUsed by:254
Symbol 203 GraphicUsed by:254
Symbol 204 GraphicUsed by:254
Symbol 205 GraphicUsed by:254
Symbol 206 GraphicUsed by:254
Symbol 207 GraphicUsed by:221
Symbol 208 SoundUsed by:221 417 482 562 959
Symbol 209 SoundUsed by:221
Symbol 210 GraphicUsed by:221
Symbol 211 GraphicUsed by:221
Symbol 212 GraphicUsed by:221
Symbol 213 GraphicUsed by:221
Symbol 214 GraphicUsed by:221
Symbol 215 GraphicUsed by:221
Symbol 216 GraphicUsed by:221
Symbol 217 GraphicUsed by:221
Symbol 218 GraphicUsed by:221
Symbol 219 GraphicUsed by:221
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:207 208 209 210 211 212 213 214 215 216 217 218 219 220Used by:254
Symbol 222 GraphicUsed by:254
Symbol 223 GraphicUsed by:254
Symbol 224 GraphicUsed by:236
Symbol 225 GraphicUsed by:236
Symbol 226 GraphicUsed by:236 245
Symbol 227 GraphicUsed by:236
Symbol 228 GraphicUsed by:236 245
Symbol 229 GraphicUsed by:236
Symbol 230 GraphicUsed by:236 245
Symbol 231 GraphicUsed by:236
Symbol 232 GraphicUsed by:236 245
Symbol 233 GraphicUsed by:236
Symbol 234 GraphicUsed by:236
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:224 180 182 225 226 227 228 229 230 231 232 233 234 235Used by:254
Symbol 237 GraphicUsed by:245
Symbol 238 GraphicUsed by:245
Symbol 239 GraphicUsed by:245
Symbol 240 GraphicUsed by:245
Symbol 241 GraphicUsed by:245
Symbol 242 GraphicUsed by:245
Symbol 243 GraphicUsed by:245
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:237 180 232 238 239 240 241 182 242 226 243 228 244 230Used by:254
Symbol 246 GraphicUsed by:253
Symbol 247 GraphicUsed by:253
Symbol 248 GraphicUsed by:253
Symbol 249 GraphicUsed by:253
Symbol 250 GraphicUsed by:253
Symbol 251 GraphicUsed by:253
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:246 247 248 249 250 251 252Used by:254
Symbol 254 MovieClipUses:179 180 181 182 183 184 185 186 188 189 190 191 192 193 196 195 197 198 199 200 201 202 203 204 205 206 221 222 223 236 245 253Used by:Timeline
Symbol 255 GraphicUsed by:287
Symbol 256 GraphicUsed by:270
Symbol 257 GraphicUsed by:270
Symbol 258 GraphicUsed by:270
Symbol 259 GraphicUsed by:270
Symbol 260 GraphicUsed by:270
Symbol 261 GraphicUsed by:270
Symbol 262 GraphicUsed by:270
Symbol 263 GraphicUsed by:270
Symbol 264 GraphicUsed by:270
Symbol 265 GraphicUsed by:270
Symbol 266 SoundUsed by:270 625 639
Symbol 267 GraphicUsed by:270
Symbol 268 GraphicUsed by:270
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:256 257 258 259 260 261 262 263 264 265 266 267 268 269Used by:287
Symbol 271 GraphicUsed by:287
Symbol 272 GraphicUsed by:276
Symbol 273 GraphicUsed by:276
Symbol 274 GraphicUsed by:276
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:272 273 274 275Used by:282
Symbol 277 GraphicUsed by:282
Symbol 278 GraphicUsed by:282
Symbol 279 GraphicUsed by:282
Symbol 280 GraphicUsed by:282
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:276 277 278 279 280 281Used by:287
Symbol 283 GraphicUsed by:287
Symbol 284 GraphicUsed by:287
Symbol 285 GraphicUsed by:287
Symbol 286 GraphicUsed by:287
Symbol 287 MovieClipUses:255 270 271 282 283 284 285 286Used by:Timeline
Symbol 288 GraphicUsed by:Timeline
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:289Used by:Timeline
Symbol 291 GraphicUsed by:295
Symbol 292 GraphicUsed by:295
Symbol 293 GraphicUsed by:295
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:291 292 293 294Used by:Timeline
Symbol 296 GraphicUsed by:299
Symbol 297 GraphicUsed by:299
Symbol 298 SoundUsed by:299 369 525 562 921 959
Symbol 299 MovieClipUses:296 297 298Used by:Timeline
Symbol 300 GraphicUsed by:331
Symbol 301 GraphicUsed by:302
Symbol 302 MovieClipUses:301Used by:331
Symbol 303 GraphicUsed by:331
Symbol 304 GraphicUsed by:331
Symbol 305 GraphicUsed by:331
Symbol 306 GraphicUsed by:331
Symbol 307 GraphicUsed by:331
Symbol 308 GraphicUsed by:331
Symbol 309 GraphicUsed by:331
Symbol 310 SoundUsed by:331 402 879
Symbol 311 GraphicUsed by:331
Symbol 312 GraphicUsed by:331
Symbol 313 GraphicUsed by:331
Symbol 314 GraphicUsed by:331
Symbol 315 GraphicUsed by:331
Symbol 316 GraphicUsed by:331
Symbol 317 GraphicUsed by:331
Symbol 318 GraphicUsed by:331
Symbol 319 GraphicUsed by:331
Symbol 320 GraphicUsed by:331
Symbol 321 GraphicUsed by:327
Symbol 322 SoundUsed by:327
Symbol 323 GraphicUsed by:327
Symbol 324 SoundUsed by:327
Symbol 325 SoundUsed by:327
Symbol 326 SoundUsed by:327
Symbol 327 MovieClipUses:321 322 323 324 325 326Used by:331 369 482
Symbol 328 GraphicUsed by:331
Symbol 329 GraphicUsed by:331
Symbol 330 GraphicUsed by:331  Timeline
Symbol 331 MovieClipUses:300 302 303 304 305 306 307 11 308 309 310 311 312 313 314 315 316 317 318 319 320 327 328 329 330Used by:Timeline
Symbol 332 GraphicUsed by:369
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClipUses:333Used by:369
Symbol 335 GraphicUsed by:369
Symbol 336 GraphicUsed by:369
Symbol 337 GraphicUsed by:369
Symbol 338 GraphicUsed by:369
Symbol 339 GraphicUsed by:369
Symbol 340 GraphicUsed by:369
Symbol 341 GraphicUsed by:369
Symbol 342 GraphicUsed by:369
Symbol 343 GraphicUsed by:369
Symbol 344 GraphicUsed by:369
Symbol 345 GraphicUsed by:369
Symbol 346 GraphicUsed by:369
Symbol 347 GraphicUsed by:369
Symbol 348 GraphicUsed by:369
Symbol 349 GraphicUsed by:369 980
Symbol 350 GraphicUsed by:369
Symbol 351 GraphicUsed by:369
Symbol 352 GraphicUsed by:369
Symbol 353 GraphicUsed by:369
Symbol 354 GraphicUsed by:369
Symbol 355 GraphicUsed by:369
Symbol 356 GraphicUsed by:369
Symbol 357 GraphicUsed by:369
Symbol 358 GraphicUsed by:369
Symbol 359 GraphicUsed by:369  Timeline
Symbol 360 GraphicUsed by:369
Symbol 361 GraphicUsed by:369
Symbol 362 GraphicUsed by:369
Symbol 363 GraphicUsed by:369
Symbol 364 GraphicUsed by:369
Symbol 365 GraphicUsed by:369
Symbol 366 GraphicUsed by:369
Symbol 367 GraphicUsed by:369
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:332 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 298 349 350 351 352 353 354 355 356 327 357 358 359 360 361 362 363 364 365 366 367 368Used by:Timeline
Symbol 370 GraphicUsed by:402
Symbol 371 GraphicUsed by:372
Symbol 372 MovieClipUses:371Used by:402
Symbol 373 GraphicUsed by:402
Symbol 374 GraphicUsed by:402
Symbol 375 GraphicUsed by:402
Symbol 376 GraphicUsed by:402
Symbol 377 GraphicUsed by:402
Symbol 378 GraphicUsed by:402
Symbol 379 GraphicUsed by:402
Symbol 380 GraphicUsed by:402
Symbol 381 GraphicUsed by:402
Symbol 382 GraphicUsed by:402
Symbol 383 GraphicUsed by:402
Symbol 384 GraphicUsed by:402
Symbol 385 GraphicUsed by:390
Symbol 386 SoundUsed by:390
Symbol 387 GraphicUsed by:390
Symbol 388 SoundUsed by:390
Symbol 389 SoundUsed by:390
Symbol 390 MovieClipUses:385 386 387 388 389Used by:402
Symbol 391 GraphicUsed by:402
Symbol 392 GraphicUsed by:402
Symbol 393 GraphicUsed by:402
Symbol 394 GraphicUsed by:402
Symbol 395 GraphicUsed by:402
Symbol 396 GraphicUsed by:402
Symbol 397 GraphicUsed by:402
Symbol 398 GraphicUsed by:402
Symbol 399 GraphicUsed by:402
Symbol 400 GraphicUsed by:402
Symbol 401 GraphicUsed by:402
Symbol 402 MovieClipUses:370 372 373 374 375 376 377 310 378 379 380 381 382 383 384 390 391 392 393 394 395 396 397 398 399 400 401Used by:Timeline
Symbol 403 GraphicUsed by:427
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:404Used by:427
Symbol 406 GraphicUsed by:427
Symbol 407 GraphicUsed by:427
Symbol 408 GraphicUsed by:427
Symbol 409 GraphicUsed by:427
Symbol 410 GraphicUsed by:427
Symbol 411 GraphicUsed by:427
Symbol 412 GraphicUsed by:427
Symbol 413 GraphicUsed by:427
Symbol 414 GraphicUsed by:417
Symbol 415 GraphicUsed by:417
Symbol 416 SoundUsed by:417 625
Symbol 417 MovieClipUses:414 208 415 416Used by:427 562
Symbol 418 GraphicUsed by:427
Symbol 419 GraphicUsed by:427
Symbol 420 GraphicUsed by:427
Symbol 421 GraphicUsed by:427
Symbol 422 GraphicUsed by:427
Symbol 423 GraphicUsed by:427
Symbol 424 GraphicUsed by:427
Symbol 425 GraphicUsed by:427
Symbol 426 GraphicUsed by:427
Symbol 427 MovieClipUses:403 405 406 407 408 409 410 147 411 412 413 417 418 419 420 421 422 423 424 425 426Used by:Timeline
Symbol 428 MovieClipUses:188 195Used by:Timeline
Symbol 429 GraphicUsed by:482
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:430Used by:482 525 639
Symbol 432 GraphicUsed by:482
Symbol 433 GraphicUsed by:482
Symbol 434 GraphicUsed by:482
Symbol 435 GraphicUsed by:482
Symbol 436 GraphicUsed by:482
Symbol 437 GraphicUsed by:482
Symbol 438 GraphicUsed by:482
Symbol 439 GraphicUsed by:482
Symbol 440 GraphicUsed by:482
Symbol 441 GraphicUsed by:482
Symbol 442 GraphicUsed by:482
Symbol 443 GraphicUsed by:482
Symbol 444 GraphicUsed by:482
Symbol 445 GraphicUsed by:482
Symbol 446 GraphicUsed by:482
Symbol 447 GraphicUsed by:482
Symbol 448 GraphicUsed by:482
Symbol 449 GraphicUsed by:482
Symbol 450 GraphicUsed by:482
Symbol 451 GraphicUsed by:455
Symbol 452 GraphicUsed by:455
Symbol 453 GraphicUsed by:455
Symbol 454 GraphicUsed by:455
Symbol 455 MovieClipUses:451 452 453 454Used by:482
Symbol 456 SoundUsed by:482
Symbol 457 GraphicUsed by:482
Symbol 458 GraphicUsed by:482
Symbol 459 GraphicUsed by:482
Symbol 460 GraphicUsed by:482
Symbol 461 GraphicUsed by:482
Symbol 462 GraphicUsed by:482
Symbol 463 GraphicUsed by:482
Symbol 464 GraphicUsed by:482
Symbol 465 GraphicUsed by:482
Symbol 466 GraphicUsed by:482
Symbol 467 GraphicUsed by:482
Symbol 468 GraphicUsed by:482
Symbol 469 GraphicUsed by:482
Symbol 470 GraphicUsed by:482
Symbol 471 GraphicUsed by:482
Symbol 472 GraphicUsed by:482
Symbol 473 GraphicUsed by:482
Symbol 474 GraphicUsed by:482
Symbol 475 GraphicUsed by:482
Symbol 476 GraphicUsed by:482
Symbol 477 GraphicUsed by:482
Symbol 478 GraphicUsed by:482
Symbol 479 GraphicUsed by:482
Symbol 480 GraphicUsed by:482
Symbol 481 GraphicUsed by:482
Symbol 482 MovieClipUses:429 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 455 456 208 457 458 459 460 461 462 463 464 465 466 327 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481Used by:Timeline
Symbol 483 GraphicUsed by:525
Symbol 484 GraphicUsed by:525
Symbol 485 GraphicUsed by:525
Symbol 486 GraphicUsed by:525
Symbol 487 GraphicUsed by:525
Symbol 488 GraphicUsed by:525
Symbol 489 GraphicUsed by:525
Symbol 490 GraphicUsed by:525
Symbol 491 GraphicUsed by:525
Symbol 492 GraphicUsed by:525
Symbol 493 GraphicUsed by:525
Symbol 494 GraphicUsed by:525
Symbol 495 GraphicUsed by:525
Symbol 496 GraphicUsed by:525
Symbol 497 GraphicUsed by:525
Symbol 498 GraphicUsed by:525
Symbol 499 GraphicUsed by:525
Symbol 500 GraphicUsed by:525
Symbol 501 GraphicUsed by:525
Symbol 502 GraphicUsed by:525
Symbol 503 GraphicUsed by:525
Symbol 504 GraphicUsed by:525
Symbol 505 GraphicUsed by:511
Symbol 506 SoundUsed by:511
Symbol 507 GraphicUsed by:511
Symbol 508 SoundUsed by:511
Symbol 509 SoundUsed by:511
Symbol 510 SoundUsed by:511
Symbol 511 MovieClipUses:505 506 507 508 509 510Used by:525
Symbol 512 GraphicUsed by:525
Symbol 513 GraphicUsed by:525
Symbol 514 GraphicUsed by:525
Symbol 515 GraphicUsed by:525
Symbol 516 GraphicUsed by:525
Symbol 517 GraphicUsed by:525
Symbol 518 GraphicUsed by:525
Symbol 519 GraphicUsed by:525
Symbol 520 GraphicUsed by:525
Symbol 521 GraphicUsed by:525
Symbol 522 GraphicUsed by:525
Symbol 523 GraphicUsed by:525
Symbol 524 GraphicUsed by:525
Symbol 525 MovieClipUses:483 431 484 485 486 487 488 489 490 491 492 298 493 494 147 495 496 497 498 499 500 501 502 503 504 511 512 513 514 515 516 517 518 519 520 521 522 523 524Used by:Timeline
Symbol 526 GraphicUsed by:562
Symbol 527 GraphicUsed by:528
Symbol 528 MovieClipUses:527Used by:562
Symbol 529 GraphicUsed by:562
Symbol 530 GraphicUsed by:562
Symbol 531 GraphicUsed by:562
Symbol 532 GraphicUsed by:562
Symbol 533 GraphicUsed by:562
Symbol 534 GraphicUsed by:562
Symbol 535 GraphicUsed by:562
Symbol 536 GraphicUsed by:562
Symbol 537 GraphicUsed by:562
Symbol 538 GraphicUsed by:562
Symbol 539 GraphicUsed by:562
Symbol 540 GraphicUsed by:562
Symbol 541 GraphicUsed by:562
Symbol 542 GraphicUsed by:562
Symbol 543 GraphicUsed by:562
Symbol 544 GraphicUsed by:562
Symbol 545 GraphicUsed by:562
Symbol 546 GraphicUsed by:562
Symbol 547 GraphicUsed by:562
Symbol 548 GraphicUsed by:562
Symbol 549 GraphicUsed by:562
Symbol 550 GraphicUsed by:562
Symbol 551 GraphicUsed by:562
Symbol 552 GraphicUsed by:562
Symbol 553 GraphicUsed by:562
Symbol 554 GraphicUsed by:562
Symbol 555 GraphicUsed by:562
Symbol 556 GraphicUsed by:562
Symbol 557 GraphicUsed by:562
Symbol 558 GraphicUsed by:562
Symbol 559 GraphicUsed by:562
Symbol 560 GraphicUsed by:562
Symbol 561 GraphicUsed by:562
Symbol 562 MovieClipUses:526 528 529 530 531 532 533 534 298 535 536 537 538 539 540 541 542 543 544 208 545 546 547 548 417 549 550 551 552 553 554 555 556 557 558 559 560 561Used by:Timeline
Symbol 563 GraphicUsed by:639
Symbol 564 GraphicUsed by:639
Symbol 565 GraphicUsed by:639
Symbol 566 GraphicUsed by:639
Symbol 567 GraphicUsed by:639
Symbol 568 GraphicUsed by:639
Symbol 569 GraphicUsed by:639
Symbol 570 GraphicUsed by:639
Symbol 571 GraphicUsed by:639
Symbol 572 GraphicUsed by:639
Symbol 573 GraphicUsed by:639
Symbol 574 GraphicUsed by:639
Symbol 575 GraphicUsed by:639
Symbol 576 GraphicUsed by:639
Symbol 577 GraphicUsed by:639
Symbol 578 GraphicUsed by:639
Symbol 579 GraphicUsed by:639
Symbol 580 GraphicUsed by:639
Symbol 581 GraphicUsed by:639
Symbol 582 GraphicUsed by:639
Symbol 583 GraphicUsed by:639
Symbol 584 GraphicUsed by:639
Symbol 585 GraphicUsed by:639
Symbol 586 GraphicUsed by:639
Symbol 587 GraphicUsed by:639
Symbol 588 GraphicUsed by:639
Symbol 589 GraphicUsed by:639
Symbol 590 GraphicUsed by:639
Symbol 591 GraphicUsed by:639
Symbol 592 GraphicUsed by:639
Symbol 593 GraphicUsed by:639
Symbol 594 GraphicUsed by:639
Symbol 595 GraphicUsed by:639
Symbol 596 GraphicUsed by:639
Symbol 597 GraphicUsed by:639
Symbol 598 GraphicUsed by:639
Symbol 599 GraphicUsed by:639
Symbol 600 GraphicUsed by:639
Symbol 601 GraphicUsed by:639
Symbol 602 GraphicUsed by:639
Symbol 603 GraphicUsed by:639
Symbol 604 GraphicUsed by:639
Symbol 605 GraphicUsed by:639
Symbol 606 GraphicUsed by:639
Symbol 607 GraphicUsed by:639
Symbol 608 GraphicUsed by:639
Symbol 609 GraphicUsed by:639
Symbol 610 GraphicUsed by:639
Symbol 611 GraphicUsed by:639
Symbol 612 GraphicUsed by:639
Symbol 613 GraphicUsed by:639
Symbol 614 GraphicUsed by:639
Symbol 615 GraphicUsed by:639
Symbol 616 GraphicUsed by:639
Symbol 617 GraphicUsed by:639
Symbol 618 GraphicUsed by:639
Symbol 619 GraphicUsed by:639
Symbol 620 GraphicUsed by:639
Symbol 621 GraphicUsed by:639
Symbol 622 GraphicUsed by:639
Symbol 623 GraphicUsed by:625
Symbol 624 GraphicUsed by:625
Symbol 625 MovieClipUses:623 266 624 416Used by:639
Symbol 626 GraphicUsed by:639
Symbol 627 GraphicUsed by:639
Symbol 628 GraphicUsed by:639
Symbol 629 GraphicUsed by:639
Symbol 630 GraphicUsed by:639
Symbol 631 GraphicUsed by:639
Symbol 632 GraphicUsed by:639
Symbol 633 GraphicUsed by:639
Symbol 634 GraphicUsed by:639
Symbol 635 GraphicUsed by:639
Symbol 636 GraphicUsed by:639
Symbol 637 GraphicUsed by:639
Symbol 638 GraphicUsed by:639
Symbol 639 MovieClipUses:563 431 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 266 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 625 626 627 628 629 630 631 632 633 634 635 636 637 638Used by:Timeline
Symbol 640 GraphicUsed by:Timeline
Symbol 641 GraphicUsed by:647 811
Symbol 642 GraphicUsed by:647 811
Symbol 643 TextUses:4Used by:647 811
Symbol 644 GraphicUsed by:647 811
Symbol 645 TextUses:4Used by:647 811
Symbol 646 GraphicUsed by:647 811
Symbol 647 ButtonUses:641 642 643 644 645 646Used by:Timeline
Symbol 648 EditableTextUses:4Used by:Timeline
Symbol 649 EditableTextUses:4Used by:Timeline
Symbol 650 TextUses:4Used by:Timeline
Symbol 651 GraphicUsed by:656 812
Symbol 652 GraphicUsed by:656 812
Symbol 653 TextUses:4Used by:656 812
Symbol 654 TextUses:4Used by:656 812
Symbol 655 GraphicUsed by:656 812
Symbol 656 ButtonUses:651 652 653 654 655Used by:Timeline
Symbol 657 GraphicUsed by:664 813
Symbol 658 GraphicUsed by:664 671 813 814
Symbol 659 TextUses:4Used by:664 813
Symbol 660 TextUses:4Used by:664 813
Symbol 661 GraphicUsed by:664 813
Symbol 662 GraphicUsed by:664 813
Symbol 663 GraphicUsed by:664 813
Symbol 664 ButtonUses:657 658 659 660 661 662 663Used by:Timeline
Symbol 665 GraphicUsed by:Timeline
Symbol 666 GraphicUsed by:671 814
Symbol 667 TextUses:4Used by:671 814
Symbol 668 TextUses:4Used by:671 814
Symbol 669 GraphicUsed by:671 814
Symbol 670 GraphicUsed by:671 814
Symbol 671 ButtonUses:666 658 667 668 669 670Used by:Timeline
Symbol 672 EditableTextUses:4Used by:Timeline
Symbol 673 GraphicUsed by:674
Symbol 674 MovieClipUses:673Used by:Timeline
Symbol 675 GraphicUsed by:676
Symbol 676 MovieClipUses:675Used by:Timeline
Symbol 677 GraphicUsed by:Timeline
Symbol 678 GraphicUsed by:681 683 685 738 740 741 743 746 777 781 786
Symbol 679 GraphicUsed by:681 683 685 738 740 741 743 746 777 781 786
Symbol 680 GraphicUsed by:681 683 685 738 740 741 743 746 777 781 786
Symbol 681 ButtonUses:678 679 680Used by:Timeline
Symbol 682 GraphicUsed by:Timeline
Symbol 683 ButtonUses:678 679 680Used by:Timeline
Symbol 684 GraphicUsed by:Timeline
Symbol 685 ButtonUses:678 679 680Used by:Timeline
Symbol 686 GraphicUsed by:Timeline
Symbol 687 EditableTextUses:4Used by:Timeline
Symbol 688 GraphicUsed by:Timeline
Symbol 689 EditableTextUses:4Used by:Timeline
Symbol 690 GraphicUsed by:Timeline
Symbol 691 GraphicUsed by:Timeline
Symbol 692 GraphicUsed by:697 820
Symbol 693 TextUses:4Used by:697 820
Symbol 694 TextUses:4Used by:697 820
Symbol 695 GraphicUsed by:697 820
Symbol 696 GraphicUsed by:697 820
Symbol 697 ButtonUses:692 693 694 695 696Used by:Timeline
Symbol 698 GraphicUsed by:703 821
Symbol 699 TextUses:4Used by:703 821
Symbol 700 TextUses:4Used by:703 821
Symbol 701 GraphicUsed by:703 821
Symbol 702 GraphicUsed by:703 821
Symbol 703 ButtonUses:698 699 700 701 702Used by:Timeline
Symbol 704 GraphicUsed by:709 822
Symbol 705 TextUses:4Used by:709 822
Symbol 706 TextUses:4Used by:709 822
Symbol 707 GraphicUsed by:709 822
Symbol 708 GraphicUsed by:709 822
Symbol 709 ButtonUses:704 705 706 707 708Used by:Timeline
Symbol 710 GraphicUsed by:716 823
Symbol 711 TextUses:4Used by:716 823
Symbol 712 TextUses:4Used by:716 823
Symbol 713 GraphicUsed by:716 823
Symbol 714 GraphicUsed by:716 823
Symbol 715 GraphicUsed by:716 823
Symbol 716 ButtonUses:710 711 712 713 714 715Used by:Timeline
Symbol 717 GraphicUsed by:Timeline
Symbol 718 GraphicUsed by:722
Symbol 719 TextUses:4Used by:722
Symbol 720 GraphicUsed by:722
Symbol 721 GraphicUsed by:722
Symbol 722 ButtonUses:718 719 720 721Used by:Timeline
Symbol 723 EditableTextUses:4Used by:Timeline
Symbol 724 SoundUsed by:Timeline
Symbol 725 GraphicUsed by:Timeline
Symbol 726 GraphicUsed by:Timeline
Symbol 727 GraphicUsed by:Timeline
Symbol 728 ButtonUses:20 21 22Used by:Timeline
Symbol 729 GraphicUsed by:Timeline
Symbol 730 GraphicUsed by:Timeline
Symbol 731 TextUses:4Used by:Timeline
Symbol 732 EditableTextUses:4Used by:Timeline
Symbol 733 TextUses:4Used by:Timeline
Symbol 734 ButtonUses:20 21 22Used by:Timeline
Symbol 735 GraphicUsed by:Timeline
Symbol 736 ButtonUses:20 21 22Used by:Timeline
Symbol 737 GraphicUsed by:Timeline
Symbol 738 ButtonUses:678 679 680Used by:Timeline
Symbol 739 GraphicUsed by:Timeline
Symbol 740 ButtonUses:678 679 680Used by:Timeline
Symbol 741 ButtonUses:678 679 680Used by:Timeline
Symbol 742 GraphicUsed by:Timeline
Symbol 743 ButtonUses:678 679 680Used by:749
Symbol 744 GraphicUsed by:749
Symbol 745 GraphicUsed by:749
Symbol 746 ButtonUses:678 679 680Used by:749
Symbol 747 GraphicUsed by:749
Symbol 748 GraphicUsed by:749
Symbol 749 MovieClipUses:743 744 745 746 747 748Used by:Timeline
Symbol 750 GraphicUsed by:Timeline
Symbol 751 GraphicUsed by:762
Symbol 752 GraphicUsed by:753
Symbol 753 MovieClipUses:752Used by:762
Symbol 754 GraphicUsed by:755
Symbol 755 MovieClipUses:754Used by:762
Symbol 756 GraphicUsed by:762
Symbol 757 GraphicUsed by:761
Symbol 758 GraphicUsed by:761
Symbol 759 GraphicUsed by:761
Symbol 760 GraphicUsed by:761
Symbol 761 ButtonUses:757 758 759 760Used by:762
Symbol 762 MovieClipUses:751 753 755 756 761Used by:764
Symbol 763 GraphicUsed by:764
Symbol 764 ButtonUses:762 763Used by:765
Symbol 765 MovieClipUses:764Used by:Timeline
Symbol 766 GraphicUsed by:Timeline
Symbol 767 GraphicUsed by:Timeline
Symbol 768 GraphicUsed by:Timeline
Symbol 769 ButtonUses:20 21 22Used by:Timeline
Symbol 770 GraphicUsed by:Timeline
Symbol 771 ButtonUses:20 21 22Used by:Timeline
Symbol 772 TextUses:4Used by:Timeline
Symbol 773 GraphicUsed by:774
Symbol 774 MovieClipUses:773Used by:Timeline
Symbol 775 ButtonUses:20 21 22Used by:Timeline
Symbol 776 GraphicUsed by:Timeline
Symbol 777 ButtonUses:678 679 680Used by:Timeline
Symbol 778 GraphicUsed by:Timeline
Symbol 779 EditableTextUses:4Used by:Timeline
Symbol 780 GraphicUsed by:Timeline
Symbol 781 ButtonUses:678 679 680Used by:Timeline
Symbol 782 GraphicUsed by:Timeline
Symbol 783 EditableTextUses:4Used by:Timeline
Symbol 784 GraphicUsed by:Timeline
Symbol 785 EditableTextUses:4Used by:Timeline
Symbol 786 ButtonUses:678 679 680Used by:Timeline
Symbol 787 GraphicUsed by:Timeline
Symbol 788 EditableTextUses:4Used by:Timeline
Symbol 789 TextUses:4Used by:Timeline
Symbol 790 ButtonUses:20 21 22Used by:Timeline
Symbol 791 GraphicUsed by:Timeline
Symbol 792 GraphicUsed by:Timeline
Symbol 793 GraphicUsed by:Timeline
Symbol 794 BitmapUsed by:795 857
Symbol 795 GraphicUses:794Used by:Timeline
Symbol 796 TextUses:4Used by:Timeline
Symbol 797 ButtonUses:20 21 22Used by:Timeline
Symbol 798 GraphicUsed by:Timeline
Symbol 799 GraphicUsed by:Timeline
Symbol 800 GraphicUsed by:Timeline
Symbol 801 GraphicUsed by:Timeline
Symbol 802 TextUses:4Used by:Timeline
Symbol 803 BitmapUsed by:804
Symbol 804 GraphicUses:803Used by:Timeline
Symbol 805 TextUses:4Used by:Timeline
Symbol 806 GraphicUsed by:Timeline
Symbol 807 GraphicUsed by:Timeline
Symbol 808 TextUses:4Used by:Timeline
Symbol 809 TextUses:4Used by:Timeline
Symbol 810 GraphicUsed by:Timeline
Symbol 811 ButtonUses:641 642 643 644 645 646Used by:Timeline
Symbol 812 ButtonUses:651 652 653 654 655Used by:Timeline
Symbol 813 ButtonUses:657 658 659 660 661 662 663Used by:Timeline
Symbol 814 ButtonUses:666 658 667 668 669 670Used by:Timeline
Symbol 815 GraphicUsed by:Timeline
Symbol 816 GraphicUsed by:Timeline
Symbol 817 TextUses:4Used by:Timeline
Symbol 818 TextUses:4Used by:Timeline
Symbol 819 GraphicUsed by:Timeline
Symbol 820 ButtonUses:692 693 694 695 696Used by:Timeline
Symbol 821 ButtonUses:698 699 700 701 702Used by:Timeline
Symbol 822 ButtonUses:704 705 706 707 708Used by:Timeline
Symbol 823 ButtonUses:710 711 712 713 714 715Used by:Timeline
Symbol 824 GraphicUsed by:Timeline
Symbol 825 GraphicUsed by:Timeline
Symbol 826 TextUses:4Used by:Timeline
Symbol 827 GraphicUsed by:Timeline
Symbol 828 TextUses:4Used by:Timeline
Symbol 829 GraphicUsed by:Timeline
Symbol 830 TextUses:4Used by:Timeline
Symbol 831 GraphicUsed by:Timeline
Symbol 832 TextUses:4Used by:Timeline
Symbol 833 GraphicUsed by:Timeline
Symbol 834 GraphicUsed by:Timeline
Symbol 835 TextUses:4Used by:Timeline
Symbol 836 GraphicUsed by:Timeline
Symbol 837 TextUses:4Used by:Timeline
Symbol 838 GraphicUsed by:Timeline
Symbol 839 TextUses:4Used by:Timeline
Symbol 840 GraphicUsed by:Timeline
Symbol 841 GraphicUsed by:Timeline
Symbol 842 GraphicUsed by:Timeline
Symbol 843 TextUses:4Used by:Timeline
Symbol 844 GraphicUsed by:Timeline
Symbol 845 GraphicUsed by:Timeline
Symbol 846 TextUses:4Used by:Timeline
Symbol 847 BitmapUsed by:848
Symbol 848 GraphicUses:847Used by:Timeline
Symbol 849 TextUses:4Used by:Timeline
Symbol 850 GraphicUsed by:Timeline
Symbol 851 BitmapUsed by:852
Symbol 852 GraphicUses:851Used by:Timeline
Symbol 853 GraphicUsed by:Timeline
Symbol 854 GraphicUsed by:Timeline
Symbol 855 TextUses:4Used by:Timeline
Symbol 856 GraphicUsed by:Timeline
Symbol 857 GraphicUses:794Used by:Timeline
Symbol 858 TextUses:4Used by:Timeline
Symbol 859 ButtonUses:20 21 22Used by:Timeline
Symbol 860 GraphicUsed by:Timeline
Symbol 861 GraphicUsed by:879
Symbol 862 GraphicUsed by:879
Symbol 863 GraphicUsed by:879
Symbol 864 GraphicUsed by:879
Symbol 865 GraphicUsed by:879
Symbol 866 GraphicUsed by:879
Symbol 867 GraphicUsed by:879
Symbol 868 GraphicUsed by:879
Symbol 869 GraphicUsed by:879
Symbol 870 GraphicUsed by:879
Symbol 871 GraphicUsed by:879
Symbol 872 GraphicUsed by:879
Symbol 873 GraphicUsed by:879
Symbol 874 GraphicUsed by:879
Symbol 875 GraphicUsed by:879
Symbol 876 GraphicUsed by:879
Symbol 877 GraphicUsed by:879
Symbol 878 GraphicUsed by:879
Symbol 879 MovieClipUses:861 310 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878Used by:980
Symbol 880 GraphicUsed by:883
Symbol 881 GraphicUsed by:883
Symbol 882 GraphicUsed by:883
Symbol 883 MovieClipUses:880 881 882Used by:980
Symbol 884 GraphicUsed by:980
Symbol 885 GraphicUsed by:980
Symbol 886 GraphicUsed by:980
Symbol 887 GraphicUsed by:980
Symbol 888 GraphicUsed by:980
Symbol 889 GraphicUsed by:980
Symbol 890 GraphicUsed by:980
Symbol 891 GraphicUsed by:980
Symbol 892 GraphicUsed by:980
Symbol 893 GraphicUsed by:980
Symbol 894 GraphicUsed by:980
Symbol 895 GraphicUsed by:980
Symbol 896 GraphicUsed by:980
Symbol 897 GraphicUsed by:980
Symbol 898 GraphicUsed by:980
Symbol 899 GraphicUsed by:921
Symbol 900 GraphicUsed by:921
Symbol 901 GraphicUsed by:921
Symbol 902 GraphicUsed by:921
Symbol 903 GraphicUsed by:921
Symbol 904 GraphicUsed by:921
Symbol 905 GraphicUsed by:921
Symbol 906 GraphicUsed by:921
Symbol 907 GraphicUsed by:921
Symbol 908 GraphicUsed by:921
Symbol 909 GraphicUsed by:921
Symbol 910 GraphicUsed by:921
Symbol 911 GraphicUsed by:921
Symbol 912 GraphicUsed by:921
Symbol 913 GraphicUsed by:921
Symbol 914 GraphicUsed by:921
Symbol 915 GraphicUsed by:921
Symbol 916 GraphicUsed by:921
Symbol 917 GraphicUsed by:921
Symbol 918 GraphicUsed by:921
Symbol 919 GraphicUsed by:921
Symbol 920 GraphicUsed by:921
Symbol 921 MovieClipUses:899 900 901 902 903 904 905 298 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920Used by:980
Symbol 922 GraphicUsed by:980
Symbol 923 GraphicUsed by:980
Symbol 924 GraphicUsed by:980
Symbol 925 GraphicUsed by:980
Symbol 926 GraphicUsed by:980
Symbol 927 GraphicUsed by:980
Symbol 928 GraphicUsed by:980
Symbol 929 GraphicUsed by:980
Symbol 930 GraphicUsed by:980
Symbol 931 GraphicUsed by:980
Symbol 932 GraphicUsed by:980
Symbol 933 GraphicUsed by:980
Symbol 934 GraphicUsed by:980
Symbol 935 GraphicUsed by:980
Symbol 936 GraphicUsed by:980
Symbol 937 GraphicUsed by:980
Symbol 938 GraphicUsed by:980
Symbol 939 GraphicUsed by:980
Symbol 940 GraphicUsed by:980
Symbol 941 GraphicUsed by:980
Symbol 942 GraphicUsed by:980
Symbol 943 GraphicUsed by:980
Symbol 944 GraphicUsed by:980
Symbol 945 GraphicUsed by:959
Symbol 946 GraphicUsed by:959
Symbol 947 GraphicUsed by:959
Symbol 948 GraphicUsed by:959
Symbol 949 GraphicUsed by:959
Symbol 950 GraphicUsed by:959
Symbol 951 GraphicUsed by:959
Symbol 952 GraphicUsed by:959
Symbol 953 GraphicUsed by:959
Symbol 954 GraphicUsed by:959
Symbol 955 GraphicUsed by:959
Symbol 956 GraphicUsed by:959
Symbol 957 GraphicUsed by:959
Symbol 958 GraphicUsed by:959
Symbol 959 MovieClipUses:945 946 298 947 948 949 950 951 952 953 954 955 208 956 957 958Used by:980
Symbol 960 GraphicUsed by:980
Symbol 961 GraphicUsed by:980
Symbol 962 GraphicUsed by:980
Symbol 963 GraphicUsed by:980
Symbol 964 GraphicUsed by:980
Symbol 965 GraphicUsed by:980
Symbol 966 GraphicUsed by:980
Symbol 967 GraphicUsed by:980
Symbol 968 ShapeTweeningUsed by:980
Symbol 969 GraphicUsed by:980
Symbol 970 GraphicUsed by:980
Symbol 971 GraphicUsed by:980
Symbol 972 GraphicUsed by:980
Symbol 973 GraphicUsed by:980
Symbol 974 GraphicUsed by:980
Symbol 975 GraphicUsed by:980
Symbol 976 GraphicUsed by:980
Symbol 977 GraphicUsed by:980
Symbol 978 ShapeTweeningUsed by:980
Symbol 979 GraphicUsed by:980
Symbol 980 MovieClipUses:879 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 921 349 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979Used by:Timeline

Instance Names

"loader"Frame 1Symbol 25 MovieClip
"wea"Frame 636Symbol 254 MovieClip
"castle"Frame 636Symbol 287 MovieClip
"castlerang"Frame 636Symbol 290 MovieClip
"a"Frame 636Symbol 295 MovieClip
"arrownoise"Frame 636Symbol 299 MovieClip
"inf"Frame 636Symbol 331 MovieClip
"arch"Frame 636Symbol 369 MovieClip
"cav"Frame 636Symbol 402 MovieClip
"ram"Frame 636Symbol 427 MovieClip
"rain"Frame 636Symbol 428 MovieClip
"wiz"Frame 636Symbol 482 MovieClip
"tro"Frame 636Symbol 525 MovieClip
"cat"Frame 636Symbol 562 MovieClip
"dr"Frame 636Symbol 639 MovieClip
"uninf"Frame 636Symbol 674 MovieClip
"unar"Frame 636Symbol 674 MovieClip
"uncav"Frame 636Symbol 674 MovieClip
"unram"Frame 636Symbol 674 MovieClip
"unwiz"Frame 636Symbol 674 MovieClip
"untr"Frame 636Symbol 674 MovieClip
"uncat"Frame 636Symbol 674 MovieClip
"undr"Frame 636Symbol 674 MovieClip
"hp"Frame 636Symbol 17 MovieClip
"inf"Frame 638Symbol 331 MovieClip
"arch"Frame 638Symbol 369 MovieClip
"cav"Frame 638Symbol 402 MovieClip
"ram"Frame 638Symbol 427 MovieClip
"weath"Frame 639Symbol 749 MovieClip
"nodata"Frame 640Symbol 774 MovieClip
"clip"Symbol 25 MovieClip Frame 1Symbol 14 MovieClip
"bar"Symbol 25 MovieClip Frame 1Symbol 18 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"rain"Symbol 254 MovieClip Frame 6Symbol 188 MovieClip
"light"Symbol 254 MovieClip Frame 6Symbol 221 MovieClip
"thing"Symbol 287 MovieClip Frame 1Symbol 282 MovieClip
"hit"Symbol 331 MovieClip Frame 1Symbol 302 MovieClip
"hit"Symbol 369 MovieClip Frame 1Symbol 334 MovieClip
"hit"Symbol 402 MovieClip Frame 1Symbol 372 MovieClip
"hit"Symbol 427 MovieClip Frame 1Symbol 405 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"rain"Symbol 428 MovieClip Frame 2Symbol 188 MovieClip
"hit"Symbol 482 MovieClip Frame 1Symbol 431 MovieClip
"hit"Symbol 525 MovieClip Frame 1Symbol 431 MovieClip
"hit"Symbol 562 MovieClip Frame 1Symbol 528 MovieClip
"hit"Symbol 639 MovieClip Frame 1Symbol 431 MovieClip
"hitRange"Symbol 762 MovieClip Frame 1Symbol 755 MovieClip

Labels

"flashgem"Frame 330
"battlefield"Frame 570
"menu"Frame 635
"game"Frame 636
"defeat"Frame 637
"victory"Frame 638
"option"Frame 639
"play"Frame 640
"ups"Frame 641
"help"Frame 642
"creds"Frame 653
"credmenu"Frame 654
"walk"Symbol 13 MovieClip Frame 1
"loaded"Symbol 25 MovieClip Frame 3
"idle"Symbol 331 MovieClip Frame 1
"walk"Symbol 331 MovieClip Frame 2
"attk"Symbol 331 MovieClip Frame 8
"die"Symbol 331 MovieClip Frame 18
"idle"Symbol 369 MovieClip Frame 1
"walk"Symbol 369 MovieClip Frame 2
"attk"Symbol 369 MovieClip Frame 9
"die"Symbol 369 MovieClip Frame 41
"hurt"Symbol 369 MovieClip Frame 66
"idle"Symbol 402 MovieClip Frame 1
"walk"Symbol 402 MovieClip Frame 2
"attk"Symbol 402 MovieClip Frame 6
"die"Symbol 402 MovieClip Frame 13
"hurt"Symbol 402 MovieClip Frame 27
"idle"Symbol 427 MovieClip Frame 1
"walk"Symbol 427 MovieClip Frame 2
"attk"Symbol 427 MovieClip Frame 41
"die"Symbol 427 MovieClip Frame 56
"hurt"Symbol 427 MovieClip Frame 72
"idle"Symbol 482 MovieClip Frame 1
"walk"Symbol 482 MovieClip Frame 2
"attk"Symbol 482 MovieClip Frame 10
"die"Symbol 482 MovieClip Frame 47
"hurt"Symbol 482 MovieClip Frame 71
"idle"Symbol 525 MovieClip Frame 1
"walk"Symbol 525 MovieClip Frame 2
"attk"Symbol 525 MovieClip Frame 10
"die"Symbol 525 MovieClip Frame 22
"hurt"Symbol 525 MovieClip Frame 41
"idle"Symbol 562 MovieClip Frame 1
"walk"Symbol 562 MovieClip Frame 2
"attk"Symbol 562 MovieClip Frame 31
"die"Symbol 562 MovieClip Frame 56
"hurt"Symbol 562 MovieClip Frame 71
"idle"Symbol 639 MovieClip Frame 1
"walk"Symbol 639 MovieClip Frame 13
"attk"Symbol 639 MovieClip Frame 22
"die"Symbol 639 MovieClip Frame 57
"hurt"Symbol 639 MovieClip Frame 72
"attk"Symbol 879 MovieClip Frame 1

Dynamic Text Variables

percentloadedSymbol 5 EditableText""
populationSymbol 648 EditableText""
poptotSymbol 649 EditableText""
goldSymbol 672 EditableText""
qualitySymbol 687 EditableText""
lvlSymbol 689 EditableText""
remSymbol 723 EditableText""
goldupSymbol 732 EditableText""
swordupsSymbol 779 EditableText""
bowupsSymbol 783 EditableText""
ramupsSymbol 785 EditableText""
goldSymbol 788 EditableText""




http://swfchan.com/3/12827/info.shtml
Created: 5/6 -2019 13:31:49 Last modified: 5/6 -2019 13:31:49 Server time: 13/05 -2024 03:28:30