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

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/84334408?noj=FRM84334408-5DC" width="1" height="1"></div>

breakout.swf

This is the info page for
Flash #23031

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


Text
Score:

Breakout

Breakout

Credits

Credits

Featuring the Grohl!

Level 1

Level 2

Play

Level 1

Level 2

Level 3

You win and stuff!

You win and stuff!

Retry

Game Over

(sorry)

The original breakout was designed and programmed by Steve Jobbs
for Atari. This version of breakout is not endorsed by Dave Grohl or
Atari in any way. The music used is a clip from breakout from the
Foo Fighters album 'There Is Nothing Left To Lose'.  If you liked it
then go buy the album.

This Version of breakout was designed and made by
James Ready for use on onlinegames.net
For more information visit jimboready.com

This Version of breakout was designed and made by
James Ready for use on onlinegames.net
For more information visit jimboready.com

Back

ActionScript [AS1/AS2]

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

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:12
Symbol 3 FontUsed by:4 40 41 42
Symbol 4 EditableTextUses:3Used by:12
Symbol 5 GraphicUsed by:9
Symbol 6 GraphicUsed by:8
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:6 7Used by:9  Timeline
Symbol 9 MovieClipUses:5 8Used by:12
Symbol 10 FontUsed by:11 35 36 111 112 113 117
Symbol 11 EditableTextUses:10Used by:12
Symbol 12 MovieClipUses:2 4 9 11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 ShapeTweeningUsed by:Timeline
Symbol 17 GraphicUsed by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 GraphicUsed by:20
Symbol 20 ButtonUses:19Used by:Timeline
Symbol 21 GraphicUsed by:24
Symbol 22 GraphicUsed by:24
Symbol 23 SoundUsed by:24
Symbol 24 MovieClipUses:21 22 23Used by:64 69 72 75 79 82 83  Timeline
Symbol 25 FontUsed by:26 32 33 34 39 54 55 57 76 80 84 90 91 92 99 104 105
Symbol 26 EditableTextUses:25Used by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 ShapeTweeningUsed by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 TextUses:25Used by:Timeline
Symbol 33 TextUses:25Used by:Timeline
Symbol 34 EditableTextUses:25Used by:Timeline
Symbol 35 TextUses:10Used by:38 61
Symbol 36 TextUses:10Used by:38 61
Symbol 37 GraphicUsed by:38 61
Symbol 38 ButtonUses:35 36 37Used by:Timeline
Symbol 39 TextUses:25Used by:Timeline
Symbol 40 EditableTextUses:3Used by:Timeline
Symbol 41 EditableTextUses:3Used by:Timeline
Symbol 42 EditableTextUses:3Used by:Timeline
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:Timeline
Symbol 45 GraphicUsed by:49
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:49 52
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:45 47 48Used by:53 88  Timeline
Symbol 50 GraphicUsed by:53  Timeline
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51 47Used by:53 88  Timeline
Symbol 53 MovieClipUses:50 49 52Used by:Timeline
Symbol 54 TextUses:25Used by:56
Symbol 55 TextUses:25Used by:56
Symbol 56 MovieClipUses:54 55Used by:Timeline
Symbol 57 TextUses:25Used by:60
Symbol 58 GraphicUsed by:60
Symbol 59 GraphicUsed by:60
Symbol 60 ButtonUses:57 58 59Used by:Timeline
Symbol 61 ButtonUses:35 36 37Used by:Timeline
Symbol 62 GraphicUsed by:64
Symbol 63 SoundUsed by:64
Symbol 64 MovieClipUses:62 24 63Used by:98
Symbol 65 GraphicUsed by:69
Symbol 66 GraphicUsed by:69
Symbol 67 SoundUsed by:69
Symbol 68 SoundUsed by:69
Symbol 69 MovieClipUses:65 24 66 67 68Used by:98
Symbol 70 GraphicUsed by:72
Symbol 71 SoundUsed by:72
Symbol 72 MovieClipUses:70 24 71Used by:98
Symbol 73 GraphicUsed by:75
Symbol 74 SoundUsed by:75
Symbol 75 MovieClipUses:73 24 74Used by:98
Symbol 76 TextUses:25Used by:77
Symbol 77 MovieClipUses:76Used by:98
Symbol 78 GraphicUsed by:79 82 83
Symbol 79 MovieClipUses:78 24Used by:98
Symbol 80 TextUses:25Used by:81
Symbol 81 MovieClipUses:80Used by:98
Symbol 82 MovieClipUses:78 24Used by:98
Symbol 83 MovieClipUses:78 24Used by:98
Symbol 84 TextUses:25Used by:85
Symbol 85 MovieClipUses:84Used by:98
Symbol 86 GraphicUsed by:97
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:49 87 52Used by:89
Symbol 89 MovieClipUses:88 SS2Used by:97  Timeline
Symbol 90 TextUses:25Used by:97
Symbol 91 TextUses:25Used by:97
Symbol 92 TextUses:25Used by:95 96 106 107
Symbol 93 GraphicUsed by:95 96 106 107
Symbol 94 GraphicUsed by:95 96 106 107
Symbol 95 ButtonUses:92 93 94Used by:97
Symbol 96 ButtonUses:92 93 94Used by:97
Symbol 97 MovieClipUses:86 89 90 91 95 96Used by:98
Symbol 98 MovieClipUses:64 69 72 75 77 79 81 82 83 85 97Used by:Timeline
Symbol 99 EditableTextUses:25Used by:Timeline
Symbol 100 GraphicUsed by:103
Symbol 101 GraphicUsed by:103
Symbol 102 SoundUsed by:103
Symbol 103 MovieClipUses:100 101 102Used by:Timeline
Symbol 104 TextUses:25Used by:Timeline
Symbol 105 TextUses:25Used by:Timeline
Symbol 106 ButtonUses:92 93 94Used by:Timeline
Symbol 107 ButtonUses:92 93 94Used by:Timeline
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 TextUses:10Used by:Timeline
Symbol 112 TextUses:10Used by:115
Symbol 113 TextUses:10Used by:115
Symbol 114 GraphicUsed by:115
Symbol 115 ButtonUses:112 113 114Used by:Timeline
Symbol 116 GraphicUsed by:120
Symbol 117 TextUses:10Used by:120
Symbol 118 GraphicUsed by:120
Symbol 119 GraphicUsed by:120
Symbol 120 ButtonUses:116 117 118 119Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 89 MovieClip

