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

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

Toss..swf

This is the info page for
Flash #36894

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


Text
ARMOR GAMES

Is this your first time playing?

Yes

No

PLAY

CREDITS

NG

TOSS.

SCORES

.:Buzzwerd- Art/Animation
.:TrueDarkness- Programming

HAPPY HALLOWEEN FROM ARMOR GAMES

.:  PLAY MORE GAMES

:Visit Newgrounds

Begin By clicking the candy corn

good. if you move you're cursor around, you'll notice a
string is attached to it.

Press A to
continue

Pull the string until the candy corn is off the table

Click on the screen a second time
to release the candy corn

At the bottom Right of your screen is your radar. This
tells you how far away you are from the bowl.

At the bottom Left of the screen is your distance meter.
this meter tells you how close you are to the bowl.

Press spacebar when the candy corn is in air
to return it to it's starting point

Now, swing the candy corn around and throw
it into the bowl!!

s

e

i

d

n

a

C

h

t

r

o

F

L

W

O

B

PERFECT!

-Stats-

Tries:

Collected
Particles:

R

A

D

0

N

L

O

MENU

MORE

SUBMIT

Submit Your Score?

nnnnnnnnnnnnnn

ActionScript [AS1/AS2]

Frame 1
function scott() { getURL ("http://www.brainwashstudios.com/buzzwerd", "_blank"); } function scotta() { getURL ("http://www.armorgames.com", "_blank"); } function david() { getURL ("http://www.truedarkness.phrozenflame.com/", "_blank"); } function muter() { _root.allab.setVolume(0); } function mutera() { _root.allab.setVolume(100); } onLoad = function () { _root.allab = new Sound(); }; var menu = new ContextMenu(); menu.hideBuiltInItems(); var buzzwerd = new ContextMenuItem("Buzzwerd", scott); var truedarkness = new ContextMenuItem("True Darkness", david); var armor = new ContextMenuItem("More Games at Armor Games!", scotta); var mute = new ContextMenuItem("Sound Off", muter); var mutee = new ContextMenuItem("Sound On", mutera); menu.customItems.push(buzzwerd, truedarkness, mute, mutee, armor); menu.onSelect = menuHandler; menu.builtInItems.quality = true; _root.menu = menu; System.security.allowDomain("http://www.buzzwerd.deviantart.com"); System.security.allowInsecureDomain("http://www.buzzwerd.deviantart.com"); System.security.allowDomain("http://www.truedarkness.tk/"); System.security.allowInsecureDomain("http://www.truedarkness.tk/"); System.security.allowDomain("www.welcome-to-life.ca.tf"); System.security.allowInsecureDomain("http://www.buzzwerd.deviantart.com"); System.security.allowDomain("www.truedarkness.phrozenflame.com"); System.security.allowInsecureDomain("www.truedarkness.phrozenflame.com"); _root.ingame = new Sound(); _root.ingame.attachSound("ingame");
Frame 2
stop();
Frame 3
pressed = false; pressed2 = false; menuTut = 2; game = 0; stop();
Instance of Symbol 100 MovieClip "menua" in Frame 3
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { if (_root.pressed == true) { if ((this.played._alpha == 0) || (this.played._alpha <= 100)) { this.played._alpha = this.played._alpha + 6; } } if (_root.pressed2 == true) { if ((this.credit._alpha == 0) || (this.credit._alpha <= 100)) { this.credit._alpha = this.credit._alpha + 6; } } }
Frame 4
stopAllSounds(); for (i in _root) { _root[i].removeMovieClip(); }
Instance of Symbol 124 MovieClip "tut" in Frame 4
onClipEvent (enterFrame) { this.swapDepths(80088); if (_root.bowl.var1 != 1) { _x = (_root.ball.cx + 37); _y = (_root.ball.cy + 140); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx + 37); _y = (_root.bowl.cy + 140); } }
Frame 5
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; totall = 7; collected = 0; _root.totaltries = 0; _root.totalcollected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 4) { _root.dis.distance = "0000"; } else if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 129 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Frame 5
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (_root.bowlready != true) { this.gotoAndStop(4); } if ((_root.bowlready == true) && (this.ready != 1)) { this.gotoAndStop(1); ready = 1; } if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Frame 5
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 164 MovieClip "ball" in Frame 5
onClipEvent (load) { dx = _x; dy = _y; friction = 1.2; yspeed = 0; xspeed = 0; yspeed2 = 0; kk = 0; rot = _rotation; grav = 1; _root.reallyReady = false; varT = 0; cx = _x; cy = _y; cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; h = _height / 2; w = _width / 2; } onClipEvent (mouseDown) { if (this.hitTest(_root.point) && (_root.ready != true)) { _root.ready = true; _root.reallyReady = true; kk = 1; } else if (_root.ready == true) { _root.letgo = true; } } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.reallyReady != true)) { _root.circle.var1 = 1; this.gotoAndStop(3); } else { _root.circle.var1 = 0; } this.swapDepths(100); if (_root.ready == true) { if (_root.letgo != true) { if (varT == 1) { yspeed2 = 0; _rotation = xspeed; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed - ((_x - _root.point._x) / 10); yspeed = yspeed - (((_y - _root.point._y) - 70) / 10); xspeed = xspeed / friction; yspeed = yspeed / friction; } } } if (this.hitTest(_root.table)) { if ((_root.d >= 150) && (kk == 1)) { varT = 1; } } if (varT == 1) { if (_root.tut._currentframe == 108) { _root.tut.play(); } } if ((_root.ready == false) && (_root.reallyReady == true)) { _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.98; _y = (_y + yspeed2); yspeed2 = yspeed2 + grav; _rotation = (_rotation + (xspeed / 4)); cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; } if ((_x >= 2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; varT = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; } if ((_x <= -400) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y >= 800) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y <= -2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (Key.isDown(32) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (kk == 1) { if (_root.tut._currentframe == 26) { _root.tut.play(); } } _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; }
Instance of Symbol 167 MovieClip "circle" in Frame 5
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 174 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } if (_root.bowlready != true) { this.gotoAndStop(3); } if ((_root.bowlready == true) && (this.ready != 1)) { this.gotoAndStop(1); ready = 1; } }
Instance of Symbol 177 MovieClip "dis" in Frame 5
onClipEvent (enterFrame) { this.swapDepths(1025); }
Instance of Symbol 184 MovieClip "map" in Frame 5
onClipEvent (enterFrame) { this.swapDepths(1028); }
Instance of Symbol 174 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } if (_root.bowlready != true) { this.gotoAndStop(3); } if ((_root.bowlready == true) && (this.ready != 1)) { this.gotoAndStop(1); ready = 1; } }
Instance of Symbol 174 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } if (_root.bowlready != true) { this.gotoAndStop(3); } if ((_root.bowlready == true) && (this.ready != 1)) { this.gotoAndStop(1); ready = 1; } }
Instance of Symbol 174 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } if (_root.bowlready != true) { this.gotoAndStop(3); } if ((_root.bowlready == true) && (this.ready != 1)) { this.gotoAndStop(1); ready = 1; } }
Instance of Symbol 174 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } if (_root.bowlready != true) { this.gotoAndStop(3); } if ((_root.bowlready == true) && (this.ready != 1)) { this.gotoAndStop(1); ready = 1; } }
Instance of Symbol 174 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } if (_root.bowlready != true) { this.gotoAndStop(3); } if ((_root.bowlready == true) && (this.ready != 1)) { this.gotoAndStop(1); ready = 1; } }
Instance of Symbol 174 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } if (_root.bowlready != true) { this.gotoAndStop(3); } if ((_root.bowlready == true) && (this.ready != 1)) { this.gotoAndStop(1); ready = 1; } }
Instance of Symbol 187 MovieClip "perfect" in Frame 5
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1861); }
Instance of Symbol 192 MovieClip "lights" in Frame 5
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 5
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 210 MovieClip "stats" in Frame 5
onClipEvent (enterFrame) { this.swapDepths(1801); _x = (_root.bowl.cx - 50); _y = _root.bowl.cy; }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 5
onClipEvent (load) { this.gotoAndStop(1); } onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 6
for (i in _root) { _root[i].removeMovieClip(); }
Frame 7
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 192 MovieClip "lights" in Frame 7
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 7
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 7
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 8
for (i in _root) { _root[i].removeMovieClip(); }
Frame 9
_root.totaltries = 0; _root.totalcollected = 0; z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; totall = 5; collected = 0; _root.totaltries = 0; _root.totalcollected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 129 MovieClip in Frame 9
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Frame 9
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Frame 9
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 164 MovieClip "ball" in Frame 9
onClipEvent (load) { dx = _x; dy = _y; friction = 1.2; yspeed = 0; xspeed = 0; yspeed2 = 0; kk = 0; rot = _rotation; grav = 1; _root.reallyReady = false; varT = 0; cx = _x; cy = _y; cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; h = _height / 2; w = _width / 2; } onClipEvent (mouseDown) { if (this.hitTest(_root.point) && (_root.ready != true)) { _root.ready = true; _root.reallyReady = true; kk = 1; } else if (_root.ready == true) { _root.letgo = true; } } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.reallyReady != true)) { _root.circle.var1 = 1; this.gotoAndStop(3); } else { _root.circle.var1 = 0; } this.swapDepths(100); if (_root.ready == true) { if (_root.letgo != true) { if (varT == 1) { yspeed2 = 0; _rotation = xspeed; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed - ((_x - _root.point._x) / 10); yspeed = yspeed - (((_y - _root.point._y) - 70) / 10); xspeed = xspeed / friction; yspeed = yspeed / friction; } } } if (this.hitTest(_root.table)) { if ((_root.d >= 150) && (kk == 1)) { varT = 1; } } if ((_root.ready == false) && (_root.reallyReady == true)) { _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.98; _y = (_y + yspeed2); yspeed2 = yspeed2 + grav; _rotation = (_rotation + (xspeed / 4)); cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; } if ((_x >= 2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; varT = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; } if ((_x <= -400) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y >= 800) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y <= -2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (Key.isDown(32) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; }
Instance of Symbol 167 MovieClip "circle" in Frame 9
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 174 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 177 MovieClip "dis" in Frame 9
onClipEvent (enterFrame) { this.swapDepths(1025); }
Instance of Symbol 218 MovieClip "map" in Frame 9
onClipEvent (enterFrame) { this.swapDepths(1028); }
Instance of Symbol 187 MovieClip "perfect" in Frame 9
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1862); }
Instance of Symbol 192 MovieClip "lights" in Frame 9
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 9
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 210 MovieClip "stats" in Frame 9
onClipEvent (enterFrame) { this.swapDepths(1801); _x = (_root.bowl.cx - 50); _y = _root.bowl.cy; }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 9
onClipEvent (load) { this.gotoAndStop(1); } onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 10
for (i in _root) { _root[i].removeMovieClip(); }
Frame 11
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 192 MovieClip "lights" in Frame 11
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 11
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 11
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 12
for (i in _root) { _root[i].removeMovieClip(); }
Frame 13
z = 1; x = 0; var1 = 0; ready = false; letgo = false; totall = 6; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 129 MovieClip in Frame 13
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 161 MovieClip "point" in Frame 13
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 164 MovieClip "ball" in Frame 13
onClipEvent (load) { dx = _x; dy = _y; friction = 1.2; yspeed = 0; xspeed = 0; yspeed2 = 0; kk = 0; rot = _rotation; grav = 1; _root.reallyReady = false; varT = 0; cx = _x; cy = _y; cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; h = _height / 2; w = _width / 2; } onClipEvent (mouseDown) { if (this.hitTest(_root.point) && (_root.ready != true)) { _root.ready = true; _root.reallyReady = true; kk = 1; } else if (_root.ready == true) { _root.letgo = true; } } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.reallyReady != true)) { _root.circle.var1 = 1; this.gotoAndStop(3); } else { _root.circle.var1 = 0; } this.swapDepths(100); if (_root.ready == true) { if (_root.letgo != true) { if (varT == 1) { yspeed2 = 0; _rotation = xspeed; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed - ((_x - _root.point._x) / 10); yspeed = yspeed - (((_y - _root.point._y) - 70) / 10); xspeed = xspeed / friction; yspeed = yspeed / friction; } } } if (this.hitTest(_root.table)) { if ((_root.d >= 150) && (kk == 1)) { varT = 1; } } if ((_root.ready == false) && (_root.reallyReady == true)) { _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.98; _y = (_y + yspeed2); yspeed2 = yspeed2 + grav; _rotation = (_rotation + (xspeed / 4)); cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; } if ((_x >= 2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; varT = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; } if ((_x <= -400) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y >= 800) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y <= -2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (Key.isDown(32) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; }
Instance of Symbol 167 MovieClip "circle" in Frame 13
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 174 MovieClip in Frame 13
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 13
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 13
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 13
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 13
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 156 MovieClip "bowl" in Frame 13
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 177 MovieClip "dis" in Frame 13
onClipEvent (enterFrame) { this.swapDepths(1025); }
Instance of Symbol 221 MovieClip "map" in Frame 13
onClipEvent (enterFrame) { this.swapDepths(1028); }
Instance of Symbol 174 MovieClip in Frame 13
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 187 MovieClip "perfect" in Frame 13
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1863); }
Instance of Symbol 192 MovieClip "lights" in Frame 13
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 13
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 210 MovieClip "stats" in Frame 13
onClipEvent (enterFrame) { this.swapDepths(1801); _x = (_root.bowl.cx - 50); _y = _root.bowl.cy; }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 13
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 14
for (i in _root) { _root[i].removeMovieClip(); }
Frame 15
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 192 MovieClip "lights" in Frame 15
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 15
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 15
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 16
for (i in _root) { _root[i].removeMovieClip(); }
Frame 17
z = 1; x = 0; var1 = 0; ready = false; letgo = false; totall = 6; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 129 MovieClip in Frame 17
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 161 MovieClip "point" in Frame 17
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 164 MovieClip "ball" in Frame 17
onClipEvent (load) { dx = _x; dy = _y; friction = 1.2; yspeed = 0; xspeed = 0; yspeed2 = 0; kk = 0; rot = _rotation; grav = 1; _root.reallyReady = false; varT = 0; cx = _x; cy = _y; cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; h = _height / 2; w = _width / 2; } onClipEvent (mouseDown) { if (this.hitTest(_root.point) && (_root.ready != true)) { _root.ready = true; _root.reallyReady = true; kk = 1; } else if (_root.ready == true) { _root.letgo = true; } } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.reallyReady != true)) { _root.circle.var1 = 1; this.gotoAndStop(3); } else { _root.circle.var1 = 0; } this.swapDepths(100); if (_root.ready == true) { if (_root.letgo != true) { if (varT == 1) { yspeed2 = 0; _rotation = xspeed; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed - ((_x - _root.point._x) / 10); yspeed = yspeed - (((_y - _root.point._y) - 70) / 10); xspeed = xspeed / friction; yspeed = yspeed / friction; } } } if (this.hitTest(_root.table)) { if ((_root.d >= 150) && (kk == 1)) { varT = 1; } } if ((_root.ready == false) && (_root.reallyReady == true)) { _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.98; _y = (_y + yspeed2); yspeed2 = yspeed2 + grav; _rotation = (_rotation + (xspeed / 4)); cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; } if ((_x >= 2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; varT = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; } if ((_x <= -400) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y >= 800) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y <= -2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (Key.isDown(32) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; }
Instance of Symbol 167 MovieClip "circle" in Frame 17
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 174 MovieClip in Frame 17
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 17
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 17
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 17
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 156 MovieClip "bowl" in Frame 17
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 177 MovieClip "dis" in Frame 17
onClipEvent (enterFrame) { this.swapDepths(1025); }
Instance of Symbol 224 MovieClip "map" in Frame 17
onClipEvent (enterFrame) { this.swapDepths(1028); }
Instance of Symbol 174 MovieClip in Frame 17
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 17
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 187 MovieClip "perfect" in Frame 17
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1864); }
Instance of Symbol 192 MovieClip "lights" in Frame 17
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 17
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 210 MovieClip "stats" in Frame 17
onClipEvent (enterFrame) { this.swapDepths(1801); _x = (_root.bowl.cx - 50); _y = _root.bowl.cy; }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 17
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 18
for (i in _root) { _root[i].removeMovieClip(); }
Frame 19
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 192 MovieClip "lights" in Frame 19
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 19
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 19
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 20
for (i in _root) { _root[i].removeMovieClip(); }
Frame 21
z = 1; x = 0; var1 = 0; ready = false; letgo = false; totall = 8; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 129 MovieClip in Frame 21
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 161 MovieClip "point" in Frame 21
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 164 MovieClip "ball" in Frame 21
onClipEvent (load) { dx = _x; dy = _y; friction = 1.2; yspeed = 0; xspeed = 0; yspeed2 = 0; kk = 0; rot = _rotation; grav = 1; _root.reallyReady = false; varT = 0; cx = _x; cy = _y; cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; h = _height / 2; w = _width / 2; } onClipEvent (mouseDown) { if (this.hitTest(_root.point) && (_root.ready != true)) { _root.ready = true; _root.reallyReady = true; kk = 1; } else if (_root.ready == true) { _root.letgo = true; } } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.reallyReady != true)) { _root.circle.var1 = 1; this.gotoAndStop(3); } else { _root.circle.var1 = 0; } this.swapDepths(100); if (_root.ready == true) { if (_root.letgo != true) { if (varT == 1) { yspeed2 = 0; _rotation = xspeed; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed - ((_x - _root.point._x) / 10); yspeed = yspeed - (((_y - _root.point._y) - 70) / 10); xspeed = xspeed / friction; yspeed = yspeed / friction; } } } if (this.hitTest(_root.table)) { if ((_root.d >= 150) && (kk == 1)) { varT = 1; } } if ((_root.ready == false) && (_root.reallyReady == true)) { _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.98; _y = (_y + yspeed2); yspeed2 = yspeed2 + grav; _rotation = (_rotation + (xspeed / 4)); cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; } if ((_x >= 2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; varT = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; } if ((_x <= -400) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y >= 800) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y <= -2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (Key.isDown(32) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; }
Instance of Symbol 167 MovieClip "circle" in Frame 21
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 174 MovieClip in Frame 21
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 21
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 21
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 21
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 21
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 156 MovieClip "bowl" in Frame 21
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 177 MovieClip "dis" in Frame 21
onClipEvent (enterFrame) { this.swapDepths(1025); }
Instance of Symbol 227 MovieClip "map" in Frame 21
onClipEvent (enterFrame) { this.swapDepths(1028); }
Instance of Symbol 174 MovieClip in Frame 21
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 21
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 21
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 187 MovieClip "perfect" in Frame 21
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1865); }
Instance of Symbol 192 MovieClip "lights" in Frame 21
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 21
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 210 MovieClip "stats" in Frame 21
onClipEvent (enterFrame) { this.swapDepths(1801); _x = (_root.bowl.cx - 50); _y = _root.bowl.cy; }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 21
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 22
for (i in _root) { _root[i].removeMovieClip(); }
Frame 23
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 192 MovieClip "lights" in Frame 23
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 23
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 23
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 24
for (i in _root) { _root[i].removeMovieClip(); }
Frame 25
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; totall = 6; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 129 MovieClip in Frame 25
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Frame 25
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Frame 25
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 164 MovieClip "ball" in Frame 25
onClipEvent (load) { dx = _x; dy = _y; friction = 1.2; yspeed = 0; xspeed = 0; yspeed2 = 0; kk = 0; rot = _rotation; grav = 1; _root.reallyReady = false; varT = 0; cx = _x; cy = _y; cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; h = _height / 2; w = _width / 2; } onClipEvent (mouseDown) { if (this.hitTest(_root.point) && (_root.ready != true)) { _root.ready = true; _root.reallyReady = true; kk = 1; } else if (_root.ready == true) { _root.letgo = true; } } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.reallyReady != true)) { _root.circle.var1 = 1; this.gotoAndStop(3); } else { _root.circle.var1 = 0; } this.swapDepths(100); if (_root.ready == true) { if (_root.letgo != true) { if (varT == 1) { yspeed2 = 0; _rotation = xspeed; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed - ((_x - _root.point._x) / 10); yspeed = yspeed - (((_y - _root.point._y) - 70) / 10); xspeed = xspeed / friction; yspeed = yspeed / friction; } } } if (this.hitTest(_root.table)) { if ((_root.d >= 150) && (kk == 1)) { varT = 1; } } if ((_root.ready == false) && (_root.reallyReady == true)) { _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.98; _y = (_y + yspeed2); yspeed2 = yspeed2 + grav; _rotation = (_rotation + (xspeed / 4)); cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; } if ((_x >= 2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; varT = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; } if ((_x <= -400) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y >= 800) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y <= -2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (Key.isDown(32) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; }
Instance of Symbol 167 MovieClip "circle" in Frame 25
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 174 MovieClip in Frame 25
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 25
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 25
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 25
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 25
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 177 MovieClip "dis" in Frame 25
onClipEvent (enterFrame) { this.swapDepths(1025); }
Instance of Symbol 241 MovieClip "map" in Frame 25
onClipEvent (enterFrame) { this.swapDepths(1028); }
Instance of Symbol 234 MovieClip in Frame 25
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 0; _root.ball.yspeed2 = -35; this.play(); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 238 MovieClip in Frame 25
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 20; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 25
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 187 MovieClip "perfect" in Frame 25
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1862); }
Instance of Symbol 192 MovieClip "lights" in Frame 25
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 25
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 210 MovieClip "stats" in Frame 25
onClipEvent (enterFrame) { this.swapDepths(1801); _x = (_root.bowl.cx - 50); _y = _root.bowl.cy; }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 25
onClipEvent (load) { this.gotoAndStop(1); } onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 26
for (i in _root) { _root[i].removeMovieClip(); }
Frame 27
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 192 MovieClip "lights" in Frame 27
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 27
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 27
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 28
for (i in _root) { _root[i].removeMovieClip(); }
Frame 29
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; totall = 12; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 129 MovieClip in Frame 29
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Frame 29
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Frame 29
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 164 MovieClip "ball" in Frame 29
onClipEvent (load) { dx = _x; dy = _y; friction = 1.2; yspeed = 0; xspeed = 0; yspeed2 = 0; kk = 0; rot = _rotation; grav = 1; _root.reallyReady = false; varT = 0; cx = _x; cy = _y; cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; h = _height / 2; w = _width / 2; } onClipEvent (mouseDown) { if (this.hitTest(_root.point) && (_root.ready != true)) { _root.ready = true; _root.reallyReady = true; kk = 1; } else if (_root.ready == true) { _root.letgo = true; } } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.reallyReady != true)) { _root.circle.var1 = 1; this.gotoAndStop(3); } else { _root.circle.var1 = 0; } this.swapDepths(100); if (_root.ready == true) { if (_root.letgo != true) { if (varT == 1) { yspeed2 = 0; _rotation = xspeed; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed - ((_x - _root.point._x) / 10); yspeed = yspeed - (((_y - _root.point._y) - 70) / 10); xspeed = xspeed / friction; yspeed = yspeed / friction; } } } if (this.hitTest(_root.table)) { if ((_root.d >= 150) && (kk == 1)) { varT = 1; } } if ((_root.ready == false) && (_root.reallyReady == true)) { _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.98; _y = (_y + yspeed2); yspeed2 = yspeed2 + grav; _rotation = (_rotation + (xspeed / 4)); cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; } if ((_x >= 2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; varT = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; } if ((_x <= -400) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y >= 800) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y <= -2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (Key.isDown(32) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; }
Instance of Symbol 167 MovieClip "circle" in Frame 29
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 177 MovieClip "dis" in Frame 29
onClipEvent (enterFrame) { this.swapDepths(1025); }
Instance of Symbol 244 MovieClip "map" in Frame 29
onClipEvent (enterFrame) { this.swapDepths(1028); }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 238 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 70; _root.ball.yspeed2 = 0; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 187 MovieClip "perfect" in Frame 29
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1867); }
Instance of Symbol 192 MovieClip "lights" in Frame 29
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 29
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 210 MovieClip "stats" in Frame 29
onClipEvent (enterFrame) { this.swapDepths(1801); _x = (_root.bowl.cx - 50); _y = _root.bowl.cy; }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 29
onClipEvent (load) { this.gotoAndStop(1); } onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 30
for (i in _root) { _root[i].removeMovieClip(); }
Frame 31
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 192 MovieClip "lights" in Frame 31
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 31
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 31
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 32
for (i in _root) { _root[i].removeMovieClip(); }
Frame 33
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; totall = 14; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 129 MovieClip in Frame 33
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Frame 33
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Frame 33
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 164 MovieClip "ball" in Frame 33
onClipEvent (load) { dx = _x; dy = _y; friction = 1.2; yspeed = 0; xspeed = 0; yspeed2 = 0; kk = 0; rot = _rotation; grav = 1; _root.reallyReady = false; varT = 0; cx = _x; cy = _y; cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; h = _height / 2; w = _width / 2; } onClipEvent (mouseDown) { if (this.hitTest(_root.point) && (_root.ready != true)) { _root.ready = true; _root.reallyReady = true; kk = 1; } else if (_root.ready == true) { _root.letgo = true; } } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.reallyReady != true)) { _root.circle.var1 = 1; this.gotoAndStop(3); } else { _root.circle.var1 = 0; } this.swapDepths(100); if (_root.ready == true) { if (_root.letgo != true) { if (varT == 1) { yspeed2 = 0; _rotation = xspeed; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed - ((_x - _root.point._x) / 10); yspeed = yspeed - (((_y - _root.point._y) - 70) / 10); xspeed = xspeed / friction; yspeed = yspeed / friction; } } } if (this.hitTest(_root.table)) { if ((_root.d >= 150) && (kk == 1)) { varT = 1; } } if ((_root.ready == false) && (_root.reallyReady == true)) { _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.98; _y = (_y + yspeed2); yspeed2 = yspeed2 + grav; _rotation = (_rotation + (xspeed / 4)); cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; } if ((_x >= 2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; varT = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; } if ((_x <= -400) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y >= 800) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y <= -2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (Key.isDown(32) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; }
Instance of Symbol 167 MovieClip "circle" in Frame 33
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 177 MovieClip "dis" in Frame 33
onClipEvent (enterFrame) { this.swapDepths(1025); }
Instance of Symbol 247 MovieClip "map" in Frame 33
onClipEvent (enterFrame) { this.swapDepths(1028); }
Instance of Symbol 238 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = -120; _root.ball.yspeed2 = -40; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 238 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 120; _root.ball.yspeed2 = -40; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 238 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = -120; _root.ball.yspeed2 = -40; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 238 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 60; _root.ball.yspeed2 = -5; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 187 MovieClip "perfect" in Frame 33
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1868); }
Instance of Symbol 192 MovieClip "lights" in Frame 33
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 33
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 210 MovieClip "stats" in Frame 33
onClipEvent (enterFrame) { this.swapDepths(1801); _x = (_root.bowl.cx - 50); _y = _root.bowl.cy; }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 33
onClipEvent (load) { this.gotoAndStop(1); } onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 34
for (i in _root) { _root[i].removeMovieClip(); }
Frame 35
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 192 MovieClip "lights" in Frame 35
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 35
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 35
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 36
for (i in _root) { _root[i].removeMovieClip(); }
Frame 37
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; totall = 15; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 129 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Frame 37
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Frame 37
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 164 MovieClip "ball" in Frame 37
onClipEvent (load) { dx = _x; dy = _y; friction = 1.2; yspeed = 0; xspeed = 0; yspeed2 = 0; kk = 0; rot = _rotation; grav = 1; _root.reallyReady = false; varT = 0; cx = _x; cy = _y; cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; h = _height / 2; w = _width / 2; } onClipEvent (mouseDown) { if (this.hitTest(_root.point) && (_root.ready != true)) { _root.ready = true; _root.reallyReady = true; kk = 1; } else if (_root.ready == true) { _root.letgo = true; } } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.reallyReady != true)) { _root.circle.var1 = 1; this.gotoAndStop(3); } else { _root.circle.var1 = 0; } this.swapDepths(100); if (_root.ready == true) { if (_root.letgo != true) { if (varT == 1) { yspeed2 = 0; _rotation = xspeed; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed - ((_x - _root.point._x) / 10); yspeed = yspeed - (((_y - _root.point._y) - 70) / 10); xspeed = xspeed / friction; yspeed = yspeed / friction; } } } if (this.hitTest(_root.table)) { if ((_root.d >= 150) && (kk == 1)) { varT = 1; } } if ((_root.ready == false) && (_root.reallyReady == true)) { _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.98; _y = (_y + yspeed2); yspeed2 = yspeed2 + grav; _rotation = (_rotation + (xspeed / 4)); cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; } if ((_x >= 2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; varT = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; } if ((_x <= -400) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y >= 800) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y <= -2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (Key.isDown(32) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; }
Instance of Symbol 167 MovieClip "circle" in Frame 37
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 177 MovieClip "dis" in Frame 37
onClipEvent (enterFrame) { this.swapDepths(1025); }
Instance of Symbol 252 MovieClip "map" in Frame 37
onClipEvent (enterFrame) { this.swapDepths(1028); }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 37
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 187 MovieClip "perfect" in Frame 37
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1869); }
Instance of Symbol 192 MovieClip "lights" in Frame 37
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 37
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 210 MovieClip "stats" in Frame 37
onClipEvent (enterFrame) { this.swapDepths(1801); _x = (_root.bowl.cx - 50); _y = _root.bowl.cy; }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 37
onClipEvent (load) { this.gotoAndStop(1); } onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 38
for (i in _root) { _root[i].removeMovieClip(); }
Frame 39
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 192 MovieClip "lights" in Frame 39
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 39
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 39
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 40
for (i in _root) { _root[i].removeMovieClip(); }
Frame 41
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; totall = 12; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 129 MovieClip in Frame 41
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Frame 41
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Frame 41
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 164 MovieClip "ball" in Frame 41
onClipEvent (load) { dx = _x; dy = _y; friction = 1.2; yspeed = 0; xspeed = 0; yspeed2 = 0; kk = 0; rot = _rotation; grav = 1; _root.reallyReady = false; varT = 0; cx = _x; cy = _y; cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; h = _height / 2; w = _width / 2; } onClipEvent (mouseDown) { if (this.hitTest(_root.point) && (_root.ready != true)) { _root.ready = true; _root.reallyReady = true; kk = 1; } else if (_root.ready == true) { _root.letgo = true; } } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.reallyReady != true)) { _root.circle.var1 = 1; this.gotoAndStop(3); } else { _root.circle.var1 = 0; } this.swapDepths(100); if (_root.ready == true) { if (_root.letgo != true) { if (varT == 1) { yspeed2 = 0; _rotation = xspeed; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed - ((_x - _root.point._x) / 10); yspeed = yspeed - (((_y - _root.point._y) - 70) / 10); xspeed = xspeed / friction; yspeed = yspeed / friction; } } } if (this.hitTest(_root.table)) { if ((_root.d >= 150) && (kk == 1)) { varT = 1; } } if ((_root.ready == false) && (_root.reallyReady == true)) { _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.98; _y = (_y + yspeed2); yspeed2 = yspeed2 + grav; _rotation = (_rotation + (xspeed / 4)); cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; } if ((_x >= 2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; varT = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; } if ((_x <= -400) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y >= 800) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y <= -2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (Key.isDown(32) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; }
Instance of Symbol 167 MovieClip "circle" in Frame 41
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 177 MovieClip "dis" in Frame 41
onClipEvent (enterFrame) { this.swapDepths(1025); }
Instance of Symbol 255 MovieClip "map" in Frame 41
onClipEvent (enterFrame) { this.swapDepths(1028); }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 187 MovieClip "perfect" in Frame 41
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1870); }
Instance of Symbol 192 MovieClip "lights" in Frame 41
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 41
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 210 MovieClip "stats" in Frame 41
onClipEvent (enterFrame) { this.swapDepths(1801); _x = (_root.bowl.cx - 50); _y = _root.bowl.cy; }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 41
onClipEvent (load) { this.gotoAndStop(1); } onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 42
for (i in _root) { _root[i].removeMovieClip(); }
Frame 43
z = 1; x = 0; _quality = "MEDIUM"; var1 = 0; ready = false; letgo = false; tries = 0; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 192 MovieClip "lights" in Frame 43
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 43
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 43
onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 44
for (i in _root) { _root[i].removeMovieClip(); }
Frame 45
z = 1; x = 0; var1 = 0; ready = false; letgo = false; tries = 0; totall = 23; collected = 0; stop(); onEnterFrame = function () { if (_root.clearAll == 1) { collected = 0; x++; if (x >= 5) { x = 0; _root.clearAll = 0; } } xxx = _root.bowl._x - _root.ball._x; yyy = _root.bowl._y - _root.ball._y; if (_root.bowl._currentframe == 1) { _root.dis.distance = Math.round(Math.sqrt((xxx * xxx) + (yyy * yyy))); } if (_root.bowl._currentframe == 2) { _root.dis._visible = false; _root.map.circle._visible = false; } xx = _root.ball._x - _root._xmouse; yy = _root.ball._y - _root._ymouse; d = Math.sqrt((xx * xx) + (yy * yy)); if ((_root.ready == true) && (_root.letgo != true)) { if (var1 != 1) { z++; var1 = 1; } _root.createEmptyMovieClip("line", z); with (line) { lineStyle(2, 16777215, 100); _x = _root.point._x; _y = _root.point._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } } if (_root.letgo == true) { _root.line.removeMovieClip(); _root.ready = false; var1 = 0; _root.ball.var2 = 1; } }; _x = 0; _y = 0;
Instance of Symbol 129 MovieClip in Frame 45
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 258 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 0; _root.ball.yspeed = 40; this.play(); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 156 MovieClip "bowl" in Frame 45
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Frame 45
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 164 MovieClip "ball" in Frame 45
onClipEvent (load) { dx = _x; dy = _y; friction = 1.2; yspeed = 0; xspeed = 0; yspeed2 = 0; kk = 0; rot = _rotation; grav = 1; _root.reallyReady = false; varT = 0; cx = _x; cy = _y; cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; h = _height / 2; w = _width / 2; } onClipEvent (mouseDown) { if (this.hitTest(_root.point) && (_root.ready != true)) { _root.ready = true; _root.reallyReady = true; kk = 1; } else if (_root.ready == true) { _root.letgo = true; } } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.reallyReady != true)) { _root.circle.var1 = 1; this.gotoAndStop(3); } else { _root.circle.var1 = 0; } this.swapDepths(100); if (_root.ready == true) { if (_root.letgo != true) { if (varT == 1) { yspeed2 = 0; _rotation = xspeed; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed - ((_x - _root.point._x) / 10); yspeed = yspeed - (((_y - _root.point._y) - 70) / 10); xspeed = xspeed / friction; yspeed = yspeed / friction; } } } if (this.hitTest(_root.table)) { if ((_root.d >= 150) && (kk == 1)) { varT = 1; } } if ((_root.ready == false) && (_root.reallyReady == true)) { _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.98; _y = (_y + yspeed2); yspeed2 = yspeed2 + grav; _rotation = (_rotation + (xspeed / 4)); cx = cx + ((_x - cx) / 4); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 4); _root._y = (Stage.height / 2) - cy; } if ((_x >= 2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; varT = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; } if ((_x <= -400) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y >= 800) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; varT = 0; _root.tries++; _root.totaltries++; } if ((_y <= -2500) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } if (Key.isDown(32) && (_root.letgo == true)) { _root.blink.play(); _x = dx; _y = dy; cx = cx + (_x - cx); _root._x = (Stage.width / 2) - cx; cy = cy + (_y - cy); _root._y = (Stage.height / 2) - cy; xspeed = 0; yspeed = 0; yspeed2 = 0; _rotation = rot; _root.letgo = false; _root.reallyReady = false; kk = 0; _root.clearAll = 1; _root.tries++; _root.totaltries++; varT = 0; } _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; }
Instance of Symbol 167 MovieClip "circle" in Frame 45
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 177 MovieClip "dis" in Frame 45
onClipEvent (enterFrame) { this.swapDepths(1025); }
Instance of Symbol 268 MovieClip "map" in Frame 45
onClipEvent (enterFrame) { this.swapDepths(1028); }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 187 MovieClip "perfect" in Frame 45
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1875); }
Instance of Symbol 192 MovieClip "lights" in Frame 45
onClipEvent (enterFrame) { this.swapDepths(1029); }
Instance of Symbol 198 MovieClip "fadeIn" in Frame 45
onClipEvent (load) { gotoAndPlay (1); } onClipEvent (enterFrame) { this.swapDepths(1050); }
Instance of Symbol 210 MovieClip "stats" in Frame 45
onClipEvent (enterFrame) { this.swapDepths(1801); _x = (_root.bowl.cx - 50); _y = _root.bowl.cy; }
Instance of Symbol 214 MovieClip "fadeOut" in Frame 45
onClipEvent (load) { this.gotoAndStop(1); } onClipEvent (enterFrame) { this.swapDepths(2051); _x = _root.ball._x; _y = _root.ball._y; }
Frame 46
for (i in _root) { _root[i].removeMovieClip(); }
Frame 47
_quality = "HIGH";
Frame 53
for (i in _root) { _root[i].removeMovieClip(); }
Frame 58
_root._x = 0; _root._y = 0; pressed3 = false; stop(); _root.menub.namee = "Enter Name Here";
Symbol 35 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 40 Button
on (release) { _root.play(); }
Symbol 41 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 41 MovieClip Frame 2
gotoAndPlay (1);
Symbol 47 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 56 MovieClip Frame 96
stop(); _root.play();
Symbol 64 Button
on (press) { _root.menua.play(); _root.menuTut = 1; }
Symbol 66 Button
on (press) { _root.menua.play(); _root.menuTut = 0; }
Symbol 76 Button
on (press) { _root.pressed = true; }
Symbol 78 Button
on (press) { _root.pressed2 = true; }
Symbol 80 Button
on (press) { getURL ("http://newgrounds.com/collection/halloween2006.html", "_blank"); }
Symbol 83 Button
on (press) { getURL ("http://www.armorbot.com/mytable/?id=465", "_blank"); }
Symbol 94 Button
on (press) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 100 MovieClip Frame 51
stop();
Symbol 100 MovieClip Frame 81
stopAllSounds();
Symbol 100 MovieClip Frame 82
onEnterFrame = function () { if (_root.menuTut == 0) { _root.gotoAndStop("VID1"); } else if (_root.menuTut == 1) { _root.gotoAndStop("TUT"); } };
Symbol 100 MovieClip Frame 95
stop();
Symbol 124 MovieClip Frame 26
stop();
Symbol 124 MovieClip Frame 57
stop();
Instance of Symbol 109 MovieClip in Symbol 124 MovieClip Frame 57
onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.tut.play(); } }
Symbol 124 MovieClip Frame 108
stop();
Symbol 124 MovieClip Frame 141
stop();
Instance of Symbol 113 MovieClip in Symbol 124 MovieClip Frame 141
onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.tut.play(); } }
Symbol 124 MovieClip Frame 181
stop();
Instance of Symbol 116 MovieClip in Symbol 124 MovieClip Frame 181
onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.tut.play(); } }
Symbol 124 MovieClip Frame 210
stop();
Instance of Symbol 119 MovieClip in Symbol 124 MovieClip Frame 210
onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.tut.play(); } }
Symbol 124 MovieClip Frame 243
stop();
Instance of Symbol 121 MovieClip in Symbol 124 MovieClip Frame 243
onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.tut.play(); } }
Symbol 124 MovieClip Frame 275
_root.bowlready = true;
Symbol 124 MovieClip Frame 280
stop();
Symbol 124 MovieClip Frame 291
stop(); _root.tut._visible = false;
Symbol 154 MovieClip Frame 17
_root.fadeOut.play();
Symbol 154 MovieClip Frame 30
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 2
_root.stats.play(); _root.tries++; _root.totaltriess++; _root.tut.play();
Symbol 156 MovieClip Frame 4
stop();
Symbol 162 MovieClip Frame 8
_parent.gotoAndStop(1);
Symbol 163 MovieClip Frame 20
_parent.gotoAndStop(1);
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 2
stop();
Symbol 164 MovieClip Frame 3
stop();
Symbol 171 MovieClip Frame 10
stop();
Symbol 172 MovieClip Frame 2
_root.ball.play();
Symbol 172 MovieClip Frame 18
stop();
Symbol 172 MovieClip Frame 50
stop();
Symbol 174 MovieClip Frame 1
stop();
Instance of Symbol 169 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 2); }
Symbol 174 MovieClip Frame 2
stop(); _root.collected++; _root.totalcollected++;
Symbol 174 MovieClip Frame 3
stop();
Instance of Symbol 183 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.bowlready != true) { _alpha = 0; } else { _alpha = 100; } }
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 2
trace("ha");
Symbol 187 MovieClip Frame 74
stop();
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 3
_root.ball._alpha = 50;
Symbol 195 MovieClip Frame 5
_root.ball._alpha = 100;
Symbol 195 MovieClip Frame 7
_root.ball._alpha = 50;
Symbol 195 MovieClip Frame 9
_root.ball._alpha = 100;
Symbol 195 MovieClip Frame 11
_root.ball._alpha = 50;
Symbol 195 MovieClip Frame 13
_root.ball._alpha = 100;
Symbol 195 MovieClip Frame 14
_root.ball._alpha = 100;
Symbol 195 MovieClip Frame 15
_root.ball._alpha = 50;
Symbol 195 MovieClip Frame 16
_root.ball._alpha = 100;
Symbol 195 MovieClip Frame 17
_root.ball._alpha = 50;
Symbol 195 MovieClip Frame 18
_root.ball._alpha = 100;
Symbol 195 MovieClip Frame 19
_root.ball._alpha = 50;
Symbol 195 MovieClip Frame 20
_root.ball._alpha = 100;
Symbol 195 MovieClip Frame 21
_root.ball._alpha = 50;
Symbol 195 MovieClip Frame 22
_root.ball._alpha = 100;
Symbol 198 MovieClip Frame 24
stop();
Instance of Symbol 205 MovieClip in Symbol 209 MovieClip Frame 1
onClipEvent (enterFrame) { this.tries = _root.tries; }
Instance of Symbol 208 MovieClip in Symbol 209 MovieClip Frame 1
onClipEvent (enterFrame) { this.collected = _root.collected; }
Symbol 210 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 20
if (_root.collected == 0) { _root.collected = 1; }
Symbol 214 MovieClip Frame 23
_root.play();
Symbol 214 MovieClip Frame 24
stop();
Instance of Symbol 129 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); }
Instance of Symbol 156 MovieClip "bowl" in Symbol 215 MovieClip Frame 1
onClipEvent (load) { cy = cy + ((_y - cy) / 4); cx = cx + ((_x - cx) / 4); } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 174 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Symbol 216 MovieClip Frame 97
_root.fadeOut.play();
Symbol 216 MovieClip Frame 128
stop();
Instance of Symbol 129 MovieClip in Symbol 219 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); }
Instance of Symbol 161 MovieClip "point" in Symbol 219 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 174 MovieClip in Symbol 219 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 219 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 219 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 219 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 219 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 156 MovieClip "bowl" in Symbol 219 MovieClip Frame 1
onClipEvent (load) { cy = cy + ((_y - cy) / 4); cx = cx + ((_x - cx) / 4); } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); _root.ball.removeMovieClip(); } }
Instance of Symbol 174 MovieClip in Symbol 219 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Symbol 220 MovieClip Frame 85
_root.fadeOut.play();
Symbol 220 MovieClip Frame 106
stop();
Instance of Symbol 129 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); }
Instance of Symbol 161 MovieClip "point" in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 174 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 156 MovieClip "bowl" in Symbol 222 MovieClip Frame 1
onClipEvent (load) { cy = cy + ((_y - cy) / 4); cx = cx + ((_x - cx) / 4); } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); _root.ball.removeMovieClip(); } }
Instance of Symbol 174 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Symbol 223 MovieClip Frame 97
_root.fadeOut.play();
Symbol 223 MovieClip Frame 128
stop();
Instance of Symbol 129 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); }
Instance of Symbol 161 MovieClip "point" in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 167 MovieClip "circle" in Symbol 225 MovieClip Frame 1
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 174 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 156 MovieClip "bowl" in Symbol 225 MovieClip Frame 1
onClipEvent (load) { cy = cy + ((_y - cy) / 4); cx = cx + ((_x - cx) / 4); } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); _root.ball.removeMovieClip(); } }
Instance of Symbol 174 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Symbol 226 MovieClip Frame 119
_root.fadeOut.play();
Symbol 226 MovieClip Frame 141
stop();
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 2
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 2
stop();
Instance of Symbol 231 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _alpha = (_alpha + 5); }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Symbol 238 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 2
stop();
Instance of Symbol 231 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _alpha = (_alpha + 5); }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 129 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Symbol 239 MovieClip Frame 1
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 167 MovieClip "circle" in Symbol 239 MovieClip Frame 1
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = (_root.ball._x - 50); _y = (_root.ball._y - 40); this.swapDepths(1051); if (var1 != 1) { if (_alpha >= 0) { _alpha = (_alpha - 7); } } if (var1 == 1) { if (_alpha <= 100) { _alpha = (_alpha + 25); } } }
Instance of Symbol 174 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 234 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 0; _root.ball.yspeed2 = -35; this.play(); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 238 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 20; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Symbol 240 MovieClip Frame 115
_root.fadeOut.play();
Symbol 240 MovieClip Frame 137
stop();
Instance of Symbol 129 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Symbol 242 MovieClip Frame 1
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 238 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 70; _root.ball.yspeed2 = 0; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 187 MovieClip "perfect" in Symbol 242 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { this.swapDepths(1862); }
Symbol 243 MovieClip Frame 127
_root.fadeOut.play();
Symbol 243 MovieClip Frame 149
stop();
Instance of Symbol 129 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Symbol 245 MovieClip Frame 1
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 238 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = -120; _root.ball.yspeed2 = -40; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 238 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 120; _root.ball.yspeed2 = -40; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 238 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = -120; _root.ball.yspeed2 = -40; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 238 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 60; _root.ball.yspeed2 = -5; _root.ball.yspeed = 0; this.gotoAndStop(2); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Symbol 246 MovieClip Frame 233
_root.fadeOut.play();
Symbol 246 MovieClip Frame 391
stop();
Instance of Symbol 249 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Symbol 250 MovieClip Frame 1
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Symbol 251 MovieClip Frame 170
_root.fadeOut.play();
Symbol 251 MovieClip Frame 200
stop();
Instance of Symbol 129 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 156 MovieClip "bowl" in Symbol 253 MovieClip Frame 1
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "point" in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Symbol 254 MovieClip Frame 154
_root.fadeOut.play();
Symbol 254 MovieClip Frame 184
stop();
Symbol 258 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 2
stop();
Instance of Symbol 231 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _alpha = (_alpha + 5); }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 233 MovieClip in Symbol 258 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 129 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.bowl.var1 != 1) { _x = (_root.ball.cx / 2); _y = (_root.ball.cy / 2); } if (_root.bowl.var1 == 1) { _x = (_root.bowl.cx / 2); _y = (_root.bowl.cy / 2); } }
Instance of Symbol 258 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { _root.ball.xspeed = 0; _root.ball.yspeed = 40; this.play(); } if (_root.clearAll == true) { this.gotoAndStop(1); } }
Instance of Symbol 161 MovieClip "point" in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 174 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) && (_currentframe == 1)) && (_root.letgo == true)) { this.play(); } if (_root.clearAll == 1) { this.gotoAndStop(1); } }
Instance of Symbol 156 MovieClip "bowl" in Symbol 259 MovieClip Frame 1
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (this.top.hitTest(_root.ball) && (_currentframe == 1)) { this.gotoAndStop(2); if ((_root.collected == _root.totall) && (_root.perfect._currentframe == 1)) { _root.perfect.play(); } ccx = _root.ball._x; ccy = _root.ball._y; cx = cx + ((ccx - cx) / 1.2); cy = cy + ((ccy - cy) / 1.2); _root.ball._visible = false; var1 = 1; } if (var1 == 1) { cx = cx + ((_x - cx) / 6); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 6); _root._y = (Stage.height / 2) - cy; _root.perfect._x = cx; _root.perfect._y = cy - 150; _root.dis._x = cx; _root.dis._y = cy; _root.map._x = cx + 320; _root.map._y = cy + 220; _root.map.circle._x = (cx / 45) - 40; _root.map.circle._y = cy / 65; _root.lights._x = cx; _root.lights._y = cy; _root.fadeOut._x = _x; _root.fadeOut._y = _y; _root.ball.removeMovieClip(); } }
Symbol 260 MovieClip Frame 212
_root.fadeOut.play();
Symbol 260 MovieClip Frame 242
stop();
Symbol 272 Button
on (press) { _root.menub.play(); }
Symbol 274 Button
on (press) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 277 Button
on (press) { ab20_09 = new LoadVars(); ab20_09.z = _root.menub.namee; ab20_09.x = _root.menub.scores.score; ab20_09.c = 465; ab20_09.v = "FNBRQB"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); getURL ("http://www.armorbot.com/mytable/?id=465", "_blank"); _root.menub.play(); }
Instance of Symbol 280 MovieClip "scores" in Symbol 286 MovieClip Frame 20
onClipEvent (enterFrame) { this.score = Math.ceil((_root.totalcollected / _root.totaltries) * 1000); }
Symbol 286 MovieClip Frame 51
stop();
Symbol 286 MovieClip Frame 82
onEnterFrame = function () { _root.gotoAndStop("menu"); };
Symbol 286 MovieClip Frame 95
stop();

