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

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

Gravity Ball 2.swf

This is the info page for
Flash #1446

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


Text
000

play

Gravity Ball

instructions

2

password

© 2002 Tomorrow's Nobody

www.tomorrowsnobody.com

Instructions

Press Spacebar to change song.  Use the mouse to control the
paddle. click to serve. Juslt follow the objectives for each
level.  If the ball gets stuck press "k" it will take a life a way
so only use it if you have to.

- one hit brick

- two hit brick

- unbreakable brick

- ring

- fan

- plinko peg

- orb

- warp

sound

-objective-

Break All the
Blocks.
You have 6 balls.

level 1 - ol skool

0

10

score

x

10

0

"H" for help

Don't get frustrated! If
the ball is stuck
somewhere in play, press
"K" to kill the ball,
making you lose a life
and starting a fresh
ball.
Music getting on your
nerves? Cycle through 4
different tracks with
the spacebar. You can
also turn the music OFF
this way

help

2

3

4

5

6

7

8

9

10

11

1

changesong

sound

2 pt

6 pts

4 pts

0

60

get 10pts in 60sec.

level 2 - hoops

You have

0

left

if a ball gets stuck press "k"

0

0

60

60

0

10

10

0

sound

Light up All rings by
passing through
them
You have 5 balls.

level 3 - rings

Break all the
bricks and light up
all the rings.
You have 4 balls.

level 4 - Mixed up

sound

500

60

Get at least 1 ball
into the trash in
60sec.

level 5 - blow ball

60

60

Get all Bricks and
rings, watch out
for the fans.
You have 4 balls.

level 6 - mixed up2

sound

Get all Bricks. use
the warps for the
hard to reach ones.
You have 4 balls.

level 7 - warps

break all of the
bricks and light up
all of the rings.
You have 4 balls.

level 8 - Mixed up 3

level 9 - Mixed up 4

break all of the
bricks and light up
all of the rings.
You have 3 balls.

level 10 - Mixed up 5

light up all orbs to
turn on the blocks.
The orbs will turn
off, so be quick.
You have 3 balls.

Final level - orbs

Game over

Play again

Congratulations

You beat the game
You can now put in the
password "skobydob" (no quotes)
into the password box,
and press enter..

Cheating is Wrong

press "Q" at any time to return to this menu

regular game

Practice Mode

level 1 - ol skool

level 2 -  hoops

level 3- rings

level 4 - mixed up

level 5 - blow ball

level 6 - mixed up 2

level 7 - warps

level 8 - mixed up 3

level 9 - mixed up 4

level 10 - mixed up 5

Final level - orbs

special level

(click a level to play)

Q

0

0

0

60

0

0

60

60

0

0

60

5,000

100

10,000

0

0

ActionScript [AS1/AS2]

