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

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

Jeu de Yam.swf

This is the info page for
Flash #24708

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


Text
CHARGEMENT EN COURS...

Jeu de Yam par Simon

Volume

Nom du joueur :

Jouer

Instructions

Nom du joueur :

Un

Deux

Trois

Quatre

Cinq

Six

Total chiffres

Bonus

Brelan

Petite suite

Grande suite

Full

Carré

Yam

Total

Tableau des scores

GO

Vous avez terminé !!!

Votre score :

points

Rejouer >

Instructions :

Revenir >

- Vous jouez par séries de trois lancés

- Cliquez sur les dés pour les déplacer sur le présentoir, et
ainsi les conserver lors du lancé suivant

- Lorsque vos trois tours sont terminés ou lorsque le
tirage obtenu vous convient, cliquez sur une des cases de
la colonne de droite du tableau pour y inscrire votre score

Voir les combinaisons à réaliser >

Combinaisons :

- Le brelan : trois dés ayant la même valeur et deux autres différents.

- La petite suite :

- Les 6 cases chiffres : les points gagnés dans une de ces cases
sont égaux au total des dés ayant le numéro de la case choisie.

- La grande suite :

- Le full : trois dés identiques + deux autres dés identiques

- Le carré : quatre dés identiques

- Le yam : cinq dés identiques

ActionScript [AS1/AS2]

