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

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

Poker.swf

This is the info page for
Flash #3446

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


Text
K

Q

10

6

9

8

7

5

4

3

2

A

<P ALIGN="LEFT"><FONT FACE="Arial Cyr" SIZE="21" COLOR="#FFFFFF">Bet Max</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Arial Cyr" SIZE="21" COLOR="#FFFFFF">Bet One</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Arial Cyr" SIZE="21" COLOR="#FFFFFF">New Game</FONT></P>

You exhausted your credit!!!

Game Over

Game Loading ...

©

Absolutist.com

<P ALIGN="CENTER"><FONT FACE="Arial Cyr" SIZE="21" COLOR="#FFFFFF">Send Results</FONT></P>

Sound On

0

Credit:

<P ALIGN="CENTER"><FONT FACE="Arial Cyr" SIZE="21" COLOR="#FFFFFF">Deal </FONT></P>

<P ALIGN="CENTER"><FONT FACE="Arial Cyr" SIZE="21" COLOR="#FFFFFF">Deal </FONT></P>

<P ALIGN="CENTER"><FONT FACE="Arial Cyr" SIZE="15" COLOR="#FFFFFF">Discard</FONT></P>

Your Profit:

Your Combination:

0

<P ALIGN="CENTER"><FONT FACE="Arial Cyr" SIZE="18" COLOR="#FFFFFF">Cancel</FONT></P>

<P ALIGN="CENTER"><FONT FACE="Arial Cyr" SIZE="18" COLOR="#FFFFFF">Ok</FONT></P>

0

<P ALIGN="CENTER"><FONT FACE="Arial Cyr" SIZE="20" COLOR="#903430">Your Profit:</FONT></P>

<P ALIGN="CENTER"><FONT FACE="Arial Cyr" SIZE="20" COLOR="#983430">Enter your name:</FONT></P>

ActionScript [AS1/AS2]

