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

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

Play Tennis.swf

This is the info page for
Flash #21994

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


Text
sport

Windy

Lin

Lee

Mary

www.t45ol.com
A game of Flash Games Studio

www.CCTV.com
Your window on China and the world

JEU

SET

15

15

5

5

5

5

You win !

Computer wins !

Play more games on www.t45ol.com

Replay

Replay

ActionScript [AS1/AS2]

Frame 1
Frame 2
byteloaded = _root.getBytesLoaded(); bytetotal = _root.getBytesTotal(); loaded = int((byteloaded / bytetotal) * 100); page1.load_bar.gotoAndStop(loaded);
Frame 3
fscommand ("trapallkeys", "true"); if (byteloaded == bytetotal) { play(); } else { gotoAndPlay (1); }
Frame 6
removeMovieClip(out); stop(); _root.myselect = 1; page1.myplay.gotoAndStop(2);
Frame 7
duplicateMovieClip (out1, "out", 999997); duplicateMovieClip (score1, "score", 999998); duplicateMovieClip (mask1, "mask", 99999999); play(); partie = true; dep_ordi_x = 4.5 + (_parent.niveau / 1.5); dep_ordi_y = 0.9 + (_parent.niveau / 10); pourcentageservice = 0.75 + (0.02 * _parent.niveau);
Frame 11
function miseajourscore(gagnant) { nbcoup++; inc_jeu = false; if (gagnant == "joueur") { perdant = "ordi"; } else { perdant = "joueur"; } if (!tiebreak) { if (eval ("score.score_" + gagnant) == "A") { Set("score.jeu_" + gagnant, eval ("score.jeu_" + gagnant) + 1); inc_jeu = true; } if (eval ("score.score_" + gagnant) == "40") { if (((eval ("score.score_" + perdant) == "0") || (eval ("score.score_" + perdant) == "15")) || (eval ("score.score_" + perdant) == "30")) { Set("score.jeu_" + gagnant, eval ("score.jeu_" + gagnant) + 1); inc_jeu = true; } else if (eval ("score.score_" + perdant) == "40") { Set("score.score_" + gagnant, "A"); } else { Set("score.score_" + perdant, "40"); egalite = true; } } if (eval ("score.score_" + gagnant) == "30") { Set("score.score_" + gagnant, "40"); } if (eval ("score.score_" + gagnant) == "15") { Set("score.score_" + gagnant, "30"); } if (eval ("score.score_" + gagnant) == "0") { trace("hello"); Set("score.score_" + gagnant, "15"); } } else { nbcouptiebreak++; Set("score.scoretiebreak_" + gagnant, eval ("score.scoretiebreak_" + gagnant) + 1); if (eval ("score.scoretiebreak_" + gagnant) >= 7) { if ((eval ("score.scoretiebreak_" + gagnant) - eval ("score.scoretiebreak_" + perdant)) >= 2) { inc_jeu = true; tiebreak = false; nbcouptiebreak = 0; Set("score.jeu_" + gagnant, eval ("score.jeu_" + gagnant) + 1); Set("score.scoretiebreak_" + gagnant, 0); Set("score.scoretiebreak_" + perdant, 0); } else { Set("score.score_" + gagnant, " " + (eval ("score.scoretiebreak_" + gagnant) + 1)); } } else { Set("score.score_" + gagnant, " " + eval ("score.scoretiebreak_" + gagnant)); } if (((eval ("score.scoretiebreak_" + gagnant) + eval ("score.scoretiebreak_" + perdant)) % 6) == 0) { change_cote = true; } if (((!(eval ("score.scoretiebreak_" + gagnant) + eval ("score.scoretiebreak_" + perdant))) % 2) == 0) { service_droite = true; } else { service_droite = false; } if ((nbcoup == 1) && (nbcouptiebreak == 1)) { if (service == "joueur") { service = "ordi"; score.cadre.balltest.gotoAndStop(2); nbcoup = 0; } else { service = "joueur"; score.cadre.balltest.gotoAndStop(1); nbcoup = 0; } } if (nbcoup == 2) { if (service == "joueur") { service = "ordi"; score.cadre.balltest.gotoAndStop(2); nbcoup = 0; } else { service = "joueur"; score.cadre.balltest.gotoAndStop(1); nbcoup = 0; } } } if (inc_jeu) { if (service == "joueur") { change_cote = true; service = "ordi"; score.cadre.balletest.gotoAndStop(2); } else { service = "joueur"; score.cadre.balletest.gotoAndStop(1); } Set("score.score_" + gagnant, "0"); Set("score.score_" + perdant, "0"); nbcoup = 0; game = true; egalite = false; } if (eval ("score.jeu_" + gagnant) >= 6) { if (((eval ("score.jeu_" + gagnant) - eval ("score.jeu_" + perdant)) >= 2) || (eval ("score.jeu_" + gagnant) == 7)) { Set("score.set1_" + gagnant, eval ("score.set1_" + gagnant) + 1); Set(("_parent.scoreset" + nbset) + gagnant, eval ("score.jeu_" + gagnant) + 1); Set(("_parent.scoreset" + nbset) + perdant, eval ("score.jeu_" + perdant) + 1); nbset++; if (eval ("score.set1_" + gagnant) == 2) { applaude.gotoAndPlay(2); compteur_victoire = 0; while (compteur_victoire < 50) { compteur_victoire++; } if (gagnant == "joueur") { _parent.resultmatch = 1; this.gotoAndStop("fin"); } else { _parent.resultmatch = 0; this.gotoAndStop("fin"); } } Set("score.jeu_" + gagnant, 0); Set("score.jeu_" + perdant, 0); service_droite = true; } } if ((eval ("score.jeu_" + gagnant) == 6) && (eval ("score.jeu_" + perdant) == 6)) { tiebreak = true; service_droite = true; } if ((nbcoup % 2) == 0) { service_droite = true; } else { service_droite = false; } } play(); zone_faute_bas._visible = false; zonefilet._visible = false; remiseazero = true; score.jeu_ordi = 0; score.jeu_joueur = 0; score.set1_ordi = 0; score.set1_joueur = 0; score.score_joueur = "0"; score.score_ordi = "0"; score.scoretiebreak_ordi = 0; score.scoretiebreak_joueur = 0; compteur_changement_cote = 0; tiebreak = false; service = "joueur"; service_droite = true; nbcoup = 0; zonerenvoi = false; joueur_bas = true; nbset = 1; egalite = false; game = false; removeMovieClip(controleur); if (myselect == 1) { duplicateMovieClip (man1, "controleur", 1); } else if (myselect == 2) { duplicateMovieClip (man3, "controleur", 1); } else if (myselect == 3) { duplicateMovieClip (man2, "controleur", 1); } else if (myselect == 4) { duplicateMovieClip (man4, "controleur", 1); } man1._visible = 0; man2._visible = 0; man3._visible = 0; man4._visible = 0;
Frame 12
if (score.set1_ordi >= 2) { gotoAndPlay ("end"); } else if (score.set1_joueur >= 2) { gotoAndPlay ("end"); } score.gotoAndPlay(2); controleur.ball.gotoAndStop(1); controleur.ball.testimpact = 0; controleur.ball._visible = false; controleur.ombreballe._visible = false; if (nbechange > 6) { applaude.gotoAndPlay(2); } if (service == "joueur") { receveur = "ordi"; } else { receveur = "joueur"; } if (controleur.outordi) { miseajourscore("joueur"); if (eval ("score.score_" + service) == 0) { Set("score.score_" + service, "0"); } if (eval ("score.score_" + receveur) == 0) { Set("score.score_" + receveur, "0"); } identifiant = ("s" + eval ("score.score_" + service)) + eval ("score.score_" + receveur); if (identifiant == "s4040") { if (egalite) { identifiant = identifiant + "e"; } } eval ("son." + identifiant).gotoAndPlay(2); if (game) { son.game.gotoAndPlay(2); game = false; } remiseazero = true; controleur.outordi = false; controleur.gotoAndPlay(1); } else if (controleur.outjoueur) { miseajourscore("ordi"); if (eval ("score.score_" + service) == 0) { Set("score.score_" + service, "0"); } if (eval ("score.score_" + receveur) == 0) { Set("score.score_" + receveur, "0"); } identifiant = ("s" + eval ("score.score_" + service)) + eval ("score.score_" + receveur); if (identifiant == "s4040") { if (egalite) { identifiant = identifiant + "e"; } } if (game) { son.game.gotoAndPlay(2); game = false; } eval ("son." + identifiant).gotoAndPlay(2); remiseazero = true; controleur.outjoueur = false; controleur.gotoAndPlay(1); } play();
Frame 18
stop();
Frame 19
removeMovieClip(controleur); removeMovieClip(out); removeMovieClip(score); removeMovieClip(mask);
Instance of Symbol 639 MovieClip in Frame 19
onClipEvent (load) { if (score.set1_ordi >= 2) { gotoAndStop (2); } else { gotoAndStop (1); } }
Frame 60
stop();
Symbol 35 Button
on (release) { _root.myselect = 1; _parent.c.gotoAndStop(1); _parent.b.gotoAndStop(1); _parent.d.gotoAndStop(1); play(); }
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 2
stop();
Symbol 46 Button
on (release) { _root.myselect = 4; _parent.a.gotoAndStop(1); _parent.b.gotoAndStop(1); _parent.c.gotoAndStop(1); play(); }
Symbol 47 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 2
stop();
Symbol 55 Button
on (release) { _root.myselect = 3; _parent.a.gotoAndStop(1); _parent.b.gotoAndStop(1); _parent.d.gotoAndStop(1); play(); }
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 2
stop();
Symbol 61 Button
on (release) { _root.myselect = 2; _parent.a.gotoAndStop(1); _parent.c.gotoAndStop(1); _parent.d.gotoAndStop(1); play(); }
Symbol 62 MovieClip Frame 1
stop();
Symbol 62 MovieClip Frame 2
stop();
Symbol 81 Button
on (release) { _parent.play(); }
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
stop();
Symbol 84 MovieClip Frame 1
stop(); a.gotoAndStop(2);
Symbol 84 MovieClip Frame 2
ggg.load_bar.gotoAndStop(100); if (_root.myselect == 1) { ggg.a.gotoAndStop(2); ggg.b.gotoAndStop(1); ggg.c.gotoAndStop(1); ggg.d.gotoAndStop(1); } else if (_root.myselect == 2) { ggg.a.gotoAndStop(1); ggg.b.gotoAndStop(2); ggg.c.gotoAndStop(1); ggg.d.gotoAndStop(1); } else if (_root.myselect == 3) { ggg.a.gotoAndStop(1); ggg.b.gotoAndStop(1); ggg.c.gotoAndStop(2); ggg.d.gotoAndStop(1); } else if (_root.myselect == 4) { ggg.a.gotoAndStop(1); ggg.b.gotoAndStop(1); ggg.c.gotoAndStop(1); ggg.d.gotoAndStop(2); }
Symbol 84 MovieClip Frame 14
_root.play();
Symbol 89 Button
on (release) { getURL ("http://www.t45ol.com", "_blank"); }
Symbol 93 Button
on (release) { getURL ("http://www.cctv.com", "_blank"); }
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 2
play();
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
play();
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 2
play();
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 2
play();
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
play();
Symbol 127 MovieClip Frame 31
gotoAndStop (1);
Symbol 127 MovieClip Frame 33
play();
Symbol 127 MovieClip Frame 66
gotoAndStop (1);
Symbol 127 MovieClip Frame 67
play();
Symbol 127 MovieClip Frame 83
gotoAndStop (1);
Symbol 127 MovieClip Frame 120
gotoAndStop (1);
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
stop();
Instance of Symbol 139 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (load) { if (_root.myselect == 1) { this.gotoAndStop(3); } else if (_root.myselect == 2) { this.gotoAndStop(4); } else if (_root.myselect == 3) { this.gotoAndStop(1); } else if (_root.myselect == 4) { this.gotoAndStop(2); } }
Instance of Symbol 139 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.myselect); }
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
play();
Symbol 150 MovieClip Frame 14
stop();
Symbol 150 MovieClip Frame 15
play();
Symbol 150 MovieClip Frame 27
stop();
Symbol 246 MovieClip Frame 4
stop();
Symbol 261 MovieClip Frame 6
stop(); stop();
Symbol 265 MovieClip Frame 2
stop();
Symbol 266 MovieClip Frame 1
play();
Symbol 266 MovieClip Frame 2
gotoAndPlay (1);
Symbol 266 MovieClip Frame 9
play();
Symbol 266 MovieClip Frame 16
gotoAndPlay (1);
Symbol 266 MovieClip Frame 17
play();
Symbol 266 MovieClip Frame 25
gotoAndPlay (1);
Symbol 266 MovieClip Frame 26
autorisation_renvoi = false; coup_fini = false;
Symbol 266 MovieClip Frame 30
stop();
Symbol 266 MovieClip Frame 31
autorisation_renvoi = true; play();
Symbol 266 MovieClip Frame 41
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 266 MovieClip Frame 42
autorisation_renvoi = false; coup_fini = false;
Symbol 266 MovieClip Frame 47
stop();
Symbol 266 MovieClip Frame 48
autorisation_renvoi = true; play();
Symbol 266 MovieClip Frame 58
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 266 MovieClip Frame 78
gotoAndPlay (65);
Symbol 266 MovieClip Frame 85
stop();
Symbol 266 MovieClip Frame 95
gotoAndPlay (1);
Symbol 266 MovieClip Frame 100
coup_finiordi = true;
Symbol 266 MovieClip Frame 119
gotoAndPlay (101);
Symbol 266 MovieClip Frame 124
gotoAndPlay (101);
Symbol 266 MovieClip Frame 130
gotoAndPlay (101);
Symbol 266 MovieClip Frame 131
coup_finiordi = false;
Symbol 266 MovieClip Frame 135
coup_finiordi = true;
Symbol 266 MovieClip Frame 136
play();
Symbol 266 MovieClip Frame 146
gotoAndStop (100);
Symbol 266 MovieClip Frame 147
coup_finiordi = false;
Symbol 266 MovieClip Frame 152
coup_finiordi = true;
Symbol 266 MovieClip Frame 153
play();
Symbol 266 MovieClip Frame 162
coup_fini = true; gotoAndStop (100);
Symbol 266 MovieClip Frame 170
coup_finiordi = false;
Symbol 266 MovieClip Frame 183
gotoAndPlay (170);
Symbol 266 MovieClip Frame 191
stop();
Symbol 266 MovieClip Frame 212
coup_finiordi = true; gotoAndPlay (100);
Symbol 278 MovieClip Frame 1
stop();
Symbol 278 MovieClip Frame 2
function ombre(z_fonction) { _parent.ombreballe._xscale = 100 - (50 * (1 - (50 / (z_fonction + 50)))); _parent.ombreballe._yscale = 100 - (50 * (1 - (50 / (Math.sqrt(z_fonction) + 50)))); } compteur_pas = 0; rebond = 0; if (_parent.vientdeservir) { rebond = 1; _parent.vientdeservir = false; } _parent.ombreballe._x = this._x; _parent.ombreballe._y = this._y; incz_ball = _parent.effet; limit_incz_ball = _parent.limite_effet; decrement_z = 0.4; coeff = 12; xcible = (coeff * vx) + x; ycible = (coeff * vy) + y; _parent.ombreballe._x = this._x; _parent.ombreballe._y = this._y; incx = (xcible - x) / rapidite; incy = (ycible - y) / rapidite; incz_ball = incz_ball - decrement_z; this._x = this._x + incx; this._y = this._y + (incy - incz_ball); _parent.ombreballe._x = this._x; _parent.ombreballe._y = _parent.ombreballe._y + incy; ombre(z); if (_parent._parent.jeu == "service") { if ((!_parent.service_bon) && (!filet)) { if (_parent.deuxieme_service) { _parent.double_faute = true; } else { _parent.deuxieme_service = true; } _parent._parent.jeu = "replacement"; _parent._parent.remiseazero = false; _parent.gotoAndPlay(1); } }
Symbol 278 MovieClip Frame 3
ombre._visible = true; incz_ball = incz_ball - decrement_z; this._x = this._x + incx; this._y = this._y + (incy - incz_ball); _parent.ombreballe._x = this._x; _parent.ombreballe._y = _parent.ombreballe._y + incy; if (incz_ball < limit_incz_ball) { _parent._parent.rebondball.gotoAndPlay(2); incz_ball = Math.abs(limit_incz_ball); compterebond = true; testimpact++; if (testimpact == 1) { rebond++; xrebond = this._x; yrebond = this._y; _parent.mcimpact._x = this._x; _parent.mcimpact._y = this._y; _parent.mcimpact.gotoAndPlay(1); limit_incz_ball = -incz_ball; } } else { testimpact = 0; compterebond = false; } ombre(z); if (filet) { this.gotoAndPlay("arret"); }
Symbol 278 MovieClip Frame 4
ombre._visible = true; incz_ball = incz_ball - decrement_z; this._x = this._x + incx; this._y = this._y + (incy - incz_ball); _parent.ombreballe._x = this._x; _parent.ombreballe._y = _parent.ombreballe._y + incy; if (incz_ball < limit_incz_ball) { _parent._parent.rebondball.gotoAndPlay(2); incz_ball = Math.abs(limit_incz_ball); compterebond = true; testimpact++; if (testimpact == 1) { rebond++; xrebond = this._x; yrebond = this._y; _parent.mcimpact._x = this._x; _parent.mcimpact._y = this._y; _parent.mcimpact.gotoAndPlay(1); limit_incz_ball = -incz_ball; } } else { testimpact = 0; compterebond = false; } ombre(z); gotoAndPlay (3);
Symbol 278 MovieClip Frame 7
incxservice = (_parent.xcible_service - _parent.xdepart_service) / puissance_service; incyservice = (_parent.ycible_service - _parent.ydepart_service) / puissance_service; xc = _parent.xcible_service; xd = _parent.xdepart_service; yc = _parent.ycible_service; yd = _parent.ydepart_service_sol; xrebond = _parent.xcible_service; yrebond = _parent.ycible_service; vy = (0.15 * (yc - yd)) * (15 / puissance_service); vx = (0.15 * (xc - xd)) * (15 / puissance_service); rapidite = (puissance_service * 1.5) + 25; _parent.effet = 7; _parent.limite_effet = -7; this._x = this._x + incxservice; this._y = this._y + incyservice; compteur_pas++; if (compteur_pas == puissance_service) { if (!filet) { _parent.ombreballe._visible = true; if (_parent.service_bon) { if (_parent.passeparfilet) { _parent.passeparfilet = false; } else { _parent.passeparfilet = true; } _parent._parent.rebondball.gotoAndPlay(2); gotoAndPlay (2); } else { _parent._parent.rebondball.gotoAndPlay(2); gotoAndPlay (2); } } else { _parent.effet = 2; _parent.limite_effet = -2; vy = -2 * (Math.abs(vy) / vy); vx = 0; gotoAndPlay (2); } }
Symbol 278 MovieClip Frame 8
this._x = this._x + incxservice; this._y = this._y + incyservice; compteur_pas++; if (compteur_pas == puissance_service) { if (!filet) { if (_parent.service_bon) { _parent.ombreballe._visible = true; if (_parent.passeparfilet) { _parent.passeparfilet = false; } else { _parent.passeparfilet = true; } _parent._parent.rebondball.start(); gotoAndPlay (2); } else { _parent._parent.rebondball.start(); gotoAndPlay (2); } } else { _parent.effet = 2; _parent.limite_effet = -2; -2 * (Math.abs(vy) / vy); vx = 0; gotoAndPlay (2); } } else { gotoAndPlay (7); }
Symbol 278 MovieClip Frame 16
play(); compteur = 0;
Symbol 278 MovieClip Frame 17
compteur++; if (compteur > 50) { gotoAndPlay (19); } else { ombre._visible = true; incz_ball = incz_ball - decrement_z; this._x = this._x + incx; this._y = this._y + (incy - incz_ball); _parent.ombreballe._x = this._x; _parent.ombreballe._y = _parent.ombreballe._y + incy; if (incz_ball < limit_incz_ball) { _parent._parent.rebondball.gotoAndPlay(2); incz_ball = Math.abs(limit_incz_ball); compterebond = true; testimpact++; if (testimpact == 1) { rebond++; limit_incz_ball = -incz_ball; } } else { testimpact = 0; compterebond = false; } ombre(z); }
Symbol 278 MovieClip Frame 18
compteur++; if (compteur > 25) { gotoAndPlay (19); } else { ombre._visible = true; incz_ball = incz_ball - decrement_z; this._x = this._x + incx; this._y = this._y + (incy - incz_ball); _parent.ombreballe._x = this._x; _parent.ombreballe._y = _parent.ombreballe._y + incy; if (incz_ball < limit_incz_ball) { _parent._parent.rebondball.gotoAndPlay(2); incz_ball = Math.abs(limit_incz_ball); compterebond = true; testimpact++; if (testimpact == 1) { rebond++; limit_incz_ball = -incz_ball; } } else { testimpact = 0; compterebond = false; } ombre(z); gotoAndPlay(this._currentframe - 1); }
Symbol 278 MovieClip Frame 19
stop(); if (_parent._parent.jeu == "service") { this._visible = false; _parent.ombreballe._visible = false; if (_parent.deuxieme_service) { _parent.double_faute = true; } else { _parent.deuxieme_service = true; } _parent._parent.jeu = "replacement"; _parent._parent.remiseazero = false; _parent.gotoAndPlay(1); }
Symbol 280 MovieClip Frame 1
play();
Symbol 280 MovieClip Frame 11
stop();
Symbol 328 MovieClip Frame 8
stop();
Symbol 332 MovieClip Frame 10
stop();
Symbol 371 MovieClip Frame 4
stop();
Symbol 374 MovieClip Frame 12
stop();
Symbol 375 MovieClip Frame 1
play();
Symbol 375 MovieClip Frame 2
gotoAndPlay (1);
Symbol 375 MovieClip Frame 7
play();
Symbol 375 MovieClip Frame 12
gotoAndStop (1);
Symbol 375 MovieClip Frame 13
play();
Symbol 375 MovieClip Frame 18
gotoAndStop (1);
Symbol 375 MovieClip Frame 19
coup_fini = false;
Symbol 375 MovieClip Frame 22
autorisation_renvoi = false; stop();
Symbol 375 MovieClip Frame 23
autorisation_renvoi = true;
Symbol 375 MovieClip Frame 30
autorisation_renvoi = false; play();
Symbol 375 MovieClip Frame 34
coup_fini = true; gotoAndStop (1);
Symbol 375 MovieClip Frame 35
autorisation_renvoi = false; coup_fini = false;
Symbol 375 MovieClip Frame 39
stop();
Symbol 375 MovieClip Frame 40
autorisation_renvoi = true;
Symbol 375 MovieClip Frame 48
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 375 MovieClip Frame 67
stop();
Symbol 375 MovieClip Frame 75
stop();
Symbol 375 MovieClip Frame 82
gotoAndPlay (1);
Symbol 375 MovieClip Frame 95
coup_finiordi = true; stop();
Symbol 375 MovieClip Frame 96
play();
Symbol 375 MovieClip Frame 101
gotoAndPlay (95);
Symbol 375 MovieClip Frame 102
play();
Symbol 375 MovieClip Frame 107
gotoAndPlay (95);
Symbol 375 MovieClip Frame 108
coup_finiordi = false;
Symbol 375 MovieClip Frame 111
coup_finiordi = true;
Symbol 375 MovieClip Frame 123
coup_finiordi = true; gotoAndStop (95);
Symbol 375 MovieClip Frame 124
coup_finiordi = false;
Symbol 375 MovieClip Frame 128
coup_finiordi = true;
Symbol 375 MovieClip Frame 137
coup_finiordi = true; gotoAndStop (95);
Symbol 375 MovieClip Frame 143
coup_finiordi = false;
Symbol 375 MovieClip Frame 170
stop();
Symbol 375 MovieClip Frame 179
stop();
Symbol 375 MovieClip Frame 196
coup_finiordi = true; gotoAndPlay (95);
Symbol 375 MovieClip Frame 197
Symbol 384 MovieClip Frame 1
play(); serveurbas_d = mcfilet._x + 80; serveurbas_g = mcfilet._x - 80; serveurbas_y = mcfilet._y + 200; serveurhaut_g = mcfilet._x - 60; serveurhaut_d = mcfilet._x + 60; serveurhaut_y = mcfilet._y - 100; decrement_incy_curseur_bas = 0.35 + (_parent._parent.niveau * 0.08); decrement_incy_curseur_haut = 0.45 + (_parent._parent.niveau * 0.08); deplacementx_joueurbas = 12; deplacementy_joueurbas = 6; deplacementy_joueurhaut = 5; deplacementx_joueurhaut = 10; puissanceordi = 25 - _parent._parent.niveau; test = Math.random(); if (_parent.service == "joueur") { ball.actif = "joueur"; } else { ball.actif = "ordi"; } ball.rebond = 0; vientdeservir = false; renvoiordi = false; renvoijoueur = false; compteur_attente_ordi = 0; compteur_attente_ordi2 = 0; compteur_bidon = 0; _parent.nbechange = 0; _parent.jeu = "replacement"; if (_parent.change_cote && (!_parent.joueur_bas)) { _parent.compteur_changement_cote = 0; _parent.out.gotoAndPlay("changement"); _parent.joueur_bas = true; _parent.change_cote = false; } if (_parent.change_cote && (_parent.joueur_bas)) { _parent.compteur_changement_cote = 0; _parent.out.gotoAndPlay("changement"); _parent.joueur_bas = false; _parent.change_cote = false; } if (_parent.joueur_bas) { if (_parent.service == "joueur") { passeparfilet = false; } else { passeparfilet = true; } curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; bas.autorisation_renvoi = false; bas.coup_fini = true; bas.gotoAndPlay("immobilejoueur"); haut.gotoAndPlay("immobileordi"); } else { if (_parent.service == "joueur") { passeparfilet = true; } else { passeparfilet = false; } curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; haut.autorisation_renvoi = false; haut.coup_fini = true; haut.gotoAndPlay("immobilejoueur"); bas.gotoAndPlay("immobileordi"); } ball.gotoAndPlay("invisible"); curseur_service._visible = false; incy_curseur = 12 + (_parent._parent.niveau / 1.5); detection_service = false; buffer_espace = 0; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; espace_relache = false; detection_relachement = false; essai_renvoi = false; anim_avant_service = true; if (_parent.remiseazero) { deuxieme_service = false; double_faute = false; service_bon = false; ball.filet = false; faute_en_cours = false; } else { service_bon = false; ball.filet = false; }
Symbol 384 MovieClip Frame 2
if (_parent.jeu == "replacement") { ball.oldyrebond = 10; ball.rebond = 0; _parent.compteur_changement_cote++; if (_parent.compteur_changement_cote >= 50) { compteur_bidon++; if (compteur_bidon >= 50) { if (_parent.service == "joueur") { if (!deuxieme_service) { ball.puissance_service = int(15 + (_parent._parent.niveau / 3)); } else { ball.puissance_service = int(20 + (_parent._parent.niveau / 3)); } } else { ball.puissance_service = puissanceordi; } if (_parent.service_droite) { bas._x = serveurbas_d; bas._y = serveurbas_y; haut._x = serveurhaut_g; haut._y = serveurhaut_y; } else { bas._x = serveurbas_g; bas._y = serveurbas_y; haut._x = serveurhaut_d; haut._y = serveurhaut_y; } if (_parent.service == "joueur") { if (_parent.joueur_bas) { if (_parent.service_droite) { haut._x = haut._x - 30; } else { haut._x = haut._x + 30; } } else if (_parent.service_droite) { bas._x = bas._x + 40; } else { bas._x = bas._x - 40; } } if (!double_faute) { _parent.jeu = "service"; } else { if (_parent.service == "joueur") { outjoueur = true; } else { outordi = true; } deuxieme_service = false; double_faute = false; _parent.gotoAndPlay("miseajour"); } } } } if (_parent.jeu == "service") { if (_parent.service == "joueur") { if (_parent.joueur_bas) { if (anim_avant_service) { bas.gotoAndPlay("avant_servicejoueur"); anim_avant_service = false; } if (Key.isDown(32)) { if (!detection_service) { if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } bas.gotoAndPlay("servicejoueur"); } detection_service = true; curseur_service._visible = true; curseur_service._y = curseur_service._y - incy_curseur; incy_curseur = incy_curseur - decrement_incy_curseur_bas; if ((mcfilet._y + 100) < curseur_service._y) { curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } if (Key.isDown(39)) { curseur_service._x = curseur_service._x + (4 - (_parent._parent.niveau / 7.5)); } if (Key.isDown(37)) { curseur_service._x = curseur_service._x - (4 - (_parent._parent.niveau / 7.5)); } } if (detection_service && (!Key.isDown(32))) { if (curseur_service._y < (mcfilet._y + 50)) { ball.xcible = curseur_service._x; bas.gotoAndPlay("fin_servicejoueur"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = bas._x; ydepart_service = bas._y - 120; ydepart_service_sol = bas._y; if (_parent.service_droite) { condition = _parent.nord_ouest.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.nord_est.hitTest(curseur_service.hittestcurseur); } trace("Condition " + condition); if (condition) { service_bon = true; if (_parent.passeparfilet) { _parent.passeparfilet = false; } else { _parent.passeparfilet = true; } _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball.rebond = 0; ball.xcible_a = curseur_service._x; ball.ycible_a = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { if (_parent.nord_ouest._y < curseur_service._y) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } else { _parent.faute.gotoAndPlay(2); xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); faute_en_cours = true; _parent.out.gotoAndPlay("fault"); _parent.remiseazero = false; _parent.jeu = "replacement"; curseur_service._visible = false; } } } detection_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } } else { if (anim_avant_service) { haut.gotoAndPlay("avant_servicejoueur"); anim_avant_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; } if (Key.isDown(32)) { if (!detection_service) { if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } haut.gotoAndPlay("servicejoueur"); } detection_service = true; curseur_service._visible = true; curseur_service._y = curseur_service._y + incy_curseur; incy_curseur = incy_curseur - decrement_incy_curseur_haut; if (curseur_service._y < (mcfilet._y - 100)) { curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } if (Key.isDown(39)) { curseur_service._x = curseur_service._x + (8 - (_parent._parent.niveau / 2.5)); } if (Key.isDown(37)) { curseur_service._x = curseur_service._x - (8 - (_parent._parent.niveau / 2.5)); } } if (detection_service && (!Key.isDown(32))) { if ((mcfilet._y - 50) < curseur_service._y) { ball.xcible = curseur_service._x; haut.gotoAndPlay("fin_servicejoueur"); _parent.frappe.gotoAndPlay(2); vientdeservir = true; xdepart_service = haut._x; ydepart_service = haut._y - 120; ydepart_service_sol = haut._y; if (_parent.service_droite) { condition = _parent.sud_est.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.sud_ouest.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball.xcible_a = curseur_service._x; ball.ycible_a = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { if (curseur_service._y < _parent.sud_ouest._y) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } else { _parent.faute.gotoAndPlay(2); xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); faute_en_cours = true; _parent.out.gotoAndPlay("fault"); _parent.remiseazero = false; _parent.jeu = "replacement"; curseur_service._visible = false; } } } detection_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } } } else if (_parent.joueur_bas) { if (anim_avant_service) { haut.gotoAndPlay("avant_serviceordi"); anim_avant_service = false; } compteur_attente_ordi++; if (compteur_attente_ordi >= 50) { if (compteur_attente_ordi == 50) { haut.gotoAndPlay("serviceordi"); if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } } ecart_service = random(_parent.sud_est._width); if (_parent.service_droite) { if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = _parent.sud_est._y; } else { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = mcfilet._y; } } else if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.sud_est._y; } else { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.sud_ouest._y; } if (curseur_service._y > 0) { compteur_attente_ordi2++; if (compteur_attente_ordi2 == 10) { haut.gotoAndPlay("fin_serviceordi"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = haut._x; ydepart_service = haut._y - 120; ydepart_service_sol = haut._y; service_bon = false; if (_parent.service_droite) { condition = _parent.sud_est.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.sud_ouest.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } curseur_service._visible = false; } } } } else { compteur_attente_ordi++; if (anim_avant_service) { bas.gotoAndPlay("avant_serviceordi"); anim_avant_service = false; } if (compteur_attente_ordi >= 50) { if (compteur_attente_ordi == 50) { bas.gotoAndPlay("serviceordi"); if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } } ecart_service = random(_parent.nord_est._width); if (_parent.service_droite) { if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.nord_est._y; } else { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = mcfilet._y; } } else if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = _parent.nord_ouest._y; } else { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = mcfilet._y; } if (curseur_service._y > 0) { compteur_attente_ordi2++; if (compteur_attente_ordi2 == 10) { bas.gotoAndPlay("fin_serviceordi"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = bas._x; ydepart_service = bas._y - 120; ydepart_service_sol = bas._y; if (_parent.service_droite) { condition = _parent.nord_ouest.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.nord_est.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } curseur_service._visible = false; } } } } } if (_parent.joueur_bas) { if ((_parent.jeu == "echange") || ((_parent.jeu == "service") && (_parent.service == "ordi"))) { if (bas.coup_fini) { if (Key.isDown(38)) { bas.gotoAndStop(3); bas._y = bas._y - deplacementy_joueurbas; if (bas._y < (mcfilet._y + 10)) { bas._y = mcfilet._y + 10; } } if (Key.isDown(40)) { bas.gotoAndStop(3); bas._y = bas._y + deplacementy_joueurbas; } if (Key.isDown(37)) { bas.gotoAndPlay("coursejoueurdroite"); bas._x = bas._x - deplacementx_joueurbas; } if (Key.isDown(39)) { bas.gotoAndPlay("coursejoueurgauche"); bas._x = bas._x + deplacementx_joueurbas; } } if (Key.isDown(32)) { if (!detection_relachement) { buffer_espace = 60; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; } detection_relachement = true; if (bas._x < ball._x) { bas.gotoAndPlay("coup_droitjoueur"); coup_droit = true; } else { bas.gotoAndPlay("reversjoueur"); coup_droit = false; } buffer_espace = buffer_espace - 0.5; if (Key.isDown(39)) { buffer_touche_droite = buffer_touche_droite + 1; } if (Key.isDown(37)) { buffer_touche_gauche = buffer_touche_gauche + 1; } if (Key.isDown(38)) { buffer_touche_haut = buffer_touche_haut + 1; } if (Key.isDown(40)) { buffer_touche_bas = buffer_touche_bas + 1; } } if (detection_relachement && (!Key.isDown(32))) { espace_relache = true; detection_relachement = false; essai_renvoi = true; if (coup_droit) { bas.gotoAndPlay("coup_droit_shootjoueur"); } else { bas.gotoAndPlay("revers_shootjoueur"); } } if (bas.autorisation_renvoi) { if (mcfilet._y < ball._y) { if ((Math.abs(ball._x - bas._x) < 75) && (Math.abs(ball._y - bas._y) < 100)) { coef = (-20 * (bas._x - mcfilet._x)) / mcfilet._x; _parent.nbechange++; ball.rebond = 0; ball.actif = "joueur"; renvoijoueur = true; renvoiordi = false; _parent.frappe.gotoAndPlay(2); ball.x = ball._x; ball.y = ball._y; if ((mcfilet._y + 150) < bas._y) { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 1); ball.vy = -(((ball.vy / Math.abs(ball.vy)) * 20) + (60 - ball.rapidite)); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } else { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.6); ball.vy = -(((ball.vy / Math.abs(ball.vy)) * 16) + ((60 - ball.rapidite) / 2)); effet = (ball.rapidite / 10) + 3.5; limite_effet = -effet; ball.decrement_z = 0.6; } ball.gotoAndPlay(2); bas.autorisation_renvoi = false; } } } } } else if ((_parent.jeu == "echange") || ((_parent.jeu == "service") && (_parent.service == "ordi"))) { if (haut.coup_fini) { if (Key.isDown(38)) { haut.gotoAndStop(3); haut._y = haut._y - deplacementy_joueurhaut; if (haut._y < 73) { haut._y = 73; } } if (Key.isDown(40)) { haut.gotoAndStop(3); haut._y = haut._y + deplacementy_joueurhaut; if (mcfilet._y < haut._y) { haut._y = mcfilet._y; } } if (Key.isDown(37)) { haut.gotoAndPlay("coursejoueurgauche"); haut._x = haut._x - deplacementx_joueurhaut; } if (Key.isDown(39)) { haut.gotoAndPlay("coursejoueurdroite"); haut._x = haut._x + deplacementx_joueurhaut; if (haut._x > 505) { haut._x = 505; } } } if (Key.isDown(32)) { if (!detection_relachement) { buffer_espace = 60; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; } detection_relachement = true; if (haut._x < ball._x) { haut.gotoAndPlay("coup_droitjoueur"); coup_droit = true; } else { haut.gotoAndPlay("reversjoueur"); coup_droit = false; } buffer_espace = buffer_espace - 0.5; if (Key.isDown(39)) { buffer_touche_droite = buffer_touche_droite + 1; } if (Key.isDown(37)) { buffer_touche_gauche = buffer_touche_gauche + 1; } if (Key.isDown(38)) { buffer_touche_haut = buffer_touche_haut + 1; } if (Key.isDown(40)) { buffer_touche_bas = buffer_touche_bas + 1; } } if (detection_relachement && (!Key.isDown(32))) { espace_relache = true; detection_relachement = false; essai_renvoi = true; if (coup_droit) { haut.gotoAndPlay("coup_droit_shootjoueur"); } else { haut.gotoAndPlay("revers_shootjoueur"); } } if (haut.autorisation_renvoi) { if (ball._y < mcfilet._y) { if ((Math.abs(ball._x - haut._x) < 75) && (Math.abs(ball._y - haut._y) < 100)) { coef = (-30 * (haut._x - mcfilet._x)) / mcfilet._x; _parent.nbechange++; ball.rebond = 0; ball.actif = "joueur"; renvoijoueur = true; renvoiordi = false; _parent.frappe.gotoAndPlay(2); ball.x = ball._x; ball.y = ball._y; if (haut._y < (mcfilet._y - 100)) { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.8); ball.vy = 30 + (60 - ball.rapidite); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } else { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.5); ball.vy = 18 + ((60 - ball.rapidite) / 2); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } ball.gotoAndPlay(2); haut.autorisation_renvoi = false; } } } } if (_parent.joueur_bas) { if (_parent.jeu == "echange") { if (ball.actif == "joueur") { if (Math.abs(haut._x - ball._x) > 30) { if (ball._x < haut._x) { haut.gotoAndPlay("courseordidroite"); haut._x = haut._x - _parent.dep_ordi_x; } else { haut.gotoAndPlay("courseordigauche"); haut._x = haut._x + _parent.dep_ordi_x; if (haut._x > 505) { haut._x = 505; } } } if ((ball._y < mcfilet._y) && (Math.abs(haut._y - ball._y) > 20)) { if ((ball._y - 25) < haut._y) { haut._y = haut._y - _parent.dep_ordi_y; if (haut._y < 73) { haut._y = 73; } } else { haut._y = haut._y + _parent.dep_ordi_y; } } } else if ((mcfilet._y < ball._y) && (Math.abs((haut._y - mcfilet._y) - 130) > 20)) { if (!vientdeservir) { if ((mcfilet._y - 130) < haut._y) { haut._y = haut._y - (_parent.dep_ordi_y - 0.5); } else { haut._y = haut._y + (_parent.dep_ordi_y - 0.5); } } } nejouepas = false; if (ball.rebond == 0) { nejouepas = true; } if ((ball.actif == "joueur") && (!nejouepas)) { if ((Math.abs(haut._y - ball._y) < 20) && (Math.abs(haut._x - ball._x) < 30)) { trace("Je frappe"); if (haut._x < ball._x) { haut.gotoAndPlay("coup_droitordi"); coup_droitordi = true; } else { haut.gotoAndPlay("reversordi"); coup_droitordi = false; } _parent.frappe.gotoAndPlay(2); effet = 7; limite_effet = -7; ball.decrement_z = 0.4; _parent.nbechange++; ball.rebond = 0; ball.actif = "ordi"; ball.rapidite = 75 - _parent._parent.niveau; renvoijoueur = false; renvoiordi = true; ball.y = ball._y; ball.x = ball._x; chance = Math.random(); if ((0.5 - (_parent._parent.niveau * 0.02)) < chance) { croise = _parent._parent.niveau + 2; } else if ((0.75 + ((-_parent._parent.niveau) * 0.02)) < chance) { croise = -(10 - (_parent._parent.niveau / 2)); } else { croise = 0; } if (mcfilet._x >= ball.x) { ball.vx = random(8) + croise; } else { ball.vx = -(random(8) + croise); } ball.vy = ((-ball.vy) / Math.abs(ball.vy)) * 30; ball.gotoAndPlay(2); } } if (ombreballe.hitTest(_parent.zonefilet)) { if (ball.ycible < mcfilet._y) { passeparfilet = true; } else { passeparfilet = false; } if (((!vientdeservir) && (((-ball._y) + Math.abs(ombreballe._y)) < 20)) && (Math.abs(mcfilet._y - ball._y) < 15)) { Set("out" + ball.actif, true); _parent.net.gotoAndPlay(2); ball.gotoAndStop(1); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } if (ball.rebond == 2) { if (ball.actif == "joueur") { outordi = true; } else { outjoueur = true; } _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } if (!vientdeservir) { if (ball.actif == "joueur") { if (ball.rebond == 1) { if (!_parent.courthaut.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outjoueur = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } else if (ball.rebond == 1) { if (!_parent.courtbas.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outordi = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } } } else if (_parent.jeu == "echange") { if (ball.actif == "joueur") { if ((mcfilet._y < ball._y) && (Math.abs(bas._x - ball._x) > 35)) { if (ball._x < bas._x) { bas.gotoAndPlay("courseordigauche"); bas._x = bas._x - (_parent.dep_ordi_x + 1); } else { bas.gotoAndPlay("courseordidroite"); bas._x = bas._x + (_parent.dep_ordi_x + 1); } } if ((mcfilet._y < ball._y) && (Math.abs(bas._y - ball._y) > 25)) { if ((ball._y - 50) < bas._y) { bas._y = bas._y - (_parent.dep_ordi_y + 1); } else { bas._y = bas._y + (_parent.dep_ordi_y + 1); } } } else if ((ball._y < mcfilet._y) && (Math.abs((bas._y - mcfilet._y) + 180) > 25)) { if (!vientdeservir) { if ((mcfilet._y + 180) < bas._y) { bas._y = bas._y - _parent.dep_ordi_y; } else { bas._y = bas._y + _parent.dep_ordi_y; } } } nejouepas = false; if (ball.rebond == 0) { nejouepas = true; } if ((ball.actif == "joueur") && (!nejouepas)) { if ((Math.abs(ball._y - bas._y) < 40) && (Math.abs(ball._x - bas._x) < 50)) { trace("Je frappe"); if (bas._x < ball._x) { bas.gotoAndPlay("coup_droitordi"); coup_droitordi = true; } else { bas.gotoAndPlay("reversordi"); coup_droitordi = false; } _parent.frappe.gotoAndPlay(2); effet = 7; limite_effet = -7; ball.decrement_z = 0.4; _parent.nbechange++; ball.rebond = 0; ball.actif = "ordi"; ball.rapidite = 75 - _parent._parent.niveau; renvoijoueur = false; renvoiordi = true; ball.y = ball._y; ball.x = ball._x; chance = Math.random(); if ((0.5 - (_parent._parent.niveau * 0.02)) < chance) { croise = _parent._parent.niveau + 2; } else if ((0.75 + ((-_parent._parent.niveau) * 0.02)) < chance) { croise = -(10 - (_parent._parent.niveau / 2)); } else { croise = 0; } if (mcfilet._x >= ball.x) { ball.vx = random(8) + croise; } else { ball.vx = -(random(8) + croise); } ball.vy = ((-ball.vy) / Math.abs(ball.vy)) * 34; ball.gotoAndPlay(2); } } if (ombreballe.hitTest(_parent.zonefilet)) { if (ball.ycible < mcfilet._y) { passeparfilet = true; } else { passeparfilet = false; } if (((!vientdeservir) && (((-ball._y) + Math.abs(ombreballe._y)) < 20)) && (Math.abs(mcfilet._y - ball._y) < 15)) { Set("out" + ball.actif, true); _parent.net.gotoAndPlay(2); ball.gotoAndStop(1); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } if (ball.rebond == 2) { if (ball.actif == "joueur") { outordi = true; } else { outjoueur = true; } _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } if (!vientdeservir) { if (ball.actif == "joueur") { if (ball.rebond == 1) { if (!_parent.courtbas.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outjoueur = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } else if (ball.rebond == 1) { if (!_parent.courthaut.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outordi = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } }
Symbol 384 MovieClip Frame 3
gotoAndPlay (2);
Symbol 384 MovieClip Frame 4
stop();
Symbol 392 MovieClip Frame 1
play();
Symbol 392 MovieClip Frame 2
gotoAndPlay (1);
Symbol 392 MovieClip Frame 9
play();
Symbol 392 MovieClip Frame 16
gotoAndPlay (1);
Symbol 392 MovieClip Frame 17
play();
Symbol 392 MovieClip Frame 25
gotoAndPlay (1);
Symbol 392 MovieClip Frame 26
autorisation_renvoi = false; coup_fini = false;
Symbol 392 MovieClip Frame 30
stop();
Symbol 392 MovieClip Frame 31
autorisation_renvoi = true; play();
Symbol 392 MovieClip Frame 41
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 392 MovieClip Frame 42
autorisation_renvoi = false; coup_fini = false;
Symbol 392 MovieClip Frame 47
stop();
Symbol 392 MovieClip Frame 48
autorisation_renvoi = true; play();
Symbol 392 MovieClip Frame 58
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 392 MovieClip Frame 78
gotoAndPlay (65);
Symbol 392 MovieClip Frame 85
stop();
Symbol 392 MovieClip Frame 95
gotoAndPlay (1);
Symbol 392 MovieClip Frame 100
coup_finiordi = true;
Symbol 392 MovieClip Frame 119
gotoAndPlay (101);
Symbol 392 MovieClip Frame 124
gotoAndPlay (101);
Symbol 392 MovieClip Frame 130
gotoAndPlay (101);
Symbol 392 MovieClip Frame 131
coup_finiordi = false;
Symbol 392 MovieClip Frame 135
coup_finiordi = true;
Symbol 392 MovieClip Frame 136
play();
Symbol 392 MovieClip Frame 146
gotoAndStop (100);
Symbol 392 MovieClip Frame 147
coup_finiordi = false;
Symbol 392 MovieClip Frame 152
coup_finiordi = true;
Symbol 392 MovieClip Frame 153
play();
Symbol 392 MovieClip Frame 162
coup_fini = true; gotoAndStop (100);
Symbol 392 MovieClip Frame 170
coup_finiordi = false;
Symbol 392 MovieClip Frame 183
gotoAndPlay (170);
Symbol 392 MovieClip Frame 191
stop();
Symbol 392 MovieClip Frame 212
coup_finiordi = true; gotoAndPlay (100);
Symbol 400 MovieClip Frame 1
play();
Symbol 400 MovieClip Frame 2
gotoAndPlay (1);
Symbol 400 MovieClip Frame 7
play();
Symbol 400 MovieClip Frame 12
gotoAndStop (1);
Symbol 400 MovieClip Frame 13
play();
Symbol 400 MovieClip Frame 18
gotoAndStop (1);
Symbol 400 MovieClip Frame 19
coup_fini = false;
Symbol 400 MovieClip Frame 22
autorisation_renvoi = false; stop();
Symbol 400 MovieClip Frame 23
autorisation_renvoi = true;
Symbol 400 MovieClip Frame 30
autorisation_renvoi = false; play();
Symbol 400 MovieClip Frame 34
coup_fini = true; gotoAndStop (1);
Symbol 400 MovieClip Frame 35
autorisation_renvoi = false; coup_fini = false;
Symbol 400 MovieClip Frame 39
stop();
Symbol 400 MovieClip Frame 40
autorisation_renvoi = true;
Symbol 400 MovieClip Frame 48
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 400 MovieClip Frame 67
stop();
Symbol 400 MovieClip Frame 75
stop();
Symbol 400 MovieClip Frame 82
gotoAndPlay (1);
Symbol 400 MovieClip Frame 95
coup_finiordi = true; stop();
Symbol 400 MovieClip Frame 96
play();
Symbol 400 MovieClip Frame 101
gotoAndPlay (95);
Symbol 400 MovieClip Frame 102
play();
Symbol 400 MovieClip Frame 107
gotoAndPlay (95);
Symbol 400 MovieClip Frame 108
coup_finiordi = false;
Symbol 400 MovieClip Frame 111
coup_finiordi = true;
Symbol 400 MovieClip Frame 123
coup_finiordi = true; gotoAndStop (95);
Symbol 400 MovieClip Frame 124
coup_finiordi = false;
Symbol 400 MovieClip Frame 128
coup_finiordi = true;
Symbol 400 MovieClip Frame 137
coup_finiordi = true; gotoAndStop (95);
Symbol 400 MovieClip Frame 143
coup_finiordi = false;
Symbol 400 MovieClip Frame 170
stop();
Symbol 400 MovieClip Frame 179
stop();
Symbol 400 MovieClip Frame 196
coup_finiordi = true; gotoAndPlay (95);
Symbol 400 MovieClip Frame 197
Symbol 401 MovieClip Frame 1
play(); serveurbas_d = mcfilet._x + 80; serveurbas_g = mcfilet._x - 80; serveurbas_y = mcfilet._y + 200; serveurhaut_g = mcfilet._x - 60; serveurhaut_d = mcfilet._x + 60; serveurhaut_y = mcfilet._y - 100; decrement_incy_curseur_bas = 0.35 + (_parent._parent.niveau * 0.08); decrement_incy_curseur_haut = 0.45 + (_parent._parent.niveau * 0.08); deplacementx_joueurbas = 12; deplacementy_joueurbas = 6; deplacementy_joueurhaut = 5; deplacementx_joueurhaut = 10; puissanceordi = 25 - _parent._parent.niveau; test = Math.random(); if (_parent.service == "joueur") { ball.actif = "joueur"; } else { ball.actif = "ordi"; } ball.rebond = 0; vientdeservir = false; renvoiordi = false; renvoijoueur = false; compteur_attente_ordi = 0; compteur_attente_ordi2 = 0; compteur_bidon = 0; _parent.nbechange = 0; _parent.jeu = "replacement"; if (_parent.change_cote && (!_parent.joueur_bas)) { _parent.compteur_changement_cote = 0; _parent.out.gotoAndPlay("changement"); _parent.joueur_bas = true; _parent.change_cote = false; } if (_parent.change_cote && (_parent.joueur_bas)) { _parent.compteur_changement_cote = 0; _parent.out.gotoAndPlay("changement"); _parent.joueur_bas = false; _parent.change_cote = false; } if (_parent.joueur_bas) { if (_parent.service == "joueur") { passeparfilet = false; } else { passeparfilet = true; } curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; bas.autorisation_renvoi = false; bas.coup_fini = true; bas.gotoAndPlay("immobilejoueur"); haut.gotoAndPlay("immobileordi"); } else { if (_parent.service == "joueur") { passeparfilet = true; } else { passeparfilet = false; } curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; haut.autorisation_renvoi = false; haut.coup_fini = true; haut.gotoAndPlay("immobilejoueur"); bas.gotoAndPlay("immobileordi"); } ball.gotoAndPlay("invisible"); curseur_service._visible = false; incy_curseur = 12 + (_parent._parent.niveau / 1.5); detection_service = false; buffer_espace = 0; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; espace_relache = false; detection_relachement = false; essai_renvoi = false; anim_avant_service = true; if (_parent.remiseazero) { deuxieme_service = false; double_faute = false; service_bon = false; ball.filet = false; faute_en_cours = false; } else { service_bon = false; ball.filet = false; }
Symbol 401 MovieClip Frame 2
if (_parent.jeu == "replacement") { ball.oldyrebond = 10; ball.rebond = 0; _parent.compteur_changement_cote++; if (_parent.compteur_changement_cote >= 50) { compteur_bidon++; if (compteur_bidon >= 50) { if (_parent.service == "joueur") { if (!deuxieme_service) { ball.puissance_service = int(15 + (_parent._parent.niveau / 3)); } else { ball.puissance_service = int(20 + (_parent._parent.niveau / 3)); } } else { ball.puissance_service = puissanceordi; } if (_parent.service_droite) { bas._x = serveurbas_d; bas._y = serveurbas_y; haut._x = serveurhaut_g; haut._y = serveurhaut_y; } else { bas._x = serveurbas_g; bas._y = serveurbas_y; haut._x = serveurhaut_d; haut._y = serveurhaut_y; } if (_parent.service == "joueur") { if (_parent.joueur_bas) { if (_parent.service_droite) { haut._x = haut._x - 30; } else { haut._x = haut._x + 30; } } else if (_parent.service_droite) { bas._x = bas._x + 40; } else { bas._x = bas._x - 40; } } if (!double_faute) { _parent.jeu = "service"; } else { if (_parent.service == "joueur") { outjoueur = true; } else { outordi = true; } deuxieme_service = false; double_faute = false; _parent.gotoAndPlay("miseajour"); } } } } if (_parent.jeu == "service") { if (_parent.service == "joueur") { if (_parent.joueur_bas) { if (anim_avant_service) { bas.gotoAndPlay("avant_servicejoueur"); anim_avant_service = false; } if (Key.isDown(32)) { if (!detection_service) { if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } bas.gotoAndPlay("servicejoueur"); } detection_service = true; curseur_service._visible = true; curseur_service._y = curseur_service._y - incy_curseur; incy_curseur = incy_curseur - decrement_incy_curseur_bas; if ((mcfilet._y + 100) < curseur_service._y) { curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } if (Key.isDown(39)) { curseur_service._x = curseur_service._x + (4 - (_parent._parent.niveau / 7.5)); } if (Key.isDown(37)) { curseur_service._x = curseur_service._x - (4 - (_parent._parent.niveau / 7.5)); } } if (detection_service && (!Key.isDown(32))) { if (curseur_service._y < (mcfilet._y + 50)) { ball.xcible = curseur_service._x; bas.gotoAndPlay("fin_servicejoueur"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = bas._x; ydepart_service = bas._y - 120; ydepart_service_sol = bas._y; if (_parent.service_droite) { condition = _parent.nord_ouest.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.nord_est.hitTest(curseur_service.hittestcurseur); } trace("Condition " + condition); if (condition) { service_bon = true; if (_parent.passeparfilet) { _parent.passeparfilet = false; } else { _parent.passeparfilet = true; } _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball.rebond = 0; ball.xcible_a = curseur_service._x; ball.ycible_a = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { if (_parent.nord_ouest._y < curseur_service._y) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } else { _parent.faute.gotoAndPlay(2); xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); faute_en_cours = true; _parent.out.gotoAndPlay("fault"); _parent.remiseazero = false; _parent.jeu = "replacement"; curseur_service._visible = false; } } } detection_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } } else { if (anim_avant_service) { haut.gotoAndPlay("avant_servicejoueur"); anim_avant_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; } if (Key.isDown(32)) { if (!detection_service) { if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } haut.gotoAndPlay("servicejoueur"); } detection_service = true; curseur_service._visible = true; curseur_service._y = curseur_service._y + incy_curseur; incy_curseur = incy_curseur - decrement_incy_curseur_haut; if (curseur_service._y < (mcfilet._y - 100)) { curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } if (Key.isDown(39)) { curseur_service._x = curseur_service._x + (8 - (_parent._parent.niveau / 2.5)); } if (Key.isDown(37)) { curseur_service._x = curseur_service._x - (8 - (_parent._parent.niveau / 2.5)); } } if (detection_service && (!Key.isDown(32))) { if ((mcfilet._y - 50) < curseur_service._y) { ball.xcible = curseur_service._x; haut.gotoAndPlay("fin_servicejoueur"); _parent.frappe.gotoAndPlay(2); vientdeservir = true; xdepart_service = haut._x; ydepart_service = haut._y - 120; ydepart_service_sol = haut._y; if (_parent.service_droite) { condition = _parent.sud_est.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.sud_ouest.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball.xcible_a = curseur_service._x; ball.ycible_a = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { if (curseur_service._y < _parent.sud_ouest._y) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } else { _parent.faute.gotoAndPlay(2); xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); faute_en_cours = true; _parent.out.gotoAndPlay("fault"); _parent.remiseazero = false; _parent.jeu = "replacement"; curseur_service._visible = false; } } } detection_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } } } else if (_parent.joueur_bas) { if (anim_avant_service) { haut.gotoAndPlay("avant_serviceordi"); anim_avant_service = false; } compteur_attente_ordi++; if (compteur_attente_ordi >= 50) { if (compteur_attente_ordi == 50) { haut.gotoAndPlay("serviceordi"); if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } } ecart_service = random(_parent.sud_est._width); if (_parent.service_droite) { if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = _parent.sud_est._y; } else { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = mcfilet._y; } } else if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.sud_est._y; } else { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.sud_ouest._y; } if (curseur_service._y > 0) { compteur_attente_ordi2++; if (compteur_attente_ordi2 == 10) { haut.gotoAndPlay("fin_serviceordi"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = haut._x; ydepart_service = haut._y - 120; ydepart_service_sol = haut._y; service_bon = false; if (_parent.service_droite) { condition = _parent.sud_est.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.sud_ouest.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } curseur_service._visible = false; } } } } else { compteur_attente_ordi++; if (anim_avant_service) { bas.gotoAndPlay("avant_serviceordi"); anim_avant_service = false; } if (compteur_attente_ordi >= 50) { if (compteur_attente_ordi == 50) { bas.gotoAndPlay("serviceordi"); if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } } ecart_service = random(_parent.nord_est._width); if (_parent.service_droite) { if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.nord_est._y; } else { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = mcfilet._y; } } else if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = _parent.nord_ouest._y; } else { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = mcfilet._y; } if (curseur_service._y > 0) { compteur_attente_ordi2++; if (compteur_attente_ordi2 == 10) { bas.gotoAndPlay("fin_serviceordi"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = bas._x; ydepart_service = bas._y - 120; ydepart_service_sol = bas._y; if (_parent.service_droite) { condition = _parent.nord_ouest.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.nord_est.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } curseur_service._visible = false; } } } } } if (_parent.joueur_bas) { if ((_parent.jeu == "echange") || ((_parent.jeu == "service") && (_parent.service == "ordi"))) { if (bas.coup_fini) { if (Key.isDown(38)) { bas.gotoAndStop(3); bas._y = bas._y - deplacementy_joueurbas; if (bas._y < (mcfilet._y + 10)) { bas._y = mcfilet._y + 10; } } if (Key.isDown(40)) { bas.gotoAndStop(3); bas._y = bas._y + deplacementy_joueurbas; } if (Key.isDown(37)) { bas.gotoAndPlay("coursejoueurdroite"); bas._x = bas._x - deplacementx_joueurbas; } if (Key.isDown(39)) { bas.gotoAndPlay("coursejoueurgauche"); bas._x = bas._x + deplacementx_joueurbas; } } if (Key.isDown(32)) { if (!detection_relachement) { buffer_espace = 60; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; } detection_relachement = true; if (bas._x < ball._x) { bas.gotoAndPlay("coup_droitjoueur"); coup_droit = true; } else { bas.gotoAndPlay("reversjoueur"); coup_droit = false; } buffer_espace = buffer_espace - 0.5; if (Key.isDown(39)) { buffer_touche_droite = buffer_touche_droite + 1; } if (Key.isDown(37)) { buffer_touche_gauche = buffer_touche_gauche + 1; } if (Key.isDown(38)) { buffer_touche_haut = buffer_touche_haut + 1; } if (Key.isDown(40)) { buffer_touche_bas = buffer_touche_bas + 1; } } if (detection_relachement && (!Key.isDown(32))) { espace_relache = true; detection_relachement = false; essai_renvoi = true; if (coup_droit) { bas.gotoAndPlay("coup_droit_shootjoueur"); } else { bas.gotoAndPlay("revers_shootjoueur"); } } if (bas.autorisation_renvoi) { if (mcfilet._y < ball._y) { if ((Math.abs(ball._x - bas._x) < 75) && (Math.abs(ball._y - bas._y) < 100)) { coef = (-20 * (bas._x - mcfilet._x)) / mcfilet._x; _parent.nbechange++; ball.rebond = 0; ball.actif = "joueur"; renvoijoueur = true; renvoiordi = false; _parent.frappe.gotoAndPlay(2); ball.x = ball._x; ball.y = ball._y; if ((mcfilet._y + 150) < bas._y) { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 1); ball.vy = -(((ball.vy / Math.abs(ball.vy)) * 20) + (60 - ball.rapidite)); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } else { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.6); ball.vy = -(((ball.vy / Math.abs(ball.vy)) * 16) + ((60 - ball.rapidite) / 2)); effet = (ball.rapidite / 10) + 3.5; limite_effet = -effet; ball.decrement_z = 0.6; } ball.gotoAndPlay(2); bas.autorisation_renvoi = false; } } } } } else if ((_parent.jeu == "echange") || ((_parent.jeu == "service") && (_parent.service == "ordi"))) { if (haut.coup_fini) { if (Key.isDown(38)) { haut.gotoAndStop(3); haut._y = haut._y - deplacementy_joueurhaut; if (haut._y < 73) { haut._y = 73; } } if (Key.isDown(40)) { haut.gotoAndStop(3); haut._y = haut._y + deplacementy_joueurhaut; if (mcfilet._y < haut._y) { haut._y = mcfilet._y; } } if (Key.isDown(37)) { haut.gotoAndPlay("coursejoueurgauche"); haut._x = haut._x - deplacementx_joueurhaut; } if (Key.isDown(39)) { haut.gotoAndPlay("coursejoueurdroite"); haut._x = haut._x + deplacementx_joueurhaut; if (haut._x > 505) { haut._x = 505; } } } if (Key.isDown(32)) { if (!detection_relachement) { buffer_espace = 60; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; } detection_relachement = true; if (haut._x < ball._x) { haut.gotoAndPlay("coup_droitjoueur"); coup_droit = true; } else { haut.gotoAndPlay("reversjoueur"); coup_droit = false; } buffer_espace = buffer_espace - 0.5; if (Key.isDown(39)) { buffer_touche_droite = buffer_touche_droite + 1; } if (Key.isDown(37)) { buffer_touche_gauche = buffer_touche_gauche + 1; } if (Key.isDown(38)) { buffer_touche_haut = buffer_touche_haut + 1; } if (Key.isDown(40)) { buffer_touche_bas = buffer_touche_bas + 1; } } if (detection_relachement && (!Key.isDown(32))) { espace_relache = true; detection_relachement = false; essai_renvoi = true; if (coup_droit) { haut.gotoAndPlay("coup_droit_shootjoueur"); } else { haut.gotoAndPlay("revers_shootjoueur"); } } if (haut.autorisation_renvoi) { if (ball._y < mcfilet._y) { if ((Math.abs(ball._x - haut._x) < 75) && (Math.abs(ball._y - haut._y) < 100)) { coef = (-30 * (haut._x - mcfilet._x)) / mcfilet._x; _parent.nbechange++; ball.rebond = 0; ball.actif = "joueur"; renvoijoueur = true; renvoiordi = false; _parent.frappe.gotoAndPlay(2); ball.x = ball._x; ball.y = ball._y; if (haut._y < (mcfilet._y - 100)) { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.8); ball.vy = 30 + (60 - ball.rapidite); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } else { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.5); ball.vy = 18 + ((60 - ball.rapidite) / 2); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } ball.gotoAndPlay(2); haut.autorisation_renvoi = false; } } } } if (_parent.joueur_bas) { if (_parent.jeu == "echange") { if (ball.actif == "joueur") { if (Math.abs(haut._x - ball._x) > 30) { if (ball._x < haut._x) { haut.gotoAndPlay("courseordidroite"); haut._x = haut._x - _parent.dep_ordi_x; } else { haut.gotoAndPlay("courseordigauche"); haut._x = haut._x + _parent.dep_ordi_x; if (haut._x > 505) { haut._x = 505; } } } if ((ball._y < mcfilet._y) && (Math.abs(haut._y - ball._y) > 20)) { if ((ball._y - 25) < haut._y) { haut._y = haut._y - _parent.dep_ordi_y; if (haut._y < 73) { haut._y = 73; } } else { haut._y = haut._y + _parent.dep_ordi_y; } } } else if ((mcfilet._y < ball._y) && (Math.abs((haut._y - mcfilet._y) - 130) > 20)) { if (!vientdeservir) { if ((mcfilet._y - 130) < haut._y) { haut._y = haut._y - (_parent.dep_ordi_y - 0.5); } else { haut._y = haut._y + (_parent.dep_ordi_y - 0.5); } } } nejouepas = false; if (ball.rebond == 0) { nejouepas = true; } if ((ball.actif == "joueur") && (!nejouepas)) { if ((Math.abs(haut._y - ball._y) < 20) && (Math.abs(haut._x - ball._x) < 30)) { trace("Je frappe"); if (haut._x < ball._x) { haut.gotoAndPlay("coup_droitordi"); coup_droitordi = true; } else { haut.gotoAndPlay("reversordi"); coup_droitordi = false; } _parent.frappe.gotoAndPlay(2); effet = 7; limite_effet = -7; ball.decrement_z = 0.4; _parent.nbechange++; ball.rebond = 0; ball.actif = "ordi"; ball.rapidite = 75 - _parent._parent.niveau; renvoijoueur = false; renvoiordi = true; ball.y = ball._y; ball.x = ball._x; chance = Math.random(); if ((0.5 - (_parent._parent.niveau * 0.02)) < chance) { croise = _parent._parent.niveau + 2; } else if ((0.75 + ((-_parent._parent.niveau) * 0.02)) < chance) { croise = -(10 - (_parent._parent.niveau / 2)); } else { croise = 0; } if (mcfilet._x >= ball.x) { ball.vx = random(8) + croise; } else { ball.vx = -(random(8) + croise); } ball.vy = ((-ball.vy) / Math.abs(ball.vy)) * 30; ball.gotoAndPlay(2); } } if (ombreballe.hitTest(_parent.zonefilet)) { if (ball.ycible < mcfilet._y) { passeparfilet = true; } else { passeparfilet = false; } if (((!vientdeservir) && (((-ball._y) + Math.abs(ombreballe._y)) < 20)) && (Math.abs(mcfilet._y - ball._y) < 15)) { Set("out" + ball.actif, true); _parent.net.gotoAndPlay(2); ball.gotoAndStop(1); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } if (ball.rebond == 2) { if (ball.actif == "joueur") { outordi = true; } else { outjoueur = true; } _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } if (!vientdeservir) { if (ball.actif == "joueur") { if (ball.rebond == 1) { if (!_parent.courthaut.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outjoueur = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } else if (ball.rebond == 1) { if (!_parent.courtbas.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outordi = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } } } else if (_parent.jeu == "echange") { if (ball.actif == "joueur") { if ((mcfilet._y < ball._y) && (Math.abs(bas._x - ball._x) > 35)) { if (ball._x < bas._x) { bas.gotoAndPlay("courseordigauche"); bas._x = bas._x - (_parent.dep_ordi_x + 1); } else { bas.gotoAndPlay("courseordidroite"); bas._x = bas._x + (_parent.dep_ordi_x + 1); } } if ((mcfilet._y < ball._y) && (Math.abs(bas._y - ball._y) > 25)) { if ((ball._y - 50) < bas._y) { bas._y = bas._y - (_parent.dep_ordi_y + 1); } else { bas._y = bas._y + (_parent.dep_ordi_y + 1); } } } else if ((ball._y < mcfilet._y) && (Math.abs((bas._y - mcfilet._y) + 180) > 25)) { if (!vientdeservir) { if ((mcfilet._y + 180) < bas._y) { bas._y = bas._y - _parent.dep_ordi_y; } else { bas._y = bas._y + _parent.dep_ordi_y; } } } nejouepas = false; if (ball.rebond == 0) { nejouepas = true; } if ((ball.actif == "joueur") && (!nejouepas)) { if ((Math.abs(ball._y - bas._y) < 40) && (Math.abs(ball._x - bas._x) < 50)) { trace("Je frappe"); if (bas._x < ball._x) { bas.gotoAndPlay("coup_droitordi"); coup_droitordi = true; } else { bas.gotoAndPlay("reversordi"); coup_droitordi = false; } _parent.frappe.gotoAndPlay(2); effet = 7; limite_effet = -7; ball.decrement_z = 0.4; _parent.nbechange++; ball.rebond = 0; ball.actif = "ordi"; ball.rapidite = 75 - _parent._parent.niveau; renvoijoueur = false; renvoiordi = true; ball.y = ball._y; ball.x = ball._x; chance = Math.random(); if ((0.5 - (_parent._parent.niveau * 0.02)) < chance) { croise = _parent._parent.niveau + 2; } else if ((0.75 + ((-_parent._parent.niveau) * 0.02)) < chance) { croise = -(10 - (_parent._parent.niveau / 2)); } else { croise = 0; } if (mcfilet._x >= ball.x) { ball.vx = random(8) + croise; } else { ball.vx = -(random(8) + croise); } ball.vy = ((-ball.vy) / Math.abs(ball.vy)) * 34; ball.gotoAndPlay(2); } } if (ombreballe.hitTest(_parent.zonefilet)) { if (ball.ycible < mcfilet._y) { passeparfilet = true; } else { passeparfilet = false; } if (((!vientdeservir) && (((-ball._y) + Math.abs(ombreballe._y)) < 20)) && (Math.abs(mcfilet._y - ball._y) < 15)) { Set("out" + ball.actif, true); _parent.net.gotoAndPlay(2); ball.gotoAndStop(1); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } if (ball.rebond == 2) { if (ball.actif == "joueur") { outordi = true; } else { outjoueur = true; } _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } if (!vientdeservir) { if (ball.actif == "joueur") { if (ball.rebond == 1) { if (!_parent.courtbas.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outjoueur = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } else if (ball.rebond == 1) { if (!_parent.courthaut.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outordi = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } }
Symbol 401 MovieClip Frame 3
gotoAndPlay (2);
Symbol 401 MovieClip Frame 4
stop();
Symbol 509 MovieClip Frame 5
stop();
Symbol 512 MovieClip Frame 3
stop();
Symbol 513 MovieClip Frame 1
play();
Symbol 513 MovieClip Frame 2
gotoAndPlay (1);
Symbol 513 MovieClip Frame 9
play();
Symbol 513 MovieClip Frame 16
gotoAndPlay (1);
Symbol 513 MovieClip Frame 17
play();
Symbol 513 MovieClip Frame 25
gotoAndPlay (1);
Symbol 513 MovieClip Frame 26
autorisation_renvoi = false; coup_fini = false;
Symbol 513 MovieClip Frame 30
stop();
Symbol 513 MovieClip Frame 31
autorisation_renvoi = true; play();
Symbol 513 MovieClip Frame 41
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 513 MovieClip Frame 42
autorisation_renvoi = false; coup_fini = false;
Symbol 513 MovieClip Frame 47
stop();
Symbol 513 MovieClip Frame 48
autorisation_renvoi = true; play();
Symbol 513 MovieClip Frame 58
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 513 MovieClip Frame 78
gotoAndPlay (65);
Symbol 513 MovieClip Frame 85
stop();
Symbol 513 MovieClip Frame 95
gotoAndPlay (1);
Symbol 513 MovieClip Frame 100
coup_finiordi = true;
Symbol 513 MovieClip Frame 119
gotoAndPlay (101);
Symbol 513 MovieClip Frame 124
gotoAndPlay (101);
Symbol 513 MovieClip Frame 130
gotoAndPlay (101);
Symbol 513 MovieClip Frame 131
coup_finiordi = false;
Symbol 513 MovieClip Frame 135
coup_finiordi = true;
Symbol 513 MovieClip Frame 136
play();
Symbol 513 MovieClip Frame 146
gotoAndStop (100);
Symbol 513 MovieClip Frame 147
coup_finiordi = false;
Symbol 513 MovieClip Frame 152
coup_finiordi = true;
Symbol 513 MovieClip Frame 153
play();
Symbol 513 MovieClip Frame 162
coup_fini = true; gotoAndStop (100);
Symbol 513 MovieClip Frame 170
coup_finiordi = false;
Symbol 513 MovieClip Frame 183
gotoAndPlay (170);
Symbol 513 MovieClip Frame 191
stop();
Symbol 513 MovieClip Frame 206
coup_finiordi = true; gotoAndPlay (100);
Symbol 555 MovieClip Frame 10
stop();
Symbol 605 MovieClip Frame 6
stop();
Symbol 608 MovieClip Frame 1
stop();
Symbol 609 MovieClip Frame 1
play();
Symbol 609 MovieClip Frame 2
gotoAndPlay (1);
Symbol 609 MovieClip Frame 7
play();
Symbol 609 MovieClip Frame 12
gotoAndStop (1);
Symbol 609 MovieClip Frame 13
play();
Symbol 609 MovieClip Frame 18
gotoAndStop (1);
Symbol 609 MovieClip Frame 19
coup_fini = false;
Symbol 609 MovieClip Frame 22
autorisation_renvoi = false; stop();
Symbol 609 MovieClip Frame 23
autorisation_renvoi = true;
Symbol 609 MovieClip Frame 30
autorisation_renvoi = false; play();
Symbol 609 MovieClip Frame 34
coup_fini = true; gotoAndStop (1);
Symbol 609 MovieClip Frame 35
autorisation_renvoi = false; coup_fini = false;
Symbol 609 MovieClip Frame 39
stop();
Symbol 609 MovieClip Frame 40
autorisation_renvoi = true;
Symbol 609 MovieClip Frame 48
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 609 MovieClip Frame 67
stop();
Symbol 609 MovieClip Frame 75
stop();
Symbol 609 MovieClip Frame 82
gotoAndPlay (1);
Symbol 609 MovieClip Frame 95
coup_finiordi = true; stop();
Symbol 609 MovieClip Frame 96
play();
Symbol 609 MovieClip Frame 101
gotoAndPlay (95);
Symbol 609 MovieClip Frame 102
play();
Symbol 609 MovieClip Frame 107
gotoAndPlay (95);
Symbol 609 MovieClip Frame 108
coup_finiordi = false;
Symbol 609 MovieClip Frame 111
coup_finiordi = true;
Symbol 609 MovieClip Frame 123
coup_finiordi = true; gotoAndStop (95);
Symbol 609 MovieClip Frame 124
coup_finiordi = false;
Symbol 609 MovieClip Frame 128
coup_finiordi = true;
Symbol 609 MovieClip Frame 137
coup_finiordi = true; gotoAndStop (95);
Symbol 609 MovieClip Frame 143
coup_finiordi = false;
Symbol 609 MovieClip Frame 170
stop();
Symbol 609 MovieClip Frame 179
stop();
Symbol 609 MovieClip Frame 196
coup_finiordi = true; gotoAndPlay (95);
Symbol 610 MovieClip Frame 1
play(); serveurbas_d = mcfilet._x + 80; serveurbas_g = mcfilet._x - 80; serveurbas_y = mcfilet._y + 200; serveurhaut_g = mcfilet._x - 60; serveurhaut_d = mcfilet._x + 60; serveurhaut_y = mcfilet._y - 100; decrement_incy_curseur_bas = 0.35 + (_parent._parent.niveau * 0.08); decrement_incy_curseur_haut = 0.45 + (_parent._parent.niveau * 0.08); deplacementx_joueurbas = 12; deplacementy_joueurbas = 6; deplacementy_joueurhaut = 5; deplacementx_joueurhaut = 10; puissanceordi = 25 - _parent._parent.niveau; test = Math.random(); if (_parent.service == "joueur") { ball.actif = "joueur"; } else { ball.actif = "ordi"; } ball.rebond = 0; vientdeservir = false; renvoiordi = false; renvoijoueur = false; compteur_attente_ordi = 0; compteur_attente_ordi2 = 0; compteur_bidon = 0; _parent.nbechange = 0; _parent.jeu = "replacement"; if (_parent.change_cote && (!_parent.joueur_bas)) { _parent.compteur_changement_cote = 0; _parent.out.gotoAndPlay("changement"); _parent.joueur_bas = true; _parent.change_cote = false; } if (_parent.change_cote && (_parent.joueur_bas)) { _parent.compteur_changement_cote = 0; _parent.out.gotoAndPlay("changement"); _parent.joueur_bas = false; _parent.change_cote = false; } if (_parent.joueur_bas) { if (_parent.service == "joueur") { passeparfilet = false; } else { passeparfilet = true; } curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; bas.autorisation_renvoi = false; bas.coup_fini = true; bas.gotoAndPlay("immobilejoueur"); haut.gotoAndPlay("immobileordi"); } else { if (_parent.service == "joueur") { passeparfilet = true; } else { passeparfilet = false; } curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; haut.autorisation_renvoi = false; haut.coup_fini = true; haut.gotoAndPlay("immobilejoueur"); bas.gotoAndPlay("immobileordi"); } ball.gotoAndPlay("invisible"); curseur_service._visible = false; incy_curseur = 12 + (_parent._parent.niveau / 1.5); detection_service = false; buffer_espace = 0; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; espace_relache = false; detection_relachement = false; essai_renvoi = false; anim_avant_service = true; if (_parent.remiseazero) { deuxieme_service = false; double_faute = false; service_bon = false; ball.filet = false; faute_en_cours = false; } else { service_bon = false; ball.filet = false; }
Symbol 610 MovieClip Frame 2
if (_parent.jeu == "replacement") { ball.oldyrebond = 10; ball.rebond = 0; _parent.compteur_changement_cote++; if (_parent.compteur_changement_cote >= 50) { compteur_bidon++; if (compteur_bidon >= 50) { if (_parent.service == "joueur") { if (!deuxieme_service) { ball.puissance_service = int(15 + (_parent._parent.niveau / 3)); } else { ball.puissance_service = int(20 + (_parent._parent.niveau / 3)); } } else { ball.puissance_service = puissanceordi; } if (_parent.service_droite) { bas._x = serveurbas_d; bas._y = serveurbas_y; haut._x = serveurhaut_g; haut._y = serveurhaut_y; } else { bas._x = serveurbas_g; bas._y = serveurbas_y; haut._x = serveurhaut_d; haut._y = serveurhaut_y; } if (_parent.service == "joueur") { if (_parent.joueur_bas) { if (_parent.service_droite) { haut._x = haut._x - 30; } else { haut._x = haut._x + 30; } } else if (_parent.service_droite) { bas._x = bas._x + 40; } else { bas._x = bas._x - 40; } } if (!double_faute) { _parent.jeu = "service"; } else { if (_parent.service == "joueur") { outjoueur = true; } else { outordi = true; } deuxieme_service = false; double_faute = false; _parent.gotoAndPlay("miseajour"); } } } } if (_parent.jeu == "service") { if (_parent.service == "joueur") { if (_parent.joueur_bas) { if (anim_avant_service) { bas.gotoAndPlay("avant_servicejoueur"); anim_avant_service = false; } if (Key.isDown(32)) { if (!detection_service) { if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } bas.gotoAndPlay("servicejoueur"); } detection_service = true; curseur_service._visible = true; curseur_service._y = curseur_service._y - incy_curseur; incy_curseur = incy_curseur - decrement_incy_curseur_bas; if ((mcfilet._y + 100) < curseur_service._y) { curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } if (Key.isDown(39)) { curseur_service._x = curseur_service._x + (4 - (_parent._parent.niveau / 7.5)); } if (Key.isDown(37)) { curseur_service._x = curseur_service._x - (4 - (_parent._parent.niveau / 7.5)); } } if (detection_service && (!Key.isDown(32))) { if (curseur_service._y < (mcfilet._y + 50)) { ball.xcible = curseur_service._x; bas.gotoAndPlay("fin_servicejoueur"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = bas._x; ydepart_service = bas._y - 120; ydepart_service_sol = bas._y; if (_parent.service_droite) { condition = _parent.nord_ouest.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.nord_est.hitTest(curseur_service.hittestcurseur); } trace("Condition " + condition); if (condition) { service_bon = true; if (_parent.passeparfilet) { _parent.passeparfilet = false; } else { _parent.passeparfilet = true; } _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball.rebond = 0; ball.xcible_a = curseur_service._x; ball.ycible_a = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { if (_parent.nord_ouest._y < curseur_service._y) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } else { _parent.faute.gotoAndPlay(2); xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); faute_en_cours = true; _parent.out.gotoAndPlay("fault"); _parent.remiseazero = false; _parent.jeu = "replacement"; curseur_service._visible = false; } } } detection_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } } else { if (anim_avant_service) { haut.gotoAndPlay("avant_servicejoueur"); anim_avant_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; } if (Key.isDown(32)) { if (!detection_service) { if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } haut.gotoAndPlay("servicejoueur"); } detection_service = true; curseur_service._visible = true; curseur_service._y = curseur_service._y + incy_curseur; incy_curseur = incy_curseur - decrement_incy_curseur_haut; if (curseur_service._y < (mcfilet._y - 100)) { curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } if (Key.isDown(39)) { curseur_service._x = curseur_service._x + (8 - (_parent._parent.niveau / 2.5)); } if (Key.isDown(37)) { curseur_service._x = curseur_service._x - (8 - (_parent._parent.niveau / 2.5)); } } if (detection_service && (!Key.isDown(32))) { if ((mcfilet._y - 50) < curseur_service._y) { ball.xcible = curseur_service._x; haut.gotoAndPlay("fin_servicejoueur"); _parent.frappe.gotoAndPlay(2); vientdeservir = true; xdepart_service = haut._x; ydepart_service = haut._y - 120; ydepart_service_sol = haut._y; if (_parent.service_droite) { condition = _parent.sud_est.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.sud_ouest.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball.xcible_a = curseur_service._x; ball.ycible_a = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { if (curseur_service._y < _parent.sud_ouest._y) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } else { _parent.faute.gotoAndPlay(2); xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); faute_en_cours = true; _parent.out.gotoAndPlay("fault"); _parent.remiseazero = false; _parent.jeu = "replacement"; curseur_service._visible = false; } } } detection_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } } } else if (_parent.joueur_bas) { if (anim_avant_service) { haut.gotoAndPlay("avant_serviceordi"); anim_avant_service = false; } compteur_attente_ordi++; if (compteur_attente_ordi >= 50) { if (compteur_attente_ordi == 50) { haut.gotoAndPlay("serviceordi"); if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } } ecart_service = random(_parent.sud_est._width); if (_parent.service_droite) { if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = _parent.sud_est._y; } else { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = mcfilet._y; } } else if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.sud_est._y; } else { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.sud_ouest._y; } if (curseur_service._y > 0) { compteur_attente_ordi2++; if (compteur_attente_ordi2 == 10) { haut.gotoAndPlay("fin_serviceordi"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = haut._x; ydepart_service = haut._y - 120; ydepart_service_sol = haut._y; service_bon = false; if (_parent.service_droite) { condition = _parent.sud_est.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.sud_ouest.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } curseur_service._visible = false; } } } } else { compteur_attente_ordi++; if (anim_avant_service) { bas.gotoAndPlay("avant_serviceordi"); anim_avant_service = false; } if (compteur_attente_ordi >= 50) { if (compteur_attente_ordi == 50) { bas.gotoAndPlay("serviceordi"); if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } } ecart_service = random(_parent.nord_est._width); if (_parent.service_droite) { if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.nord_est._y; } else { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = mcfilet._y; } } else if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = _parent.nord_ouest._y; } else { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = mcfilet._y; } if (curseur_service._y > 0) { compteur_attente_ordi2++; if (compteur_attente_ordi2 == 10) { bas.gotoAndPlay("fin_serviceordi"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = bas._x; ydepart_service = bas._y - 120; ydepart_service_sol = bas._y; if (_parent.service_droite) { condition = _parent.nord_ouest.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.nord_est.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } curseur_service._visible = false; } } } } } if (_parent.joueur_bas) { if ((_parent.jeu == "echange") || ((_parent.jeu == "service") && (_parent.service == "ordi"))) { if (bas.coup_fini) { if (Key.isDown(38)) { bas.gotoAndStop(3); bas._y = bas._y - deplacementy_joueurbas; if (bas._y < (mcfilet._y + 10)) { bas._y = mcfilet._y + 10; } } if (Key.isDown(40)) { bas.gotoAndStop(3); bas._y = bas._y + deplacementy_joueurbas; } if (Key.isDown(37)) { bas.gotoAndPlay("coursejoueurdroite"); bas._x = bas._x - deplacementx_joueurbas; } if (Key.isDown(39)) { bas.gotoAndPlay("coursejoueurgauche"); bas._x = bas._x + deplacementx_joueurbas; } } if (Key.isDown(32)) { if (!detection_relachement) { buffer_espace = 60; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; } detection_relachement = true; if (bas._x < ball._x) { bas.gotoAndPlay("coup_droitjoueur"); coup_droit = true; } else { bas.gotoAndPlay("reversjoueur"); coup_droit = false; } buffer_espace = buffer_espace - 0.5; if (Key.isDown(39)) { buffer_touche_droite = buffer_touche_droite + 1; } if (Key.isDown(37)) { buffer_touche_gauche = buffer_touche_gauche + 1; } if (Key.isDown(38)) { buffer_touche_haut = buffer_touche_haut + 1; } if (Key.isDown(40)) { buffer_touche_bas = buffer_touche_bas + 1; } } if (detection_relachement && (!Key.isDown(32))) { espace_relache = true; detection_relachement = false; essai_renvoi = true; if (coup_droit) { bas.gotoAndPlay("coup_droit_shootjoueur"); } else { bas.gotoAndPlay("revers_shootjoueur"); } } if (bas.autorisation_renvoi) { if (mcfilet._y < ball._y) { if ((Math.abs(ball._x - bas._x) < 75) && (Math.abs(ball._y - bas._y) < 100)) { coef = (-20 * (bas._x - mcfilet._x)) / mcfilet._x; _parent.nbechange++; ball.rebond = 0; ball.actif = "joueur"; renvoijoueur = true; renvoiordi = false; _parent.frappe.gotoAndPlay(2); ball.x = ball._x; ball.y = ball._y; if ((mcfilet._y + 150) < bas._y) { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 1); ball.vy = -(((ball.vy / Math.abs(ball.vy)) * 20) + (60 - ball.rapidite)); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } else { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.6); ball.vy = -(((ball.vy / Math.abs(ball.vy)) * 16) + ((60 - ball.rapidite) / 2)); effet = (ball.rapidite / 10) + 3.5; limite_effet = -effet; ball.decrement_z = 0.6; } ball.gotoAndPlay(2); bas.autorisation_renvoi = false; } } } } } else if ((_parent.jeu == "echange") || ((_parent.jeu == "service") && (_parent.service == "ordi"))) { if (haut.coup_fini) { if (Key.isDown(38)) { haut.gotoAndStop(1); haut._y = haut._y - deplacementy_joueurhaut; if (haut._y < 73) { haut._y = 73; } } if (Key.isDown(40)) { haut.gotoAndStop(1); haut._y = haut._y + deplacementy_joueurhaut; if (mcfilet._y < haut._y) { haut._y = mcfilet._y; } } if (Key.isDown(37)) { haut.gotoAndPlay("coursejoueurgauche"); haut._x = haut._x - deplacementx_joueurhaut; } if (Key.isDown(39)) { haut.gotoAndPlay("coursejoueurdroite"); haut._x = haut._x + deplacementx_joueurhaut; if (haut._x > 505) { haut._x = 505; } } } if (Key.isDown(32)) { if (!detection_relachement) { buffer_espace = 60; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; } detection_relachement = true; if (haut._x < ball._x) { haut.gotoAndPlay("coup_droitjoueur"); coup_droit = true; } else { haut.gotoAndPlay("reversjoueur"); coup_droit = false; } buffer_espace = buffer_espace - 0.5; if (Key.isDown(39)) { buffer_touche_droite = buffer_touche_droite + 1; } if (Key.isDown(37)) { buffer_touche_gauche = buffer_touche_gauche + 1; } if (Key.isDown(38)) { buffer_touche_haut = buffer_touche_haut + 1; } if (Key.isDown(40)) { buffer_touche_bas = buffer_touche_bas + 1; } } if (detection_relachement && (!Key.isDown(32))) { espace_relache = true; detection_relachement = false; essai_renvoi = true; if (coup_droit) { haut.gotoAndPlay("coup_droit_shootjoueur"); } else { haut.gotoAndPlay("revers_shootjoueur"); } } if (haut.autorisation_renvoi) { if (ball._y < mcfilet._y) { if ((Math.abs(ball._x - haut._x) < 75) && (Math.abs(ball._y - haut._y) < 100)) { coef = (-30 * (haut._x - mcfilet._x)) / mcfilet._x; _parent.nbechange++; ball.rebond = 0; ball.actif = "joueur"; renvoijoueur = true; renvoiordi = false; _parent.frappe.gotoAndPlay(2); ball.x = ball._x; ball.y = ball._y; if (haut._y < (mcfilet._y - 100)) { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.8); ball.vy = 30 + (60 - ball.rapidite); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } else { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.5); ball.vy = 18 + ((60 - ball.rapidite) / 2); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } ball.gotoAndPlay(2); haut.autorisation_renvoi = false; } } } } if (_parent.joueur_bas) { if (_parent.jeu == "echange") { if (ball.actif == "joueur") { if (Math.abs(haut._x - ball._x) > 30) { if (ball._x < haut._x) { haut.gotoAndPlay("courseordidroite"); haut._x = haut._x - _parent.dep_ordi_x; } else { haut.gotoAndPlay("courseordigauche"); haut._x = haut._x + _parent.dep_ordi_x; if (haut._x > 505) { haut._x = 505; } } } if ((ball._y < mcfilet._y) && (Math.abs(haut._y - ball._y) > 20)) { if ((ball._y - 25) < haut._y) { haut._y = haut._y - _parent.dep_ordi_y; if (haut._y < 73) { haut._y = 73; } } else { haut._y = haut._y + _parent.dep_ordi_y; } } } else if ((mcfilet._y < ball._y) && (Math.abs((haut._y - mcfilet._y) - 130) > 20)) { if (!vientdeservir) { if ((mcfilet._y - 130) < haut._y) { haut._y = haut._y - (_parent.dep_ordi_y - 0.5); } else { haut._y = haut._y + (_parent.dep_ordi_y - 0.5); } } } nejouepas = false; if (ball.rebond == 0) { nejouepas = true; } if ((ball.actif == "joueur") && (!nejouepas)) { if ((Math.abs(haut._y - ball._y) < 20) && (Math.abs(haut._x - ball._x) < 30)) { trace("Je frappe"); if (haut._x < ball._x) { haut.gotoAndPlay("coup_droitordi"); coup_droitordi = true; } else { haut.gotoAndPlay("reversordi"); coup_droitordi = false; } _parent.frappe.gotoAndPlay(2); effet = 7; limite_effet = -7; ball.decrement_z = 0.4; _parent.nbechange++; ball.rebond = 0; ball.actif = "ordi"; ball.rapidite = 75 - _parent._parent.niveau; renvoijoueur = false; renvoiordi = true; ball.y = ball._y; ball.x = ball._x; chance = Math.random(); if ((0.5 - (_parent._parent.niveau * 0.02)) < chance) { croise = _parent._parent.niveau + 2; } else if ((0.75 + ((-_parent._parent.niveau) * 0.02)) < chance) { croise = -(10 - (_parent._parent.niveau / 2)); } else { croise = 0; } if (mcfilet._x >= ball.x) { ball.vx = random(8) + croise; } else { ball.vx = -(random(8) + croise); } ball.vy = ((-ball.vy) / Math.abs(ball.vy)) * 30; ball.gotoAndPlay(2); } } if (ombreballe.hitTest(_parent.zonefilet)) { if (ball.ycible < mcfilet._y) { passeparfilet = true; } else { passeparfilet = false; } if (((!vientdeservir) && (((-ball._y) + Math.abs(ombreballe._y)) < 20)) && (Math.abs(mcfilet._y - ball._y) < 15)) { Set("out" + ball.actif, true); _parent.net.gotoAndPlay(2); ball.gotoAndStop(1); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } if (ball.rebond == 2) { if (ball.actif == "joueur") { outordi = true; } else { outjoueur = true; } _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } if (!vientdeservir) { if (ball.actif == "joueur") { if (ball.rebond == 1) { if (!_parent.courthaut.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outjoueur = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } else if (ball.rebond == 1) { if (!_parent.courtbas.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outordi = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } } } else if (_parent.jeu == "echange") { if (ball.actif == "joueur") { if ((mcfilet._y < ball._y) && (Math.abs(bas._x - ball._x) > 35)) { if (ball._x < bas._x) { bas.gotoAndPlay("courseordigauche"); bas._x = bas._x - (_parent.dep_ordi_x + 1); } else { bas.gotoAndPlay("courseordidroite"); bas._x = bas._x + (_parent.dep_ordi_x + 1); } } if ((mcfilet._y < ball._y) && (Math.abs(bas._y - ball._y) > 25)) { if ((ball._y - 50) < bas._y) { bas._y = bas._y - (_parent.dep_ordi_y + 1); } else { bas._y = bas._y + (_parent.dep_ordi_y + 1); } } } else if ((ball._y < mcfilet._y) && (Math.abs((bas._y - mcfilet._y) + 180) > 25)) { if (!vientdeservir) { if ((mcfilet._y + 180) < bas._y) { bas._y = bas._y - _parent.dep_ordi_y; } else { bas._y = bas._y + _parent.dep_ordi_y; } } } nejouepas = false; if (ball.rebond == 0) { nejouepas = true; } if ((ball.actif == "joueur") && (!nejouepas)) { if ((Math.abs(ball._y - bas._y) < 40) && (Math.abs(ball._x - bas._x) < 50)) { trace("Je frappe"); if (bas._x < ball._x) { bas.gotoAndPlay("coup_droitordi"); coup_droitordi = true; } else { bas.gotoAndPlay("reversordi"); coup_droitordi = false; } _parent.frappe.gotoAndPlay(2); effet = 7; limite_effet = -7; ball.decrement_z = 0.4; _parent.nbechange++; ball.rebond = 0; ball.actif = "ordi"; ball.rapidite = 75 - _parent._parent.niveau; renvoijoueur = false; renvoiordi = true; ball.y = ball._y; ball.x = ball._x; chance = Math.random(); if ((0.5 - (_parent._parent.niveau * 0.02)) < chance) { croise = _parent._parent.niveau + 2; } else if ((0.75 + ((-_parent._parent.niveau) * 0.02)) < chance) { croise = -(10 - (_parent._parent.niveau / 2)); } else { croise = 0; } if (mcfilet._x >= ball.x) { ball.vx = random(8) + croise; } else { ball.vx = -(random(8) + croise); } ball.vy = ((-ball.vy) / Math.abs(ball.vy)) * 34; ball.gotoAndPlay(2); } } if (ombreballe.hitTest(_parent.zonefilet)) { if (ball.ycible < mcfilet._y) { passeparfilet = true; } else { passeparfilet = false; } if (((!vientdeservir) && (((-ball._y) + Math.abs(ombreballe._y)) < 20)) && (Math.abs(mcfilet._y - ball._y) < 15)) { Set("out" + ball.actif, true); _parent.net.gotoAndPlay(2); ball.gotoAndStop(1); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } if (ball.rebond == 2) { if (ball.actif == "joueur") { outordi = true; } else { outjoueur = true; } _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } if (!vientdeservir) { if (ball.actif == "joueur") { if (ball.rebond == 1) { if (!_parent.courtbas.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outjoueur = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } else if (ball.rebond == 1) { if (!_parent.courthaut.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outordi = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } }
Symbol 610 MovieClip Frame 3
gotoAndPlay (2);
Symbol 610 MovieClip Frame 4
stop();
Symbol 618 MovieClip Frame 1
play();
Symbol 618 MovieClip Frame 2
gotoAndPlay (1);
Symbol 618 MovieClip Frame 9
play();
Symbol 618 MovieClip Frame 16
gotoAndPlay (1);
Symbol 618 MovieClip Frame 17
play();
Symbol 618 MovieClip Frame 25
gotoAndPlay (1);
Symbol 618 MovieClip Frame 26
autorisation_renvoi = false; coup_fini = false;
Symbol 618 MovieClip Frame 30
stop();
Symbol 618 MovieClip Frame 31
autorisation_renvoi = true; play();
Symbol 618 MovieClip Frame 41
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 618 MovieClip Frame 42
autorisation_renvoi = false; coup_fini = false;
Symbol 618 MovieClip Frame 47
stop();
Symbol 618 MovieClip Frame 48
autorisation_renvoi = true; play();
Symbol 618 MovieClip Frame 58
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 618 MovieClip Frame 78
gotoAndPlay (65);
Symbol 618 MovieClip Frame 85
stop();
Symbol 618 MovieClip Frame 95
gotoAndPlay (1);
Symbol 618 MovieClip Frame 100
coup_finiordi = true;
Symbol 618 MovieClip Frame 119
gotoAndPlay (101);
Symbol 618 MovieClip Frame 124
gotoAndPlay (101);
Symbol 618 MovieClip Frame 130
gotoAndPlay (101);
Symbol 618 MovieClip Frame 131
coup_finiordi = false;
Symbol 618 MovieClip Frame 135
coup_finiordi = true;
Symbol 618 MovieClip Frame 136
play();
Symbol 618 MovieClip Frame 146
gotoAndStop (100);
Symbol 618 MovieClip Frame 147
coup_finiordi = false;
Symbol 618 MovieClip Frame 152
coup_finiordi = true;
Symbol 618 MovieClip Frame 153
play();
Symbol 618 MovieClip Frame 162
coup_fini = true; gotoAndStop (100);
Symbol 618 MovieClip Frame 170
coup_finiordi = false;
Symbol 618 MovieClip Frame 183
gotoAndPlay (170);
Symbol 618 MovieClip Frame 191
stop();
Symbol 618 MovieClip Frame 212
coup_finiordi = true; gotoAndPlay (100);
Symbol 626 MovieClip Frame 1
play();
Symbol 626 MovieClip Frame 2
gotoAndPlay (1);
Symbol 626 MovieClip Frame 7
play();
Symbol 626 MovieClip Frame 12
gotoAndStop (1);
Symbol 626 MovieClip Frame 13
play();
Symbol 626 MovieClip Frame 18
gotoAndStop (1);
Symbol 626 MovieClip Frame 19
coup_fini = false;
Symbol 626 MovieClip Frame 22
autorisation_renvoi = false; stop();
Symbol 626 MovieClip Frame 23
autorisation_renvoi = true;
Symbol 626 MovieClip Frame 30
autorisation_renvoi = false; play();
Symbol 626 MovieClip Frame 34
coup_fini = true; gotoAndStop (1);
Symbol 626 MovieClip Frame 35
autorisation_renvoi = false; coup_fini = false;
Symbol 626 MovieClip Frame 39
stop();
Symbol 626 MovieClip Frame 40
autorisation_renvoi = true;
Symbol 626 MovieClip Frame 48
autorisation_renvoi = false; coup_fini = true; gotoAndStop (1);
Symbol 626 MovieClip Frame 67
stop();
Symbol 626 MovieClip Frame 75
stop();
Symbol 626 MovieClip Frame 82
gotoAndPlay (1);
Symbol 626 MovieClip Frame 95
coup_finiordi = true; stop();
Symbol 626 MovieClip Frame 96
play();
Symbol 626 MovieClip Frame 101
gotoAndPlay (95);
Symbol 626 MovieClip Frame 102
play();
Symbol 626 MovieClip Frame 107
gotoAndPlay (95);
Symbol 626 MovieClip Frame 108
coup_finiordi = false;
Symbol 626 MovieClip Frame 111
coup_finiordi = true;
Symbol 626 MovieClip Frame 123
coup_finiordi = true; gotoAndStop (95);
Symbol 626 MovieClip Frame 124
coup_finiordi = false;
Symbol 626 MovieClip Frame 128
coup_finiordi = true;
Symbol 626 MovieClip Frame 137
coup_finiordi = true; gotoAndStop (95);
Symbol 626 MovieClip Frame 143
coup_finiordi = false;
Symbol 626 MovieClip Frame 170
stop();
Symbol 626 MovieClip Frame 179
stop();
Symbol 626 MovieClip Frame 196
coup_finiordi = true; gotoAndPlay (95);
Symbol 626 MovieClip Frame 197
Symbol 627 MovieClip Frame 1
play(); serveurbas_d = mcfilet._x + 80; serveurbas_g = mcfilet._x - 80; serveurbas_y = mcfilet._y + 200; serveurhaut_g = mcfilet._x - 60; serveurhaut_d = mcfilet._x + 60; serveurhaut_y = mcfilet._y - 100; decrement_incy_curseur_bas = 0.35 + (_parent._parent.niveau * 0.08); decrement_incy_curseur_haut = 0.45 + (_parent._parent.niveau * 0.08); deplacementx_joueurbas = 12; deplacementy_joueurbas = 6; deplacementy_joueurhaut = 5; deplacementx_joueurhaut = 10; puissanceordi = 25 - _parent._parent.niveau; test = Math.random(); if (_parent.service == "joueur") { ball.actif = "joueur"; } else { ball.actif = "ordi"; } ball.rebond = 0; vientdeservir = false; renvoiordi = false; renvoijoueur = false; compteur_attente_ordi = 0; compteur_attente_ordi2 = 0; compteur_bidon = 0; _parent.nbechange = 0; _parent.jeu = "replacement"; if (_parent.change_cote && (!_parent.joueur_bas)) { _parent.compteur_changement_cote = 0; _parent.out.gotoAndPlay("changement"); _parent.joueur_bas = true; _parent.change_cote = false; } if (_parent.change_cote && (_parent.joueur_bas)) { _parent.compteur_changement_cote = 0; _parent.out.gotoAndPlay("changement"); _parent.joueur_bas = false; _parent.change_cote = false; } if (_parent.joueur_bas) { if (_parent.service == "joueur") { passeparfilet = false; } else { passeparfilet = true; } curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; bas.autorisation_renvoi = false; bas.coup_fini = true; bas.gotoAndPlay("immobilejoueur"); haut.gotoAndPlay("immobileordi"); } else { if (_parent.service == "joueur") { passeparfilet = true; } else { passeparfilet = false; } curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; haut.autorisation_renvoi = false; haut.coup_fini = true; haut.gotoAndPlay("immobilejoueur"); bas.gotoAndPlay("immobileordi"); } ball.gotoAndPlay("invisible"); curseur_service._visible = false; incy_curseur = 12 + (_parent._parent.niveau / 1.5); detection_service = false; buffer_espace = 0; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; espace_relache = false; detection_relachement = false; essai_renvoi = false; anim_avant_service = true; if (_parent.remiseazero) { deuxieme_service = false; double_faute = false; service_bon = false; ball.filet = false; faute_en_cours = false; } else { service_bon = false; ball.filet = false; }
Symbol 627 MovieClip Frame 2
if (_parent.jeu == "replacement") { ball.oldyrebond = 10; ball.rebond = 0; _parent.compteur_changement_cote++; if (_parent.compteur_changement_cote >= 50) { compteur_bidon++; if (compteur_bidon >= 50) { if (_parent.service == "joueur") { if (!deuxieme_service) { ball.puissance_service = int(15 + (_parent._parent.niveau / 3)); } else { ball.puissance_service = int(20 + (_parent._parent.niveau / 3)); } } else { ball.puissance_service = puissanceordi; } if (_parent.service_droite) { bas._x = serveurbas_d; bas._y = serveurbas_y; haut._x = serveurhaut_g; haut._y = serveurhaut_y; } else { bas._x = serveurbas_g; bas._y = serveurbas_y; haut._x = serveurhaut_d; haut._y = serveurhaut_y; } if (_parent.service == "joueur") { if (_parent.joueur_bas) { if (_parent.service_droite) { haut._x = haut._x - 30; } else { haut._x = haut._x + 30; } } else if (_parent.service_droite) { bas._x = bas._x + 40; } else { bas._x = bas._x - 40; } } if (!double_faute) { _parent.jeu = "service"; } else { if (_parent.service == "joueur") { outjoueur = true; } else { outordi = true; } deuxieme_service = false; double_faute = false; _parent.gotoAndPlay("miseajour"); } } } } if (_parent.jeu == "service") { if (_parent.service == "joueur") { if (_parent.joueur_bas) { if (anim_avant_service) { bas.gotoAndPlay("avant_servicejoueur"); anim_avant_service = false; } if (Key.isDown(32)) { if (!detection_service) { if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } bas.gotoAndPlay("servicejoueur"); } detection_service = true; curseur_service._visible = true; curseur_service._y = curseur_service._y - incy_curseur; incy_curseur = incy_curseur - decrement_incy_curseur_bas; if ((mcfilet._y + 100) < curseur_service._y) { curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } if (Key.isDown(39)) { curseur_service._x = curseur_service._x + (4 - (_parent._parent.niveau / 7.5)); } if (Key.isDown(37)) { curseur_service._x = curseur_service._x - (4 - (_parent._parent.niveau / 7.5)); } } if (detection_service && (!Key.isDown(32))) { if (curseur_service._y < (mcfilet._y + 50)) { ball.xcible = curseur_service._x; bas.gotoAndPlay("fin_servicejoueur"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = bas._x; ydepart_service = bas._y - 120; ydepart_service_sol = bas._y; if (_parent.service_droite) { condition = _parent.nord_ouest.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.nord_est.hitTest(curseur_service.hittestcurseur); } trace("Condition " + condition); if (condition) { service_bon = true; if (_parent.passeparfilet) { _parent.passeparfilet = false; } else { _parent.passeparfilet = true; } _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball.rebond = 0; ball.xcible_a = curseur_service._x; ball.ycible_a = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { if (_parent.nord_ouest._y < curseur_service._y) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } else { _parent.faute.gotoAndPlay(2); xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); faute_en_cours = true; _parent.out.gotoAndPlay("fault"); _parent.remiseazero = false; _parent.jeu = "replacement"; curseur_service._visible = false; } } } detection_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y + 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } } else { if (anim_avant_service) { haut.gotoAndPlay("avant_servicejoueur"); anim_avant_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; } if (Key.isDown(32)) { if (!detection_service) { if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } haut.gotoAndPlay("servicejoueur"); } detection_service = true; curseur_service._visible = true; curseur_service._y = curseur_service._y + incy_curseur; incy_curseur = incy_curseur - decrement_incy_curseur_haut; if (curseur_service._y < (mcfilet._y - 100)) { curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } if (Key.isDown(39)) { curseur_service._x = curseur_service._x + (8 - (_parent._parent.niveau / 2.5)); } if (Key.isDown(37)) { curseur_service._x = curseur_service._x - (8 - (_parent._parent.niveau / 2.5)); } } if (detection_service && (!Key.isDown(32))) { if ((mcfilet._y - 50) < curseur_service._y) { ball.xcible = curseur_service._x; haut.gotoAndPlay("fin_servicejoueur"); _parent.frappe.gotoAndPlay(2); vientdeservir = true; xdepart_service = haut._x; ydepart_service = haut._y - 120; ydepart_service_sol = haut._y; if (_parent.service_droite) { condition = _parent.sud_est.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.sud_ouest.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball.xcible_a = curseur_service._x; ball.ycible_a = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { if (curseur_service._y < _parent.sud_ouest._y) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } else { _parent.faute.gotoAndPlay(2); xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); faute_en_cours = true; _parent.out.gotoAndPlay("fault"); _parent.remiseazero = false; _parent.jeu = "replacement"; curseur_service._visible = false; } } } detection_service = false; curseur_service._x = mcfilet._x; curseur_service._y = mcfilet._y - 100; incy_curseur = 12 + (_parent._parent.niveau / 1.5); curseur_service._visible = false; } } } else if (_parent.joueur_bas) { if (anim_avant_service) { haut.gotoAndPlay("avant_serviceordi"); anim_avant_service = false; } compteur_attente_ordi++; if (compteur_attente_ordi >= 50) { if (compteur_attente_ordi == 50) { haut.gotoAndPlay("serviceordi"); if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } } ecart_service = random(_parent.sud_est._width); if (_parent.service_droite) { if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = _parent.sud_est._y; } else { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = mcfilet._y; } } else if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.sud_est._y; } else { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.sud_ouest._y; } if (curseur_service._y > 0) { compteur_attente_ordi2++; if (compteur_attente_ordi2 == 10) { haut.gotoAndPlay("fin_serviceordi"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = haut._x; ydepart_service = haut._y - 120; ydepart_service_sol = haut._y; service_bon = false; if (_parent.service_droite) { condition = _parent.sud_est.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.sud_ouest.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } curseur_service._visible = false; } } } } else { compteur_attente_ordi++; if (anim_avant_service) { bas.gotoAndPlay("avant_serviceordi"); anim_avant_service = false; } if (compteur_attente_ordi >= 50) { if (compteur_attente_ordi == 50) { bas.gotoAndPlay("serviceordi"); if (!deuxieme_service) { _parent.score.gotoAndPlay(19); } } ecart_service = random(_parent.nord_est._width); if (_parent.service_droite) { if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = _parent.nord_est._y; } else { curseur_service._x = mcfilet._x - random(ecart_service); curseur_service._y = mcfilet._y; } } else if (test < _parent.pourcentageservice) { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = _parent.nord_ouest._y; } else { curseur_service._x = mcfilet._x + random(ecart_service); curseur_service._y = mcfilet._y; } if (curseur_service._y > 0) { compteur_attente_ordi2++; if (compteur_attente_ordi2 == 10) { bas.gotoAndPlay("fin_serviceordi"); vientdeservir = true; _parent.frappe.gotoAndPlay(2); xdepart_service = bas._x; ydepart_service = bas._y - 120; ydepart_service_sol = bas._y; if (_parent.service_droite) { condition = _parent.nord_ouest.hitTest(curseur_service.hittestcurseur); } else { condition = _parent.nord_est.hitTest(curseur_service.hittestcurseur); } if (condition) { service_bon = true; _parent.jeu = "echange"; xcible_service = curseur_service._x; ycible_service = curseur_service._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.gotoAndPlay("service"); } else { service_bon = false; } if (!service_bon) { xcible_service = curseur_service._x; ycible_service = mcfilet._y; ball._x = xdepart_service; ball._y = ydepart_service; ball._visible = true; ball.filet = true; ball.gotoAndPlay("service"); } curseur_service._visible = false; } } } } } if (_parent.joueur_bas) { if ((_parent.jeu == "echange") || ((_parent.jeu == "service") && (_parent.service == "ordi"))) { if (bas.coup_fini) { if (Key.isDown(38)) { bas.gotoAndStop(3); bas._y = bas._y - deplacementy_joueurbas; if (bas._y < (mcfilet._y + 10)) { bas._y = mcfilet._y + 10; } } if (Key.isDown(40)) { bas.gotoAndStop(3); bas._y = bas._y + deplacementy_joueurbas; } if (Key.isDown(37)) { bas.gotoAndPlay("coursejoueurdroite"); bas._x = bas._x - deplacementx_joueurbas; } if (Key.isDown(39)) { bas.gotoAndPlay("coursejoueurgauche"); bas._x = bas._x + deplacementx_joueurbas; } } if (Key.isDown(32)) { if (!detection_relachement) { buffer_espace = 60; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; } detection_relachement = true; if (bas._x < ball._x) { bas.gotoAndPlay("coup_droitjoueur"); coup_droit = true; } else { bas.gotoAndPlay("reversjoueur"); coup_droit = false; } buffer_espace = buffer_espace - 0.5; if (Key.isDown(39)) { buffer_touche_droite = buffer_touche_droite + 1; } if (Key.isDown(37)) { buffer_touche_gauche = buffer_touche_gauche + 1; } if (Key.isDown(38)) { buffer_touche_haut = buffer_touche_haut + 1; } if (Key.isDown(40)) { buffer_touche_bas = buffer_touche_bas + 1; } } if (detection_relachement && (!Key.isDown(32))) { espace_relache = true; detection_relachement = false; essai_renvoi = true; if (coup_droit) { bas.gotoAndPlay("coup_droit_shootjoueur"); } else { bas.gotoAndPlay("revers_shootjoueur"); } } if (bas.autorisation_renvoi) { if (mcfilet._y < ball._y) { if ((Math.abs(ball._x - bas._x) < 75) && (Math.abs(ball._y - bas._y) < 100)) { coef = (-20 * (bas._x - mcfilet._x)) / mcfilet._x; _parent.nbechange++; ball.rebond = 0; ball.actif = "joueur"; renvoijoueur = true; renvoiordi = false; _parent.frappe.gotoAndPlay(2); ball.x = ball._x; ball.y = ball._y; if ((mcfilet._y + 150) < bas._y) { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 1); ball.vy = -(((ball.vy / Math.abs(ball.vy)) * 20) + (60 - ball.rapidite)); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } else { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.6); ball.vy = -(((ball.vy / Math.abs(ball.vy)) * 16) + ((60 - ball.rapidite) / 2)); effet = (ball.rapidite / 10) + 3.5; limite_effet = -effet; ball.decrement_z = 0.6; } ball.gotoAndPlay(2); bas.autorisation_renvoi = false; } } } } } else if ((_parent.jeu == "echange") || ((_parent.jeu == "service") && (_parent.service == "ordi"))) { if (haut.coup_fini) { if (Key.isDown(38)) { haut.gotoAndStop(3); haut._y = haut._y - deplacementy_joueurhaut; if (haut._y < 73) { haut._y = 73; } } if (Key.isDown(40)) { haut.gotoAndStop(3); haut._y = haut._y + deplacementy_joueurhaut; if (mcfilet._y < haut._y) { haut._y = mcfilet._y; } } if (Key.isDown(37)) { haut.gotoAndPlay("coursejoueurgauche"); haut._x = haut._x - deplacementx_joueurhaut; } if (Key.isDown(39)) { haut.gotoAndPlay("coursejoueurdroite"); haut._x = haut._x + deplacementx_joueurhaut; if (haut._x > 505) { haut._x = 505; } } } if (Key.isDown(32)) { if (!detection_relachement) { buffer_espace = 60; buffer_touche_droite = 0; buffer_touche_gauche = 0; buffer_touche_haut = 0; buffer_touche_bas = 0; } detection_relachement = true; if (haut._x < ball._x) { haut.gotoAndPlay("coup_droitjoueur"); coup_droit = true; } else { haut.gotoAndPlay("reversjoueur"); coup_droit = false; } buffer_espace = buffer_espace - 0.5; if (Key.isDown(39)) { buffer_touche_droite = buffer_touche_droite + 1; } if (Key.isDown(37)) { buffer_touche_gauche = buffer_touche_gauche + 1; } if (Key.isDown(38)) { buffer_touche_haut = buffer_touche_haut + 1; } if (Key.isDown(40)) { buffer_touche_bas = buffer_touche_bas + 1; } } if (detection_relachement && (!Key.isDown(32))) { espace_relache = true; detection_relachement = false; essai_renvoi = true; if (coup_droit) { haut.gotoAndPlay("coup_droit_shootjoueur"); } else { haut.gotoAndPlay("revers_shootjoueur"); } } if (haut.autorisation_renvoi) { if (ball._y < mcfilet._y) { if ((Math.abs(ball._x - haut._x) < 75) && (Math.abs(ball._y - haut._y) < 100)) { coef = (-30 * (haut._x - mcfilet._x)) / mcfilet._x; _parent.nbechange++; ball.rebond = 0; ball.actif = "joueur"; renvoijoueur = true; renvoiordi = false; _parent.frappe.gotoAndPlay(2); ball.x = ball._x; ball.y = ball._y; if (haut._y < (mcfilet._y - 100)) { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.8); ball.vy = 30 + (60 - ball.rapidite); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } else { ball.rapidite = Math.max(buffer_espace, 20); ball.vx = coef + ((buffer_touche_droite - buffer_touche_gauche) / 0.5); ball.vy = 18 + ((60 - ball.rapidite) / 2); effet = (ball.rapidite / 10) + 2.5; limite_effet = -effet; ball.decrement_z = 0.4; } ball.gotoAndPlay(2); haut.autorisation_renvoi = false; } } } } if (_parent.joueur_bas) { if (_parent.jeu == "echange") { if (ball.actif == "joueur") { if (Math.abs(haut._x - ball._x) > 30) { if (ball._x < haut._x) { haut.gotoAndPlay("courseordidroite"); haut._x = haut._x - _parent.dep_ordi_x; } else { haut.gotoAndPlay("courseordigauche"); haut._x = haut._x + _parent.dep_ordi_x; if (haut._x > 505) { haut._x = 505; } } } if ((ball._y < mcfilet._y) && (Math.abs(haut._y - ball._y) > 20)) { if ((ball._y - 25) < haut._y) { haut._y = haut._y - _parent.dep_ordi_y; if (haut._y < 73) { haut._y = 73; } } else { haut._y = haut._y + _parent.dep_ordi_y; } } } else if ((mcfilet._y < ball._y) && (Math.abs((haut._y - mcfilet._y) - 130) > 20)) { if (!vientdeservir) { if ((mcfilet._y - 130) < haut._y) { haut._y = haut._y - (_parent.dep_ordi_y - 0.5); } else { haut._y = haut._y + (_parent.dep_ordi_y - 0.5); } } } nejouepas = false; if (ball.rebond == 0) { nejouepas = true; } if ((ball.actif == "joueur") && (!nejouepas)) { if ((Math.abs(haut._y - ball._y) < 20) && (Math.abs(haut._x - ball._x) < 30)) { trace("Je frappe"); if (haut._x < ball._x) { haut.gotoAndPlay("coup_droitordi"); coup_droitordi = true; } else { haut.gotoAndPlay("reversordi"); coup_droitordi = false; } _parent.frappe.gotoAndPlay(2); effet = 7; limite_effet = -7; ball.decrement_z = 0.4; _parent.nbechange++; ball.rebond = 0; ball.actif = "ordi"; ball.rapidite = 75 - _parent._parent.niveau; renvoijoueur = false; renvoiordi = true; ball.y = ball._y; ball.x = ball._x; chance = Math.random(); if ((0.5 - (_parent._parent.niveau * 0.02)) < chance) { croise = _parent._parent.niveau + 2; } else if ((0.75 + ((-_parent._parent.niveau) * 0.02)) < chance) { croise = -(10 - (_parent._parent.niveau / 2)); } else { croise = 0; } if (mcfilet._x >= ball.x) { ball.vx = random(8) + croise; } else { ball.vx = -(random(8) + croise); } ball.vy = ((-ball.vy) / Math.abs(ball.vy)) * 30; ball.gotoAndPlay(2); } } if (ombreballe.hitTest(_parent.zonefilet)) { if (ball.ycible < mcfilet._y) { passeparfilet = true; } else { passeparfilet = false; } if (((!vientdeservir) && (((-ball._y) + Math.abs(ombreballe._y)) < 20)) && (Math.abs(mcfilet._y - ball._y) < 15)) { Set("out" + ball.actif, true); _parent.net.gotoAndPlay(2); ball.gotoAndStop(1); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } if (ball.rebond == 2) { if (ball.actif == "joueur") { outordi = true; } else { outjoueur = true; } _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } if (!vientdeservir) { if (ball.actif == "joueur") { if (ball.rebond == 1) { if (!_parent.courthaut.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outjoueur = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } else if (ball.rebond == 1) { if (!_parent.courtbas.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outordi = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } } } else if (_parent.jeu == "echange") { if (ball.actif == "joueur") { if ((mcfilet._y < ball._y) && (Math.abs(bas._x - ball._x) > 35)) { if (ball._x < bas._x) { bas.gotoAndPlay("courseordigauche"); bas._x = bas._x - (_parent.dep_ordi_x + 1); } else { bas.gotoAndPlay("courseordidroite"); bas._x = bas._x + (_parent.dep_ordi_x + 1); } } if ((mcfilet._y < ball._y) && (Math.abs(bas._y - ball._y) > 25)) { if ((ball._y - 50) < bas._y) { bas._y = bas._y - (_parent.dep_ordi_y + 1); } else { bas._y = bas._y + (_parent.dep_ordi_y + 1); } } } else if ((ball._y < mcfilet._y) && (Math.abs((bas._y - mcfilet._y) + 180) > 25)) { if (!vientdeservir) { if ((mcfilet._y + 180) < bas._y) { bas._y = bas._y - _parent.dep_ordi_y; } else { bas._y = bas._y + _parent.dep_ordi_y; } } } nejouepas = false; if (ball.rebond == 0) { nejouepas = true; } if ((ball.actif == "joueur") && (!nejouepas)) { if ((Math.abs(ball._y - bas._y) < 40) && (Math.abs(ball._x - bas._x) < 50)) { trace("Je frappe"); if (bas._x < ball._x) { bas.gotoAndPlay("coup_droitordi"); coup_droitordi = true; } else { bas.gotoAndPlay("reversordi"); coup_droitordi = false; } _parent.frappe.gotoAndPlay(2); effet = 7; limite_effet = -7; ball.decrement_z = 0.4; _parent.nbechange++; ball.rebond = 0; ball.actif = "ordi"; ball.rapidite = 75 - _parent._parent.niveau; renvoijoueur = false; renvoiordi = true; ball.y = ball._y; ball.x = ball._x; chance = Math.random(); if ((0.5 - (_parent._parent.niveau * 0.02)) < chance) { croise = _parent._parent.niveau + 2; } else if ((0.75 + ((-_parent._parent.niveau) * 0.02)) < chance) { croise = -(10 - (_parent._parent.niveau / 2)); } else { croise = 0; } if (mcfilet._x >= ball.x) { ball.vx = random(8) + croise; } else { ball.vx = -(random(8) + croise); } ball.vy = ((-ball.vy) / Math.abs(ball.vy)) * 34; ball.gotoAndPlay(2); } } if (ombreballe.hitTest(_parent.zonefilet)) { if (ball.ycible < mcfilet._y) { passeparfilet = true; } else { passeparfilet = false; } if (((!vientdeservir) && (((-ball._y) + Math.abs(ombreballe._y)) < 20)) && (Math.abs(mcfilet._y - ball._y) < 15)) { Set("out" + ball.actif, true); _parent.net.gotoAndPlay(2); ball.gotoAndStop(1); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } if (ball.rebond == 2) { if (ball.actif == "joueur") { outordi = true; } else { outjoueur = true; } _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } if (!vientdeservir) { if (ball.actif == "joueur") { if (ball.rebond == 1) { if (!_parent.courtbas.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outjoueur = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } else if (ball.rebond == 1) { if (!_parent.courthaut.hitTest(ball.xrebond, ball.yrebond, true)) { _parent.faute.gotoAndPlay(2); outordi = true; _parent.out.gotoAndPlay(2); _parent.gotoAndPlay("miseajour"); gotoAndStop (1); } } } }
Symbol 627 MovieClip Frame 3
gotoAndPlay (2);
Symbol 627 MovieClip Frame 4
stop();
Symbol 631 MovieClip Frame 1
stop();
Symbol 631 MovieClip Frame 2
play();
Symbol 631 MovieClip Frame 30
gotoAndStop (1);
Symbol 645 Button
on (release) { gotoAndPlay (1); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 BitmapUsed by:3
Symbol 3 GraphicUses:2Used by:4
Symbol 4 MovieClipUses:3Used by:9 70 83 84  Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 GraphicUsed by:9
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:7 4 8Used by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:Timeline
Symbol 15 GraphicUsed by:19
Symbol 16 FontUsed by:17
Symbol 17 TextUses:16Used by:19
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:15 17 18Used by:Timeline
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:106 167 174 181 188 194 199 203 209 212 227 234 241 246 252 256 261 265 266 295 302 307 313 321 328 332 347 354 359 363 371 374 375 391 392 399 400 416 423 430 437 442 447 451 459 462 477 484 486 492 494 499 503 509 512 513 528 535 541 546 550 555 559 574 581 586 592 596 605 608 609 617 618 625 626  Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 GraphicUsed by:83 84  Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:83 84
Symbol 26 GraphicUsed by:31
Symbol 27 GraphicUsed by:31
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:31
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:26 27 29 30Used by:83 84
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:35 36 139
Symbol 34 GraphicUsed by:35
Symbol 35 ButtonUses:33 34Used by:36
Symbol 36 MovieClipUses:35 33Used by:83 84
Symbol 37 GraphicUsed by:43
Symbol 38 GraphicUsed by:41
Symbol 39 GraphicUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:38 39 40Used by:43 59 138
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:37 41 42Used by:44 139
Symbol 44 MovieClipUses:43Used by:46 47
Symbol 45 GraphicUsed by:46
Symbol 46 ButtonUses:44 45Used by:47
Symbol 47 MovieClipUses:46 44Used by:83 84
Symbol 48 GraphicUsed by:52
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:52
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:48 50 51Used by:53 139
Symbol 53 MovieClipUses:52Used by:55 56
Symbol 54 GraphicUsed by:55
Symbol 55 ButtonUses:53 54Used by:56
Symbol 56 MovieClipUses:55 53Used by:83 84
Symbol 57 GraphicUsed by:59
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:57 41 58Used by:61 62
Symbol 60 GraphicUsed by:61
Symbol 61 ButtonUses:59 60Used by:62
Symbol 62 MovieClipUses:61 59Used by:83 84
Symbol 63 FontUsed by:64 65 66 67
Symbol 64 TextUses:63Used by:83 84
Symbol 65 TextUses:63Used by:83 84
Symbol 66 TextUses:63Used by:83 84
Symbol 67 TextUses:63Used by:83 84
Symbol 68 GraphicUsed by:70
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:68 69 4Used by:83 84  Timeline
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:83 84
Symbol 73 GraphicUsed by:77
Symbol 74 GraphicUsed by:77
Symbol 75 GraphicUsed by:77
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:73 74 75 76Used by:82
Symbol 78 GraphicUsed by:81 83
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81 131 645
Symbol 81 ButtonUses:78 79 80Used by:82
Symbol 82 MovieClipUses:77 81Used by:84
Symbol 83 MovieClipUses:23 4 25 31 36 47 56 62 64 65 66 67 70 72 78Used by:84
Symbol 84 MovieClipUses:23 4 25 31 36 47 56 62 64 65 66 67 70 72 82 83Used by:Timeline
Symbol 85 FontUsed by:86 90 140 141 145 146 147 148 640
Symbol 86 TextUses:85Used by:87
Symbol 87 MovieClipUses:86Used by:89
Symbol 88 GraphicUsed by:89
Symbol 89 ButtonUses:87 88Used by:Timeline
Symbol 90 TextUses:85Used by:91
Symbol 91 MovieClipUses:90Used by:93
Symbol 92 GraphicUsed by:93
Symbol 93 ButtonUses:91 92Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 GraphicUsed by:107
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:103
Symbol 103 MovieClipUses:102Used by:107
Symbol 104 GraphicUsed by:106
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:104 21 105Used by:107
Symbol 107 MovieClipUses:100 103 106Used by:Timeline
Symbol 108 GraphicUsed by:110 112 114 116
Symbol 109 SoundUsed by:110
Symbol 110 MovieClipUses:108 109Used by:Timeline
Symbol 111 SoundUsed by:112
Symbol 112 MovieClipUses:108 111Used by:Timeline
Symbol 113 SoundUsed by:114
Symbol 114 MovieClipUses:108 113Used by:Timeline
Symbol 115 SoundUsed by:116
Symbol 116 MovieClipUses:108 115Used by:Timeline
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:Timeline
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 GraphicUsed by:127
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:125 126Used by:Timeline
Symbol 128 GraphicUsed by:149
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:149
Symbol 131 MovieClipUses:80Used by:149
Symbol 132 FontUsed by:133 134
Symbol 133 TextUses:132Used by:149
Symbol 134 TextUses:132Used by:149
Symbol 135 GraphicUsed by:139
Symbol 136 GraphicUsed by:138
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:136 41 137Used by:139
Symbol 139 MovieClipUses:135 33 138 52 43Used by:149
Symbol 140 EditableTextUses:85Used by:149
Symbol 141 EditableTextUses:85Used by:149
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:144 203 209 256 261 276 321 328 363 371 451 459 503 509 550 555 596 605
Symbol 144 MovieClipUses:143Used by:149
Symbol 145 EditableTextUses:85Used by:149
Symbol 146 EditableTextUses:85Used by:149
Symbol 147 EditableTextUses:85Used by:149
Symbol 148 EditableTextUses:85Used by:149
Symbol 149 MovieClipUses:128 130 131 133 134 139 140 141 144 145 146 147 148Used by:150
Symbol 150 MovieClipUses:149Used by:Timeline
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:384 401 610 627
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:167
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:167
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:167
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:167
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:167
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:167
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:167
Symbol 167 MovieClipUses:21 154 156 158 160 162 164 166Used by:266 392
Symbol 168 GraphicUsed by:174
Symbol 169 GraphicUsed by:174
Symbol 170 GraphicUsed by:174
Symbol 171 GraphicUsed by:174
Symbol 172 GraphicUsed by:174
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:21 168 169 170 171 172 173Used by:266
Symbol 175 GraphicUsed by:181
Symbol 176 GraphicUsed by:181
Symbol 177 GraphicUsed by:181
Symbol 178 GraphicUsed by:181
Symbol 179 GraphicUsed by:181
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:21 175 176 177 178 179 180Used by:266 375 392 400
Symbol 182 GraphicUsed by:188
Symbol 183 GraphicUsed by:188
Symbol 184 GraphicUsed by:188
Symbol 185 GraphicUsed by:188
Symbol 186 GraphicUsed by:188
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:21 182 183 184 185 186 187Used by:266 375 392 400
Symbol 189 GraphicUsed by:194 266 392
Symbol 190 GraphicUsed by:194
Symbol 191 GraphicUsed by:194
Symbol 192 GraphicUsed by:194
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:21 189 190 191 192 193Used by:266 392
Symbol 195 GraphicUsed by:199 266 392
Symbol 196 GraphicUsed by:199
Symbol 197 GraphicUsed by:199
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:21 195 196 197 198Used by:266 392
Symbol 200 GraphicUsed by:203
Symbol 201 GraphicUsed by:203
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:21 143 200 201 202Used by:266 392
Symbol 204 GraphicUsed by:209
Symbol 205 GraphicUsed by:209
Symbol 206 GraphicUsed by:209
Symbol 207 GraphicUsed by:209
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:21 143 204 205 206 207 208Used by:266 392
Symbol 210 GraphicUsed by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:21 210 211Used by:266 392
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:213Used by:227
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:215Used by:227
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:217Used by:227
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:227
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:227
Symbol 223 GraphicUsed by:224
Symbol 224 MovieClipUses:223Used by:227
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:225Used by:227
Symbol 227 MovieClipUses:21 214 216 218 220 222 224 226Used by:266 392
Symbol 228 GraphicUsed by:234
Symbol 229 GraphicUsed by:234
Symbol 230 GraphicUsed by:234
Symbol 231 GraphicUsed by:234
Symbol 232 GraphicUsed by:234
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:21 228 229 230 231 232 233Used by:266 375 392 400
Symbol 235 GraphicUsed by:241
Symbol 236 GraphicUsed by:241
Symbol 237 GraphicUsed by:241
Symbol 238 GraphicUsed by:241
Symbol 239 GraphicUsed by:241
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:21 235 236 237 238 239 240Used by:266 375 392 400
Symbol 242 GraphicUsed by:246 266 392
Symbol 243 GraphicUsed by:246
Symbol 244 GraphicUsed by:246
Symbol 245 GraphicUsed by:246
Symbol 246 MovieClipUses:21 242 243 244 245Used by:266 392
Symbol 247 GraphicUsed by:252 266 392
Symbol 248 GraphicUsed by:252
Symbol 249 GraphicUsed by:252
Symbol 250 GraphicUsed by:252
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:21 247 248 249 250 251Used by:266 392
Symbol 253 GraphicUsed by:256
Symbol 254 GraphicUsed by:256
Symbol 255 GraphicUsed by:256
Symbol 256 MovieClipUses:21 143 253 254 255Used by:266 392
Symbol 257 GraphicUsed by:261
Symbol 258 GraphicUsed by:261
Symbol 259 GraphicUsed by:261
Symbol 260 GraphicUsed by:261
Symbol 261 MovieClipUses:21 143 257 258 259 260Used by:266 392
Symbol 262 GraphicUsed by:265
Symbol 263 GraphicUsed by:265
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:21 262 263 264Used by:266 392
Symbol 266 MovieClipUses:167 174 181 188 21 189 194 195 199 203 209 212 227 234 241 242 246 247 252 256 261 265Used by:384
Symbol 267 GraphicUsed by:269
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:267 268Used by:384 401 610 627
Symbol 270 GraphicUsed by:384 401 610 627
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:271Used by:384 401 610 627
Symbol 273 GraphicUsed by:384 401 610 627
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:274Used by:384 401 610 627
Symbol 276 MovieClipUses:143Used by:277
Symbol 277 MovieClipUses:276Used by:278
Symbol 278 MovieClipUses:277Used by:384 401 610 627
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279Used by:384 401 610 627
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:295
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:283Used by:295
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:295
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:295
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:289Used by:295
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:291Used by:295
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:293Used by:295
Symbol 295 MovieClipUses:21 282 284 286 288 290 292 294Used by:375 400
Symbol 296 GraphicUsed by:302
Symbol 297 GraphicUsed by:302
Symbol 298 GraphicUsed by:302
Symbol 299 GraphicUsed by:302
Symbol 300 GraphicUsed by:302
Symbol 301 GraphicUsed by:302
Symbol 302 MovieClipUses:21 296 297 298 299 300 301Used by:375
Symbol 303 GraphicUsed by:307 375 400
Symbol 304 GraphicUsed by:307
Symbol 305 GraphicUsed by:307
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:21 303 304 305 306Used by:375 400
Symbol 308 GraphicUsed by:313
Symbol 309 GraphicUsed by:313
Symbol 310 GraphicUsed by:313
Symbol 311 GraphicUsed by:313
Symbol 312 GraphicUsed by:313
Symbol 313 MovieClipUses:21 308 309 310 311 312Used by:375 400
Symbol 314 GraphicUsed by:321
Symbol 315 GraphicUsed by:321
Symbol 316 GraphicUsed by:321
Symbol 317 GraphicUsed by:321
Symbol 318 GraphicUsed by:321
Symbol 319 GraphicUsed by:321
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:21 143 314 315 316 317 318 319 320Used by:375 400
Symbol 322 GraphicUsed by:328
Symbol 323 GraphicUsed by:328
Symbol 324 GraphicUsed by:328
Symbol 325 GraphicUsed by:328
Symbol 326 GraphicUsed by:328
Symbol 327 GraphicUsed by:328
Symbol 328 MovieClipUses:21 143 322 323 324 325 326 327Used by:375 400
Symbol 329 GraphicUsed by:332
Symbol 330 GraphicUsed by:332
Symbol 331 GraphicUsed by:332
Symbol 332 MovieClipUses:329 330 21 331Used by:375 400
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClipUses:333Used by:347
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:335Used by:347
Symbol 337 GraphicUsed by:338
Symbol 338 MovieClipUses:337Used by:347
Symbol 339 GraphicUsed by:340
Symbol 340 MovieClipUses:339Used by:347
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:341Used by:347
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:343Used by:347
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:345Used by:347
Symbol 347 MovieClipUses:21 334 336 338 340 342 344 346Used by:375 400
Symbol 348 GraphicUsed by:354 375 400
Symbol 349 GraphicUsed by:354
Symbol 350 GraphicUsed by:354
Symbol 351 GraphicUsed by:354
Symbol 352 GraphicUsed by:354
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:21 348 349 350 351 352 353Used by:375 400
Symbol 355 GraphicUsed by:359 375 400
Symbol 356 GraphicUsed by:359
Symbol 357 GraphicUsed by:359
Symbol 358 GraphicUsed by:359
Symbol 359 MovieClipUses:21 355 356 357 358Used by:375 400
Symbol 360 GraphicUsed by:363
Symbol 361 GraphicUsed by:363
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:21 143 360 361 362Used by:375 400
Symbol 364 GraphicUsed by:371
Symbol 365 GraphicUsed by:371
Symbol 366 GraphicUsed by:371
Symbol 367 GraphicUsed by:371
Symbol 368 GraphicUsed by:371
Symbol 369 GraphicUsed by:371
Symbol 370 GraphicUsed by:371
Symbol 371 MovieClipUses:21 143 364 365 366 367 368 369 370Used by:375 400
Symbol 372 GraphicUsed by:374
Symbol 373 GraphicUsed by:374
Symbol 374 MovieClipUses:21 372 373Used by:375 400
Symbol 375 MovieClipUses:295 302 188 181 21 303 307 313 321 328 332 347 234 241 348 354 355 359 363 371 374Used by:384
Symbol 376 GraphicUsed by:380
Symbol 377 GraphicUsed by:380
Symbol 378 GraphicUsed by:380
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:376 377 378 379Used by:383
Symbol 381 GraphicUsed by:382
Symbol 382 MovieClipUses:381Used by:383
Symbol 383 MovieClipUses:380 382Used by:384 401 610 627
Symbol 384 MovieClipUses:152 266 269 270 272 273 275 278 280 375 383Used by:Timeline
Symbol 385 GraphicUsed by:391
Symbol 386 GraphicUsed by:391
Symbol 387 GraphicUsed by:391
Symbol 388 GraphicUsed by:391
Symbol 389 GraphicUsed by:391
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:21 385 386 387 388 389 390Used by:392
Symbol 392 MovieClipUses:227 391 234 241 21 242 246 247 252 256 261 265 167 181 188 189 194 195 199 203 209 212Used by:401
Symbol 393 GraphicUsed by:399
Symbol 394 GraphicUsed by:399
Symbol 395 GraphicUsed by:399
Symbol 396 GraphicUsed by:399
Symbol 397 GraphicUsed by:399
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:21 393 394 395 396 397 398Used by:400
Symbol 400 MovieClipUses:347 399 241 234 21 348 354 355 359 363 371 374 295 181 188 303 307 313 321 328 332Used by:401
Symbol 401 MovieClipUses:152 392 269 278 270 272 273 280 400 275 383Used by:Timeline
Symbol 402 GraphicUsed by:403
Symbol 403 MovieClipUses:402Used by:416
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:404Used by:416
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:406Used by:416
Symbol 408 GraphicUsed by:409
Symbol 409 MovieClipUses:408Used by:416
Symbol 410 GraphicUsed by:411
Symbol 411 MovieClipUses:410Used by:416
Symbol 412 GraphicUsed by:413
Symbol 413 MovieClipUses:412Used by:416
Symbol 414 GraphicUsed by:415
Symbol 415 MovieClipUses:414Used by:416
Symbol 416 MovieClipUses:21 403 405 407 409 411 413 415Used by:513 618
Symbol 417 GraphicUsed by:423
Symbol 418 GraphicUsed by:423
Symbol 419 GraphicUsed by:423
Symbol 420 GraphicUsed by:423
Symbol 421 GraphicUsed by:423
Symbol 422 GraphicUsed by:423
Symbol 423 MovieClipUses:21 417 418 419 420 421 422Used by:513
Symbol 424 GraphicUsed by:430
Symbol 425 GraphicUsed by:430
Symbol 426 GraphicUsed by:430
Symbol 427 GraphicUsed by:430
Symbol 428 GraphicUsed by:430
Symbol 429 GraphicUsed by:430
Symbol 430 MovieClipUses:21 424 425 426 427 428 429Used by:513 609 618 626
Symbol 431 GraphicUsed by:437
Symbol 432 GraphicUsed by:437
Symbol 433 GraphicUsed by:437
Symbol 434 GraphicUsed by:437
Symbol 435 GraphicUsed by:437
Symbol 436 GraphicUsed by:437
Symbol 437 MovieClipUses:21 431 432 433 434 435 436Used by:513 609 618 626
Symbol 438 GraphicUsed by:442 513 618
Symbol 439 GraphicUsed by:442
Symbol 440 GraphicUsed by:442
Symbol 441 GraphicUsed by:442
Symbol 442 MovieClipUses:21 438 439 440 441Used by:513 618
Symbol 443 GraphicUsed by:447 513 618
Symbol 444 GraphicUsed by:447
Symbol 445 GraphicUsed by:447
Symbol 446 GraphicUsed by:447
Symbol 447 MovieClipUses:21 443 444 445 446Used by:513 618
Symbol 448 GraphicUsed by:451
Symbol 449 GraphicUsed by:451
Symbol 450 GraphicUsed by:451
Symbol 451 MovieClipUses:21 143 448 449 450Used by:513 618
Symbol 452 GraphicUsed by:459
Symbol 453 GraphicUsed by:459
Symbol 454 GraphicUsed by:459
Symbol 455 GraphicUsed by:459
Symbol 456 GraphicUsed by:459
Symbol 457 GraphicUsed by:459
Symbol 458 GraphicUsed by:459
Symbol 459 MovieClipUses:21 452 143 453 454 455 456 457 458Used by:513 618
Symbol 460 GraphicUsed by:462
Symbol 461 GraphicUsed by:462
Symbol 462 MovieClipUses:21 460 461Used by:513 618
Symbol 463 GraphicUsed by:464
Symbol 464 MovieClipUses:463Used by:477
Symbol 465 GraphicUsed by:466
Symbol 466 MovieClipUses:465Used by:477
Symbol 467 GraphicUsed by:468
Symbol 468 MovieClipUses:467Used by:477
Symbol 469 GraphicUsed by:470
Symbol 470 MovieClipUses:469Used by:477
Symbol 471 GraphicUsed by:472
Symbol 472 MovieClipUses:471Used by:477
Symbol 473 GraphicUsed by:474
Symbol 474 MovieClipUses:473Used by:477
Symbol 475 GraphicUsed by:476
Symbol 476 MovieClipUses:475Used by:477
Symbol 477 MovieClipUses:21 464 466 468 470 472 474 476Used by:513 618
Symbol 478 GraphicUsed by:484
Symbol 479 GraphicUsed by:484
Symbol 480 GraphicUsed by:484
Symbol 481 GraphicUsed by:484
Symbol 482 GraphicUsed by:484
Symbol 483 GraphicUsed by:484
Symbol 484 MovieClipUses:21 478 479 480 481 482 483Used by:513 618
Symbol 485 GraphicUsed by:486
Symbol 486 MovieClipUses:21 485Used by:513 618
Symbol 487 GraphicUsed by:492
Symbol 488 GraphicUsed by:492
Symbol 489 GraphicUsed by:492
Symbol 490 GraphicUsed by:492
Symbol 491 GraphicUsed by:492
Symbol 492 MovieClipUses:21 487 488 489 490 491Used by:513 618
Symbol 493 GraphicUsed by:494
Symbol 494 MovieClipUses:21 493Used by:513 618
Symbol 495 GraphicUsed by:499
Symbol 496 GraphicUsed by:499
Symbol 497 GraphicUsed by:499
Symbol 498 GraphicUsed by:499
Symbol 499 MovieClipUses:21 495 496 497 498Used by:513 618
Symbol 500 GraphicUsed by:503
Symbol 501 GraphicUsed by:503
Symbol 502 GraphicUsed by:503
Symbol 503 MovieClipUses:21 143 500 501 502Used by:513 618
Symbol 504 GraphicUsed by:509
Symbol 505 GraphicUsed by:509
Symbol 506 GraphicUsed by:509
Symbol 507 GraphicUsed by:509
Symbol 508 GraphicUsed by:509
Symbol 509 MovieClipUses:21 504 143 505 506 507 508Used by:513 618
Symbol 510 GraphicUsed by:512
Symbol 511 GraphicUsed by:512
Symbol 512 MovieClipUses:21 510 511Used by:513 618
Symbol 513 MovieClipUses:416 423 430 437 21 438 442 443 447 451 459 462 477 484 486 492 494 499 503 509 512Used by:610
Symbol 514 GraphicUsed by:515
Symbol 515 MovieClipUses:514Used by:528
Symbol 516 GraphicUsed by:517
Symbol 517 MovieClipUses:516Used by:528
Symbol 518 GraphicUsed by:519
Symbol 519 MovieClipUses:518Used by:528
Symbol 520 GraphicUsed by:521
Symbol 521 MovieClipUses:520Used by:528
Symbol 522 GraphicUsed by:523
Symbol 523 MovieClipUses:522Used by:528
Symbol 524 GraphicUsed by:525
Symbol 525 MovieClipUses:524Used by:528
Symbol 526 GraphicUsed by:527
Symbol 527 MovieClipUses:526Used by:528
Symbol 528 MovieClipUses:21 515 517 519 521 523 525 527Used by:609 626
Symbol 529 GraphicUsed by:535
Symbol 530 GraphicUsed by:535
Symbol 531 GraphicUsed by:535
Symbol 532 GraphicUsed by:535
Symbol 533 GraphicUsed by:535
Symbol 534 GraphicUsed by:535
Symbol 535 MovieClipUses:21 529 530 531 532 533 534Used by:609 626
Symbol 536 GraphicUsed by:609 626
Symbol 537 GraphicUsed by:541
Symbol 538 GraphicUsed by:541
Symbol 539 GraphicUsed by:541
Symbol 540 GraphicUsed by:541
Symbol 541 MovieClipUses:21 537 538 539 540Used by:609 626
Symbol 542 GraphicUsed by:546 609 626
Symbol 543 GraphicUsed by:546
Symbol 544 GraphicUsed by:546
Symbol 545 GraphicUsed by:546
Symbol 546 MovieClipUses:21 542 543 544 545Used by:609 626
Symbol 547 GraphicUsed by:550
Symbol 548 GraphicUsed by:550
Symbol 549 GraphicUsed by:550
Symbol 550 MovieClipUses:21 143 547 548 549Used by:609 626
Symbol 551 GraphicUsed by:555
Symbol 552 GraphicUsed by:555
Symbol 553 GraphicUsed by:555
Symbol 554 GraphicUsed by:555
Symbol 555 MovieClipUses:21 143 551 552 553 554Used by:609 626
Symbol 556 GraphicUsed by:559
Symbol 557 GraphicUsed by:559
Symbol 558 GraphicUsed by:559
Symbol 559 MovieClipUses:21 556 557 558Used by:609 626
Symbol 560 GraphicUsed by:561
Symbol 561 MovieClipUses:560Used by:574
Symbol 562 GraphicUsed by:563
Symbol 563 MovieClipUses:562Used by:574
Symbol 564 GraphicUsed by:565
Symbol 565 MovieClipUses:564Used by:574
Symbol 566 GraphicUsed by:567
Symbol 567 MovieClipUses:566Used by:574
Symbol 568 GraphicUsed by:569
Symbol 569 MovieClipUses:568Used by:574
Symbol 570 GraphicUsed by:571
Symbol 571 MovieClipUses:570Used by:574
Symbol 572 GraphicUsed by:573
Symbol 573 MovieClipUses:572Used by:574
Symbol 574 MovieClipUses:21 561 563 565 567 569 571 573Used by:609 626
Symbol 575 GraphicUsed by:581
Symbol 576 GraphicUsed by:581
Symbol 577 GraphicUsed by:581
Symbol 578 GraphicUsed by:581
Symbol 579 GraphicUsed by:581
Symbol 580 GraphicUsed by:581
Symbol 581 MovieClipUses:21 575 576 577 578 579 580Used by:609 626
Symbol 582 GraphicUsed by:586 609 626
Symbol 583 GraphicUsed by:586
Symbol 584 GraphicUsed by:586
Symbol 585 GraphicUsed by:586
Symbol 586 MovieClipUses:21 582 583 584 585Used by:609 626
Symbol 587 GraphicUsed by:592 609 626
Symbol 588 GraphicUsed by:592
Symbol 589 GraphicUsed by:592
Symbol 590 GraphicUsed by:592
Symbol 591 GraphicUsed by:592
Symbol 592 MovieClipUses:21 587 588 589 590 591Used by:609 626
Symbol 593 GraphicUsed by:596
Symbol 594 GraphicUsed by:596
Symbol 595 GraphicUsed by:596
Symbol 596 MovieClipUses:21 143 593 594 595Used by:609 626
Symbol 597 GraphicUsed by:605
Symbol 598 GraphicUsed by:605
Symbol 599 GraphicUsed by:605
Symbol 600 GraphicUsed by:605
Symbol 601 GraphicUsed by:605
Symbol 602 GraphicUsed by:605
Symbol 603 GraphicUsed by:605
Symbol 604 GraphicUsed by:605
Symbol 605 MovieClipUses:21 143 597 598 599 600 601 602 603 604Used by:609 626
Symbol 606 GraphicUsed by:608
Symbol 607 GraphicUsed by:608
Symbol 608 MovieClipUses:21 606 607Used by:609 626
Symbol 609 MovieClipUses:528 535 437 430 21 536 541 542 546 550 555 559 574 581 582 586 587 592 596 605 608Used by:610
Symbol 610 MovieClipUses:152 513 269 278 270 272 273 280 609 275 383Used by:Timeline
Symbol 611 GraphicUsed by:617
Symbol 612 GraphicUsed by:617
Symbol 613 GraphicUsed by:617
Symbol 614 GraphicUsed by:617
Symbol 615 GraphicUsed by:617
Symbol 616 GraphicUsed by:617
Symbol 617 MovieClipUses:21 611 612 613 614 615 616Used by:618
Symbol 618 MovieClipUses:477 617 484 486 492 494 499 503 509 512 416 430 437 21 438 442 443 447 451 459 462Used by:627
Symbol 619 GraphicUsed by:625
Symbol 620 GraphicUsed by:625
Symbol 621 GraphicUsed by:625
Symbol 622 GraphicUsed by:625
Symbol 623 GraphicUsed by:625
Symbol 624 GraphicUsed by:625
Symbol 625 MovieClipUses:21 619 620 621 622 623 624Used by:626
Symbol 626 MovieClipUses:574 625 581 21 582 586 587 592 596 605 608 528 430 437 536 541 542 546 550 555 559 535Used by:627
Symbol 627 MovieClipUses:152 618 269 278 270 272 273 275 280 626 383Used by:Timeline
Symbol 628 GraphicUsed by:629
Symbol 629 MovieClipUses:628Used by:Timeline
Symbol 630 GraphicUsed by:631
Symbol 631 MovieClipUses:630Used by:Timeline
Symbol 632 GraphicUsed by:Timeline
Symbol 633 ShapeTweeningUsed by:Timeline
Symbol 634 GraphicUsed by:639
Symbol 635 FontUsed by:636 638
Symbol 636 TextUses:635Used by:639
Symbol 637 GraphicUsed by:639
Symbol 638 TextUses:635Used by:639
Symbol 639 MovieClipUses:634 636 637 638Used by:Timeline
Symbol 640 TextUses:85Used by:641
Symbol 641 MovieClipUses:640Used by:Timeline
Symbol 642 FontUsed by:643 644
Symbol 643 TextUses:642Used by:645
Symbol 644 TextUses:642Used by:645
Symbol 645 ButtonUses:643 644 80Used by:Timeline

Instance Names

"page1"Frame 1Symbol 84 MovieClip
"mask1"Frame 1Symbol 95 MovieClip
"courthaut"Frame 7Symbol 97 MovieClip
"courtbas"Frame 7Symbol 99 MovieClip
"faute"Frame 7Symbol 110 MovieClip
"applaude"Frame 7Symbol 112 MovieClip
"frappe"Frame 7Symbol 114 MovieClip
"rebondball"Frame 7Symbol 116 MovieClip
"nord_ouest"Frame 7Symbol 118 MovieClip
"nord_est"Frame 7Symbol 120 MovieClip
"sud_ouest"Frame 7Symbol 122 MovieClip
"sud_est"Frame 7Symbol 124 MovieClip
"out1"Frame 7Symbol 127 MovieClip
"score1"Frame 7Symbol 150 MovieClip
"man4"Frame 11Symbol 384 MovieClip
"man3"Frame 11Symbol 401 MovieClip
"man2"Frame 11Symbol 610 MovieClip
"man1"Frame 11Symbol 627 MovieClip
"zonefilet"Frame 11Symbol 629 MovieClip
"net"Frame 11Symbol 631 MovieClip
"load_bar"Symbol 83 MovieClip Frame 1Symbol 31 MovieClip
"a"Symbol 83 MovieClip Frame 1Symbol 36 MovieClip
"d"Symbol 83 MovieClip Frame 1Symbol 47 MovieClip
"c"Symbol 83 MovieClip Frame 1Symbol 56 MovieClip
"b"Symbol 83 MovieClip Frame 1Symbol 62 MovieClip
"load_bar"Symbol 84 MovieClip Frame 1Symbol 31 MovieClip
"a"Symbol 84 MovieClip Frame 1Symbol 36 MovieClip
"d"Symbol 84 MovieClip Frame 1Symbol 47 MovieClip
"c"Symbol 84 MovieClip Frame 1Symbol 56 MovieClip
"b"Symbol 84 MovieClip Frame 1Symbol 62 MovieClip
"myplay"Symbol 84 MovieClip Frame 1Symbol 82 MovieClip
"ggg"Symbol 84 MovieClip Frame 2Symbol 83 MovieClip
"balletest"Symbol 149 MovieClip Frame 1Symbol 144 MovieClip
"cadre"Symbol 150 MovieClip Frame 1Symbol 149 MovieClip
"hittestcurseur"Symbol 383 MovieClip Frame 1Symbol 382 MovieClip
"ombreballe"Symbol 384 MovieClip Frame 1Symbol 152 MovieClip
"haut"Symbol 384 MovieClip Frame 1Symbol 266 MovieClip
"mcfilet"Symbol 384 MovieClip Frame 1Symbol 269 MovieClip
"ball"Symbol 384 MovieClip Frame 1Symbol 278 MovieClip
"mcimpact"Symbol 384 MovieClip Frame 1Symbol 280 MovieClip
"bas"Symbol 384 MovieClip Frame 1Symbol 375 MovieClip
"curseur_service"Symbol 384 MovieClip Frame 1Symbol 383 MovieClip
"ombreballe"Symbol 401 MovieClip Frame 1Symbol 152 MovieClip
"haut"Symbol 401 MovieClip Frame 1Symbol 392 MovieClip
"mcfilet"Symbol 401 MovieClip Frame 1Symbol 269 MovieClip
"ball"Symbol 401 MovieClip Frame 1Symbol 278 MovieClip
"mcimpact"Symbol 401 MovieClip Frame 1Symbol 280 MovieClip
"bas"Symbol 401 MovieClip Frame 1Symbol 400 MovieClip
"curseur_service"Symbol 401 MovieClip Frame 1Symbol 383 MovieClip
"ombreballe"Symbol 610 MovieClip Frame 1Symbol 152 MovieClip
"haut"Symbol 610 MovieClip Frame 1Symbol 513 MovieClip
"mcfilet"Symbol 610 MovieClip Frame 1Symbol 269 MovieClip
"ball"Symbol 610 MovieClip Frame 1Symbol 278 MovieClip
"mcimpact"Symbol 610 MovieClip Frame 1Symbol 280 MovieClip
"bas"Symbol 610 MovieClip Frame 1Symbol 609 MovieClip
"curseur_service"Symbol 610 MovieClip Frame 1Symbol 383 MovieClip
"ombreballe"Symbol 627 MovieClip Frame 1Symbol 152 MovieClip
"haut"Symbol 627 MovieClip Frame 1Symbol 618 MovieClip
"mcfilet"Symbol 627 MovieClip Frame 1Symbol 269 MovieClip
"ball"Symbol 627 MovieClip Frame 1Symbol 278 MovieClip
"mcimpact"Symbol 627 MovieClip Frame 1Symbol 280 MovieClip
"bas"Symbol 627 MovieClip Frame 1Symbol 626 MovieClip
"curseur_service"Symbol 627 MovieClip Frame 1Symbol 383 MovieClip

Labels

"jeu"Frame 7
"d"Frame 11
"miseajour"Frame 12
"end"Frame 19
"fin"Frame 19
"fault"Symbol 127 MovieClip Frame 33
"double"Symbol 127 MovieClip Frame 67
"changement"Symbol 127 MovieClip Frame 84
"charge"Symbol 194 MovieClip Frame 1
"tire"Symbol 194 MovieClip Frame 5
"charge"Symbol 209 MovieClip Frame 1
"tire"Symbol 209 MovieClip Frame 7
"tire"Symbol 212 MovieClip Frame 1
"charge"Symbol 246 MovieClip Frame 1
"tire"Symbol 246 MovieClip Frame 4
"charge"Symbol 252 MovieClip Frame 1
"charge"Symbol 261 MovieClip Frame 1
"tire"Symbol 261 MovieClip Frame 6
"tire"Symbol 265 MovieClip Frame 2
"immobilejoueur"Symbol 266 MovieClip Frame 1
"coursejoueurdroite"Symbol 266 MovieClip Frame 9
"coursejoueurgauche"Symbol 266 MovieClip Frame 17
"reversjoueur"Symbol 266 MovieClip Frame 26
"revers_shootjoueur"Symbol 266 MovieClip Frame 31
"coup_droitjoueur"Symbol 266 MovieClip Frame 42
"coup_droit_shootjoueur"Symbol 266 MovieClip Frame 48
"avant_servicejoueur"Symbol 266 MovieClip Frame 65
"servicejoueur"Symbol 266 MovieClip Frame 79
"fin_servicejoueur"Symbol 266 MovieClip Frame 86
"immobileordi"Symbol 266 MovieClip Frame 100
"courseordigauche"Symbol 266 MovieClip Frame 120
"courseordidroite"Symbol 266 MovieClip Frame 125
"reversordi"Symbol 266 MovieClip Frame 131
"revers_shootordi"Symbol 266 MovieClip Frame 136
"coup_droitordi"Symbol 266 MovieClip Frame 147
"coup_droit_shootordi"Symbol 266 MovieClip Frame 153
"avant_serviceordi"Symbol 266 MovieClip Frame 170
"serviceordi"Symbol 266 MovieClip Frame 184
"fin_serviceordi"Symbol 266 MovieClip Frame 192
"service"Symbol 278 MovieClip Frame 7
"arret"Symbol 278 MovieClip Frame 16
"tire"Symbol 307 MovieClip Frame 1
"charge"Symbol 328 MovieClip Frame 1
"tire"Symbol 332 MovieClip Frame 1
"charge"Symbol 354 MovieClip Frame 1
"tire"Symbol 354 MovieClip Frame 3
"charge"Symbol 371 MovieClip Frame 1
"tire"Symbol 374 MovieClip Frame 1
"immobilejoueur"Symbol 375 MovieClip Frame 1
"coursejoueurdroite"Symbol 375 MovieClip Frame 7
"coursejoueurgauche"Symbol 375 MovieClip Frame 13
"reversjoueur"Symbol 375 MovieClip Frame 19
"revers_shootjoueur"Symbol 375 MovieClip Frame 23
"coup_droitjoueur"Symbol 375 MovieClip Frame 35
"coup_droit_shootjoueur"Symbol 375 MovieClip Frame 40
"avant_servicejoueur"Symbol 375 MovieClip Frame 54
"servicejoueur"Symbol 375 MovieClip Frame 68
"fin_servicejoueur"Symbol 375 MovieClip Frame 76
"immobileordi"Symbol 375 MovieClip Frame 95
"courseordidroite"Symbol 375 MovieClip Frame 96
"courseordigauche"Symbol 375 MovieClip Frame 102
"reversordi"Symbol 375 MovieClip Frame 108
"revers_shootordi"Symbol 375 MovieClip Frame 112
"coup_droitordi"Symbol 375 MovieClip Frame 124
"coup_droit_shootordi"Symbol 375 MovieClip Frame 129
"avant_serviceordi"Symbol 375 MovieClip Frame 143
"serviceordi"Symbol 375 MovieClip Frame 171
"fin_serviceordi"Symbol 375 MovieClip Frame 180
"immobilejoueur"Symbol 392 MovieClip Frame 1
"coursejoueurdroite"Symbol 392 MovieClip Frame 9
"coursejoueurgauche"Symbol 392 MovieClip Frame 17
"reversjoueur"Symbol 392 MovieClip Frame 26
"revers_shootjoueur"Symbol 392 MovieClip Frame 31
"coup_droitjoueur"Symbol 392 MovieClip Frame 42
"coup_droit_shootjoueur"Symbol 392 MovieClip Frame 48
"avant_servicejoueur"Symbol 392 MovieClip Frame 65
"servicejoueur"Symbol 392 MovieClip Frame 79
"fin_servicejoueur"Symbol 392 MovieClip Frame 86
"immobileordi"Symbol 392 MovieClip Frame 100
"anim_immobileordi"Symbol 392 MovieClip Frame 101
"courseordigauche"Symbol 392 MovieClip Frame 120
"courseordidroite"Symbol 392 MovieClip Frame 125
"reversordi"Symbol 392 MovieClip Frame 131
"revers_shootordi"Symbol 392 MovieClip Frame 136
"coup_droitordi"Symbol 392 MovieClip Frame 147
"coup_droit_shootordi"Symbol 392 MovieClip Frame 153
"avant_serviceordi"Symbol 392 MovieClip Frame 170
"serviceordi"Symbol 392 MovieClip Frame 184
"fin_serviceordi"Symbol 392 MovieClip Frame 192
"immobilejoueur"Symbol 400 MovieClip Frame 1
"coursejoueurdroite"Symbol 400 MovieClip Frame 7
"coursejoueurgauche"Symbol 400 MovieClip Frame 13
"reversjoueur"Symbol 400 MovieClip Frame 19
"revers_shootjoueur"Symbol 400 MovieClip Frame 23
"coup_droitjoueur"Symbol 400 MovieClip Frame 35
"coup_droit_shootjoueur"Symbol 400 MovieClip Frame 40
"avant_servicejoueur"Symbol 400 MovieClip Frame 54
"servicejoueur"Symbol 400 MovieClip Frame 68
"fin_servicejoueur"Symbol 400 MovieClip Frame 76
"immobileordi"Symbol 400 MovieClip Frame 95
"courseordidroite"Symbol 400 MovieClip Frame 96
"courseordigauche"Symbol 400 MovieClip Frame 102
"reversordi"Symbol 400 MovieClip Frame 108
"revers_shootordi"Symbol 400 MovieClip Frame 112
"coup_droitordi"Symbol 400 MovieClip Frame 124
"coup_droit_shootordi"Symbol 400 MovieClip Frame 129
"avant_serviceordi"Symbol 400 MovieClip Frame 143
"serviceordi"Symbol 400 MovieClip Frame 171
"fin_serviceordi"Symbol 400 MovieClip Frame 180
"attente-bouge"Symbol 416 MovieClip Frame 1
"tire"Symbol 442 MovieClip Frame 7
"^tire"Symbol 447 MovieClip Frame 1
"charge"Symbol 459 MovieClip Frame 1
"tire"Symbol 459 MovieClip Frame 7
"tire"Symbol 462 MovieClip Frame 1
"attente-bouge"Symbol 477 MovieClip Frame 1
"charge"Symbol 486 MovieClip Frame 1
"tire"Symbol 492 MovieClip Frame 1
"charge"Symbol 494 MovieClip Frame 1
"charge"Symbol 499 MovieClip Frame 1
"^tire"Symbol 499 MovieClip Frame 3
"charge"Symbol 509 MovieClip Frame 1
"tire"Symbol 509 MovieClip Frame 5
"tire"Symbol 512 MovieClip Frame 1
"immobilejoueur"Symbol 513 MovieClip Frame 1
"coursejoueurdroite"Symbol 513 MovieClip Frame 9
"coursejoueurgauche"Symbol 513 MovieClip Frame 17
"reversjoueur"Symbol 513 MovieClip Frame 26
"revers_shootjoueur"Symbol 513 MovieClip Frame 31
"coup_droitjoueur"Symbol 513 MovieClip Frame 42
"coup_droit_shootjoueur"Symbol 513 MovieClip Frame 48
"avant_servicejoueur"Symbol 513 MovieClip Frame 65
"servicejoueur"Symbol 513 MovieClip Frame 79
"fin_servicejoueur"Symbol 513 MovieClip Frame 86
"immobileordi"Symbol 513 MovieClip Frame 100
"reversordi"Symbol 513 MovieClip Frame 131
"revers_shootordi"Symbol 513 MovieClip Frame 136
"coup_droitordi"Symbol 513 MovieClip Frame 147
"coup_droit_shootordi"Symbol 513 MovieClip Frame 153
"avant_serviceordi"Symbol 513 MovieClip Frame 170
"serviceordi"Symbol 513 MovieClip Frame 184
"fin_serviceordi"Symbol 513 MovieClip Frame 192
"tire"Symbol 541 MovieClip Frame 1
"charge"Symbol 555 MovieClip Frame 1
"charge"Symbol 559 MovieClip Frame 1
"tire"Symbol 559 MovieClip Frame 3
"charge"Symbol 586 MovieClip Frame 1
"tire"Symbol 586 MovieClip Frame 3
"charge"Symbol 592 MovieClip Frame 1
"^tire"Symbol 592 MovieClip Frame 5
"charge"Symbol 605 MovieClip Frame 1
"tire"Symbol 608 MovieClip Frame 1
"immobilejoueur"Symbol 609 MovieClip Frame 1
"coursejoueurdroite"Symbol 609 MovieClip Frame 7
"coursejoueurgauche"Symbol 609 MovieClip Frame 13
"reversjoueur"Symbol 609 MovieClip Frame 19
"revers_shootjoueur"Symbol 609 MovieClip Frame 23
"coup_droitjoueur"Symbol 609 MovieClip Frame 35
"coup_droit_shootjoueur"Symbol 609 MovieClip Frame 40
"avant_servicejoueur"Symbol 609 MovieClip Frame 54
"servicejoueur"Symbol 609 MovieClip Frame 68
"fin_servicejoueur"Symbol 609 MovieClip Frame 76
"immobileordi"Symbol 609 MovieClip Frame 95
"courseordidroite"Symbol 609 MovieClip Frame 96
"courseordigauche"Symbol 609 MovieClip Frame 102
"reversordi"Symbol 609 MovieClip Frame 108
"revers_shootordi"Symbol 609 MovieClip Frame 112
"coup_droitordi"Symbol 609 MovieClip Frame 124
"coup_droit_shootordi"Symbol 609 MovieClip Frame 129
"avant_serviceordi"Symbol 609 MovieClip Frame 143
"serviceordi"Symbol 609 MovieClip Frame 171
"fin_serviceordi"Symbol 609 MovieClip Frame 180
"immobilejoueur"Symbol 618 MovieClip Frame 1
"coursejoueurdroite"Symbol 618 MovieClip Frame 9
"coursejoueurgauche"Symbol 618 MovieClip Frame 17
"reversjoueur"Symbol 618 MovieClip Frame 26
"revers_shootjoueur"Symbol 618 MovieClip Frame 31
"coup_droitjoueur"Symbol 618 MovieClip Frame 42
"coup_droit_shootjoueur"Symbol 618 MovieClip Frame 48
"avant_servicejoueur"Symbol 618 MovieClip Frame 65
"servicejoueur"Symbol 618 MovieClip Frame 79
"fin_servicejoueur"Symbol 618 MovieClip Frame 86
"immobileordi"Symbol 618 MovieClip Frame 100
"anim_immobileordi"Symbol 618 MovieClip Frame 101
"courseordigauche"Symbol 618 MovieClip Frame 120
"courseordidroite"Symbol 618 MovieClip Frame 125
"reversordi"Symbol 618 MovieClip Frame 131
"revers_shootordi"Symbol 618 MovieClip Frame 136
"coup_droitordi"Symbol 618 MovieClip Frame 147
"coup_droit_shootordi"Symbol 618 MovieClip Frame 153
"avant_serviceordi"Symbol 618 MovieClip Frame 170
"serviceordi"Symbol 618 MovieClip Frame 184
"fin_serviceordi"Symbol 618 MovieClip Frame 192
"immobilejoueur"Symbol 626 MovieClip Frame 1
"coursejoueurdroite"Symbol 626 MovieClip Frame 7
"coursejoueurgauche"Symbol 626 MovieClip Frame 13
"reversjoueur"Symbol 626 MovieClip Frame 19
"revers_shootjoueur"Symbol 626 MovieClip Frame 23
"coup_droitjoueur"Symbol 626 MovieClip Frame 35
"coup_droit_shootjoueur"Symbol 626 MovieClip Frame 40
"avant_servicejoueur"Symbol 626 MovieClip Frame 54
"servicejoueur"Symbol 626 MovieClip Frame 68
"fin_servicejoueur"Symbol 626 MovieClip Frame 76
"immobileordi"Symbol 626 MovieClip Frame 95
"courseordidroite"Symbol 626 MovieClip Frame 96
"courseordigauche"Symbol 626 MovieClip Frame 102
"reversordi"Symbol 626 MovieClip Frame 108
"revers_shootordi"Symbol 626 MovieClip Frame 112
"coup_droitordi"Symbol 626 MovieClip Frame 124
"coup_droit_shootordi"Symbol 626 MovieClip Frame 129
"avant_serviceordi"Symbol 626 MovieClip Frame 143
"serviceordi"Symbol 626 MovieClip Frame 171
"fin_serviceordi"Symbol 626 MovieClip Frame 180

Dynamic Text Variables

_parent.score_ordiSymbol 140 EditableText"15"
_parent.score_joueurSymbol 141 EditableText"15"
_parent.jeu_ordiSymbol 145 EditableText"5"
_parent.jeu_joueurSymbol 146 EditableText"5"
_parent.set1_ordiSymbol 147 EditableText"5"
_parent.set1_joueurSymbol 148 EditableText"5"




http://swfchan.com/5/21994/info.shtml
Created: 27/5 -2019 08:15:35 Last modified: 27/5 -2019 08:15:35 Server time: 16/05 -2024 03:26:31