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

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

strip poker.swf

This is the info page for
Flash #29705

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


Text
Straight Flush

Straight Flush

Royal Flush

Royal Flush

Royal Flush

Four Of A Kind

Four Of A Kind

Full House

Full House

Flush

Flush

Straight

Straight

Three Of A Kind

Three Of A Kind

Two Pair

Two Pair

Pair

Pair

A

2

3

4

5

6

7

8

9

0

1

J

Q

K

1000

100.00

Bet:

Credits:

starring Tiffany from TiffanyTeen.com

picture 1 of 20

picture 2 of 20

picture 3 of 20

picture 4 of 20

picture 5 of 20

picture 6 of 20

picture 7 of 20

picture 8 of 20

picture 9 of 20

picture 10 of 20

picture 11 of 20

picture 12 of 20

picture 13 of 20

picture 14 of 20

picture 15 of 20

picture 16 of 20

picture 17 of 20

picture 18 of 20

picture 19 of 20

picture 20 of 20

Results

Game Over

ActionScript [AS1/AS2]

Frame 1
txtPercentage = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) add "% loaded"; tellTarget ("loader") { gotoAndPlay(Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)); };
Frame 2
if (_root.getBytesLoaded() == _root.getBytesTotal()) { gotoAndStop (3); } else { gotoAndPlay (1); }
Frame 3
Stage.showMenu = false; function startGame1() { showCash(); gotoAndPlay (4); } startGame1(); myData = SharedObject.getLocal("myfile"); score.text = myData.data.score; fscommand ("fullscreen", true); fscommand ("showmenu", false); fscommand ("allowscale", true); tellTarget ("/award") { gotoAndStop (2); }; stop();
Frame 4
stop(); if (cash > 19999) { tellTarget ("/award") { gotoAndStop (20); }; } else if ((cash < 19999) and (cash > 18999)) { tellTarget ("/award") { gotoAndStop (20); }; } else if ((cash < 18999) and (cash > 17999)) { tellTarget ("/award") { gotoAndStop (19); }; } else if ((cash < 17999) and (cash > 16999)) { tellTarget ("/award") { gotoAndStop (18); }; } else if ((cash < 16999) and (cash > 15999)) { tellTarget ("/award") { gotoAndStop (17); }; } else if ((cash < 15999) and (cash > 14999)) { tellTarget ("/award") { gotoAndStop (16); }; } else if ((cash < 14999) and (cash > 13999)) { tellTarget ("/award") { gotoAndStop (15); }; } else if ((cash < 13999) and (cash > 12999)) { tellTarget ("/award") { gotoAndStop (14); }; } else if ((cash < 12999) and (cash > 11999)) { tellTarget ("/award") { gotoAndStop (13); }; } else if ((cash < 11999) and (cash > 10999)) { tellTarget ("/award") { gotoAndStop (12); }; } else if ((cash < 10999) and (cash > 9999)) { tellTarget ("/award") { gotoAndStop (11); }; } else if ((cash < 9999) and (cash > 8999)) { tellTarget ("/award") { gotoAndStop (10); }; } else if ((cash < 8999) and (cash > 7999)) { tellTarget ("/award") { gotoAndStop (9); }; } else if ((cash < 7999) and (cash > 6999)) { tellTarget ("/award") { gotoAndStop (8); }; } else if ((cash < 6999) and (cash > 5999)) { tellTarget ("/award") { gotoAndStop (7); }; } else if ((cash < 5999) and (cash > 4999)) { tellTarget ("/award") { gotoAndStop (6); }; } else if ((cash < 4999) and (cash > 3999)) { tellTarget ("/award") { gotoAndStop (5); }; } else if ((cash < 3999) and (cash > 2999)) { tellTarget ("/award") { gotoAndStop (4); }; } else if ((cash < 2999) and (cash > 1999)) { tellTarget ("/award") { gotoAndStop (3); }; } else if ((cash < 1999) and (cash > 999)) { tellTarget ("/award") { gotoAndStop (2); }; } else if ((cash < 999) and (cash > 1)) { tellTarget ("/award") { gotoAndStop (1); }; } else if (cash == 0) { tellTarget ("/award") { gotoAndStop (2); }; } function Need() { myData.data.score = score.text; myData.flush(); } function startGame() { bet = 0; showBet(); } function tellBet() { output1 = bet * 5000; output2 = bet * 300; output3 = bet * 100; output4 = bet * 25; output5 = bet * 20; output6 = bet * 10; output7 = bet * 3; output8 = bet * 2; output9 = bet; } function startDeal() { createDeck(); firstDraw(); showCards(); } function createDeck() { suits = ["c", "d", "s", "h"]; temp = new Array(); suit = 0; while (suit < 4) { num = 1; while (num < 14) { temp.push(suits[suit] + num); num++; } suit++; } deck = new Array(); while (temp.length > 0) { r = int(Math.random() * temp.length); deck.push(temp[r]); temp.splice(r, 1); } } function firstDraw() { cards = new Array(); i = 0; while (i < 5) { cards.push(deck.pop()); i++; } hold = [true, true, true, true, true]; showCards(); handValue1(); } function showCards() { i = 0; while (i < 5) { _root["card" + i].gotoAndStop(cards[i]); i++; } } function holdDraw(cardNum) { if (hold[cardNum]) { _root["card" + cardNum].gotoAndStop("back"); hold[cardNum] = false; mysound = new Sound(); mySound.attachSound("select"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); } else { _root["card" + cardNum].gotoAndStop(cards[cardNum]); hold[cardNum] = true; mysound = new Sound(); mySound.attachSound("select"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); } } function showFlsh() { tellTarget ("pair") { gotoAndStop (1); }; tellTarget ("2p") { gotoAndStop (1); }; tellTarget ("3k") { gotoAndStop (1); }; tellTarget ("st8") { gotoAndStop (1); }; tellTarget ("flush") { gotoAndStop (1); }; tellTarget ("boat") { gotoAndStop (1); }; tellTarget ("4k") { gotoAndStop (1); }; tellTarget ("st8f") { gotoAndStop (1); }; tellTarget ("sf") { gotoAndStop (1); }; } function secondDraw() { showFlsh(); i = 0; while (i < 5) { if (!hold[i]) { cards[i] = deck.pop(); } i++; } showCards(); handVal = handValue(cards); winAmt = bet * winnings(handVal); resultsDisplay = ((handVal + " : ") + "$") + winAmt; cash = cash + winAmt; showCash(); gotoAndPlay (6); } function compareHands(a, b) { numa = Number(a.substr(1, 2)); numb = Number(b.substr(1, 2)); if (numa < numb) { return(-1); } if (numa == numb) { return(0); } if (numa > numb) { return(1); } } function handValue() { hand = cards.slice(); hand.sort(compareHands); suits = new Array(); nums = new Array(); i = 0; while (i < 5) { suits.push(hand[i].substr(0, 1)); nums.push(Number(hand[i].substr(1, 2))); i++; } straight = true; i = 0; while (i < 4) { if ((nums[i] + 1) != nums[i + 1]) { straight = false; } i++; } if (((((nums[0] == 1) and (nums[1] == 10)) and (nums[2] == 11)) and (nums[3] == 12)) and (nums[4] == 13)) { straight = true; } flush = true; i = 1; while (i < 5) { if (suits[i] != suits[0]) { flush = false; } i++; } counts = new Array(); i = 0; while (i < 14) { counts.push(0); i++; } i = 0; while (i < 5) { counts[nums[i]]++; i++; } pair = false; twoPair = false; threeOfAKind = false; fourOfAKind = false; i = 1; while (i < 14) { if (counts[i] == 2) { if (pair) { twoPair = true; } else { pair = true; } } else if (counts[i] == 3) { threeOfAKind = true; } else if (counts[i] == 4) { fourOfAKind = true; } i++; } jackOrHigher = false; i = 1; while (i < 14) { if (((i == 1) or (i > 10)) and (counts[i] >= 2)) { jackOrHigher = true; } i++; } hasAce = false; if (counts[1] > 0) { hasAce = true; } if ((straight and flush) and hasAce) { mysound = new Sound(); mySound.attachSound("won"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); return("Royal Flush"); } if (straight and flush) { mysound = new Sound(); mySound.attachSound("won"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); return("Straight Flush"); } if (fourOfAKind) { mysound = new Sound(); mySound.attachSound("won"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); return("Four Of A Kind"); } if (pair and threeOfAKind) { mysound = new Sound(); mySound.attachSound("won"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); return("Full House"); } if (flush) { mysound = new Sound(); mySound.attachSound("won"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); return("Flush"); } if (straight) { mysound = new Sound(); mySound.attachSound("won"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); return("Straight"); } if (threeOfAKind) { mysound = new Sound(); mySound.attachSound("won"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); return("Three Of A Kind"); } if (twoPair) { mysound = new Sound(); mySound.attachSound("won"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); return("Two Pair"); } if (pair) { tellTarget ("pair") { gotoAndPlay (2); mysound = new Sound(); mySound.attachSound("won"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); }; return("Pair"); } return("Try Again"); } function handValue1() { hand = cards.slice(); hand.sort(compareHands); suits = new Array(); nums = new Array(); i = 0; while (i < 5) { suits.push(hand[i].substr(0, 1)); nums.push(Number(hand[i].substr(1, 2))); i++; } straight = true; i = 0; while (i < 4) { if ((nums[i] + 1) != nums[i + 1]) { straight = false; } i++; } if (((((nums[0] == 1) and (nums[1] == 10)) and (nums[2] == 11)) and (nums[3] == 12)) and (nums[4] == 13)) { straight = true; } flush = true; i = 1; while (i < 5) { if (suits[i] != suits[0]) { flush = false; } i++; } counts = new Array(); i = 0; while (i < 14) { counts.push(0); i++; } i = 0; while (i < 5) { counts[nums[i]]++; i++; } pair = false; twoPair = false; threeOfAKind = false; fourOfAKind = false; i = 1; while (i < 14) { if (counts[i] == 2) { if (pair) { twoPair = true; } else { pair = true; } } else if (counts[i] == 3) { threeOfAKind = true; } else if (counts[i] == 4) { fourOfAKind = true; } i++; } jackOrHigher = false; i = 1; while (i < 14) { if (((i == 1) or (i > 10)) and (counts[i] >= 2)) { jackOrHigher = true; } i++; } hasAce = false; if (counts[1] > 0) { hasAce = true; } if ((straight and flush) and hasAce) { tellTarget ("sf") { gotoAndPlay (2); }; return("Royal Flush"); } if (straight and flush) { tellTarget ("st8f") { gotoAndPlay (2); }; return("Straight Flush"); } if (fourOfAKind) { tellTarget ("4k") { gotoAndPlay (2); }; return("Four Of A Kind"); } if (pair and threeOfAKind) { tellTarget ("boat") { gotoAndPlay (2); }; return("Full House"); } if (flush) { tellTarget ("flush") { gotoAndPlay (2); }; return("Flush"); } if (straight) { tellTarget ("st8") { gotoAndPlay (2); }; return("Straight"); } if (threeOfAKind) { tellTarget ("3k") { gotoAndPlay (2); }; return("Three Of A Kind"); } if (twoPair) { tellTarget ("2p") { gotoAndPlay (2); }; return("Two Pair"); } if (pair) { tellTarget ("pair") { gotoAndPlay (2); }; return("Pair"); } return("Try Again"); } function winnings(handVal) { if (handVal == "Royal Flush") { return(5000); } if (handVal == "Straight Flush") { return(300); } if (handVal == "Four Of A Kind") { return(100); } if (handVal == "Full House") { return(25); } if (handVal == "Flush") { return(20); } if (handVal == "Straight") { return(10); } if (handVal == "Three Of A Kind") { return(3); } if (handVal == "Two Pair") { return(2); } if (handVal == "Pair") { return(1); } if (handVal == "Try Again") { return(0); } } startGame(); stop(); if (cash <= 0) { cash = 1000; }
Frame 5
startDeal(); stop();
Frame 6
stop();
Symbol 17 Button
on (release) { getURL ("http://www.zipperfish.com", "_blank"); }
Symbol 22 MovieClip Frame 1
stop();
Symbol 22 MovieClip Frame 10
gotoAndPlay (2);
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 10
gotoAndPlay (2);
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 10
gotoAndPlay (2);
Symbol 35 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 10
gotoAndPlay (2);
Symbol 39 MovieClip Frame 1
stop();
Symbol 39 MovieClip Frame 10
gotoAndPlay (2);
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 10
gotoAndPlay (2);
Symbol 47 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 10
gotoAndPlay (2);
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 10
gotoAndPlay (2);
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 10
gotoAndPlay (2);
Symbol 87 MovieClip Frame 1
stop();
Symbol 94 Button
on (press) { holdDraw(3); }
Symbol 95 Button
on (press) { holdDraw(0); }
Symbol 96 Button
on (press) { holdDraw(1); }
Symbol 97 Button
on (press) { holdDraw(4); }
Symbol 98 Button
on (press) { holdDraw(2); }
Symbol 119 Button
on (press) { if (Number(bet) > 0) { gotoAndPlay (5); } }
Symbol 121 Button
on (release) { if (Number(cash) > 0) { bet = Number(bet) + 1000; cash = cash - 1000; tellBet(); mysound = new Sound(); mySound.attachSound("bet1"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); } }
Symbol 123 Button
on (release) { if (Number(cash) > 0) { bet = Number(bet) + 100; cash = cash - 100; tellBet(); mysound = new Sound(); mySound.attachSound("bet1"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); } }
Symbol 125 Button
on (release) { if (Number(cash) > 0) { bet = Number(bet) + 10; cash = cash - 10; tellBet(); mysound = new Sound(); mySound.attachSound("bet1"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); } }
Symbol 127 Button
on (press) { mysound = new Sound(); mySound.attachSound("play1"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); startGame(); cash = 1000; output1 = ""; output2 = ""; output3 = ""; output4 = ""; output5 = ""; output6 = ""; output7 = ""; output8 = ""; output9 = ""; } on (release) { tellTarget ("/award") { gotoAndStop (2); }; }
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
stop();
Symbol 193 MovieClip Frame 3
stop();
Symbol 193 MovieClip Frame 4
stop();
Symbol 193 MovieClip Frame 5
stop();
Symbol 193 MovieClip Frame 6
stop();
Symbol 193 MovieClip Frame 7
stop();
Symbol 193 MovieClip Frame 8
stop();
Symbol 193 MovieClip Frame 9
stop();
Symbol 193 MovieClip Frame 10
stop();
Symbol 193 MovieClip Frame 11
stop();
Symbol 193 MovieClip Frame 12
stop();
Symbol 193 MovieClip Frame 13
stop();
Symbol 193 MovieClip Frame 14
stop();
Symbol 193 MovieClip Frame 15
stop();
Symbol 193 MovieClip Frame 16
stop();
Symbol 193 MovieClip Frame 17
stop();
Symbol 193 MovieClip Frame 18
stop();
Symbol 193 MovieClip Frame 19
stop();
Symbol 193 MovieClip Frame 20
stop();
Symbol 193 MovieClip Frame 21
stop();
Symbol 193 MovieClip Frame 22
stop();
Symbol 193 MovieClip Frame 23
stop();
Symbol 193 MovieClip Frame 24
stop();
Symbol 196 Button
on (press) { holdDraw(0); }
Symbol 198 Button
on (press) { holdDraw(1); }
Symbol 200 Button
on (press) { holdDraw(2); }
Symbol 202 Button
on (press) { holdDraw(3); }
Symbol 204 Button
on (press) { holdDraw(4); }
Symbol 206 Button
on (press) { secondDraw(); }
Symbol 209 Button
on (press) { Need(); tellTarget ("pair") { gotoAndStop (1); }; mysound = new Sound(); mySound.attachSound("play1"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); if (Number(cash) <= 0) { gotoAndStop (8); } else { gotoAndPlay (4); } output1 = ""; output2 = ""; output3 = ""; output4 = ""; output5 = ""; output6 = ""; output7 = ""; output8 = ""; output9 = ""; }
Symbol 214 Button
on (release) { getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=921717-0001&PA=508514&BAN=1", "_blank"); }
Symbol 220 Button
on (release) { htmlpagename = "http://www.zipperfish.com/free/games/strippoker.html"; linktitle = "STRIP POKER! Featuring Tiffany Teen"; pageurl = _url; getURL ("http://www.zipperfish.com/mailer/mailit.php", "_blank", "POST"); }
Symbol 222 Button
on (release) { tellTarget ("/award") { gotoAndStop (2); }; } on (press) { mysound = new Sound(); mySound.attachSound("play1"); mySound.start(0, 1); mySound.setPan(0); mySound.setVolume(100); gotoAndPlay (3); output1 = ""; output2 = ""; output3 = ""; output4 = ""; output5 = ""; output6 = ""; output7 = ""; output8 = ""; output9 = ""; }

Library Items

Symbol 1 Sound [won]
Symbol 2 Sound [select]
Symbol 3 Sound [play1]
Symbol 4 Sound [bet1]
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:8 9Used by:Timeline
Symbol 11 FontUsed by:12 27 28 32 36 40 44 48 52 56
Symbol 12 EditableTextUses:11Used by:Timeline
Symbol 13 GraphicUsed by:17
Symbol 14 GraphicUsed by:17
Symbol 15 GraphicUsed by:17
Symbol 16 GraphicUsed by:17
Symbol 17 ButtonUses:13 14 15 16Used by:Timeline
Symbol 18 FontUsed by:19 23 24 25 208
Symbol 19 TextUses:18Used by:22
Symbol 20 FontUsed by:21 29 30 33 34 37 38 41 42 45 46 49 50 53 54
Symbol 21 TextUses:20Used by:22
Symbol 22 MovieClipUses:19 21Used by:Timeline
Symbol 23 TextUses:18Used by:26
Symbol 24 TextUses:18Used by:26
Symbol 25 TextUses:18Used by:26
Symbol 26 MovieClipUses:23 24 25Used by:Timeline
Symbol 27 EditableTextUses:11Used by:Timeline
Symbol 28 EditableTextUses:11Used by:Timeline
Symbol 29 TextUses:20Used by:31
Symbol 30 TextUses:20Used by:31
Symbol 31 MovieClipUses:29 30Used by:Timeline
Symbol 32 EditableTextUses:11Used by:Timeline
Symbol 33 TextUses:20Used by:35
Symbol 34 TextUses:20Used by:35
Symbol 35 MovieClipUses:33 34Used by:Timeline
Symbol 36 EditableTextUses:11Used by:Timeline
Symbol 37 TextUses:20Used by:39
Symbol 38 TextUses:20Used by:39
Symbol 39 MovieClipUses:37 38Used by:Timeline
Symbol 40 EditableTextUses:11Used by:Timeline
Symbol 41 TextUses:20Used by:43
Symbol 42 TextUses:20Used by:43
Symbol 43 MovieClipUses:41 42Used by:Timeline
Symbol 44 EditableTextUses:11Used by:Timeline
Symbol 45 TextUses:20Used by:47
Symbol 46 TextUses:20Used by:47
Symbol 47 MovieClipUses:45 46Used by:Timeline
Symbol 48 EditableTextUses:11Used by:Timeline
Symbol 49 TextUses:20Used by:51
Symbol 50 TextUses:20Used by:51
Symbol 51 MovieClipUses:49 50Used by:Timeline
Symbol 52 EditableTextUses:11Used by:Timeline
Symbol 53 TextUses:20Used by:55
Symbol 54 TextUses:20Used by:55
Symbol 55 MovieClipUses:53 54Used by:Timeline
Symbol 56 EditableTextUses:11Used by:Timeline
Symbol 57 GraphicUsed by:87
Symbol 58 GraphicUsed by:87
Symbol 59 GraphicUsed by:87
Symbol 60 BitmapUsed by:61 117
Symbol 61 GraphicUses:60Used by:87
Symbol 62 FontUsed by:63 65 66 67 68 69 70 71 72 73 74 75 78 81
Symbol 63 TextUses:62Used by:87
Symbol 64 GraphicUsed by:87
Symbol 65 TextUses:62Used by:87
Symbol 66 TextUses:62Used by:87
Symbol 67 TextUses:62Used by:87
Symbol 68 TextUses:62Used by:87
Symbol 69 TextUses:62Used by:87
Symbol 70 TextUses:62Used by:87
Symbol 71 TextUses:62Used by:87
Symbol 72 TextUses:62Used by:87
Symbol 73 TextUses:62Used by:87
Symbol 74 TextUses:62Used by:87
Symbol 75 TextUses:62Used by:87
Symbol 76 GraphicUsed by:87
Symbol 77 GraphicUsed by:87
Symbol 78 TextUses:62Used by:87
Symbol 79 GraphicUsed by:87
Symbol 80 GraphicUsed by:87
Symbol 81 TextUses:62Used by:87
Symbol 82 GraphicUsed by:87
Symbol 83 GraphicUsed by:87
Symbol 84 GraphicUsed by:87
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:57 58 59 61 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86Used by:Timeline
Symbol 88 FontUsed by:89 90 91 92 221
Symbol 89 EditableTextUses:88Used by:Timeline
Symbol 90 EditableTextUses:88Used by:Timeline
Symbol 91 EditableTextUses:88Used by:Timeline
Symbol 92 EditableTextUses:88Used by:Timeline
Symbol 93 GraphicUsed by:94 95 96 97 98
Symbol 94 ButtonUses:93Used by:Timeline
Symbol 95 ButtonUses:93Used by:Timeline
Symbol 96 ButtonUses:93Used by:Timeline
Symbol 97 ButtonUses:93Used by:Timeline
Symbol 98 ButtonUses:93Used by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:119 209  Timeline
Symbol 101 GraphicUsed by:121  Timeline
Symbol 102 GraphicUsed by:123  Timeline
Symbol 103 GraphicUsed by:125  Timeline
Symbol 104 GraphicUsed by:127 222  Timeline
Symbol 105 GraphicUsed by:196  Timeline
Symbol 106 GraphicUsed by:198  Timeline
Symbol 107 GraphicUsed by:200  Timeline
Symbol 108 GraphicUsed by:202  Timeline
Symbol 109 GraphicUsed by:204  Timeline
Symbol 110 GraphicUsed by:206  Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 FontUsed by:115 132 137 141 144 147 150 153 156 159 162 165 168 171 174 177 180 183 186 189 192
Symbol 115 TextUses:114Used by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 GraphicUses:60Used by:Timeline
Symbol 118 GraphicUsed by:119 209
Symbol 119 ButtonUses:100 118Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 ButtonUses:101 120Used by:Timeline
Symbol 122 GraphicUsed by:123
Symbol 123 ButtonUses:102 122Used by:Timeline
Symbol 124 GraphicUsed by:125
Symbol 125 ButtonUses:103 124Used by:Timeline
Symbol 126 GraphicUsed by:127 222
Symbol 127 ButtonUses:104 126Used by:Timeline
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:Timeline
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:193
Symbol 132 TextUses:114Used by:193
Symbol 133 GraphicUsed by:193
Symbol 134 GraphicUsed by:193
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:193
Symbol 137 TextUses:114Used by:193
Symbol 138 GraphicUsed by:193
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:193
Symbol 141 TextUses:114Used by:193
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:193
Symbol 144 TextUses:114Used by:193
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:193
Symbol 147 TextUses:114Used by:193
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:193
Symbol 150 TextUses:114Used by:193
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:193
Symbol 153 TextUses:114Used by:193
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:193
Symbol 156 TextUses:114Used by:193
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:193
Symbol 159 TextUses:114Used by:193
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:193
Symbol 162 TextUses:114Used by:193
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:193
Symbol 165 TextUses:114Used by:193
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:193
Symbol 168 TextUses:114Used by:193
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:193
Symbol 171 TextUses:114Used by:193
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:193
Symbol 174 TextUses:114Used by:193
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:193
Symbol 177 TextUses:114Used by:193
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:193
Symbol 180 TextUses:114Used by:193
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:193
Symbol 183 TextUses:114Used by:193
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:193
Symbol 186 TextUses:114Used by:193
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:193
Symbol 189 TextUses:114Used by:193
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:190Used by:193
Symbol 192 TextUses:114Used by:193
Symbol 193 MovieClipUses:131 132 133 134 136 137 138 140 141 143 144 146 147 149 150 152 153 155 156 158 159 161 162 164 165 167 168 170 171 173 174 176 177 179 180 182 183 185 186 188 189 191 192Used by:Timeline
Symbol 194 SoundUsed by:Timeline
Symbol 195 GraphicUsed by:196
Symbol 196 ButtonUses:105 195Used by:Timeline
Symbol 197 GraphicUsed by:198
Symbol 198 ButtonUses:106 197Used by:Timeline
Symbol 199 GraphicUsed by:200
Symbol 200 ButtonUses:107 199Used by:Timeline
Symbol 201 GraphicUsed by:202
Symbol 202 ButtonUses:108 201Used by:Timeline
Symbol 203 GraphicUsed by:204
Symbol 204 ButtonUses:109 203Used by:Timeline
Symbol 205 GraphicUsed by:206
Symbol 206 ButtonUses:110 205Used by:Timeline
Symbol 207 GraphicUsed by:Timeline
Symbol 208 EditableTextUses:18Used by:Timeline
Symbol 209 ButtonUses:100 118Used by:Timeline
Symbol 210 GraphicUsed by:Timeline
Symbol 211 BitmapUsed by:212 213
Symbol 212 GraphicUses:211Used by:214
Symbol 213 GraphicUses:211Used by:214
Symbol 214 ButtonUses:212 213Used by:Timeline
Symbol 215 GraphicUsed by:220
Symbol 216 GraphicUsed by:220
Symbol 217 GraphicUsed by:220
Symbol 218 GraphicUsed by:220
Symbol 219 GraphicUsed by:220
Symbol 220 ButtonUses:215 216 217 218 219Used by:Timeline
Symbol 221 TextUses:88Used by:Timeline
Symbol 222 ButtonUses:104 126Used by:Timeline

Instance Names

"loader"Frame 1Symbol 10 MovieClip
"loader"Frame 1Symbol 10 MovieClip
"st8f"Frame 3Symbol 22 MovieClip
"sf"Frame 3Symbol 26 MovieClip
"4k"Frame 3Symbol 31 MovieClip
"boat"Frame 3Symbol 35 MovieClip
"flush"Frame 3Symbol 39 MovieClip
"st8"Frame 3Symbol 43 MovieClip
"3k"Frame 3Symbol 47 MovieClip
"2p"Frame 3Symbol 51 MovieClip
"pair"Frame 3Symbol 55 MovieClip
"card0"Frame 3Symbol 87 MovieClip
"card1"Frame 3Symbol 87 MovieClip
"card2"Frame 3Symbol 87 MovieClip
"card3"Frame 3Symbol 87 MovieClip
"card4"Frame 3Symbol 87 MovieClip
"award"Frame 4Symbol 193 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "won"
ExportAssets (56)Timeline Frame 1Symbol 2 as "select"
ExportAssets (56)Timeline Frame 1Symbol 3 as "play1"
ExportAssets (56)Timeline Frame 1Symbol 4 as "bet1"

Labels

"deal"Frame 4
"play"Frame 5
"done"Frame 6
"empty"Symbol 87 MovieClip Frame 1
"back"Symbol 87 MovieClip Frame 2
"c1"Symbol 87 MovieClip Frame 3
"c2"Symbol 87 MovieClip Frame 4
"c3"Symbol 87 MovieClip Frame 5
"c4"Symbol 87 MovieClip Frame 6
"c5"Symbol 87 MovieClip Frame 7
"c6"Symbol 87 MovieClip Frame 8
"c7"Symbol 87 MovieClip Frame 9
"c8"Symbol 87 MovieClip Frame 10
"c9"Symbol 87 MovieClip Frame 11
"c10"Symbol 87 MovieClip Frame 12
"c11"Symbol 87 MovieClip Frame 13
"c12"Symbol 87 MovieClip Frame 14
"c13"Symbol 87 MovieClip Frame 15
"d1"Symbol 87 MovieClip Frame 16
"d2"Symbol 87 MovieClip Frame 17
"d3"Symbol 87 MovieClip Frame 18
"d4"Symbol 87 MovieClip Frame 19
"d5"Symbol 87 MovieClip Frame 20
"d6"Symbol 87 MovieClip Frame 21
"d7"Symbol 87 MovieClip Frame 22
"d8"Symbol 87 MovieClip Frame 23
"d9"Symbol 87 MovieClip Frame 24
"d10"Symbol 87 MovieClip Frame 25
"d11"Symbol 87 MovieClip Frame 26
"d12"Symbol 87 MovieClip Frame 27
"d13"Symbol 87 MovieClip Frame 28
"s1"Symbol 87 MovieClip Frame 29
"s2"Symbol 87 MovieClip Frame 30
"s3"Symbol 87 MovieClip Frame 31
"s4"Symbol 87 MovieClip Frame 32
"s5"Symbol 87 MovieClip Frame 33
"s6"Symbol 87 MovieClip Frame 34
"s7"Symbol 87 MovieClip Frame 35
"s8"Symbol 87 MovieClip Frame 36
"s9"Symbol 87 MovieClip Frame 37
"s10"Symbol 87 MovieClip Frame 38
"s11"Symbol 87 MovieClip Frame 39
"s12"Symbol 87 MovieClip Frame 40
"s13"Symbol 87 MovieClip Frame 41
"h1"Symbol 87 MovieClip Frame 42
"h2"Symbol 87 MovieClip Frame 43
"h3"Symbol 87 MovieClip Frame 44
"h4"Symbol 87 MovieClip Frame 45
"h5"Symbol 87 MovieClip Frame 46
"h6"Symbol 87 MovieClip Frame 47
"h7"Symbol 87 MovieClip Frame 48
"h8"Symbol 87 MovieClip Frame 49
"h9"Symbol 87 MovieClip Frame 50
"h10"Symbol 87 MovieClip Frame 51
"h11"Symbol 87 MovieClip Frame 52
"h12"Symbol 87 MovieClip Frame 53
"h13"Symbol 87 MovieClip Frame 54

Dynamic Text Variables

txtPercentageSymbol 12 EditableText""
output1Symbol 27 EditableText""
output2Symbol 28 EditableText""
output3Symbol 32 EditableText""
output4Symbol 36 EditableText""
output5Symbol 40 EditableText""
output6Symbol 44 EditableText""
output7Symbol 48 EditableText""
output8Symbol 52 EditableText""
output9Symbol 56 EditableText""
cashSymbol 89 EditableText"1000"
betSymbol 90 EditableText"100.00"
TextField6Symbol 91 EditableText"Bet:"
TextField7Symbol 92 EditableText"Credits:"
resultsDisplaySymbol 208 EditableText"Results"




http://swfchan.com/6/29705/info.shtml
Created: 11/8 -2019 17:21:03 Last modified: 11/8 -2019 17:21:03 Server time: 04/05 -2024 14:15:19