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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM18520069-5DC&rnd=18520069" width="1" height="1"></div>

Celeton.swf

This is the info page for
Flash #47746

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


Text
Instructions

Celeton

Celeton

Celeton

Play

Play

Play

Play

Instructions

Instructions

Instructions

Warning: If you are eplileptic in any way, please do not play this
game (involves flashing)

By Stokesy

Instructions

Score:

Health:

83

287

Wall: Do not run into the these walls
or it will reduce your health

Next

End Level Marker: Move the
worm into this marker to go to
the next stage of the game

Menu

Menu

Move left: Left Arrow Key
Move Right: Right Arrow Key
Move Down: Down Arrow Key
Move Up: Up Arrow Key
The aim of the game is to collect as many "Blue Cells" as
you can before the game ends, or before your health runs
out. Your health is decreased when you move the
"Worm" into either a "Red Cell" or a "Wall."
Remember, your health can still be increased by moving
the "Worm" into "Green Cells." Each level is ended
when the "Next Level Marker" touches the worm.

Instructions

Instructions

Worm: Control using the arrow Keys.
Run into  bonuses and avoid
dangerous objects. These are listed
below

Blue Cell: Move the Worm into these
cells to gain extra points for the Score

Red Cell: Try not to run into these
cells as they will reduce your health

Green Cell:  Move into these cells to
increase your health

Score: Increased by obtaining
blue cells

Health: Decreased by obtaining
red cells

Health: Increased by obtaining
green cells

Next

Score:

Health:

%

%

Score:

%

You Died

Score:

%

You have
Reached the
End

You Died

