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