Frame 1
w = 1; stop();
Frame 2
stop();
Frame 3
fond = new Sound(); fond.attachSound("fond"); fond.setVolume(50); fond.loadSound; if (w == "1") { fond.onLoad = fond.start(); fond.onLoad = (w = 0); } fond.onSoundComplete = function () { fond.start(); w = 0; }; stop(); score_un = ""; score_unbis = ""; score_deux = ""; score_deuxbis = ""; score_trois = ""; score_troisbis = ""; score_quatre = ""; score_quatrebis = ""; score_cinq = ""; score_cinqbis = ""; score_six = ""; score_sixbis = ""; score_brelan = ""; score_brelanbis = ""; br = 0; score_psuite = ""; score_psuitebis = ""; ps = 0; score_gsuite = ""; score_gsuitebis = ""; gs = 0; score_full = ""; score_fullbis = ""; fu = 0; score_carre = ""; score_carrebis = ""; ca = 0; score_yam = ""; score_yambis = ""; ya = 0; stop(); anonyme = ""; nom = "";
Frame 4
stop(); score_un = ""; score_unbis = ""; score_deux = ""; score_deuxbis = ""; score_trois = ""; score_troisbis = ""; score_quatre = ""; score_quatrebis = ""; score_cinq = ""; score_cinqbis = ""; score_six = ""; score_sixbis = ""; score_brelan = ""; score_brelanbis = ""; br = 0; score_psuite = ""; score_psuitebis = ""; ps = 0; score_gsuite = ""; score_gsuitebis = ""; gs = 0; score_full = ""; score_fullbis = ""; fu = 0; score_carre = ""; score_carrebis = ""; ca = 0; score_yam = ""; score_yambis = ""; ya = 0; total = ""; t1 = ""; bonus = "";
Frame 5
if (w >= "0") { if ((((((score_un == "") || (score_deux == "")) || (score_trois == "")) || (score_quatre == "")) || (score_cinq == "")) || (score_six == "")) { } else { _root.t1 = ((((score_un + score_deux) + score_trois) + score_quatre) + score_cinq) + score_six; if (t1 >= 63) { _root.bonus = 35; } else { _root.bonus = 0; } } } if ((((((((((((score_un == "") || (score_deux == "")) || (score_trois == "")) || (score_quatre == "")) || (score_cinq == "")) || (score_six == "")) || (score_brelan == "")) || (score_psuite == "")) || (score_gsuite == "")) || (score_full == "")) || (score_carre == "")) || (score_yam == "")) { } else { _root.total = ((((((t1 + bonus) + score_brelan) + score_psuite) + score_gsuite) + score_full) + score_carre) + score_yam; gotoAndStop ("fin"); } stop(); b = 0; n = 1; m = 1; o = 1; p = 1; q = 1; un = 0; deux = 0; trois = 0; quatre = 0; cinq = 0; six = 0; stop(); if (_root.nom == "") { _root.anonyme = "Joueur anonyme"; }
Frame 6
if (n == "1") { if (de[temp] == "un") { _root.un = _root.un + 1; } if (de[temp] == "deux") { _root.deux = _root.deux + 1; } if (de[temp] == "trois") { _root.trois = _root.trois + 1; } if (de[temp] == "quatre") { _root.quatre = _root.quatre + 1; } if (de[temp] == "cinq") { _root.cinq = _root.cinq + 1; } if (de[temp] == "six") { _root.six = _root.six + 1; } } if (m == "1") { if (de[temp2] == "un") { _root.un = _root.un + 1; } if (de[temp2] == "deux") { _root.deux = _root.deux + 1; } if (de[temp2] == "trois") { _root.trois = _root.trois + 1; } if (de[temp2] == "quatre") { _root.quatre = _root.quatre + 1; } if (de[temp2] == "cinq") { _root.cinq = _root.cinq + 1; } if (de[temp2] == "six") { _root.six = _root.six + 1; } } if (o == "1") { if (de[temp3] == "un") { _root.un = _root.un + 1; } if (de[temp3] == "deux") { _root.deux = _root.deux + 1; } if (de[temp3] == "trois") { _root.trois = _root.trois + 1; } if (de[temp3] == "quatre") { _root.quatre = _root.quatre + 1; } if (de[temp3] == "cinq") { _root.cinq = _root.cinq + 1; } if (de[temp3] == "six") { _root.six = _root.six + 1; } } if (p == "1") { if (de[temp4] == "un") { _root.un = _root.un + 1; } if (de[temp4] == "deux") { _root.deux = _root.deux + 1; } if (de[temp4] == "trois") { _root.trois = _root.trois + 1; } if (de[temp4] == "quatre") { _root.quatre = _root.quatre + 1; } if (de[temp4] == "cinq") { _root.cinq = _root.cinq + 1; } if (de[temp4] == "six") { _root.six = _root.six + 1; } } if (q == "1") { if (de[temp5] == "un") { _root.un = _root.un + 1; } if (de[temp5] == "deux") { _root.deux = _root.deux + 1; } if (de[temp5] == "trois") { _root.trois = _root.trois + 1; } if (de[temp5] == "quatre") { _root.quatre = _root.quatre + 1; } if (de[temp5] == "cinq") { _root.cinq = _root.cinq + 1; } if (de[temp5] == "six") { _root.six = _root.six + 1; } }
Frame 8
stop(); stop();
Frame 9
if (n == "1") { if (de[temp6] == "un") { _root.un = _root.un + 1; } if (de[temp6] == "deux") { _root.deux = _root.deux + 1; } if (de[temp6] == "trois") { _root.trois = _root.trois + 1; } if (de[temp6] == "quatre") { _root.quatre = _root.quatre + 1; } if (de[temp6] == "cinq") { _root.cinq = _root.cinq + 1; } if (de[temp6] == "six") { _root.six = _root.six + 1; } } if (m == "1") { if (de[temp7] == "un") { _root.un = _root.un + 1; } if (de[temp7] == "deux") { _root.deux = _root.deux + 1; } if (de[temp7] == "trois") { _root.trois = _root.trois + 1; } if (de[temp7] == "quatre") { _root.quatre = _root.quatre + 1; } if (de[temp7] == "cinq") { _root.cinq = _root.cinq + 1; } if (de[temp7] == "six") { _root.six = _root.six + 1; } } if (o == "1") { if (de[temp8] == "un") { _root.un = _root.un + 1; } if (de[temp8] == "deux") { _root.deux = _root.deux + 1; } if (de[temp8] == "trois") { _root.trois = _root.trois + 1; } if (de[temp8] == "quatre") { _root.quatre = _root.quatre + 1; } if (de[temp8] == "cinq") { _root.cinq = _root.cinq + 1; } if (de[temp8] == "six") { _root.six = _root.six + 1; } } if (p == "1") { if (de[temp9] == "un") { _root.un = _root.un + 1; } if (de[temp9] == "deux") { _root.deux = _root.deux + 1; } if (de[temp9] == "trois") { _root.trois = _root.trois + 1; } if (de[temp9] == "quatre") { _root.quatre = _root.quatre + 1; } if (de[temp9] == "cinq") { _root.cinq = _root.cinq + 1; } if (de[temp9] == "six") { _root.six = _root.six + 1; } } if (q == "1") { if (de[temp10] == "un") { _root.un = _root.un + 1; } if (de[temp10] == "deux") { _root.deux = _root.deux + 1; } if (de[temp10] == "trois") { _root.trois = _root.trois + 1; } if (de[temp10] == "quatre") { _root.quatre = _root.quatre + 1; } if (de[temp10] == "cinq") { _root.cinq = _root.cinq + 1; } if (de[temp10] == "six") { _root.six = _root.six + 1; } }
Frame 11
stop(); stop();
Frame 12
if (n == "1") { if (de[temp11] == "unbas") { _root.un = _root.un + 1; } if (de[temp11] == "deuxbas") { _root.deux = _root.deux + 1; } if (de[temp11] == "troisbas") { _root.trois = _root.trois + 1; } if (de[temp11] == "quatrebas") { _root.quatre = _root.quatre + 1; } if (de[temp11] == "cinqbas") { _root.cinq = _root.cinq + 1; } if (de[temp11] == "sixbas") { _root.six = _root.six + 1; } } if (m == "1") { if (de[temp12] == "unbas") { _root.un = _root.un + 1; } if (de[temp12] == "deuxbas") { _root.deux = _root.deux + 1; } if (de[temp12] == "troisbas") { _root.trois = _root.trois + 1; } if (de[temp12] == "quatrebas") { _root.quatre = _root.quatre + 1; } if (de[temp12] == "cinqbas") { _root.cinq = _root.cinq + 1; } if (de[temp12] == "sixbas") { _root.six = _root.six + 1; } } if (o == "1") { if (de[temp13] == "unbas") { _root.un = _root.un + 1; } if (de[temp13] == "deuxbas") { _root.deux = _root.deux + 1; } if (de[temp13] == "troisbas") { _root.trois = _root.trois + 1; } if (de[temp13] == "quatrebas") { _root.quatre = _root.quatre + 1; } if (de[temp13] == "cinqbas") { _root.cinq = _root.cinq + 1; } if (de[temp13] == "sixbas") { _root.six = _root.six + 1; } } if (p == "1") { if (de[temp14] == "unbas") { _root.un = _root.un + 1; } if (de[temp14] == "deuxbas") { _root.deux = _root.deux + 1; } if (de[temp14] == "troisbas") { _root.trois = _root.trois + 1; } if (de[temp14] == "quatrebas") { _root.quatre = _root.quatre + 1; } if (de[temp14] == "cinqbas") { _root.cinq = _root.cinq + 1; } if (de[temp14] == "sixbas") { _root.six = _root.six + 1; } } if (q == "1") { if (de[temp15] == "unbas") { _root.un = _root.un + 1; } if (de[temp15] == "deuxbas") { _root.deux = _root.deux + 1; } if (de[temp15] == "troisbas") { _root.trois = _root.trois + 1; } if (de[temp15] == "quatrebas") { _root.quatre = _root.quatre + 1; } if (de[temp15] == "cinqbas") { _root.cinq = _root.cinq + 1; } if (de[temp15] == "sixbas") { _root.six = _root.six + 1; } } stop(); stop();
Frame 14
stop();
Frame 15
stop();
Symbol 8 MovieClip Frame 1
_root.bytes_totales = _level0.getBytesTotal(); _root["bytes_charg\u00E9es"] = _level0.getBytesLoaded(); _root.bytes_rapport = Math.round((_root["bytes_charg\u00E9es"] / _root.bytes_totales) * 100); _root.bytes_chargement_affichage = Math.round(_root.bytes_rapport) add " %"; if (_root.bytes_rapport == 100) { _root.gotoAndStop("nom"); stop(); } tellTarget (_root.barre_chargement_bytes) { gotoAndPlay(_root.bytes_rapport); };
Symbol 11 MovieClip Frame 1
stop();
Symbol 11 MovieClip Frame 101
stop();
Symbol 20 Button
on (release) { _root.volumes.gotoAndPlay(2); }
Symbol 25 Button
on (release) { gotoAndStop ("debut"); } on (keyPress "<Enter>") { gotoAndStop ("debut"); }
Symbol 27 Button
on (release) { gotoAndStop ("instructions"); }
Symbol 32 Button
on (release) { _root.fond.stop(); _root.volumes.gotoAndStop(1); _root.w = 1; }
Symbol 35 Button
on (release) { if (_root.w == "1") { _root.fond.start(); _root.volumes.gotoAndStop(1); _root.w = 0; } }
Symbol 37 Button
on (release) { _root.fond.stop(); _root.volumes.gotoAndStop(1); }
Symbol 38 Button
on (release) { _root.fond.start(); _root.volumes.gotoAndStop(1); }
Symbol 39 MovieClip Frame 1
stop();
Symbol 39 MovieClip Frame 30
_root.volumes.gotoAndStop(1);
Symbol 71 Button
on (release) { _root.n = _root.n - 1; gotoAndPlay ("unbas"); }
Symbol 73 Button
on (release) { _root.n = _root.n - 1; gotoAndPlay ("deuxbas"); }
Symbol 75 Button
on (release) { _root.n = _root.n - 1; gotoAndPlay ("troisbas"); }
Symbol 77 Button
on (release) { _root.n = _root.n - 1; gotoAndPlay ("quatrebas"); }
Symbol 79 Button
on (release) { _root.n = _root.n - 1; gotoAndPlay ("cinqbas"); }
Symbol 81 Button
on (release) { _root.n = _root.n - 1; gotoAndPlay ("sixbas"); }
Symbol 82 Button
on (release) { _root.n = _root.n + 1; gotoAndStop ("un"); }
Symbol 83 Button
on (release) { _root.n = _root.n + 1; gotoAndPlay ("deux"); }
Symbol 84 Button
on (release) { _root.n = _root.n + 1; gotoAndPlay ("trois"); }
Symbol 85 Button
on (release) { _root.n = _root.n + 1; gotoAndPlay ("quatre"); }
Symbol 86 Button
on (release) { _root.n = _root.n + 1; gotoAndPlay ("cinq"); }
Symbol 87 Button
on (release) { _root.n = _root.n + 1; gotoAndPlay ("six"); }
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 2
stop();
Symbol 88 MovieClip Frame 3
stop();
Symbol 88 MovieClip Frame 4
stop();
Symbol 88 MovieClip Frame 5
stop();
Symbol 88 MovieClip Frame 6
stop();
Symbol 88 MovieClip Frame 7
stop();
Symbol 88 MovieClip Frame 8
stop();
Symbol 88 MovieClip Frame 9
stop();
Symbol 88 MovieClip Frame 10
stop();
Symbol 88 MovieClip Frame 11
stop();
Symbol 88 MovieClip Frame 12
stop();
Symbol 88 MovieClip Frame 13
stop();
Symbol 88 MovieClip Frame 14
stop();
Symbol 89 Button
on (release) { _root.m = _root.m - 1; gotoAndPlay ("unbas"); }
Symbol 90 Button
on (release) { _root.m = _root.m - 1; gotoAndPlay ("deuxbas"); }
Symbol 91 Button
on (release) { _root.m = _root.m - 1; gotoAndPlay ("troisbas"); }
Symbol 92 Button
on (release) { _root.m = _root.m - 1; gotoAndPlay ("quatrebas"); }
Symbol 93 Button
on (release) { _root.m = _root.m - 1; gotoAndPlay ("cinqbas"); }
Symbol 94 Button
on (release) { _root.m = _root.m - 1; gotoAndPlay ("sixbas"); }
Symbol 95 Button
on (release) { _root.m = _root.m + 1; gotoAndStop ("un"); }
Symbol 96 Button
on (release) { _root.m = _root.m + 1; gotoAndPlay ("deux"); }
Symbol 97 Button
on (release) { _root.m = _root.m + 1; gotoAndPlay ("trois"); }
Symbol 98 Button
on (release) { _root.m = _root.m + 1; gotoAndPlay ("quatre"); }
Symbol 99 Button
on (release) { _root.m = _root.m + 1; gotoAndPlay ("cinq"); }
Symbol 100 Button
on (release) { _root.m = _root.m + 1; gotoAndPlay ("six"); }
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 2
stop();
Symbol 101 MovieClip Frame 3
stop();
Symbol 101 MovieClip Frame 4
stop();
Symbol 101 MovieClip Frame 5
stop();
Symbol 101 MovieClip Frame 6
stop();
Symbol 101 MovieClip Frame 7
stop();
Symbol 101 MovieClip Frame 8
stop();
Symbol 101 MovieClip Frame 9
stop();
Symbol 101 MovieClip Frame 10
stop();
Symbol 101 MovieClip Frame 11
stop();
Symbol 101 MovieClip Frame 12
stop();
Symbol 101 MovieClip Frame 13
stop();
Symbol 101 MovieClip Frame 14
stop();
Symbol 102 Button
on (release) { _root.o = _root.o - 1; gotoAndPlay ("unbas"); }
Symbol 103 Button
on (release) { _root.o = _root.o - 1; gotoAndPlay ("deuxbas"); }
Symbol 104 Button
on (release) { _root.o = _root.o - 1; gotoAndPlay ("troisbas"); }
Symbol 105 Button
on (release) { _root.o = _root.o - 1; gotoAndPlay ("quatrebas"); }
Symbol 106 Button
on (release) { _root.o = _root.o - 1; gotoAndPlay ("cinqbas"); }
Symbol 107 Button
on (release) { _root.o = _root.o - 1; gotoAndPlay ("sixbas"); }
Symbol 108 Button
on (release) { _root.o = _root.o + 1; gotoAndStop ("un"); }
Symbol 109 Button
on (release) { _root.o = _root.o + 1; gotoAndPlay ("deux"); }
Symbol 110 Button
on (release) { _root.o = _root.o + 1; gotoAndPlay ("trois"); }
Symbol 111 Button
on (release) { _root.o = _root.o + 1; gotoAndPlay ("quatre"); }
Symbol 112 Button
on (release) { _root.o = _root.o + 1; gotoAndPlay ("cinq"); }
Symbol 113 Button
on (release) { _root.o = _root.o + 1; gotoAndPlay ("six"); }
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 2
stop();
Symbol 114 MovieClip Frame 3
stop();
Symbol 114 MovieClip Frame 4
stop();
Symbol 114 MovieClip Frame 5
stop();
Symbol 114 MovieClip Frame 6
stop();
Symbol 114 MovieClip Frame 7
stop();
Symbol 114 MovieClip Frame 8
stop();
Symbol 114 MovieClip Frame 9
stop();
Symbol 114 MovieClip Frame 10
stop();
Symbol 114 MovieClip Frame 11
stop();
Symbol 114 MovieClip Frame 12
stop();
Symbol 114 MovieClip Frame 13
stop();
Symbol 114 MovieClip Frame 14
stop();
Symbol 115 Button
on (release) { _root.p = _root.p - 1; gotoAndPlay ("unbas"); }
Symbol 116 Button
on (release) { _root.p = _root.p - 1; gotoAndPlay ("deuxbas"); }
Symbol 117 Button
on (release) { _root.p = _root.p - 1; gotoAndPlay ("troisbas"); }
Symbol 118 Button
on (release) { _root.p = _root.p - 1; gotoAndPlay ("quatrebas"); }
Symbol 119 Button
on (release) { _root.p = _root.p - 1; gotoAndPlay ("cinqbas"); }
Symbol 120 Button
on (release) { _root.p = _root.p - 1; gotoAndPlay ("sixbas"); }
Symbol 121 Button
on (release) { _root.p = _root.p + 1; gotoAndStop ("un"); }
Symbol 122 Button
on (release) { _root.p = _root.p + 1; gotoAndPlay ("deux"); }
Symbol 123 Button
on (release) { _root.p = _root.p + 1; gotoAndPlay ("trois"); }
Symbol 124 Button
on (release) { _root.p = _root.p + 1; gotoAndPlay ("quatre"); }
Symbol 125 Button
on (release) { _root.p = _root.p + 1; gotoAndPlay ("cinq"); }
Symbol 126 Button
on (release) { _root.p = _root.p + 1; gotoAndPlay ("six"); }
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
stop();
Symbol 127 MovieClip Frame 3
stop();
Symbol 127 MovieClip Frame 4
stop();
Symbol 127 MovieClip Frame 5
stop();
Symbol 127 MovieClip Frame 6
stop();
Symbol 127 MovieClip Frame 7
stop();
Symbol 127 MovieClip Frame 8
stop();
Symbol 127 MovieClip Frame 9
stop();
Symbol 127 MovieClip Frame 10
stop();
Symbol 127 MovieClip Frame 11
stop();
Symbol 127 MovieClip Frame 12
stop();
Symbol 127 MovieClip Frame 13
stop();
Symbol 127 MovieClip Frame 14
stop();
Symbol 128 Button
on (release) { _root.q = _root.q - 1; gotoAndPlay ("unbas"); }
Symbol 129 Button
on (release) { _root.q = _root.q - 1; gotoAndPlay ("deuxbas"); }
Symbol 130 Button
on (release) { _root.q = _root.q - 1; gotoAndPlay ("troisbas"); }
Symbol 131 Button
on (release) { _root.q = _root.q - 1; gotoAndPlay ("quatrebas"); }
Symbol 132 Button
on (release) { _root.q = _root.q - 1; gotoAndPlay ("cinqbas"); }
Symbol 133 Button
on (release) { _root.q = _root.q - 1; gotoAndPlay ("sixbas"); }
Symbol 134 Button
on (release) { _root.q = _root.q + 1; gotoAndStop ("un"); }
Symbol 135 Button
on (release) { _root.q = _root.q + 1; gotoAndPlay ("deux"); }
Symbol 136 Button
on (release) { _root.q = _root.q + 1; gotoAndPlay ("trois"); }
Symbol 137 Button
on (release) { _root.q = _root.q + 1; gotoAndPlay ("quatre"); }
Symbol 138 Button
on (release) { _root.q = _root.q + 1; gotoAndPlay ("cinq"); }
Symbol 139 Button
on (release) { _root.q = _root.q + 1; gotoAndPlay ("six"); }
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 2
stop();
Symbol 140 MovieClip Frame 3
stop();
Symbol 140 MovieClip Frame 4
stop();
Symbol 140 MovieClip Frame 5
stop();
Symbol 140 MovieClip Frame 6
stop();
Symbol 140 MovieClip Frame 7
stop();
Symbol 140 MovieClip Frame 8
stop();
Symbol 140 MovieClip Frame 9
stop();
Symbol 140 MovieClip Frame 10
stop();
Symbol 140 MovieClip Frame 11
stop();
Symbol 140 MovieClip Frame 12
stop();
Symbol 140 MovieClip Frame 13
stop();
Symbol 140 MovieClip Frame 14
stop();
Symbol 145 Button
on (release) { de = new Array(); de[0] = "un"; de[1] = "deux"; de[2] = "trois"; de[3] = "quatre"; de[4] = "cinq"; de[5] = "six"; de[6] = "un"; de[7] = "deux"; de[8] = "trois"; de[9] = "quatre"; de[10] = "cinq"; de[11] = "six"; temp = random(12); if (n == "1") { _root.Clip.gotoAndPlay(de[temp]); } temp2 = random(12); if (m == "1") { _root.Clip2.gotoAndPlay(de[temp2]); } temp3 = random(12); if (o == "1") { _root.Clip3.gotoAndPlay(de[temp3]); } temp4 = random(12); if (p == "1") { _root.Clip4.gotoAndPlay(de[temp4]); } temp5 = random(12); if (q == "1") { _root.Clip5.gotoAndPlay(de[temp5]); } gotoAndPlay (6); }
Symbol 172 Button
on (press) { if (n == "1") { if (de[temp] == "un") { _root.un = _root.un - 1; } if (de[temp] == "deux") { _root.deux = _root.deux - 1; } if (de[temp] == "trois") { _root.trois = _root.trois - 1; } if (de[temp] == "quatre") { _root.quatre = _root.quatre - 1; } if (de[temp] == "cinq") { _root.cinq = _root.cinq - 1; } if (de[temp] == "six") { _root.six = _root.six - 1; } } if (m == "1") { if (de[temp2] == "un") { _root.un = _root.un - 1; } if (de[temp2] == "deux") { _root.deux = _root.deux - 1; } if (de[temp2] == "trois") { _root.trois = _root.trois - 1; } if (de[temp2] == "quatre") { _root.quatre = _root.quatre - 1; } if (de[temp2] == "cinq") { _root.cinq = _root.cinq - 1; } if (de[temp2] == "six") { _root.six = _root.six - 1; } } if (o == "1") { if (de[temp3] == "un") { _root.un = _root.un - 1; } if (de[temp3] == "deux") { _root.deux = _root.deux - 1; } if (de[temp3] == "trois") { _root.trois = _root.trois - 1; } if (de[temp3] == "quatre") { _root.quatre = _root.quatre - 1; } if (de[temp3] == "cinq") { _root.cinq = _root.cinq - 1; } if (de[temp3] == "six") { _root.six = _root.six - 1; } } if (p == "1") { if (de[temp4] == "un") { _root.un = _root.un - 1; } if (de[temp4] == "deux") { _root.deux = _root.deux - 1; } if (de[temp4] == "trois") { _root.trois = _root.trois - 1; } if (de[temp4] == "quatre") { _root.quatre = _root.quatre - 1; } if (de[temp4] == "cinq") { _root.cinq = _root.cinq - 1; } if (de[temp4] == "six") { _root.six = _root.six - 1; } } if (q == "1") { if (de[temp5] == "un") { _root.un = _root.un - 1; } if (de[temp5] == "deux") { _root.deux = _root.deux - 1; } if (de[temp5] == "trois") { _root.trois = _root.trois - 1; } if (de[temp5] == "quatre") { _root.quatre = _root.quatre - 1; } if (de[temp5] == "cinq") { _root.cinq = _root.cinq - 1; } if (de[temp5] == "six") { _root.six = _root.six - 1; } } } on (release) { de = new Array(); de[0] = "un"; de[1] = "deux"; de[2] = "trois"; de[3] = "quatre"; de[4] = "cinq"; de[5] = "six"; de[6] = "un"; de[7] = "deux"; de[8] = "trois"; de[9] = "quatre"; de[10] = "cinq"; de[11] = "six"; temp6 = random(12); if (n == "1") { _root.Clip.gotoAndPlay(de[temp6]); } temp7 = random(12); if (m == "1") { _root.Clip2.gotoAndPlay(de[temp7]); } temp8 = random(12); if (o == "1") { _root.Clip3.gotoAndPlay(de[temp8]); } temp9 = random(12); if (p == "1") { _root.Clip4.gotoAndPlay(de[temp9]); } temp10 = random(12); if (q == "1") { _root.Clip5.gotoAndPlay(de[temp10]); } gotoAndPlay (9); }
Symbol 194 Button
on (rollOver) { if (score_un == "") { _root.score_unbis = un; } } on (rollOut) { if (score_unbis == un) { _root.score_unbis = ""; } } on (release) { if (score_un == "") { gotoAndStop (5); _root.score_un = un; } }
Symbol 195 Button
on (rollOver) { if (_root.ca == "1") { } else if ((_root.score_carre == "") & ((((((un == "4") || (deux == "4")) || (trois == "4")) || (quatre == "4")) || (cinq == "4")) || (six == "4"))) { _root.score_carrebis = 40; } else { _root.score_carrebis = 0; } } on (rollOut) { if (_root.ca == "1") { } else { _root.score_carrebis = ""; } } on (release) { if (_root.ca == "1") { } else if ((_root.score_carre == "") & ((((((un == "4") || (deux == "4")) || (trois == "4")) || (quatre == "4")) || (cinq == "4")) || (six == "4"))) { _root.score_carre = 40; gotoAndStop (5); _root.ca = _root.ca + 1; } else { _root.score_carre = 0; gotoAndStop (5); _root.ca = _root.ca + 1; } }
Symbol 196 Button
on (rollOver) { if (_root.ya == "1") { } else if ((_root.score_yam == "") & ((((((un == "5") || (deux == "5")) || (trois == "5")) || (quatre == "5")) || (cinq == "5")) || (six == "5"))) { _root.score_yambis = 50; } else { _root.score_yambis = 0; } } on (rollOut) { if (_root.ya == "1") { } else { _root.score_yambis = ""; } } on (release) { if (_root.ya == "1") { } else if ((_root.score_yam == "") & ((((((un == "5") || (deux == "5")) || (trois == "5")) || (quatre == "5")) || (cinq == "5")) || (six == "5"))) { _root.score_yam = 50; gotoAndStop (5); _root.ya = _root.ya + 1; } else { _root.score_yam = 0; gotoAndStop (5); _root.ya = _root.ya + 1; } }
Symbol 197 Button
on (rollOver) { if (_root.ps == "1") { } else if ((((((_root.score_psuite == "") & (un == "1")) & (deux == "1")) & (trois == "1")) & (quatre == "1")) & (cinq == "1")) { _root.score_psuitebis = 30; } else { _root.score_psuitebis = 0; } } on (rollOut) { if (_root.ps == "1") { } else { _root.score_psuitebis = ""; } } on (release) { if (_root.ps == "1") { } else if ((((((_root.score_psuite == "") & (un == "1")) & (deux == "1")) & (trois == "1")) & (quatre == "1")) & (cinq == "1")) { _root.score_psuite = 30; gotoAndStop (5); _root.ps = _root.ps + 1; } else { _root.score_psuite = 0; gotoAndStop (5); _root.ps = _root.ps + 1; } }
Symbol 198 Button
on (rollOver) { if (_root.br == "1") { } else if ((_root.score_brelan == "") & ((((((un == "3") || (deux == "3")) || (trois == "3")) || (quatre == "3")) || (cinq == "3")) || (six == "3"))) { _root.score_brelanbis = ((((un + (deux * 2)) + (trois * 3)) + (quatre * 4)) + (cinq * 5)) + (six * 6); } else { _root.score_brelanbis = 0; } } on (rollOut) { if (_root.br == "1") { } else { _root.score_brelanbis = ""; } } on (release) { if (_root.br == "1") { } else if ((_root.score_brelan == "") & ((((((un == "3") || (deux == "3")) || (trois == "3")) || (quatre == "3")) || (cinq == "3")) || (six == "3"))) { _root.score_brelan = ((((un + (deux * 2)) + (trois * 3)) + (quatre * 4)) + (cinq * 5)) + (six * 6); gotoAndStop (5); _root.br = _root.br + 1; } else { _root.score_brelan = 0; gotoAndStop (5); _root.br = _root.br + 1; } }
Symbol 199 Button
on (rollOver) { if (score_deux == "") { _root.score_deuxbis = deux * 2; } } on (rollOut) { if (score_deuxbis == (deux * 2)) { _root.score_deuxbis = ""; } } on (release) { if (score_deux == "") { gotoAndStop (5); _root.score_deux = deux * 2; } }
Symbol 200 Button
on (rollOver) { if (score_trois == "") { _root.score_troisbis = trois * 3; } } on (rollOut) { if (score_troisbis == (trois * 3)) { _root.score_troisbis = ""; } } on (release) { if (score_trois == "") { gotoAndStop (5); _root.score_trois = trois * 3; } }
Symbol 201 Button
on (rollOver) { if (score_quatre == "") { _root.score_quatrebis = quatre * 4; } } on (rollOut) { if (score_quatrebis == (quatre * 4)) { _root.score_quatrebis = ""; } } on (release) { if (score_quatre == "") { gotoAndStop (5); _root.score_quatre = quatre * 4; } }
Symbol 202 Button
on (rollOver) { if (score_cinq == "") { _root.score_cinqbis = cinq * 5; } } on (rollOut) { if (score_cinqbis == (cinq * 5)) { _root.score_cinqbis = ""; } } on (release) { if (score_cinq == "") { gotoAndStop (5); _root.score_cinq = cinq * 5; } }
Symbol 205 Button
on (rollOver) { if (_root.fu == "1") { } else { if ((_root.score_full == "") & ((((((un == "5") || (deux == "5")) || (trois == "5")) || (quatre == "5")) || (cinq == "5")) || (six == "5"))) { _root.score_fullbis = 0; } if (((_root.score_full == "") & ((((((un == "3") || (deux == "3")) || (trois == "3")) || (quatre == "3")) || (cinq == "3")) || (six == "3"))) & ((((((un == "2") || (deux == "2")) || (trois == "2")) || (quatre == "2")) || (cinq == "2")) || (six == "2"))) { _root.score_fullbis = 30; } else { _root.score_fullbis = 0; } } } on (rollOut) { if (_root.fu == "1") { } else { _root.score_fullbis = ""; } } on (release) { if (_root.fu == "1") { } else { if ((_root.score_full == "") & ((((((un == "5") || (deux == "5")) || (trois == "5")) || (quatre == "5")) || (cinq == "5")) || (six == "5"))) { _root.score_full = 0; } if (((_root.score_full == "") & ((((((un == "3") || (deux == "3")) || (trois == "3")) || (quatre == "3")) || (cinq == "3")) || (six == "3"))) & ((((((un == "2") || (deux == "2")) || (trois == "2")) || (quatre == "2")) || (cinq == "2")) || (six == "2"))) { _root.score_full = 30; gotoAndStop (5); _root.fu = _root.fu + 1; } else { _root.score_full = 0; gotoAndStop (5); _root.fu = _root.fu + 1; } } }
Symbol 210 Button
on (rollOver) { if (_root.gs == "1") { } else if ((((((_root.score_gsuite == "") & (six == "1")) & (deux == "1")) & (trois == "1")) & (quatre == "1")) & (cinq == "1")) { _root.score_gsuitebis = 40; } else { _root.score_gsuitebis = 0; } } on (rollOut) { if (_root.gs == "1") { } else { _root.score_gsuitebis = ""; } } on (release) { if (_root.gs == "1") { } else if ((((((_root.score_gsuite == "") & (six == "1")) & (deux == "1")) & (trois == "1")) & (quatre == "1")) & (cinq == "1")) { _root.score_gsuite = 40; gotoAndStop (5); _root.gs = _root.gs + 1; } else { _root.score_gsuite = 0; gotoAndStop (5); _root.gs = _root.gs + 1; } }
Symbol 211 Button
on (rollOver) { if (score_six == "") { _root.score_sixbis = six * 6; } } on (rollOut) { if (score_sixbis == (six * 6)) { _root.score_sixbis = ""; } } on (release) { if (score_six == "") { gotoAndStop (5); _root.score_six = six * 6; } }
Symbol 213 Button
on (press) { if (n == "1") { if (de[temp6] == "un") { _root.un = _root.un - 1; } if (de[temp6] == "deux") { _root.deux = _root.deux - 1; } if (de[temp6] == "trois") { _root.trois = _root.trois - 1; } if (de[temp6] == "quatre") { _root.quatre = _root.quatre - 1; } if (de[temp6] == "cinq") { _root.cinq = _root.cinq - 1; } if (de[temp6] == "six") { _root.six = _root.six - 1; } } if (m == "1") { if (de[temp7] == "un") { _root.un = _root.un - 1; } if (de[temp7] == "deux") { _root.deux = _root.deux - 1; } if (de[temp7] == "trois") { _root.trois = _root.trois - 1; } if (de[temp7] == "quatre") { _root.quatre = _root.quatre - 1; } if (de[temp7] == "cinq") { _root.cinq = _root.cinq - 1; } if (de[temp7] == "six") { _root.six = _root.six - 1; } } if (o == "1") { if (de[temp8] == "un") { _root.un = _root.un - 1; } if (de[temp8] == "deux") { _root.deux = _root.deux - 1; } if (de[temp8] == "trois") { _root.trois = _root.trois - 1; } if (de[temp8] == "quatre") { _root.quatre = _root.quatre - 1; } if (de[temp8] == "cinq") { _root.cinq = _root.cinq - 1; } if (de[temp8] == "six") { _root.six = _root.six - 1; } } if (p == "1") { if (de[temp9] == "un") { _root.un = _root.un - 1; } if (de[temp9] == "deux") { _root.deux = _root.deux - 1; } if (de[temp9] == "trois") { _root.trois = _root.trois - 1; } if (de[temp9] == "quatre") { _root.quatre = _root.quatre - 1; } if (de[temp9] == "cinq") { _root.cinq = _root.cinq - 1; } if (de[temp9] == "six") { _root.six = _root.six - 1; } } if (q == "1") { if (de[temp10] == "un") { _root.un = _root.un - 1; } if (de[temp10] == "deux") { _root.deux = _root.deux - 1; } if (de[temp10] == "trois") { _root.trois = _root.trois - 1; } if (de[temp10] == "quatre") { _root.quatre = _root.quatre - 1; } if (de[temp10] == "cinq") { _root.cinq = _root.cinq - 1; } if (de[temp10] == "six") { _root.six = _root.six - 1; } } } on (release) { de = new Array(); de[0] = "unbas"; de[1] = "deuxbas"; de[2] = "troisbas"; de[3] = "quatrebas"; de[4] = "cinqbas"; de[5] = "sixbas"; de[6] = "unbas"; de[7] = "deuxbas"; de[8] = "troisbas"; de[9] = "quatrebas"; de[10] = "cinqbas"; de[11] = "sixbas"; temp11 = random(12); if (n == "1") { _root.Clip.gotoAndPlay(de[temp11]); } temp12 = random(12); if (m == "1") { _root.Clip2.gotoAndPlay(de[temp12]); } temp13 = random(12); if (o == "1") { _root.Clip3.gotoAndPlay(de[temp13]); } temp14 = random(12); if (p == "1") { _root.Clip4.gotoAndPlay(de[temp14]); } temp15 = random(12); if (q == "1") { _root.Clip5.gotoAndPlay(de[temp15]); } gotoAndStop (12); }
Symbol 241 Button
on (release) { _root.volumes.gotoAndStop(2); }
Symbol 275 Button
on (release) { gotoAndStop ("nominstruction"); }
Symbol 278 Button
on (release) { gotoAndStop ("nominstruction"); }
Symbol 283 Button
on (release) { gotoAndStop ("figures"); }