Frame 1
stop(); stopAllSounds();
Frame 4
stop(); _quality = LOW; _root.level = 1; _root.hitsneeded = 0; _root.hits = 0; _root.lives = 6; _root.score = 0; Mouse.show();
Instance of Symbol 112 MovieClip "paddle" in Frame 4
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 5
stop(); _root.tries = 3; Mouse.hide();
Instance of Symbol 171 MovieClip "ball" in Frame 5
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.6; _root.serve = 1; } onClipEvent (enterFrame) { _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay ("blip"); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay ("blip"); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay ("blip"); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 8; Yspeed = -Math.abs(((-Yspeed) - 2) + Math.abs(xdifference)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay ("blip"); }; } } } onClipEvent (enterFrame) { if (Yspeed > 20) { Yspeed = 20; } if (Xspeed == 0) { Xspeed = 0.1; } if (Xspeed < -20) { Xspeed = -20; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 5
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 6
gotoAndStop (40);
Frame 7
stop(); Mouse.show(); _root.hitsneeded = 0; _root.hits = 0; _root.level = 2;
Instance of Symbol 112 MovieClip "paddle" in Frame 7
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 8
stop(); Mouse.hide(); _root.serve = 1;
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) { _root.time = 60; }
Instance of Symbol 219 MovieClip "ball" in Frame 8
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.46; _root.serve = 1; } onClipEvent (enterFrame) { _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 18) { Yspeed = 18; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -18) { Yspeed = -18; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Frame 9
gotoAndStop (40);
Frame 10
stop(); _root.level = 3; _root.hitsneeded = 0; _root.hits = 0; _root.lives = 5; Mouse.show();
Instance of Symbol 112 MovieClip "paddle" in Frame 10
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 11
stop(); Mouse.hide();
Instance of Symbol 248 MovieClip "ball" in Frame 11
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.4; _root.serve = 1; } onClipEvent (enterFrame) { _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 18) { Yspeed = 18; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -18) { Yspeed = -18; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 11
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 12
gotoAndStop (40);
Frame 13
stop(); _root.level = 4; _root.hitsneeded = 0; _root.hits = 0; _root.lives = 4; Mouse.show();
Instance of Symbol 112 MovieClip "paddle" in Frame 13
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 14
stop(); Mouse.hide();
Instance of Symbol 248 MovieClip "ball" in Frame 14
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.4; _root.serve = 1; } onClipEvent (enterFrame) { _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 18) { Yspeed = 18; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -18) { Yspeed = -18; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 14
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 15
gotoAndStop (40);
Frame 16
stop(); _root.level = 5; _root.hitsneeded = 0; _root.hits = 0; _root.lives = 5000; Mouse.show();
Instance of Symbol 112 MovieClip "paddle" in Frame 16
onClipEvent (enterFrame) { if (_parent._xmouse < 342) { _x = _parent._xmouse; } }
Frame 17
stop(); Mouse.hide(); _root.level = 5;
Instance of Symbol 280 MovieClip in Frame 17
onClipEvent (load) { _root.time = 60; }
Instance of Symbol 283 MovieClip "ball" in Frame 17
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.4; _root.fanspeed = 0.3; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 18) { Yspeed = 18; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -18) { Yspeed = -18; } if (Xspeed < -16) { Xspeed = -8; } if (Xspeed > 16) { Xspeed = 8; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Frame 18
gotoAndStop (40);
Frame 19
stop(); _root.level = 4; _root.hitsneeded = 0; _root.hits = 0; _root.lives = 4; Mouse.show();
Instance of Symbol 112 MovieClip "paddle" in Frame 19
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 20
stop(); Mouse.hide();
Instance of Symbol 283 MovieClip "ball" in Frame 20
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.28; _root.fanspeed = 0.3; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } if (hitTest(_root.wave2) && (Xspeed < 16)) { Xspeed = Xspeed - _root.fanspeed; } else if (hitTest(_root.wave2) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 14) { Yspeed = 14; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -14) { Yspeed = -14; } if (Xspeed < -14) { Xspeed = -14; } if (Xspeed > 14) { Xspeed = 14; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 20
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 21
gotoAndStop (40);
Frame 22
stop(); _root.level = 4; _root.hitsneeded = 0; _root.hits = 0; _root.lives = 4; Mouse.show();
Instance of Symbol 112 MovieClip "paddle" in Frame 22
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Instance of Symbol 112 MovieClip "paddle2" in Frame 22
onClipEvent (enterFrame) { if ((_parent._xmouse < 520) && (_parent._xmouse > 330)) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); } if (_parent._xmouse > 519) { _x = 519; } else if (_parent._xmouse < 329) { _x = 330; } }
Frame 23
stop(); Mouse.hide();
Instance of Symbol 309 MovieClip "ball" in Frame 23
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.1; _root.serve = 1; } onClipEvent (enterFrame) { _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (hitTest(_root.paddle2)) { xdifference = (_x - _root.paddle2._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + Math.abs(xdifference)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 10) { Yspeed = 10; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -10) { Yspeed = -10; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 23
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 24
gotoAndStop (40);
Frame 25
stop(); _root.level = 4; _root.hitsneeded = 0; _root.hits = 0; _root.lives = 4; Mouse.show();
Instance of Symbol 69 MovieClip in Frame 25
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = -Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 112 MovieClip "paddle" in Frame 25
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 26
stop(); Mouse.hide();
Instance of Symbol 248 MovieClip "ball" in Frame 26
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.28; _root.fanspeed = 0.3; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } if (hitTest(_root.wave2) && (Xspeed < 16)) { Xspeed = Xspeed - _root.fanspeed; } else if (hitTest(_root.wave2) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 14) { Yspeed = 14; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -14) { Yspeed = -14; } if (Xspeed < -14) { Xspeed = -14; } if (Xspeed > 14) { Xspeed = 14; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 26
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 27
gotoAndStop (40);
Frame 28
stop(); _root.level = 4; _root.hitsneeded = 0; _root.hits = 0; _root.lives = 4; Mouse.show();
Instance of Symbol 112 MovieClip "paddle" in Frame 28
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 29
stop(); Mouse.hide();
Instance of Symbol 323 MovieClip "ball" in Frame 29
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.28; _root.fanspeed = 0.3; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } if (hitTest(_root.wave2) && (Xspeed < 16)) { Xspeed = Xspeed - _root.fanspeed; } else if (hitTest(_root.wave2) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 14) { Yspeed = 14; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -14) { Yspeed = -14; } if (Xspeed < -14) { Xspeed = -14; } if (Xspeed > 14) { Xspeed = 14; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 29
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 30
gotoAndStop (40);
Frame 31
stop(); _root.level = 4; _root.hitsneeded = 0; _root.hits = 0; _root.lives = 3; Mouse.show();
Instance of Symbol 112 MovieClip "paddle" in Frame 31
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 32
stop(); Mouse.hide();
Instance of Symbol 323 MovieClip "ball" in Frame 32
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.28; _root.fanspeed = 0.3; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } if (hitTest(_root.wave2) && (Xspeed < 16)) { Xspeed = Xspeed - _root.fanspeed; } else if (hitTest(_root.wave2) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 14) { Yspeed = 14; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -14) { Yspeed = -14; } if (Xspeed < -14) { Xspeed = -14; } if (Xspeed > 14) { Xspeed = 14; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 32
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 33
gotoAndStop (40);
Frame 34
stop(); _root.level = 4; _root.hitsneeded = 0; _root.hits = 0; _root.lives = 6; _root.glow = 0; _root.glowsneeded = 0; Mouse.show();
Instance of Symbol 112 MovieClip "paddle" in Frame 34
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 35
stop(); Mouse.hide();
Instance of Symbol 171 MovieClip "ball" in Frame 35
onClipEvent (load) { _root.fallspeed = 0.28; _root.fanspeed = 0.3; _root.serve = 1; Xspeed = 0; yspeed = 0; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } if (hitTest(_root.wave2) && (Xspeed < 16)) { Xspeed = Xspeed - _root.fanspeed; } else if (hitTest(_root.wave2) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 14) { Yspeed = 14; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -14) { Yspeed = -14; } if (Xspeed < -14) { Xspeed = -14; } if (Xspeed > 14) { Xspeed = 14; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 35
onClipEvent (enterFrame) { if (_root.glowsneeded < 1) { _root.glow = 1; } else { _root.glow = 0; } stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop ("congrats"); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 36
Mouse.show(); stopAllSounds();
Frame 37
gotoAndStop (40);
Frame 38
Mouse.show(); stopAllSounds();
Frame 39
gotoAndStop (40);
Frame 40
Mouse.show(); stopAllSounds();
Frame 41
gotoAndStop (40);
Frame 42
stopAllSounds(); Mouse.show(); _root.hitsneeded = 0; _root.hits = 0; _root.time = 60; _root.glow = 0; _root.glowsneeded = 0; _root.score = 0;
Frame 43
gotoAndStop (42);
Instance of Symbol 112 MovieClip "paddle" in Frame 43
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 44
stop(); Mouse.hide(); _root.level = 0; _root.lives = 20000; _root.score = 0;
Instance of Symbol 171 MovieClip "ball" in Frame 44
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.6; _root.serve = 1; } onClipEvent (enterFrame) { _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay ("blip"); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay ("blip"); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay ("blip"); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 8; Yspeed = -Math.abs(((-Yspeed) - 2) + Math.abs(xdifference)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay ("blip"); }; } } } onClipEvent (enterFrame) { if (Yspeed > 20) { Yspeed = 20; } if (Xspeed == 0) { Xspeed = 0.1; } if (Xspeed < -20) { Xspeed = -20; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 44
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 45
gotoAndStop (42);
Frame 46
gotoAndStop (42);
Instance of Symbol 112 MovieClip "paddle" in Frame 46
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 47
stop(); Mouse.hide(); _root.serve = 1; _root.level = 2;
Instance of Symbol 219 MovieClip "ball" in Frame 47
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.46; _root.serve = 1; } onClipEvent (enterFrame) { _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 18) { Yspeed = 18; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -18) { Yspeed = -18; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Frame 48
gotoAndStop (42);
Frame 49
gotoAndStop (42);
Instance of Symbol 112 MovieClip "paddle" in Frame 49
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 50
stop(); Mouse.hide(); _root.lives = 50000;
Instance of Symbol 248 MovieClip "ball" in Frame 50
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.4; _root.serve = 1; } onClipEvent (enterFrame) { _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 18) { Yspeed = 18; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -18) { Yspeed = -18; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 50
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 51
gotoAndStop (42);
Frame 52
gotoAndStop (42);
Instance of Symbol 112 MovieClip "paddle" in Frame 52
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 53
stop(); Mouse.hide(); _root.lives = 400000 /* 0x061A80 */; _root.level = 4;
Instance of Symbol 248 MovieClip "ball" in Frame 53
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.4; _root.serve = 1; } onClipEvent (enterFrame) { _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 18) { Yspeed = 18; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -18) { Yspeed = -18; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 53
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 54
gotoAndStop (42);
Frame 55
gotoAndStop (42);
Instance of Symbol 112 MovieClip "paddle" in Frame 55
onClipEvent (enterFrame) { if (_parent._xmouse < 342) { _x = _parent._xmouse; } }
Frame 56
stop(); Mouse.hide(); _root.level = 5; _root.lives = 5000;
Instance of Symbol 283 MovieClip "ball" in Frame 56
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.4; _root.fanspeed = 0.3; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 18) { Yspeed = 18; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -18) { Yspeed = -18; } if (Xspeed < -16) { Xspeed = -8; } if (Xspeed > 16) { Xspeed = 8; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Frame 57
gotoAndStop (42);
Frame 58
gotoAndStop (42);
Instance of Symbol 112 MovieClip "paddle" in Frame 58
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 59
stop(); Mouse.hide(); _root.lives = 40000;
Instance of Symbol 283 MovieClip "ball" in Frame 59
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.28; _root.fanspeed = 0.3; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } if (hitTest(_root.wave2) && (Xspeed < 16)) { Xspeed = Xspeed - _root.fanspeed; } else if (hitTest(_root.wave2) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 14) { Yspeed = 14; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -14) { Yspeed = -14; } if (Xspeed < -14) { Xspeed = -14; } if (Xspeed > 14) { Xspeed = 14; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 59
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 60
gotoAndStop (42);
Frame 61
gotoAndStop (42);
Instance of Symbol 112 MovieClip "paddle" in Frame 61
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Instance of Symbol 112 MovieClip "paddle2" in Frame 61
onClipEvent (enterFrame) { if ((_parent._xmouse < 520) && (_parent._xmouse > 330)) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); } if (_parent._xmouse > 519) { _x = 519; } else if (_parent._xmouse < 329) { _x = 330; } }
Frame 62
stop(); Mouse.hide(); _root.lives = 40000;
Instance of Symbol 309 MovieClip "ball" in Frame 62
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.1; _root.serve = 1; } onClipEvent (enterFrame) { _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (hitTest(_root.paddle2)) { xdifference = (_x - _root.paddle2._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + Math.abs(xdifference)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 10) { Yspeed = 10; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -10) { Yspeed = -10; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 62
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 63
gotoAndStop (42);
Frame 64
gotoAndStop (42);
Instance of Symbol 69 MovieClip in Frame 64
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = -Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 112 MovieClip "paddle" in Frame 64
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 65
stop(); Mouse.hide(); _root.level = 8; _root.lives = 40000;
Instance of Symbol 248 MovieClip "ball" in Frame 65
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.28; _root.fanspeed = 0.3; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } if (hitTest(_root.wave2) && (Xspeed < 16)) { Xspeed = Xspeed - _root.fanspeed; } else if (hitTest(_root.wave2) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 14) { Yspeed = 14; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -14) { Yspeed = -14; } if (Xspeed < -14) { Xspeed = -14; } if (Xspeed > 14) { Xspeed = 14; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 65
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 66
gotoAndStop (42);
Frame 67
gotoAndStop (42);
Instance of Symbol 112 MovieClip "paddle" in Frame 67
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 68
stop(); Mouse.hide(); _root.level = 9; _root.lives = 400000 /* 0x061A80 */;
Instance of Symbol 323 MovieClip "ball" in Frame 68
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.28; _root.fanspeed = 0.3; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } if (hitTest(_root.wave2) && (Xspeed < 16)) { Xspeed = Xspeed - _root.fanspeed; } else if (hitTest(_root.wave2) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 14) { Yspeed = 14; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -14) { Yspeed = -14; } if (Xspeed < -14) { Xspeed = -14; } if (Xspeed > 14) { Xspeed = 14; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 68
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 69
gotoAndStop (42);
Frame 70
gotoAndStop (42);
Instance of Symbol 112 MovieClip "paddle" in Frame 70
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 71
stop(); Mouse.hide(); _root.level = 10; _root.lives = 30000;
Instance of Symbol 323 MovieClip "ball" in Frame 71
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 0.28; _root.fanspeed = 0.3; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } if (hitTest(_root.wave2) && (Xspeed < 16)) { Xspeed = Xspeed - _root.fanspeed; } else if (hitTest(_root.wave2) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 14) { Yspeed = 14; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -14) { Yspeed = -14; } if (Xspeed < -14) { Xspeed = -14; } if (Xspeed > 14) { Xspeed = 14; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 71
onClipEvent (enterFrame) { stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 72
gotoAndStop (42);
Frame 73
gotoAndStop (42);
Instance of Symbol 112 MovieClip "paddle" in Frame 73
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 74
stop(); Mouse.hide(); _root.level = 11; _root.lives = 60000;
Instance of Symbol 171 MovieClip "ball" in Frame 74
onClipEvent (load) { _root.fallspeed = 0.28; _root.fanspeed = 0.3; _root.serve = 1; Xspeed = 0; yspeed = 0; _root.serve = 1; } onClipEvent (enterFrame) { if (hitTest(_root.wave) && (Xspeed < 16)) { Xspeed = Xspeed + _root.fanspeed; } else if (hitTest(_root.wave) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } if (hitTest(_root.wave2) && (Xspeed < 16)) { Xspeed = Xspeed - _root.fanspeed; } else if (hitTest(_root.wave2) && (Xspeed > 2)) { Xspeed = Xspeed * (_root.fanspeed * 3); } _rotation = (_rotation + (Xspeed * 2)); _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = yspeed + _root.fallspeed; } onClipEvent (enterFrame) { if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } } onClipEvent (enterFrame) { if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 5; Yspeed = -Math.abs(((-Yspeed) - 2) + (Math.abs(xdifference) / 7)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } } onClipEvent (enterFrame) { if (Yspeed > 14) { Yspeed = 14; } if (Xspeed == 0) { Xspeed = 0.1; } if (Yspeed < -14) { Yspeed = -14; } if (Xspeed < -14) { Xspeed = -14; } if (Xspeed > 14) { Xspeed = 14; } } onClipEvent (enterFrame) { if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y - 10); } }
Instance of Symbol 175 MovieClip in Frame 74
onClipEvent (enterFrame) { if (_root.glowsneeded < 1) { _root.glow = 1; } else { _root.glow = 0; } stop(); if (_root.hits == _root.hitsneeded) { tellTarget ("_root") { gotoAndStop ("congrats"); }; _root.serve = 1; _root.hitsneeded = 0; _root.hits = 0; } } onClipEvent (enterFrame) { if (_root.lives < 0) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Frame 75
gotoAndStop (42);
Instance of Symbol 112 MovieClip "paddle" in Frame 75
onClipEvent (enterFrame) { _x = (_x + ((_parent._xmouse - _x) * 0.8)); }
Frame 76
stop(); Mouse.hide(); _root.level = 11; _root.lives = 60000;
Instance of Symbol 429 MovieClip "ball" in Frame 76
onClipEvent (load) { Xspeed = 0; yspeed = 0; _root.fallspeed = 1; _root.serve = 1; } onClipEvent (enterFrame) { _x = (_x + Xspeed); _y = (_y + yspeed); Yspeed = Yspeed + _root.fallspeed; if (hitTest(_root.upperwall)) { Yspeed = Math.abs(Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.rightwall)) { Xspeed = -Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.leftwall)) { Xspeed = Math.abs(Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (hitTest(_root.lowerwall)) { Yspeed = (-Yspeed) + 5; Xspeed = 0; } if (hitTest(_root.servewall)) { _root.serve = 1; tellTarget ("_root.sound") { gotoAndPlay ("loseball"); _root.lives--; }; } if (hitTest(_root.paddle)) { xdifference = (_x - _root.paddle._x) / 8; Yspeed = -Math.abs(((-Yspeed) - 2) + Math.abs(xdifference)); Xspeed = xdifference; if (_root.serve == 0) { tellTarget ("_root.sound") { gotoAndPlay (2); }; } } if (Yspeed > 8) { Yspeed = 3; } if (Yspeed < -8) { Yspeed = -8; } if (Xspeed == 0) { Xspeed = Math.random - 1; } if (Xspeed < -8) { Xspeed = -8; } if (Xspeed > 8) { Xspeed = 8; } if (_root.serve == 1) { _x = _root.paddle._x; _y = (_root.paddle._y + 10); } }
Symbol 7 MovieClip Frame 10
stop();
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip Frame 10
onClipEvent (enterFrame) { b_loaded = _root.getBytesLoaded(); b_total = _root.getBytesTotal(); percent = Math.round((b_loaded / b_total) * 100); if (percent >= 100) { _root.gotoAndStop("loaded"); } }
Symbol 17 Button
on (release) { gotoAndStop (4); }
Symbol 23 Button
on (release) { tellTarget ("_root") { nextFrame(); }; }
Symbol 32 Button
on (keyPress "<Enter>") { if (_root.password == "skobydob") { gotoAndStop (42); } }
Symbol 38 Button
on (release) { play(); }
Symbol 54 MovieClip Frame 1
stop(); _root.hitsneeded++;
Symbol 54 MovieClip Frame 5
stop(); _root.hits++; _root.score = _root.score + 100;
Symbol 58 MovieClip Frame 7
stop(); _root.score++;
Instance of Symbol 54 MovieClip in Symbol 60 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = -Math.abs(_root.ball.Yspeed); gotoAndPlay (1); tellTarget ("_root.sound") { gotoAndPlay ("bricksfall"); }; } if (blockleft.hitTest(_root.ball)) { gotoAndPlay (1); _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay ("bricksfall"); }; } if (blockbottom.hitTest(_root.ball)) { gotoAndPlay (1); _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay ("bricksfall"); }; } if (blockright.hitTest(_root.ball)) { gotoAndPlay (1); _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay ("bricksfall"); }; } } onClipEvent (enterFrame) { if (_root.lights == 0) { _alpha = 0; } else if (_root.lights == 1) { _alpha = 100; } }
Symbol 61 MovieClip Frame 1
stop(); stop();
Instance of Symbol 54 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = -Math.abs(_root.ball.Yspeed); tellTarget ("_parent") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); } if (blockbottom.hitTest(_root.ball)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball.Yspeed = Math.abs(_root.ball.Yspeed) / 4; } if (blockright.hitTest(_root.ball)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); } } onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball1)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball1.Yspeed = -Math.abs(_root.ball1.Yspeed); } if (blockleft.hitTest(_root.ball1)) { tellTarget ("_parent") { gotoAndPlay (2); }; gotoAndPlay (1); _root.ball1.Xspeed = -Math.abs(_root.ball1.Xspeed); } if (blockbottom.hitTest(_root.ball1)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball1.Yspeed = Math.abs(_root.ball1.Yspeed) / 4; } if (blockright.hitTest(_root.ball1)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball1.Xspeed = Math.abs(_root.ball1.Xspeed); } } onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball2)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball2.Yspeed = -Math.abs(_root.ball2Yspeed); } if (blockleft.hitTest(_root.ball2)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball2.Xspeed = -Math.abs(_root.ball2.Xspeed); } if (blockbottom.hitTest(_root.ball2)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball2.Yspeed = Math.abs(_root.ball2.Yspeed) / 4; } if (blockright.hitTest(_root.ball2)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball2.Xspeed = Math.abs(_root.ball2.Xspeed); } } onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball3)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball.Yspeed = -Math.abs(_root.ball.Yspeed); } if (blockleft.hitTest(_root.ball3)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball3.Xspeed = -Math.abs(_root.ball3.Xspeed); } if (blockbottom.hitTest(_root.ball3)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball3.Yspeed = Math.abs(_root.ball3.Yspeed) / 4; } if (blockright.hitTest(_root.ball3)) { tellTarget ("_parent") { gotoAndPlay (2); }; _root.ball3.Xspeed = Math.abs(_root.ball3.Xspeed); } } onClipEvent (enterFrame) { if (hitTest(_root.laser)) { tellTarget ("_parent") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if (hitTest(_root.wahball)) { tellTarget ("_parent") { gotoAndPlay (2); }; } } onClipEvent (enterFrame) { if ((_root.lights == 0) && (_root.level == 5)) { _alpha = 0; } else if (_root.lights == 1) { _alpha = 100; } }
Symbol 61 MovieClip Frame 8
stop(); _root.hits++; _root.sore = _root.sore + 100;
Symbol 70 MovieClip Frame 1
stop(); if (_root.level == 1) { gotoAndPlay (2); } if (_root.level == 4) { gotoAndPlay (2); } if (_root.level == 0) { gotoAndPlay (2); }
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = -Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 50
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = -Math.abs(_root.ball.Yspeed); } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); } } onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball1)) { _root.ball1.Yspeed = -Math.abs(_root.ball1.Yspeed); } if (blockleft.hitTest(_root.ball1)) { _root.ball1.Xspeed = -Math.abs(_root.ball1.Xspeed); } if (blockbottom.hitTest(_root.ball1)) { _root.ball1.Yspeed = Math.abs(_root.ball1.Yspeed); } if (blockright.hitTest(_root.ball1)) { _root.ball1.Xspeed = Math.abs(_root.ball1.Xspeed); } } onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball2)) { _root.ball2.Yspeed = -Math.abs(_root.ball2.Yspeed); } if (blockleft.hitTest(_root.ball2)) { gotoAndPlay (1); _root.ball2.Xspeed = -Math.abs(_root.ball2.Xspeed); } if (blockbottom.hitTest(_root.ball2)) { _root.ball2.Yspeed = Math.abs(_root.ball2.Yspeed); } if (blockright.hitTest(_root.ball2)) { _root.ball2.Xspeed = Math.abs(_root.ball2.Xspeed); } } onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball3)) { _root.ball3.Yspeed = -Math.abs(_root.ball3.Yspeed); } if (blockleft.hitTest(_root.ball3)) { _root.ball3.Xspeed = -Math.abs(_root.ball3.Xspeed); } if (blockbottom.hitTest(_root.ball3)) { _root.ball3.Yspeed = Math.abs(_root.ball3.Yspeed); } if (blockright.hitTest(_root.ball3)) { _root.ball3.Xspeed = Math.abs(_root.ball3.Xspeed); } } onClipEvent (enterFrame) { if (hitTest(_root.laser)) { _root.shootability = 1; } }
Instance of Symbol 76 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { randomy = (Math.random() - 0.5) / 6; xdifference = (_root.ball._x - _parent._x) + randomy; _root.ball.Yspeed = -_root.ball.Yspeed; _root.ball.Xspeed = xdifference; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Symbol 86 MovieClip Frame 1
stop(); _root.glowsneeded++;
Instance of Symbol 81 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.ball)) { tellTarget ("_parent") { play(); }; } }
Symbol 86 MovieClip Frame 20
_root.glowsneeded--;
Instance of Symbol 81 MovieClip in Symbol 86 MovieClip Frame 21
onClipEvent (enterFrame) { if (hitTest(_root.ball)) { tellTarget ("_parent") { gotoAndPlay ("glowon"); }; } }
Symbol 99 MovieClip Frame 2
stop();
Symbol 99 MovieClip Frame 5
gotoAndPlay (2);
Symbol 99 MovieClip Frame 25
gotoAndPlay (1);
Symbol 99 MovieClip Frame 36
gotoAndPlay (1);
Symbol 118 Button
on (release) { tellTarget ("_root") { nextFrame(); }; }
Symbol 129 Button
on (keyPress "h") { play(); } on (keyPress "H") { play(); }
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 6
stop();
Symbol 134 Button
on (keyPress "2") { gotoAndStop (7); }
Symbol 136 Button
on (keyPress "3") { gotoAndStop (10); }
Symbol 138 Button
on (keyPress "4") { gotoAndStop (13); }
Symbol 140 Button
on (keyPress "5") { gotoAndStop (16); }
Symbol 142 Button
on (keyPress "6") { gotoAndStop (19); }
Symbol 144 Button
on (keyPress "7") { gotoAndStop (22); }
Symbol 146 Button
on (keyPress "8") { gotoAndStop (25); }
Symbol 148 Button
on (keyPress "9") { gotoAndStop (28); }
Symbol 150 Button
on (keyPress "0") { gotoAndStop (31); }
Symbol 152 Button
on (keyPress "<Backspace>") { gotoAndStop (34); }
Symbol 154 Button
on (keyPress "1") { gotoAndStop (4); }
Symbol 157 Button
on (keyPress "<Space>") { play(); }
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 2
stopAllSounds();
Symbol 167 MovieClip Frame 3
stop();
Symbol 167 MovieClip Frame 4
stopAllSounds();
Symbol 167 MovieClip Frame 5
stop();
Symbol 167 MovieClip Frame 6
stopAllSounds();
Symbol 167 MovieClip Frame 7
stop();
Symbol 167 MovieClip Frame 8
stopAllSounds();
Symbol 167 MovieClip Frame 9
stop();
Symbol 169 Button
on (keyPress "k") { _root.serve = 1; _root.lives--; } on (keyPress "K") { _root.serve = 1; _root.lives--; }
Symbol 173 Button
on (release) { if (_root.serve == 1) { _root.ball.Xspeed = 0; _root.ball.Yspeed = 0; _root.ball._x = _root.paddle._x; _root.ball._y = _root.paddle._y - 20; _root.serve = 0; } }
Symbol 180 MovieClip Frame 2
stop();
Symbol 180 MovieClip Frame 5
gotoAndPlay (2);
Symbol 180 MovieClip Frame 25
gotoAndPlay (1);
Symbol 180 MovieClip Frame 36
gotoAndPlay (1);
Symbol 180 MovieClip Frame 51
gotoAndPlay (1);
Symbol 180 MovieClip Frame 64
gotoAndPlay (1);
Symbol 180 MovieClip Frame 76
gotoAndPlay (1);
Symbol 180 MovieClip Frame 88
gotoAndPlay (1);
Symbol 192 MovieClip Frame 1
stop();
Instance of Symbol 69 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { tellTarget ("_parent") { play(); }; _root.score = _root.score + 100; _root.hits = _root.hits + 2; tellTarget ("_root.sound") { gotoAndPlay ("swish"); }; tellTarget ("_parent._parent.net") { play(); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Symbol 197 MovieClip Frame 1
stop();
Instance of Symbol 69 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = ((-Math.abs(_root.ball.Yspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = ((-Math.abs(_root.ball.Xspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = (Math.abs(_root.ball.Yspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = (Math.abs(_root.ball.Xspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = ((-Math.abs(_root.ball.Yspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = ((-Math.abs(_root.ball.Xspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = (Math.abs(_root.ball.Yspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = (Math.abs(_root.ball.Xspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) { if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Symbol 201 MovieClip Frame 1
stop();
Instance of Symbol 69 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { tellTarget ("_parent") { play(); }; _root.score = _root.score + 500; _root.hits = _root.hits + 6; tellTarget ("_root.sound") { gotoAndPlay ("swish"); }; tellTarget ("_parent._parent.net") { play(); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) { if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) { if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = -Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = -Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = ((-Math.abs(_root.ball.Yspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = ((-Math.abs(_root.ball.Xspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = (Math.abs(_root.ball.Yspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = (Math.abs(_root.ball.Xspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = ((-Math.abs(_root.ball.Yspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = ((-Math.abs(_root.ball.Xspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = (Math.abs(_root.ball.Yspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = (Math.abs(_root.ball.Xspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) { if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Symbol 203 MovieClip Frame 1
stop();
Instance of Symbol 69 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { tellTarget ("_parent") { play(); }; _root.score = _root.score + 300; _root.hits = _root.hits + 4; tellTarget ("_root.sound") { gotoAndPlay ("swish"); }; tellTarget ("_parent._parent.net") { play(); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (enterFrame) { if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (enterFrame) { if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = ((-Math.abs(_root.ball.Yspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = ((-Math.abs(_root.ball.Xspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = (Math.abs(_root.ball.Yspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = (Math.abs(_root.ball.Xspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = ((-Math.abs(_root.ball.Yspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = ((-Math.abs(_root.ball.Xspeed)) / 2) - 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = (Math.abs(_root.ball.Yspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = (Math.abs(_root.ball.Xspeed) / 2) + 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (enterFrame) { if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Symbol 217 MovieClip Frame 42
_root.time--; if (_root.time < 1) { _root.tries--; if (_root.hits >= 10) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; } else if ((_root.hits < 10) && (_root.tries > 0)) { stopAllSounds(); tellTarget ("_root") { prevFrame(); }; } else if (_root.tries < 1) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Symbol 226 MovieClip Frame 2
stop();
Symbol 226 MovieClip Frame 5
gotoAndPlay (2);
Symbol 226 MovieClip Frame 25
gotoAndPlay (1);
Symbol 226 MovieClip Frame 36
gotoAndPlay (1);
Symbol 226 MovieClip Frame 51
gotoAndPlay (1);
Symbol 226 MovieClip Frame 64
gotoAndPlay (1);
Symbol 226 MovieClip Frame 76
gotoAndPlay (1);
Symbol 226 MovieClip Frame 88
gotoAndPlay (1);
Symbol 234 MovieClip Frame 1
stop();
Instance of Symbol 232 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.ball)) { tellTarget ("_parent") { play(); }; _root.score = _root.score + 50; } }
Symbol 234 MovieClip Frame 5
stop();
Symbol 238 MovieClip Frame 1
stop(); _root.hitsneeded++;
Instance of Symbol 232 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.ball)) { tellTarget ("_parent") { play(); }; _root.score = _root.score + 50; } }
Instance of Symbol 69 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = ((-Math.abs(_root.ball.Yspeed)) / 2) - 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = ((-Math.abs(_root.ball.Xspeed)) / 2) - 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = (Math.abs(_root.ball.Yspeed) / 2) + 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = (Math.abs(_root.ball.Xspeed) / 2) + 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = ((-Math.abs(_root.ball.Yspeed)) / 2) - 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = ((-Math.abs(_root.ball.Xspeed)) / 2) - 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = (Math.abs(_root.ball.Yspeed) / 2) + 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = (Math.abs(_root.ball.Xspeed) / 2) + 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Symbol 238 MovieClip Frame 5
stop(); _root.hits++;
Symbol 242 MovieClip Frame 1
stop(); _root.hitsneeded++;
Instance of Symbol 232 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.ball)) { tellTarget ("_parent") { play(); }; _root.score = _root.score + 150; } }
Instance of Symbol 69 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = ((-Math.abs(_root.ball.Yspeed)) / 2) - 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = ((-Math.abs(_root.ball.Xspeed)) / 2) - 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = (Math.abs(_root.ball.Yspeed) / 2) + 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = (Math.abs(_root.ball.Xspeed) / 2) + 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 69 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = ((-Math.abs(_root.ball.Yspeed)) / 2) - 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = ((-Math.abs(_root.ball.Xspeed)) / 2) - 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = (Math.abs(_root.ball.Yspeed) / 2) + 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = (Math.abs(_root.ball.Xspeed) / 2) + 0.7; tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Symbol 242 MovieClip Frame 5
stop(); _root.hits++;
Symbol 260 MovieClip Frame 2
stop();
Symbol 260 MovieClip Frame 5
gotoAndPlay (2);
Symbol 260 MovieClip Frame 25
gotoAndPlay (1);
Symbol 260 MovieClip Frame 36
gotoAndPlay (1);
Symbol 260 MovieClip Frame 51
gotoAndPlay (1);
Symbol 260 MovieClip Frame 64
gotoAndPlay (1);
Symbol 260 MovieClip Frame 76
gotoAndPlay (1);
Symbol 260 MovieClip Frame 88
gotoAndPlay (1);
Instance of Symbol 76 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = -Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball)) { _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Symbol 269 MovieClip Frame 1
stop();
Instance of Symbol 267 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.ball)) { _root.ball.Xspeed = 0; _root.ball.Yspeed = 0; tellTarget ("_parent") { play(); }; } }
Symbol 269 MovieClip Frame 42
_root.serve = 1; _root.score = _root.score + 500; _root.hits++;
Symbol 280 MovieClip Frame 42
_root.time--; if (_root.time < 1) { if (_root.hits >= 5) { tellTarget ("_root") { gotoAndStop(_currentframe + 2); }; } else if (_root.hits < 5) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Symbol 291 MovieClip Frame 2
stop();
Symbol 291 MovieClip Frame 5
gotoAndPlay (2);
Symbol 291 MovieClip Frame 25
gotoAndPlay (1);
Symbol 291 MovieClip Frame 36
gotoAndPlay (1);
Symbol 291 MovieClip Frame 51
gotoAndPlay (1);
Symbol 291 MovieClip Frame 64
gotoAndPlay (1);
Symbol 291 MovieClip Frame 76
gotoAndPlay (1);
Symbol 291 MovieClip Frame 88
gotoAndPlay (1);
Symbol 300 MovieClip Frame 1
stop();
Instance of Symbol 299 MovieClip in Symbol 300 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.ball)) { tellTarget ("_root.warp2") { gotoAndPlay (2); }; _root.ball._y = _root.warp2._y; _root.ball._x = _root.warp2._x; } }
Symbol 301 MovieClip Frame 1
stop();
Instance of Symbol 299 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.ball)) { tellTarget ("_root.warp1") { gotoAndPlay (2); }; _root.ball._y = _root.warp1._y; _root.ball._x = _root.warp1._x; } }
Instance of Symbol 76 MovieClip in Symbol 303 MovieClip Frame 1
onClipEvent (enterFrame) { if (blockleft.hitTest(_root.ball)) { _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockbottom.hitTest(_root.ball) && (_root.ball.Yspeed < 1)) { _root.ball.Yspeed = 1; tellTarget ("_root.sound") { gotoAndPlay (2); }; } if (blockright.hitTest(_root.ball)) { _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay (2); }; } }
Instance of Symbol 54 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.glow == 1) { _alpha = 100; if (blocktop.hitTest(_root.ball)) { _root.ball.Yspeed = -Math.abs(_root.ball.Yspeed); gotoAndPlay (1); tellTarget ("_root.sound") { gotoAndPlay ("bricksfall"); }; } if (blockleft.hitTest(_root.ball)) { gotoAndPlay (1); _root.ball.Xspeed = -Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay ("bricksfall"); }; } if (blockbottom.hitTest(_root.ball)) { gotoAndPlay (1); _root.ball.Yspeed = Math.abs(_root.ball.Yspeed); tellTarget ("_root.sound") { gotoAndPlay ("bricksfall"); }; } if (blockright.hitTest(_root.ball)) { gotoAndPlay (1); _root.ball.Xspeed = Math.abs(_root.ball.Xspeed); tellTarget ("_root.sound") { gotoAndPlay ("bricksfall"); }; } } } onClipEvent (enterFrame) { if (_root.glow == 0) { _alpha = 0; } }
Symbol 341 Button
on (release) { gotoAndStop (2); }
Symbol 346 Button
on (release) { gotoAndStop (2); Mouse.show(); }
Symbol 350 Button
on (release) { gotoAndStop (2); }
Symbol 355 Button
on (release) { gotoAndStop (44); }
Symbol 357 Button
on (release) { gotoAndStop (47); }
Symbol 359 Button
on (release) { gotoAndStop (50); }
Symbol 361 Button
on (release) { gotoAndStop (53); }
Symbol 363 Button
on (release) { gotoAndStop (56); }
Symbol 365 Button
on (release) { gotoAndStop (59); }
Symbol 367 Button
on (release) { gotoAndStop (62); }
Symbol 369 Button
on (release) { gotoAndStop (65); }
Symbol 371 Button
on (release) { gotoAndStop (68); }
Symbol 373 Button
on (release) { gotoAndStop (71); }
Symbol 375 Button
on (release) { gotoAndStop (74); }
Symbol 377 Button
on (release) { gotoAndStop (76); }
Symbol 380 Button
on (keyPress "q") { gotoAndStop (42); } on (keyPress "Q") { gotoAndStop (42); }
Symbol 392 MovieClip Frame 42
_root.time--; if (_root.time < 1) { tellTarget ("_root") { nextFrame(); }; }
Symbol 414 MovieClip Frame 1
stop();
Instance of Symbol 412 MovieClip in Symbol 414 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.ball)) { _root.ball.Xspeed = 0; _root.ball.Yspeed = 0; tellTarget ("_parent") { play(); }; } }
Symbol 414 MovieClip Frame 42
_root.serve = 1; _root.score = _root.score + 5000;
Symbol 418 MovieClip Frame 1
stop();
Instance of Symbol 416 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.ball)) { _root.ball.Xspeed = 0; _root.ball.Yspeed = 0; tellTarget ("_parent") { play(); }; } }
Symbol 418 MovieClip Frame 42
_root.serve = 1; _root.score = _root.score + 100;
Symbol 422 MovieClip Frame 1
stop();
Instance of Symbol 420 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.ball)) { _root.ball.Xspeed = 0; _root.ball.Yspeed = 0; tellTarget ("_parent") { play(); }; } }
Symbol 422 MovieClip Frame 42
_root.serve = 1; _root.score = _root.score + 10000;
Symbol 427 Button
on (release) { if (_root.serve == 1) { _root.ball.Xspeed = 0; _root.ball.Yspeed = 0; _root.ball._x = _root.paddle._x; _root.ball._y = _root.paddle._y + 20; _root.serve = 0; } }

Library Items

Symbol 1 GraphicUsed by:7
Symbol 2 GraphicUsed by:6
Symbol 3 MovieClipUsed by:6
Symbol 4 FontUsed by:5 122 133 135 137 139 141 143 145 147 149 151 153 156 338 339 343 344 347 381 382 387 388 393 394 423 424
Symbol 5 EditableTextUses:4Used by:6
Symbol 6 MovieClipUses:2 3 5Used by:7
Symbol 7 MovieClipUses:1 6Used by:Timeline
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:10 318  Timeline
Symbol 10 MovieClipUses:9Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:17 38 118 350
Symbol 14 FontUsed by:15 22 27 39 115 116 117 131 205 206 207 208 209 210 220 223 243 244 253 254 275 276 286 287 304 305 315 316 320 327 328 334 335 352 354 356 358 360 362 364 366 368 370 372 374 376 378 379
Symbol 15 TextUses:14Used by:17 38 118 350
Symbol 16 GraphicUsed by:17 38 118 350
Symbol 17 ButtonUses:13 15 16Used by:Timeline
Symbol 18 FontUsed by:19
Symbol 19 TextUses:18Used by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 GraphicUsed by:23
Symbol 22 TextUses:14Used by:23
Symbol 23 ButtonUses:21 22Used by:Timeline
Symbol 24 FontUsed by:25 190 215 216 270 278 279 385 390 391 400
Symbol 25 TextUses:24Used by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 EditableTextUses:14Used by:Timeline
Symbol 28 FontUsed by:29 30
Symbol 29 TextUses:28Used by:Timeline
Symbol 30 TextUses:28Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 ButtonUses:31Used by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:37 284  Timeline
Symbol 37 MovieClipUses:36Used by:Timeline
Symbol 38 ButtonUses:13 15 16Used by:Timeline
Symbol 39 TextUses:14Used by:Timeline
Symbol 40 FontUsed by:41 87 88 89 90 91 92 93 94 120 121 123 124 125 212 213 221 222 268 413 417 421
Symbol 41 TextUses:40Used by:Timeline
Symbol 42 GraphicUsed by:54 61
Symbol 43 GraphicUsed by:44 68
Symbol 44 MovieClipUses:43Used by:54 61
Symbol 45 GraphicUsed by:46 63
Symbol 46 MovieClipUses:45Used by:54 61
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:54 61
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:54 61
Symbol 51 GraphicUsed by:54
Symbol 52 GraphicUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:42 44 46 48 50 51 52 53Used by:60 61 333
Symbol 55 GraphicUsed by:58
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:55 56 57Used by:61
Symbol 59 SoundUsed by:61 99 180 226 260 291
Symbol 60 MovieClipUses:54Used by:61  Timeline
Symbol 61 MovieClipUses:42 44 46 48 50 54 58 59 60Used by:Timeline
Symbol 62 GraphicUsed by:69
Symbol 63 MovieClipUses:45Used by:69 76
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:69 76
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:69 76
Symbol 68 MovieClipUses:43Used by:69 76
Symbol 69 MovieClipUses:62 63 65 67 68Used by:70 192 200 201 202 203 204 238 242  Timeline
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 GraphicUsed by:77
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75 63 65 67 68Used by:77 264 303
Symbol 77 MovieClipUses:74 76Used by:Timeline
Symbol 78 BitmapUsed by:79 296
Symbol 79 GraphicUses:78Used by:Timeline
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:86
Symbol 82 ShapeTweeningUsed by:86
Symbol 83 GraphicUsed by:86
Symbol 84 ShapeTweeningUsed by:86
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:81 82 83 84 85Used by:Timeline
Symbol 87 TextUses:40Used by:Timeline
Symbol 88 TextUses:40Used by:Timeline
Symbol 89 TextUses:40Used by:Timeline
Symbol 90 TextUses:40Used by:Timeline
Symbol 91 TextUses:40Used by:Timeline
Symbol 92 TextUses:40Used by:Timeline
Symbol 93 TextUses:40Used by:Timeline
Symbol 94 TextUses:40Used by:Timeline
Symbol 95 FontUsed by:96 176 186 187 188 189 224 257 290 384
Symbol 96 EditableTextUses:95Used by:99
Symbol 97 SoundUsed by:99 291
Symbol 98 SoundUsed by:99
Symbol 99 MovieClipUses:96 97 59 98Used by:Timeline
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:102  Timeline
Symbol 102 MovieClipUses:101Used by:Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:Timeline
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:119 132 211 245 255 277 288 306 321 329 336
Symbol 115 TextUses:14Used by:119 211 245 255 277 288 306 317 321 329 336
Symbol 116 TextUses:14Used by:119
Symbol 117 TextUses:14Used by:119
Symbol 118 ButtonUses:13 15 16Used by:119 211 245 255 277 288 306 317 321 329 336
Symbol 119 MovieClipUses:114 115 116 117 118Used by:Timeline
Symbol 120 EditableTextUses:40Used by:Timeline
Symbol 121 EditableTextUses:40Used by:Timeline
Symbol 122 TextUses:4Used by:Timeline
Symbol 123 TextUses:40Used by:Timeline
Symbol 124 EditableTextUses:40Used by:Timeline
Symbol 125 EditableTextUses:40Used by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 FontUsed by:128 130 349 351
Symbol 128 TextUses:127Used by:129
Symbol 129 ButtonUses:128Used by:132
Symbol 130 TextUses:127Used by:132
Symbol 131 TextUses:14Used by:132
Symbol 132 MovieClipUses:129 114 130 131Used by:Timeline
Symbol 133 TextUses:4Used by:134
Symbol 134 ButtonUses:133Used by:Timeline
Symbol 135 TextUses:4Used by:136
Symbol 136 ButtonUses:135Used by:Timeline
Symbol 137 TextUses:4Used by:138
Symbol 138 ButtonUses:137Used by:Timeline
Symbol 139 TextUses:4Used by:140
Symbol 140 ButtonUses:139Used by:Timeline
Symbol 141 TextUses:4Used by:142
Symbol 142 ButtonUses:141Used by:Timeline
Symbol 143 TextUses:4Used by:144
Symbol 144 ButtonUses:143Used by:Timeline
Symbol 145 TextUses:4Used by:146
Symbol 146 ButtonUses:145Used by:Timeline
Symbol 147 TextUses:4Used by:148
Symbol 148 ButtonUses:147Used by:Timeline
Symbol 149 TextUses:4Used by:150
Symbol 150 ButtonUses:149Used by:Timeline
Symbol 151 TextUses:4Used by:152
Symbol 152 ButtonUses:151Used by:Timeline
Symbol 153 TextUses:4Used by:154
Symbol 154 ButtonUses:153Used by:Timeline
Symbol 155 GraphicUsed by:167
Symbol 156 TextUses:4Used by:157
Symbol 157 ButtonUses:156Used by:167
Symbol 158 GraphicUsed by:167
Symbol 159 SoundUsed by:167
Symbol 160 GraphicUsed by:167
Symbol 161 SoundUsed by:167
Symbol 162 GraphicUsed by:167
Symbol 163 SoundUsed by:167
Symbol 164 GraphicUsed by:167
Symbol 165 SoundUsed by:167
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:155 157 158 159 160 161 162 163 164 165 166Used by:Timeline
Symbol 168 GraphicUsed by:169
Symbol 169 ButtonUses:168Used by:Timeline
Symbol 170 GraphicUsed by:171  Timeline
Symbol 171 MovieClipUses:170Used by:Timeline
Symbol 172 GraphicUsed by:173 427
Symbol 173 ButtonUses:172Used by:Timeline
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:174Used by:Timeline
Symbol 176 EditableTextUses:95Used by:180
Symbol 177 SoundUsed by:180
Symbol 178 SoundUsed by:180 226
Symbol 179 SoundUsed by:180
Symbol 180 MovieClipUses:176 177 59 178 179Used by:Timeline
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:183  Timeline
Symbol 183 MovieClipUses:182Used by:Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:Timeline
Symbol 186 TextUses:95Used by:Timeline
Symbol 187 TextUses:95Used by:Timeline
Symbol 188 TextUses:95Used by:Timeline
Symbol 189 EditableTextUses:95Used by:Timeline
Symbol 190 EditableTextUses:24Used by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 MovieClipUses:69Used by:200
Symbol 193 GraphicUsed by:197
Symbol 194 GraphicUsed by:197
Symbol 195 GraphicUsed by:197
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:193 194 195 196Used by:200 202 204
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:200 202 204
Symbol 200 MovieClipUses:69 192 197 199Used by:Timeline
Symbol 201 MovieClipUses:69Used by:202
Symbol 202 MovieClipUses:69 201 197 199Used by:Timeline
Symbol 203 MovieClipUses:69Used by:204
Symbol 204 MovieClipUses:203 69 197 199Used by:Timeline
Symbol 205 TextUses:14Used by:211
Symbol 206 TextUses:14Used by:211
Symbol 207 TextUses:14Used by:211
Symbol 208 EditableTextUses:14Used by:211
Symbol 209 TextUses:14Used by:211
Symbol 210 TextUses:14Used by:211
Symbol 211 MovieClipUses:114 115 205 206 207 208 209 210 118Used by:Timeline
Symbol 212 EditableTextUses:40Used by:Timeline
Symbol 213 EditableTextUses:40Used by:Timeline
Symbol 214 GraphicUsed by:Timeline
Symbol 215 EditableTextUses:24Used by:217
Symbol 216 EditableTextUses:24Used by:217
Symbol 217 MovieClipUses:215 216Used by:Timeline
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:Timeline
Symbol 220 EditableTextUses:14Used by:Timeline
Symbol 221 EditableTextUses:40Used by:Timeline
Symbol 222 EditableTextUses:40Used by:Timeline
Symbol 223 EditableTextUses:14Used by:Timeline
Symbol 224 EditableTextUses:95Used by:226
Symbol 225 SoundUsed by:226
Symbol 226 MovieClipUses:224 225 59 178Used by:Timeline
Symbol 227 BitmapUsed by:228
Symbol 228 GraphicUses:227Used by:229  Timeline
Symbol 229 MovieClipUses:228Used by:Timeline
Symbol 230 GraphicUsed by:234
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:231Used by:234 238 242
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:230 232 233Used by:Timeline
Symbol 235 GraphicUsed by:Timeline
Symbol 236 GraphicUsed by:238
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:236 232 69 237Used by:Timeline
Symbol 239 GraphicUsed by:242
Symbol 240 GraphicUsed by:242
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:239 232 69 240 241Used by:Timeline
Symbol 243 TextUses:14Used by:245
Symbol 244 TextUses:14Used by:245
Symbol 245 MovieClipUses:114 115 243 244 118Used by:Timeline
Symbol 246 GraphicUsed by:Timeline
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:Timeline
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:251  Timeline
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 TextUses:14Used by:255
Symbol 254 TextUses:14Used by:255
Symbol 255 MovieClipUses:114 115 253 254 118Used by:Timeline
Symbol 256 GraphicUsed by:Timeline
Symbol 257 EditableTextUses:95Used by:260
Symbol 258 SoundUsed by:260
Symbol 259 SoundUsed by:260
Symbol 260 MovieClipUses:257 258 59 259Used by:Timeline
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:261Used by:Timeline
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:76 263Used by:Timeline
Symbol 265 GraphicUsed by:Timeline
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266Used by:269
Symbol 268 TextUses:40Used by:269
Symbol 269 MovieClipUses:267 268Used by:Timeline
Symbol 270 EditableTextUses:24Used by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 GraphicUsed by:Timeline
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:Timeline
Symbol 275 TextUses:14Used by:277
Symbol 276 TextUses:14Used by:277
Symbol 277 MovieClipUses:114 115 275 276 118Used by:Timeline
Symbol 278 EditableTextUses:24Used by:280
Symbol 279 EditableTextUses:24Used by:280
Symbol 280 MovieClipUses:278 279Used by:Timeline
Symbol 281 GraphicUsed by:Timeline
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:Timeline
Symbol 284 MovieClipUses:36Used by:Timeline
Symbol 285 GraphicUsed by:Timeline
Symbol 286 TextUses:14Used by:288
Symbol 287 TextUses:14Used by:288
Symbol 288 MovieClipUses:114 115 286 287 118Used by:Timeline
Symbol 289 GraphicUsed by:Timeline
Symbol 290 EditableTextUses:95Used by:291
Symbol 291 MovieClipUses:290 97 59Used by:Timeline
Symbol 292 BitmapUsed by:293
Symbol 293 GraphicUses:292Used by:294  Timeline
Symbol 294 MovieClipUses:293Used by:Timeline
Symbol 295 GraphicUsed by:Timeline
Symbol 296 GraphicUses:78Used by:297 301
Symbol 297 MovieClipUses:296Used by:300
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:298Used by:300 301
Symbol 300 MovieClipUses:297 299Used by:Timeline
Symbol 301 MovieClipUses:296 299Used by:Timeline
Symbol 302 GraphicUsed by:303
Symbol 303 MovieClipUses:76 302Used by:Timeline
Symbol 304 TextUses:14Used by:306
Symbol 305 TextUses:14Used by:306
Symbol 306 MovieClipUses:114 115 304 305 118Used by:Timeline
Symbol 307 GraphicUsed by:Timeline
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:308Used by:Timeline
Symbol 310 BitmapUsed by:311
Symbol 311 GraphicUses:310Used by:312  Timeline
Symbol 312 MovieClipUses:311Used by:Timeline
Symbol 313 GraphicUsed by:Timeline
Symbol 314 GraphicUsed by:317
Symbol 315 TextUses:14Used by:317 321
Symbol 316 TextUses:14Used by:317
Symbol 317 MovieClipUses:314 115 315 316 118Used by:Timeline
Symbol 318 MovieClipUses:9Used by:Timeline
Symbol 319 GraphicUsed by:Timeline
Symbol 320 TextUses:14Used by:321
Symbol 321 MovieClipUses:114 115 315 320 118Used by:Timeline
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:322Used by:Timeline
Symbol 324 BitmapUsed by:325
Symbol 325 GraphicUses:324Used by:326  Timeline
Symbol 326 MovieClipUses:325Used by:Timeline
Symbol 327 TextUses:14Used by:329
Symbol 328 TextUses:14Used by:329
Symbol 329 MovieClipUses:114 115 327 328 118Used by:Timeline
Symbol 330 BitmapUsed by:331 337
Symbol 331 GraphicUses:330Used by:332  Timeline
Symbol 332 MovieClipUses:331Used by:Timeline
Symbol 333 MovieClipUses:54Used by:Timeline
Symbol 334 TextUses:14Used by:336
Symbol 335 TextUses:14Used by:336
Symbol 336 MovieClipUses:114 115 334 335 118Used by:Timeline
Symbol 337 GraphicUses:330Used by:Timeline
Symbol 338 TextUses:4Used by:Timeline
Symbol 339 TextUses:4Used by:341 346
Symbol 340 GraphicUsed by:341 346
Symbol 341 ButtonUses:339 340Used by:Timeline
Symbol 342 GraphicUsed by:Timeline
Symbol 343 TextUses:4Used by:Timeline
Symbol 344 TextUses:4Used by:Timeline
Symbol 345 GraphicUsed by:Timeline
Symbol 346 ButtonUses:339 340Used by:Timeline
Symbol 347 TextUses:4Used by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 TextUses:127Used by:Timeline
Symbol 350 ButtonUses:13 15 16Used by:Timeline
Symbol 351 TextUses:127Used by:Timeline
Symbol 352 TextUses:14Used by:Timeline
Symbol 353 GraphicUsed by:355 357 359 361 363 365 367 369 371 373 375 377
Symbol 354 TextUses:14Used by:355
Symbol 355 ButtonUses:353 354Used by:Timeline
Symbol 356 TextUses:14Used by:357
Symbol 357 ButtonUses:353 356Used by:Timeline
Symbol 358 TextUses:14Used by:359
Symbol 359 ButtonUses:353 358Used by:Timeline
Symbol 360 TextUses:14Used by:361
Symbol 361 ButtonUses:353 360Used by:Timeline
Symbol 362 TextUses:14Used by:363
Symbol 363 ButtonUses:353 362Used by:Timeline
Symbol 364 TextUses:14Used by:365
Symbol 365 ButtonUses:353 364Used by:Timeline
Symbol 366 TextUses:14Used by:367
Symbol 367 ButtonUses:353 366Used by:Timeline
Symbol 368 TextUses:14Used by:369
Symbol 369 ButtonUses:353 368Used by:Timeline
Symbol 370 TextUses:14Used by:371
Symbol 371 ButtonUses:353 370Used by:Timeline
Symbol 372 TextUses:14Used by:373
Symbol 373 ButtonUses:353 372Used by:Timeline
Symbol 374 TextUses:14Used by:375
Symbol 375 ButtonUses:353 374Used by:Timeline
Symbol 376 TextUses:14Used by:377
Symbol 377 ButtonUses:353 376Used by:Timeline
Symbol 378 TextUses:14Used by:Timeline
Symbol 379 TextUses:14Used by:380
Symbol 380 ButtonUses:379Used by:Timeline
Symbol 381 EditableTextUses:4Used by:Timeline
Symbol 382 EditableTextUses:4Used by:Timeline
Symbol 383 GraphicUsed by:Timeline
Symbol 384 EditableTextUses:95Used by:Timeline
Symbol 385 EditableTextUses:24Used by:Timeline
Symbol 386 GraphicUsed by:Timeline
Symbol 387 EditableTextUses:4Used by:Timeline
Symbol 388 EditableTextUses:4Used by:Timeline
Symbol 389 GraphicUsed by:Timeline
Symbol 390 EditableTextUses:24Used by:392
Symbol 391 EditableTextUses:24Used by:392
Symbol 392 MovieClipUses:390 391Used by:Timeline
Symbol 393 EditableTextUses:4Used by:Timeline
Symbol 394 EditableTextUses:4Used by:Timeline
Symbol 395 GraphicUsed by:Timeline
Symbol 396 GraphicUsed by:Timeline
Symbol 397 GraphicUsed by:Timeline
Symbol 398 GraphicUsed by:Timeline
Symbol 399 GraphicUsed by:Timeline
Symbol 400 EditableTextUses:24Used by:Timeline
Symbol 401 GraphicUsed by:Timeline
Symbol 402 GraphicUsed by:Timeline
Symbol 403 GraphicUsed by:Timeline
Symbol 404 GraphicUsed by:Timeline
Symbol 405 GraphicUsed by:Timeline
Symbol 406 GraphicUsed by:Timeline
Symbol 407 GraphicUsed by:Timeline
Symbol 408 GraphicUsed by:Timeline
Symbol 409 BitmapUsed by:410
Symbol 410 GraphicUses:409Used by:Timeline
Symbol 411 GraphicUsed by:412
Symbol 412 MovieClipUses:411Used by:414
Symbol 413 TextUses:40Used by:414
Symbol 414 MovieClipUses:412 413Used by:Timeline
Symbol 415 GraphicUsed by:416
Symbol 416 MovieClipUses:415Used by:418
Symbol 417 TextUses:40Used by:418
Symbol 418 MovieClipUses:416 417Used by:Timeline
Symbol 419 GraphicUsed by:420
Symbol 420 MovieClipUses:419Used by:422
Symbol 421 TextUses:40Used by:422
Symbol 422 MovieClipUses:420 421Used by:Timeline
Symbol 423 EditableTextUses:4Used by:Timeline
Symbol 424 EditableTextUses:4Used by:Timeline
Symbol 425 GraphicUsed by:Timeline
Symbol 426 GraphicUsed by:Timeline
Symbol 427 ButtonUses:172Used by:Timeline
Symbol 428 GraphicUsed by:429
Symbol 429 MovieClipUses:428Used by:Timeline

Instance Names

"sound"Frame 4Symbol 99 MovieClip
"leftwall"Frame 4Symbol 104 MovieClip
"rightwall"Frame 4Symbol 106 MovieClip
"upperwall"Frame 4Symbol 108 MovieClip
"servewall"Frame 4Symbol 110 MovieClip
"paddle"Frame 4Symbol 112 MovieClip
"ball"Frame 5Symbol 171 MovieClip
"sound"Frame 7Symbol 180 MovieClip
"leftwall"Frame 7Symbol 104 MovieClip
"rightwall"Frame 7Symbol 106 MovieClip
"upperwall"Frame 7Symbol 108 MovieClip
"servewall"Frame 7Symbol 110 MovieClip
"paddle"Frame 7Symbol 112 MovieClip
"rightwall"Frame 8Symbol 106 MovieClip
"ball"Frame 8Symbol 219 MovieClip
"sound"Frame 10Symbol 226 MovieClip
"leftwall"Frame 10Symbol 104 MovieClip
"rightwall"Frame 10Symbol 106 MovieClip
"upperwall"Frame 10Symbol 108 MovieClip
"servewall"Frame 10Symbol 110 MovieClip
"rightwall"Frame 10Symbol 106 MovieClip
"paddle"Frame 10Symbol 112 MovieClip
"ball"Frame 11Symbol 248 MovieClip
"sound"Frame 13Symbol 226 MovieClip
"leftwall"Frame 13Symbol 104 MovieClip
"rightwall"Frame 13Symbol 106 MovieClip
"upperwall"Frame 13Symbol 108 MovieClip
"servewall"Frame 13Symbol 110 MovieClip
"paddle"Frame 13Symbol 112 MovieClip
"rightwall"Frame 14Symbol 106 MovieClip
"upperwall"Frame 14Symbol 108 MovieClip
"ball"Frame 14Symbol 248 MovieClip
"sound"Frame 16Symbol 260 MovieClip
"leftwall"Frame 16Symbol 104 MovieClip
"rightwall"Frame 16Symbol 106 MovieClip
"upperwall"Frame 16Symbol 108 MovieClip
"servewall"Frame 16Symbol 110 MovieClip
"paddle"Frame 16Symbol 112 MovieClip
"wave"Frame 16Symbol 274 MovieClip
"ball"Frame 17Symbol 283 MovieClip
"sound"Frame 19Symbol 260 MovieClip
"leftwall"Frame 19Symbol 104 MovieClip
"rightwall"Frame 19Symbol 106 MovieClip
"upperwall"Frame 19Symbol 108 MovieClip
"servewall"Frame 19Symbol 110 MovieClip
"paddle"Frame 19Symbol 112 MovieClip
"wave"Frame 19Symbol 274 MovieClip
"wave2"Frame 19Symbol 274 MovieClip
"ball"Frame 20Symbol 283 MovieClip
"sound"Frame 22Symbol 291 MovieClip
"leftwall"Frame 22Symbol 104 MovieClip
"rightwall"Frame 22Symbol 106 MovieClip
"upperwall"Frame 22Symbol 108 MovieClip
"servewall"Frame 22Symbol 110 MovieClip
"paddle"Frame 22Symbol 112 MovieClip
"paddle2"Frame 22Symbol 112 MovieClip
"warp1"Frame 22Symbol 300 MovieClip
"warp2"Frame 22Symbol 301 MovieClip
"ball"Frame 23Symbol 309 MovieClip
"sound"Frame 25Symbol 226 MovieClip
"leftwall"Frame 25Symbol 104 MovieClip
"rightwall"Frame 25Symbol 106 MovieClip
"upperwall"Frame 25Symbol 108 MovieClip
"servewall"Frame 25Symbol 110 MovieClip
"paddle"Frame 25Symbol 112 MovieClip
"wave"Frame 25Symbol 274 MovieClip
"warp1"Frame 25Symbol 300 MovieClip
"warp2"Frame 25Symbol 301 MovieClip
"wave2"Frame 25Symbol 274 MovieClip
"leftwall"Frame 26Symbol 104 MovieClip
"rightwall"Frame 26Symbol 106 MovieClip
"ball"Frame 26Symbol 248 MovieClip
"sound"Frame 28Symbol 226 MovieClip
"leftwall"Frame 28Symbol 104 MovieClip
"rightwall"Frame 28Symbol 106 MovieClip
"upperwall"Frame 28Symbol 108 MovieClip
"servewall"Frame 28Symbol 110 MovieClip
"paddle"Frame 28Symbol 112 MovieClip
"warp1"Frame 28Symbol 300 MovieClip
"warp2"Frame 28Symbol 301 MovieClip
"wave2"Frame 28Symbol 274 MovieClip
"ball"Frame 29Symbol 323 MovieClip
"sound"Frame 31Symbol 226 MovieClip
"leftwall"Frame 31Symbol 104 MovieClip
"rightwall"Frame 31Symbol 106 MovieClip
"upperwall"Frame 31Symbol 108 MovieClip
"servewall"Frame 31Symbol 110 MovieClip
"paddle"Frame 31Symbol 112 MovieClip
"warp1"Frame 31Symbol 300 MovieClip
"warp2"Frame 31Symbol 301 MovieClip
"wave2"Frame 31Symbol 274 MovieClip
"ball"Frame 32Symbol 323 MovieClip
"sound"Frame 34Symbol 99 MovieClip
"leftwall"Frame 34Symbol 104 MovieClip
"rightwall"Frame 34Symbol 106 MovieClip
"upperwall"Frame 34Symbol 108 MovieClip
"servewall"Frame 34Symbol 110 MovieClip
"paddle"Frame 34Symbol 112 MovieClip
"leftwall"Frame 35Symbol 104 MovieClip
"ball"Frame 35Symbol 171 MovieClip
"sound"Frame 43Symbol 99 MovieClip
"leftwall"Frame 43Symbol 104 MovieClip
"rightwall"Frame 43Symbol 106 MovieClip
"upperwall"Frame 43Symbol 108 MovieClip
"servewall"Frame 43Symbol 110 MovieClip
"paddle"Frame 43Symbol 112 MovieClip
"leftwall"Frame 44Symbol 104 MovieClip
"upperwall"Frame 44Symbol 108 MovieClip
"ball"Frame 44Symbol 171 MovieClip
"sound"Frame 46Symbol 180 MovieClip
"leftwall"Frame 46Symbol 104 MovieClip
"rightwall"Frame 46Symbol 106 MovieClip
"upperwall"Frame 46Symbol 108 MovieClip
"servewall"Frame 46Symbol 110 MovieClip
"paddle"Frame 46Symbol 112 MovieClip
"upperwall"Frame 47Symbol 108 MovieClip
"rightwall"Frame 47Symbol 106 MovieClip
"ball"Frame 47Symbol 219 MovieClip
"sound"Frame 49Symbol 226 MovieClip
"leftwall"Frame 49Symbol 104 MovieClip
"rightwall"Frame 49Symbol 106 MovieClip
"upperwall"Frame 49Symbol 108 MovieClip
"servewall"Frame 49Symbol 110 MovieClip
"rightwall"Frame 49Symbol 106 MovieClip
"paddle"Frame 49Symbol 112 MovieClip
"ball"Frame 50Symbol 248 MovieClip
"sound"Frame 52Symbol 226 MovieClip
"leftwall"Frame 52Symbol 104 MovieClip
"rightwall"Frame 52Symbol 106 MovieClip
"upperwall"Frame 52Symbol 108 MovieClip
"servewall"Frame 52Symbol 110 MovieClip
"paddle"Frame 52Symbol 112 MovieClip
"ball"Frame 53Symbol 248 MovieClip
"sound"Frame 55Symbol 260 MovieClip
"leftwall"Frame 55Symbol 104 MovieClip
"rightwall"Frame 55Symbol 106 MovieClip
"upperwall"Frame 55Symbol 108 MovieClip
"servewall"Frame 55Symbol 110 MovieClip
"paddle"Frame 55Symbol 112 MovieClip
"wave"Frame 55Symbol 274 MovieClip
"ball"Frame 56Symbol 283 MovieClip
"sound"Frame 58Symbol 260 MovieClip
"leftwall"Frame 58Symbol 104 MovieClip
"rightwall"Frame 58Symbol 106 MovieClip
"upperwall"Frame 58Symbol 108 MovieClip
"servewall"Frame 58Symbol 110 MovieClip
"paddle"Frame 58Symbol 112 MovieClip
"wave"Frame 58Symbol 274 MovieClip
"wave2"Frame 58Symbol 274 MovieClip
"ball"Frame 59Symbol 283 MovieClip
"sound"Frame 61Symbol 291 MovieClip
"leftwall"Frame 61Symbol 104 MovieClip
"rightwall"Frame 61Symbol 106 MovieClip
"upperwall"Frame 61Symbol 108 MovieClip
"servewall"Frame 61Symbol 110 MovieClip
"paddle"Frame 61Symbol 112 MovieClip
"paddle2"Frame 61Symbol 112 MovieClip
"warp1"Frame 61Symbol 300 MovieClip
"warp2"Frame 61Symbol 301 MovieClip
"ball"Frame 62Symbol 309 MovieClip
"sound"Frame 64Symbol 226 MovieClip
"leftwall"Frame 64Symbol 104 MovieClip
"rightwall"Frame 64Symbol 106 MovieClip
"upperwall"Frame 64Symbol 108 MovieClip
"servewall"Frame 64Symbol 110 MovieClip
"paddle"Frame 64Symbol 112 MovieClip
"wave"Frame 64Symbol 274 MovieClip
"warp1"Frame 64Symbol 300 MovieClip
"warp2"Frame 64Symbol 301 MovieClip
"wave2"Frame 64Symbol 274 MovieClip
"ball"Frame 65Symbol 248 MovieClip
"sound"Frame 67Symbol 226 MovieClip
"leftwall"Frame 67Symbol 104 MovieClip
"rightwall"Frame 67Symbol 106 MovieClip
"upperwall"Frame 67Symbol 108 MovieClip
"servewall"Frame 67Symbol 110 MovieClip
"paddle"Frame 67Symbol 112 MovieClip
"warp1"Frame 67Symbol 300 MovieClip
"warp2"Frame 67Symbol 301 MovieClip
"wave2"Frame 67Symbol 274 MovieClip
"ball"Frame 68Symbol 323 MovieClip
"sound"Frame 70Symbol 226 MovieClip
"leftwall"Frame 70Symbol 104 MovieClip
"rightwall"Frame 70Symbol 106 MovieClip
"upperwall"Frame 70Symbol 108 MovieClip
"servewall"Frame 70Symbol 110 MovieClip
"paddle"Frame 70Symbol 112 MovieClip
"warp1"Frame 70Symbol 300 MovieClip
"warp2"Frame 70Symbol 301 MovieClip
"wave2"Frame 70Symbol 274 MovieClip
"ball"Frame 71Symbol 323 MovieClip
"sound"Frame 73Symbol 99 MovieClip
"leftwall"Frame 73Symbol 104 MovieClip
"rightwall"Frame 73Symbol 106 MovieClip
"upperwall"Frame 73Symbol 108 MovieClip
"servewall"Frame 73Symbol 110 MovieClip
"paddle"Frame 73Symbol 112 MovieClip
"ball"Frame 74Symbol 171 MovieClip
"paddle"Frame 75Symbol 112 MovieClip
"sound"Frame 76Symbol 99 MovieClip
"ball"Frame 76Symbol 429 MovieClip
"redbar"Symbol 6 MovieClip Frame 1Symbol 3 MovieClip
"blocktop"Symbol 54 MovieClip Frame 1Symbol 44 MovieClip
"blockbottom"Symbol 54 MovieClip Frame 1Symbol 46 MovieClip
"blockleft"Symbol 54 MovieClip Frame 1Symbol 48 MovieClip
"blockright"Symbol 54 MovieClip Frame 1Symbol 50 MovieClip
"blocktop"Symbol 61 MovieClip Frame 1Symbol 44 MovieClip
"blockbottom"Symbol 61 MovieClip Frame 1Symbol 46 MovieClip
"blockleft"Symbol 61 MovieClip Frame 1Symbol 48 MovieClip
"blockright"Symbol 61 MovieClip Frame 1Symbol 50 MovieClip
"blockbottom"Symbol 69 MovieClip Frame 1Symbol 63 MovieClip
"blockleft"Symbol 69 MovieClip Frame 1Symbol 65 MovieClip
"blockright"Symbol 69 MovieClip Frame 1Symbol 67 MovieClip
"blocktop"Symbol 69 MovieClip Frame 1Symbol 68 MovieClip
"blockbottom"Symbol 76 MovieClip Frame 1Symbol 63 MovieClip
"blockleft"Symbol 76 MovieClip Frame 1Symbol 65 MovieClip
"blockright"Symbol 76 MovieClip Frame 1Symbol 67 MovieClip
"blocktop"Symbol 76 MovieClip Frame 1Symbol 68 MovieClip
"net"Symbol 200 MovieClip Frame 1Symbol 197 MovieClip
"net"Symbol 202 MovieClip Frame 1Symbol 197 MovieClip
"net"Symbol 204 MovieClip Frame 1Symbol 197 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$52$lG7whjcp5C6P7gfjaex2//."

Labels

"loaded"Frame 2
"one"Frame 4
"two"Frame 7
"three"Frame 10
"four"Frame 13
"five"Frame 16
"six"Frame 19
"seven"Frame 22
"eight"Frame 25
"nine"Frame 28
"ten"Frame 31
"eleven"Frame 34
"gameover"Frame 36
"congrats"Frame 38
"cheating"Frame 40
"level1"Frame 44
"level2"Frame 47
"level3"Frame 50
"level4"Frame 53
"level5"Frame 56
"level6"Frame 59
"level7"Frame 62
"level8"Frame 65
"level9"Frame 68
"level10"Frame 71
"level11"Frame 74
"level12"Frame 76
"glowon"Symbol 86 MovieClip Frame 21
"blip"Symbol 99 MovieClip Frame 2
"bricksfall"Symbol 99 MovieClip Frame 6
"loseball"Symbol 99 MovieClip Frame 26
"normal"Symbol 112 MovieClip Frame 1
"blip"Symbol 180 MovieClip Frame 2
"bricksfall"Symbol 180 MovieClip Frame 6
"shrink"Symbol 180 MovieClip Frame 26
"grow"Symbol 180 MovieClip Frame 37
"laserfire"Symbol 180 MovieClip Frame 52
"loseball"Symbol 180 MovieClip Frame 65
"swish"Symbol 180 MovieClip Frame 77
"blip"Symbol 226 MovieClip Frame 2
"bricksfall"Symbol 226 MovieClip Frame 6
"shrink"Symbol 226 MovieClip Frame 26
"grow"Symbol 226 MovieClip Frame 37
"laserfire"Symbol 226 MovieClip Frame 52
"loseball"Symbol 226 MovieClip Frame 65
"swish"Symbol 226 MovieClip Frame 77
"blip"Symbol 260 MovieClip Frame 2
"bricksfall"Symbol 260 MovieClip Frame 6
"shrink"Symbol 260 MovieClip Frame 26
"grow"Symbol 260 MovieClip Frame 37
"laserfire"Symbol 260 MovieClip Frame 52
"loseball"Symbol 260 MovieClip Frame 65
"swish"Symbol 260 MovieClip Frame 77
"blip"Symbol 291 MovieClip Frame 2
"bricksfall"Symbol 291 MovieClip Frame 6
"shrink"Symbol 291 MovieClip Frame 26
"grow"Symbol 291 MovieClip Frame 37
"laserfire"Symbol 291 MovieClip Frame 52
"loseball"Symbol 291 MovieClip Frame 65
"swish"Symbol 291 MovieClip Frame 77

Dynamic Text Variables

percentSymbol 5 EditableText"000"
_root.passwordSymbol 27 EditableText"password"
TextField8Symbol 96 EditableText"sound"
_root.scoreSymbol 120 EditableText"0"
_root.livesSymbol 121 EditableText"10"
_root.livesSymbol 124 EditableText"10"
_root.scoreSymbol 125 EditableText"0"
TextField8Symbol 176 EditableText"sound"
_root.hitsSymbol 189 EditableText"0"
_root.timeSymbol 190 EditableText"60"
_root.triesSymbol 208 EditableText"0"
_root.scoreSymbol 212 EditableText"0"
_root.scoreSymbol 213 EditableText"0"
_root.timeSymbol 215 EditableText"60"
_root.timeSymbol 216 EditableText"60"
_root.scoreSymbol 220 EditableText"0"
_root.livesSymbol 221 EditableText"10"
_root.livesSymbol 222 EditableText"10"
_root.scoreSymbol 223 EditableText"0"
TextField8Symbol 224 EditableText"sound"
TextField8Symbol 257 EditableText"sound"
_root.timeSymbol 270 EditableText"60"
_root.timeSymbol 278 EditableText"60"
_root.timeSymbol 279 EditableText"60"
TextField8Symbol 290 EditableText"sound"
_root.scoreSymbol 381 EditableText"0"
_root.scoreSymbol 382 EditableText"0"
_root.hitsSymbol 384 EditableText"0"
_root.timeSymbol 385 EditableText"60"
_root.scoreSymbol 387 EditableText"0"
_root.scoreSymbol 388 EditableText"0"
_root.timeSymbol 390 EditableText"60"
_root.timeSymbol 391 EditableText"60"
_root.scoreSymbol 393 EditableText"0"
_root.scoreSymbol 394 EditableText"0"
_root.timeSymbol 400 EditableText"60"
_root.scoreSymbol 423 EditableText"0"
_root.scoreSymbol 424 EditableText"0"




http://swfchan.com/1/1446/info.shtml
Created: 17/6 -2019 22:33:31 Last modified: 17/6 -2019 22:33:31 Server time: 26/04 -2024 11:20:19