You Have
Reached
The End

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 22 MovieClip "sidel" in Frame 1
onClipEvent (enterFrame) { }
Instance of Symbol 39 MovieClip "dot3" in Frame 1
onClipEvent (enterFrame) { _x = _root.dot2._x; _y = _root.dot2._y; }
Instance of Symbol 41 MovieClip "dot4" in Frame 1
onClipEvent (enterFrame) { _x = _root.dot3._x; _y = _root.dot3._y; }
Instance of Symbol 43 MovieClip "dot5" in Frame 1
onClipEvent (enterFrame) { _x = _root.dot4._x; _y = _root.dot4._y; }
Instance of Symbol 20 MovieClip [Symbol 6] "dot7" in Frame 1
onClipEvent (enterFrame) { _x = _root.dot6._x; _y = _root.dot6._y; }
Instance of Symbol 18 MovieClip [Symbol 7] "dot6" in Frame 1
onClipEvent (enterFrame) { _x = _root.dot5._x; _y = _root.dot5._y; }
Instance of Symbol 16 MovieClip [Symbol 8] "dot8" in Frame 1
onClipEvent (enterFrame) { _x = _root.dot7._x; _y = _root.dot7._y; }
Instance of Symbol 14 MovieClip [Symbol 9] "dot9" in Frame 1
onClipEvent (enterFrame) { _x = _root.dot8._x; _y = _root.dot8._y; }
Instance of Symbol 12 MovieClip [Symbol 10] "dot10" in Frame 1
onClipEvent (enterFrame) { _x = _root.dot9._x; _y = _root.dot9._y; }
Instance of Symbol 37 MovieClip "dot2" in Frame 2
onClipEvent (enterFrame) { _x = _root.dot1._x; _y = _root.dot1._y; }
Frame 3
stop(); score = 0; health = 100; if (_root.health <= 0) { nextFrame(); nextFrame(); } this.attachMovie("crosshair_mc", "crosshair_mc", 5001); var mouseListener = new Object(); mouseListener.onMouseMove = function () { food._x = _xmouse; food._y = _ymouse; }; mouseListener.onMouseDown = function () { if (bg_mc.hitTest(_xmouse, _ymouse, false)) { _global.shots++; } }; Mouse.addListener(mouseListener); var eating = false; var speed = 5; var enemySpd = 2; var mouse = new Object(); mouse.onMouseDown = function () { attachMovie("food", "food", 0); food._x = _xmouse; food._y = _ymouse; eating = true; }; Mouse.addListener(mouse); dot1.onEnterFrame = function () { if (eating) { } if (this.hitTest(food)) { eating = false; } else { eating = true; } }; enemy.onEnterFrame = function () { var _local3 = this._x - dot1._x; var _local2 = this._y - dot1._y; if (!this.hitTest(dot1)) { this._rotation = (Math.atan2(_local3, _local2) / Math.PI) * -180; this._x = this._x + (enemySpd * Math.sin((this._rotation * Math.PI) / 180)); this._y = this._y + ((-enemySpd) * Math.cos((this._rotation * Math.PI) / 180)); } };
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 125 MovieClip "nexta" in Frame 3
onClipEvent (enterFrame) { _y = (_y + 5); }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 37 MovieClip "dot2" in Frame 3
onClipEvent (enterFrame) { _x = _root.dot1._x; _y = _root.dot1._y; }
Instance of Symbol 39 MovieClip "dot3" in Frame 3
onClipEvent (enterFrame) { _x = _root.dot2._x; _y = _root.dot2._y; }
Instance of Symbol 41 MovieClip "dot4" in Frame 3
onClipEvent (enterFrame) { _x = _root.dot3._x; _y = _root.dot3._y; }
Instance of Symbol 43 MovieClip "dot5" in Frame 3
onClipEvent (enterFrame) { _x = _root.dot4._x; _y = _root.dot4._y; }
Instance of Symbol 20 MovieClip [Symbol 6] "dot7" in Frame 3
onClipEvent (enterFrame) { _x = _root.dot6._x; _y = _root.dot6._y; }
Instance of Symbol 18 MovieClip [Symbol 7] "dot6" in Frame 3
onClipEvent (enterFrame) { _x = _root.dot5._x; _y = _root.dot5._y; }
Instance of Symbol 16 MovieClip [Symbol 8] "dot8" in Frame 3
onClipEvent (enterFrame) { _x = _root.dot7._x; _y = _root.dot7._y; }
Instance of Symbol 14 MovieClip [Symbol 9] "dot9" in Frame 3
onClipEvent (enterFrame) { _x = _root.dot8._x; _y = _root.dot8._y; }
Instance of Symbol 12 MovieClip [Symbol 10] "dot10" in Frame 3
onClipEvent (enterFrame) { _x = _root.dot9._x; _y = _root.dot9._y; }
Instance of Symbol 45 MovieClip "dot1" in Frame 3
onClipEvent (enterFrame) { if (_root.cell.hitTest(_x, _y, true)) { _root.cell.gotoAndPlay("2"); } if (_root.nexta.hitTest(_x, _y, true)) { _root.nextFrame(); } if (_root.nexta2.hitTest(_x, _y, true)) { _root.nextFrame(); } if (_root.nexta3.hitTest(_x, _y, true)) { _root.nextFrame(); } if (_root.nexta4.hitTest(_x, _y, true)) { _root.nextFrame(); } if (_root.nexta5.hitTest(_x, _y, true)) { _root.nextFrame(); _root.nextFrame(); } if (_root.wall1.hitTest(_x, _y, true)) { _root.flasha.gotoAndPlay("2"); _root.health = _root.health - 1; } if (_root.wall2.hitTest(_x, _y, true)) { _root.flasha.gotoAndPlay("2"); _root.health = _root.health - 1; } if (_root.wall3.hitTest(_x, _y, true)) { _root.flasha.gotoAndPlay("2"); _root.health = _root.health - 1; } if (_root.wall4.hitTest(_x, _y, true)) { _root.flasha.gotoAndPlay("2"); _root.health = _root.health - 1; } if (_root.righty.hitTest(_x, _y, true)) { _x = (_x - 20); } if (_root.downy.hitTest(_x, _y, true)) { _y = (_y - 20); } if (_root.lefty.hitTest(_x, _y, true)) { _x = (_x + 20); } if (_root.upy.hitTest(_x, _y, true)) { _y = (_y + 20); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x - 20); } if (Key.isDown(39)) { _x = (_x + 20); } if (Key.isDown(38)) { _y = (_y - 20); } if (Key.isDown(40)) { _y = (_y + 20); } if (_root.health <= 0) { _root.nextFrame(); } }
Instance of Symbol 87 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 87 MovieClip in Frame 3
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 125 MovieClip "nexta2" in Frame 4
onClipEvent (enterFrame) { _y = (_y + 5); }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 87 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 97 MovieClip "wall1" in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = ((_y + 1) + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { } }
Instance of Symbol 87 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 87 MovieClip in Frame 4
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 125 MovieClip "nexta3" in Frame 5
onClipEvent (enterFrame) { _y = (_y + 5); }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 87 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 87 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 87 MovieClip in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 144 MovieClip "wall2" in Frame 5
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = ((_y + 1) + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 125 MovieClip "nexta4" in Frame 6
onClipEvent (enterFrame) { _y = (_y + 5); }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 146 MovieClip "wall3" in Frame 6
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = ((_y + 2) + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 125 MovieClip "nexta5" in Frame 7
onClipEvent (enterFrame) { _y = (_y + 5); }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 10 MovieClip [cell] in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 87 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 87 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 87 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 148 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = ((_y + 3) + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (load) { randy = random(650); rando = random(900); randa = random(10); } onClipEvent (enterFrame) { _y = (_y + randa); if (this._currentframe == 10) { _x = -1000; _y = -1000; } } onClipEvent (enterFrame) { if (_root.dot1.hitTest(_x, _y, true)) { gotoAndPlay ("2"); } }
Frame 8
nextFrame(); nextFrame();
Frame 9
stop();
Frame 10
stop();
Instance of Symbol 159 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.health <= 0) { gotoAndStop (3); } }
Symbol 10 MovieClip [cell] Frame 1
stop();
Symbol 10 MovieClip [cell] Frame 2
randall = random(10); _root.score = (_root.score + 1) + randall;
Symbol 10 MovieClip [cell] Frame 10
stop();
Symbol 36 Button
on (press) { nextFrame(); nextFrame(); }
Symbol 45 MovieClip Frame 1
stop();
Symbol 48 Button
on (press) { nextFrame(); }
Symbol 75 Button
on (press) { prevFrame(); }
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 2
randall = random(10); _root.health = (_root.health + 10) + randall;
Symbol 87 MovieClip Frame 10
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
randall = random(10); _root.health = (_root.health - 1) - randall;
Symbol 95 MovieClip Frame 10
stop();
Symbol 122 MovieClip Frame 1
stop();
Symbol 128 Button
on (press) { nextFrame(); nextFrame(); nextFrame(); nextFrame(); nextFrame(); nextFrame(); }
Symbol 129 Button
on (press) { nextFrame(); }
Symbol 134 Button
on (press) { gotoAndStop (1); }
Symbol 146 MovieClip Frame 1
stop();
Symbol 152 Button
on (press) { prevFrame(); prevFrame(); prevFrame(); prevFrame(); prevFrame(); prevFrame(); prevFrame(); }
Symbol 155 Button
on (press) { gotoAndStop (1); }
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 2
stop();

Library Items

Symbol 1 GraphicUsed by:2 10 87 95
Symbol 2 MovieClip [food]Uses:1
Symbol 3 GraphicUsed by:10
Symbol 4 ShapeTweeningUsed by:10
Symbol 5 ShapeTweeningUsed by:10
Symbol 6 ShapeTweeningUsed by:10
Symbol 7 SoundUsed by:10
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClip [cell]Uses:1 3 4 5 6 7 8 9Used by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClip [Symbol 10]Uses:11Used by:Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClip [Symbol 9]Uses:13Used by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClip [Symbol 8]Uses:15Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClip [Symbol 7]Uses:17Used by:Timeline
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClip [Symbol 6]Uses:19Used by:Timeline
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:Timeline
Symbol 23 ShapeTweeningUsed by:26
Symbol 24 ShapeTweeningUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:23 24 25Used by:Timeline
Symbol 27 FontUsed by:28 29 30 31 32 33 34 35 46 47 49 55 56 57 58 59 64 73 74 78 79 100 104 108 112 116 117 118 130 131 132 133 149 150 151 153 154 158 160
Symbol 28 TextUses:27Used by:Timeline
Symbol 29 TextUses:27Used by:Timeline
Symbol 30 TextUses:27Used by:Timeline
Symbol 31 TextUses:27Used by:Timeline
Symbol 32 TextUses:27Used by:Timeline
Symbol 33 TextUses:27Used by:Timeline
Symbol 34 TextUses:27Used by:36
Symbol 35 TextUses:27Used by:36
Symbol 36 ButtonUses:34 35Used by:Timeline
Symbol 37 MovieClipUsed by:Timeline
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:Timeline
Symbol 46 TextUses:27Used by:48
Symbol 47 TextUses:27Used by:48
Symbol 48 ButtonUses:46 47Used by:Timeline
Symbol 49 TextUses:27Used by:Timeline
Symbol 50 FontUsed by:51 52 67 71 76 124 156 157
Symbol 51 TextUses:50Used by:53
Symbol 52 TextUses:50Used by:53
Symbol 53 MovieClipUses:51 52Used by:Timeline
Symbol 54 SoundUsed by:Timeline
Symbol 55 TextUses:27Used by:Timeline
Symbol 56 EditableTextUses:27Used by:Timeline
Symbol 57 EditableTextUses:27Used by:Timeline
Symbol 58 EditableTextUses:27Used by:Timeline
Symbol 59 EditableTextUses:27Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 GraphicUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 EditableTextUses:27Used by:65
Symbol 65 ButtonUses:62 63 64Used by:Timeline
Symbol 66 GraphicUsed by:68
Symbol 67 EditableTextUses:50Used by:68
Symbol 68 MovieClipUses:66 67Used by:Timeline
Symbol 69 GraphicUsed by:72
Symbol 70 GraphicUsed by:72
Symbol 71 TextUses:50Used by:72
Symbol 72 ButtonUses:69 70 71Used by:Timeline
Symbol 73 TextUses:27Used by:75 134 152 155
Symbol 74 TextUses:27Used by:75 134 152 155
Symbol 75 ButtonUses:73 74Used by:Timeline
Symbol 76 TextUses:50Used by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 TextUses:27Used by:Timeline
Symbol 79 TextUses:27Used by:Timeline
Symbol 80 GraphicUsed by:87
Symbol 81 ShapeTweeningUsed by:87
Symbol 82 ShapeTweeningUsed by:87
Symbol 83 ShapeTweeningUsed by:87
Symbol 84 SoundUsed by:87
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:1 80 81 82 83 84 85 86Used by:Timeline
Symbol 88 GraphicUsed by:95
Symbol 89 ShapeTweeningUsed by:95
Symbol 90 ShapeTweeningUsed by:95
Symbol 91 ShapeTweeningUsed by:95
Symbol 92 SoundUsed by:95
Symbol 93 GraphicUsed by:95
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:1 88 89 90 91 92 93 94Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:101
Symbol 100 TextUses:27Used by:101
Symbol 101 ButtonUses:98 99 100Used by:Timeline
Symbol 102 GraphicUsed by:105
Symbol 103 GraphicUsed by:105
Symbol 104 TextUses:27Used by:105
Symbol 105 ButtonUses:102 103 104Used by:Timeline
Symbol 106 GraphicUsed by:109
Symbol 107 GraphicUsed by:109
Symbol 108 TextUses:27Used by:109
Symbol 109 ButtonUses:106 107 108Used by:Timeline
Symbol 110 GraphicUsed by:113
Symbol 111 GraphicUsed by:113
Symbol 112 TextUses:27Used by:113
Symbol 113 ButtonUses:110 111 112Used by:Timeline
Symbol 114 GraphicUsed by:119
Symbol 115 GraphicUsed by:119
Symbol 116 TextUses:27Used by:119
Symbol 117 TextUses:27Used by:119
Symbol 118 TextUses:27Used by:119
Symbol 119 ButtonUses:114 115 116 117 118Used by:Timeline
Symbol 120 ShapeTweeningUsed by:122
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:120 121Used by:Timeline
Symbol 123 GraphicUsed by:125
Symbol 124 EditableTextUses:50Used by:125
Symbol 125 MovieClipUses:123 124Used by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:128 129
Symbol 128 ButtonUses:127Used by:Timeline
Symbol 129 ButtonUses:127Used by:Timeline
Symbol 130 EditableTextUses:27Used by:Timeline
Symbol 131 EditableTextUses:27Used by:Timeline
Symbol 132 EditableTextUses:27Used by:Timeline
Symbol 133 EditableTextUses:27Used by:Timeline
Symbol 134 ButtonUses:73 74Used by:Timeline
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:Timeline
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:143Used by:Timeline
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:Timeline
Symbol 149 EditableTextUses:27Used by:Timeline
Symbol 150 EditableTextUses:27Used by:Timeline
Symbol 151 EditableTextUses:27Used by:Timeline
Symbol 152 ButtonUses:73 74Used by:Timeline
Symbol 153 EditableTextUses:27Used by:Timeline
Symbol 154 EditableTextUses:27Used by:Timeline
Symbol 155 ButtonUses:73 74Used by:Timeline
Symbol 156 EditableTextUses:50Used by:Timeline
Symbol 157 TextUses:50Used by:159
Symbol 158 EditableTextUses:27Used by:159
Symbol 159 MovieClipUses:157 158Used by:Timeline
Symbol 160 TextUses:27Used by:Timeline

Instance Names

"sidel"Frame 1Symbol 22 MovieClip
"dot2"Frame 1Symbol 37 MovieClip
"dot3"Frame 1Symbol 39 MovieClip
"dot4"Frame 1Symbol 41 MovieClip
"dot5"Frame 1Symbol 43 MovieClip
"dot7"Frame 1Symbol 20 MovieClip [Symbol 6]
"dot6"Frame 1Symbol 18 MovieClip [Symbol 7]
"dot8"Frame 1Symbol 16 MovieClip [Symbol 8]
"dot9"Frame 1Symbol 14 MovieClip [Symbol 9]
"dot10"Frame 1Symbol 12 MovieClip [Symbol 10]
"dot1"Frame 1Symbol 45 MovieClip
"dot2"Frame 2Symbol 37 MovieClip
"dot3"Frame 2Symbol 39 MovieClip
"dot4"Frame 2Symbol 41 MovieClip
"dot5"Frame 2Symbol 43 MovieClip
"dot7"Frame 2Symbol 20 MovieClip [Symbol 6]
"dot6"Frame 2Symbol 18 MovieClip [Symbol 7]
"dot8"Frame 2Symbol 16 MovieClip [Symbol 8]
"dot9"Frame 2Symbol 14 MovieClip [Symbol 9]
"dot10"Frame 2Symbol 12 MovieClip [Symbol 10]
"flasha"Frame 3Symbol 122 MovieClip
"nexta"Frame 3Symbol 125 MovieClip
"dot2"Frame 3Symbol 37 MovieClip
"dot3"Frame 3Symbol 39 MovieClip
"dot4"Frame 3Symbol 41 MovieClip
"dot5"Frame 3Symbol 43 MovieClip
"dot7"Frame 3Symbol 20 MovieClip [Symbol 6]
"dot6"Frame 3Symbol 18 MovieClip [Symbol 7]
"dot8"Frame 3Symbol 16 MovieClip [Symbol 8]
"dot9"Frame 3Symbol 14 MovieClip [Symbol 9]
"dot10"Frame 3Symbol 12 MovieClip [Symbol 10]
"dot1"Frame 3Symbol 45 MovieClip
"lefty"Frame 3Symbol 136 MovieClip
"righty"Frame 3Symbol 138 MovieClip
"downy"Frame 3Symbol 140 MovieClip
"upy"Frame 3Symbol 142 MovieClip
"nexta2"Frame 4Symbol 125 MovieClip
"wall1"Frame 4Symbol 97 MovieClip
"nexta3"Frame 5Symbol 125 MovieClip
"wall2"Frame 5Symbol 144 MovieClip
"nexta4"Frame 6Symbol 125 MovieClip
"wall3"Frame 6Symbol 146 MovieClip
"nexta5"Frame 7Symbol 125 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "food"
ExportAssets (56)Timeline Frame 1Symbol 10 as "cell"
ExportAssets (56)Timeline Frame 1Symbol 12 as "Symbol 10"
ExportAssets (56)Timeline Frame 1Symbol 14 as "Symbol 9"
ExportAssets (56)Timeline Frame 1Symbol 16 as "Symbol 8"
ExportAssets (56)Timeline Frame 1Symbol 18 as "Symbol 7"
ExportAssets (56)Timeline Frame 1Symbol 20 as "Symbol 6"

Dynamic Text Variables

healthSymbol 132 EditableText"%"
scoreSymbol 133 EditableText"%"
scoreSymbol 150 EditableText"%"
scoreSymbol 154 EditableText"%"




http://swfchan.com/10/47746/info.shtml
Created: 1/5 -2019 06:16:53 Last modified: 1/5 -2019 06:16:53 Server time: 05/12 -2025 13:24:41