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

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

Cyber Slots.swf

This is the info page for
Flash #24325

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


Text
LOADING CYBER SLOTS

120K

PLAY     COINS

3

SLOTS

CYBER

PAYS DOUBLE

PAYS DOUBLE

2

2

EXCEPT JACkPOT

EXCEPT JACKPOT

IS WILD

IS WILD

ON PAYLINE

ON PAYLINE

BAR

BAR

BAR

ANY 1

ANY 1

ANY

ANY

ANY BLUE

ANY BLUE

ANY WHITE

ANY WHITE

ANY RED

ANY RED

ANY 2

ANY 2

RED

RED

WHITE

WHITE

BLUE

BLUE

400

800

1500

400

800

1500

200

400

600

200

400

600

150

300

450

100

200

300

50

100

150

40

80

120

25

50

75

150

300

450

100

200

300

50

100

150

40

80

120

20

40

60

30

5

10

15

2

4

6

1

2

3

25

50

75

20

40

60

30

5

2

4

6

1

2

3

25

50

75

20

40

60

30

5

10

15

2

4

6

1

2

3

2000

4000

10000

2000

4000

10000

CHANGE

CASH

OUT

BET

ONE

SPIN

MAX

$

1

00

$

1

00

0

50000

15

PAYLINE

help    about    contact

1999, 2000 chad gilloth & gonetminder.com

turn sound off

turn sound on

quality is high

quality is low

back to the game

High Score Board

High Score Board

10000

<<your score

score

name

game

INSERT NAME

Warning: Submitting YOUR SCORE will
reset your score back to 100.

SUBMIT SCORE

HELP

HELP

play 1, 2 or 3 credits using the buttons on the
slot machine. if the reels stop on a winning combo,
your credits will be adjusted according to the pay
table.
click on "cash out," to submit or view the high
score board. click on "change," to reset your
credits back to 100.
if you experience slow play or the sounds seem
to skip, you can turn the sound off and change
the quality of the game to low, by using the
buttons towards the bottom of the screen.
if you have any questions or comments, please
email:  CyberCasino@GOnetminder.com

ABOUT

ABOUT

RocketLauncher was designed and developed by
chad gilloth.
visit www.GOnetminder.com/CyberCasino for
more casino games.
thanks goes out to my wife for her endless love
and patience (and her hours of testing) while this
game was developed.

CONTACT

CONTACT

CyberCasino@GOnetminder.com
or
www.GOnetminder.com/CyberCasino

your credits have been reset to 100

you must have less than 10 credits
to reset your score. . . sorry

ActionScript [AS1/AS2]

