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

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

Beer Golf.swf

This is the info page for
Flash #25420

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


Text
Loading

0%

INSTRUCTIONS

INSTRUCTIONS

INSTRUCTIONS

INSTRUCTIONS

START

START

START

START

INSTRUCTIONS

To begin each hole, use your mouse to choose a position
within the green tee box, and click to drop your ball.
To aim your stroke, pull your mouse away from the ball.
Arrows will appear to show you the direction and power of
your stroke. The farther apart the arrows are, the more
powerful your stroke will be.
When you are satisfied with your aim and power level, click
your mouse to putt the ball.

CLOSE

SKIP
THIS
HOLE

+8

+8

2

4

3

24

1

2

3

4

5

6

7

8

9

HOLE

TOTAL

10

11

12

13

14

15

16

17

18

1

1

You got a hole in one!

1

1

1

You got a hole in one!

1

1

1

1

You got a hole in one!

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

You got a hole in one!

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

You got a hole in one!

CHECKING LEADER BOARD

Please wait while we check your score against the leader board.

CONGRATULATIONS!

You made our leader board. Enter your info below to take your position on the board.
The top player each month will win a Widmer cap, and the top player of the year will be
awarded a Widmer golf bag! Ties will be resolved by a drawing among each top scorer.

Name:

Email:

City:

State:

(In case you win!)

I would like to receive periodic info from Widmer
about products, events, and promotions.

ADD ME TO THE
LEADER BOARD!

ADD ME TO THE
LEADER BOARD!

1

CONFIRMATION

Your name has been added to our leader board. Keep playing to improve your score!

PLAY WIDMER BEER GOLF!

CHECK LEADER BOARD

TELL A FRIEND

TELL A FRIEND

Thanks for playing!

You didn't rank on our leader board, but you can still win our monthly drawing for
Widmer Beer Golf balls! Submit your information below to enter.

ENTER
THE
CONTEST!

1

We've entered you in our contest for free Widmer Beer Golf balls. Keep playing to try
to make our leader board and qualify for a Widmer Beer Golf bag!

Tell a Friend!

Enter your information here and we'll send your friend an invitation to
play Widmer Beer Golf.

Your Name:

Your Email:

Your Friend's Email:

Click here to send an invitation
to play to your friend.

SEND EMAIL!

Have you seen this yet?
Widmer just released a new miniature golf game that combines two of my favorite things - Beer and Golf! You can even win some cool Widmer golf gear. It's on their site at http://www.widmer.com/games/golf.html.
Be careful, it's addictive!

