Instance of Symbol 24 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball._x = (this._x + this._width) + 5;
}
if (hitTest(_root.ball2)) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2._x = (this._x + this._width) + 5;
}
if (hitTest(_root.ball3)) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3._x = (this._x + this._width) + 5;
}
}
Instance of Symbol 24 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball._x = (this._x - _root.ball._width) - 5;
}
if (hitTest(_root.ball2)) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2._x = (this._x - _root.ball2._width) - 5;
}
if (hitTest(_root.ball3)) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3._x = (this._x - _root.ball3._width) - 5;
}
}
Instance of Symbol 24 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.collisiontime = _root.collisiontime;
_root.ball.vspeed = -_root.ball.vspeed;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.collisiontime = _root.collisiontime;
_root.ball2.vspeed = -_root.ball2.vspeed;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.collisiontime = _root.collisiontime;
_root.ball3.vspeed = -_root.ball3.vspeed;
}
}
}
Instance of Symbol 24 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball._x = (this._x + this._width) + 5;
}
if (hitTest(_root.ball2)) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2._x = (this._x + this._width) + 5;
}
if (hitTest(_root.ball3)) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3._x = (this._x + this._width) + 5;
}
}
Instance of Symbol 24 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball._x = (this._x - _root.ball._width) - 5;
}
if (hitTest(_root.ball2)) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2._x = (this._x - _root.ball2._width) - 5;
}
if (hitTest(_root.ball3)) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3._x = (this._x - _root.ball3._width) - 5;
}
}
Instance of Symbol 24 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.collisiontime = _root.collisiontime;
_root.ball.vspeed = -_root.ball.vspeed;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.collisiontime = _root.collisiontime;
_root.ball2.vspeed = -_root.ball2.vspeed;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.collisiontime = _root.collisiontime;
_root.ball3.vspeed = -_root.ball3.vspeed;
}
}
}
Frame 71
tbytes = getBytesTotal();
bloaded = getBytesLoaded();
percent = Math.round((bloaded / tbytes) * 100);
setProperty(bar, _width , percent);
setProperty(bar, _x , 200);
setProperty(percentmove, _x , 210 + percent);
if (bloaded == tbytes) {
gotoAndPlay (73);
}
Frame 72
gotoAndPlay (71);
Frame 101
started = false;
Frame 104
if (started == true) {
gotoAndPlay (105);
} else {
won = false;
playing = false;
blocks = 0;
lost = true;
collisiontime = 3;
level = 1;
stop();
}
Instance of Symbol 24 MovieClip in Frame 104
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball._x = (this._x + this._width) + 5;
}
if (hitTest(_root.ball2)) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2._x = (this._x + this._width) + 5;
}
if (hitTest(_root.ball3)) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3._x = (this._x + this._width) + 5;
}
}
Instance of Symbol 24 MovieClip in Frame 104
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball._x = (this._x - _root.ball._width) - 5;
}
if (hitTest(_root.ball2)) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2._x = (this._x - _root.ball2._width) - 5;
}
if (hitTest(_root.ball3)) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3._x = (this._x - _root.ball3._width) - 5;
}
}
Instance of Symbol 24 MovieClip in Frame 104
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.collisiontime = _root.collisiontime;
_root.ball.vspeed = -_root.ball.vspeed;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.collisiontime = _root.collisiontime;
_root.ball2.vspeed = -_root.ball2.vspeed;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.collisiontime = _root.collisiontime;
_root.ball3.vspeed = -_root.ball3.vspeed;
}
}
}
Instance of Symbol 24 MovieClip in Frame 104
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
play();
}
if (hitTest(_root.ball2)) {
play();
}
if (hitTest(_root.ball3)) {
play();
}
}
Instance of Symbol 98 MovieClip "blocks" in Frame 105
onClipEvent (enterFrame) {
if (_root.blocks > 159) {
if (_root.level == 1) {
_root.level = 2;
this.gotoAndStop(3);
_root.ball.dead = true;
_root.balls = _root.balls - 1;
_root.ball.vspeed = 0;
_root.ball.hspeed = 0;
_root.ball2.vspeed = 0;
_root.ball2.hspeed = 0;
_root.ball3.vspeed = 0;
_root.ball3.hspeed = 0;
_root.ball.boost = 0.8;
_root.ball2.boost = 0.8;
_root.ball3.boost = 0.8;
_root.ball2._x = -100;
_root.ball3._x = -100;
_root.ball.gotoAndStop(1);
_root.balls = 1;
_root.ball._y = _root.hitter._y;
_root.ball._x = _root.hitter._x;
_root.playing = false;
}
}
if (_root.blocks > 198) {
if (_root.level == 2) {
_root.level = 3;
this.gotoAndStop(5);
_root.ball.dead = true;
_root.balls = _root.balls - 1;
_root.ball.vspeed = 0;
_root.ball.hspeed = 0;
_root.ball2.vspeed = 0;
_root.ball2.hspeed = 0;
_root.ball3.vspeed = 0;
_root.ball3.hspeed = 0;
_root.ball.boost = 0.8;
_root.ball2.boost = 0.8;
_root.ball3.boost = 0.8;
_root.ball2._x = -100;
_root.ball3._x = -100;
_root.ball.gotoAndStop(1);
_root.balls = 1;
_root.ball._y = _root.hitter._y;
_root.ball._x = _root.hitter._x;
_root.playing = false;
}
}
if (_root.blocks > 306) {
if (_root.level == 1) {
_root.level = 4;
_root.gotoAndStop(49);
this.gotoAndStop(7);
Mouse.show();
_root.lost = true;
_root.ball.dead = true;
_root.balls = _root.balls - 1;
_root.ball.vspeed = 0;
_root.ball.hspeed = 0;
_root.ball2.vspeed = 0;
_root.ball2.hspeed = 0;
_root.ball3.vspeed = 0;
_root.ball3.hspeed = 0;
_root.ball.boost = 0.8;
_root.ball2.boost = 0.8;
_root.ball3.boost = 0.8;
_root.ball2._x = -100;
_root.ball3._x = -100;
_root.ball.gotoAndStop(1);
_root.balls = 1;
_root.playing = false;
}
}
}
Instance of Symbol 8 MovieClip "ball" in Frame 105
onClipEvent (load) {
collisiontime = 0;
boost = 0.8;
dead = true;
}
onClipEvent (enterFrame) {
if (collisiontime > 0) {
collisiontime = collisiontime - 1;
}
this._x = this._x + (hspeed * boost);
this._y = this._y + (vspeed * boost);
if (_y > 500) {
if (dead == false) {
dead = true;
boost = 0.8;
vspeed = 0;
hspeed = 0;
_root.balls = _root.balls - 1;
_root.ball.gotoAndStop(1);
}
}
if (_x > 600) {
if (dead == false) {
dead = true;
boost = 0.8;
vspeed = 0;
hspeed = 0;
_root.balls = _root.balls - 1;
_root.ball2.gotoAndStop(1);
}
}
if (_x < -100) {
if (dead == false) {
dead = true;
boost = 0.8;
vspeed = 0;
hspeed = 0;
_root.balls = _root.balls - 1;
_root.ball2.gotoAndStop(1);
}
}
}
Instance of Symbol 103 MovieClip "hitter" in Frame 105
onClipEvent (mouseDown) {
if (_root.playing == false) {
if (_root.won == false) {
_root.playing = true;
_root.ball.vspeed = 15;
_root.ball.dead = false;
}
}
}
onClipEvent (enterFrame) {
if (_root._xmouse < 468) {
if (_root._xmouse > 84) {
_x = (_x + _xmouse);
if (_root.playing == false) {
_root.ball._x = _x;
}
} else {
_x = 84;
}
} else {
_x = 468;
}
if (_root.balls == 0) {
_root.balls = 1;
_root.ball._y = _root.hitter._y;
_root.ball._x = _root.hitter._x;
_root.playing = false;
_root.lives = _root.lives - 1;
}
if (_root.playing == true) {
if (hitTest(_root.ball)) {
this.play();
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
_root.ball.hspeed = (_root.ball._x - this._x) / 4;
}
if (hitTest(_root.ball2)) {
this.play();
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
_root.ball2.hspeed = (_root.ball2._x - this._x) / 4;
}
if (hitTest(_root.ball3)) {
this.play();
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
_root.ball2.hspeed = (_root.ball2._x - this._x) / 4;
}
}
}
Instance of Symbol 8 MovieClip "ball3" in Frame 105
onClipEvent (load) {
collisiontime = 0;
boost = 1;
dead = true;
}
onClipEvent (enterFrame) {
if (collisiontime > 0) {
collisiontime = collisiontime - 1;
}
this._x = this._x + (hspeed * boost);
this._y = this._y + (vspeed * boost);
if (_y > 500) {
if (dead == false) {
dead = true;
boost = 1;
vspeed = 0;
hspeed = 0;
_root.balls = _root.balls - 1;
_root.ball3.gotoAndStop(1);
}
}
if (_x > 600) {
if (dead == false) {
dead = true;
boost = 1;
vspeed = 0;
hspeed = 0;
_root.balls = _root.balls - 1;
_root.ball2.gotoAndStop(1);
}
}
if (_x < -100) {
if (dead == false) {
dead = true;
boost = 1;
vspeed = 0;
hspeed = 0;
_root.balls = _root.balls - 1;
_root.ball2.gotoAndStop(1);
}
}
}
Instance of Symbol 8 MovieClip "ball2" in Frame 105
onClipEvent (load) {
collisiontime = 0;
boost = 0.8;
dead = true;
}
onClipEvent (enterFrame) {
if (collisiontime > 0) {
collisiontime = collisiontime - 1;
}
this._x = this._x + (hspeed * boost);
this._y = this._y + (vspeed * boost);
if (_y > 500) {
if (dead == false) {
dead = true;
boost = 0.8;
vspeed = 0;
hspeed = 0;
_root.balls = _root.balls - 1;
_root.ball2.gotoAndStop(1);
}
}
if (_x > 600) {
if (dead == false) {
dead = true;
boost = 0.8;
vspeed = 0;
hspeed = 0;
_root.balls = _root.balls - 1;
_root.ball2.gotoAndStop(1);
}
}
if (_x < -100) {
if (dead == false) {
dead = true;
boost = 0.8;
vspeed = 0;
hspeed = 0;
_root.balls = _root.balls - 1;
_root.ball2.gotoAndStop(1);
}
}
}
Frame 106
if (_root.lives == 0) {
_root.lost = true;
blocks.gotoAndStop(1);
gotoAndPlay (107);
} else {
gotoAndPlay (105);
if (won == false) {
Mouse.hide();
}
}
Frame 123
stop();
Mouse.show();
Instance of Symbol 24 MovieClip in Frame 124
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Instance of Symbol 24 MovieClip in Frame 124
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
_root.ball.hspeed = -_root.ball.hspeed;
}
if (hitTest(_root.ball2)) {
_root.ball2.hspeed = -_root.ball2.hspeed;
}
if (hitTest(_root.ball3)) {
_root.ball3.hspeed = -_root.ball3.hspeed;
}
}
Instance of Symbol 24 MovieClip in Frame 124
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
_root.ball.vspeed = -_root.ball.vspeed;
}
if (hitTest(_root.ball2)) {
_root.ball2.vspeed = -_root.ball2.vspeed;
}
if (hitTest(_root.ball3)) {
_root.ball3.vspeed = -_root.ball3.vspeed;
}
}
Instance of Symbol 109 MovieClip in Frame 124
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.dead == false) {
_root.balls = _root.balls - 1;
_root.ball.vspeed = 0;
_root.ball.hspeed = 0;
_root.ball.gotoAndStop(1);
_root.ball.dead = true;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.dead == false) {
_root.balls = _root.balls - 1;
_root.ball2.vspeed = 0;
_root.ball2.hspeed = 0;
_root.ball2.gotoAndStop(1);
_root.ball2.dead = true;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.dead == false) {
_root.balls = _root.balls - 1;
_root.ball3.vspeed = 0;
_root.ball3.hspeed = 0;
_root.ball3.gotoAndStop(1);
_root.ball3.dead = true;
}
}
}
Symbol 8 MovieClip Frame 1
ballstatus = 1;
stop();
Symbol 8 MovieClip Frame 2
ballstatus = 2;
stop();
Symbol 9 MovieClip Frame 1
stop();
Symbol 9 MovieClip Frame 2
stop();
Symbol 9 MovieClip Frame 3
stop();
Symbol 9 MovieClip Frame 4
stop();
Symbol 9 MovieClip Frame 5
stop();
Symbol 9 MovieClip Frame 6
stop();
Instance of Symbol 9 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.lives + 1);
}
Symbol 20 Button
on (release) {
getURL ("http://www.onlinegames.net");
}
Symbol 24 MovieClip Frame 1
stop();
Symbol 38 Button
on (release) {
gotoAndStop (124);
}
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 26
stop();
Symbol 60 Button
on (release) {
balls = 1;
lives = 5;
score = 0;
Mouse.hide();
lost = false;
_root.level.gotoAndPlay(1);
started = true;
play();
}
Symbol 61 Button
on (release) {
gotoAndStop (124);
}
Symbol 64 MovieClip Frame 1
stop();
Instance of Symbol 24 MovieClip in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Symbol 64 MovieClip Frame 2
_root.blocks = _root.blocks + 1;
stop();
Symbol 69 MovieClip Frame 1
stop();
Instance of Symbol 24 MovieClip in Symbol 69 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 69 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 69 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 69 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Symbol 69 MovieClip Frame 2
stop();
Symbol 69 MovieClip Frame 3
_root.blocks = _root.blocks + 1;
stop();
Symbol 72 MovieClip Frame 1
stop();
Instance of Symbol 24 MovieClip in Symbol 72 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 72 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 72 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 72 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Symbol 72 MovieClip Frame 2
_root.blocks = _root.blocks + 1;
stop();
Symbol 75 MovieClip Frame 1
stop();
Instance of Symbol 24 MovieClip in Symbol 75 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 75 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 75 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Instance of Symbol 24 MovieClip in Symbol 75 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.ballstatus == 1) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.ballstatus == 1) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.ballstatus == 1) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
}
Symbol 75 MovieClip Frame 2
_root.blocks = _root.blocks + 1;
stop();
Symbol 77 MovieClip Frame 30
stop();
Symbol 79 MovieClip Frame 1
stop();
Instance of Symbol 24 MovieClip in Symbol 79 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Instance of Symbol 24 MovieClip in Symbol 79 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Instance of Symbol 24 MovieClip in Symbol 79 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Instance of Symbol 24 MovieClip in Symbol 79 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Symbol 81 MovieClip Frame 120
stop();
Symbol 82 MovieClip Frame 1
stop();
Instance of Symbol 24 MovieClip in Symbol 82 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Instance of Symbol 24 MovieClip in Symbol 82 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Instance of Symbol 24 MovieClip in Symbol 82 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Instance of Symbol 24 MovieClip in Symbol 82 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Symbol 83 MovieClip Frame 1
stop();
Instance of Symbol 24 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Instance of Symbol 24 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.vspeed = -_root.ball.vspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.vspeed = -_root.ball2.vspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.vspeed = -_root.ball3.vspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Instance of Symbol 24 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Instance of Symbol 24 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
if (_root.ball.collisiontime == 0) {
_root.ball.hspeed = -_root.ball.hspeed;
_root.ball.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball2)) {
if (_root.ball2.collisiontime == 0) {
_root.ball2.hspeed = -_root.ball2.hspeed;
_root.ball2.collisiontime = _root.collisiontime;
}
}
if (hitTest(_root.ball3)) {
if (_root.ball3.collisiontime == 0) {
_root.ball3.hspeed = -_root.ball3.hspeed;
_root.ball3.collisiontime = _root.collisiontime;
}
}
}
Symbol 85 MovieClip Frame 37
stop();
Symbol 88 MovieClip Frame 526
stop();
Symbol 89 MovieClip Frame 554
stop();
Symbol 95 Button
on (release) {
_root.lives = 5;
_root.score = 0;
_root.blocks = 0;
_root.Mouse.hide();
_root.lost = false;
_root.level.gotoAndPlay(2);
_root.level = 1;
_root.gotoAndPlay(44);
_root.blocks.gotoAndStop(1);
_root.balls = 1;
}
Symbol 96 Button
on (release) {
_root.hitter._visible = true;
_root.ball._visible = true;
_root.ball2._visible = true;
_root.ball3._visible = true;
_root.won = false;
_root.playing = false;
_root.blocks = 0;
_root.lost = true;
_root.collisiontime = 3;
_root.level = 1;
_root.lives = 5;
_root.score = 0;
_root.blocks = 0;
_root.lost = false;
_root.level.gotoAndPlay(2);
_root.level = 1;
_root.gotoAndPlay(44);
_root.blocks.gotoAndStop(1);
_root.balls = 1;
}
Symbol 97 MovieClip Frame 1
Mouse.show();
Symbol 97 MovieClip Frame 10
stop();
Symbol 98 MovieClip Frame 1
stop();
Instance of Symbol 64 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
_root.ball.gotoAndStop(2);
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
_root.ball2.gotoAndStop(2);
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
_root.ball3.gotoAndStop(2);
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 72 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball2.dead == true) {
_root.ball2._x = _root.ball._x;
_root.ball2._y = _root.ball._y;
_root.ball2.vspeed = -15;
_root.ball2.dead = false;
_root.ball2.hspeed = -10;
}
if (_root.ball3.dead == true) {
_root.ball3._x = _root.ball._x;
_root.ball3._y = _root.ball._y;
_root.ball3.vspeed = -15;
_root.ball3.dead = false;
_root.ball3.hspeed = 10;
}
_root.balls = 3;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball.dead == true) {
_root.ball._x = _root.ball._x;
_root.ball._y = _root.ball._y;
_root.ball.vspeed = -15;
_root.ball.dead = false;
_root.ball.hspeed = -10;
}
if (_root.ball3.dead == true) {
_root.ball3._x = _root.ball._x;
_root.ball3._y = _root.ball._y;
_root.ball3.vspeed = -15;
_root.ball3.dead = false;
_root.ball3.hspeed = 10;
}
_root.balls = 3;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball2.dead == true) {
_root.ball2._x = _root.ball._x;
_root.ball2._y = _root.ball._y;
_root.ball2.vspeed = -15;
_root.ball2.dead = false;
_root.ball2.hspeed = -10;
}
if (_root.ball.dead == true) {
_root.ball._x = _root.ball._x;
_root.ball._y = _root.ball._y;
_root.ball.vspeed = -15;
_root.ball.dead = false;
_root.ball.hspeed = 10;
}
_root.balls = 3;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 64 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
_root.ball.gotoAndStop(2);
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
_root.ball2.gotoAndStop(2);
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
_root.ball3.gotoAndStop(2);
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 75 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
_root.ball.boost = 1.3;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
_root.ball2.boost = 1.3;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
_root.ball3.boost = 1.3;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 75 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
_root.ball.boost = 1.3;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
_root.ball2.boost = 1.3;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
_root.ball3.boost = 1.3;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 72 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball2.dead == true) {
_root.ball2._x = _root.ball._x;
_root.ball2._y = _root.ball._y;
_root.ball2.vspeed = -15;
_root.ball2.dead = false;
_root.ball2.hspeed = -10;
}
if (_root.ball3.dead == true) {
_root.ball3._x = _root.ball._x;
_root.ball3._y = _root.ball._y;
_root.ball3.vspeed = -15;
_root.ball3.dead = false;
_root.ball3.hspeed = 10;
}
_root.balls = 3;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball.dead == true) {
_root.ball._x = _root.ball._x;
_root.ball._y = _root.ball._y;
_root.ball.vspeed = -15;
_root.ball.dead = false;
_root.ball.hspeed = -10;
}
if (_root.ball3.dead == true) {
_root.ball3._x = _root.ball._x;
_root.ball3._y = _root.ball._y;
_root.ball3.vspeed = -15;
_root.ball3.dead = false;
_root.ball3.hspeed = 10;
}
_root.balls = 3;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball2.dead == true) {
_root.ball2._x = _root.ball._x;
_root.ball2._y = _root.ball._y;
_root.ball2.vspeed = -15;
_root.ball2.dead = false;
_root.ball2.hspeed = -10;
}
if (_root.ball.dead == true) {
_root.ball._x = _root.ball._x;
_root.ball._y = _root.ball._y;
_root.ball.vspeed = -15;
_root.ball.dead = false;
_root.ball.hspeed = 10;
}
_root.balls = 3;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Symbol 98 MovieClip Frame 3
stop();
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 72 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball2.dead == true) {
_root.ball2._x = _root.ball._x;
_root.ball2._y = _root.ball._y;
_root.ball2.vspeed = -15;
_root.ball2.dead = false;
_root.ball2.hspeed = -10;
}
if (_root.ball3.dead == true) {
_root.ball3._x = _root.ball._x;
_root.ball3._y = _root.ball._y;
_root.ball3.vspeed = -15;
_root.ball3.dead = false;
_root.ball3.hspeed = 10;
}
_root.balls = 3;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball.dead == true) {
_root.ball._x = _root.ball._x;
_root.ball._y = _root.ball._y;
_root.ball.vspeed = -15;
_root.ball.dead = false;
_root.ball.hspeed = -10;
}
if (_root.ball3.dead == true) {
_root.ball3._x = _root.ball._x;
_root.ball3._y = _root.ball._y;
_root.ball3.vspeed = -15;
_root.ball3.dead = false;
_root.ball3.hspeed = 10;
}
_root.balls = 3;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball2.dead == true) {
_root.ball2._x = _root.ball._x;
_root.ball2._y = _root.ball._y;
_root.ball2.vspeed = -15;
_root.ball2.dead = false;
_root.ball2.hspeed = -10;
}
if (_root.ball.dead == true) {
_root.ball._x = _root.ball._x;
_root.ball._y = _root.ball._y;
_root.ball.vspeed = -15;
_root.ball.dead = false;
_root.ball.hspeed = 10;
}
_root.balls = 3;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 75 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
_root.ball.boost = 1.3;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
_root.ball2.boost = 1.3;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
_root.ball3.boost = 1.3;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 64 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
_root.ball.gotoAndStop(2);
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
_root.ball2.gotoAndStop(2);
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
_root.ball3.gotoAndStop(2);
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 3
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Symbol 98 MovieClip Frame 5
stop();
Instance of Symbol 72 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball2.dead == true) {
_root.ball2._x = _root.ball._x;
_root.ball2._y = _root.ball._y;
_root.ball2.vspeed = -15;
_root.ball2.dead = false;
_root.ball2.hspeed = -10;
}
if (_root.ball3.dead == true) {
_root.ball3._x = _root.ball._x;
_root.ball3._y = _root.ball._y;
_root.ball3.vspeed = -15;
_root.ball3.dead = false;
_root.ball3.hspeed = 10;
}
_root.balls = 3;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball.dead == true) {
_root.ball._x = _root.ball._x;
_root.ball._y = _root.ball._y;
_root.ball.vspeed = -15;
_root.ball.dead = false;
_root.ball.hspeed = -10;
}
if (_root.ball3.dead == true) {
_root.ball3._x = _root.ball._x;
_root.ball3._y = _root.ball._y;
_root.ball3.vspeed = -15;
_root.ball3.dead = false;
_root.ball3.hspeed = 10;
}
_root.balls = 3;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
if (_root.ball2.dead == true) {
_root.ball2._x = _root.ball._x;
_root.ball2._y = _root.ball._y;
_root.ball2.vspeed = -15;
_root.ball2.dead = false;
_root.ball2.hspeed = -10;
}
if (_root.ball.dead == true) {
_root.ball._x = _root.ball._x;
_root.ball._y = _root.ball._y;
_root.ball.vspeed = -15;
_root.ball.dead = false;
_root.ball.hspeed = 10;
}
_root.balls = 3;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 75 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
_root.ball.boost = 1.3;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
_root.ball2.boost = 1.3;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
_root.ball3.boost = 1.3;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 64 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
_root.ball.gotoAndStop(2);
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
_root.ball2.gotoAndStop(2);
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
_root.ball3.gotoAndStop(2);
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 82 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 69 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (hitTest(_root.ball)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball2)) {
this.play();
_root.score = _root.score + 1;
}
if (hitTest(_root.ball3)) {
this.play();
_root.score = _root.score + 1;
}
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 82 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 82 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 82 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 79 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Instance of Symbol 83 MovieClip in Symbol 98 MovieClip Frame 5
onClipEvent (load) {
done = false;
origx = this._x;
origy = this._y;
}
onClipEvent (enterFrame) {
if (this._y > 500) {
gotoAndStop (1);
done = false;
}
if (_root.lost == true) {
if (done == false) {
vspeed = random(30);
done = true;
} else {
this._y = this._y + vspeed;
vspeed = vspeed + 1;
}
} else {
this._x = orig_X;
this._y = origy;
}
}
Symbol 98 MovieClip Frame 7
_root.won = true;
stop();
Symbol 103 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 2
gotoAndStop (1);
Symbol 107 Button
on (release) {
lives = 5;
score = 0;
blocks = 0;
Mouse.hide();
lost = false;
level.gotoAndPlay(2);
level = 1;
gotoAndPlay (104);
blocks.gotoAndStop(1);
balls = 1;
}
Symbol 115 Button
on (release) {
getURL ("http://www.jimboready.com", "_blank");
}
Symbol 120 Button
on (release) {
gotoAndPlay (104);
}