Frame 19
tellTarget ("/reel1") { stop(); }; tellTarget ("/reel2") { stop(); }; tellTarget ("/reel3") { stop(); }; stop(); singleCredit = "0"; multiCredit = "0"; Credits = "100"; isPlaying = "5"; isPlayingSpin = "5"; creditsPlayed = "0"; soundPlaying = "1"; winnerPaid = "15";
Symbol 169 Button
on (press) { if (isPlaying == "5") { tellTarget ("/reset score") { play(); }; } }
Symbol 172 Button
on (press) { if (isPlaying == "5") { isPlaying = "10"; isPlayingSpin = "10"; tellTarget ("/HighScore") { gotoAndPlay (2); }; } }
Symbol 175 Button
on (press, keyPress "1") { if (isPlaying == "5") { if (soundPlaying == "1") { tellTarget ("/coin in s") { play(); }; } if ("0" < Credits) { Set("_level0/wc/:timesPay", _level0/wc/:timesPay + "1"); singleCredit = singleCredit + "1"; Credits = Credits - "1"; creditsPlayed = creditsPlayed + "1"; if (singleCredit == "3") { Set("_level0/wc/:timesPay", "3"); multiCredit = "0"; dealButton = todealButton; isPlaying = "10"; } } } }
Symbol 178 Button
on (press, keyPress "s") { if (isPlayingSpin == "5") { if ((singleCredit <> "0") or (multiCredit == "3")) { isPlayingSpin = "10"; isPlaying = "10"; stop1 = random("30") + "5"; stop2 = random("10") + "5"; stop3 = random("10") + "5"; Set("_level0/reel1/:keepGoing", "1"); Set("_level0/reel2/:keepGoing2", "1"); Set("_level0/reel3/:keepGoing3", "1"); Set("_level0/wc/:winnerLevel", "0"); tellTarget ("/startplaying") { play(); }; if (soundPlaying == "1") { tellTarget ("reelsound") { play(); }; tellTarget ("/reelstop3") { play(); }; tellTarget ("/reelstop2") { play(); }; tellTarget ("/reelstop1") { play(); }; } } } }
Symbol 181 Button
on (press, keyPress "<Space>") { if (isPlaying == "5") { if (soundPlaying == "1") { tellTarget ("/coin in s") { play(); }; } if (Credits >= "1") { if ("2" < Credits) { tocreditsPlayed = "3"; toCredits = (Credits + singleCredit) - "3"; Set("_level0/wc/:totimesPay", "3"); } if (Credits == "2") { tocreditsPlayed = "2"; toCredits = (Credits + singleCredit) - "2"; Set("_level0/wc/:totimesPay", "2"); } if (Credits == "1") { tocreditsPlayed = "1"; toCredits = (Credits + singleCredit) - "1"; Set("_level0/wc/:totimesPay", "1"); } creditsPlayed = tocreditsPlayed; Credits = toCredits; Set("_level0/wc/:timesPay", _level0/wc/:totimesPay); isPlaying = "10"; multiCredit = "3"; isPlayingSpin = "10"; stop1 = random("30") + "5"; stop2 = random("10") + "5"; stop3 = random("10") + "5"; Set("_level0/reel1/:keepGoing", "1"); Set("_level0/reel2/:keepGoing2", "1"); Set("_level0/reel3/:keepGoing3", "1"); Set("_level0/wc/:winnerLevel", "0"); tellTarget ("/startplaying") { play(); }; if (soundPlaying == "1") { tellTarget ("reelsound") { play(); }; tellTarget ("/reelstop3") { play(); }; tellTarget ("/reelstop2") { play(); }; tellTarget ("/reelstop1") { play(); }; } } } }
Symbol 205 MovieClip Frame 1
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "3"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 2
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "3"; Set("_level0/:moveThree", "1"); tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 3
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "1"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 4
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 5
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "2"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 6
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 7
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "5"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 8
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 9
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "2"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 10
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 11
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "1"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 12
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 13
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "3"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 14
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 15
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "2"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 16
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "2"; Set("_level0/:moveThree", "1"); tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 17
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "6"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 18
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 19
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "1"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 20
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; Set("../:isPlayingSpin", "5"); Set("../:isPlaying", "5"); Set("../:creditsPlayed", "0"); tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 21
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "3"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 22
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 23
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "4"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 24
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 25
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "5"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 26
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 27
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "1"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 28
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "1"; Set("_level0/:moveThree", "1"); tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 29
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "3"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 30
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 31
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "4"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 32
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; Set("../:isPlayingSpin", "5"); Set("../:isPlaying", "5"); Set("../:creditsPlayed", "0"); tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 33
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "1"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 34
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "1"; Set("_level0/:moveThree", "1"); tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 35
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "7"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 36
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 37
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "1"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 38
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 39
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "2"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 40
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "2"; Set("_level0/:moveThree", "1"); tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 41
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "1"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 42
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 43
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "4"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 44
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 45
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "2"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 46
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 47
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "1"; tellTarget ("../wc") { play(); }; }
Symbol 205 MovieClip Frame 48
keepGoing3 = keepGoing3 + "1"; if (keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { tellTarget ("../reel3") { stop(); }; x3 = "0"; tellTarget ("../wc") { play(); }; }
Symbol 206 MovieClip Frame 1
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "7"; }
Symbol 206 MovieClip Frame 2
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 3
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "4"; }
Symbol 206 MovieClip Frame 4
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 5
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "3"; }
Symbol 206 MovieClip Frame 6
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 7
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "2"; }
Symbol 206 MovieClip Frame 8
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 9
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "5"; }
Symbol 206 MovieClip Frame 10
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 11
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "1"; }
Symbol 206 MovieClip Frame 12
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "1"; Set("_level0/:moveTwo", "1"); }
Symbol 206 MovieClip Frame 13
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "1"; }
Symbol 206 MovieClip Frame 14
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 15
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "2"; }
Symbol 206 MovieClip Frame 16
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "2"; Set("_level0/:moveTwo", "1"); }
Symbol 206 MovieClip Frame 17
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "3"; }
Symbol 206 MovieClip Frame 18
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 19
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "1"; }
Symbol 206 MovieClip Frame 20
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 21
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "4"; }
Symbol 206 MovieClip Frame 22
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 23
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "1"; }
Symbol 206 MovieClip Frame 24
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 25
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "6"; }
Symbol 206 MovieClip Frame 26
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 27
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "2"; }
Symbol 206 MovieClip Frame 28
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "2"; Set("_level0/:moveTwo", "1"); }
Symbol 206 MovieClip Frame 29
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "1"; }
Symbol 206 MovieClip Frame 30
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 31
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "3"; }
Symbol 206 MovieClip Frame 32
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 33
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "1"; }
Symbol 206 MovieClip Frame 34
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "1"; Set("_level0/:moveTwo", "1"); }
Symbol 206 MovieClip Frame 35
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "2"; }
Symbol 206 MovieClip Frame 36
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 37
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "5"; }
Symbol 206 MovieClip Frame 38
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 39
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "1"; }
Symbol 206 MovieClip Frame 40
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 41
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "3"; }
Symbol 206 MovieClip Frame 42
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "3"; Set("_level0/:moveTwo", "1"); }
Symbol 206 MovieClip Frame 43
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "4"; }
Symbol 206 MovieClip Frame 44
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 45
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "1"; }
Symbol 206 MovieClip Frame 46
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 206 MovieClip Frame 47
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "2"; }
Symbol 206 MovieClip Frame 48
keepGoing2 = keepGoing2 + "1"; if (keepGoing2 == (../:stop1 + ../:stop2)) { tellTarget ("../reel2") { stop(); }; x2 = "0"; }
Symbol 207 MovieClip Frame 1
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "1"; }
Symbol 207 MovieClip Frame 2
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "1"; Set("_level0/:moveOne", "1"); }
Symbol 207 MovieClip Frame 3
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "2"; }
Symbol 207 MovieClip Frame 4
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 5
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "1"; }
Symbol 207 MovieClip Frame 6
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 7
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "3"; }
Symbol 207 MovieClip Frame 8
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 9
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "4"; }
Symbol 207 MovieClip Frame 10
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 11
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "2"; }
Symbol 207 MovieClip Frame 12
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 13
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "1"; }
Symbol 207 MovieClip Frame 14
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 15
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "7"; }
Symbol 207 MovieClip Frame 16
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 17
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "2"; }
Symbol 207 MovieClip Frame 18
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "2"; Set("_level0/:moveOne", "1"); }
Symbol 207 MovieClip Frame 19
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "5"; }
Symbol 207 MovieClip Frame 20
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 21
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "1"; }
Symbol 207 MovieClip Frame 22
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "1"; Set("_level0/:moveOne", "1"); }
Symbol 207 MovieClip Frame 23
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "3"; }
Symbol 207 MovieClip Frame 24
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 25
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "1"; }
Symbol 207 MovieClip Frame 26
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 27
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "4"; }
Symbol 207 MovieClip Frame 28
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 29
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "1"; }
Symbol 207 MovieClip Frame 30
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 31
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "2"; }
Symbol 207 MovieClip Frame 32
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "2"; Set("_level0/:moveOne", "1"); }
Symbol 207 MovieClip Frame 33
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "5"; }
Symbol 207 MovieClip Frame 34
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 35
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "1"; }
Symbol 207 MovieClip Frame 36
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 37
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "3"; }
Symbol 207 MovieClip Frame 38
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "3"; Set("_level0/:moveOne", "1"); }
Symbol 207 MovieClip Frame 39
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "4"; }
Symbol 207 MovieClip Frame 40
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 41
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "2"; }
Symbol 207 MovieClip Frame 42
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 43
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "6"; }
Symbol 207 MovieClip Frame 44
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 45
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "1"; }
Symbol 207 MovieClip Frame 46
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 207 MovieClip Frame 47
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "3"; }
Symbol 207 MovieClip Frame 48
keepGoing = keepGoing + "1"; if (keepGoing == ../:stop1) { tellTarget ("../reel1") { stop(); }; x1 = "0"; }
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 7
if (_level0/:isPlayingSpin == "5") { if ((_level0/:singleCredit <> "0") or (_level0/:multiCredit == "3")) { Set("_level0/:isPlayingSpin", "10"); Set("_level0/:isPlaying", "10"); Set("_level0/:stop1", random("30") + "5"); Set("_level0/:stop2", random("10") + "5"); Set("_level0/:stop3", random("10") + "5"); Set("_level0/reel1/:keepGoing", "1"); Set("_level0/reel2/:keepGoing2", "1"); Set("_level0/reel3/:keepGoing3", "1"); Set("_level0/wc/:winnerLevel", "0"); tellTarget ("_level0/startplaying") { play(); }; if (_level0/:soundPlaying == "1") { tellTarget ("_level0/reelsound") { play(); }; tellTarget ("_level0/reelstop3") { play(); }; tellTarget ("_level0/reelstop2") { play(); }; tellTarget ("_level0/reelstop1") { play(); }; } } }
Symbol 220 Button
on (release, keyPress "p") { if (isPlayingSpin == "5") { if ((singleCredit <> "0") or (multiCredit == "3")) { tellTarget ("/pk") { play(); }; } } }
Symbol 224 Button
on (press) { getURL ("http://www.gonetminder.com/CyberCasino/", "_blank"); }
Symbol 227 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 2
tellTarget ("../reel1") { play(); }
Symbol 227 MovieClip Frame 5
tellTarget ("../reel2") { play(); }
Symbol 227 MovieClip Frame 8
tellTarget ("../reel3") { play(); }
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 2
Set("_level0/reel1/:KeepGoing", "0"); Set("_level0/reel2/:KeepGoing2", "0"); Set("_level0/reel3/:KeepGoing3", "0"); if (_level0/:moveOne) { tellTarget ("_level0/reel1") { prevFrame(); }; }
Symbol 228 MovieClip Frame 3
z1 = _level0/reel1/:x1; z2 = _level0/reel2/:x2; z3 = _level0/reel3/:x3; if (((z1 == "0") and (z2 == "0")) and (z3 == "0")) { winnerLevel = "1"; } if (((z1 == "7") or (z2 == "7")) or (z3 == "7")) { winnerLevel = "1"; } if ((((z1 == "7") and (z2 == "7")) or ((z1 == "7") and (z3 == "7"))) or ((z2 == "7") and (z3 == "7"))) { winnerLevel = "2"; } if ((((z1 == "1") or (z1 == "6")) and ((z2 == "1") or (z2 == "6"))) and ((z3 == "1") or (z3 == "6"))) { winnerLevel = "2"; } if ((((z1 == "2") or (z1 == "5")) and ((z2 == "2") or (z2 == "5"))) and ((z3 == "2") or (z3 == "5"))) { winnerLevel = "2"; } if ((((z1 == "3") or (z1 == "4")) and ((z2 == "3") or (z2 == "4"))) and ((z3 == "3") or (z3 == "4"))) { winnerLevel = "2"; } if ((((((z1 >= "1") and ("3" >= z1)) and (z2 >= "1")) and ("3" >= z2)) and (z3 >= "1")) and ("3" >= z3)) { winnerLevel = "3"; } if (((z1 == "1") and (z2 == "1")) and (z3 == "1")) { winnerLevel = "4"; } if ((((z1 == "1") or (z1 == "6")) and ((z2 == "2") or (z2 == "5"))) and ((z3 == "3") or (z3 == "4"))) { winnerLevel = "5"; } if (((z1 == "2") and (z2 == "2")) and (z3 == "2")) { winnerLevel = "6"; } if (((z1 == "3") and (z2 == "3")) and (z3 == "3")) { winnerLevel = "7"; } if (((z1 == "1") and (z2 == "2")) and (z3 == "3")) { winnerLevel = "8"; } if ((((z1 >= "4") and ("6" >= z1)) and ((z2 >= "4") and ("6" >= z2))) and ((z3 >= "4") and ("6" >= z3))) { winnerLevel = "8"; } if (((z1 == "4") and (z2 == "4")) and (z3 == "4")) { winnerLevel = "9"; } if (((z1 == "5") and (z2 == "5")) and (z3 == "5")) { winnerLevel = "10"; } if (((z1 == "6") and (z2 == "6")) and (z3 == "6")) { winnerLevel = "11"; } if (((z1 == "6") and (z2 == "5")) and (z3 == "4")) { winnerLevel = "12"; } if (((z1 == "7") and (z2 == "7")) and (z3 == "7")) { winnerLevel = "13"; } if (_level0/:moveTwo) { tellTarget ("_level0/reel2") { prevFrame(); }; }
Symbol 228 MovieClip Frame 4
if ((((z1 == "7") or (z2 == "7")) or (z3 == "7")) and ((((z1 >= "1") and ("3" >= z1)) and (z2 >= "1")) and ("3" >= z2))) { winnerLevel = "14"; } if ((((z1 == "7") or (z2 == "7")) or (z3 == "7")) and ((((z1 >= "1") and ("3" >= z1)) and (z3 >= "1")) and ("3" >= z3))) { winnerLevel = "14"; } if ((((z1 == "7") or (z2 == "7")) or (z3 == "7")) and ((((z2 >= "1") and ("3" >= z2)) and (z3 >= "1")) and ("3" >= z3))) { winnerLevel = "14"; } if (((((z1 == "1") and (z2 == "1")) and (z3 == "7")) or (((z1 == "1") and (z2 == "7")) and (z3 == "1"))) or (((z1 == "7") and (z2 == "1")) and (z3 == "1"))) { winnerLevel = "15"; } if (((((z1 == "2") and (z2 == "2")) and (z3 == "7")) or (((z1 == "2") and (z2 == "7")) and (z3 == "2"))) or (((z1 == "7") and (z2 == "2")) and (z3 == "2"))) { winnerLevel = "16"; } if (((((z1 == "3") and (z2 == "3")) and (z3 == "7")) or (((z1 == "3") and (z2 == "7")) and (z3 == "3"))) or (((z1 == "7") and (z2 == "3")) and (z3 == "3"))) { winnerLevel = "17"; } if ((((z1 == "7") or (z2 == "7")) or (z3 == "7")) and ((((z1 >= "4") and ("6" >= z1)) and (z2 >= "4")) and ("6" >= z2))) { winnerLevel = "19"; } if ((((z1 == "7") or (z2 == "7")) or (z3 == "7")) and ((((z1 >= "4") and ("6" >= z1)) and (z3 >= "4")) and ("6" >= z3))) { winnerLevel = "19"; } if ((((z1 == "7") or (z2 == "7")) or (z3 == "7")) and ((((z2 >= "4") and ("6" >= z2)) and (z3 >= "4")) and ("6" >= z3))) { winnerLevel = "19"; } if (((((z1 == "4") and (z2 == "4")) and (z3 == "7")) or (((z1 == "4") and (z2 == "7")) and (z3 == "4"))) or (((z1 == "7") and (z2 == "4")) and (z3 == "4"))) { winnerLevel = "20"; } if (((((z1 == "5") and (z2 == "5")) and (z3 == "7")) or (((z1 == "5") and (z2 == "7")) and (z3 == "5"))) or (((z1 == "7") and (z2 == "5")) and (z3 == "5"))) { winnerLevel = "21"; } if (((((z1 == "6") and (z2 == "6")) and (z3 == "7")) or (((z1 == "6") and (z2 == "7")) and (z3 == "6"))) or (((z1 == "7") and (z2 == "6")) and (z3 == "6"))) { winnerLevel = "22"; } if (((((z1 == "1") and (z2 == "7")) and (z3 == "7")) or (((z1 == "7") and (z2 == "7")) and (z3 == "1"))) or (((z1 == "7") and (z2 == "1")) and (z3 == "7"))) { winnerLevel = "24"; } if (((((z1 == "2") and (z2 == "7")) and (z3 == "7")) or (((z1 == "7") and (z2 == "7")) and (z3 == "2"))) or (((z1 == "7") and (z2 == "2")) and (z3 == "7"))) { winnerLevel = "25"; } if (((((z1 == "3") and (z2 == "7")) and (z3 == "7")) or (((z1 == "7") and (z2 == "7")) and (z3 == "3"))) or (((z1 == "7") and (z2 == "3")) and (z3 == "7"))) { winnerLevel = "26"; } if (((((z1 == "4") and (z2 == "7")) and (z3 == "7")) or (((z1 == "7") and (z2 == "7")) and (z3 == "4"))) or (((z1 == "7") and (z2 == "4")) and (z3 == "7"))) { winnerLevel = "27"; } if (((((z1 == "5") and (z2 == "7")) and (z3 == "7")) or (((z1 == "7") and (z2 == "7")) and (z3 == "5"))) or (((z1 == "7") and (z2 == "5")) and (z3 == "7"))) { winnerLevel = "28"; } if (((((z1 == "6") and (z2 == "7")) and (z3 == "7")) or (((z1 == "7") and (z2 == "7")) and (z3 == "6"))) or (((z1 == "7") and (z2 == "6")) and (z3 == "7"))) { winnerLevel = "29"; } if (_level0/:moveThree) { tellTarget ("_level0/reel3") { prevFrame(); }; }
Symbol 228 MovieClip Frame 5
Set("../:winnerPaid", "0"); if ((winnerLevel <> "0") and (_level0/:soundPlaying == "1")) { tellTarget ("_level0/winpays") { play(); }; } if (winnerLevel == "1") { Set("../:Credits", ../:Credits + ("1" * timesPay)); Set("../:winnerPaid", "1" * timesPay); } if (winnerLevel == "2") { Set("../:Credits", ../:Credits + ("2" * timesPay)); Set("../:winnerPaid", "2" * timesPay); } if (winnerLevel == "3") { Set("../:Credits", ../:Credits + ("5" * timesPay)); Set("../:winnerPaid", "5" * timesPay); } if (winnerLevel == "4") { Set("../:Credits", ../:Credits + ("10" * timesPay)); Set("../:winnerPaid", "10" * timesPay); } if (winnerLevel == "5") { Set("../:Credits", ../:Credits + ("20" * timesPay)); Set("../:winnerPaid", "20" * timesPay); } if (winnerLevel == "6") { Set("../:Credits", ../:Credits + ("25" * timesPay)); Set("../:winnerPaid", "25" * timesPay); } if (winnerLevel == "7") { Set("../:Credits", ../:Credits + ("40" * timesPay)); Set("../:winnerPaid", "40" * timesPay); } if (winnerLevel == "8") { Set("../:Credits", ../:Credits + ("50" * timesPay)); Set("../:winnerPaid", "50" * timesPay); } if (winnerLevel == "9") { Set("../:Credits", ../:Credits + ("100" * timesPay)); Set("../:winnerPaid", "100" * timesPay); } if (winnerLevel == "10") { Set("../:Credits", ../:Credits + ("150" * timesPay)); Set("../:winnerPaid", "150" * timesPay); } if (winnerLevel == "11") { Set("../:Credits", ../:Credits + ("200" * timesPay)); Set("../:winnerPaid", "200" * timesPay); } if (winnerLevel == "12") { if (timesPay < "3") { Set("../:Credits", ../:Credits + ("400" * timesPay)); Set("../:winnerPaid", "400" * timesPay); } if (timesPay == "3") { Set("../:Credits", ../:Credits + "5000"); Set("../:winnerPaid", "1500"); } } if (winnerLevel == "13") { if (timesPay < "3") { Set("../:Credits", ../:Credits + ("2000" * timesPay)); Set("../:winnerPaid", "2000" * timesPay); } if (timesPay == "3") { Set("../:Credits", ../:Credits + "5000"); Set("../:winnerPaid", "10000"); } } if (winnerLevel == "14") { Set("../:Credits", ../:Credits + ("5" * timesPay)); Set("../:winnerPaid", "5" * timesPay); } if (winnerLevel == "15") { Set("../:Credits", ../:Credits + ("10" * timesPay)); Set("../:winnerPaid", "10" * timesPay); } if (winnerLevel == "16") { Set("../:Credits", ../:Credits + ("25" * timesPay)); Set("../:winnerPaid", "25" * timesPay); } if (winnerLevel == "17") { Set("../:Credits", ../:Credits + ("40" * timesPay)); Set("../:winnerPaid", "40" * timesPay); } if (winnerLevel == "19") { Set("../:Credits", ../:Credits + ("50" * timesPay)); Set("../:winnerPaid", "50" * timesPay); } if (winnerLevel == "20") { Set("../:Credits", ../:Credits + ("100" * timesPay)); Set("../:winnerPaid", "100" * timesPay); } if (winnerLevel == "21") { Set("../:Credits", ../:Credits + ("150" * timesPay)); Set("../:winnerPaid", "150" * timesPay); } if (winnerLevel == "22") { Set("../:Credits", ../:Credits + ("200" * timesPay)); Set("../:winnerPaid", "200" * timesPay); } if (winnerLevel == "24") { Set("../:Credits", ../:Credits + (("10" * timesPay) * "2")); Set("../:winnerPaid", ("10" * timesPay) * "2"); } if (winnerLevel == "25") { Set("../:Credits", ../:Credits + (("25" * timesPay) * "2")); Set("../:winnerPaid", ("25" * timesPay) * "2"); } if (winnerLevel == "26") { Set("../:Credits", ../:Credits + (("40" * timesPay) * "2")); Set("../:winnerPaid", ("40" * timesPay) * "2"); } if (winnerLevel == "27") { Set("../:Credits", ../:Credits + (("100" * timesPay) * "2")); Set("../:winnerPaid", ("100" * timesPay) * "2"); } if (winnerLevel == "28") { Set("../:Credits", ../:Credits + (("150" * timesPay) * "2")); Set("../:winnerPaid", ("150" * timesPay) * "2"); } if (winnerLevel == "29") { Set("../:Credits", ../:Credits + (("200" * timesPay) * "2")); Set("../:winnerPaid", ("200" * timesPay) * "2"); } timesPay = "0"; Set("../:singleCredit", "0"); Set("../:multiCredit", "0"); Set("_level0/:isPlayingSpin", "5"); Set("_level0/:isPlaying", "5"); Set("_level0/:creditsPlayed", "0"); Set("_level0/:moveOne", "0"); Set("_level0/:moveTwo", "0"); Set("_level0/:moveThree", "0"); if (../:Credits == "0") { tellTarget ("_level0/reset score") { gotoAndPlay (2); }; }
Symbol 230 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 3
if (_level0/reel3/:keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { gotoAndStop (1); } else { gotoAndPlay (2); }
Symbol 232 MovieClip Frame 1
stop();
Symbol 232 MovieClip Frame 3
if (_level0/reel3/:keepGoing3 == ((../:stop1 + ../:stop2) + ../:stop3)) { gotoAndPlay (4); } else { gotoAndPlay (2); }
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 3
if (_level0/reel2/:keepGoing2 == (../:stop1 + ../:stop2)) { gotoAndPlay (4); } else { gotoAndPlay (2); }
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 3
if (_level0/reel1/:keepGoing == ../:stop1) { gotoAndPlay (4); } else { gotoAndPlay (2); }
Symbol 236 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 1
stop();
Symbol 240 Button
on (release) { gotoAndStop (2); Set("_level0/:soundPlaying", "0"); }
Symbol 242 Button
on (release) { gotoAndStop (1); Set("_level0/:soundPlaying", "1"); }
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 2
stop();
Symbol 245 Button
on (release) { gotoAndStop (2); _highquality = "0"; }
Symbol 247 Button
on (release) { gotoAndStop (1); _highquality = "1"; }
Symbol 248 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 2
stop();
Symbol 250 Button
on (release) { Set("../:isPlaying", "5"); Set("../:isPlayingSpin", "5"); gotoAndStop (1); }
Symbol 282 Button
on (release) { play(); }
Symbol 286 MovieClip Frame 1
stop(); output = "hsspin.txt";
Symbol 286 MovieClip Frame 3
if (../../:score1 < ../:tempScore) { tscore5 = ../../:score4; tname5 = ../../:name4; tgame5 = ../../:game4; tscore4 = ../../:score3; tname4 = ../../:name3; tgame4 = ../../:game3; tscore3 = ../../:score2; tname3 = ../../:name2; tgame3 = ../../:game2; tscore2 = ../../:score1; tname2 = ../../:name1; tgame2 = ../../:game1; Set("../../:score5", tscore5); Set("../../:name5", tname5); Set("../../:game5", tgame5); Set("../../:score4", tscore4); Set("../../:name4", tname4); Set("../../:game4", tgame4); Set("../../:score3", tscore3); Set("../../:name3", tname3); Set("../../:game3", tgame3); Set("../../:score2", tscore2); Set("../../:name2", tname2); Set("../../:game2", tgame2); Set("../../:score1", ../:tempScore); Set("../../:name1", ../:tempName); Set("../../:game1", ../:tempGame); Set("../:scoreDone", "1"); } if (../:scoreDone == "0") { if (../../:score2 < ../:tempScore) { tscore5 = ../../:score4; tname5 = ../../:name4; tgame5 = ../../:game4; tscore4 = ../../:score3; tname4 = ../../:name3; tgame4 = ../../:game3; tscore3 = ../../:score2; tname3 = ../../:name2; tgame3 = ../../:game2; Set("../../:score5", tscore5); Set("../../:name5", tname5); Set("../../:game5", tgame5); Set("../../:score4", tscore4); Set("../../:name4", tname4); Set("../../:game4", tgame4); Set("../../:score3", tscore3); Set("../../:name3", tname3); Set("../../:game4", tgame4); Set("../../:score2", ../:tempScore); Set("../../:name2", ../:tempName); Set("../../:game2", ../:tempGame); Set("../:scoreDone", "1"); } } if (../:scoreDone == "0") { if (../../:score3 < ../:tempScore) { tscore5 = ../../:score4; tname5 = ../../:name4; tgame5 = ../../:game4; tscore4 = ../../:score3; tname4 = ../../:name3; tgame4 = ../../:game3; Set("../../:score5", tscore5); Set("../../:name5", tname5); Set("../../:game5", tgame5); Set("../../:score4", tscore4); Set("../../:name4", tname4); Set("../../:game4", tgame4); Set("../../:score3", ../:tempScore); Set("../../:name3", ../:tempName); Set("../../:game3", ../:tempGame); Set("../:scoreDone", "1"); } } if (../:scoreDone == "0") { if (../../:score4 < ../:tempScore) { tscore5 = ../../:score4; tname5 = ../../:name4; tgame5 = ../../:Game4; Set("../../:score5", tscore5); Set("../../:name5", tname5); Set("../../:game5", tgame5); Set("../../:score4", ../:tempScore); Set("../../:name4", ../:tempName); Set("../../:game4", ../:tempGame); Set("../:scoreDone", "1"); } } if (../:scoreDone == "0") { if (../../:score5 < ../:tempScore) { Set("../../:score5", ../:tempScore); Set("../../:name5", ../:tempName); Set("../../:game5", ../:tempGame); Set("../:scoreDone", "1"); } }
Symbol 286 MovieClip Frame 4
sendscore = (((((((((((((((((((((((((((("&score1=" add ../../:score1) add "&name1=") add ../../:name1) add "&score2=") add ../../:score2) add "&name2=") add ../../:name2) add "&score3=") add ../../:score3) add "&name3=") add ../../:name3) add "&score4=") add ../../:score4) add "&name4=") add ../../:name4) add "&score5=") add ../../:score5) add "&name5=") add ../../:name5) add "&game1=") add ../../:game1) add "&game2=") add ../../:game2) add "&game3=") add ../../:game3) add "&game4=") add ../../:game4) add "&game5=") add ../../:game5;
Symbol 286 MovieClip Frame 9
loadVariables ("http://www.gonetminder.com/cgi/highscore.cgi", "", "POST");
Symbol 286 MovieClip Frame 10
Set("_level0/:Credits", "100"); gotoAndStop (1);
Symbol 287 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 2
tempScore = _level0/:Credits; tempGame = "Rockets"; tempName = "INSERT NAME"; loadVariablesNum ("http://www.gonetminder.com/data/hsspin.txt", "0"); scoreDone = "0";
Symbol 287 MovieClip Frame 10
if (../../:score5 < tempScore) { tellTarget ("submit") { gotoAndStop (2); }; } stop();
Symbol 288 Button
on (release) { Set("../:isPlaying", "5"); Set("../:isPlayingSpin", "5"); gotoAndStop (1); }
Symbol 292 Button
on (press) { getURL ("mailto:cybercasino@GOnetminder.com"); }
Symbol 293 MovieClip Frame 1
tempScore = ../../:Credits; tempGame = "Rockets"; tempName = "INSERT NAME"; loadVariablesNum ("http://www.gonetminder.com/data/hsspin.txt", "0"); scoreDone = "0"; stop();
Symbol 293 MovieClip Frame 10
if (../../:score5 < tempScore) { tellTarget ("submit") { gotoAndStop (2); }; } stop();
Symbol 294 Button
on (press) { if (isPlaying == "5") { isPlaying = "10"; isPlayingSpin = "10"; tellTarget ("/helpme") { gotoAndPlay (2); }; } }
Symbol 295 Button
on (release) { Set("../:isPlaying", "5"); Set("../:isPlayingSpin", "5"); gotoAndStop (1); }
Symbol 299 MovieClip Frame 1
tempScore = ../../:Credits; tempGame = "Rockets"; tempName = "INSERT NAME"; loadVariablesNum ("http://www.gonetminder.com/data/hsspin.txt", "0"); scoreDone = "0"; stop();
Symbol 299 MovieClip Frame 10
if (../../:score5 < tempScore) { tellTarget ("submit") { gotoAndStop (2); }; } stop();
Symbol 300 Button
on (press) { if (isPlaying == "5") { isPlaying = "10"; isPlayingSpin = "10"; tellTarget ("/about") { gotoAndPlay (2); }; } }
Symbol 301 Button
on (press) { if (isPlaying == "5") { isPlaying = "10"; isPlayingSpin = "10"; tellTarget ("/contact") { gotoAndPlay (2); }; } }
Symbol 302 Button
on (release) { Set("../:isPlaying", "5"); Set("../:isPlayingSpin", "5"); gotoAndStop (1); }
Symbol 306 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 2
stop();
Symbol 310 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 2
if ("10" >= _level0/:Credits) { Set("_level0/:Credits", "100"); } else { gotoAndPlay (35); }
Symbol 310 MovieClip Frame 30
gotoAndStop (1);

Library Items

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

Instance Names

"reel3"Frame 19Symbol 205 MovieClip
"reel2"Frame 19Symbol 206 MovieClip
"reel1"Frame 19Symbol 207 MovieClip
"pk"Frame 19Symbol 219 MovieClip
"startplaying"Frame 19Symbol 227 MovieClip
"wc"Frame 19Symbol 228 MovieClip
"reelsound"Frame 19Symbol 230 MovieClip
"reelstop3"Frame 19Symbol 232 MovieClip
"reelstop2"Frame 19Symbol 233 MovieClip
"reelstop1"Frame 19Symbol 234 MovieClip
"coin in s"Frame 19Symbol 236 MovieClip
"winpays"Frame 19Symbol 238 MovieClip
"HighScore"Frame 19Symbol 287 MovieClip
"helpme"Frame 19Symbol 293 MovieClip
"about"Frame 19Symbol 299 MovieClip
"contact"Frame 19Symbol 306 MovieClip
"reset score"Frame 19Symbol 310 MovieClip
"submit"Symbol 287 MovieClip Frame 10Symbol 286 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"coinin"Symbol 230 MovieClip Frame 2
"coinin"Symbol 232 MovieClip Frame 4
"coinin"Symbol 233 MovieClip Frame 4
"coinin"Symbol 234 MovieClip Frame 4
"coinin"Symbol 236 MovieClip Frame 2
"coinin"Symbol 238 MovieClip Frame 2
"nono"Symbol 310 MovieClip Frame 35

Dynamic Text Variables

creditsPlayedSymbol 198 EditableText"0"
CreditsSymbol 199 EditableText"50000"
winnerPaidSymbol 200 EditableText"15"
../:score1Symbol 256 EditableText""
../:score2Symbol 257 EditableText""
../:score3Symbol 258 EditableText""
../:score4Symbol 259 EditableText""
../:score5Symbol 260 EditableText""
../:name3Symbol 261 EditableText""
../:name2Symbol 262 EditableText""
../:name5Symbol 263 EditableText""
../:name4Symbol 264 EditableText""
_level0/:CreditsSymbol 265 EditableText"10000"
../:name1Symbol 266 EditableText""
../:game1Symbol 268 EditableText""
../:game2Symbol 269 EditableText""
../:game3Symbol 270 EditableText""
../:game4Symbol 271 EditableText""
../:game5Symbol 272 EditableText""
../:tempNameSymbol 279 EditableText"INSERT NAME "
outputSymbol 284 EditableText""
sendscoreSymbol 285 EditableText""




http://swfchan.com/5/24325/info.shtml
Created: 11/8 -2019 20:45:50 Last modified: 11/8 -2019 20:45:50 Server time: 01/05 -2024 20:20:08