Frame 1
tellTarget ("_level0") { lbLoadingGame = ""; };
Frame 3
if (_framesloaded >= _totalframes) { sound_flag = true; gotoAndPlay (4); } else { gotoAndPlay (2); }
Frame 4
function GenerateCards(ClearFlag) { if (ClearFlag) { i = 0; while (i < 52) { cardswas[i] = false; i++; } i = 0; while (i < 5) { curcardschange[i] = true; i++; } } i = 0; while (i < 5) { if (curcardschange[i]) { do { temp = random(52); } while (cardswas[temp]); curcards[i] = temp; cardswas[temp] = true; curcardschange[i] = false; } i++; } if (ClearFlag) { SortCards(); } } function Combination() { i = 0; while (i < 13) { cards[i] = 0; i++; } i = 0; while (i < 4) { suits[i] = 0; i++; } i = 0; while (i < 5) { cards[curcards[i] % 13]++; suits[Math.floor(curcards[i] / 13)]++; i++; } suit_flag = false; i = 0; while (i < 4) { if (suits[i] == 5) { suit_flag = true; break; } i++; } straight_flag = false; i = 0; while (i < 9) { if (((((cards[i] == 1) && (cards[i + 1] == 1)) && (cards[i + 2] == 1)) && (cards[i + 3] == 1)) && (cards[i + 4] == 1)) { straight_flag = true; break; } i++; } if ((suit_flag && (straight_flag)) && (cards[12] == 1)) { return(9); } if (suit_flag && (straight_flag)) { return(8); } i = 0; while (i < 13) { if (cards[i] == 4) { return(7); } i++; } two_flag = false; three_flag = false; i = 0; while (i < 13) { if (cards[i] == 3) { three_flag = true; } if (cards[i] == 2) { two_flag = true; } if (three_flag && (two_flag)) { return(6); } i++; } if (suit_flag) { return(5); } if (straight_flag) { return(4); } i = 0; while (i < 13) { if (cards[i] == 3) { return(3); } i++; } two_flag = false; i = 0; while (i < 13) { if (cards[i] == 2) { if (two_flag) { return(2); } two_flag = true; } i++; } i = 9; while (i < 13) { if (cards[i] == 2) { return(1); } i++; } return(0); } function Table(Row, Column) { i = 1; while (i < 10) { if (Row == (10 - i)) { word = "TextMessBlockActive"; } else { word = "TextMessBlock"; } attachMovie(word, "CombName" + i, i); tellTarget ("CombName" + i) { _x = 82; _y = (_parent.i * 22); _width = 145; MessText = _parent.combination_list[10 - _parent.i]; }; j = 0; while (j < 5) { if ((Column == (j + 1)) || (Row == (10 - i))) { word = "MessBlockActive"; } else { word = "MessBlock"; } attachMovie(word, ("WinName" + i) + j, (666 + (9 * j)) + i); tellTarget (("WinName" + i) + j) { _x = (180 + (55 * _parent.j)); _y = (_parent.i * 22); _width = 55; MessText = _parent.win_list[(9 * _parent.j) + (9 - _parent.i)]; }; j++; } i++; } } function DrawCards(RemoveFlag) { if (RemoveFlag) { i = 0; while (i < 5) { removeMovieClip("curcard" + i); removeMovieClip("shadow" + i); i++; } } i = 0; while (i < 5) { if (curcardschange[i]) { word = "back"; } else { word = "c" + curcards[i]; } attachMovie("shadow", "shadow" + i, 777 + i); attachMovie(word, "curcard" + i, 999 + i); tellTarget ("shadow" + i) { _width = 80; _height = 120; _x = (53 + (85 * _parent.i)); _y = 278; }; tellTarget ("curcard" + i) { _width = 80; _height = 120; _x = (50 + (85 * _parent.i)); _y = 275; }; i++; } } function RemoveCards() { i = 0; while (i < 5) { removeMovieClip("curcard" + i); removeMovieClip("shadow" + i); i++; } } function SortCards() { i = 0; while (i < 4) { j = i; while (j < 5) { if (curcards[j] < curcards[i]) { card_tmp = curcards[j]; curcards[j] = curcards[i]; curcards[i] = card_tmp; } j++; } i++; } } function Crypto(st) { var sum1 = 0; var sum2 = 0; var i = 0; while (i < st.length) { sum1 = sum1 + st.charCodeAt(i); sum2 = sum2 + (st.charCodeAt(i) ^ 175); i++; } sum1 = sum1 % 256; sum2 = sum2 % 256; st = (String.fromCharCode(sum1) + String.fromCharCode(sum2)) + st; var cryptSt = ""; var b0 = 193; var i = 0; while (i < st.length) { var b = st.charCodeAt(i); var CryptB = (b ^ b0); CryptB = CryptB ^ HtmlMask[i % 10]; CryptB = CryptB.toString(); var len = CryptB.length; var j = 0; while (j < (3 - len)) { CryptB = "0" + CryptB; j++; } cryptSt = cryptSt + CryptB; b0 = b; i++; } return(cryptSt); } fscommand ("showmenu", false); card_list = ["2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K", "A"]; help_cards = ["Jacks", "Queens", "Kings", "Aces"]; suit_list = ["P", "T", "B", "C"]; combination_list = ["None", "Pair Of Jacks Or Better", "Two Pairs", "Three Of A Kind", "Straight", "Flush", "Full House", "Four Of A Kind", "Straight Flush", "Royal Flush"]; win_list = [1, 2, 3, 4, 6, 9, 25, 50, 250, 2, 4, 6, 8, 12, 18, 50, 100, 500, 3, 6, 9, 12, 18, 27, 75, 150, 750, 4, 8, 12, 16, 24, 36, 100, 200, 1000, 5, 10, 15, 20, 30, 45, 125, 250, 4000]; cards = new Array(13); suits = new Array(4); cardswas = new Array(52); curcards = new Array(5); curcardschange = new Array(5); credit = 100; credit2 = credit; credits = "$" + credit; inmachine = 0; first_flag = true; play_once_flag = false; generate_flag = true; cur_inmachine = 0; cur_frame = 4; special_flag = false; yourcombtitle = ""; yourcomb = ""; yourprofittitle = ""; yourprofit = ""; Sound1 = new Sound(); Sound1.attachSound("Sound1"); Sound2 = new Sound(); Sound2.attachSound("Sound2"); Sound3 = new Sound(); Sound3.attachSound("Sound3"); Sound4 = new Sound(); Sound4.attachSound("Sound4"); Sound6 = new Sound(); Sound6.attachSound("Sound6"); Sound7 = new Sound(); Sound7.attachSound("Sound7"); removeMovieClip("GameOv"); HtmlMask = [145, 214, 121, 10, 12, 200, 187, 2, 17, 154];
Frame 5
cur_frame = 5; generate_flag = true; if (first_flag) { Table(0, 0); i = 0; while (i < 5) { curcardschange[i] = true; i++; } DrawCards(false); first_flag = false; } if (0 < yourprofit) { if (sound_flag) { Sound4.start(); } } stop();
Instance of Symbol 184 MovieClip in Frame 5
onClipEvent (mouseDown) { mx = _parent._xmouse; my = _parent._ymouse; if ((12 < my) && (my < 186)) { i = 0; while (i < 5) { if (((157 + (55 * i)) < mx) && (mx < (157 + (55 * (i + 1))))) { if (i < _parent.credit) { j = 0; while (j < 5) { curcardschange[j] = true; j++; } _parent.DrawCards(true); _parent.inmachine = i + 1; _parent.credit = _parent.credit - (i + 1); if (_parent.sound_flag) { _parent.Sound1.start(); } _parent.credits = "$" + _parent.credit; _parent.Table(0, _parent.inmachine); _parent.cur_inmachine = _parent.inmachine; if (_parent.inmachine >= 5) { _parent.gotoAndPlay(7); } else { _parent.gotoAndPlay(5); } } } i++; } } else if ((mx < 450) || (196 < my)) { _parent.yourcombtitle = ""; _parent.yourprofittitle = ""; _parent.yourprofit = ""; _parent.yourcomb = "Please Make Your Bet First!"; } }
Frame 6
cur_frame = 6; generate_flag = true; special_flag = true; yourcomb = ""; if ((inmachine >= 5) || (0 >= credit)) { gotoAndPlay (7); } stop();
Instance of Symbol 208 MovieClip in Frame 6
onClipEvent (mouseDown) { mx = _parent._xmouse; my = _parent._ymouse; if ((12 < my) && (my < 186)) { i = 0; while (i < 5) { if (((157 + (55 * i)) < mx) && (mx < (157 + (55 * (i + 1))))) { if ((i < (_parent.credit + _parent.inmachine)) && (_parent.inmachine < (i + 1))) { j = 0; while (j < 5) { curcardschange[j] = true; j++; } _parent.DrawCards(true); _parent.credit = _parent.credit + _parent.inmachine; _parent.credit = _parent.credit - (i + 1); _parent.inmachine = i + 1; if (_parent.sound_flag) { _parent.Sound1.start(); } _parent.credits = "$" + _parent.credit; _parent.Table(0, _parent.inmachine); _parent.cur_inmachine = _parent.inmachine; if ((_parent.inmachine >= 5) || (0 >= _parent.credit)) { _parent.gotoAndPlay(7); } } } i++; } } }
Frame 7
cur_frame = 7; Sound1.stop(); if (sound_flag) { Sound3.start(); } if (generate_flag) { GenerateCards(true); } generate_flag = true; DrawCards(false); Table(Combination(), inmachine); stop();
Instance of Symbol 213 MovieClip in Frame 7
onClipEvent (mouseDown) { temp_card = -1; mx = _parent._xmouse; my = _parent._ymouse; i = 0; while (i < 5) { if ((((mx >= (10 + (85 * i))) && ((90 + (85 * i)) >= mx)) && (my >= 215)) && (335 >= my)) { temp_card = i; } i++; } if (temp_card >= 0) { _parent.curcardschange[temp_card] = !_parent.curcardschange[temp_card]; _parent.DrawCards(true); if (_parent.sound_flag) { _parent.Sound2.start(); } } }
Frame 8
cur_frame = 8; cur_inmachine = inmachine; if (generate_flag) { GenerateCards(false); } DrawCards(true); Table(Combination(), inmachine); yourcombtitle = "Your Combination: "; yourcomb = combination_list[Combination()]; if (yourcomb == combination_list[1]) { i = 9; while (i < 13) { if (cards[i] == 2) { yourcomb = "Pair of " + help_cards[i - 9]; } i++; } } if (0 < Combination()) { yourprofittitle = "You won: "; yourprofit = "$" + win_list[(Combination() - 1) + ((inmachine - 1) * 9)]; credit = credit + win_list[(Combination() - 1) + ((inmachine - 1) * 9)]; credits = "$" + credit; Sound3.stop(); if (sound_flag) { Sound4.start(); } } else { yourprofittitle = "You lost "; yourprofit = ""; } if (0 >= credit) { gotoAndPlay (9); } else { inmachine = 0; play_once_flag = true; special_flag = false; gotoAndPlay (5); }
Frame 9
attachMovie("GameOver", "GameOv", 9999); tellTarget ("GameOv") { _x = 255; _y = 188; }; if (sound_flag) { Sound7.start(); } stop();
Frame 10
i = 1; while (i < 10) { removeMovieClip("CombName" + i); j = 0; while (j < 5) { removeMovieClip(("WinName" + i) + j); j++; } i++; } RemoveCards(); if (sound_flag) { Sound6.start(); } Name = ""; credit2 = credit + inmachine; credits = "$" + credit2; stop();
Symbol 167 Button
on (release) { _root.gotoAndPlay(4); oot.removeMovieClip(_root.GameOv); }
Symbol 177 Button [BetMax]
on (release) { if (inmachine < 5) { if (sound_flag) { Sound1.start(); } if (credit >= (5 - inmachine)) { credit = credit - (5 - inmachine); inmachine = 5; } else { inmachine = inmachine + credit; credit = 0; } credits = "$" + credit; Table(0, inmachine); gotoAndPlay (7); } else { gotoAndPlay (7); } cur_inmachine = inmachine; }
Symbol 178 Button [BetOne]
on (release) { if (inmachine < 5) { if (sound_flag) { Sound1.start(); } credit--; inmachine++; credits = "$" + credit; Table(0, inmachine); if ((inmachine == 5) || (0 >= credit)) { gotoAndPlay (7); } } cur_inmachine = inmachine; }
Symbol 179 Button [BetMax]
on (release) { if (inmachine < 5) { i = 0; while (i < 5) { curcardschange[i] = true; i++; } DrawCards(true); if (credit >= (5 - inmachine)) { credit = credit - (5 - inmachine); inmachine = 5; } else { inmachine = inmachine + credit; credit = 0; } if (sound_flag) { Sound1.start(); } credits = "$" + credit; Table(0, inmachine); gotoAndPlay (7); } else { gotoAndPlay (7); } cur_inmachine = inmachine; }
Symbol 180 Button [BetOne]
on (release) { if (inmachine < 5) { i = 0; while (i < 5) { curcardschange[i] = true; i++; } DrawCards(true); if (sound_flag) { Sound1.start(); } credit--; inmachine++; credits = "$" + credit; Table(0, inmachine); if ((inmachine == 5) || (0 >= credit)) { gotoAndPlay (7); } if (inmachine == 1) { gotoAndPlay (6); } } cur_inmachine = inmachine; }
Symbol 194 Button
on (release) { getURL ("http://absolutist.com", "_blank"); }
Symbol 196 Button
on (release) { if (play_once_flag) { gotoAndPlay (10); } else { yourcomb = "First Play Once at Least"; } }
Symbol 203 Button
on (release) { sound_flag = !sound_flag; if (sound_flag) { soundout = "Sound On"; } else { soundout = "Sound Off"; } }
Symbol 204 Button
on (release) { RemoveCards(); i = 1; while (i < 10) { removeMovieClip("CombName" + i); j = 0; while (j < 5) { removeMovieClip(("WinName" + i) + j); j++; } i++; } gotoAndPlay (4); }
Symbol 210 Button
on (release) { if (0 < inmachine) { gotoAndPlay (7); } }
Symbol 216 Button
on (release) { if (sound_flag) { Sound3.start(); } gotoAndPlay (8); }
Symbol 220 Button
on (release) { curcardschange[4] = !curcardschange[4]; DrawCards(true); if (sound_flag) { Sound2.start(); } }
Symbol 221 Button
on (release) { curcardschange[3] = !curcardschange[3]; DrawCards(true); if (sound_flag) { Sound2.start(); } }
Symbol 222 Button
on (release) { curcardschange[2] = !curcardschange[2]; DrawCards(true); if (sound_flag) { Sound2.start(); } }
Symbol 223 Button
on (release) { curcardschange[1] = !curcardschange[1]; DrawCards(true); if (sound_flag) { Sound2.start(); } }
Symbol 224 Button
on (release) { curcardschange[0] = !curcardschange[0]; DrawCards(true); if (sound_flag) { Sound2.start(); } }
Symbol 243 Button
on (release) { if (special_flag) { Table(0, cur_inmachine); } else { Table(Combination(), cur_inmachine); } generate_flag = false; DrawCards(true); credits = "$" + credit; gotoAndPlay(cur_frame); }
Symbol 245 Button
on (release) { var stSend = ((((((((credits + "\t") + 0) + "\t") + stName) + "\t") + "pok") + "\t") + "web"); getURL ("http://absolutist.com/cgi-bin/gameres.pl?g=pok&e=" + _root.Crypto(stSend), "_top"); gotoAndPlay (4); }

