Frame 1
stop();
clock = 0;
Instance of Symbol 2 MovieClip "player" in Frame 1
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (load) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(2);
}
if (this._y >= 310) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
}
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (load) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(2);
}
if (this._y >= 310) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
}
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (load) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(2);
}
if (this._y >= 310) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
}
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (load) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(2);
}
if (this._y >= 310) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
}
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (load) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(2);
}
if (this._y >= 310) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
}
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (load) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(2);
}
if (this._y >= 310) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
}
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (load) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(2);
}
if (this._y >= 310) {
this._x = random(300);
this._y = random(-50);
speed = random(5) + 1;
}
}
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (load) {
this._x = random(300);
this._y = random(-50);
speed = random(10) + 5;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(2);
}
if (this._y >= 310) {
this._x = random(300);
this._y = random(-50);
speed = random(10) + 5;
}
}
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (load) {
this._x = random(300);
this._y = random(-50);
speed = random(10) + 5;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(2);
}
if (this._y >= 310) {
this._x = random(300);
this._y = random(-50);
speed = random(10) + 5;
}
}
Symbol 6 MovieClip Frame 1
_root.clock = _root.clock + 1;