Library Items

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

Instance Names

"barre_chargement_bytes"Frame 1Symbol 11 MovieClip
"jouer"Frame 3Symbol 25 Button
"volumes"Frame 3Symbol 39 MovieClip
"Clip"Frame 5Symbol 88 MovieClip
"Clip2"Frame 5Symbol 101 MovieClip
"Clip3"Frame 5Symbol 114 MovieClip
"Clip4"Frame 5Symbol 127 MovieClip
"Clip5"Frame 5Symbol 140 MovieClip
"lance"Frame 5Symbol 145 Button
"score_unbis"Frame 5Symbol 155 EditableText
"lance"Frame 8Symbol 172 Button
"score_unbis"Frame 8Symbol 181 EditableText
"lance"Frame 11Symbol 213 Button
"score_unbis"Frame 11Symbol 222 EditableText
"score_unbis"Frame 12Symbol 252 EditableText
"btn2"Symbol 39 MovieClip Frame 2Symbol 32 Button
"btn2"Symbol 39 MovieClip Frame 30Symbol 37 Button

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "fond"
ExportAssets (56)Timeline Frame 1Symbol 2 as "des"
ExportAssets (56)Timeline Frame 5Symbol 2 as "des"
ExportAssets (56)Timeline Frame 8Symbol 2 as "des"
ExportAssets (56)Timeline Frame 11Symbol 2 as "des"