Your friend has been send an invitation. Keep playing to improve your score!

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 15 MovieClip in Frame 1
onClipEvent (enterFrame) { this.perc = Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%"; if (_root.getBytesLoaded() == _root.getBytesTotal()) { _root.play(); } }
Frame 2
stop();
Frame 3
stop();
Frame 4
play();
Frame 5
if (!_root.go) { gotoAndPlay (4); } else { gotoAndStop (6); }
Frame 6
_root.hole1score = _root.hole1hitCount; _root.holepar = 2; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 7
stop();
Frame 8
play();
Frame 9
if (!_root.go) { gotoAndPlay (8); } else { gotoAndStop (10); }
Frame 10
_root.hole2score = _root.hole1hitCount; _root.holepar = 2; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 11
stop();
Frame 12
play();
Frame 13
if (!_root.go) { gotoAndPlay (12); } else { gotoAndStop (14); }
Frame 14
_root.hole3score = _root.hole1hitCount; _root.holepar = 2; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 15
stop();
Frame 16
play();
Instance of Symbol 164 MovieClip in Frame 16
//component parameters onClipEvent (initialize) { returnx = 285; returny = 80; }
Frame 17
if (!_root.go) { gotoAndPlay (16); } else { gotoAndStop (18); }
Frame 18
_root.hole4score = _root.hole1hitCount; _root.holepar = 4; if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 19
stop();
Frame 20
play();
Instance of Symbol 164 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { returnx = 322; returny = 100; }
Frame 21
if (!_root.go) { gotoAndPlay (20); } else { gotoAndStop (22); }
Frame 22
_root.hole5score = _root.hole1hitCount; _root.holepar = 3; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 23
stop();
Frame 24
play();
Frame 25
if (!_root.go) { gotoAndPlay (24); } else { gotoAndStop (26); }
Frame 26
_root.hole6score = _root.hole1hitCount; _root.holepar = 3; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 27
stop();
Frame 28
play();
Frame 29
if (!_root.go) { gotoAndPlay (28); } else { gotoAndStop (30); }
Frame 30
_root.hole7score = _root.hole1hitCount; _root.holepar = 3; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 31
stop();
Frame 32
play();
Frame 33
if (!_root.go) { gotoAndPlay (32); } else { gotoAndStop (34); }
Frame 34
_root.hole8score = _root.hole1hitCount; _root.holepar = 2; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 35
stop();
Frame 36
play();
Frame 37
if (!_root.go) { gotoAndPlay (36); } else { gotoAndStop (38); }
Frame 38
_root.hole9score = _root.hole1hitCount; _root.holepar = 3; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 39
stop();
Frame 40
function goScene() { trace("guh"); gotoAndStop (42); } play();
Frame 41
if (!_root.go) { gotoAndPlay (40); } else { gotoAndStop (42); }
Frame 42
_root.hole10score = _root.hole1hitCount; _root.holepar = 3; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 43
stop();
Frame 44
play();
Frame 45
if (!_root.go) { gotoAndPlay (44); } else { gotoAndStop (46); }
Frame 46
_root.hole11score = _root.hole1hitCount; _root.holepar = 2; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 47
stop();
Frame 48
play();
Frame 49
if (!_root.go) { gotoAndPlay (48); } else { gotoAndStop (50); }
Frame 50
_root.hole12score = _root.hole1hitCount; _root.holepar = 3; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 51
stop();
Frame 52
play();
Instance of Symbol 164 MovieClip in Frame 52
//component parameters onClipEvent (initialize) { returnx = 565; returny = 100; }
Instance of Symbol 164 MovieClip in Frame 52
//component parameters onClipEvent (initialize) { returnx = 565; returny = 100; }
Frame 53
if (!_root.go) { gotoAndPlay (52); } else { gotoAndStop (54); }
Frame 54
_root.hole13score = _root.hole1hitCount; _root.holepar = 3; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 55
stop();
Frame 56
play();
Instance of Symbol 379 MovieClip in Frame 56
//component parameters onClipEvent (initialize) { returnx = 245; returny = 390; }
Frame 57
if (!_root.go) { gotoAndPlay (56); } else { gotoAndStop (58); }
Frame 58
_root.hole14score = _root.hole1hitCount; _root.holepar = 2; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 59
stop();
Frame 60
play();
Frame 61
if (!_root.go) { gotoAndPlay (60); } else { gotoAndStop (62); }
Frame 62
_root.hole15score = _root.hole1hitCount; _root.holepar = 4; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 63
stop();
Frame 64
play();
Frame 65
if (!_root.go) { gotoAndPlay (64); } else { gotoAndStop (66); }
Frame 66
_root.hole16score = _root.hole1hitCount; _root.holepar = 3; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 67
stop();
Frame 68
play();
Frame 69
if (!_root.go) { gotoAndPlay (68); } else { gotoAndStop (70); }
Frame 70
_root.hole17score = _root.hole1hitCount; _root.holepar = 2; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; total1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; total2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; _root.hole1hitCount = 0; play();
Frame 71
stop();
Frame 72
play();
Frame 73
if (!_root.go) { gotoAndPlay (72); } else { gotoAndStop (74); }
Frame 74
_root.hole18score = _root.hole1hitCount; _root.holepar = 2; Mouse.show(); if (_root.hole1hitCount == 1) { comments = "Hole in One!"; } else if ((_root.holepar - _root.hole1hitCount) == 2) { comments = "Eagle!"; } else if ((_root.holepar - _root.hole1hitCount) == 1) { comments = "Birdie!"; } else if ((_root.holepar - _root.hole1hitCount) == 0) { comments = "Nice Par!"; } else if ((_root.holepar - _root.hole1hitCount) == -1) { comments = "Bogey"; } else if ((_root.holepar - _root.hole1hitCount) == -2) { comments = "Double Bogey"; } else if (_root.limit) { comments = "Eight stroke limit"; _root.limit = 0; } else { comments = (_root.hole1hitCount - _root.holepar) + " over Par"; } sc1 = _root.hole1score; sc2 = _root.hole2score; sc3 = _root.hole3score; sc4 = _root.hole4score; sc5 = _root.hole5score; sc6 = _root.hole6score; sc7 = _root.hole7score; sc8 = _root.hole8score; sc9 = _root.hole9score; sc10 = _root.hole10score; sc11 = _root.hole11score; sc12 = _root.hole12score; sc13 = _root.hole13score; sc14 = _root.hole14score; sc15 = _root.hole15score; sc16 = _root.hole16score; sc17 = _root.hole17score; sc18 = _root.hole18score; score1 = (((((((_root.hole1score + _root.hole2score) + _root.hole3score) + _root.hole4score) + _root.hole5score) + _root.hole6score) + _root.hole7score) + _root.hole8score) + _root.hole9score; score2 = (((((((_root.hole10score + _root.hole11score) + _root.hole12score) + _root.hole13score) + _root.hole14score) + _root.hole15score) + _root.hole16score) + _root.hole17score) + _root.hole18score; total1 = score1; total2 = score2; _root.hole1hitCount = 0; _root.myScore = score1 + score2; play();
Frame 75
stop();
Frame 76
_root.yourRank = 0; mytxt = "http://www.finestramedia.com/wbc/getRank.asp?score=" + _root.myScore; loadVariablesNum (mytxt, 0); play();
Frame 78
if (_root.yourRank != 0) { theRank = Number(_root.yourRank); if (theRank < 101) { gotoAndStop (79); } else { gotoAndStop (81); } } else { gotoAndPlay (77); }
Frame 79
score = _root.myScore; rank = _root.yourRank; stop();
Frame 80
stop();
Frame 81
stop();
Frame 82
stop();
Frame 83
score = _root.myScore; rank = _root.yourRank; stop();
Frame 84
stop();
Symbol 26 Button
on (release) { gotoAndPlay (3); }
Symbol 36 Button
on (release) { gotoAndPlay (4); }
Symbol 45 Button
on (release) { gotoAndPlay (2); }
Instance of Symbol 48 MovieClip "mywall" in Symbol 49 MovieClip Frame 1
onClipEvent (mouseMove) { if (_root.ballDown != 1) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { _root.ball.gotoAndStop(1); Mouse.hide(); _root.ball._x = _root._xmouse; _root.ball._y = _root._ymouse; } else { Mouse.show(); } } } onClipEvent (mouseUp) { if (_root.ballDown != 1) { Mouse.show(); _root.ballDown = 1; _root.ball.gotoAndStop(2); } } onClipEvent (load) { _root.ballDown = 0; }
Symbol 50 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.xfactor = _root.xfactor + 0.2; } } gotoAndPlay (1);
Symbol 51 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.yfactor = _root.yfactor + 0.2; } } gotoAndPlay (1);
Symbol 53 MovieClip Frame 1
this._xscale = 180; this._yscale = 180;
Symbol 53 MovieClip Frame 3
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { if ((Math.abs(_root.xfactor) + Math.abs(_root.yfactor)) < 6) { _root.ball.gotoAndStop(3); _root.ball._x = this._x; _root.ball._y = this._y; _root.ball._alpha = 0; _root.rolling = 0; _root.ballin._alpha = 100; _root.ballin.play(); ds = 1; dtime = getTimer(); if (_root.hole1hitCount == 1) { mySound = new Sound(); mySound.attachSound("crowd"); mySound.start(); } } } } if (ds) { if ((getTimer() - dtime) > 4000) { ds = 0; _root.go = 1; } } gotoAndPlay (2);
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 2
stop();
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 2
onClipEvent (mouseMove) { if (_root.hole1hitCount > 7) { _root.limit = 1; _root.go = 1; } Mouse.hide(); _root.putter._x = _root._xmouse; _root.putter._y = _root._ymouse; _root.xinit = _parent._x - _root._xmouse; _root.yinit = _parent._y - _root._ymouse; this._rotation = 90 + ((Math.atan2(_parent._y - _root._ymouse, _parent._x - _root._xmouse) * 180) / Math.PI); initScale = Math.abs((_root.xinit * _root.xinit) + (_root.yinit * _root.yinit)) / 20; if ((initScale <= 200) && (initScale >= 20)) { this._yscale = initScale; } else if (initScale > 200) { this._yscale = 200; } else { this._yscale = 20; } if (_root.xinit < 0) { _root.xmult = -1; } else { _root.xmult = 1; } if (_root.yinit < 0) { _root.ymult = -1; } else { _root.ymult = 1; } } onClipEvent (mouseUp) { Mouse.show(); _root.putter._x = 1000; _root.putter._y = 1000; _root.fa = (Math.atan2(_parent._y - _root._ymouse, _parent._x - _root._xmouse) * 180) / Math.PI; cp = (11.5 * (this._yscale / 200)) + 1; _root.xfactor = cp * Math.cos((_root.fa * Math.Pi) / 180); _root.yfactor = cp * Math.sin((_root.fa * Math.Pi) / 180); _root.rolling = 1; _root.hole1hitCount = _root.hole1hitCount + 1; _root.adjust = "na"; me = new Sound(); me.attachSound("putt"); me.start("putt"); _parent.gotoAndPlay(3); }
Symbol 79 MovieClip Frame 4
if (_root.balldown == 1) { if (_root.rolling) { _root.fa = (Math.atan2(_root.yfactor, _root.xfactor) * 180) / Math.PI; _root.xdecel = 0.075 * Math.cos((_root.fa * Math.Pi) / 180); _root.ydecel = 0.075 * Math.sin((_root.fa * Math.Pi) / 180); if (_root.adjust == "na") { this._y = this._y + _root.yfactor; this._x = this._x + _root.xfactor; } else { if (_root.adjust == "x") { this._x = this._x + _root.xadjust; if (_root.yfactor > 0) { this._y = this._y + Math.abs(_root.xadjust * Math.sin((_root.fa * Math.Pi) / 180)); } else if (_root.yfactor < 0) { this._y = this._y + Math.abs(_root.xadjust * Math.sin((_root.fa * Math.Pi) / 180)); } else { this._y = this._y; } _root.fa = 180 - _root.fa; } if (_root.adjust == "y") { this._y = this._y + _root.yadjust; if (_root.xfactor > 0) { this._x = this._x + Math.abs(_root.yadjust * Math.cos((_root.fa * Math.Pi) / 180)); } else if (_root.yfactor < 0) { this._x = this._x + Math.abs(_root.yadjust * Math.cos((_root.fa * Math.Pi) / 180)); } else { this._x = this._x; } _root.fa = -1 * _root.fa; } if (_root.adjust == "xy1") { this._y = this._y + _root.yadjust; this._x = this._x + _root.xadjust; _root.fa = 270 - _root.fa; } if (_root.adjust == "xy2") { this._y = this._y + _root.yadjust; this._x = this._x + _root.xadjust; _root.fa = -270 - _root.fa; } if (_root.adjust == "xy3") { this._y = this._y + _root.yadjust; this._x = this._x + _root.xadjust; _root.fa = -270 - _root.fa; } if (_root.adjust == "xy4") { this._y = this._y + _root.yadjust; this._x = this._x + _root.xadjust; _root.fa = 270 - _root.fa; } cp = Math.sqrt((_root.xfactor * _root.xfactor) + (_root.yfactor * _root.yfactor)); _root.xfactor = (cp * Math.cos((_root.fa * Math.Pi) / 180)) - _root.xdecel; _root.yfactor = (cp * Math.sin((_root.fa * Math.Pi) / 180)) - _root.ydecel; _root.adjust = "na"; } cp = Math.sqrt((_root.xfactor * _root.xfactor) + (_root.yfactor * _root.yfactor)); _root.xfactor = (cp * Math.cos((_root.fa * Math.Pi) / 180)) - _root.xdecel; _root.yfactor = (cp * Math.sin((_root.fa * Math.Pi) / 180)) - _root.ydecel; } if ((Math.abs(_root.yfactor) + Math.abs(_root.xfactor)) < 0.08) { trace("hi"); _root.rolling = 0; gotoAndStop (2); } else { gotoAndPlay (3); } }
Symbol 80 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 80 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if ((this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, false) || (this.hitTest(_root.ball._x + _root.xfactor, (_root.ball._y - 3.85) + _root.yfactor, false))) || (this.hitTest(_root.ball._x + _root.xfactor, (_root.ball._y + 3.85) + _root.yfactor, false))) { if (_root.yfactor < 0) { _root.adjust = "y"; _root.yadjust = Math.ceil(myBounds.yMax - (_root.ball._y - 3.85)); if (Math.abs(_root.yadjust) < 0.1) { _root.yadjust = 0.1; } _root.wall_snd.start("wlbounce"); } else if (_root.yfactor > 0) { _root.adjust = "y"; _root.yadjust = Math.floor(myBounds.yMin - (_root.ball._y + 3.85)); if (Math.abs(_root.yadjust) < 0.1) { _root.yadjust = -0.1; } _root.wall_snd.start("wlbounce"); } } } gotoAndPlay (2);
Symbol 81 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 81 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if ((this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, true) || (this.hitTest(_root.ball._x + _root.xfactor, (_root.ball._y - 3.85) + _root.yfactor, true))) || (this.hitTest(_root.ball._x + _root.xfactor, (_root.ball._y + 3.85) + _root.yfactor, true))) { if (_root.yfactor < 0) { _root.adjust = "y"; _root.yadjust = Math.ceil(myBounds.yMax - (_root.ball._y - 3.85)); if (Math.abs(_root.yadjust) < 0.1) { _root.yadjust = 0.1; } me = new Sound(); me.attachSound("bottle_hit"); me.start("bottle_hit"); } else if (_root.yfactor > 0) { _root.adjust = "y"; _root.yadjust = Math.floor(myBounds.yMin - (_root.ball._y + 3.85)); if (Math.abs(_root.yadjust) < 0.1) { _root.yadjust = -0.1; } me = new Sound(); me.attachSound("bottle_hit"); me.start("bottle_hit"); } } } gotoAndPlay (2);
Symbol 84 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 84 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if ((_root.ball._x < mybounds.xMax) && (_root.ball._x > mybounds.xMin)) { if (_root.yfactor < 0) { if (this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, true)) { _root.adjust = "y"; _root.yadjust = Math.ceil(myBounds.yMax - (_root.ball._y - 3.85)); if (Math.abs(_root.yadjust) < 0.1) { _root.yadjust = 0.1; } _root.wall_snd.start("wlbounce"); } } } } gotoAndPlay (2);
Symbol 85 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 85 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if ((_root.ball._y < mybounds.yMax) && (_root.ball._y > mybounds.yMin)) { if (_root.xfactor < 0) { if (this.hitTest(_root.ball._x + _root.xfactor, (_root.ball._y - 3.85) + _root.yfactor, true)) { _root.adjust = "x"; _root.xadjust = Math.ceil(myBounds.xMax - (_root.ball._x - 3.85)); if (Math.abs(_root.xadjust) < 0.1) { _root.xadjust = 0.1; } _root.wall_snd.start("wlbounce"); } } } } gotoAndPlay (2);
Symbol 87 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 87 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if ((_root.ball._x < mybounds.xMax) && (_root.ball._x > mybounds.xMin)) { if (_root.yfactor < 0) { if (this.hitTest(_root.ball._x + _root.xfactor, (_root.ball._y - 3.85) + _root.yfactor, true)) { _root.adjust = "y"; _root.yadjust = Math.ceil(myBounds.yMax - (_root.ball._y - 3.85)); if (Math.abs(_root.yadjust) < 0.1) { _root.yadjust = 0.1; } _root.wall_snd.start("wlbounce"); } } } } gotoAndPlay (2);
Symbol 88 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 88 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if ((_root.ball._y < mybounds.yMax) && (_root.ball._y > mybounds.yMin)) { if (_root.xfactor > 0) { if (this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, true)) { _root.adjust = "x"; _root.xadjust = Math.floor(myBounds.xMin - (_root.ball._x + 3.85)); if (Math.abs(_root.xadjust) < 0.1) { _root.xadjust = -0.1; } _root.wall_snd.start("wlbounce"); } } } } gotoAndPlay (2);
Symbol 90 MovieClip Frame 1
myBounds = this.getBounds(_root);
Instance of Symbol 48 MovieClip "mywall" in Symbol 90 MovieClip Frame 1
/* no clip actions */
Symbol 90 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if ((this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, false) || (this.hitTest((_root.ball._x + 3.85) + _root.xfactor, _root.ball._y + _root.yfactor, false))) || (this.hitTest((_root.ball._x - 3.85) + _root.xfactor, _root.ball._y + _root.yfactor, false))) { if (_root.xfactor < 0) { _root.adjust = "x"; _root.xadjust = Math.ceil(myBounds.xMax - (_root.ball._x - (_root.ball._width / 2))); if (Math.abs(_root.xadjust) < 0.1) { _root.xadjust = 0.1; } _root.wall_snd = new Sound(); _root.wall_snd.attachSound("wlbounce"); _root.wall_snd.start("wlbounce"); } else if (_root.xfactor > 0) { _root.adjust = "x"; _root.xadjust = Math.floor(myBounds.xMin - (_root.ball._x + (_root.ball._width / 2))); if (Math.abs(_root.xadjust) < 0.1) { _root.xadjust = -0.1; } _root.wall_snd = new Sound(); _root.wall_snd.attachSound("wlbounce"); _root.wall_snd.start("wlbounce"); } } } gotoAndPlay (2);
Symbol 93 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 93 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if (this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, true)) { xw = mybounds.xMin - mybounds.xMax; yw = mybounds.yMax - mybounds.yMin; bw = mybounds.yMin - ((yw / xw) * mybounds.xMax); xc = ((_root.ball._x - 2.72) + _root.xfactor) - (_root.ball._x - 2.72); yc = ((_root.ball._y - 2.72) + _root.yfactor) - (_root.ball._y - 2.72); b2 = (_root.ball._y - 2.72) - ((yc / xc) * (_root.ball._x - 2.72)); ix = ((bw - b2) / (yc / xc)) / (1 - ((yw / xw) / (yc / xc))); _root.xadjust = ix - (_root.ball._x - 2.72); _root.yadjust = Math.abs(_root.xadjust * Math.sin((_root.fa * Math.Pi) / 180)); _root.adjust = "xy1"; _root.wall_snd.start("wlbounce"); } } gotoAndPlay (2);
Symbol 94 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 94 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if (this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, true)) { xw = mybounds.xMin - mybounds.xMax; yw = mybounds.yMin - mybounds.yMax; bw = mybounds.yMin - ((yw / xw) * mybounds.xMin); xc = ((_root.ball._x + 2.72) + _root.xfactor) - (_root.ball._x + 2.72); yc = ((_root.ball._y - 2.72) + _root.yfactor) - (_root.ball._y - 2.72); b2 = (_root.ball._y - 2.72) - ((yc / xc) * (_root.ball._x + 2.72)); ix = ((bw - b2) / (yc / xc)) / (1 - ((yw / xw) / (yc / xc))); fm = Math.sqrt((_root.xfactor * _root.xfactor) + (_root.yfactor * _root.yfactor)); fa = (Math.acos(Math.Abs(_root.yfactor) / fm) * 180) / Math.PI; _root.xadjust = (_root.ball._x + 2.72) - ix; _root.yadjust = Math.abs(_root.xadjust * Math.sin((_root.fa * Math.Pi) / 180)); _root.adjust = "xy3"; _root.wall_snd.start("wlbounce"); } } gotoAndPlay (2);
Symbol 95 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 95 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if (this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, true)) { xw = mybounds.xMin - mybounds.xMax; yw = mybounds.yMax - mybounds.yMin; bw = mybounds.yMax - ((yw / xw) * mybounds.xMin); xc = ((_root.ball._x + 2.72) + _root.xfactor) - (_root.ball._x + 2.72); yc = ((_root.ball._y + 2.72) + _root.yfactor) - (_root.ball._y + 2.72); b2 = (_root.ball._y + 2.72) - ((yc / xc) * (_root.ball._x + 2.72)); ix = ((bw - b2) / (yc / xc)) / (1 - ((yw / xw) / (yc / xc))); fm = Math.sqrt((_root.xfactor * _root.xfactor) + (_root.yfactor * _root.yfactor)); fa = (Math.acos(Math.Abs(_root.yfactor) / fm) * 180) / Math.PI; _root.xadjust = (_root.ball._x + 2.72) - ix; _root.yadjust = Math.abs(_root.xadjust * Math.sin((_root.fa * Math.Pi) / 180)); _root.adjust = "xy4"; _root.wall_snd.start("wlbounce"); } } gotoAndPlay (2);
Symbol 96 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 96 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if (this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, true)) { xw = mybounds.xMin - mybounds.xMax; yw = mybounds.yMin - mybounds.yMax; bw = mybounds.yMax - ((yw / xw) * mybounds.xMax); xc = ((_root.ball._x - 2.72) + _root.xfactor) - (_root.ball._x - 2.72); yc = ((_root.ball._y + 2.72) + _root.yfactor) - (_root.ball._y + 2.72); b2 = (_root.ball._y + 2.72) - ((yc / xc) * (_root.ball._x - 2.72)); ix = ((bw - b2) / (yc / xc)) / (1 - ((yw / xw) / (yc / xc))); _root.xadjust = ix - (_root.ball._x - 2.72); _root.yadjust = Math.abs(_root.xadjust * Math.sin((_root.fa * Math.Pi) / 180)); _root.adjust = "xy2"; _root.wall_snd.start("wlbounce"); } } gotoAndPlay (2);
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 65
stop();
Symbol 107 Button
on (release, keyPress "8") { _root.hole1HitCount = 8; _root.go = 1; }
Symbol 142 Button
on (release) { _root.go = 0; gotoAndStop (8); }
Symbol 151 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.xfactor = _root.xfactor - 0.2; } } gotoAndPlay (1);
Symbol 153 Button
on (release) { _root.go = 0; gotoAndStop (12); }
Symbol 164 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.xfactor = 0; _root.yfactor = 0; _root.ball._x = returnx; _root.ball._y = returny; me = new Sound(); me.attachSound("water"); me.start("water"); } } gotoAndPlay (1);
Instance of Symbol 164 MovieClip in Symbol 165 MovieClip Frame 82
//component parameters onClipEvent (initialize) { returnx = 270; returny = 410; }
Symbol 171 Button
on (release) { _root.go = 0; gotoAndStop (16); }
Symbol 184 Button
on (release) { _root.go = 0; gotoAndStop (20); }
Symbol 196 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { if ((Math.Abs(_root.xfactor) + Math.Abs(_root.yfactor)) < 4) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; _root.balldown1._alpha = 100; _root.balldown1.play(); me = new Sound(); me.attachSound("pipe"); me.start("pipe"); _root.ball._x = 410; _root.ball._y = 150; } } } if (ds) { if ((getTimer() - dtime) > 2000) { _root.xfactor = random(4) + 2; _root.yfactor = 0; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 198 MovieClip Frame 1
this._alpha = 0; stop();
Symbol 198 MovieClip Frame 40
Symbol 199 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x + 3, _root.ball._y, false)) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; _root.ball._x = 558; _root.ball._y = 308; } } if (ds) { if ((getTimer() - dtime) > 1000) { _root.xfactor = 0; _root.yfactor = random(4) + 2; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 201 Button
on (release) { _root.go = 0; gotoAndStop (24); }
Symbol 212 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { if ((Math.Abs(_root.xfactor) + Math.Abs(_root.yfactor)) < 130) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; _root.ball._x = 360; _root.ball._y = random(100) + 100; } } } if (ds) { if ((getTimer() - dtime) > 2000) { _root.xfactor = random(5) + 3; _root.yfactor = 0; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 214 Button
on (release) { _root.go = 0; gotoAndStop (28); }
Symbol 223 MovieClip Frame 1
xinc = 1; yinc = -8;
Symbol 223 MovieClip Frame 3
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { if (_root.yfactor < -6) { _root.rolling = 0; _root.ball.gotoAndStop(3); animStart = 1; me = new Sound(); me.attachSound("pipe"); me.start("pipe"); } else { _root.yfactor = _root.yfactor + 0.5; } } } if (animStart) { _root.ball._y = _root.ball._y + yinc; _root.ball._x = _root.ball._x + xinc; xinc = xinc + 0.05; yinc = yinc + 1; if (_root.ball._x > 500) { _root.ball._alpha = 0; animStart = 0; ds = 1; dtime = getTimer(); _root.ball._x = 535; _root.ball._y = 205; } } if (ds) { if ((getTimer() - dtime) > 750) { _root.xfactor = 0; _root.yfactor = -3; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (2);
Symbol 226 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 226 MovieClip Frame 3
if ((_root.ball._x < mybounds.xMax) && (_root.ball._x > mybounds.xMin)) { if (_root.yfactor > 0) { if (_root.rolling && (_root.adjust == "na")) { if ((((((_root.ball._y + (_root.ball._height / 2)) + _root.yfactor) > myBounds.yMin) && (((_root.ball._y + (_root.ball._height / 2)) + _root.yfactor) < myBounds.yMax)) || ((((_root.ball._y - (_root.ball._height / 2)) + _root.yfactor) > myBounds.yMin) && (((_root.ball._y - (_root.ball._height / 2)) + _root.yfactor) < myBounds.yMax))) || (((_root.ball._y + _root.yfactor) > myBounds.yMin) && ((_root.ball._y + _root.yfactor) < myBounds.yMax))) { _root.adjust = "y"; _root.yadjust = Math.floor(myBounds.yMin - (_root.ball._y + (_root.ball._height / 2))); if (Math.abs(_root.yadjust) < 0.1) { _root.yadjust = -0.1; } _root.wall_snd.start("wlbounce"); } } } } gotoAndPlay (2);
Symbol 227 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.yfactor = _root.yfactor - 0.2; } } gotoAndPlay (1);
Symbol 229 Button
on (release) { _root.go = 0; gotoAndStop (32); }
Symbol 239 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { if ((Math.Abs(_root.xfactor) + Math.Abs(_root.yfactor)) < 130) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; _root.ball._x = 390; _root.ball._y = random(60) + 100; } } } if (ds) { if ((getTimer() - dtime) > 1500) { _root.xfactor = random(4) + 3; _root.yfactor = 0; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 247 Button
on (release) { _root.go = 0; gotoAndStop (36); }
Symbol 260 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { if ((Math.Abs(_root.xfactor) + Math.Abs(_root.yfactor)) < 4) { _root.xfactor = 0; _root.yfactor = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; _root.balldown1._alpha = 100; _root.balldown1.play(); me = new Sound(); me.attachSound("pipe"); me.start("pipe"); _root.ball._x = 230; _root.ball._y = 150; } } } if (ds) { if ((getTimer() - dtime) > 1500) { _root.bottle_movie.play(); ds2 = 1; dtime2 = getTimer(); ds = 0; } } if (ds2) { if ((getTimer() - dtime2) > 2500) { trace("hi"); _root.ball._alpha = 100; ds2 = 0; } } gotoAndPlay (1);
Symbol 261 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { if ((Math.Abs(_root.xfactor) + Math.Abs(_root.yfactor)) < 4) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; _root.balldown2._alpha = 100; _root.balldown2.play(); me = new Sound(); me.attachSound("pipe"); me.start("pipe"); _root.ball._x = 300; _root.ball._y = 285; } } } if (ds) { if ((getTimer() - dtime) > 2000) { _root.xfactor = 0; _root.yfactor = random(4) + 2; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 267 MovieClip Frame 1
stop();
Symbol 269 Button
on (release) { _root.go = 0; gotoAndStop (40); }
Symbol 281 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { if ((Math.abs(_root.xfactor) + Math.abs(_root.yfactor)) < 4) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; _root.balldown1._alpha = 100; _root.balldown1.play(); me = new Sound(); me.attachSound("bottle_drop"); me.start("bottle_drop"); _root.ball._x = 435; _root.ball._y = 270; } } } if (ds) { if ((getTimer() - dtime) > 2000) { if (_root.hole1hitCount != 1) { _root.xfactor = random(7); _root.yfactor = random(7); } else { trace("yep"); _root.xfactor = 5; _root.yfactor = 3; } _root.glassbreak._alpha = 100; _root.glassbreak.play(); _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 292 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 27
stop();
Symbol 294 Button
on (release) { _root.go = 0; gotoAndStop (44); }
Symbol 311 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 311 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if ((_root.ball._x < mybounds.xMax) && (_root.ball._x > mybounds.xMin)) { if (_root.yfactor > 0) { if (this.hitTest(_root.ball._x + _root.xfactor, (_root.ball._y - 3.85) + _root.yfactor, true)) { _root.adjust = "y"; _root.yadjust = Math.floor(myBounds.yMin - (_root.ball._y + 3.85)); if (Math.abs(_root.yadjust) < 0.1) { _root.yadjust = 0.1; } _root.wall_snd.start("wlbounce"); } } } } gotoAndPlay (2);
Symbol 312 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 312 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if ((_root.ball._y < mybounds.yMax) && (_root.ball._y > mybounds.yMin)) { if (_root.xfactor > 0) { if (this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, true)) { _root.adjust = "x"; _root.xadjust = Math.floor(myBounds.xMin - (_root.ball._x + 3.85)); if (Math.abs(_root.xadjust) < 0.1) { _root.xadjust = -0.1; } _root.wall_snd.start("wlbounce"); } } } } gotoAndPlay (2);
Symbol 314 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 314 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if ((_root.ball._x < mybounds.xMax) && (_root.ball._x > mybounds.xMin)) { if (_root.yfactor > 0) { if (this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, true)) { _root.adjust = "y"; _root.yadjust = Math.floor(myBounds.yMin - (_root.ball._y + 3.85)); if (Math.abs(_root.yadjust) < 0.1) { _root.yadjust = -0.1; } _root.wall_snd.start("wlbounce"); } } } } gotoAndPlay (2);
Symbol 315 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 315 MovieClip Frame 3
if (_root.rolling && (_root.adjust == "na")) { if ((_root.ball._y < mybounds.yMax) && (_root.ball._y > mybounds.yMin)) { if (_root.xfactor < 0) { if (this.hitTest(_root.ball._x + _root.xfactor, _root.ball._y + _root.yfactor, true)) { _root.adjust = "x"; _root.xadjust = Math.ceil(myBounds.xMax - (_root.ball._x - 3.85)); if (Math.abs(_root.xadjust) < 0.1) { _root.xadjust = 0.1; } _root.wall_snd.start("wlbounce"); } } } } gotoAndPlay (2);
Symbol 318 Button
on (release) { _root.go = 0; gotoAndStop (48); }
Symbol 338 Button
on (release) { _root.go = 0; gotoAndStop (52); }
Symbol 358 Button
on (release) { _root.go = 0; gotoAndStop (56); }
Symbol 379 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { if (_root.xfactor < 4) { _root.rolling = 0; _root.xfactor = 0; _root.yfactor = 0; me = new Sound(); me.attachSound("water"); me.start("water"); _root.ball._x = returnx; _root.ball._y = returny; } else { _root.shadow_ball = 1; ds = 1; dtime = getTimer(); _root.ball._xscale = 120; _root.ball._yscale = 130; } } } if (ds) { if (((getTimer() - dtime) > 1000) || (_root.ball._x > 550)) { _root.shadow_ball = 0; _root.bshadow._alpha = 0; _root.ball._xscale = 100; _root.ball._yscale = 100; ds = 0; } } gotoAndPlay (1);
Symbol 382 MovieClip Frame 1
xd = 10; yd = 15;
Symbol 382 MovieClip Frame 3
if (_root.shadow_ball) { this._alpha = 100; this._x = _root.ball._x + xd; this._y = _root.ball._y + yd; xd = xd - 0.5; yd = yd - 0.5; this._xscale = this._xscale - 3; this._yscale = this._yscale - 3; } gotoAndPlay (2);
Symbol 383 MovieClip Frame 1
myBounds = this.getBounds(_root);
Symbol 383 MovieClip Frame 3
if ((((((_root.ball._x - 3.85) + _root.xfactor) < myBounds.xMax) && (((_root.ball._x - 3.85) + _root.xfactor) > myBounds.xMin)) || ((((_root.ball._x + 3.85) + _root.xfactor) < myBounds.xMax) && (((_root.ball._x + 3.85) + _root.xfactor) > myBounds.xMin))) || (((_root.ball._x + _root.xfactor) < myBounds.xMax) && ((_root.ball._x + _root.xfactor) > myBounds.xMin))) { if ((_root.ball._y < mybounds.yMax) && (_root.ball._y > mybounds.yMin)) { if (_root.rolling && (_root.adjust == "na")) { if (_root.xfactor < 0) { _root.adjust = "x"; _root.xadjust = Math.ceil(myBounds.xMax - (_root.ball._x - (_root.ball._width / 2))); if (Math.abs(_root.xadjust) < 0.1) { _root.xadjust = 0.1; } _root.wall_snd = new Sound(); _root.wall_snd.attachSound("wlbounce"); _root.wall_snd.start("wlbounce"); } } } } gotoAndPlay (2);
Symbol 385 Button
on (release) { _root.go = 0; gotoAndStop (60); }
Symbol 412 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; _root.balldown1._alpha = 100; _root.balldown1.play(); me = new Sound(); me.attachSound("pipe"); me.start("pipe"); _root.ball._x = 510; _root.ball._y = 365; } } if (ds) { if ((getTimer() - dtime) > 2000) { _root.xfactor = 3; _root.yfactor = 0; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 414 Button
on (release) { _root.go = 0; gotoAndStop (64); }
Symbol 437 Button
on (release) { _root.go = 0; gotoAndStop (68); }
Symbol 462 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; me = new Sound(); me.attachSound("pipe"); me.start("pipe"); _root.ball._x = 465; _root.ball._y = 175; } } if (ds) { if ((getTimer() - dtime) > 2000) { _root.xfactor = -2; _root.yfactor = 0; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 463 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; _root.ball._x = 385; _root.ball._y = 105; me = new Sound(); me.attachSound("bottle_drop"); me.start("bottle_drop"); } } if (ds) { if ((getTimer() - dtime) > 2500) { _root.xfactor = -1 * (random(4) + 5); _root.yfactor = 0; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 465 Button
on (release) { _root.go = 0; gotoAndStop (72); }
Symbol 489 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; me = new Sound(); me.attachSound("pipe"); me.start("pipe"); _root.ball._x = 405; _root.ball._y = 220; } } if (ds) { if ((getTimer() - dtime) > 2000) { _root.xfactor = 8; _root.yfactor = 3.5; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 495 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; _root.balldown2._alpha = 100; _root.balldown2.play(); me = new Sound(); me.attachSound("pipe"); me.start("pipe"); _root.ball._x = 405; _root.ball._y = 328; } } if (ds) { if ((getTimer() - dtime) > 2000) { _root.xfactor = 3; _root.yfactor = 0; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 496 MovieClip Frame 2
if (_root.rolling) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.rolling = 0; _root.ball.gotoAndStop(3); _root.ball._alpha = 0; dtime = getTimer(); ds = 1; _root.balldown1._alpha = 100; _root.balldown1.play(); me = new Sound(); me.attachSound("pipe"); me.start("pipe"); _root.ball._x = 405; _root.ball._y = 220; } } if (ds) { if ((getTimer() - dtime) > 2000) { _root.xfactor = 3; _root.yfactor = 0; _root.ball._alpha = 100; _root.rolling = 1; _root.ball.gotoAndPlay(3); ds = 0; } } gotoAndPlay (1);
Symbol 498 Button
on (release) { _root.go = 0; gotoAndStop (76); }
Symbol 536 Button
on (release) { _root.elist = 0; gotoAndStop (2); }
Symbol 538 Button
on (release) { _root.elist = 1; gotoAndStop (1); }
Symbol 539 MovieClip Frame 1
stop();
Symbol 539 MovieClip Frame 2
stop();
Symbol 545 Button
on (release) { loadVariablesNum ("http://www.finestramedia.com/wbc/addtoboard.asp", 0, "POST"); gotoAndStop (80); }
Symbol 559 Button
on (release) { gotoAndPlay (4); }
Symbol 566 Button
on (release) { getURL ("http://www.widmer.com/games/golfboard2.html"); }
Symbol 573 Button
on (release) { gotoAndStop (83); }
Symbol 580 Button
on (release) { loadVariablesNum ("http://www.finestramedia.com/wbc/addtocontest.asp", 0, "POST"); gotoAndStop (82); }
Symbol 594 Button
on (release) { loadVariablesNum ("http://www.finestramedia.com/wbc/tellafriend2.asp", 0, "POST"); gotoAndStop (84); }
Symbol 600 Button
on (release) { gotoAndStop (83); }

