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

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

Aitchu Tennis.swf

This is the info page for
Flash #24446

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


Text
Jouer

Jouer

Règles

Règles

Mesurez-vous aux  plus grands
joueurs de Tennis.
Se joue à la souris.

RULES

Crédits

Crédits

Credits

Réalisation Toon8

Nombre de set

1

1

2

2

Choisir la qualité

Haute

Haute

Moyenne

Moyenne

Basse

Basse

Entrer votre nom

votre nom

0

0

0

0

0

0

Player

Adversaire

0

0

Code

Affichage

Affichage

ActionScript [AS1/AS2]

Frame 2
if (_framesloaded == _totalframes) { gotoAndPlay(_currentframe + 2); } else { play(); }
Frame 3
prevFrame();
Frame 4
play();
Frame 53
stop();
Frame 57
stop();
Frame 59
stop();
Frame 61
stop();
Frame 62
play();
Frame 63
stop();
Instance of Symbol 98 MovieClip "ombreballe" in Frame 63
/* no clip actions */
Instance of Symbol 145 MovieClip "code" in Frame 63
onClipEvent (load) { function afficher(message) { var pano = _parent.affichage; pano.info = message; pano._visible = true; stopDrag(); pano.gotoAndStop(100); } function changeserveur() { if (serveur == "player") { serveur = "adv"; } else if (serveur == "adv") { serveur = "player"; } } function razjeu() { pointp = 0; pointa = 0; debutjeu = 1; changeserveur(); numservice = 1; } function miseajourscore(type) { if (_parent.affichage.info == "null") { if (type == "gagne") { if ((serveur == "adv") && (numservice == 1)) { numservice = 2; afficher(SECSERVICE); } else if ((pointp == 3) && (2 >= pointa)) { jeup++; razjeu(); afficher(GAGNEJEU); } else if ((pointp == 3) && (pointa == 4)) { pointa--; afficher(EGALITE); numservice = 1; } else if ((pointp == 4) && (pointa == 3)) { jeup++; razjeu(); afficher(GAGNEJEU); } else { pointp++; if (pointp == 4) { afficher(AVANTAGE + _parent.playername); } else if (pointp == pointa) { afficher(point[pointp] + PARTOUT); } else { afficher((point[pointp] + " / ") + point[pointa]); } numservice = 1; } } if (type == "perdu") { if ((serveur == "player") && (numservice == 1)) { numservice = 2; afficher(SECSERVICE); } else if ((pointa == 3) && (2 >= pointp)) { jeua++; razjeu(); afficher(PERDUJEU); } else if ((pointa == 3) && (pointp == 4)) { pointp--; afficher(EGALITE); numservice = 1; } else if ((pointa == 4) && (pointp == 3)) { jeua++; razjeu(); afficher(PERDUJEU); } else { pointa++; if (pointa == 4) { afficher(AVANTAGE + _parent.advname); } else if (pointp == pointa) { afficher(point[pointp] + PARTOUT); } else { afficher((point[pointp] + " / ") + point[pointa]); } numservice = 1; } } } _parent.scoreplayer = point[pointp]; _parent.scoreadv = point[pointa]; if (numset == 1) { _parent.scoreset1p = jeup; _parent.scoreset1a = jeua; } else if (numset == 2) { _parent.scoreset2p = jeup; _parent.scoreset2a = jeua; } else if (numset == 3) { _parent.scoreset3p = jeup; _parent.scoreset3a = jeua; } if ((jeup >= 6) && (jeup >= (jeua + 2))) { jeup = 0; jeua = 0; numset++; setp++; afficher(GAGNESET); } else if ((jeua >= 6) && (jeua >= (jeup + 2))) { jeup = 0; jeua = 0; numset++; seta++; afficher(PERDUSET); } if (setp == _parent.NBRESET) { afficher(GAGNEMATCH); } else if (seta == _parent.NBRESET) { afficher(PERDUMATCH); } } function effacer() { _parent.affichage._visible = false; _parent.affichage.info = "null"; } function initballe() { _parent.adv._x = 350; _parent.ombreballe._x = 350; if (serveur == "player") { _parent.ombreballe._y = 320; angleballe = (Math.PI/2); } if (serveur == "adv") { _parent.ombreballe._y = 70; angleballe = 4.71238898038469; } vitballex = 0; vitballey = 0; distz = 80; zmax = 80; ampRebond = 10; nbreRebond = 0; firstRebond = "null"; touche = "null"; service = 1; } this._alpha = 0; startDrag (_parent.player, true, 0, 164, 600, 400); name = new Array("Pete", "Michael", "André", "Boris", "Yannick", "Sébastien", "Henri", "Andre", "Cédric", "Arthur", "Patrick", "Cédric", "John", "Marcello"); _parent.advname = name[random(name.length)]; PERDUJEU = "Jeu " + _parent.advname; PERDUSET = "Set " + _parent.advname; PERDUMATCH = _parent.advname + " gagne"; EGALITE = "Egalité"; GAGNEJEU = "Jeu " + _parent.playername; GAGNESET = "Set " + _parent.playername; GAGNEMATCH = _parent.playername + " gagne"; PARTOUT = " partout"; AVANTAGE = "Avantage "; SECSERVICE = "Second Service"; SERVEPLAYER = "service " + _parent.playername; SERVEADV = "service " + _parent.advname; point = new Array(0, 15, 30, 40, "Adv"); debutjeu = 0; pointp = 0; pointa = 0; jeup = 0; jeua = 0; setp = 0; seta = 0; numset = 1; serveur = "player"; numservice = 1; _parent.scoreset1p = 0; _parent.scoreset1a = 0; _parent.scoreset2p = ""; _parent.scoreset2a = ""; _parent.scoreset3p = ""; _parent.scoreset3a = ""; fotemps = 0; coef = 0.178196305686346; orig = 100 - (coef * 325); tailleTab = 4; mouseTab = new Array(tailleTab); i = 0; while ((tailleTab - 1) >= i) { mouseTab[i] = 0; i++; } tailleTab2 = 16; balleTab = new Array(tailleTab2); i = 0; while ((tailleTab2 - 1) >= i) { balleTab[i] = 0; i++; } initballe(); effacer(); } onClipEvent (mouseUp) { if ((setp == _parent.NBRESET) || (seta == _parent.NBRESET)) { _parent.play(); } else if (debutjeu == 1) { if (serveur == "player") { afficher(SERVEPLAYER); } if (serveur == "adv") { afficher(SERVEADV); } debutjeu = 0; } else if (_parent.affichage.info != "null") { effacer(); initballe(); startDrag (_parent.player, true, 0, 164, 600, 400); } } onClipEvent (enterFrame) { fotemps++; temps = fotemps / 24; _parent.ombreballe._xscale = (_parent.ombreballe._y * coef) + orig; _parent.ombreballe._yscale = _parent.ombreballe._xscale; _parent.balle._xscale = (_parent.balle._y * coef) + orig; _parent.balle._yscale = _parent.balle._xscale; _parent.player._xscale = (_parent.player._y * coef) + orig; _parent.player._yscale = _parent.player._xscale; _parent.adv._xscale = (_parent.adv._y * coef) + orig; _parent.adv._yscale = _parent.adv._xscale; _parent.adv._y = 45; destx = _parent.ombreballe._x - Math.sqrt(Math.pow((_parent.ombreballe._y - _parent.adv._y) / Math.sin(angleballe), 2) - Math.pow(_parent.ombreballe._y - _parent.adv._y, 2)); if ((_parent.adv._x >= (destx - 5)) && ((destx + 5) >= _parent.adv._x)) { _parent.adv._x = destx; } else if (destx < _parent.adv._x) { _parent.adv._x = _parent.adv._x - 5; } else if (_parent.adv._x < destx) { _parent.adv._x = _parent.adv._x + 5; } _parent.ombreballe._x = _parent.ombreballe._x + (vitballex * Math.cos(angleballe)); _parent.ombreballe._y = _parent.ombreballe._y + (vitballey * Math.sin(angleballe)); if (service == 0) { distz = Math.abs(zmax * Math.sin(fotemps / ampRebond)); } _parent.balle._x = _parent.ombreballe._x; _parent.balle._y = _parent.ombreballe._y - distz; if (0 < vitballex) { vitballex = vitballex - (vitballex / 40); } else { vitballex = 0; } if (0 < vitballey) { vitballey = vitballey - (vitballey / 40); } else { vitballey = 0; } if (_parent.player.hitTest(_parent.balle) && (touche != "player")) { _parent.player.gotoAndPlay("frappe"); dx = (mouseTab[tailleTab - 2] - mouseTab[0]) / 1; dy = (mouseTab[tailleTab - 1] - mouseTab[1]) / 3; if (dx >= 0) { angleballe = Math.PI - Math.atan2((-dy) * 3, dx); } else { angleballe = Math.atan2((-dy) * 3, -dx); } vitballex = Math.abs(dx / 2); if (service == 1) { vitballey = 12 + (dy / 8); } else { vitballey = 10 + (dy / 5); } ampRebond = 10; fotemps = (Math.PI * ampRebond) / 4; zmax = distz + 30; nbreRebond = 0; firstRebond = "null"; service = 0; touche = "player"; } if (_parent.adv.hitTest(_parent.ombreballe) && (touche != "adv")) { _parent.adv.gotoAndPlay("frappe"); angleballe = angleballe * -1; vitballex = 10; vitballey = 10; ampRebond = 10; fotemps = (Math.PI * ampRebond) / 4; zmax = distz + 30; nbreRebond = 0; firstRebond = "null"; touche = "adv"; } else if ((serveur == "adv") && (service == 1)) { _parent.adv.gotoAndPlay("frappe"); angleballe = angleballe * -1; vitballex = 10; vitballey = 8; ampRebond = 10; fotemps = (Math.PI * ampRebond) / 4; zmax = distz; nbreRebond = 0; firstRebond = "null"; service = 0; touche = "adv"; } if ((((((572 >= _parent.ombreballe._x) && (_parent.ombreballe._x >= 118)) && (160 >= _parent.ombreballe._y)) && (_parent.ombreballe._y >= 140)) && (36 >= distz)) && (touche != "filet")) { _parent.filet.play(); if (touche == "player") { miseajourscore("perdu"); } if (touche == "adv") { miseajourscore("gagne"); } angleballe = angleballe * -1; vitballex = 4; vitballey = 4; touche = "filet"; } if ((((700 < _parent.ombreballe._x) || (_parent.ombreballe._x < 0)) || (400 < _parent.ombreballe._y)) || (_parent.ombreballe._y < 0)) { if (nbreRebond == 0) { if (touche == "player") { miseajourscore("perdu"); } if (touche == "adv") { miseajourscore("gagne"); } } if (nbreRebond == 1) { if (touche == "player") { if (((firstRebond == "t2") || (firstRebond == "t4")) || (firstRebond == "t5")) { miseajourscore("gagne"); } else { miseajourscore("perdu"); } } if (touche == "adv") { if (((firstRebond == "t6") || (firstRebond == "t7")) || (firstRebond == "t8")) { miseajourscore("perdu"); } else { miseajourscore("gagne"); } } } } if (8 < distz) { ressort = 0; } i = 1; while (9 >= i) { part = _parent["t" + i]; if ((part.hitTest(_parent.ombreballe._x, _parent.ombreballe._y, true) && (8 >= distz)) && (ressort == 0)) { ressort = 1; nbreRebond = nbreRebond + 1; if (nbreRebond == 1) { firstRebond = "t" + i; if (touche == "player") { if (((firstRebond == "t1") || (firstRebond == "t3")) || (firstRebond == "t9")) { miseajourscore("perdu"); } else if (((firstRebond == "t6") || (firstRebond == "t7")) || (firstRebond == "t8")) { miseajourscore("perdu"); } else { numservice = 0; } } if (touche == "adv") { if (((firstRebond == "t1") || (firstRebond == "t3")) || (firstRebond == "t9")) { miseajourscore("gagne"); } else if (((firstRebond == "t2") || (firstRebond == "t4")) || (firstRebond == "t5")) { miseajourscore("gagne"); } else { numservice = 0; } } } if (nbreRebond == 2) { if (touche == "player") { if (((firstRebond == "t2") || (firstRebond == "t4")) || (firstRebond == "t5")) { miseajourscore("gagne"); } else { miseajourscore("perdu"); } } if (touche == "adv") { if (((firstRebond == "t6") || (firstRebond == "t7")) || (firstRebond == "t8")) { miseajourscore("perdu"); } else { miseajourscore("gagne"); } } } zmax = zmax - (zmax / 10); if (1 >= zmax) { zmax = 0; } } else { part.gotoAndStop(1); } i++; } mouseTab.pop(); mouseTab.pop(); mouseTab.splice(0, 0, _parent._ymouse); mouseTab.splice(0, 0, _parent._xmouse); i = 0; while ((tailleTab2 - 1) >= i) { _parent.balle.duplicateMovieClip("balle" + i, i + 150); _parent["balle" + i]._x = balleTab[i]; _parent["balle" + i]._y = balleTab[i + 1]; _parent["balle" + i]._alpha = ((tailleTab2 - i) * 80) / tailleTab2; i = i + 2; } balleTab.pop(); balleTab.pop(); balleTab.splice(0, 0, _parent.balle._y); balleTab.splice(0, 0, _parent.balle._x); }
Frame 64
gotoAndStop (53);
Symbol 12 MovieClip Frame 48
play();
Symbol 25 Button
on (release) { play(); }
Symbol 45 Button
on (release) { NBRESET = 1; _currentframe = 5; play(); }
Symbol 49 Button
on (release) { NBRESET = 2; _currentframe = 5; play(); }
Symbol 55 Button
on (release) { _quality = "HIGH"; _currentframe = 7; play(); }
Symbol 59 Button
on (release) { _quality = "MEDIUM"; _currentframe = 7; play(); }
Symbol 63 Button
on (release) { _quality = "LOW"; _currentframe = 7; play(); }
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 2
play();
Symbol 75 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 2
play();
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 2
play();
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 2
play();
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
play();
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 2
play();
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 2
play();
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 2
play();
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 2
stop();
Symbol 116 MovieClip Frame 6
gotoAndPlay (1);
Symbol 126 MovieClip Frame 6
gotoAndPlay (1);

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:7
Symbol 3 GraphicUsed by:7
Symbol 4 GraphicUsed by:7
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:2 3 4 5 6Used by:Timeline
Symbol 8 GraphicUsed by:Timeline
Symbol 9 GraphicUsed by:12  Timeline
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12 37
Symbol 12 MovieClipUses:10 9 11Used by:Timeline
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 GraphicUsed by:Timeline
Symbol 18 FontUsed by:19 20 26 27 29 31 33 34 36 38 41 42 43 46 47 51 52 53 56 57 60 61 65 66 130 131 132 133 134 135 136 137 138 139 144 148 149
Symbol 19 TextUses:18Used by:25
Symbol 20 TextUses:18Used by:25
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:25 32 37  Timeline
Symbol 23 GraphicUsed by:25
Symbol 24 SoundUsed by:25 32 37 116 126
Symbol 25 ButtonUses:19 20 22 23 24Used by:Timeline
Symbol 26 TextUses:18Used by:32
Symbol 27 TextUses:18Used by:32
Symbol 28 GraphicUsed by:32
Symbol 29 TextUses:18Used by:32
Symbol 30 GraphicUsed by:32
Symbol 31 TextUses:18Used by:32
Symbol 32 ButtonUses:26 27 28 29 22 30 31 24Used by:Timeline
Symbol 33 TextUses:18Used by:37
Symbol 34 TextUses:18Used by:37
Symbol 35 GraphicUsed by:37
Symbol 36 TextUses:18Used by:37
Symbol 37 ButtonUses:33 34 11 22 35 36 24Used by:Timeline
Symbol 38 TextUses:18Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 TextUses:18Used by:Timeline
Symbol 42 TextUses:18Used by:45
Symbol 43 TextUses:18Used by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:42 43 44Used by:Timeline
Symbol 46 TextUses:18Used by:49
Symbol 47 TextUses:18Used by:49
Symbol 48 GraphicUsed by:49
Symbol 49 ButtonUses:46 47 48Used by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 TextUses:18Used by:Timeline
Symbol 52 TextUses:18Used by:55
Symbol 53 TextUses:18Used by:55
Symbol 54 GraphicUsed by:55
Symbol 55 ButtonUses:52 53 54Used by:Timeline
Symbol 56 TextUses:18Used by:59
Symbol 57 TextUses:18Used by:59
Symbol 58 GraphicUsed by:59
Symbol 59 ButtonUses:56 57 58Used by:Timeline
Symbol 60 TextUses:18Used by:63
Symbol 61 TextUses:18Used by:63
Symbol 62 GraphicUsed by:63
Symbol 63 ButtonUses:60 61 62Used by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 TextUses:18Used by:Timeline
Symbol 66 EditableTextUses:18Used by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:Timeline
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:70 71Used by:Timeline
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:73 74Used by:Timeline
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:76 77Used by:Timeline
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:79 80Used by:Timeline
Symbol 82 GraphicUsed by:84
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:82 83Used by:Timeline
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:85 86Used by:Timeline
Symbol 88 GraphicUsed by:90
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:88 89Used by:Timeline
Symbol 91 GraphicUsed by:93
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:91 92Used by:Timeline
Symbol 94 GraphicUsed by:96
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:94 95Used by:Timeline
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:Timeline
Symbol 99 GraphicUsed by:114 115 124 125
Symbol 100 GraphicUsed by:114 115
Symbol 101 GraphicUsed by:114 115
Symbol 102 GraphicUsed by:114 115
Symbol 103 GraphicUsed by:114 115
Symbol 104 GraphicUsed by:114 115
Symbol 105 GraphicUsed by:114 115
Symbol 106 GraphicUsed by:114 115
Symbol 107 GraphicUsed by:114 115
Symbol 108 GraphicUsed by:114
Symbol 109 GraphicUsed by:114 115
Symbol 110 GraphicUsed by:114 115
Symbol 111 GraphicUsed by:114 115
Symbol 112 GraphicUsed by:114 115
Symbol 113 GraphicUsed by:114 115
Symbol 114 MovieClipUses:99 100 101 102 103 104 105 106 107 108 109 110 111 112 113Used by:116
Symbol 115 MovieClipUses:99 106 107 100 101 102 103 104 105 109 110 111 112 113Used by:116
Symbol 116 MovieClipUses:114 115 24Used by:Timeline
Symbol 117 GraphicUsed by:123
Symbol 118 GraphicUsed by:123
Symbol 119 GraphicUsed by:123
Symbol 120 GraphicUsed by:123
Symbol 121 GraphicUsed by:123
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:117 118 119 120 121 122Used by:124 125
Symbol 124 MovieClipUses:99 123Used by:126
Symbol 125 MovieClipUses:99 123Used by:126
Symbol 126 MovieClipUses:124 125 24Used by:Timeline
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 EditableTextUses:18Used by:Timeline
Symbol 131 EditableTextUses:18Used by:Timeline
Symbol 132 EditableTextUses:18Used by:Timeline
Symbol 133 EditableTextUses:18Used by:Timeline
Symbol 134 EditableTextUses:18Used by:Timeline
Symbol 135 EditableTextUses:18Used by:Timeline
Symbol 136 EditableTextUses:18Used by:Timeline
Symbol 137 EditableTextUses:18Used by:Timeline
Symbol 138 EditableTextUses:18Used by:Timeline
Symbol 139 EditableTextUses:18Used by:Timeline
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140Used by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 GraphicUsed by:145
Symbol 144 TextUses:18Used by:145
Symbol 145 MovieClipUses:143 144Used by:Timeline
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:150
Symbol 148 EditableTextUses:18Used by:150
Symbol 149 EditableTextUses:18Used by:150
Symbol 150 MovieClipUses:147 148 149Used by:Timeline