Library Items

Symbol 1 Sound [Sound4]
Symbol 2 Sound [Sound3]
Symbol 3 Sound [Sound6]
Symbol 4 Sound [Sound1]
Symbol 5 Sound [Sound2]
Symbol 6 Sound [Sound7]
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:13
Symbol 9 GraphicUsed by:13
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:13
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClip [back]Uses:8 9 11 12
Symbol 14 GraphicUsed by:18
Symbol 15 GraphicUsed by:16 59
Symbol 16 MovieClipUses:15Used by:18 42 53
Symbol 17 GraphicUsed by:18 24 176
Symbol 18 MovieClip [c24]Uses:14 16 17
Symbol 19 GraphicUsed by:25
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:25 45 55 115 117 119 121 123 125 127 129 131
Symbol 22 GraphicUsed by:25
Symbol 23 GraphicUsed by:25
Symbol 24 MovieClipUses:17Used by:25 45 60 62 64 66 68 71 73 75 77 79 82 87 90 93 94 97 100 104 107 115 117 119 121 123 125 127 129 131 134 135 136 137 138 139 140 141 142 176
Symbol 25 MovieClip [c11]Uses:19 21 22 23 24
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:32 47 57 133 134 135 136 137 138 139 140 141 142
Symbol 28 FontUsed by:29 37 80 83 85 88 91 95 98 101 105 108 181 189 211 212 225 226 227 228 229 230 231 232 233
Symbol 29 TextUses:28Used by:30
Symbol 30 MovieClipUses:29Used by:32 36
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClip [c37]Uses:27 30 31
Symbol 33 GraphicUsed by:34 103
Symbol 34 MovieClipUses:33Used by:36 40 49 82 87 90 93 94 97 100 104 107 111
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClip [c50]Uses:34 30 35
Symbol 37 TextUses:28Used by:38
Symbol 38 MovieClipUses:37Used by:40 47
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClip [c49]Uses:34 38 39
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClip [c23]Uses:16 41
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClip [c10]Uses:21 43 44 24
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClip [c36]Uses:27 38 46
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClip [c48]Uses:34 48
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClip [c22]Uses:16 51 52
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClip [c9]Uses:21 54
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClip [c35]Uses:27 56
Symbol 58 GraphicUsed by:60
Symbol 59 MovieClipUses:15Used by:60 62 64 66 68 71 73 75 77 79
Symbol 60 MovieClip [c17]Uses:58 59 24
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClip [c16]Uses:61 59 24
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClip [c15]Uses:63 59 24
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClip [c14]Uses:65 59 24
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClip [c13]Uses:59 67 24
Symbol 69 GraphicUsed by:71
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClip [c25]Uses:69 59 70 24
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClip [c21]Uses:72 59 24
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClip [c20]Uses:74 59 24
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClip [c19]Uses:76 59 24
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClip [c18]Uses:78 59 24
Symbol 80 TextUses:28Used by:81
Symbol 81 MovieClipUses:80Used by:82 134
Symbol 82 MovieClip [c47]Uses:34 81 24
Symbol 83 TextUses:28Used by:84
Symbol 84 MovieClipUses:83Used by:87 94 135 142
Symbol 85 TextUses:28Used by:86
Symbol 86 MovieClipUses:85Used by:87 94 135 142
Symbol 87 MovieClip [c46]Uses:84 86 34 24
Symbol 88 TextUses:28Used by:89
Symbol 89 MovieClipUses:88Used by:90 136
Symbol 90 MovieClip [c45]Uses:89 34 24
Symbol 91 TextUses:28Used by:92
Symbol 92 MovieClipUses:91Used by:93 137
Symbol 93 MovieClip [c44]Uses:92 34 24
Symbol 94 MovieClip [c43]Uses:34 86 84 24
Symbol 95 TextUses:28Used by:96
Symbol 96 MovieClipUses:95Used by:97 138
Symbol 97 MovieClip [c42]Uses:34 96 24
Symbol 98 TextUses:28Used by:99
Symbol 99 MovieClipUses:98Used by:100 139
Symbol 100 MovieClip [c41]Uses:34 99 24
Symbol 101 TextUses:28Used by:102
Symbol 102 MovieClipUses:101Used by:104 140
Symbol 103 MovieClipUses:33Used by:104
Symbol 104 MovieClip [c40]Uses:34 102 103 24
Symbol 105 TextUses:28Used by:106
Symbol 106 MovieClipUses:105Used by:107 141
Symbol 107 MovieClip [c39]Uses:34 106 24
Symbol 108 TextUses:28Used by:109
Symbol 109 MovieClipUses:108Used by:111 133
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClip [c51]Uses:109 34 110
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClip [c12]Uses:112
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClip [c8]Uses:21 114 24
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClip [c7]Uses:21 116 24
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClip [c6]Uses:21 118 24
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClip [c5]Uses:21 120 24
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClip [c4]Uses:122 21 24
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClip [c3]Uses:124 21 24
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClip [c2]Uses:126 21 24
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClip [c1]Uses:128 21 24
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClip [c0]Uses:130 21 24
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClip [c38]Uses:109 27 132
Symbol 134 MovieClip [c34]Uses:81 27 24
Symbol 135 MovieClip [c33]Uses:84 86 27 24
Symbol 136 MovieClip [c32]Uses:89 27 24
Symbol 137 MovieClip [c31]Uses:92 27 24
Symbol 138 MovieClip [c29]Uses:96 27 24
Symbol 139 MovieClip [c28]Uses:99 27 24
Symbol 140 MovieClip [c27]Uses:102 27 24
Symbol 141 MovieClip [c26]Uses:106 27 24
Symbol 142 MovieClip [c30]Uses:86 84 27 24
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClip [shadow]Uses:143
Symbol 145 FontUsed by:146 149 151 154 157 163 166 185 186 187 188 195 200 205 206 207 209 215 217 234 235 236 237 238 240 244 246 247 248 249
Symbol 146 EditableTextUses:145Used by:148
Symbol 147 GraphicUsed by:148 150
Symbol 148 MovieClip [TextMessBlockActive]Uses:146 147
Symbol 149 EditableTextUses:145Used by:150
Symbol 150 MovieClip [MessBlockActive]Uses:149 147
Symbol 151 EditableTextUses:145Used by:153
Symbol 152 GraphicUsed by:153 155
Symbol 153 MovieClip [TextMessBlock]Uses:151 152
Symbol 154 EditableTextUses:145Used by:155
Symbol 155 MovieClip [MessBlock]Uses:154 152
Symbol 156 GraphicUsed by:161 177 179 210
Symbol 157 EditableTextUses:145Used by:161 177 179
Symbol 158 GraphicUsed by:161 165 167 177 178 179 180 196 204 210 216
Symbol 159 GraphicUsed by:161 177 179
Symbol 160 GraphicUsed by:161 165 167 177 178 179 180 196 203 204 210 216 220 221 222 223 224 243 245
Symbol 161 Button [BetMax]Uses:156 157 158 159 160
Symbol 162 GraphicUsed by:165 167 178 180 196 204
Symbol 163 EditableTextUses:145Used by:165 178 180
Symbol 164 GraphicUsed by:165 167 178 180 196 204 210 216
Symbol 165 Button [BetOne]Uses:162 163 158 164 160
Symbol 166 EditableTextUses:145Used by:167 204
Symbol 167 ButtonUses:162 166 158 164 160Used by:175
Symbol 168 FontUsed by:169
Symbol 169 TextUses:168Used by:170
Symbol 170 MovieClipUses:169Used by:175
Symbol 171 FontUsed by:172
Symbol 172 TextUses:171Used by:173
Symbol 173 MovieClipUses:172Used by:175
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClip [GameOver]Uses:167 170 173 174
Symbol 176 Button [CardButton]Uses:24 17Used by:Timeline
Symbol 177 Button [BetMax]Uses:156 157 158 159 160Used by:Timeline
Symbol 178 Button [BetOne]Uses:162 163 158 164 160Used by:Timeline
Symbol 179 Button [BetMax]Uses:156 157 158 159 160Used by:Timeline
Symbol 180 Button [BetOne]Uses:162 163 158 164 160Used by:Timeline
Symbol 181 TextUses:28Used by:183
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:181 182Used by:Timeline
Symbol 184 MovieClipUsed by:Timeline
Symbol 185 EditableTextUses:145Used by:Timeline
Symbol 186 EditableTextUses:145Used by:Timeline
Symbol 187 EditableTextUses:145Used by:Timeline
Symbol 188 EditableTextUses:145Used by:Timeline
Symbol 189 EditableTextUses:28Used by:194
Symbol 190 FontUsed by:191
Symbol 191 EditableTextUses:190Used by:194
Symbol 192 GraphicUsed by:194
Symbol 193 GraphicUsed by:194
Symbol 194 ButtonUses:189 191 192 193Used by:Timeline
Symbol 195 EditableTextUses:145Used by:196
Symbol 196 ButtonUses:162 195 158 164 160Used by:Timeline
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:Timeline
Symbol 199 GraphicUsed by:203
Symbol 200 EditableTextUses:145Used by:203
Symbol 201 GraphicUsed by:203
Symbol 202 GraphicUsed by:203
Symbol 203 ButtonUses:199 200 201 202 160Used by:Timeline
Symbol 204 ButtonUses:162 166 158 164 160Used by:Timeline
Symbol 205 EditableTextUses:145Used by:Timeline
Symbol 206 TextUses:145Used by:Timeline
Symbol 207 EditableTextUses:145Used by:Timeline
Symbol 208 MovieClipUsed by:Timeline
Symbol 209 EditableTextUses:145Used by:210
Symbol 210 ButtonUses:156 209 158 164 160Used by:Timeline
Symbol 211 EditableTextUses:28Used by:Timeline
Symbol 212 EditableTextUses:28Used by:Timeline
Symbol 213 MovieClipUsed by:Timeline
Symbol 214 GraphicUsed by:216 220 221 222 223 224
Symbol 215 EditableTextUses:145Used by:216
Symbol 216 ButtonUses:214 215 158 164 160Used by:Timeline
Symbol 217 EditableTextUses:145Used by:220 221 222 223 224
Symbol 218 GraphicUsed by:220 221 222 223 224
Symbol 219 GraphicUsed by:220 221 222 223 224
Symbol 220 ButtonUses:214 217 218 219 160Used by:Timeline
Symbol 221 ButtonUses:214 217 218 219 160Used by:Timeline
Symbol 222 ButtonUses:214 217 218 219 160Used by:Timeline
Symbol 223 ButtonUses:214 217 218 219 160Used by:Timeline
Symbol 224 ButtonUses:214 217 218 219 160Used by:Timeline
Symbol 225 EditableTextUses:28Used by:Timeline
Symbol 226 EditableTextUses:28Used by:Timeline
Symbol 227 EditableTextUses:28Used by:Timeline
Symbol 228 EditableTextUses:28Used by:Timeline
Symbol 229 EditableTextUses:28Used by:Timeline
Symbol 230 EditableTextUses:28Used by:Timeline
Symbol 231 TextUses:28Used by:Timeline
Symbol 232 EditableTextUses:28Used by:Timeline
Symbol 233 TextUses:28Used by:Timeline
Symbol 234 EditableTextUses:145Used by:Timeline
Symbol 235 EditableTextUses:145Used by:Timeline
Symbol 236 EditableTextUses:145Used by:Timeline
Symbol 237 EditableTextUses:145Used by:Timeline
Symbol 238 EditableTextUses:145Used by:Timeline
Symbol 239 GraphicUsed by:243 245
Symbol 240 EditableTextUses:145Used by:243
Symbol 241 GraphicUsed by:243 245
Symbol 242 GraphicUsed by:243 245
Symbol 243 ButtonUses:239 240 241 242 160Used by:Timeline
Symbol 244 EditableTextUses:145Used by:245
Symbol 245 ButtonUses:239 244 241 242 160Used by:Timeline
Symbol 246 EditableTextUses:145Used by:Timeline
Symbol 247 EditableTextUses:145Used by:Timeline
Symbol 248 EditableTextUses:145Used by:Timeline
Symbol 249 EditableTextUses:145Used by:Timeline
Symbol 250 GraphicUsed by:Timeline

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "Sound4"
ExportAssets (56)Timeline Frame 1Symbol 2 as "Sound3"
ExportAssets (56)Timeline Frame 1Symbol 3 as "Sound6"
ExportAssets (56)Timeline Frame 1Symbol 4 as "Sound1"
ExportAssets (56)Timeline Frame 1Symbol 5 as "Sound2"
ExportAssets (56)Timeline Frame 1Symbol 6 as "Sound7"
ExportAssets (56)Timeline Frame 1Symbol 13 as "back"
ExportAssets (56)Timeline Frame 1Symbol 18 as "c24"
ExportAssets (56)Timeline Frame 1Symbol 25 as "c11"
ExportAssets (56)Timeline Frame 1Symbol 32 as "c37"
ExportAssets (56)Timeline Frame 1Symbol 36 as "c50"
ExportAssets (56)Timeline Frame 1Symbol 40 as "c49"
ExportAssets (56)Timeline Frame 1Symbol 42 as "c23"
ExportAssets (56)Timeline Frame 1Symbol 45 as "c10"
ExportAssets (56)Timeline Frame 1Symbol 47 as "c36"
ExportAssets (56)Timeline Frame 1Symbol 49 as "c48"
ExportAssets (56)Timeline Frame 1Symbol 53 as "c22"
ExportAssets (56)Timeline Frame 1Symbol 55 as "c9"
ExportAssets (56)Timeline Frame 1Symbol 57 as "c35"
ExportAssets (56)Timeline Frame 1Symbol 60 as "c17"
ExportAssets (56)Timeline Frame 1Symbol 62 as "c16"
ExportAssets (56)Timeline Frame 1Symbol 64 as "c15"
ExportAssets (56)Timeline Frame 1Symbol 66 as "c14"
ExportAssets (56)Timeline Frame 1Symbol 68 as "c13"
ExportAssets (56)Timeline Frame 1Symbol 71 as "c25"
ExportAssets (56)Timeline Frame 1Symbol 73 as "c21"
ExportAssets (56)Timeline Frame 1Symbol 75 as "c20"
ExportAssets (56)Timeline Frame 1Symbol 77 as "c19"
ExportAssets (56)Timeline Frame 1Symbol 79 as "c18"
ExportAssets (56)Timeline Frame 1Symbol 82 as "c47"
ExportAssets (56)Timeline Frame 1Symbol 87 as "c46"
ExportAssets (56)Timeline Frame 1Symbol 90 as "c45"
ExportAssets (56)Timeline Frame 1Symbol 93 as "c44"
ExportAssets (56)Timeline Frame 1Symbol 94 as "c43"
ExportAssets (56)Timeline Frame 1Symbol 97 as "c42"
ExportAssets (56)Timeline Frame 1Symbol 100 as "c41"
ExportAssets (56)Timeline Frame 1Symbol 104 as "c40"
ExportAssets (56)Timeline Frame 1Symbol 107 as "c39"
ExportAssets (56)Timeline Frame 1Symbol 111 as "c51"
ExportAssets (56)Timeline Frame 1Symbol 113 as "c12"
ExportAssets (56)Timeline Frame 1Symbol 115 as "c8"
ExportAssets (56)Timeline Frame 1Symbol 117 as "c7"
ExportAssets (56)Timeline Frame 1Symbol 119 as "c6"
ExportAssets (56)Timeline Frame 1Symbol 121 as "c5"
ExportAssets (56)Timeline Frame 1Symbol 123 as "c4"
ExportAssets (56)Timeline Frame 1Symbol 125 as "c3"
ExportAssets (56)Timeline Frame 1Symbol 127 as "c2"
ExportAssets (56)Timeline Frame 1Symbol 129 as "c1"
ExportAssets (56)Timeline Frame 1Symbol 131 as "c0"
ExportAssets (56)Timeline Frame 1Symbol 133 as "c38"
ExportAssets (56)Timeline Frame 1Symbol 134 as "c34"
ExportAssets (56)Timeline Frame 1Symbol 135 as "c33"
ExportAssets (56)Timeline Frame 1Symbol 136 as "c32"
ExportAssets (56)Timeline Frame 1Symbol 137 as "c31"
ExportAssets (56)Timeline Frame 1Symbol 138 as "c29"
ExportAssets (56)Timeline Frame 1Symbol 139 as "c28"
ExportAssets (56)Timeline Frame 1Symbol 140 as "c27"
ExportAssets (56)Timeline Frame 1Symbol 141 as "c26"
ExportAssets (56)Timeline Frame 1Symbol 142 as "c30"
ExportAssets (56)Timeline Frame 1Symbol 144 as "shadow"
ExportAssets (56)Timeline Frame 1Symbol 148 as "TextMessBlockActive"
ExportAssets (56)Timeline Frame 1Symbol 150 as "MessBlockActive"
ExportAssets (56)Timeline Frame 1Symbol 153 as "TextMessBlock"
ExportAssets (56)Timeline Frame 1Symbol 155 as "MessBlock"
ExportAssets (56)Timeline Frame 1Symbol 161 as "BetMax"
ExportAssets (56)Timeline Frame 1Symbol 165 as "BetOne"
ExportAssets (56)Timeline Frame 1Symbol 175 as "GameOver"
ExportAssets (56)Timeline Frame 1Symbol 176 as "CardButton"
ExportAssets (56)Timeline Frame 1Symbol 177 as "BetMax"
ExportAssets (56)Timeline Frame 1Symbol 178 as "BetOne"
ExportAssets (56)Timeline Frame 1Symbol 179 as "BetMax"
ExportAssets (56)Timeline Frame 1Symbol 180 as "BetOne"
ExportAssets (56)Timeline Frame 5Symbol 179 as "BetMax"
ExportAssets (56)Timeline Frame 5Symbol 180 as "BetOne"
ExportAssets (56)Timeline Frame 6Symbol 177 as "BetMax"
ExportAssets (56)Timeline Frame 6Symbol 178 as "BetOne"
ExportAssets (56)Timeline Frame 7Symbol 176 as "CardButton"
ExportAssets (56)Timeline Frame 7Symbol 176 as "CardButton"
ExportAssets (56)Timeline Frame 7Symbol 176 as "CardButton"
ExportAssets (56)Timeline Frame 7Symbol 176 as "CardButton"
ExportAssets (56)Timeline Frame 7Symbol 176 as "CardButton"