Library Items

Symbol 1 Sound [wlbounce]
Symbol 2 Sound [water]
Symbol 3 Sound [putt]
Symbol 4 Sound [pipe]
Symbol 5 Sound [crowd]
Symbol 6 Sound [bottle_hit]
Symbol 7 Sound [bottle_drop]
Symbol 8 Sound [inthehole]Used by:97
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 FontUsed by:13 14 145 157 176 190 208 222 238 257 280 307 332 353 374 402 432 456 485 519
Symbol 13 TextUses:12Used by:Timeline
Symbol 14 EditableTextUses:12Used by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 FontUsed by:17 19 21 24 27 29 31 34 38 521 524 551 553 560 567 570 574 587
Symbol 17 TextUses:16Used by:26 46
Symbol 18 GraphicUsed by:26 46
Symbol 19 TextUses:16Used by:26 46
Symbol 20 GraphicUsed by:26 46
Symbol 21 TextUses:16Used by:26 46
Symbol 22 GraphicUsed by:26 46
Symbol 23 GraphicUsed by:26 46
Symbol 24 TextUses:16Used by:26 46
Symbol 25 GraphicUsed by:26 46
Symbol 26 ButtonUses:17 18 19 20 21 22 23 24 25Used by:Timeline
Symbol 27 TextUses:16Used by:36
Symbol 28 GraphicUsed by:36
Symbol 29 TextUses:16Used by:36
Symbol 30 GraphicUsed by:36
Symbol 31 TextUses:16Used by:36
Symbol 32 GraphicUsed by:36
Symbol 33 GraphicUsed by:36
Symbol 34 TextUses:16Used by:36
Symbol 35 GraphicUsed by:36
Symbol 36 ButtonUses:27 28 29 30 31 32 33 34 35Used by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 TextUses:16Used by:Timeline
Symbol 39 FontUsed by:40 41 522 525 526 527 528 529 532 546 547 548 549 550 552 575 581 582 583 584 585 586 588 589 590 591 592 595 596 597 598 599
Symbol 40 TextUses:39Used by:Timeline
Symbol 41 TextUses:39Used by:45
Symbol 42 GraphicUsed by:45
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:41 42 43 44Used by:Timeline
Symbol 46 ButtonUses:17 18 19 20 21 22 23 24 25Used by:Timeline
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:49 50 51 80 81 90 151 164 226 227 379 383
Symbol 49 MovieClipUses:48Used by:Timeline
Symbol 50 MovieClipUses:48Used by:Timeline
Symbol 51 MovieClipUses:48Used by:Timeline
Symbol 52 GraphicUsed by:53 196 199 212 223 239 260 261 281 412 462 463 489 495 496
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 GraphicUsed by:76 97 198 267
Symbol 76 MovieClipUses:75Used by:79
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:79
Symbol 79 MovieClipUses:76 78Used by:Timeline
Symbol 80 MovieClipUses:48Used by:408 411 490  Timeline
Symbol 81 MovieClipUses:48Used by:Timeline
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:84 85 87 88 311 312 314 315
Symbol 84 MovieClipUses:83Used by:86
Symbol 85 MovieClipUses:83Used by:86
Symbol 86 MovieClipUses:84 85Used by:Timeline
Symbol 87 MovieClipUses:83Used by:89
Symbol 88 MovieClipUses:83Used by:89
Symbol 89 MovieClipUses:87 88Used by:Timeline
Symbol 90 MovieClipUses:48Used by:Timeline
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:93 94 95 96
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 MovieClipUses:92Used by:Timeline
Symbol 95 MovieClipUses:92Used by:Timeline
Symbol 96 MovieClipUses:92Used by:Timeline
Symbol 97 MovieClipUses:75 8Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:107
Symbol 102 FontUsed by:103 104 106 541 593
Symbol 103 TextUses:102Used by:107
Symbol 104 TextUses:102Used by:107
Symbol 105 GraphicUsed by:107
Symbol 106 TextUses:102Used by:107
Symbol 107 ButtonUses:101 103 104 105 106Used by:Timeline
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:Timeline
Symbol 110 FontUsed by:113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 143 144 154 155 156 172 173 174 175 185 186 187 188 189 202 203 204 205 206 207 215 216 217 218 219 220 221 230 231 232 233 234 235 236 237 248 249 250 251 252 253 254 255 256 270 271 272 273 274 275 276 277 278 279 295 296 297 298 299 300 301 302 303 304 305 306 319 320 321 322 323 324 325 326 327 328 329 330 331 339 340 341 342 343 344 345 346 347 348 349 350 351 352 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 523 544 577
Symbol 111 TextUsed by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 TextUses:110Used by:Timeline
Symbol 114 TextUses:110Used by:Timeline
Symbol 115 TextUses:110Used by:Timeline
Symbol 116 TextUses:110Used by:Timeline
Symbol 117 TextUses:110Used by:Timeline
Symbol 118 TextUses:110Used by:Timeline
Symbol 119 TextUses:110Used by:Timeline
Symbol 120 TextUses:110Used by:Timeline
Symbol 121 TextUses:110Used by:Timeline
Symbol 122 TextUses:110Used by:Timeline
Symbol 123 TextUses:110Used by:Timeline
Symbol 124 TextUses:110Used by:Timeline
Symbol 125 TextUses:110Used by:Timeline
Symbol 126 TextUses:110Used by:Timeline
Symbol 127 TextUses:110Used by:Timeline
Symbol 128 TextUses:110Used by:Timeline
Symbol 129 TextUses:110Used by:Timeline
Symbol 130 TextUses:110Used by:Timeline
Symbol 131 TextUses:110Used by:Timeline
Symbol 132 TextUses:110Used by:Timeline
Symbol 133 TextUses:110Used by:Timeline
Symbol 134 TextUses:110Used by:Timeline
Symbol 135 TextUses:110Used by:Timeline
Symbol 136 TextUses:110Used by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 GraphicUsed by:142 153 171 184 201 214 229 247 269 294 318 338 358 385 414 437 465 498
Symbol 139 GraphicUsed by:142 153 171 184 201 214 229 247 269 294 318 338 358 385 414 437 465 498
Symbol 140 GraphicUsed by:142 153 171 184 201 214 229 247 269 294 318 338 358 385 414 437 465 498
Symbol 141 GraphicUsed by:142 153 171 184 201 214 229 247 269 294 318 338 358 385 414 437 465 498
Symbol 142 ButtonUses:138 139 140 141Used by:Timeline
Symbol 143 EditableTextUses:110Used by:Timeline
Symbol 144 EditableTextUses:110Used by:Timeline
Symbol 145 EditableTextUses:12Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 GraphicUsed by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 MovieClipUses:48Used by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 ButtonUses:138 139 140 141Used by:Timeline
Symbol 154 EditableTextUses:110Used by:Timeline
Symbol 155 EditableTextUses:110Used by:Timeline
Symbol 156 EditableTextUses:110Used by:Timeline
Symbol 157 EditableTextUses:12Used by:Timeline
Symbol 158 GraphicUsed by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:162  Timeline
Symbol 162 MovieClipUses:161Used by:Timeline
Symbol 163 GraphicUsed by:165
Symbol 164 MovieClipUses:48Used by:165  Timeline
Symbol 165 MovieClipUses:163 164Used by:Timeline
Symbol 166 GraphicUsed by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 ButtonUses:138 139 140 141Used by:Timeline
Symbol 172 EditableTextUses:110Used by:Timeline
Symbol 173 EditableTextUses:110Used by:Timeline
Symbol 174 EditableTextUses:110Used by:Timeline
Symbol 175 EditableTextUses:110Used by:Timeline
Symbol 176 EditableTextUses:12Used by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 GraphicUsed by:Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:267  Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 ButtonUses:138 139 140 141Used by:Timeline
Symbol 185 EditableTextUses:110Used by:Timeline
Symbol 186 EditableTextUses:110Used by:Timeline
Symbol 187 EditableTextUses:110Used by:Timeline
Symbol 188 EditableTextUses:110Used by:Timeline
Symbol 189 EditableTextUses:110Used by:Timeline
Symbol 190 EditableTextUses:12Used by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 GraphicUsed by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 MovieClipUses:52Used by:Timeline
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197 75Used by:Timeline
Symbol 199 MovieClipUses:52Used by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 ButtonUses:138 139 140 141Used by:Timeline
Symbol 202 EditableTextUses:110Used by:Timeline
Symbol 203 EditableTextUses:110Used by:Timeline
Symbol 204 EditableTextUses:110Used by:Timeline
Symbol 205 EditableTextUses:110Used by:Timeline
Symbol 206 EditableTextUses:110Used by:Timeline
Symbol 207 EditableTextUses:110Used by:Timeline
Symbol 208 EditableTextUses:12Used by:Timeline
Symbol 209 GraphicUsed by:Timeline
Symbol 210 GraphicUsed by:Timeline
Symbol 211 GraphicUsed by:Timeline
Symbol 212 MovieClipUses:52Used by:Timeline
Symbol 213 GraphicUsed by:Timeline
Symbol 214 ButtonUses:138 139 140 141Used by:Timeline
Symbol 215 EditableTextUses:110Used by:Timeline
Symbol 216 EditableTextUses:110Used by:Timeline
Symbol 217 EditableTextUses:110Used by:Timeline
Symbol 218 EditableTextUses:110Used by:Timeline
Symbol 219 EditableTextUses:110Used by:Timeline
Symbol 220 EditableTextUses:110Used by:Timeline
Symbol 221 EditableTextUses:110Used by:Timeline
Symbol 222 EditableTextUses:12Used by:Timeline
Symbol 223 MovieClipUses:52Used by:Timeline
Symbol 224 GraphicUsed by:Timeline
Symbol 225 GraphicUsed by:Timeline
Symbol 226 MovieClipUses:48Used by:Timeline
Symbol 227 MovieClipUses:48Used by:Timeline
Symbol 228 GraphicUsed by:Timeline
Symbol 229 ButtonUses:138 139 140 141Used by:Timeline
Symbol 230 EditableTextUses:110Used by:Timeline
Symbol 231 EditableTextUses:110Used by:Timeline
Symbol 232 EditableTextUses:110Used by:Timeline
Symbol 233 EditableTextUses:110Used by:Timeline
Symbol 234 EditableTextUses:110Used by:Timeline
Symbol 235 EditableTextUses:110Used by:Timeline
Symbol 236 EditableTextUses:110Used by:Timeline
Symbol 237 EditableTextUses:110Used by:Timeline
Symbol 238 EditableTextUses:12Used by:Timeline
Symbol 239 MovieClipUses:52Used by:Timeline
Symbol 240 GraphicUsed by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 GraphicUsed by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 GraphicUsed by:Timeline
Symbol 246 GraphicUsed by:Timeline
Symbol 247 ButtonUses:138 139 140 141Used by:Timeline
Symbol 248 EditableTextUses:110Used by:Timeline
Symbol 249 EditableTextUses:110Used by:Timeline
Symbol 250 EditableTextUses:110Used by:Timeline
Symbol 251 EditableTextUses:110Used by:Timeline
Symbol 252 EditableTextUses:110Used by:Timeline
Symbol 253 EditableTextUses:110Used by:Timeline
Symbol 254 EditableTextUses:110Used by:Timeline
Symbol 255 EditableTextUses:110Used by:Timeline
Symbol 256 EditableTextUses:110Used by:Timeline
Symbol 257 EditableTextUses:12Used by:Timeline
Symbol 258 GraphicUsed by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 MovieClipUses:52Used by:Timeline
Symbol 261 MovieClipUses:52Used by:Timeline
Symbol 262 GraphicUsed by:267
Symbol 263 GraphicUsed by:267
Symbol 264 GraphicUsed by:267
Symbol 265 GraphicUsed by:267
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:262 182 263 264 75 265 266Used by:Timeline
Symbol 268 GraphicUsed by:Timeline
Symbol 269 ButtonUses:138 139 140 141Used by:Timeline
Symbol 270 EditableTextUses:110Used by:Timeline
Symbol 271 EditableTextUses:110Used by:Timeline
Symbol 272 EditableTextUses:110Used by:Timeline
Symbol 273 EditableTextUses:110Used by:Timeline
Symbol 274 EditableTextUses:110Used by:Timeline
Symbol 275 EditableTextUses:110Used by:Timeline
Symbol 276 EditableTextUses:110Used by:Timeline
Symbol 277 EditableTextUses:110Used by:Timeline
Symbol 278 EditableTextUses:110Used by:Timeline
Symbol 279 EditableTextUses:110Used by:Timeline
Symbol 280 EditableTextUses:12Used by:Timeline
Symbol 281 MovieClipUses:52Used by:Timeline
Symbol 282 GraphicUsed by:Timeline
Symbol 283 GraphicUsed by:Timeline
Symbol 284 GraphicUsed by:Timeline
Symbol 285 GraphicUsed by:Timeline
Symbol 286 GraphicUsed by:Timeline
Symbol 287 GraphicUsed by:Timeline
Symbol 288 GraphicUsed by:292
Symbol 289 GraphicUsed by:292
Symbol 290 GraphicUsed by:292
Symbol 291 SoundUsed by:292
Symbol 292 MovieClipUses:288 289 290 291Used by:Timeline
Symbol 293 GraphicUsed by:Timeline
Symbol 294 ButtonUses:138 139 140 141Used by:Timeline
Symbol 295 EditableTextUses:110Used by:Timeline
Symbol 296 EditableTextUses:110Used by:Timeline
Symbol 297 EditableTextUses:110Used by:Timeline
Symbol 298 EditableTextUses:110Used by:Timeline
Symbol 299 EditableTextUses:110Used by:Timeline
Symbol 300 EditableTextUses:110Used by:Timeline
Symbol 301 EditableTextUses:110Used by:Timeline
Symbol 302 EditableTextUses:110Used by:Timeline
Symbol 303 EditableTextUses:110Used by:Timeline
Symbol 304 EditableTextUses:110Used by:Timeline
Symbol 305 EditableTextUses:110Used by:Timeline
Symbol 306 EditableTextUses:110Used by:Timeline
Symbol 307 EditableTextUses:12Used by:Timeline
Symbol 308 GraphicUsed by:Timeline
Symbol 309 GraphicUsed by:Timeline
Symbol 310 GraphicUsed by:Timeline
Symbol 311 MovieClipUses:83Used by:313
Symbol 312 MovieClipUses:83Used by:313
Symbol 313 MovieClipUses:311 312Used by:Timeline
Symbol 314 MovieClipUses:83Used by:316
Symbol 315 MovieClipUses:83Used by:316
Symbol 316 MovieClipUses:314 315Used by:Timeline
Symbol 317 GraphicUsed by:Timeline
Symbol 318 ButtonUses:138 139 140 141Used by:Timeline
Symbol 319 EditableTextUses:110Used by:Timeline
Symbol 320 EditableTextUses:110Used by:Timeline
Symbol 321 EditableTextUses:110Used by:Timeline
Symbol 322 EditableTextUses:110Used by:Timeline
Symbol 323 EditableTextUses:110Used by:Timeline
Symbol 324 EditableTextUses:110Used by:Timeline
Symbol 325 EditableTextUses:110Used by:Timeline
Symbol 326 EditableTextUses:110Used by:Timeline
Symbol 327 EditableTextUses:110Used by:Timeline
Symbol 328 EditableTextUses:110Used by:Timeline
Symbol 329 EditableTextUses:110Used by:Timeline
Symbol 330 EditableTextUses:110Used by:Timeline
Symbol 331 EditableTextUses:110Used by:Timeline
Symbol 332 EditableTextUses:12Used by:Timeline
Symbol 333 GraphicUsed by:Timeline
Symbol 334 GraphicUsed by:Timeline
Symbol 335 GraphicUsed by:Timeline
Symbol 336 GraphicUsed by:Timeline
Symbol 337 GraphicUsed by:Timeline
Symbol 338 ButtonUses:138 139 140 141Used by:Timeline
Symbol 339 EditableTextUses:110Used by:Timeline
Symbol 340 EditableTextUses:110Used by:Timeline
Symbol 341 EditableTextUses:110Used by:Timeline
Symbol 342 EditableTextUses:110Used by:Timeline
Symbol 343 EditableTextUses:110Used by:Timeline
Symbol 344 EditableTextUses:110Used by:Timeline
Symbol 345 EditableTextUses:110Used by:Timeline
Symbol 346 EditableTextUses:110Used by:Timeline
Symbol 347 EditableTextUses:110Used by:Timeline
Symbol 348 EditableTextUses:110Used by:Timeline
Symbol 349 EditableTextUses:110Used by:Timeline
Symbol 350 EditableTextUses:110Used by:Timeline
Symbol 351 EditableTextUses:110Used by:Timeline
Symbol 352 EditableTextUses:110Used by:Timeline
Symbol 353 EditableTextUses:12Used by:Timeline
Symbol 354 GraphicUsed by:Timeline
Symbol 355 GraphicUsed by:Timeline
Symbol 356 GraphicUsed by:Timeline
Symbol 357 GraphicUsed by:Timeline
Symbol 358 ButtonUses:138 139 140 141Used by:Timeline
Symbol 359 EditableTextUses:110Used by:Timeline
Symbol 360 EditableTextUses:110Used by:Timeline
Symbol 361 EditableTextUses:110Used by:Timeline
Symbol 362 EditableTextUses:110Used by:Timeline
Symbol 363 EditableTextUses:110Used by:Timeline
Symbol 364 EditableTextUses:110Used by:Timeline
Symbol 365 EditableTextUses:110Used by:Timeline
Symbol 366 EditableTextUses:110Used by:Timeline
Symbol 367 EditableTextUses:110Used by:Timeline
Symbol 368 EditableTextUses:110Used by:Timeline
Symbol 369 EditableTextUses:110Used by:Timeline
Symbol 370 EditableTextUses:110Used by:Timeline
Symbol 371 EditableTextUses:110Used by:Timeline
Symbol 372 EditableTextUses:110Used by:Timeline
Symbol 373 EditableTextUses:110Used by:Timeline
Symbol 374 EditableTextUses:12Used by:Timeline
Symbol 375 GraphicUsed by:Timeline
Symbol 376 GraphicUsed by:Timeline
Symbol 377 GraphicUsed by:Timeline
Symbol 378 GraphicUsed by:Timeline
Symbol 379 MovieClipUses:48Used by:Timeline
Symbol 380 GraphicUsed by:381
Symbol 381 MovieClipUses:380Used by:382
Symbol 382 MovieClipUses:381Used by:Timeline
Symbol 383 MovieClipUses:48Used by:Timeline
Symbol 384 GraphicUsed by:Timeline
Symbol 385 ButtonUses:138 139 140 141Used by:Timeline
Symbol 386 EditableTextUses:110Used by:Timeline
Symbol 387 EditableTextUses:110Used by:Timeline
Symbol 388 EditableTextUses:110Used by:Timeline
Symbol 389 EditableTextUses:110Used by:Timeline
Symbol 390 EditableTextUses:110Used by:Timeline
Symbol 391 EditableTextUses:110Used by:Timeline
Symbol 392 EditableTextUses:110Used by:Timeline
Symbol 393 EditableTextUses:110Used by:Timeline
Symbol 394 EditableTextUses:110Used by:Timeline
Symbol 395 EditableTextUses:110Used by:Timeline
Symbol 396 EditableTextUses:110Used by:Timeline
Symbol 397 EditableTextUses:110Used by:Timeline
Symbol 398 EditableTextUses:110Used by:Timeline
Symbol 399 EditableTextUses:110Used by:Timeline
Symbol 400 EditableTextUses:110Used by:Timeline
Symbol 401 EditableTextUses:110Used by:Timeline
Symbol 402 EditableTextUses:12Used by:Timeline
Symbol 403 GraphicUsed by:Timeline
Symbol 404 GraphicUsed by:Timeline
Symbol 405 GraphicUsed by:408
Symbol 406 GraphicUsed by:408 411
Symbol 407 GraphicUsed by:408
Symbol 408 MovieClipUses:405 406 80 407Used by:Timeline
Symbol 409 GraphicUsed by:411
Symbol 410 GraphicUsed by:411
Symbol 411 MovieClipUses:409 406 410 80Used by:Timeline
Symbol 412 MovieClipUses:52Used by:Timeline
Symbol 413 GraphicUsed by:Timeline
Symbol 414 ButtonUses:138 139 140 141Used by:Timeline
Symbol 415 EditableTextUses:110Used by:Timeline
Symbol 416 EditableTextUses:110Used by:Timeline
Symbol 417 EditableTextUses:110Used by:Timeline
Symbol 418 EditableTextUses:110Used by:Timeline
Symbol 419 EditableTextUses:110Used by:Timeline
Symbol 420 EditableTextUses:110Used by:Timeline
Symbol 421 EditableTextUses:110Used by:Timeline
Symbol 422 EditableTextUses:110Used by:Timeline
Symbol 423 EditableTextUses:110Used by:Timeline
Symbol 424 EditableTextUses:110Used by:Timeline
Symbol 425 EditableTextUses:110Used by:Timeline
Symbol 426 EditableTextUses:110Used by:Timeline
Symbol 427 EditableTextUses:110Used by:Timeline
Symbol 428 EditableTextUses:110Used by:Timeline
Symbol 429 EditableTextUses:110Used by:Timeline
Symbol 430 EditableTextUses:110Used by:Timeline
Symbol 431 EditableTextUses:110Used by:Timeline
Symbol 432 EditableTextUses:12Used by:Timeline
Symbol 433 GraphicUsed by:Timeline
Symbol 434 GraphicUsed by:Timeline
Symbol 435 GraphicUsed by:Timeline
Symbol 436 GraphicUsed by:Timeline
Symbol 437 ButtonUses:138 139 140 141Used by:Timeline
Symbol 438 EditableTextUses:110Used by:Timeline
Symbol 439 EditableTextUses:110Used by:Timeline
Symbol 440 EditableTextUses:110Used by:Timeline
Symbol 441 EditableTextUses:110Used by:Timeline
Symbol 442 EditableTextUses:110Used by:Timeline
Symbol 443 EditableTextUses:110Used by:Timeline
Symbol 444 EditableTextUses:110Used by:Timeline
Symbol 445 EditableTextUses:110Used by:Timeline
Symbol 446 EditableTextUses:110Used by:Timeline
Symbol 447 EditableTextUses:110Used by:Timeline
Symbol 448 EditableTextUses:110Used by:Timeline
Symbol 449 EditableTextUses:110Used by:Timeline
Symbol 450 EditableTextUses:110Used by:Timeline
Symbol 451 EditableTextUses:110Used by:Timeline
Symbol 452 EditableTextUses:110Used by:Timeline
Symbol 453 EditableTextUses:110Used by:Timeline
Symbol 454 EditableTextUses:110Used by:Timeline
Symbol 455 EditableTextUses:110Used by:Timeline
Symbol 456 EditableTextUses:12Used by:Timeline
Symbol 457 GraphicUsed by:Timeline
Symbol 458 GraphicUsed by:Timeline
Symbol 459 GraphicUsed by:Timeline
Symbol 460 GraphicUsed by:Timeline
Symbol 461 GraphicUsed by:Timeline
Symbol 462 MovieClipUses:52Used by:Timeline
Symbol 463 MovieClipUses:52Used by:Timeline
Symbol 464 GraphicUsed by:Timeline
Symbol 465 ButtonUses:138 139 140 141Used by:Timeline
Symbol 466 EditableTextUses:110Used by:Timeline
Symbol 467 EditableTextUses:110Used by:Timeline
Symbol 468 EditableTextUses:110Used by:Timeline
Symbol 469 EditableTextUses:110Used by:Timeline
Symbol 470 EditableTextUses:110Used by:Timeline
Symbol 471 EditableTextUses:110Used by:Timeline
Symbol 472 EditableTextUses:110Used by:Timeline
Symbol 473 EditableTextUses:110Used by:Timeline
Symbol 474 EditableTextUses:110Used by:Timeline
Symbol 475 EditableTextUses:110Used by:Timeline
Symbol 476 EditableTextUses:110Used by:Timeline
Symbol 477 EditableTextUses:110Used by:Timeline
Symbol 478 EditableTextUses:110Used by:Timeline
Symbol 479 EditableTextUses:110Used by:Timeline
Symbol 480 EditableTextUses:110Used by:Timeline
Symbol 481 EditableTextUses:110Used by:Timeline
Symbol 482 EditableTextUses:110Used by:Timeline
Symbol 483 EditableTextUses:110Used by:Timeline
Symbol 484 EditableTextUses:110Used by:Timeline
Symbol 485 EditableTextUses:12Used by:Timeline
Symbol 486 GraphicUsed by:Timeline
Symbol 487 GraphicUsed by:490
Symbol 488 GraphicUsed by:490
Symbol 489 MovieClipUses:52Used by:490
Symbol 490 MovieClipUses:487 488 489 80Used by:Timeline
Symbol 491 GraphicUsed by:Timeline
Symbol 492 GraphicUsed by:Timeline
Symbol 493 GraphicUsed by:Timeline
Symbol 494 GraphicUsed by:Timeline
Symbol 495 MovieClipUses:52Used by:Timeline
Symbol 496 MovieClipUses:52Used by:Timeline
Symbol 497 GraphicUsed by:Timeline
Symbol 498 ButtonUses:138 139 140 141Used by:Timeline
Symbol 499 EditableTextUses:110Used by:Timeline
Symbol 500 EditableTextUses:110Used by:Timeline
Symbol 501 EditableTextUses:110Used by:Timeline
Symbol 502 EditableTextUses:110Used by:Timeline
Symbol 503 EditableTextUses:110Used by:Timeline
Symbol 504 EditableTextUses:110Used by:Timeline
Symbol 505 EditableTextUses:110Used by:Timeline
Symbol 506 EditableTextUses:110Used by:Timeline
Symbol 507 EditableTextUses:110Used by:Timeline
Symbol 508 EditableTextUses:110Used by:Timeline
Symbol 509 EditableTextUses:110Used by:Timeline
Symbol 510 EditableTextUses:110Used by:Timeline
Symbol 511 EditableTextUses:110Used by:Timeline
Symbol 512 EditableTextUses:110Used by:Timeline
Symbol 513 EditableTextUses:110Used by:Timeline
Symbol 514 EditableTextUses:110Used by:Timeline
Symbol 515 EditableTextUses:110Used by:Timeline
Symbol 516 EditableTextUses:110Used by:Timeline
Symbol 517 EditableTextUses:110Used by:Timeline
Symbol 518 EditableTextUses:110Used by:Timeline
Symbol 519 EditableTextUses:12Used by:Timeline
Symbol 520 GraphicUsed by:Timeline
Symbol 521 TextUses:16Used by:Timeline
Symbol 522 TextUses:39Used by:Timeline
Symbol 523 EditableTextUses:110Used by:Timeline
Symbol 524 TextUses:16Used by:Timeline
Symbol 525 TextUses:39Used by:Timeline
Symbol 526 TextUses:39Used by:Timeline
Symbol 527 TextUses:39Used by:Timeline
Symbol 528 TextUses:39Used by:Timeline
Symbol 529 TextUses:39Used by:Timeline
Symbol 530 FontUsed by:531
Symbol 531 TextUses:530Used by:Timeline
Symbol 532 TextUses:39Used by:Timeline
Symbol 533 GraphicUsed by:536 538
Symbol 534 GraphicUsed by:536 538
Symbol 535 GraphicUsed by:536 538
Symbol 536 ButtonUses:533 534 535Used by:539
Symbol 537 GraphicUsed by:539
Symbol 538 ButtonUses:533 534 535Used by:539
Symbol 539 MovieClipUses:536 537 538Used by:Timeline
Symbol 540 GraphicUsed by:545
Symbol 541 TextUses:102Used by:545
Symbol 542 GraphicUsed by:545 594
Symbol 543 GraphicUsed by:545 594
Symbol 544 TextUses:110Used by:545 594
Symbol 545 ButtonUses:540 541 542 543 544Used by:Timeline
Symbol 546 EditableTextUses:39Used by:Timeline
Symbol 547 EditableTextUses:39Used by:Timeline
Symbol 548 EditableTextUses:39Used by:Timeline
Symbol 549 EditableTextUses:39Used by:Timeline
Symbol 550 EditableTextUses:39Used by:Timeline
Symbol 551 TextUses:16Used by:Timeline
Symbol 552 TextUses:39Used by:Timeline
Symbol 553 TextUses:16Used by:559
Symbol 554 GraphicUsed by:559
Symbol 555 GraphicUsed by:559
Symbol 556 GraphicUsed by:559
Symbol 557 GraphicUsed by:559
Symbol 558 GraphicUsed by:559
Symbol 559 ButtonUses:553 554 555 556 557 558Used by:Timeline
Symbol 560 TextUses:16Used by:566 573 600
Symbol 561 GraphicUsed by:566
Symbol 562 GraphicUsed by:566
Symbol 563 GraphicUsed by:566
Symbol 564 GraphicUsed by:566 573 600
Symbol 565 GraphicUsed by:566
Symbol 566 ButtonUses:560 561 562 563 564 565Used by:Timeline
Symbol 567 TextUses:16Used by:573 600
Symbol 568 GraphicUsed by:573 600
Symbol 569 GraphicUsed by:573 600
Symbol 570 TextUses:16Used by:573 600
Symbol 571 GraphicUsed by:573 600
Symbol 572 GraphicUsed by:573 600
Symbol 573 ButtonUses:567 568 569 570 571 564 560 572Used by:Timeline
Symbol 574 TextUses:16Used by:Timeline
Symbol 575 TextUses:39Used by:Timeline
Symbol 576 GraphicUsed by:580
Symbol 577 TextUses:110Used by:580
Symbol 578 GraphicUsed by:580
Symbol 579 GraphicUsed by:580
Symbol 580 ButtonUses:576 577 578 579Used by:Timeline
Symbol 581 EditableTextUses:39Used by:Timeline
Symbol 582 EditableTextUses:39Used by:Timeline
Symbol 583 EditableTextUses:39Used by:Timeline
Symbol 584 EditableTextUses:39Used by:Timeline
Symbol 585 EditableTextUses:39Used by:Timeline
Symbol 586 TextUses:39Used by:Timeline
Symbol 587 TextUses:16Used by:Timeline
Symbol 588 TextUses:39Used by:Timeline
Symbol 589 TextUses:39Used by:Timeline
Symbol 590 TextUses:39Used by:Timeline
Symbol 591 TextUses:39Used by:Timeline
Symbol 592 TextUses:39Used by:Timeline
Symbol 593 TextUses:102Used by:594
Symbol 594 ButtonUses:542 593 543 544Used by:Timeline
Symbol 595 EditableTextUses:39Used by:Timeline
Symbol 596 EditableTextUses:39Used by:Timeline
Symbol 597 EditableTextUses:39Used by:Timeline
Symbol 598 EditableTextUses:39Used by:Timeline
Symbol 599 TextUses:39Used by:Timeline
Symbol 600 ButtonUses:567 568 569 570 571 564 560 572Used by:Timeline

