Frame 1
stop();
Frame 2
stop();
_root.scor = 0;
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (load) {
this._x = random(640);
spd = 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.guy.gotoAndStop(3);
}
this._y = this._y + spd;
if (this._y > 650) {
this._x = random(640);
this._y = -224 - random(200);
spd = spd + 1;
}
}
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (load) {
this._x = random(640);
spd = 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.guy.gotoAndStop(3);
}
this._y = this._y + spd;
if (this._y > 650) {
this._x = random(640);
this._y = -224 - random(200);
spd = spd + 1;
}
}
Instance of Symbol 20 MovieClip "guy" in Frame 2
onClipEvent (load) {
grav = 0;
dj = 0;
}
onClipEvent (mouseDown) {
if (_currentframe != 3) {
if ((dj == 0) || (dj == 1)) {
dj = dj + 1;
grav = -15;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y + grav;
if (this._y < 370) {
grav = grav + 1;
}
if (this._y > 365) {
dj = 0;
grav = 0;
this._y = 370;
}
_root.tt = _root.tt + 1;
_root.scor = _root.scor + 1;
if (this._currentframe != 3) {
this._x = this._x + ((_root._xmouse - _x) / 20);
}
if (this._currentframe != 3) {
if (_root._xmouse < this._x) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
Instance of Symbol 30 MovieClip in Frame 2
onClipEvent (load) {
this._x = random(640);
spd = 5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.guy.gotoAndStop(3);
}
this._y = this._y + spd;
if (this._y > 650) {
this._x = random(640);
this._y = -50 - random(200);
spd = spd + 1;
}
}
Instance of Symbol 30 MovieClip in Frame 2
onClipEvent (load) {
this._x = random(640);
spd = 5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.guy.gotoAndStop(3);
}
this._y = this._y + spd;
if (this._y > 650) {
this._x = random(640);
this._y = -50 - random(200);
spd = spd + 1;
}
}
Instance of Symbol 30 MovieClip in Frame 2
onClipEvent (load) {
this._x = random(640);
spd = 5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.guy.gotoAndStop(3);
}
this._y = this._y + spd;
if (this._y > 650) {
this._x = random(640);
this._y = -50 - random(200);
spd = spd + 1;
}
}
Frame 3
stop();
Symbol 9 Button
on (release) {
_root.play();
}
Symbol 19 MovieClip Frame 60
_root.play();
Symbol 20 MovieClip Frame 3
stop();
Symbol 25 MovieClip Frame 107
stop();
Symbol 36 Button
on (release) {
_root.gotoAndPlay(1);
}