Labels

"nom"Frame 3
"nominstruction"Frame 4
"debut"Frame 5
"fin"Frame 14
"instructions"Frame 15
"figures"Frame 16
"rien"Symbol 88 MovieClip Frame 1
"un"Symbol 88 MovieClip Frame 2
"deux"Symbol 88 MovieClip Frame 3
"trois"Symbol 88 MovieClip Frame 4
"quatre"Symbol 88 MovieClip Frame 5
"cinq"Symbol 88 MovieClip Frame 6
"six"Symbol 88 MovieClip Frame 7
"unbas"Symbol 88 MovieClip Frame 9
"deuxbas"Symbol 88 MovieClip Frame 10
"troisbas"Symbol 88 MovieClip Frame 11
"quatrebas"Symbol 88 MovieClip Frame 12
"cinqbas"Symbol 88 MovieClip Frame 13
"sixbas"Symbol 88 MovieClip Frame 14
"rien"Symbol 101 MovieClip Frame 1
"un"Symbol 101 MovieClip Frame 2
"deux"Symbol 101 MovieClip Frame 3
"trois"Symbol 101 MovieClip Frame 4
"quatre"Symbol 101 MovieClip Frame 5
"cinq"Symbol 101 MovieClip Frame 6
"six"Symbol 101 MovieClip Frame 7
"unbas"Symbol 101 MovieClip Frame 9
"deuxbas"Symbol 101 MovieClip Frame 10
"troisbas"Symbol 101 MovieClip Frame 11
"quatrebas"Symbol 101 MovieClip Frame 12
"cinqbas"Symbol 101 MovieClip Frame 13
"sixbas"Symbol 101 MovieClip Frame 14
"rien"Symbol 114 MovieClip Frame 1
"un"Symbol 114 MovieClip Frame 2
"deux"Symbol 114 MovieClip Frame 3
"trois"Symbol 114 MovieClip Frame 4
"quatre"Symbol 114 MovieClip Frame 5
"cinq"Symbol 114 MovieClip Frame 6
"six"Symbol 114 MovieClip Frame 7
"unbas"Symbol 114 MovieClip Frame 9
"deuxbas"Symbol 114 MovieClip Frame 10
"troisbas"Symbol 114 MovieClip Frame 11
"quatrebas"Symbol 114 MovieClip Frame 12
"cinqbas"Symbol 114 MovieClip Frame 13
"sixbas"Symbol 114 MovieClip Frame 14
"rien"Symbol 127 MovieClip Frame 1
"un"Symbol 127 MovieClip Frame 2
"deux"Symbol 127 MovieClip Frame 3
"trois"Symbol 127 MovieClip Frame 4
"quatre"Symbol 127 MovieClip Frame 5
"cinq"Symbol 127 MovieClip Frame 6
"six"Symbol 127 MovieClip Frame 7
"unbas"Symbol 127 MovieClip Frame 9
"deuxbas"Symbol 127 MovieClip Frame 10
"troisbas"Symbol 127 MovieClip Frame 11
"quatrebas"Symbol 127 MovieClip Frame 12
"cinqbas"Symbol 127 MovieClip Frame 13
"sixbas"Symbol 127 MovieClip Frame 14
"rien"Symbol 140 MovieClip Frame 1
"un"Symbol 140 MovieClip Frame 2
"deux"Symbol 140 MovieClip Frame 3
"trois"Symbol 140 MovieClip Frame 4
"quatre"Symbol 140 MovieClip Frame 5
"cinq"Symbol 140 MovieClip Frame 6
"six"Symbol 140 MovieClip Frame 7
"unbas"Symbol 140 MovieClip Frame 9
"deuxbas"Symbol 140 MovieClip Frame 10
"troisbas"Symbol 140 MovieClip Frame 11
"quatrebas"Symbol 140 MovieClip Frame 12
"cinqbas"Symbol 140 MovieClip Frame 13
"sixbas"Symbol 140 MovieClip Frame 14