Instance Names

"ball"Frame 4Symbol 79 MovieClip
"ballin"Frame 4Symbol 97 MovieClip
"putter"Frame 4Symbol 99 MovieClip
"ball"Frame 8Symbol 79 MovieClip
"ballin"Frame 8Symbol 97 MovieClip
"putter"Frame 8Symbol 99 MovieClip
"ball"Frame 12Symbol 79 MovieClip
"ballin"Frame 12Symbol 97 MovieClip
"putter"Frame 12Symbol 99 MovieClip
"ball"Frame 16Symbol 79 MovieClip
"ballin"Frame 16Symbol 97 MovieClip
"putter"Frame 16Symbol 99 MovieClip
"ball"Frame 20Symbol 79 MovieClip
"ballin"Frame 20Symbol 97 MovieClip
"balldown1"Frame 20Symbol 198 MovieClip
"putter"Frame 20Symbol 99 MovieClip
"ball"Frame 24Symbol 79 MovieClip
"ballin"Frame 24Symbol 97 MovieClip
"putter"Frame 24Symbol 99 MovieClip
"ball"Frame 28Symbol 79 MovieClip
"ballin"Frame 28Symbol 97 MovieClip
"putter"Frame 28Symbol 99 MovieClip
"ball"Frame 32Symbol 79 MovieClip
"ballin"Frame 32Symbol 97 MovieClip
"putter"Frame 32Symbol 99 MovieClip
"ball"Frame 36Symbol 79 MovieClip
"ballin"Frame 36Symbol 97 MovieClip
"balldown1"Frame 36Symbol 198 MovieClip
"balldown2"Frame 36Symbol 198 MovieClip
"bottle_movie"Frame 36Symbol 267 MovieClip
"putter"Frame 36Symbol 99 MovieClip
"ball"Frame 40Symbol 79 MovieClip
"balldown1"Frame 40Symbol 198 MovieClip
"ballin"Frame 40Symbol 97 MovieClip
"glassbreak"Frame 40Symbol 292 MovieClip
"putter"Frame 40Symbol 99 MovieClip
"ball"Frame 44Symbol 79 MovieClip
"ballin"Frame 44Symbol 97 MovieClip
"putter"Frame 44Symbol 99 MovieClip
"ball"Frame 48Symbol 79 MovieClip
"ballin"Frame 48Symbol 97 MovieClip
"putter"Frame 48Symbol 99 MovieClip
"ball"Frame 52Symbol 79 MovieClip
"ballin"Frame 52Symbol 97 MovieClip
"putter"Frame 52Symbol 99 MovieClip
"bshadow"Frame 56Symbol 382 MovieClip
"ball"Frame 56Symbol 79 MovieClip
"ballin"Frame 56Symbol 97 MovieClip
"putter"Frame 56Symbol 99 MovieClip
"ball"Frame 60Symbol 79 MovieClip
"ballin"Frame 60Symbol 97 MovieClip
"balldown1"Frame 60Symbol 198 MovieClip
"putter"Frame 60Symbol 99 MovieClip
"ball"Frame 64Symbol 79 MovieClip
"ballin"Frame 64Symbol 97 MovieClip
"putter"Frame 64Symbol 99 MovieClip
"ball"Frame 68Symbol 79 MovieClip
"ballin"Frame 68Symbol 97 MovieClip
"putter"Frame 68Symbol 99 MovieClip
"ball"Frame 72Symbol 79 MovieClip
"ballin"Frame 72Symbol 97 MovieClip
"balldown2"Frame 72Symbol 198 MovieClip
"balldown1"Frame 72Symbol 198 MovieClip
"putter"Frame 72Symbol 99 MovieClip
"mywall"Symbol 49 MovieClip Frame 1Symbol 48 MovieClip
"mywall"Symbol 50 MovieClip Frame 1Symbol 48 MovieClip
"mywall"Symbol 51 MovieClip Frame 1Symbol 48 MovieClip
"mywall"Symbol 80 MovieClip Frame 1Symbol 48 MovieClip
"mywall"Symbol 81 MovieClip Frame 1Symbol 48 MovieClip
"mywall"Symbol 90 MovieClip Frame 1Symbol 48 MovieClip
"45"Symbol 93 MovieClip Frame 1Symbol 92 MovieClip
"mywall"Symbol 94 MovieClip Frame 1Symbol 92 MovieClip
"mywall"Symbol 95 MovieClip Frame 1Symbol 92 MovieClip
"mywall"Symbol 96 MovieClip Frame 1Symbol 92 MovieClip
"mywall"Symbol 151 MovieClip Frame 1Symbol 48 MovieClip
"mywall"Symbol 164 MovieClip Frame 1Symbol 48 MovieClip
"mywall"Symbol 226 MovieClip Frame 1Symbol 48 MovieClip
"mywall"Symbol 227 MovieClip Frame 1Symbol 48 MovieClip
"mywall"Symbol 379 MovieClip Frame 1Symbol 48 MovieClip
"bshadow"Symbol 382 MovieClip Frame 1Symbol 381 MovieClip
"mywall"Symbol 383 MovieClip Frame 1Symbol 48 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "wlbounce"
ExportAssets (56)Timeline Frame 1Symbol 2 as "water"
ExportAssets (56)Timeline Frame 1Symbol 3 as "putt"
ExportAssets (56)Timeline Frame 1Symbol 4 as "pipe"
ExportAssets (56)Timeline Frame 1Symbol 5 as "crowd"
ExportAssets (56)Timeline Frame 1Symbol 6 as "bottle_hit"
ExportAssets (56)Timeline Frame 1Symbol 7 as "bottle_drop"
ExportAssets (56)Timeline Frame 1Symbol 8 as "inthehole"
ExportAssets (56)Timeline Frame 4Symbol 8 as "inthehole"

