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

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

Poker.swf

This is the info page for
Flash #22661

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


Text
Réalisation Toon8

Directeur Artistique
Jef
Graphistes
Arnaud, Max
Développeurs
Guillaume, Antoine

Dans le Chicago
des années 30
vous affrontez
les plus dangereux
joueurs de Poker
de la ville.

9

Credits:                     Mise:

OK

MISE

3

4

doppia coppia

you win 1000$

ActionScript [AS1/AS2]

Frame 2
if (_framesloaded == _totalframes) { gotoAndPlay(_currentframe + 2); } else { play(); }
Frame 3
prevFrame();
Frame 4
play();
Frame 5
stop();
Frame 6
credit = 100;
Frame 7
bet = 0;
Frame 35
stop();
Frame 36
i = 1; c = 1; while (Number(i) < 5) { k = 1; while (Number(k) < 14) { Set("c" add c, k); Set("s" add c, i); c = Number(c) + 1; k = Number(k) + 1; } i = Number(i) + 1; } call("shuffle"); current = 1; dis = 1; output = ""; output2 = "";
Frame 41
Set("ct" add dis, eval ("c" add current)); Set("st" add dis, eval ("s" add current)); tellTarget ("carta" add dis) { gotoAndStop((eval ("/:ct" add /:dis) - 12) + (eval ("/:st" add /:dis) * 13)); }; current = Number(current) + 1; Set("flipped" add dis, 0);
Frame 46
dis = Number(dis) + 1; if (Number(dis) < 6) { gotoAndPlay (41); }
Frame 47
stop();
Frame 48
i = 1; check = 0; while (Number(i) < 6) { if (eval ("flipped" add i) == 1) { check = 1; setProperty("/carta" add i, _alpha , py); } i = Number(i) + 1; } if (Number(check) == 0) { gotoAndPlay (53); }
Frame 49
py = py - 10; if (Number(0) < Number(py)) { gotoAndPlay (48); }
Frame 50
i = 1; while (Number(i) < 6) { if (eval ("flipped" add i) == 1) { Set("ct" add i, eval ("c" add current)); Set("st" add i, eval ("s" add current)); tellTarget ("carta" add i) { gotoAndStop((eval ("/:ct" add /:i) - 12) + (eval ("/:st" add /:i) * 13)); }; current = Number(current) + 1; } i = Number(i) + 1; }
Frame 51
i = 1; while (Number(i) < 6) { if (eval ("flipped" add i) == 1) { setProperty("/carta" add i, _alpha , 100); } i = Number(i) + 1; }
Frame 52
py = Number(py) + 10; if (0 >= Number(py)) { gotoAndPlay (51); }
Frame 53
call("punteggio"); stop();
Frame 57
i = 0; while (Number(i) < 100) { i = Number(i) + 1; n = Number(random(52)) + 1; n1 = Number(random(52)) + 1; tmp = eval ("c" add n); tmp1 = eval ("s" add n); Set("c" add n, eval ("c" add n1)); Set("s" add n, eval ("s" add n1)); Set("c" add n1, tmp); Set("s" add n1, tmp1); }
Frame 58
if (eval ("flipped" add card) == 1) { Set("flipped" add card, 0); tellTarget ("/carta" add card) { gotoAndStop((eval ("/:ct" add /:card) - 12) + (eval ("/:st" add /:card) * 13)); }; } else { Set("flipped" add card, 1); tellTarget ("/carta" add card) { gotoAndStop (1); }; }
Frame 59
vincita = "perdu"; guadagno = 0; sort = 0; while (Number(sort) == 0) { sort = 1; i = 1; while (Number(i) < 5) { if (eval ("ct" add (i + 1)) < eval ("ct" add i)) { sort = 0; tmp = eval ("ct" add i); Set("ct" add i, eval ("ct" add (i + 1))); Set("ct" add (i + 1), tmp); } i = Number(i) + 1; } } i = 2; u0 = 0; u1 = 0; un = 0; while (Number(i) < 6) { if (eval ("ct" add i) == eval ("ct" add (i - 1))) { Set("u" add un, eval ("u" add un) + 1); } else if (0 < eval ("u" add un)) { un = Number(un) + 1; } i = Number(i) + 1; } if (Number(u0) == 3) { vincita = "poker"; guadagno = 100; } if (Number(u0) == 2) { vincita = "tierce"; guadagno = 10; } if (Number(u0) == 1) { vincita = "paire"; guadagno = 2; } if (((Number(u0) == 2) and (Number(u1) == 1)) or ((Number(u0) == 1) and (Number(u1) == 2))) { vincita = "full"; guadagno = 25; } if ((Number(u0) == 1) and (Number(u1) == 1)) { vincita = "double paire"; guadagno = 5; } i = 2; scala = 1; while (Number(i) < 6) { if (eval ("ct" add i) != (eval ("ct" add (i - 1)) + 1)) { scala = 0; } i = Number(i) + 1; } if ((Number(scala) == 1) or (((((Number(ct1) == 1) and (Number(ct2) == 10)) and (Number(ct3) == 11)) and (Number(ct4) == 12)) and (Number(ct5) == 13))) { vincita = "suite"; guadagno = 16; } i = 2; colore = 1; while (Number(i) < 6) { if (eval ("st" add i) != eval ("st" add (i - 1))) { colore = 0; } i = Number(i) + 1; } if (Number(colore) == 1) { vincita = "couleur"; guadagno = 20; } if ((Number(scala) == 1) and (Number(colore) == 1)) { vincita = "suite royale"; guadagno = 250; } output = vincita; if (0 < Number(guadagno)) { quanto = bet * guadagno; credit = Number(credit) + Number(quanto); output2 = "gain du jeu : " add quanto; }
Frame 60
stop();
Symbol 19 Button
on (release) { gotoAndPlay (6); }
Symbol 46 Button
on (release) { if (0 < Number(bet)) { play(); } }
Symbol 48 Button
on (release) { if (0 < Number(credit)) { bet = Number(bet) + 5; credit = credit - 5; } }
Symbol 83 MovieClip Frame 1
stop();
Symbol 88 Button
on (release) { card = 1; call("flip"); }
Symbol 89 Button
on (release) { card = 2; call("flip"); }
Symbol 90 Button
on (release) { card = 3; call("flip"); }
Symbol 91 Button
on (release) { card = 4; call("flip"); }
Symbol 92 Button
on (release) { card = 5; call("flip"); }
Symbol 93 Button
on (release) { py = 100; play(); }
Symbol 95 Button
on (release) { if (Number(credit) == 0) { gotoAndStop (60); } else { gotoAndPlay (7); } }
Symbol 97 Button
on (release) { gotoAndPlay (5); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:83  Timeline
Symbol 3 GraphicUsed by:8
Symbol 4 GraphicUsed by:8
Symbol 5 GraphicUsed by:8
Symbol 6 GraphicUsed by:8
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:3 4 5 6 7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 GraphicUsed by:46 48 93 94 95 97  Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:83  Timeline
Symbol 14 FontUsed by:15 22 26 41 42 43 47 49 50 51 86
Symbol 15 TextUses:14Used by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 GraphicUsed by:19
Symbol 18 GraphicUsed by:19 24 27
Symbol 19 ButtonUses:17 18Used by:Timeline
Symbol 20 GraphicUsed by:24
Symbol 21 FontUsed by:22
Symbol 22 TextUses:14 21Used by:24
Symbol 23 GraphicUsed by:24
Symbol 24 ButtonUses:20 22 23 18Used by:Timeline
Symbol 25 GraphicUsed by:27
Symbol 26 TextUses:14Used by:27
Symbol 27 ButtonUses:25 26 18Used by:Timeline
Symbol 28 GraphicUsed by:83  Timeline
Symbol 29 GraphicUsed by:83  Timeline
Symbol 30 FontUsed by:31 55 56
Symbol 31 TextUses:30Used by:83  Timeline
Symbol 32 GraphicUsed by:40 83  Timeline
Symbol 33 GraphicUsed by:83  Timeline
Symbol 34 GraphicUsed by:40 83  Timeline
Symbol 35 GraphicUsed by:83  Timeline
Symbol 36 GraphicUsed by:83  Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:40
Symbol 39 GraphicUsed by:40 83
Symbol 40 MovieClipUses:38 34 39 32Used by:Timeline
Symbol 41 TextUses:14Used by:Timeline
Symbol 42 EditableTextUses:14Used by:Timeline
Symbol 43 EditableTextUses:14Used by:Timeline
Symbol 44 GraphicUsed by:46 48 93 94 95 97
Symbol 45 GraphicUsed by:46 48 93 94 95 97
Symbol 46 ButtonUses:44 11 45Used by:Timeline
Symbol 47 TextUses:14Used by:Timeline
Symbol 48 ButtonUses:44 11 45Used by:Timeline
Symbol 49 TextUses:14Used by:Timeline
Symbol 50 EditableTextUses:14Used by:Timeline
Symbol 51 EditableTextUses:14Used by:Timeline
Symbol 52 GraphicUsed by:83
Symbol 53 GraphicUsed by:83
Symbol 54 GraphicUsed by:83
Symbol 55 TextUses:30Used by:83
Symbol 56 TextUses:30Used by:83
Symbol 57 GraphicUsed by:83
Symbol 58 GraphicUsed by:83
Symbol 59 GraphicUsed by:83
Symbol 60 GraphicUsed by:83
Symbol 61 GraphicUsed by:83
Symbol 62 GraphicUsed by:83
Symbol 63 GraphicUsed by:83
Symbol 64 GraphicUsed by:83
Symbol 65 GraphicUsed by:83
Symbol 66 GraphicUsed by:83
Symbol 67 GraphicUsed by:83
Symbol 68 GraphicUsed by:83
Symbol 69 GraphicUsed by:83
Symbol 70 GraphicUsed by:83
Symbol 71 GraphicUsed by:83
Symbol 72 GraphicUsed by:83
Symbol 73 GraphicUsed by:83
Symbol 74 GraphicUsed by:83
Symbol 75 GraphicUsed by:83
Symbol 76 GraphicUsed by:83
Symbol 77 GraphicUsed by:83
Symbol 78 GraphicUsed by:83
Symbol 79 GraphicUsed by:83
Symbol 80 GraphicUsed by:83
Symbol 81 GraphicUsed by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:52 2 28 32 53 54 55 56 57 58 59 60 61 62 63 64 65 66 13 33 39 31 67 68 69 70 71 72 29 73 74 75 76 77 78 34 79 80 35 36 81 82Used by:Timeline
Symbol 84 FontUsed by:85
Symbol 85 EditableTextUses:84Used by:Timeline
Symbol 86 EditableTextUses:14Used by:Timeline
Symbol 87 GraphicUsed by:88 89 90 91 92
Symbol 88 ButtonUses:87Used by:Timeline
Symbol 89 ButtonUses:87Used by:Timeline
Symbol 90 ButtonUses:87Used by:Timeline
Symbol 91 ButtonUses:87Used by:Timeline
Symbol 92 ButtonUses:87Used by:Timeline
Symbol 93 ButtonUses:44 11 45Used by:Timeline
Symbol 94 ButtonUses:44 11 45Used by:Timeline
Symbol 95 ButtonUses:44 11 45Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 ButtonUses:44 11 45Used by:Timeline

Instance Names

"carta1"Frame 36Symbol 83 MovieClip
"carta2"Frame 36Symbol 83 MovieClip
"carta3"Frame 36Symbol 83 MovieClip
"carta4"Frame 36Symbol 83 MovieClip
"carta5"Frame 36Symbol 83 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"carte gi"Frame 7
"in_dis"Frame 41
"sali"Frame 48
"scendi"Frame 51
"valuta"Frame 53
"shuffle"Frame 57
"flip"Frame 58
"punteggio"Frame 59

Dynamic Text Variables

creditSymbol 42 EditableText""
betSymbol 43 EditableText""
creditSymbol 50 EditableText""
betSymbol 51 EditableText""
outputSymbol 85 EditableText"doppia coppia"
output2Symbol 86 EditableText"you win 1000$"




http://swfchan.com/5/22661/info.shtml
Created: 26/5 -2019 20:07:49 Last modified: 26/5 -2019 20:07:49 Server time: 05/05 -2024 06:54:15