Instance Names

"t1"Frame 63Symbol 72 MovieClip
"t3"Frame 63Symbol 75 MovieClip
"t2"Frame 63Symbol 78 MovieClip
"t8"Frame 63Symbol 81 MovieClip
"t4"Frame 63Symbol 84 MovieClip
"t5"Frame 63Symbol 87 MovieClip
"t6"Frame 63Symbol 90 MovieClip
"t7"Frame 63Symbol 93 MovieClip
"t9"Frame 63Symbol 96 MovieClip
"ombreballe"Frame 63Symbol 98 MovieClip
"player"Frame 63Symbol 116 MovieClip
"adv"Frame 63Symbol 126 MovieClip
"point"Frame 63Symbol 128 MovieClip
"balle"Frame 63Symbol 22 MovieClip
"code"Frame 63Symbol 145 MovieClip
"affichage"Frame 63Symbol 150 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"cours"Symbol 116 MovieClip Frame 1
"frappe"Symbol 116 MovieClip Frame 7
"cours"Symbol 126 MovieClip Frame 1
"frappe"Symbol 126 MovieClip Frame 7

Dynamic Text Variables

playernameSymbol 66 EditableText"votre nom"
scoreset1pSymbol 130 EditableText"0"
scoreset1aSymbol 131 EditableText"0"
scoreset2pSymbol 132 EditableText"0"
scoreset2aSymbol 133 EditableText"0"
scoreset3pSymbol 134 EditableText"0"
scoreset3aSymbol 135 EditableText"0"
playernameSymbol 136 EditableText"Player"
advnameSymbol 137 EditableText"Adversaire"
scoreplayerSymbol 138 EditableText"0"
scoreadvSymbol 139 EditableText"0"
infoSymbol 148 EditableText"Affichage"
infoSymbol 149 EditableText"Affichage"




http://swfchan.com/5/24446/info.shtml
Created: 25/5 -2019 00:36:24 Last modified: 25/5 -2019 00:36:24 Server time: 12/05 -2024 15:47:56