Dynamic Text Variables

percSymbol 14 EditableText"0%"
sc1Symbol 143 EditableText"1"
total1Symbol 144 EditableText"1"
commentsSymbol 145 EditableText"You got a hole in one!"
sc1Symbol 154 EditableText"1"
total1Symbol 155 EditableText"1"
sc2Symbol 156 EditableText"1"
commentsSymbol 157 EditableText"You got a hole in one!"
sc1Symbol 172 EditableText"1"
sc2Symbol 173 EditableText"1"
sc3Symbol 174 EditableText"1"
total1Symbol 175 EditableText"1"
commentsSymbol 176 EditableText"You got a hole in one!"
sc1Symbol 185 EditableText"1"
sc2Symbol 186 EditableText"1"
sc3Symbol 187 EditableText"1"
sc4Symbol 188 EditableText"1"
total1Symbol 189 EditableText"1"
commentsSymbol 190 EditableText"You got a hole in one!"
sc1Symbol 202 EditableText"1"
sc2Symbol 203 EditableText"1"
sc3Symbol 204 EditableText"1"
sc4Symbol 205 EditableText"1"
sc5Symbol 206 EditableText"1"
total1Symbol 207 EditableText"1"
commentsSymbol 208 EditableText"You got a hole in one!"
sc1Symbol 215 EditableText"1"
sc2Symbol 216 EditableText"1"
sc3Symbol 217 EditableText"1"
sc4Symbol 218 EditableText"1"
sc5Symbol 219 EditableText"1"
sc6Symbol 220 EditableText"1"
total1Symbol 221 EditableText"1"
commentsSymbol 222 EditableText"You got a hole in one!"
sc1Symbol 230 EditableText"1"
sc2Symbol 231 EditableText"1"
sc3Symbol 232 EditableText"1"
sc4Symbol 233 EditableText"1"
sc5Symbol 234 EditableText"1"
sc6Symbol 235 EditableText"1"
sc7Symbol 236 EditableText"1"
total1Symbol 237 EditableText"1"
commentsSymbol 238 EditableText"You got a hole in one!"
sc1Symbol 248 EditableText"1"
sc2Symbol 249 EditableText"1"
sc3Symbol 250 EditableText"1"
sc4Symbol 251 EditableText"1"
sc5Symbol 252 EditableText"1"
sc6Symbol 253 EditableText"1"
sc7Symbol 254 EditableText"1"
sc8Symbol 255 EditableText"1"
total1Symbol 256 EditableText"1"
commentsSymbol 257 EditableText"You got a hole in one!"
sc1Symbol 270 EditableText"1"
sc2Symbol 271 EditableText"1"
sc3Symbol 272 EditableText"1"
sc4Symbol 273 EditableText"1"
sc5Symbol 274 EditableText"1"
sc6Symbol 275 EditableText"1"
sc7Symbol 276 EditableText"1"
sc8Symbol 277 EditableText"1"
sc9Symbol 278 EditableText"1"
total1Symbol 279 EditableText"1"
commentsSymbol 280 EditableText"You got a hole in one!"
sc1Symbol 295 EditableText"1"
sc2Symbol 296 EditableText"1"
sc3Symbol 297 EditableText"1"
sc4Symbol 298 EditableText"1"
sc5Symbol 299 EditableText"1"
sc6Symbol 300 EditableText"1"
sc7Symbol 301 EditableText"1"
sc8Symbol 302 EditableText"1"
sc9Symbol 303 EditableText"1"
total1Symbol 304 EditableText"1"
sc10Symbol 305 EditableText"1"
total2Symbol 306 EditableText"1"
commentsSymbol 307 EditableText"You got a hole in one!"
sc1Symbol 319 EditableText"1"
sc2Symbol 320 EditableText"1"
sc3Symbol 321 EditableText"1"
sc4Symbol 322 EditableText"1"
sc5Symbol 323 EditableText"1"
sc6Symbol 324 EditableText"1"
sc7Symbol 325 EditableText"1"
sc8Symbol 326 EditableText"1"
sc9Symbol 327 EditableText"1"
total1Symbol 328 EditableText"1"
sc10Symbol 329 EditableText"1"
sc11Symbol 330 EditableText"1"
total2Symbol 331 EditableText"1"
commentsSymbol 332 EditableText"You got a hole in one!"
sc1Symbol 339 EditableText"1"
sc2Symbol 340 EditableText"1"
sc3Symbol 341 EditableText"1"
sc4Symbol 342 EditableText"1"
sc5Symbol 343 EditableText"1"
sc6Symbol 344 EditableText"1"
sc7Symbol 345 EditableText"1"
sc8Symbol 346 EditableText"1"
sc9Symbol 347 EditableText"1"
total1Symbol 348 EditableText"1"
sc10Symbol 349 EditableText"1"
sc11Symbol 350 EditableText"1"
sc12Symbol 351 EditableText"1"
total2Symbol 352 EditableText"1"
commentsSymbol 353 EditableText"You got a hole in one!"
sc1Symbol 359 EditableText"1"
sc2Symbol 360 EditableText"1"
sc3Symbol 361 EditableText"1"
sc4Symbol 362 EditableText"1"
sc5Symbol 363 EditableText"1"
sc6Symbol 364 EditableText"1"
sc7Symbol 365 EditableText"1"
sc8Symbol 366 EditableText"1"
sc9Symbol 367 EditableText"1"
total1Symbol 368 EditableText"1"
sc10Symbol 369 EditableText"1"
sc11Symbol 370 EditableText"1"
sc12Symbol 371 EditableText"1"
sc13Symbol 372 EditableText"1"
total2Symbol 373 EditableText"1"
commentsSymbol 374 EditableText"You got a hole in one!"
sc1Symbol 386 EditableText"1"
sc2Symbol 387 EditableText"1"
sc3Symbol 388 EditableText"1"
sc4Symbol 389 EditableText"1"
sc5Symbol 390 EditableText"1"
sc6Symbol 391 EditableText"1"
sc7Symbol 392 EditableText"1"
sc8Symbol 393 EditableText"1"
sc9Symbol 394 EditableText"1"
total1Symbol 395 EditableText"1"
sc10Symbol 396 EditableText"1"
sc11Symbol 397 EditableText"1"
sc12Symbol 398 EditableText"1"
sc13Symbol 399 EditableText"1"
sc14Symbol 400 EditableText"1"
total2Symbol 401 EditableText"1"
commentsSymbol 402 EditableText"You got a hole in one!"
sc1Symbol 415 EditableText"1"
sc2Symbol 416 EditableText"1"
sc3Symbol 417 EditableText"1"
sc4Symbol 418 EditableText"1"
sc5Symbol 419 EditableText"1"
sc6Symbol 420 EditableText"1"
sc7Symbol 421 EditableText"1"
sc8Symbol 422 EditableText"1"
sc9Symbol 423 EditableText"1"
total1Symbol 424 EditableText"1"
sc10Symbol 425 EditableText"1"
sc11Symbol 426 EditableText"1"
sc12Symbol 427 EditableText"1"
sc13Symbol 428 EditableText"1"
sc14Symbol 429 EditableText"1"
sc15Symbol 430 EditableText"1"
total2Symbol 431 EditableText"1"
commentsSymbol 432 EditableText"You got a hole in one!"
sc1Symbol 438 EditableText"1"
sc2Symbol 439 EditableText"1"
sc3Symbol 440 EditableText"1"
sc4Symbol 441 EditableText"1"
sc5Symbol 442 EditableText"1"
sc6Symbol 443 EditableText"1"
sc7Symbol 444 EditableText"1"
sc8Symbol 445 EditableText"1"
sc9Symbol 446 EditableText"1"
total1Symbol 447 EditableText"1"
sc10Symbol 448 EditableText"1"
sc11Symbol 449 EditableText"1"
sc12Symbol 450 EditableText"1"
sc13Symbol 451 EditableText"1"
sc14Symbol 452 EditableText"1"
sc15Symbol 453 EditableText"1"
sc16Symbol 454 EditableText"1"
total2Symbol 455 EditableText"1"
commentsSymbol 456 EditableText"You got a hole in one!"
sc1Symbol 466 EditableText"1"
sc2Symbol 467 EditableText"1"
sc3Symbol 468 EditableText"1"
sc4Symbol 469 EditableText"1"
sc5Symbol 470 EditableText"1"
sc6Symbol 471 EditableText"1"
sc7Symbol 472 EditableText"1"
sc8Symbol 473 EditableText"1"
sc9Symbol 474 EditableText"1"
total1Symbol 475 EditableText"1"
sc10Symbol 476 EditableText"1"
sc11Symbol 477 EditableText"1"
sc12Symbol 478 EditableText"1"
sc13Symbol 479 EditableText"1"
sc14Symbol 480 EditableText"1"
sc15Symbol 481 EditableText"1"
sc16Symbol 482 EditableText"1"
sc17Symbol 483 EditableText"1"
total2Symbol 484 EditableText"1"
commentsSymbol 485 EditableText"You got a hole in one!"
sc1Symbol 499 EditableText"1"
sc2Symbol 500 EditableText"1"
sc3Symbol 501 EditableText"1"
sc4Symbol 502 EditableText"1"
sc5Symbol 503 EditableText"1"
sc6Symbol 504 EditableText"1"
sc7Symbol 505 EditableText"1"
sc8Symbol 506 EditableText"1"
sc9Symbol 507 EditableText"1"
total1Symbol 508 EditableText"1"
sc10Symbol 509 EditableText"1"
sc11Symbol 510 EditableText"1"
sc12Symbol 511 EditableText"1"
sc13Symbol 512 EditableText"1"
sc14Symbol 513 EditableText"1"
sc15Symbol 514 EditableText"1"
sc16Symbol 515 EditableText"1"
sc17Symbol 516 EditableText"1"
sc18Symbol 517 EditableText"1"
total2Symbol 518 EditableText"1"
commentsSymbol 519 EditableText"You got a hole in one!"
blahSymbol 523 EditableText""
elistSymbol 546 EditableText"1"
playerNameSymbol 547 EditableText""
edressSymbol 548 EditableText""
citySymbol 549 EditableText""
stateSymbol 550 EditableText""
playerNameSymbol 581 EditableText""
edressSymbol 582 EditableText""
citySymbol 583 EditableText""
stateSymbol 584 EditableText""
elistSymbol 585 EditableText"1"
nameSymbol 595 EditableText""
fromSymbol 596 EditableText""
recipSymbol 597 EditableText""
MessageSymbol 598 EditableText"Have you seen this yet? Widmer just released a new miniature golf game that combines two of my favorite things - Beer and Golf! You can even win some cool Widmer golf gear. It's on their site at http://www.widmer.com/games/golf.html. Be careful, it's addictive!"




http://swfchan.com/6/25420/info.shtml
Created: 23/5 -2019 17:51:12 Last modified: 23/5 -2019 17:51:12 Server time: 15/05 -2024 04:20:17