Instance Names

"percentmove"Frame 71Symbol 40 EditableText
"bar"Frame 71Symbol 44 MovieClip
"level"Frame 104Symbol 56 MovieClip
"blocks"Frame 105Symbol 98 MovieClip
"ball"Frame 105Symbol 8 MovieClip
"hitter"Frame 105Symbol 103 MovieClip
"ball3"Frame 105Symbol 8 MovieClip
"ball2"Frame 105Symbol 8 MovieClip
"ball"Symbol 9 MovieClip Frame 2Symbol 8 MovieClip
"ball"Symbol 9 MovieClip Frame 3Symbol 8 MovieClip
"ball"Symbol 9 MovieClip Frame 4Symbol 8 MovieClip
"ball"Symbol 9 MovieClip Frame 5Symbol 8 MovieClip
"ball"Symbol 9 MovieClip Frame 6Symbol 8 MovieClip

Dynamic Text Variables

_root.scoreSymbol 4 EditableText""
blocksSymbol 26 EditableText""
blocksSymbol 34 EditableText""
percentSymbol 40 EditableText""
tbytesSymbol 41 EditableText""
bloadedSymbol 42 EditableText""
blocksSymbol 99 EditableText""




http://swfchan.com/5/23031/info.shtml
Created: 26/5 -2019 12:46:19 Last modified: 26/5 -2019 12:46:19 Server time: 05/05 -2024 21:56:32