Library Items

Symbol 1 Sound [ingame]Used by:100
Symbol 2 GraphicUsed by:41 56  Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:41
Symbol 5 GraphicUsed by:41
Symbol 6 GraphicUsed by:34 35
Symbol 7 GraphicUsed by:34 35
Symbol 8 GraphicUsed by:34 35
Symbol 9 GraphicUsed by:34 35
Symbol 10 GraphicUsed by:34 35
Symbol 11 GraphicUsed by:32 35
Symbol 12 GraphicUsed by:19 35
Symbol 13 GraphicUsed by:19
Symbol 14 GraphicUsed by:19
Symbol 15 GraphicUsed by:19
Symbol 16 GraphicUsed by:19
Symbol 17 GraphicUsed by:19
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:12 13 14 15 16 17 18Used by:32
Symbol 20 GraphicUsed by:24 35
Symbol 21 GraphicUsed by:24
Symbol 22 GraphicUsed by:24
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:20 21 22 23Used by:32
Symbol 25 GraphicUsed by:29 35
Symbol 26 GraphicUsed by:29
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:25 26 27 28Used by:32
Symbol 30 GraphicUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:11 19 24 29 30 31Used by:34
Symbol 33 GraphicUsed by:34 35
Symbol 34 MovieClipUses:6 7 8 9 10 32 33Used by:35
Symbol 35 ButtonUses:34 6 7 8 9 10 11 12 20 25 33Used by:41
Symbol 36 GraphicUsed by:40
Symbol 37 GraphicUsed by:40
Symbol 38 GraphicUsed by:40
Symbol 39 GraphicUsed by:40
Symbol 40 ButtonUses:36 37 38 39Used by:41
Symbol 41 MovieClipUses:2 4 5 35 40Used by:Timeline
Symbol 42 FontUsed by:43 61 62 65 75 77 79 81 82 84 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 271 273 276 278 279 281
Symbol 43 TextUses:42Used by:Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:56
Symbol 46 GraphicUsed by:47 56 76 78 80 83 100 272 274 277 286
Symbol 47 ButtonUses:46Used by:56
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:56
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:56
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:56
Symbol 54 ShapeTweeningUsed by:56
Symbol 55 SoundUsed by:56 286
Symbol 56 MovieClipUses:2 45 47 49 51 53 54 55 46 SS1Used by:Timeline
Symbol 57 GraphicUsed by:100 286
Symbol 58 ShapeTweeningUsed by:100
Symbol 59 GraphicUsed by:100
Symbol 60 GraphicUsed by:67
Symbol 61 TextUses:42Used by:67
Symbol 62 TextUses:42Used by:64
Symbol 63 GraphicUsed by:64 66 187
Symbol 64 ButtonUses:62 63Used by:67
Symbol 65 TextUses:42Used by:66
Symbol 66 ButtonUses:65 63Used by:67
Symbol 67 MovieClipUses:60 61 64 66Used by:100
Symbol 68 GraphicUsed by:73 192
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:71
Symbol 71 MovieClipUses:70Used by:72
Symbol 72 MovieClipUses:71Used by:73
Symbol 73 MovieClipUses:68 72Used by:100 286
Symbol 74 GraphicUsed by:76 78 80 83 272 274 277
Symbol 75 TextUses:42Used by:76
Symbol 76 ButtonUses:74 75 46Used by:100
Symbol 77 TextUses:42Used by:78
Symbol 78 ButtonUses:74 77 46Used by:100
Symbol 79 TextUses:42Used by:80
Symbol 80 ButtonUses:74 79 46Used by:100
Symbol 81 TextUses:42Used by:100 286
Symbol 82 TextUses:42Used by:83
Symbol 83 ButtonUses:74 82 46Used by:100
Symbol 84 TextUses:42Used by:85
Symbol 85 MovieClipUses:84Used by:100 286
Symbol 86 FontUsed by:89 90
Symbol 87 FontUsed by:89 202 203 206
Symbol 88 FontUsed by:89
Symbol 89 TextUses:86 87 88Used by:100
Symbol 90 TextUses:86Used by:94
Symbol 91 GraphicUsed by:94
Symbol 92 FontUsed by:93 185 204 207 261 262 263 264 265 266 267
Symbol 93 TextUses:92Used by:94
Symbol 94 ButtonUses:90 91 93Used by:100
Symbol 95 ShapeTweeningUsed by:100
Symbol 96 GraphicUsed by:100 214 286
Symbol 97 ShapeTweeningUsed by:100
Symbol 98 ShapeTweeningUsed by:100
Symbol 99 ShapeTweeningUsed by:100
Symbol 100 MovieClipUses:57 58 59 67 73 76 78 80 81 83 85 89 94 95 96 97 98 46 99 1Used by:Timeline
Symbol 101 BitmapUsed by:102 106 114 117 199
Symbol 102 GraphicUses:101Used by:105 111 123
Symbol 103 FontUsed by:104 107 108 110 112 115 118 120 122
Symbol 104 TextUses:103Used by:105
Symbol 105 MovieClipUses:102 104Used by:124
Symbol 106 GraphicUses:101Used by:109 113 121
Symbol 107 TextUses:103Used by:109
Symbol 108 TextUses:103Used by:109 113 116 119 121
Symbol 109 MovieClipUses:106 107 108Used by:124
Symbol 110 TextUses:103Used by:111
Symbol 111 MovieClipUses:102 110Used by:124
Symbol 112 TextUses:103Used by:113
Symbol 113 MovieClipUses:106 112 108Used by:124
Symbol 114 GraphicUses:101Used by:116
Symbol 115 TextUses:103Used by:116
Symbol 116 MovieClipUses:114 115 108Used by:124
Symbol 117 GraphicUses:101Used by:119
Symbol 118 TextUses:103Used by:119
Symbol 119 MovieClipUses:117 118 108Used by:124
Symbol 120 TextUses:103Used by:121
Symbol 121 MovieClipUses:106 120 108Used by:124
Symbol 122 TextUses:103Used by:123
Symbol 123 MovieClipUses:102 122Used by:124
Symbol 124 MovieClipUses:105 109 111 113 116 119 121 123Used by:Timeline
Symbol 125 BitmapUsed by:126 127 248
Symbol 126 GraphicUses:125Used by:129
Symbol 127 GraphicUses:125Used by:128
Symbol 128 MovieClipUses:127Used by:129
Symbol 129 MovieClipUses:126 128Used by:215 219 222 225 239 242 245 253 259  Timeline
Symbol 130 GraphicUsed by:149
Symbol 131 TextUses:42Used by:148 149
Symbol 132 TextUses:42Used by:148 149
Symbol 133 TextUses:42Used by:148 149
Symbol 134 TextUses:42Used by:148 149
Symbol 135 TextUses:42Used by:148 149
Symbol 136 TextUses:42Used by:148 149
Symbol 137 TextUses:42Used by:148 149
Symbol 138 TextUses:42Used by:148 149
Symbol 139 TextUses:42Used by:148 149
Symbol 140 TextUses:42Used by:148 149
Symbol 141 TextUses:42Used by:148 149
Symbol 142 TextUses:42Used by:148 149
Symbol 143 TextUses:42Used by:148 149
Symbol 144 TextUses:42Used by:148 149
Symbol 145 TextUses:42Used by:148 149
Symbol 146 TextUses:42Used by:148 149
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146Used by:149
Symbol 149 MovieClipUses:130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 148Used by:154 156
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:156
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:154 162 163 164
Symbol 154 MovieClipUses:153 149Used by:156
Symbol 155 SoundUsed by:156
Symbol 156 MovieClipUses:149 151 154 155Used by:215 219 222 225 239 242 245 250 253 259  Timeline
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:159
Symbol 159 MovieClipUses:158Used by:215 219 222 225 239 242 245 250 253 259  Timeline
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:215 219 222 225 239 242 245 250 253 259  Timeline
Symbol 162 MovieClipUses:153Used by:164
Symbol 163 MovieClipUses:153Used by:164
Symbol 164 MovieClipUses:153 162 163Used by:215 219 222 225 239 242 245 250 253 259  Timeline
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:167
Symbol 167 MovieClipUses:166Used by:225 239  Timeline
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:172 174
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:172
Symbol 172 MovieClipUses:169 171Used by:174
Symbol 173 SoundUsed by:174
Symbol 174 MovieClipUses:169 172 173Used by:215 219 222 225 239 242 245 250 253 259  Timeline
Symbol 175 FontUsed by:176
Symbol 176 EditableTextUses:175Used by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 GraphicUsed by:184
Symbol 179 GraphicUsed by:180 181
Symbol 180 MovieClipUses:179Used by:181
Symbol 181 MovieClipUses:179 180Used by:184 218 221 224 227 241 244 247 252 255
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:184 218 221 224 227 241 244 247 252 255
Symbol 184 MovieClipUses:178 181 183Used by:Timeline
Symbol 185 TextUses:92Used by:186
Symbol 186 MovieClipUses:185Used by:187
Symbol 187 MovieClipUses:63 186Used by:242  Timeline
Symbol 188 BitmapUsed by:189
Symbol 189 GraphicUses:188Used by:190
Symbol 190 MovieClipUses:189Used by:191
Symbol 191 MovieClipUses:190Used by:192
Symbol 192 MovieClipUses:68 191Used by:Timeline
Symbol 193 GraphicUsed by:195
Symbol 194 SoundUsed by:195
Symbol 195 MovieClipUses:193 194Used by:225  Timeline
Symbol 196 ShapeTweeningUsed by:198
Symbol 197 ShapeTweeningUsed by:198
Symbol 198 MovieClipUses:196 197Used by:Timeline
Symbol 199 GraphicUses:101Used by:200
Symbol 200 MovieClipUses:199Used by:201
Symbol 201 MovieClipUses:200Used by:209
Symbol 202 TextUses:87Used by:209
Symbol 203 TextUses:87Used by:209
Symbol 204 EditableTextUses:92Used by:205
Symbol 205 MovieClipUses:204Used by:209
Symbol 206 TextUses:87Used by:209
Symbol 207 EditableTextUses:92Used by:208
Symbol 208 MovieClipUses:207Used by:209
Symbol 209 MovieClipUses:201 202 203 205 206 208Used by:210
Symbol 210 MovieClipUses:209Used by:Timeline
Symbol 211 GraphicUsed by:214
Symbol 212 ShapeTweeningUsed by:214
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:211 96 212 213Used by:Timeline
Symbol 215 MovieClipUses:129 156 159 161 164 174Used by:216
Symbol 216 MovieClipUses:215Used by:Timeline
Symbol 217 GraphicUsed by:218 221 224 227 241 244 247 252 255 268
Symbol 218 MovieClipUses:217 181 183Used by:Timeline
Symbol 219 MovieClipUses:129 159 161 164 174 156Used by:220
Symbol 220 MovieClipUses:219Used by:Timeline
Symbol 221 MovieClipUses:217 181 183Used by:Timeline
Symbol 222 MovieClipUses:129 159 161 164 174 156Used by:223
Symbol 223 MovieClipUses:222Used by:Timeline
Symbol 224 MovieClipUses:217 181 183Used by:Timeline
Symbol 225 MovieClipUses:129 159 161 164 167 174 156 195Used by:226
Symbol 226 MovieClipUses:225Used by:Timeline
Symbol 227 MovieClipUses:217 181 183Used by:Timeline
Symbol 228 GraphicUsed by:234
Symbol 229 GraphicUsed by:234
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:234 238 258
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:234 238 258
Symbol 234 MovieClipUses:228 229 231 233Used by:239  Timeline
Symbol 235 GraphicUsed by:238
Symbol 236 GraphicUsed by:238
Symbol 237 SoundUsed by:238 258
Symbol 238 MovieClipUses:235 236 231 233 237Used by:239 242 245  Timeline
Symbol 239 MovieClipUses:129 156 159 161 164 167 174 234 238Used by:240
Symbol 240 MovieClipUses:239Used by:Timeline
Symbol 241 MovieClipUses:217 181 183Used by:Timeline
Symbol 242 MovieClipUses:129 156 159 161 164 174 238 187Used by:243 246
Symbol 243 MovieClipUses:242Used by:Timeline
Symbol 244 MovieClipUses:217 181 183Used by:Timeline
Symbol 245 MovieClipUses:129 156 159 161 164 238 174Used by:246
Symbol 246 MovieClipUses:245 242Used by:Timeline
Symbol 247 MovieClipUses:217 181 183Used by:Timeline
Symbol 248 GraphicUses:125Used by:249
Symbol 249 MovieClipUses:248Used by:250
Symbol 250 MovieClipUses:249 156 159 161 164 174Used by:251
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 MovieClipUses:217 181 183Used by:Timeline
Symbol 253 MovieClipUses:129 156 159 161 164 174Used by:254
Symbol 254 MovieClipUses:253Used by:Timeline
Symbol 255 MovieClipUses:217 181 183Used by:Timeline
Symbol 256 GraphicUsed by:258
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:256 257 231 233 237Used by:259  Timeline
Symbol 259 MovieClipUses:129 258 159 161 164 174 156Used by:260
Symbol 260 MovieClipUses:259Used by:Timeline
Symbol 261 TextUses:92Used by:268
Symbol 262 TextUses:92Used by:268
Symbol 263 TextUses:92Used by:268
Symbol 264 TextUses:92Used by:268
Symbol 265 TextUses:92Used by:268
Symbol 266 TextUses:92Used by:268
Symbol 267 TextUses:92Used by:268
Symbol 268 MovieClipUses:217 261 262 263 264 265 266 267Used by:Timeline
Symbol 269 ShapeTweeningUsed by:286
Symbol 270 GraphicUsed by:286
Symbol 271 TextUses:42Used by:272
Symbol 272 ButtonUses:74 271 46Used by:286
Symbol 273 TextUses:42Used by:274
Symbol 274 ButtonUses:74 273 46Used by:286
Symbol 275 GraphicUsed by:286
Symbol 276 TextUses:42Used by:277
Symbol 277 ButtonUses:74 276 46Used by:286
Symbol 278 TextUses:42Used by:286
Symbol 279 EditableTextUses:42Used by:280
Symbol 280 MovieClipUses:279Used by:286
Symbol 281 EditableTextUses:42Used by:286
Symbol 282 ShapeTweeningUsed by:286
Symbol 283 ShapeTweeningUsed by:286
Symbol 284 ShapeTweeningUsed by:286
Symbol 285 ShapeTweeningUsed by:286
Symbol 286 MovieClipUses:57 269 270 272 274 81 275 277 278 280 281 85 73 282 96 283 284 55 285 46Used by:Timeline
Streaming Sound 1Used by:Symbol 56 MovieClip