Dynamic Text Variables

MessTextSymbol 146 EditableText""
MessTextSymbol 149 EditableText""
MessTextSymbol 151 EditableText""
MessTextSymbol 154 EditableText""
yourprofitSymbol 185 EditableText""
yourprofittitleSymbol 186 EditableText""
yourcombSymbol 187 EditableText""
yourcombtitleSymbol 188 EditableText""
TextField13Symbol 189 EditableText"©"
TextField9Symbol 191 EditableText"Absolutist.com"
SoundOutSymbol 200 EditableText"Sound On"
creditsSymbol 205 EditableText"0"
yourcombSymbol 207 EditableText""
myoutSymbol 211 EditableText""
mxoutSymbol 212 EditableText""
out5Symbol 225 EditableText""
out4Symbol 226 EditableText""
out3Symbol 227 EditableText""
out2Symbol 228 EditableText""
out1Symbol 229 EditableText""
yourprofitSymbol 230 EditableText""
yourcombSymbol 232 EditableText""
yourprofitSymbol 234 EditableText""
yourprofittitleSymbol 235 EditableText""
yourcombSymbol 236 EditableText""
yourcombtitleSymbol 237 EditableText""
creditsSymbol 238 EditableText"0"
creditsSymbol 246 EditableText"0"
stNameSymbol 249 EditableText""




http://swfchan.com/1/3446/info.shtml
Created: 17/6 -2019 08:32:37 Last modified: 17/6 -2019 08:32:37 Server time: 24/04 -2024 22:55:04