Dynamic Text Variables

bytes_chargement_affichageSymbol 12 EditableText""
nomSymbol 23 EditableText""
unSymbol 40 EditableText""
deuxSymbol 41 EditableText""
troisSymbol 42 EditableText""
quatreSymbol 43 EditableText""
cinqSymbol 44 EditableText""
sixSymbol 45 EditableText""
nomSymbol 47 EditableText""
nomSymbol 67 EditableText""
anonymeSymbol 69 EditableText""
score_unSymbol 146 EditableText""
score_deuxSymbol 147 EditableText""
score_troisSymbol 148 EditableText""
score_quatreSymbol 149 EditableText""
score_cinqSymbol 150 EditableText""
score_sixSymbol 151 EditableText""
t1Symbol 152 EditableText""
bonusSymbol 153 EditableText""
score_psuitebisSymbol 154 EditableText""
score_unbisSymbol 155 EditableText""
score_deuxbisSymbol 156 EditableText""
score_troisbisSymbol 157 EditableText""
score_quatrebisSymbol 158 EditableText""
score_cinqbisSymbol 159 EditableText""
score_sixbisSymbol 160 EditableText""
score_brelanSymbol 161 EditableText""
score_gsuitebisSymbol 162 EditableText""
score_carreSymbol 163 EditableText""
score_carrebisSymbol 164 EditableText""
score_yamSymbol 165 EditableText""
score_yambisSymbol 166 EditableText""
totalSymbol 167 EditableText""
score_gsuiteSymbol 168 EditableText""
score_fullSymbol 169 EditableText""
score_fullbisSymbol 170 EditableText""
nomSymbol 171 EditableText""
score_unSymbol 173 EditableText""
score_deuxSymbol 174 EditableText""
score_troisSymbol 175 EditableText""
score_quatreSymbol 176 EditableText""
score_cinqSymbol 177 EditableText""
t1Symbol 178 EditableText""
bonusSymbol 179 EditableText""
score_psuitebisSymbol 180 EditableText""
score_unbisSymbol 181 EditableText""
score_deuxbisSymbol 182 EditableText""
score_troisbisSymbol 183 EditableText""
score_quatrebisSymbol 184 EditableText""
score_cinqbisSymbol 185 EditableText""
score_brelanSymbol 186 EditableText""
score_brelanbisSymbol 187 EditableText""
totalSymbol 188 EditableText""
score_yambisSymbol 189 EditableText""
score_carrebisSymbol 190 EditableText""
score_yamSymbol 191 EditableText""
score_carreSymbol 192 EditableText""
anonymeSymbol 193 EditableText""
score_fullSymbol 203 EditableText""
score_fullbisSymbol 204 EditableText""
score_sixSymbol 206 EditableText""
score_sixbisSymbol 207 EditableText""
score_gsuitebisSymbol 208 EditableText""
score_gsuiteSymbol 209 EditableText""
nomSymbol 212 EditableText""
score_unSymbol 214 EditableText""
score_deuxSymbol 215 EditableText""
score_troisSymbol 216 EditableText""
score_quatreSymbol 217 EditableText""
score_cinqSymbol 218 EditableText""
t1Symbol 219 EditableText""
bonusSymbol 220 EditableText""
score_psuitebisSymbol 221 EditableText""
score_unbisSymbol 222 EditableText""
score_deuxbisSymbol 223 EditableText""
score_troisbisSymbol 224 EditableText""
score_quatrebisSymbol 225 EditableText""
score_cinqbisSymbol 226 EditableText""
score_brelanSymbol 227 EditableText""
score_brelanbisSymbol 228 EditableText""
score_gsuiteSymbol 229 EditableText""
score_gsuitebisSymbol 230 EditableText""
totalSymbol 231 EditableText""
score_yambisSymbol 232 EditableText""
score_carrebisSymbol 233 EditableText""
score_yamSymbol 234 EditableText""
score_carreSymbol 235 EditableText""
anonymeSymbol 236 EditableText""
score_fullSymbol 237 EditableText""
score_fullbisSymbol 238 EditableText""
score_sixSymbol 239 EditableText""
score_sixbisSymbol 240 EditableText""
nomSymbol 242 EditableText""
score_unSymbol 243 EditableText""
score_deuxSymbol 244 EditableText""
score_troisSymbol 245 EditableText""
score_quatreSymbol 246 EditableText""
score_cinqSymbol 247 EditableText""
score_sixSymbol 248 EditableText""
t1Symbol 249 EditableText""
bonusSymbol 250 EditableText""
score_psuitebisSymbol 251 EditableText""
score_unbisSymbol 252 EditableText""
score_deuxbisSymbol 253 EditableText""
score_troisbisSymbol 254 EditableText""
score_quatrebisSymbol 255 EditableText""
score_cinqbisSymbol 256 EditableText""
score_sixbisSymbol 257 EditableText""
score_brelanSymbol 258 EditableText""
score_brelanbisSymbol 259 EditableText""
score_gsuiteSymbol 260 EditableText""
score_gsuitebisSymbol 261 EditableText""
totalSymbol 262 EditableText""
score_yambisSymbol 263 EditableText""
score_carrebisSymbol 264 EditableText""
score_yamSymbol 265 EditableText""
score_carreSymbol 266 EditableText""
anonymeSymbol 267 EditableText""
score_fullSymbol 268 EditableText""
score_fullbisSymbol 269 EditableText""
totalSymbol 272 EditableText""




http://swfchan.com/5/24708/info.shtml
Created: 24/5 -2019 14:52:35 Last modified: 24/5 -2019 14:52:35 Server time: 11/05 -2024 04:59:11