Instance Names

"menua"Frame 3Symbol 100 MovieClip
"tut"Frame 4Symbol 124 MovieClip
"bowl"Frame 5Symbol 156 MovieClip
"table"Frame 5Symbol 159 MovieClip
"point"Frame 5Symbol 161 MovieClip
"ball"Frame 5Symbol 164 MovieClip
"circle"Frame 5Symbol 167 MovieClip
"dis"Frame 5Symbol 177 MovieClip
"map"Frame 5Symbol 184 MovieClip
"perfect"Frame 5Symbol 187 MovieClip
"lights"Frame 5Symbol 192 MovieClip
"blink"Frame 5Symbol 195 MovieClip
"fadeIn"Frame 5Symbol 198 MovieClip
"stats"Frame 5Symbol 210 MovieClip
"fadeOut"Frame 5Symbol 214 MovieClip
"lights"Frame 7Symbol 192 MovieClip
"blink"Frame 7Symbol 195 MovieClip
"fadeIn"Frame 7Symbol 198 MovieClip
"fadeOut"Frame 7Symbol 214 MovieClip
"bowl"Frame 9Symbol 156 MovieClip
"table"Frame 9Symbol 159 MovieClip
"point"Frame 9Symbol 161 MovieClip
"ball"Frame 9Symbol 164 MovieClip
"circle"Frame 9Symbol 167 MovieClip
"dis"Frame 9Symbol 177 MovieClip
"map"Frame 9Symbol 218 MovieClip
"perfect"Frame 9Symbol 187 MovieClip
"lights"Frame 9Symbol 192 MovieClip
"blink"Frame 9Symbol 195 MovieClip
"fadeIn"Frame 9Symbol 198 MovieClip
"stats"Frame 9Symbol 210 MovieClip
"fadeOut"Frame 9Symbol 214 MovieClip
"lights"Frame 11Symbol 192 MovieClip
"fadeIn"Frame 11Symbol 198 MovieClip
"fadeOut"Frame 11Symbol 214 MovieClip
"table"Frame 13Symbol 159 MovieClip
"point"Frame 13Symbol 161 MovieClip
"ball"Frame 13Symbol 164 MovieClip
"circle"Frame 13Symbol 167 MovieClip
"bowl"Frame 13Symbol 156 MovieClip
"dis"Frame 13Symbol 177 MovieClip
"map"Frame 13Symbol 221 MovieClip
"perfect"Frame 13Symbol 187 MovieClip
"lights"Frame 13Symbol 192 MovieClip
"blink"Frame 13Symbol 195 MovieClip
"fadeIn"Frame 13Symbol 198 MovieClip
"stats"Frame 13Symbol 210 MovieClip
"fadeOut"Frame 13Symbol 214 MovieClip
"lights"Frame 15Symbol 192 MovieClip
"blink"Frame 15Symbol 195 MovieClip
"fadeIn"Frame 15Symbol 198 MovieClip
"fadeOut"Frame 15Symbol 214 MovieClip
"table"Frame 17Symbol 159 MovieClip
"point"Frame 17Symbol 161 MovieClip
"ball"Frame 17Symbol 164 MovieClip
"circle"Frame 17Symbol 167 MovieClip
"bowl"Frame 17Symbol 156 MovieClip
"dis"Frame 17Symbol 177 MovieClip
"map"Frame 17Symbol 224 MovieClip
"perfect"Frame 17Symbol 187 MovieClip
"lights"Frame 17Symbol 192 MovieClip
"blink"Frame 17Symbol 195 MovieClip
"fadeIn"Frame 17Symbol 198 MovieClip
"stats"Frame 17Symbol 210 MovieClip
"fadeOut"Frame 17Symbol 214 MovieClip
"lights"Frame 19Symbol 192 MovieClip
"blink"Frame 19Symbol 195 MovieClip
"fadeIn"Frame 19Symbol 198 MovieClip
"fadeOut"Frame 19Symbol 214 MovieClip
"table"Frame 21Symbol 159 MovieClip
"point"Frame 21Symbol 161 MovieClip
"ball"Frame 21Symbol 164 MovieClip
"circle"Frame 21Symbol 167 MovieClip
"bowl"Frame 21Symbol 156 MovieClip
"dis"Frame 21Symbol 177 MovieClip
"map"Frame 21Symbol 227 MovieClip
"perfect"Frame 21Symbol 187 MovieClip
"lights"Frame 21Symbol 192 MovieClip
"blink"Frame 21Symbol 195 MovieClip
"fadeIn"Frame 21Symbol 198 MovieClip
"stats"Frame 21Symbol 210 MovieClip
"fadeOut"Frame 21Symbol 214 MovieClip
"lights"Frame 23Symbol 192 MovieClip
"blink"Frame 23Symbol 195 MovieClip
"fadeIn"Frame 23Symbol 198 MovieClip
"fadeOut"Frame 23Symbol 214 MovieClip
"bowl"Frame 25Symbol 156 MovieClip
"table"Frame 25Symbol 159 MovieClip
"point"Frame 25Symbol 161 MovieClip
"ball"Frame 25Symbol 164 MovieClip
"circle"Frame 25Symbol 167 MovieClip
"dis"Frame 25Symbol 177 MovieClip
"map"Frame 25Symbol 241 MovieClip
"perfect"Frame 25Symbol 187 MovieClip
"lights"Frame 25Symbol 192 MovieClip
"blink"Frame 25Symbol 195 MovieClip
"fadeIn"Frame 25Symbol 198 MovieClip
"stats"Frame 25Symbol 210 MovieClip
"fadeOut"Frame 25Symbol 214 MovieClip
"lights"Frame 27Symbol 192 MovieClip
"blink"Frame 27Symbol 195 MovieClip
"fadeIn"Frame 27Symbol 198 MovieClip
"fadeOut"Frame 27Symbol 214 MovieClip
"bowl"Frame 29Symbol 156 MovieClip
"table"Frame 29Symbol 159 MovieClip
"point"Frame 29Symbol 161 MovieClip
"ball"Frame 29Symbol 164 MovieClip
"circle"Frame 29Symbol 167 MovieClip
"dis"Frame 29Symbol 177 MovieClip
"map"Frame 29Symbol 244 MovieClip
"perfect"Frame 29Symbol 187 MovieClip
"lights"Frame 29Symbol 192 MovieClip
"blink"Frame 29Symbol 195 MovieClip
"fadeIn"Frame 29Symbol 198 MovieClip
"stats"Frame 29Symbol 210 MovieClip
"fadeOut"Frame 29Symbol 214 MovieClip
"lights"Frame 31Symbol 192 MovieClip
"blink"Frame 31Symbol 195 MovieClip
"fadeIn"Frame 31Symbol 198 MovieClip
"fadeOut"Frame 31Symbol 214 MovieClip
"bowl"Frame 33Symbol 156 MovieClip
"table"Frame 33Symbol 159 MovieClip
"point"Frame 33Symbol 161 MovieClip
"ball"Frame 33Symbol 164 MovieClip
"circle"Frame 33Symbol 167 MovieClip
"dis"Frame 33Symbol 177 MovieClip
"map"Frame 33Symbol 247 MovieClip
"perfect"Frame 33Symbol 187 MovieClip
"lights"Frame 33Symbol 192 MovieClip
"blink"Frame 33Symbol 195 MovieClip
"fadeIn"Frame 33Symbol 198 MovieClip
"stats"Frame 33Symbol 210 MovieClip
"fadeOut"Frame 33Symbol 214 MovieClip
"lights"Frame 35Symbol 192 MovieClip
"blink"Frame 35Symbol 195 MovieClip
"fadeIn"Frame 35Symbol 198 MovieClip
"fadeOut"Frame 35Symbol 214 MovieClip
"bowl"Frame 37Symbol 156 MovieClip
"table"Frame 37Symbol 159 MovieClip
"point"Frame 37Symbol 161 MovieClip
"ball"Frame 37Symbol 164 MovieClip
"circle"Frame 37Symbol 167 MovieClip
"dis"Frame 37Symbol 177 MovieClip
"map"Frame 37Symbol 252 MovieClip
"perfect"Frame 37Symbol 187 MovieClip
"lights"Frame 37Symbol 192 MovieClip
"blink"Frame 37Symbol 195 MovieClip
"fadeIn"Frame 37Symbol 198 MovieClip
"stats"Frame 37Symbol 210 MovieClip
"fadeOut"Frame 37Symbol 214 MovieClip
"lights"Frame 39Symbol 192 MovieClip
"blink"Frame 39Symbol 195 MovieClip
"fadeIn"Frame 39Symbol 198 MovieClip
"fadeOut"Frame 39Symbol 214 MovieClip
"bowl"Frame 41Symbol 156 MovieClip
"table"Frame 41Symbol 159 MovieClip
"point"Frame 41Symbol 161 MovieClip
"ball"Frame 41Symbol 164 MovieClip
"circle"Frame 41Symbol 167 MovieClip
"dis"Frame 41Symbol 177 MovieClip
"map"Frame 41Symbol 255 MovieClip
"perfect"Frame 41Symbol 187 MovieClip
"lights"Frame 41Symbol 192 MovieClip
"blink"Frame 41Symbol 195 MovieClip
"fadeIn"Frame 41Symbol 198 MovieClip
"stats"Frame 41Symbol 210 MovieClip
"fadeOut"Frame 41Symbol 214 MovieClip
"lights"Frame 43Symbol 192 MovieClip
"blink"Frame 43Symbol 195 MovieClip
"fadeIn"Frame 43Symbol 198 MovieClip
"fadeOut"Frame 43Symbol 214 MovieClip
"bowl"Frame 45Symbol 156 MovieClip
"table"Frame 45Symbol 159 MovieClip
"point"Frame 45Symbol 161 MovieClip
"ball"Frame 45Symbol 164 MovieClip
"circle"Frame 45Symbol 167 MovieClip
"dis"Frame 45Symbol 177 MovieClip
"map"Frame 45Symbol 268 MovieClip
"perfect"Frame 45Symbol 187 MovieClip
"lights"Frame 45Symbol 192 MovieClip
"blink"Frame 45Symbol 195 MovieClip
"fadeIn"Frame 45Symbol 198 MovieClip
"stats"Frame 45Symbol 210 MovieClip
"fadeOut"Frame 45Symbol 214 MovieClip
"menub"Frame 58Symbol 286 MovieClip
"bar"Symbol 41 MovieClip Frame 1Symbol 4 MovieClip
"played"Symbol 100 MovieClip Frame 20Symbol 67 MovieClip
"credit"Symbol 100 MovieClip Frame 20Symbol 85 MovieClip
"top"Symbol 156 MovieClip Frame 1Symbol 151 MovieClip
"di"Symbol 177 MovieClip Frame 1Symbol 176 EditableText
"middle"Symbol 181 MovieClip Frame 1Symbol 180 MovieClip
"circle"Symbol 184 MovieClip Frame 1Symbol 181 MovieClip
"bowl"Symbol 215 MovieClip Frame 1Symbol 156 MovieClip
"table"Symbol 215 MovieClip Frame 1Symbol 159 MovieClip
"point"Symbol 215 MovieClip Frame 1Symbol 161 MovieClip
"ball"Symbol 215 MovieClip Frame 1Symbol 164 MovieClip
"circle"Symbol 218 MovieClip Frame 1Symbol 181 MovieClip
"table"Symbol 219 MovieClip Frame 1Symbol 159 MovieClip
"point"Symbol 219 MovieClip Frame 1Symbol 161 MovieClip
"ball"Symbol 219 MovieClip Frame 1Symbol 164 MovieClip
"bowl"Symbol 219 MovieClip Frame 1Symbol 156 MovieClip
"circle"Symbol 221 MovieClip Frame 1Symbol 181 MovieClip
"table"Symbol 222 MovieClip Frame 1Symbol 159 MovieClip
"point"Symbol 222 MovieClip Frame 1Symbol 161 MovieClip
"ball"Symbol 222 MovieClip Frame 1Symbol 164 MovieClip
"bowl"Symbol 222 MovieClip Frame 1Symbol 156 MovieClip
"circle"Symbol 224 MovieClip Frame 1Symbol 181 MovieClip
"table"Symbol 225 MovieClip Frame 1Symbol 159 MovieClip
"point"Symbol 225 MovieClip Frame 1Symbol 161 MovieClip
"ball"Symbol 225 MovieClip Frame 1Symbol 164 MovieClip
"circle"Symbol 225 MovieClip Frame 1Symbol 167 MovieClip
"bowl"Symbol 225 MovieClip Frame 1Symbol 156 MovieClip
"blink"Symbol 225 MovieClip Frame 1Symbol 195 MovieClip
"circle"Symbol 227 MovieClip Frame 1Symbol 181 MovieClip
"bowl"Symbol 239 MovieClip Frame 1Symbol 156 MovieClip
"table"Symbol 239 MovieClip Frame 1Symbol 159 MovieClip
"point"Symbol 239 MovieClip Frame 1Symbol 161 MovieClip
"ball"Symbol 239 MovieClip Frame 1Symbol 164 MovieClip
"circle"Symbol 239 MovieClip Frame 1Symbol 167 MovieClip
"circle"Symbol 241 MovieClip Frame 1Symbol 181 MovieClip
"bowl"Symbol 242 MovieClip Frame 1Symbol 156 MovieClip
"table"Symbol 242 MovieClip Frame 1Symbol 159 MovieClip
"point"Symbol 242 MovieClip Frame 1Symbol 161 MovieClip
"ball"Symbol 242 MovieClip Frame 1Symbol 164 MovieClip
"perfect"Symbol 242 MovieClip Frame 1Symbol 187 MovieClip
"circle"Symbol 244 MovieClip Frame 1Symbol 181 MovieClip
"bowl"Symbol 245 MovieClip Frame 1Symbol 156 MovieClip
"table"Symbol 245 MovieClip Frame 1Symbol 159 MovieClip
"point"Symbol 245 MovieClip Frame 1Symbol 161 MovieClip
"ball"Symbol 245 MovieClip Frame 1Symbol 164 MovieClip
"circle"Symbol 247 MovieClip Frame 1Symbol 181 MovieClip
"bowl"Symbol 250 MovieClip Frame 1Symbol 156 MovieClip
"table"Symbol 250 MovieClip Frame 1Symbol 159 MovieClip
"point"Symbol 250 MovieClip Frame 1Symbol 161 MovieClip
"ball"Symbol 250 MovieClip Frame 1Symbol 164 MovieClip
"circle"Symbol 252 MovieClip Frame 1Symbol 181 MovieClip
"bowl"Symbol 253 MovieClip Frame 1Symbol 156 MovieClip
"table"Symbol 253 MovieClip Frame 1Symbol 159 MovieClip
"point"Symbol 253 MovieClip Frame 1Symbol 161 MovieClip
"ball"Symbol 253 MovieClip Frame 1Symbol 164 MovieClip
"circle"Symbol 255 MovieClip Frame 1Symbol 181 MovieClip
"table"Symbol 259 MovieClip Frame 1Symbol 159 MovieClip
"point"Symbol 259 MovieClip Frame 1Symbol 161 MovieClip
"ball"Symbol 259 MovieClip Frame 1Symbol 164 MovieClip
"bowl"Symbol 259 MovieClip Frame 1Symbol 156 MovieClip
"scores"Symbol 286 MovieClip Frame 20Symbol 280 MovieClip
"credit"Symbol 286 MovieClip Frame 20Symbol 85 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "ingame"

Labels

"menu"Frame 3
"TUT"Frame 5
"VID1"Frame 7
"GAME1"Frame 9
"VID2"Frame 11
"GAME2"Frame 13
"VID3"Frame 15
"GAME3"Frame 17
"VID4"Frame 19
"GAME4"Frame 21
"VID5"Frame 23
"GAME5"Frame 25
"VID6"Frame 27
"GAME6"Frame 29
"VID7"Frame 31
"GAME7"Frame 33
"VID8"Frame 35
"GAME8"Frame 37
"VID9"Frame 39
"GAME9"Frame 41
"VID10"Frame 43
"GAME10"Frame 45
"loaded"Symbol 41 MovieClip Frame 3

Dynamic Text Variables

distanceSymbol 176 EditableText""
triesSymbol 204 EditableText""
collectedSymbol 207 EditableText""
scoreSymbol 279 EditableText""
nameeSymbol 281 EditableText"nnnnnnnnnnnnnn"




http://swfchan.com/8/36894/info.shtml
Created: 14/5 -2019 21:28:50 Last modified: 14/5 -2019 21:28:50 Server time: 10/05 -2024 20:32:21