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

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

Tir a l'Arc.swf

This is the info page for
Flash #23254

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


Text
<P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"> </FONT></P>

Chargement en cours...

Jouer

Règles

Quitter

Crédits

Options

Règle du jeu :

Touches :

OK

Touchez-la pour gagner 1 point

Touchez-la pour gagner 3 point

Touchez-la pour gagner 2 point

Opposants redoutables, vous
gagnez 5 points par opposant tué.
Vous perdez 5 points si ce sont eux
qui vous tuent !

ESPACE : tirer

et

: viser

: déplacements

CTRL : Roulade avant

Entrée : Bullettime

SHIFT : Salto arrière

Astuce : Gardez Entrée préssé pour garder la position.

Crédits

Par The BOMBAY

Ecrivez-moi

Copyright © 2004, All rights reserved

Toutes reproductions ( même partielle ) est
formellement interdite sans autorisation sous peine
de poursuites judiciaires.

Options :

Annuler

Vitesse du joueur :

Précision de l'arc ( rotation ) :

Visée laser :

( Risque de faire ramer le jeu si votre PC n'est pas assez puissant !)

Temps :

Score :

Vitesse

Précision

Visée laser

Niveau

Points

Quitter

OK

Annuler

Atteindre le niveau :

Désolé, ce niveau n'existe pas !

Votre score :

Niveau suivant

Temps :

Temps :

Temps :

Temps :

Boss final

Rejouer

Quitter

Vous êtes un as du tir à l'arc. Vous n'auriez pas
des ascendances elfiques ?

Rejouer ( recomandé )

Quitter ( déconseillé )

Franchement, vous me décevez. 0 points ! c'est quand même osé.
A votre place, je referai une partie. Vous allez quand même pas
rester aussi nul toute votre vie ?

ActionScript [AS1/AS2]

Instance of Symbol 134 MovieClip in Frame 1
onClipEvent (enterFrame) { this._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; _root.pourcent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%"; }
Frame 2
if (getBytesLoaded() < getBytesTotal()) { gotoAndPlay (1); } else { gotoAndStop (3); stop(); vitesse = 2; rotation_arc = 2; vitesse_fleche = 20; g = 0.2; aj_g = 0.005; random_1 = 700; random_2 = 50; tps = 60; impact = new Sound(); impact.attachSound("impact"); pop = new Sound(); pop.attachSound("pop"); } fscommand ("showmenu", "false"); fscommand ("allowscale", "false"); fscommand ("trapallkeys", "false");
Frame 4
stop();
Instance of Symbol 229 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.test.player.haut.arc.arc2.fleche)) { _root.test.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.test.player.haut.arc.arc2.fleche)) { _root.test.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.test.player.haut.arc.arc2.fleche)) { _root.test.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.test.player.haut.arc.arc2.fleche)) { _root.test.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 132 MovieClip [FComboBoxSymbol] "speed" in Frame 7
//component parameters onClipEvent (initialize) { editable = false; labels = []; labels[0] = "Normale"; labels[1] = "Rapide"; labels[2] = "Tr\u00E8s rapide"; labels[3] = "Lente"; labels[4] = "Tr\u00E8s lente"; rowCount = 8; changeHandler = ""; }
Instance of Symbol 132 MovieClip [FComboBoxSymbol] "rotation" in Frame 7
//component parameters onClipEvent (initialize) { editable = false; labels = []; labels[0] = "Normale"; labels[1] = "Elev\u00E9e"; labels[2] = "Faible"; rowCount = 8; changeHandler = ""; }
Instance of Symbol 120 MovieClip [FRadioButtonSymbol] "avec" in Frame 7
//component parameters onClipEvent (initialize) { label = " Avec"; initialState = false; groupName = "visee"; data = ""; labelPlacement = "right"; changeHandler = ""; }
Instance of Symbol 120 MovieClip [FRadioButtonSymbol] "sans" in Frame 7
//component parameters onClipEvent (initialize) { label = " Sans"; initialState = true; groupName = "visee"; data = ""; labelPlacement = "right"; changeHandler = ""; }
Instance of Symbol 248 MovieClip in Frame 20
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts++; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 248 MovieClip in Frame 20
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts++; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 229 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 203 MovieClip "player" in Frame 20
onClipEvent (load) { max_x = "467"; min_x = "335"; } onClipEvent (enterFrame) { if (((((Key.isDown(37) or Key.isDown(39)) or Key.isDown(32)) or Key.isDown(17)) or Key.isDown(16)) or Key.isDown(13)) { if ((Key.isDown(17) and (_currentframe <= 2)) or (_currentframe == 3)) { if ((_xscale > 0) and ((_x + 123.5) <= max_x)) { gotoAndStop (3); } if ((_xscale < 0) and ((_x - 123) >= min_x)) { gotoAndStop (3); } } if ((Key.isDown(16) and (_currentframe <= 2)) or (_currentframe == 5)) { if ((_xscale > 0) and ((_x - 69) >= min_x)) { gotoAndStop (5); } if ((_xscale < 0) and ((_x + 69) <= max_x)) { gotoAndStop (5); } } if ((Key.isDown(13) and (_currentframe <= 2)) or (_currentframe == 4)) { if ((_xscale > 0) and ((_x - 80.5) >= min_x)) { gotoAndStop (4); } if ((_xscale < 0) and ((_x + 80.5) <= max_x)) { gotoAndStop (4); } } if (Key.isDown(39) and (_currentframe <= 2)) { _x = (_x + _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "100"; } } if (Key.isDown(37) and (_currentframe <= 2)) { _x = (_x - _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "-100"; } } } else if (_currentframe <= 2) { bas.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((this.carre.hitTest(_root.opposant.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if ((this.carre.hitTest(_root.opposant2.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant2.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } } onClipEvent (enterFrame) { if (_x >= max_x) { _x = max_x; } if (_x <= min_x) { _x = min_x; } }
Instance of Symbol 254 MovieClip "opposant" in Frame 20
onClipEvent (enterFrame) { if (_root.go1 == 1) { tempo++; if (tempo <= 150) { if (_x > 800) { _root.go1 = 0; tempo = 0; } _x = (_x + 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); tempo = 0; } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 258 MovieClip "opposant2" in Frame 20
onClipEvent (enterFrame) { if (_root.go1 == 2) { tempo++; if (tempo <= 150) { if (_x < 0) { _root.go2 = 0; tempo = 0; } _x = (_x - 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); tempo = 0; } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 260 MovieClip in Frame 20
onClipEvent (enterFrame) { if (_root.pts <= 0) { _root.pts = 0; } } onClipEvent (enterFrame) { if (_root.tps == 45) { _root.go1 = 1; } }
Instance of Symbol 296 MovieClip in Frame 20
onClipEvent (enterFrame) { if (Key.isDown(17)) { if (Key.isDown(18)) { if (Key.isDown(16)) { if (Key.isDown(67)) { gotoAndStop (2); } } } } }
Frame 22
tps = 60; go1 = 0; random_1 = 540; random_2 = 130;
Instance of Symbol 248 MovieClip in Frame 22
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts++; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 248 MovieClip in Frame 22
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts++; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 229 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 203 MovieClip "player" in Frame 22
onClipEvent (load) { max_x = "790"; min_x = "10"; } onClipEvent (enterFrame) { if (((((Key.isDown(37) or Key.isDown(39)) or Key.isDown(32)) or Key.isDown(17)) or Key.isDown(16)) or Key.isDown(13)) { if ((Key.isDown(17) and (_currentframe <= 2)) or (_currentframe == 3)) { if ((_xscale > 0) and ((_x + 123.5) <= max_x)) { gotoAndStop (3); } if ((_xscale < 0) and ((_x - 123) >= min_x)) { gotoAndStop (3); } } if ((Key.isDown(16) and (_currentframe <= 2)) or (_currentframe == 5)) { if (((_xscale > 0) and ((_x - 69) >= 100)) and (_x <= 700)) { gotoAndStop (5); } if (((_xscale < 0) and ((_x + 69) <= 700)) and (_x >= 100)) { gotoAndStop (5); } } if ((Key.isDown(13) and (_currentframe <= 2)) or (_currentframe == 4)) { if ((_xscale > 0) and ((_x - 80.5) >= min_x)) { gotoAndStop (4); } if ((_xscale < 0) and ((_x + 80.5) <= max_x)) { gotoAndStop (4); } } if (Key.isDown(39) and (_currentframe <= 2)) { _x = (_x + _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "100"; } } if (Key.isDown(37) and (_currentframe <= 2)) { _x = (_x - _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "-100"; } } } else if (_currentframe <= 2) { bas.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((this.carre.hitTest(_root.opposant.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if ((this.carre.hitTest(_root.opposant2.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant2.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if ((this.carre.hitTest(_root.opposant3.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant3.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if ((this.carre.hitTest(_root.opposant4.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant4.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } } onClipEvent (enterFrame) { if (_x >= max_x) { _x = max_x; } if (_x <= min_x) { _x = min_x; } }
Instance of Symbol 254 MovieClip "opposant" in Frame 22
onClipEvent (enterFrame) { if (_root.go1 == 1) { tempo++; if (tempo <= 120) { _x = (_x + 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 258 MovieClip "opposant2" in Frame 22
onClipEvent (enterFrame) { if (_root.go1 == 2) { tempo++; if (tempo <= 120) { _x = (_x - 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 254 MovieClip "opposant3" in Frame 22
onClipEvent (enterFrame) { if (_root.go1 == 3) { tempo++; if (tempo <= 120) { _x = (_x + 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 258 MovieClip "opposant4" in Frame 22
onClipEvent (enterFrame) { if (_root.go1 == 4) { tempo++; if (tempo <= 120) { _x = (_x - 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 260 MovieClip in Frame 22
onClipEvent (enterFrame) { if (_root.pts <= 0) { _root.pts = 0; } } onClipEvent (enterFrame) { if (_root.tps == 55) { _root.go1 = 1; } }
Frame 24
tps = 60; go1 = 0; random_1 = 700; random_2 = 50;
Instance of Symbol 248 MovieClip in Frame 24
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts++; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 248 MovieClip in Frame 24
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts++; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 248 MovieClip in Frame 24
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts++; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 229 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 203 MovieClip "player" in Frame 24
onClipEvent (enterFrame) { if (this.carre.hitTest(_root.opposant.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if (this.carre.hitTest(_root.opposant2.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if (this.carre.hitTest(_root.opposant3.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if (this.carre.hitTest(_root.opposant4.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if (this.carre.hitTest(_root.opposant5.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if (this.carre.hitTest(_root.opposant6.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } } onClipEvent (enterFrame) { if ((Key.isDown(37) and (_xscale > 0)) and (haut.arc.arc2._currentframe != 46)) { _xscale = "-100"; } if ((Key.isDown(39) and (_xscale < 0)) and (haut.arc.arc2._currentframe != 46)) { _xscale = "100"; } }
Instance of Symbol 254 MovieClip "opposant" in Frame 24
onClipEvent (enterFrame) { if (_root.go1 == 1) { tempo++; if (tempo <= 100) { if (_x > 800) { _root.go1 = 0; tempo = 0; } _x = (_x + 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); tempo = 0; } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 258 MovieClip "opposant2" in Frame 24
onClipEvent (enterFrame) { if (_root.go1 == 2) { tempo++; if (tempo <= 100) { if (_x < 0) { _root.go2 = 0; tempo = 0; } _x = (_x - 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); tempo = 0; } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 254 MovieClip "opposant3" in Frame 24
onClipEvent (enterFrame) { if (_root.go1 == 3) { tempo++; if (tempo <= 100) { if (_x > 800) { _root.go1 = 0; tempo = 0; } _x = (_x + 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); tempo = 0; } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 258 MovieClip "opposant4" in Frame 24
onClipEvent (enterFrame) { if (_root.go1 == 4) { tempo++; if (tempo <= 100) { if (_x < 0) { _root.go2 = 0; tempo = 0; } _x = (_x - 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); tempo = 0; } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 254 MovieClip "opposant5" in Frame 24
onClipEvent (enterFrame) { if (_root.go1 == 5) { tempo++; if (tempo <= 100) { if (_x > 800) { _root.go1 = 0; tempo = 0; } _x = (_x + 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); tempo = 0; } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 258 MovieClip "opposant6" in Frame 24
onClipEvent (enterFrame) { if (_root.go1 == 6) { tempo++; if (tempo <= 100) { if (_x < 0) { _root.go2 = 0; tempo = 0; } _x = (_x - 1); if (bas._currentframe == 1) { bas.gotoAndStop(2); } } else if (tempo <= 250) { if (bas._currentframe == 2) { bas.gotoAndStop(1); } } else if ((tempo > 250) and (haut._currentframe == 1)) { haut.gotoAndStop(2); } if (haut.arc.arc2._currentframe >= 48) { haut.gotoAndStop(1); tempo = 0; } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 5; gotoAndStop (2); } }
Instance of Symbol 260 MovieClip in Frame 24
onClipEvent (enterFrame) { if (_root.pts <= 0) { _root.pts = 0; } } onClipEvent (enterFrame) { if (_root.tps == 55) { _root.go1 = 1; } }
Frame 26
tps = 60; go1 = 0; aj_g_2 = 0.01; aj_g_3 = 0.015; random_1 = 700; random_2 = 50;
Instance of Symbol 248 MovieClip in Frame 26
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts++; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 248 MovieClip in Frame 26
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts++; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 316 MovieClip in Frame 26
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g_3; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 3; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 317 MovieClip in Frame 26
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g_2; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 2; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 229 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 203 MovieClip "player" in Frame 26
onClipEvent (load) { max_x = "790"; min_x = "10"; } onClipEvent (enterFrame) { if (((((Key.isDown(37) or Key.isDown(39)) or Key.isDown(32)) or Key.isDown(17)) or Key.isDown(16)) or Key.isDown(13)) { if ((Key.isDown(17) and (_currentframe <= 2)) or (_currentframe == 3)) { if ((_xscale > 0) and ((_x + 123.5) <= max_x)) { gotoAndStop (3); } if ((_xscale < 0) and ((_x - 123) >= min_x)) { gotoAndStop (3); } } if ((Key.isDown(16) and (_currentframe <= 2)) or (_currentframe == 5)) { if ((_xscale > 0) and ((_x - 69) >= min_x)) { gotoAndStop (5); } if ((_xscale < 0) and ((_x + 69) <= max_x)) { gotoAndStop (5); } } if ((Key.isDown(13) and (_currentframe <= 2)) or (_currentframe == 4)) { if ((_xscale > 0) and ((_x - 80.5) >= min_x)) { gotoAndStop (4); } if ((_xscale < 0) and ((_x + 80.5) <= max_x)) { gotoAndStop (4); } } if (Key.isDown(39) and (_currentframe <= 2)) { _x = (_x + _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "100"; } } if (Key.isDown(37) and (_currentframe <= 2)) { _x = (_x - _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "-100"; } } } else if (_currentframe <= 2) { bas.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_x >= max_x) { _x = max_x; } if (_x <= min_x) { _x = min_x; } }
Instance of Symbol 260 MovieClip in Frame 26
onClipEvent (enterFrame) { if (_root.pts <= 0) { _root.pts = 0; } }
Frame 28
tps = 60; go1 = 1; aj_g_2 = 0.01; aj_g_3 = 0.015; random_1 = 700; random_2 = 50;
Instance of Symbol 316 MovieClip in Frame 28
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g_3; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 3; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 248 MovieClip in Frame 28
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts++; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 248 MovieClip in Frame 28
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts++; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 317 MovieClip in Frame 28
onClipEvent (load) { g = _root.g; } onClipEvent (enterFrame) { if ((_y + (0.5 * _height)) < 550) { _y = (_y + g); g = g + _root.aj_g_2; } else if (_currentframe == 1) { gotoAndPlay (2); } if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_currentframe == 1)) { _root.pts = _root.pts + 2; gotoAndPlay (2); _root.player.haut.arc.arc2.gotoAndPlay(48); _root.pop.start(); } }
Instance of Symbol 325 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.opposant._y <= 550) { _y = _root.opposant._y; } else { _y = "0"; } }
Instance of Symbol 254 MovieClip "opposant" in Frame 28
onClipEvent (load) { bas.gotoAndStop(1); g = _root.g; } onClipEvent (enterFrame) { if ((_root.go1 == 1) and (tempo != -1)) { tempo++; _y = (_y + g); g = g + _root.aj_g_3; if (_y >= 550) { tempo = -1; } if (tempo == 100) { haut.gotoAndStop(2); } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_y <= 550)) { _root.pts = _root.pts + 5; haut.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((_y >= 550) and (_currentframe == 1)) { if (haut._currentframe == 1) { gotoAndStop (2); } else if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.pts = _root.pts + 5; gotoAndStop (2); } } }
Instance of Symbol 325 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.opposant2._y <= 550) { _y = _root.opposant2._y; } else { _y = "0"; } }
Instance of Symbol 325 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.opposant3._y <= 550) { _y = _root.opposant3._y; } else { _y = "0"; } }
Instance of Symbol 254 MovieClip "opposant3" in Frame 28
onClipEvent (load) { bas.gotoAndStop(1); g = _root.g; } onClipEvent (enterFrame) { if ((_root.go1 == 3) and (tempo != -1)) { tempo++; _y = (_y + g); g = g + _root.aj_g_3; if (_y >= 550) { tempo = -1; } if (tempo == 100) { haut.gotoAndStop(2); } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_y <= 550)) { _root.pts = _root.pts + 5; haut.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((_y >= 550) and (_currentframe == 1)) { if (haut._currentframe == 1) { gotoAndStop (2); } else if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.pts = _root.pts + 5; gotoAndStop (2); } } }
Instance of Symbol 325 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.opposant4._y <= 550) { _y = _root.opposant4._y; } else { _y = "0"; } }
Instance of Symbol 325 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.opposant5._y <= 550) { _y = _root.opposant5._y; } else { _y = "0"; } }
Instance of Symbol 254 MovieClip "opposant5" in Frame 28
onClipEvent (load) { bas.gotoAndStop(1); g = _root.g; } onClipEvent (enterFrame) { if ((_root.go1 == 5) and (tempo != -1)) { tempo++; _y = (_y + g); g = g + _root.aj_g_3; if (_y >= 550) { tempo = -1; } if (tempo == 100) { haut.gotoAndStop(2); } } } onClipEvent (enterFrame) { if ((this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_y <= 550)) and (haut._currentframe == 2)) { _root.pts = _root.pts + 5; haut.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((_y >= 550) and (_currentframe == 1)) { if (haut._currentframe == 1) { gotoAndStop (2); } else if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.pts = _root.pts + 5; gotoAndStop (2); } } }
Instance of Symbol 325 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.opposant6._y <= 550) { _y = _root.opposant6._y; } else { _y = "0"; } }
Instance of Symbol 258 MovieClip "opposant2" in Frame 28
onClipEvent (load) { bas.gotoAndStop(1); g = _root.g; } onClipEvent (enterFrame) { if ((_root.go1 == 2) and (tempo != -1)) { tempo++; _y = (_y + g); g = g + _root.aj_g_3; if (_y >= 550) { tempo = -1; } if (tempo == 100) { haut.gotoAndStop(2); } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_y <= 550)) { _root.pts = _root.pts + 5; haut.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((_y >= 550) and (_currentframe == 1)) { if (haut._currentframe == 1) { gotoAndStop (2); } else if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.pts = _root.pts + 5; gotoAndStop (2); } } }
Instance of Symbol 258 MovieClip "opposant4" in Frame 28
onClipEvent (load) { bas.gotoAndStop(1); g = _root.g; } onClipEvent (enterFrame) { if ((_root.go1 == 4) and (tempo != -1)) { tempo++; _y = (_y + g); g = g + _root.aj_g_3; if (_y >= 550) { tempo = -1; } if (tempo == 100) { haut.gotoAndStop(2); } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_y <= 550)) { _root.pts = _root.pts + 5; haut.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((_y >= 550) and (_currentframe == 1)) { if (haut._currentframe == 1) { gotoAndStop (2); } else if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.pts = _root.pts + 5; gotoAndStop (2); } } }
Instance of Symbol 258 MovieClip "opposant6" in Frame 28
onClipEvent (load) { bas.gotoAndStop(1); g = _root.g; } onClipEvent (enterFrame) { if ((_root.go1 == 6) and (tempo != -1)) { tempo++; _y = (_y + g); g = g + _root.aj_g_3; if (_y >= 550) { tempo = -1; } if (tempo == 100) { haut.gotoAndStop(2); } } } onClipEvent (enterFrame) { if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche) and (_y <= 550)) { _root.pts = _root.pts + 5; haut.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((_y >= 550) and (_currentframe == 1)) { if (haut._currentframe == 1) { gotoAndStop (2); } else if (this.carre.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.pts = _root.pts + 5; gotoAndStop (2); } } }
Instance of Symbol 229 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 203 MovieClip "player" in Frame 28
onClipEvent (load) { max_x = "790"; min_x = "10"; } onClipEvent (enterFrame) { if (((((Key.isDown(37) or Key.isDown(39)) or Key.isDown(32)) or Key.isDown(17)) or Key.isDown(16)) or Key.isDown(13)) { if ((Key.isDown(17) and (_currentframe <= 2)) or (_currentframe == 3)) { if ((_xscale > 0) and ((_x + 123.5) <= max_x)) { gotoAndStop (3); } if ((_xscale < 0) and ((_x - 123) >= min_x)) { gotoAndStop (3); } } if ((Key.isDown(16) and (_currentframe <= 2)) or (_currentframe == 5)) { if ((_xscale > 0) and ((_x - 69) >= min_x)) { gotoAndStop (5); } if ((_xscale < 0) and ((_x + 69) <= max_x)) { gotoAndStop (5); } } if ((Key.isDown(13) and (_currentframe <= 2)) or (_currentframe == 4)) { if ((_xscale > 0) and ((_x - 80.5) >= min_x)) { gotoAndStop (4); } if ((_xscale < 0) and ((_x + 80.5) <= max_x)) { gotoAndStop (4); } } if (Key.isDown(39) and (_currentframe <= 2)) { _x = (_x + _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "100"; } } if (Key.isDown(37) and (_currentframe <= 2)) { _x = (_x - _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "-100"; } } } else if (_currentframe <= 2) { bas.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((this.carre.hitTest(_root.opposant.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if ((this.carre.hitTest(_root.opposant2.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant2.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if ((this.carre.hitTest(_root.opposant3.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant3.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if ((this.carre.hitTest(_root.opposant4.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant4.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if ((this.carre.hitTest(_root.opposant5.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant5.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } if ((this.carre.hitTest(_root.opposant6.haut.arc.arc2.fleche) or this.player_2.cible.hitTest(_root.opposant6.haut.arc.arc2.fleche)) and (_currentframe != 2)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); _root.pts = _root.pts - 5; gotoAndStop (2); } } onClipEvent (enterFrame) { if (_x >= max_x) { _x = max_x; } if (_x <= min_x) { _x = min_x; } }
Instance of Symbol 260 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.pts <= 0) { _root.pts = 0; } }
Instance of Symbol 229 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip "mur" in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 229 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant.haut.arc.arc2.fleche)) { _root.opposant.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant2.haut.arc.arc2.fleche)) { _root.opposant2.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant3.haut.arc.arc2.fleche)) { _root.opposant3.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant4.haut.arc.arc2.fleche)) { _root.opposant4.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant5.haut.arc.arc2.fleche)) { _root.opposant5.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if (this.hitTest(_root.opposant6.haut.arc.arc2.fleche)) { _root.opposant6.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } }
Instance of Symbol 203 MovieClip "player" in Frame 30
onClipEvent (load) { max_x = "790"; min_x = "110"; } onClipEvent (enterFrame) { if (((((Key.isDown(37) or Key.isDown(39)) or Key.isDown(32)) or Key.isDown(17)) or Key.isDown(16)) or Key.isDown(13)) { if ((Key.isDown(17) and (_currentframe <= 2)) or (_currentframe == 3)) { if ((_xscale > 0) and ((_x + 123.5) <= max_x)) { gotoAndStop (3); } if ((_xscale < 0) and ((_x - 123) >= min_x)) { gotoAndStop (3); } } if ((Key.isDown(16) and (_currentframe <= 2)) or (_currentframe == 5)) { if ((_xscale > 0) and ((_x - 69) >= min_x)) { gotoAndStop (5); } if ((_xscale < 0) and ((_x + 69) <= max_x)) { gotoAndStop (5); } } if ((Key.isDown(13) and (_currentframe <= 2)) or (_currentframe == 4)) { if ((_xscale > 0) and ((_x - 80.5) >= min_x)) { gotoAndStop (4); } if ((_xscale < 0) and ((_x + 80.5) <= max_x)) { gotoAndStop (4); } } if (Key.isDown(39) and (_currentframe <= 2)) { _x = (_x + _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "100"; } } if (Key.isDown(37) and (_currentframe <= 2)) { _x = (_x - _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "-100"; } } } else if (_currentframe <= 2) { bas.gotoAndStop(1); } } onClipEvent (enterFrame) { } onClipEvent (enterFrame) { if (_x >= max_x) { _x = max_x; } if (_x <= min_x) { _x = min_x; } }
Instance of Symbol 176 MovieClip "bas" in Frame 30
onClipEvent (enterFrame) { _xscale = _parent.haut._xscale; _y = _parent.haut._y; }
Instance of Symbol 348 MovieClip "haut" in Frame 30
onClipEvent (enterFrame) { if (_y <= 500) { _y = ((_root.radeau.planche._y + 352.9) + 170.6); } else { _y = "800"; gotoAndStop (91); } }
Instance of Symbol 361 MovieClip "radeau" in Frame 30
onClipEvent (enterFrame) { if ((boum._currentframe == 22) and (_currentframe == 36)) { _root.gotoAndStop(31); } }
Instance of Symbol 260 MovieClip in Frame 30
onClipEvent (enterFrame) { if (_root.pts <= 0) { _root.pts = 0; _root.gotoAndStop(32); } }
Symbol 14 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 17 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "background");
Symbol 20 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 22 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 25 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(disabled_mc, "foregroundDisabled");
Symbol 28 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(dot_mc, "radioDot");
Symbol 29 MovieClip [frb_states] Frame 1
stop();
Symbol 29 MovieClip [frb_states] Frame 2
stop();
Symbol 29 MovieClip [frb_states] Frame 3
stop();
Symbol 29 MovieClip [frb_states] Frame 4
stop();
Symbol 29 MovieClip [frb_states] Frame 5
stop();
Symbol 32 MovieClip [FLabelSymbol] Frame 1
#initclip 3 _global.FLabelClass = function () { if (this.hostComponent == undefined) { this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller)); } if (this.customTextStyle == undefined) { if (this.hostComponent.textStyle == undefined) { this.hostComponent.textStyle = new TextFormat(); } this.textStyle = this.hostComponent.textStyle; this.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var val = this.hostComponent.styleTable.embedFonts.value; if (val != undefined) { this.labelField.embedFonts = val; } this.labelField.setNewTextFormat(this.textStyle); this.labelField.text = label; this.labelField._height = this.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { this.enable = enable; var tmpColor = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (tmpColor == undefined) { tmpColor = (enable ? 0 : 8947848); } this.setColor(tmpColor); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip
Symbol 35 MovieClip [FHighlightSymbol] Frame 1
var component = _parent.controller; component.registerSkinElement(highlight_mc, "selection"); stop();
Symbol 35 MovieClip [FHighlightSymbol] Frame 2
component.registerSkinElement(highlight_mc2, "selectionDisabled"); stop();
Symbol 35 MovieClip [FHighlightSymbol] Frame 3
component.registerSkinElement(highlight_mc3, "selectionUnfocused"); stop();
Symbol 36 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 49 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 59 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 68 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 69 MovieClip [UpArrow] Frame 1
stop();
Symbol 69 MovieClip [UpArrow] Frame 2
stop();
Symbol 69 MovieClip [UpArrow] Frame 3
stop();
Symbol 75 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 82 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 87 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(highlight3D_mc, "highlight3D"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight");
Symbol 88 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 96 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 104 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 112 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 113 MovieClip [DownArrow] Frame 1
stop();
Symbol 113 MovieClip [DownArrow] Frame 2
stop();
Symbol 113 MovieClip [DownArrow] Frame 3
stop();
Symbol 117 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 117 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 120 MovieClip [FRadioButtonSymbol] Frame 1
#initclip 4 function FRadioButtonClass() { this.init(); } function FRadioButtonGroupClass() { this.radioInstances = new Array(); } FRadioButtonClass.prototype = new FUIComponentClass(); FRadioButtonGroupClass.prototype = new FUIComponentClass(); Object.registerClass("FRadioButtonSymbol", FRadioButtonClass); FRadioButtonClass.prototype.init = function () { if (this.initialState == undefined) { this.selected = false; } else { this.selected = this.initialState; } super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.boundingBox_mc._width = 0; this.boundingBox_mc._height = 0; this.attachMovie("frb_hitArea", "frb_hitArea_mc", 1); this.attachMovie("frb_states", "frb_states_mc", 2); this.attachMovie("FLabelSymbol", "fLabel_mc", 3); super.init(); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); this.setChangeHandler(this.changeHandler); if (this.label != undefined) { this.setLabel(this.label); } if (this.initialState == undefined) { this.setValue(false); } else { this.setValue(this.initialState); } if (this.data == "") { this.data = undefined; } else { this.setData(this.data); } this.addToRadioGroup(); this.ROLE_SYSTEM_RADIOBUTTON = 45; this.STATE_SYSTEM_SELECTED = 16; this.EVENT_OBJECT_STATECHANGE = 32778; this.EVENT_OBJECT_NAMECHANGE = 32780; this._accImpl.master = this; this._accImpl.stub = false; this._accImpl.get_accRole = this.get_accRole; this._accImpl.get_accName = this.get_accName; this._accImpl.get_accState = this.get_accState; this._accImpl.get_accDefaultAction = this.get_accDefaultAction; this._accImpl.accDoDefaultAction = this.accDoDefaultAction; }; FRadioButtonClass.prototype.setHitArea = function (w, h) { var hit = this.frb_hitArea_mc; this.hitArea = hit; if (this.frb_states_mc._width > w) { hit._width = this.frb_states_mc._width; } else { hit._width = w; } hit._visible = false; if (arguments.length > 1) { hit._height = h; } }; FRadioButtonClass.prototype.txtFormat = function (pos) { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = pos)) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 0)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 0)) : undefined); if (this.flabel_mc._height > this.height) { super.setSize(this.width, this.flabel_mc._height); } else { super.setSize(this.width, this.height); } this.setEnabled(this.enable); }; FRadioButtonClass.prototype.setSize = function (w, h) { this.setLabel(this.getLabel()); this.setLabelPlacement(this.labelPlacement); if (this.frb_states_mc._height < this.flabel_mc.labelField._height) { super.setSize(w, this.flabel_mc.labelField._height); } this.setHitArea(this.width, this.height); this.setLabelPlacement(this.labelPlacement); }; FRadioButtonClass.prototype.setLabelPlacement = function (pos) { this.setLabel(this.getLabel()); this.txtFormat(pos); var halfLabelH = (this.fLabel_mc._height / 2); var halfFrameH = (this.frb_states_mc._height / 2); var vertCenter = (halfFrameH - halfLabelH); var radioWidth = this.frb_states_mc._width; var frame = this.frb_states_mc; var label = this.fLabel_mc; var w = (this.width - frame._width); if (frame._width > this.width) { w = 0; } else { w = this.width - frame._width; } this.fLabel_mc.setSize(w); if ((pos == "right") || (pos == undefined)) { this.labelPlacement = "right"; this.frb_states_mc._x = 0; this.fLabel_mc._x = radioWidth; this.txtFormat("left"); } else if (pos == "left") { this.labelPlacement = "left"; this.fLabel_mc._x = 0; this.frb_states_mc._x = this.width - radioWidth; this.txtFormat("right"); } this.fLabel_mc._y = vertCenter; this.frb_hitArea_mc._y = vertCenter; this.setLabel(this.getLabel()); }; FRadioButtonClass.prototype.setData = function (dataValue) { this.data = dataValue; }; FRadioButtonClass.prototype.getData = function () { return(this.data); }; FRadioButtonClass.prototype.getState = function () { return(this.selected); }; FRadioButtonClass.prototype.getSize = function () { return(this.width); }; FRadioButtonClass.prototype.getGroupName = function () { return(this.groupName); }; FRadioButtonClass.prototype.setGroupName = function (groupName) { var i = 0; while (i < this._parent[this.groupName].radioInstances.length) { if (this._parent[this.groupName].radioInstances[i] == this) { delete this._parent[this.groupName].radioInstances[i]; } i++; } this.groupName = groupName; this.addToRadioGroup(); }; FRadioButtonClass.prototype.addToRadioGroup = function () { if (this._parent[this.groupName] == undefined) { this._parent[this.groupName] = new FRadioButtonGroupClass(); } this._parent[this.groupName].addRadioInstance(this); }; FRadioButtonClass.prototype.setValue = function (selected) { if (selected || (selected == undefined)) { this.setState(true); this.focusRect.removeMovieClip(); this.executeCallBack(); } else if (selected == false) { this.setState(false); } }; FRadioButtonClass.prototype.setTabState = function (selected) { Selection.setFocus(this); this.setState(selected); this.drawFocusRect(); this.executeCallBack(); }; FRadioButtonClass.prototype.setState = function (selected) { if (selected || (selected == undefined)) { this.tabEnabled = true; for (var i in this._parent) { if ((this != this._parent[i]) && (this._parent[i].groupName == this.groupName)) { this._parent[i].setState(false); this._parent[i].tabEnabled = false; } } } if (this.enable) { this.flabel_mc.setEnabled(true); if (selected || (selected == undefined)) { this.frb_states_mc.gotoAndStop("selectedEnabled"); this.enabled = false; this.selected = true; this.tabEnabled = true; this.tabFocused = true; } else { this.frb_states_mc.gotoAndStop("unselectedEnabled"); this.enabled = true; this.selected = false; this.tabEnabled = false; var enabTrue = this._parent[this.groupName].getEnabled(); var noneSelect = (this._parent[this.groupName].getValue() == undefined); if (enabTrue && (noneSelect)) { this._parent[this.groupName].radioInstances[0].tabEnabled = true; } } } else { this.flabel_mc.setEnabled(false); if (selected || (selected == undefined)) { this.frb_states_mc.gotoAndStop("selectedDisabled"); this.enabled = false; this.selected = true; this.tabEnabled = false; } else { this.frb_states_mc.gotoAndStop("unselectedDisabled"); this.enabled = false; this.selected = false; this.tabEnabled = false; } } if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FRadioButtonClass.prototype.getValue = function () { if (this.selected) { if ((this.data == "") || (this.data == undefined)) { return(this.getLabel()); } return(this.data); } }; FRadioButtonClass.prototype.setEnabled = function (enable) { if ((enable == true) || (enable == undefined)) { this.enable = true; super.setEnabled(true); } else { this.enable = false; super.setEnabled(false); } this.setState(this.selected); var cgn = (this._parent[this.groupName].getEnabled() == undefined); var cgnez = (this._parent[this.groupName].radioInstances[0].getEnabled() == false); if (cgn && (cgnez)) { var i = 0; while (i < this._parent[this.groupName].radioInstances.length) { if (this._parent[this.groupName].radioInstances[i].getEnabled() == true) { this._parent[this.groupName].radioInstances[i].tabEnabled = true; return(undefined); } i++; } } }; FRadioButtonClass.prototype.getEnabled = function () { return(this.enable); }; FRadioButtonClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FRadioButtonClass.prototype.getLabel = function () { return(this.fLabel_mc.getLabel()); }; FRadioButtonClass.prototype.onPress = function () { this.pressFocus(); this.frb_states_mc.gotoAndStop("press"); }; FRadioButtonClass.prototype.onRelease = function () { this.frb_states_mc.gotoAndStop("unselectedDisabled"); this.setValue(!this.selected); }; FRadioButtonClass.prototype.onReleaseOutside = function () { this.frb_states_mc.gotoAndStop("unselectedEnabled"); }; FRadioButtonClass.prototype.onDragOut = function () { this.frb_states_mc.gotoAndStop("unselectedEnabled"); }; FRadioButtonClass.prototype.onDragOver = function () { this.frb_states_mc.gotoAndStop("press"); }; FRadioButtonClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this._parent[this.groupName]); }; FRadioButtonGroupClass.prototype.addRadioInstance = function (instance) { this.radioInstances.push(instance); this.radioInstances[0].tabEnabled = true; }; FRadioButtonGroupClass.prototype.setEnabled = function (enableFlag) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setEnabled(enableFlag); i++; } }; FRadioButtonGroupClass.prototype.getEnabled = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].getEnabled() != this.radioInstances[0].getEnabled()) { return(undefined); } i++; } return(this.radioInstances[0].getEnabled()); }; FRadioButtonGroupClass.prototype.setChangeHandler = function (changeHandler, obj) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setChangeHandler(changeHandler, obj); i++; } }; FRadioButtonGroupClass.prototype.getValue = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].selected == true) { if ((this.radioInstances[i].data == "") || (this.radioInstances[i].data == undefined)) { return(this.radioInstances[i].getLabel()); } return(this.radioInstances[i].data); } i++; } }; FRadioButtonGroupClass.prototype.getData = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].selected) { return(this.radioInstances[i].getData()); } i++; } }; FRadioButtonGroupClass.prototype.getInstance = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].selected == true) { return(i); } i++; } }; FRadioButtonGroupClass.prototype.setValue = function (dataValue) { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].data == dataValue) { this.radioInstances[i].setValue(true); return(undefined); } i++; } var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].getLabel() == dataValue) { this.radioInstances[i].setValue(true); } i++; } }; FRadioButtonGroupClass.prototype.setSize = function (w) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setSize(w); i++; } }; FRadioButtonGroupClass.prototype.getSize = function () { var widestRadio = 0; var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].width >= widestRadio) { widestRadio = this.radioInstances[i].width; } i++; } return(widestRadio); }; FRadioButtonGroupClass.prototype.setGroupName = function (groupName) { this.oldGroupName = this.radioInstances[0].groupName; var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].groupName = groupName; this.radioInstances[i].addToRadioGroup(); i++; } delete this._parent[this.oldGroupName]; }; FRadioButtonGroupClass.prototype.getGroupName = function () { return(this.radioInstances[0].groupName); }; FRadioButtonGroupClass.prototype.setLabelPlacement = function (pos) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setLabelPlacement(pos); i++; } }; FRadioButtonGroupClass.prototype.setStyleProperty = function (propName, value, isGlobal) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setStyleProperty(propName, value, isGlobal); i++; } }; FRadioButtonGroupClass.prototype.addListener = function () { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].addListener(); i++; } }; FRadioButtonGroupClass.prototype.applyChanges = function () { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].applyChanges(); i++; } }; FRadioButtonGroupClass.prototype.removeListener = function (component) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].removeListener(component); i++; } }; FRadioButtonClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this._width + 6, this._height - 3); }; FRadioButtonClass.prototype.myOnKillFocus = function () { Key.removeListener(this.keyListener); this.focused = false; this.focusRect.removeMovieClip(); this._parent[this.groupName].foobar = 0; }; FRadioButtonClass.prototype.myOnKeyDown = function () { if ((Key.getCode() == 32) && (this._parent[this.groupName].getValue() == undefined)) { if (this._parent[this.groupName].radioInstances[0] == this) { this.setTabState(true); } } if ((Key.getCode() == 40) && (this.pressOnce == undefined)) { this.foobar = this._parent[this.groupName].getInstance(); var i = this.foobar; while (i < this._parent[this.groupName].radioInstances.length) { var inc = (i + 1); if (this._parent[this.groupName].radioInstances[inc].getEnabled()) { this._parent[this.groupName].radioInstances[inc].setTabState(true); return(undefined); } i++; } } if ((Key.getCode() == 38) && (this.pressOnce == undefined)) { this.foobar = this._parent[this.groupName].getInstance(); var i = this.foobar; while (i >= 0) { var inc = (i - 1); if (this._parent[this.groupName].radioInstances[inc].getEnabled()) { this._parent[this.groupName].radioInstances[inc].setTabState(true); return(undefined); } i--; } } }; FRadioButtonClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_RADIOBUTTON); }; FRadioButtonClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FRadioButtonClass.prototype.get_accState = function (childId) { if (this.master.getState()) { return(this.master.STATE_SYSTEM_SELECTED); } return(0); }; FRadioButtonClass.prototype.get_accDefaultAction = function (childId) { if (this.master.getState()) { return("UnCheck"); } return("Check"); }; FRadioButtonClass.prototype.accDoDefaultAction = function (childId) { this.master.setValue(!this.master.getValue()); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;
Symbol 123 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 124 MovieClip [FScrollBarSymbol] Frame 1
#initclip 6 FScrollBarClass = function () { if (this._height == 4) { return(undefined); } this.init(); this.minPos = (this.maxPos = (this.pageSize = (this.largeScroll = 0))); this.smallScroll = 1; this.width = (this.horizontal ? (this._width) : (this._height)); this._xscale = (this._yscale = 100); this.setScrollPosition(0); this.tabEnabled = false; if (this._targetInstanceName.length > 0) { this.setScrollTarget(this._parent[this._targetInstanceName]); } this.tabChildren = false; this.setSize(this.width); }; FScrollBarClass.prototype = new FUIComponentClass(); FScrollBarClass.prototype.setHorizontal = function (flag) { if (this.horizontal && (!flag)) { this._xscale = 100; this._rotation = 0; } else if (flag && (!this.horizontal)) { this._xscale = -100; this._rotation = -90; } this.horizontal = flag; }; FScrollBarClass.prototype.setScrollProperties = function (pSize, mnPos, mxPos) { if (!this.enable) { return(undefined); } this.pageSize = pSize; this.minPos = Math.max(mnPos, 0); this.maxPos = Math.max(mxPos, 0); this.scrollPosition = Math.max(this.minPos, this.scrollPosition); this.scrollPosition = Math.min(this.maxPos, this.scrollPosition); if ((this.maxPos - this.minPos) <= 0) { this.scrollThumb_mc.removeMovieClip(); this.upArrow_mc.gotoAndStop(3); this.downArrow_mc.gotoAndStop(3); this.downArrow_mc.onPress = (this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = null)); this.upArrow_mc.onPress = (this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = null)); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onRelease = null); this.scrollTrack_mc.onDragOut = (this.scrollTrack_mc.onRollOut = null); this.scrollTrack_mc.useHandCursor = false; } else { var tmp = this.getScrollPosition(); this.upArrow_mc.gotoAndStop(1); this.downArrow_mc.gotoAndStop(1); this.upArrow_mc.onPress = (this.upArrow_mc.onDragOver = this.startUpScroller); this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = this.stopScrolling); this.downArrow_mc.onPress = (this.downArrow_mc.onDragOver = this.startDownScroller); this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = this.stopScrolling); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onDragOver = this.startTrackScroller); this.scrollTrack_mc.onRelease = this.stopScrolling; this.scrollTrack_mc.onDragOut = this.stopScrolling; this.scrollTrack_mc.onRollOut = this.stopScrolling; this.scrollTrack_mc.useHandCursor = false; this.attachMovie("ScrollThumb", "scrollThumb_mc", 3); this.scrollThumb_mc._x = 0; this.scrollThumb_mc._y = this.upArrow_mc._height; this.scrollThumb_mc.onPress = this.startDragThumb; this.scrollThumb_mc.controller = this; this.scrollThumb_mc.onRelease = (this.scrollThumb_mc.onReleaseOutside = this.stopDragThumb); this.scrollThumb_mc.useHandCursor = false; this.thumbHeight = (this.pageSize / ((this.maxPos - this.minPos) + this.pageSize)) * this.trackSize; this.thumbMid_mc = this.scrollThumb_mc.mc_sliderMid; this.thumbTop_mc = this.scrollThumb_mc.mc_sliderTop; this.thumbBot_mc = this.scrollThumb_mc.mc_sliderBot; this.thumbHeight = Math.max(this.thumbHeight, 6); this.midHeight = (this.thumbHeight - this.thumbTop_mc._height) - this.thumbBot_mc._height; this.thumbMid_mc._yScale = (this.midHeight * 100) / this.thumbMid_mc._height; this.thumbMid_mc._y = this.thumbTop_mc._height; this.thumbBot_mc._y = this.thumbTop_mc._height + this.midHeight; this.scrollTop = this.scrollThumb_mc._y; this.trackHeight = this.trackSize - this.thumbHeight; this.scrollBot = this.trackHeight + this.scrollTop; tmp = Math.min(tmp, this.maxPos); this.setScrollPosition(Math.max(tmp, this.minPos)); } }; FScrollBarClass.prototype.getScrollPosition = function () { return(this.scrollPosition); }; FScrollBarClass.prototype.setScrollPosition = function (pos) { this.scrollPosition = pos; if (this.scrollThumb_mc != undefined) { pos = Math.min(pos, this.maxPos); pos = Math.max(pos, this.minPos); } this.scrollThumb_mc._y = (((pos - this.minPos) * this.trackHeight) / (this.maxPos - this.minPos)) + this.scrollTop; this.executeCallBack(); }; FScrollBarClass.prototype.setLargeScroll = function (lScroll) { this.largeScroll = lScroll; }; FScrollBarClass.prototype.setSmallScroll = function (sScroll) { this.smallScroll = sScroll; }; FScrollBarClass.prototype.setEnabled = function (enabledFlag) { var wasEnabled = this.enable; if (enabledFlag && (!wasEnabled)) { this.enable = enabledFlag; if (this.textField != undefined) { this.setScrollTarget(this.textField); } else { this.setScrollProperties(this.pageSize, this.cachedMinPos, this.cachedMaxPos); this.setScrollPosition(this.cachedPos); } this.clickFilter = undefined; } else if ((!enabledFlag) && (wasEnabled)) { this.textField.removeListener(this); this.cachedPos = this.getScrollPosition(); this.cachedMinPos = this.minPos; this.cachedMaxPos = this.maxPos; if (this.clickFilter == undefined) { this.setScrollProperties(this.pageSize, 0, 0); } else { this.clickFilter = true; } this.enable = enabledFlag; } }; FScrollBarClass.prototype.setSize = function (hgt) { if (this._height == 1) { return(undefined); } this.width = hgt; this.scrollTrack_mc._yscale = 100; this.scrollTrack_mc._yscale = (100 * this.width) / this.scrollTrack_mc._height; if (this.upArrow_mc == undefined) { this.attachMovie("UpArrow", "upArrow_mc", 1); this.attachMovie("DownArrow", "downArrow_mc", 2); this.downArrow_mc.controller = (this.upArrow_mc.controller = this); this.upArrow_mc.useHandCursor = (this.downArrow_mc.useHandCursor = false); this.upArrow_mc._x = (this.upArrow_mc._y = 0); this.downArrow_mc._x = 0; } this.scrollTrack_mc.controller = this; this.downArrow_mc._y = this.width - this.downArrow_mc._height; this.trackSize = this.width - (2 * this.downArrow_mc._height); if (this.textField != undefined) { this.onTextChanged(); } else { this.setScrollProperties(this.pageSize, this.minPos, this.maxPos); } }; FScrollBarClass.prototype.scrollIt = function (inc, mode) { var delt = this.smallScroll; if (inc != "one") { delt = ((this.largeScroll == 0) ? (this.pageSize) : (this.largeScroll)); } var newPos = (this.getScrollPosition() + (mode * delt)); if (newPos > this.maxPos) { newPos = this.maxPos; } else if (newPos < this.minPos) { newPos = this.minPos; } this.setScrollPosition(newPos); }; FScrollBarClass.prototype.startDragThumb = function () { this.lastY = this._ymouse; this.onMouseMove = this.controller.dragThumb; }; FScrollBarClass.prototype.dragThumb = function () { this.scrollMove = this._ymouse - this.lastY; this.scrollMove = this.scrollMove + this._y; if (this.scrollMove < this.controller.scrollTop) { this.scrollMove = this.controller.scrollTop; } else if (this.scrollMove > this.controller.scrollBot) { this.scrollMove = this.controller.scrollBot; } this._y = this.scrollMove; var c = this.controller; c.scrollPosition = Math.round(((c.maxPos - c.minPos) * (this._y - c.scrollTop)) / c.trackHeight) + c.minPos; this.controller.isScrolling = true; updateAfterEvent(); this.controller.executeCallBack(); }; FScrollBarClass.prototype.stopDragThumb = function () { this.controller.isScrolling = false; this.onMouseMove = null; }; FScrollBarClass.prototype.startTrackScroller = function () { this.controller.trackScroller(); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "page", -1); }; FScrollBarClass.prototype.scrollInterval = function (inc, mode) { clearInterval(this.scrolling); if (inc == "page") { this.trackScroller(); } else { this.scrollIt(inc, mode); } this.scrolling = setInterval(this, "scrollInterval", 35, inc, mode); }; FScrollBarClass.prototype.trackScroller = function () { if ((this.scrollThumb_mc._y + this.thumbHeight) < this._ymouse) { this.scrollIt("page", 1); } else if (this.scrollThumb_mc._y > this._ymouse) { this.scrollIt("page", -1); } }; FScrollBarClass.prototype.stopScrolling = function () { this.controller.downArrow_mc.gotoAndStop(1); this.controller.upArrow_mc.gotoAndStop(1); clearInterval(this.controller.scrolling); }; FScrollBarClass.prototype.startUpScroller = function () { this.controller.upArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", -1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", -1); }; FScrollBarClass.prototype.startDownScroller = function () { this.controller.downArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", 1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", 1); }; FScrollBarClass.prototype.setScrollTarget = function (tF) { if (tF == undefined) { this.textField.removeListener(this); delete this.textField[(this.horizontal ? "hScroller" : "vScroller")]; if ((this.textField.hScroller != undefined) && (this.textField.vScroller != undefined)) { this.textField.unwatch("text"); this.textField.unwatch("htmltext"); } } this.textField = undefined; if (!(tF instanceof TextField)) { return(undefined); } this.textField = tF; this.textField[(this.horizontal ? "hScroller" : "vScroller")] = this; this.onTextChanged(); this.onChanged = function () { this.onTextChanged(); }; this.onScroller = function () { if (!this.isScrolling) { if (!this.horizontal) { this.setScrollPosition(this.textField.scroll); } else { this.setScrollPosition(this.textField.hscroll); } } }; this.textField.addListener(this); this.textField.watch("text", this.callback); this.textField.watch("htmlText", this.callback); }; FScrollBarClass.prototype.callback = function (prop, oldVal, newVal) { clearInterval(this.hScroller.synchScroll); clearInterval(this.vScroller.synchScroll); this.hScroller.synchScroll = setInterval(this.hScroller, "onTextChanged", 50); this.vScroller.synchScroll = setInterval(this.vScroller, "onTextChanged", 50); return(newVal); }; FScrollBarClass.prototype.onTextChanged = function () { if ((!this.enable) || (this.textField == undefined)) { return(undefined); } clearInterval(this.synchScroll); if (this.horizontal) { var pos = this.textField.hscroll; this.setScrollProperties(this.textField._width, 0, this.textField.maxhscroll); this.setScrollPosition(Math.min(pos, this.textField.maxhscroll)); } else { var pos = this.textField.scroll; var pageSize = (this.textField.bottomScroll - this.textField.scroll); this.setScrollProperties(pageSize, 1, this.textField.maxscroll); this.setScrollPosition(Math.min(pos, this.textField.maxscroll)); } }; FScrollBarClass.prototype.executeCallBack = function () { if (this.textField == undefined) { super.executeCallBack(); } else if (this.horizontal) { this.textField.hscroll = this.getScrollPosition(); } else { this.textField.scroll = this.getScrollPosition(); } }; Object.registerClass("FScrollBarSymbol", FScrollBarClass); #endinitclip
Symbol 125 MovieClip [DataProviderSymbol] Frame 1
#initclip 2 _global.DataProviderClass = function () { this.init(); }; DataProviderClass.prototype.init = function () { this.items = new Array(); this.uniqueID = 0; this.views = new Array(); }; DataProviderClass.prototype.addView = function (viewRef) { this.views.push(viewRef); var eventObj = {event:"updateAll"}; viewRef.modelChanged(eventObj); }; DataProviderClass.prototype.addItemAt = function (index, value) { if (index < this.getLength()) { this.items.splice(index, 0, "tmp"); } this.items[index] = new Object(); if (typeof(value) == "object") { this.items[index] = value; } else { this.items[index].label = value; } this.items[index].__ID__ = this.uniqueID++; var eventObj = {event:"addRows", firstRow:index, lastRow:index}; this.updateViews(eventObj); }; DataProviderClass.prototype.addItem = function (value) { this.addItemAt(this.getLength(), value); }; DataProviderClass.prototype.removeItemAt = function (index) { var tmpItm = this.items[index]; this.items.splice(index, 1); var eventObj = {event:"deleteRows", firstRow:index, lastRow:index}; this.updateViews(eventObj); return(tmpItm); }; DataProviderClass.prototype.removeAll = function () { this.items = new Array(); this.updateViews({event:"deleteRows", firstRow:0, lastRow:this.getLength() - 1}); }; DataProviderClass.prototype.replaceItemAt = function (index, itemObj) { if ((index < 0) || (index >= this.getLength())) { return(undefined); } var tmpID = this.getItemID(index); if (typeof(itemObj) == "object") { this.items[index] = itemObj; } else { this.items[index].label = itemObj; } this.items[index].__ID__ = tmpID; this.updateViews({event:"updateRows", firstRow:index, lastRow:index}); }; DataProviderClass.prototype.getLength = function () { return(this.items.length); }; DataProviderClass.prototype.getItemAt = function (index) { return(this.items[index]); }; DataProviderClass.prototype.getItemID = function (index) { return(this.items[index].__ID__); }; DataProviderClass.prototype.sortItemsBy = function (fieldName, order) { this.items.sortOn(fieldName); if (order == "DESC") { this.items.reverse(); } this.updateViews({event:"sort"}); }; DataProviderClass.prototype.updateViews = function (eventObj) { var i = 0; while (i < this.views.length) { this.views[i].modelChanged(eventObj); i++; } }; #endinitclip
Symbol 126 MovieClip [FSelectableItemSymbol] Frame 1
#initclip 8 function FSelectableItemClass() { this.init(); } FSelectableItemClass.prototype = new FUIComponentClass(); FSelectableItemClass.prototype.init = function () { if (this._name != "itemAsset") { this.highlighted = false; this.layoutContent(100); } }; FSelectableItemClass.prototype.drawItem = function (itmObj, selected) { this.displayContent(itmObj, selected); if ((this.highlighted != selected) || ((this.controller.focused != this.oldFocus) && (selected))) { this.setHighlighted(selected); } this.oldFocus = this.controller.focused; }; FSelectableItemClass.prototype.setSize = function (width, height) { var LOWEST_DEPTH = -16384; this.width = width; this.layoutContent(width); this.attachMovie("FHighlightSymbol", "highlight_mc", LOWEST_DEPTH); this.highlight_mc._x = 0.5; this.highlight_mc._width = width - 0.5; this.highlight_mc._height = height; this.highlight_mc.controller = this; this.highlight_mc._alpha = 0; this.highlight_mc.trackAsMenu = true; this.highlight_mc.onPress = function () { if (this.controller.enable) { this.controller.controller.clickHandler(this.controller.itemNum); } }; this.highlight_mc.onDragOver = function () { if (this.controller.controller.focused) { this.onPress(); } }; this.highlight_mc.useHandCursor = false; this.highlight_mc.trackAsMenu = true; }; FSelectableItemClass.prototype.setEnabled = function (enabledFlag) { this.enable = enabledFlag; this.fLabel_mc.setEnabled(enabledFlag); this.highlight_mc.gotoAndStop((enabledFlag ? "unfocused" : "disabled")); }; FSelectableItemClass.prototype.layoutContent = function (width) { this.attachMovie("FLabelSymbol", "fLabel_mc", 2, {hostComponent:this.controller}); this.fLabel_mc._x = 2; this.fLabel_mc._y = 0; this.fLabel_mc.setSize(width - 2); this.fLabel_mc.labelField.selectable = false; }; FSelectableItemClass.prototype.displayContent = function (itmObj, selected) { var tmpLabel = ""; if (itmObj.label != undefined) { tmpLabel = itmObj.label; } else if (typeof(itmObj) == "object") { for (var i in itmObj) { if (i != "__ID__") { tmpLabel = (itmObj[i] + ", ") + tmpLabel; } } tmpLabel = tmpLabel.substring(0, tmpLabel.length - 2); } else { tmpLabel = itmObj; } if (this.fLabel_mc.labelField.text != tmpLabel) { this.fLabel_mc.setLabel(tmpLabel); } var clr = (selected ? (this.controller.styleTable.textSelected.value) : (this.controller.styleTable.textColor.value)); if (clr == undefined) { clr = (selected ? 16777215 : 0); } this.fLabel_mc.setColor(clr); }; FSelectableItemClass.prototype.getItemIndex = function () { return(this.controller.getScrollPosition() + this.itemNum); }; FSelectableItemClass.prototype.getItemModel = function () { return(this.controller.getItemAt(this.getItemIndex())); }; FSelectableItemClass.prototype.getHostDataProvider = function () { return(this.controller.dataProvider); }; FSelectableItemClass.prototype.setHighlighted = function (flag) { fade = this.controller.styleTable.fadeRate.value; if (((fade == undefined) || (fade == 0)) || (!flag)) { this.highlight_mc._alpha = (flag ? 100 : 0); delete this.onEnterFrame; } else { this.fadeN = fade; this.fadeX = 1; this.highLight_mc._alpha = 20; this.onEnterFrame = function () { this.highLight_mc._alpha = (60 * Math.sqrt((this.fadeX++) / this.fadeN)) + 40; if (this.fadeX > this.fadeN) { delete this.onEnterFrame; } }; } this.highlighted = flag; }; #endinitclip
Symbol 127 MovieClip [FSelectableListSymbol] Frame 1
#initclip 5 function FSelectableListClass() { this.init(); } FSelectableListClass.prototype = new FUIComponentClass(); FSelectableListClass.prototype.init = function () { super.init(); this.enable = true; this.selected = new Array(); this.topDisplayed = (this.numDisplayed = 0); this.lastSelected = 0; this.tabChildren = false; if (this._name != undefined) { this.dataProvider = new DataProviderClass(); this.dataProvider.addView(this); } }; FSelectableListClass.prototype.addItemAt = function (index, label, data) { if ((index < 0) || (!this.enable)) { return(undefined); } this.dataProvider.addItemAt(index, {label:label, data:data}); }; FSelectableListClass.prototype.addItem = function (label, data) { if (!this.enable) { return(undefined); } this.dataProvider.addItem({label:label, data:data}); }; FSelectableListClass.prototype.removeItemAt = function (index) { this.selectHolder = this.getSelectedIndex(); var item = this.getItemAt(index); this.dataProvider.removeItemAt(index); return(item); }; FSelectableListClass.prototype.removeAll = function () { this.dataProvider.removeAll(); }; FSelectableListClass.prototype.replaceItemAt = function (index, newLabel, newData) { this.dataProvider.replaceItemAt(index, {label:newLabel, data:newData}); }; FSelectableListClass.prototype.sortItemsBy = function (fieldName, order) { this.lastSelID = this.dataProvider.getItemID(this.lastSelected); this.dataProvider.sortItemsBy(fieldName, order); }; FSelectableListClass.prototype.getLength = function () { return(this.dataProvider.getLength()); }; FSelectableListClass.prototype.getSelectedIndex = function () { for (var uniqueID in this.selected) { var tmpInd = this.selected[uniqueID].sIndex; if (tmpInd != undefined) { return(tmpInd); } } }; FSelectableListClass.prototype.getSelectedItem = function () { return(this.getItemAt(this.getSelectedIndex())); }; FSelectableListClass.prototype.getItemAt = function (index) { return(this.dataProvider.getItemAt(index)); }; FSelectableListClass.prototype.getEnabled = function () { return(this.enable); }; FSelectableListClass.prototype.getValue = function () { var item = this.getSelectedItem(); return(((item.data == undefined) ? (item.label) : (item.data))); }; FSelectableListClass.prototype.setSelectedIndex = function (index, flag) { if (((index >= 0) && (index < this.getLength())) && (this.enable)) { this.clearSelected(); this.selectItem(index, true); this.lastSelected = index; this.invalidate("updateControl"); if (flag != false) { this.executeCallBack(); } } }; FSelectableListClass.prototype.setDataProvider = function (obj) { this.setScrollPosition(0); this.clearSelected(); if (obj instanceof Array) { this.dataProvider = new DataProviderClass(); var i = 0; while (i < obj.length) { var value = ((typeof(obj[i]) == "string") ? ({label:obj[i]}) : (obj[i])); this.dataProvider.addItem(value); i++; } } else { this.dataProvider = obj; } this.dataProvider.addView(this); }; FSelectableListClass.prototype.setItemSymbol = function (linkID) { this.tmpPos = this.getScrollPosition(); this.itemSymbol = linkID; this.invalidate("setSize"); this.setScrollPosition(this.tmpPos); }; FSelectableListClass.prototype.setEnabled = function (enabledFlag) { this.cleanUI(); super.setEnabled(enabledFlag); this.enable = enabledFlag; this.boundingBox_mc.gotoAndStop((this.enable ? "enabled" : "disabled")); var limit = Math.min(this.numDisplayed, this.getLength()); var i = 0; while (i < limit) { this.container_mc[("fListItem" + i) + "_mc"].setEnabled(this.enable); i++; } if (this.enable) { this.invalidate("updateControl"); } }; FSelectableListClass.prototype.updateControl = function () { var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].drawItem(this.getItemAt(this.topDisplayed + i), this.isSelected(this.topDisplayed + i)); i++; } }; FSelectableListClass.prototype.setSize = function (w, h) { super.setSize(w, h); this.boundingBox_mc._xscale = (this.boundingBox_mc._yscale = 100); this.boundingBox_mc._xscale = (this.width * 100) / this.boundingBox_mc._width; this.boundingBox_mc._yscale = (this.height * 100) / this.boundingBox_mc._height; var i = 0; while (i < this.numDisplayed) { this.container_mc.attachMovie(this.itemSymbol, ("fListItem" + i) + "_mc", 10 + i, {controller:this, itemNum:i}); var item_mc = this.container_mc[("fListItem" + i) + "_mc"]; var offset = ((this.scrollOffset == undefined) ? 0 : (this.scrollOffset)); item_mc.setSize(this.width - offset, this.itmHgt); item_mc._y = (this.itmHgt - 2) * i; i++; } this.updateControl(); }; FSelectableListClass.prototype.modelChanged = function (eventObj) { var firstRow = eventObj.firstRow; var lastRow = eventObj.lastRow; var event = eventObj.event; if (event == "addRows") { for (var i in this.selected) { if ((this.selected[i].sIndex != undefined) && (this.selected[i].sIndex >= firstRow)) { this.selected[i].sIndex = this.selected[i].sIndex + ((lastRow - firstRow) + 1); this.setSelectedIndex(this.selected[i].sIndex, false); } } } else if (event == "deleteRows") { if (firstRow == lastRow) { var index = firstRow; if (this.selectHolder == index) { this.selectionDeleted = true; } if (((this.topDisplayed + this.numDisplayed) >= this.getLength()) && (this.topDisplayed > 0)) { this.topDisplayed--; if (this.selectionDeleted && ((index - 1) >= 0)) { this.setSelectedIndex(index - 1, false); } } else if (this.selectionDeleted) { var len = this.getLength(); if (((index == (len - 1)) && (len > 1)) || (index > (len / 2))) { this.setSelectedIndex(index - 1, false); } else { this.setSelectedIndex(index, false); } } for (var i in this.selected) { if (this.selected[i].sIndex > firstRow) { this.selected[i].sIndex--; } } } else { this.clearSelected(); this.topDisplayed = 0; } } else if (event == "sort") { var len = this.getLength(); var i = 0; while (i < len) { if (this.isSelected(i)) { var id = this.dataProvider.getItemID(i); if (id == this.lastSelID) { this.lastSelected = i; } this.selected[String(id)].sIndex = i; } i++; } } this.invalidate("updateControl"); }; FSelectableListClass.prototype.measureItmHgt = function () { this.attachMovie(this.itemSymbol, "tmpItem_mc", 0, {controller:this}); this.tmpItem_mc.drawItem({label:"Sizer: PjtTopg"}, false); this.itmHgt = this.tmpItem_mc._height; this.tmpItem_mc.removeMovieClip(); }; FSelectableListClass.prototype.selectItem = function (index, selectedFlag) { if (selectedFlag && (!this.isSelected(index))) { this.selected[String(this.dataProvider.getItemID(index))] = {sIndex:index}; } else if (!selectedFlag) { delete this.selected[String(this.dataProvider.getItemID(index))]; } }; FSelectableListClass.prototype.isSelected = function (index) { return(this.selected[String(this.dataProvider.getItemID(index))].sIndex != undefined); }; FSelectableListClass.prototype.clearSelected = function () { for (var uniqueID in this.selected) { var index = this.selected[uniqueID].sIndex; if (((index != undefined) && (this.topDisplayed <= index)) && (index < (this.topDisplayed + this.numDisplayed))) { this.container_mc[("fListItem" + (index - this.topDisplayed)) + "_mc"].drawItem(this.getItemAt(index), false); } } delete this.selected; this.selected = new Array(); }; FSelectableListClass.prototype.selectionHandler = function (itemNum) { var tmpInd = (this.topDisplayed + itemNum); if (this.getItemAt(tmpInd == undefined)) { this.changeFlag = false; return(undefined); } this.changeFlag = true; this.clearSelected(); this.selectItem(tmpInd, true); this.container_mc[("fListItem" + itemNum) + "_mc"].drawItem(this.getItemAt(tmpInd), this.isSelected(tmpInd)); }; FSelectableListClass.prototype.moveSelBy = function (incr) { var itmNum = this.getSelectedIndex(); var newItm = (itmNum + incr); newItm = Math.max(0, newItm); newItm = Math.min(this.getLength() - 1, newItm); if (newItm == itmNum) { return(undefined); } if ((itmNum < this.topDisplayed) || (itmNum >= (this.topDisplayed + this.numDisplayed))) { this.setScrollPosition(itmNum); } if ((newItm >= (this.topDisplayed + this.numDisplayed)) || (newItm < this.topDisplayed)) { this.setScrollPosition(this.topDisplayed + incr); } this.selectionHandler(newItm - this.topDisplayed); }; FSelectableListClass.prototype.clickHandler = function (itmNum) { this.focusRect.removeMovieClip(); if (!this.focused) { this.pressFocus(); } this.selectionHandler(itmNum); this.onMouseUp = this.releaseHandler; }; FSelectableListClass.prototype.releaseHandler = function () { if (this.changeFlag) { this.executeCallBack(); } this.changeFlag = false; this.onMouseUp = undefined; }; FSelectableListClass.prototype.myOnSetFocus = function () { super.myOnSetFocus(); var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].highlight_mc.gotoAndStop("enabled"); i++; } }; FSelectableListClass.prototype.myOnKillFocus = function () { super.myOnKillFocus(); var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].highlight_mc.gotoAndStop("unfocused"); i++; } }; #endinitclip
Instance of Symbol 125 MovieClip [DataProviderSymbol] "dPAsset" in Symbol 127 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Instance of Symbol 126 MovieClip [FSelectableItemSymbol] "ItemAsset" in Symbol 127 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 128 MovieClip [FScrollSelectListSymbol] Frame 1
#initclip 7 function FScrollSelectListClass() { this.init(); } FScrollSelectListClass.prototype = new FSelectableListClass(); FScrollSelectListClass.prototype.getScrollPosition = function () { return(this.topDisplayed); }; FScrollSelectListClass.prototype.setScrollPosition = function (pos) { if (this.enable) { pos = Math.min(pos, this.getLength() - this.numDisplayed); pos = Math.max(pos, 0); this.scrollBar_mc.setScrollPosition(pos); } }; FScrollSelectListClass.prototype.setAutoHideScrollBar = function (flag) { this.permaScrollBar = !flag; this.setSize(this.width, this.height); }; FScrollSelectListClass.prototype.setEnabled = function (enabledFlag) { super.setEnabled(enabledFlag); this.scrollBar_mc.setEnabled(this.enable); }; FScrollSelectListClass.prototype.setSize = function (w, h) { var pos = this.getScrollPosition(); super.setSize(w, h); if (this.scrollBar_mc != undefined) { this.removed = true; } this.scrollBar_mc = undefined; this.initScrollBar(); this.setScrollPosition(pos); }; FScrollSelectListClass.prototype.modelChanged = function (eventObj) { super.modelChanged(eventObj); this.invalidate("initScrollBar"); }; FScrollSelectListClass.prototype.initScrollBar = function () { if ((!this.permaScrollBar) && (this.getLength() <= this.numDisplayed)) { if (this.removed) { this.scrollBar_mc.removeMovieClip(); this.scrollBar_mc = undefined; this.scrollOffset = undefined; this.invalidate("setSize"); } } else { if (this.scrollBar_mc == undefined) { this.container_mc.attachMovie("FScrollBarSymbol", "scrollBar_mc", 3000, {hostStyle:this.styleTable}); this.scrollBar_mc = this.container_mc.scrollBar_mc; this.scrollBar_mc.setChangeHandler("scrollHandler", this); this.scrollBar_mc.setSize(this.height); this.scrollBar_mc._x = this.width - this.scrollBar_mc._width; this.scrollBar_mc._y = 0; this.scrollBar_mc.setLargeScroll(this.numDisplayed - 1); this.scrollOffset = this.scrollBar_mc._width; this.invalidate("setSize"); } this.scrollBar_mc.setScrollProperties(this.numDisplayed, 0, this.getLength() - this.numDisplayed); } }; FScrollSelectListClass.prototype.scrollHandler = function (scrollBar) { var pos = scrollBar.getScrollPosition(); this.topDisplayed = pos; if (this.lastPosition != pos) { this.updateControl(); } this.lastPosition = pos; }; FScrollSelectListClass.prototype.clickHandler = function (itmNum) { super.clickHandler(itmNum); if ((this.dragScrolling == undefined) && (this.scrollBar_mc != undefined)) { this.dragScrolling = setInterval(this, "dragScroll", 15); } }; FScrollSelectListClass.prototype.releaseHandler = function () { clearInterval(this.dragScrolling); this.dragScrolling = undefined; super.releaseHandler(); }; FScrollSelectListClass.prototype.dragScroll = function () { clearInterval(this.dragScrolling); if (this.container_mc._ymouse < 0) { this.setScrollPosition(this.getScrollPosition() - 1); this.selectionHandler(0); this.scrollInterval = Math.max(25, (-23.8 * (-this.container_mc._ymouse)) + 500); this.dragScrolling = setInterval(this, "dragScroll", this.scrollInterval); } else if (this.container_mc._ymouse > ((this.itmHgt - 2) * this.numDisplayed)) { this.setScrollPosition(this.getScrollPosition() + 1); this.selectionHandler(this.numDisplayed - 1); this.scrollInterval = Math.max(25, (-23.8 * Math.abs((this.container_mc._ymouse - ((this.itmHgt - 2) * this.numDisplayed)) - 2)) + 500); this.dragScrolling = setInterval(this, "dragScroll", this.scrollInterval); } else { this.dragScrolling = setInterval(this, "dragScroll", 15); } }; FScrollSelectListClass.prototype.myOnKeyDown = function () { if (this.focused) { this.keyCodes = new Array(40, 38, 34, 33, 36, 35); this.keyIncrs = new Array(1, -1, this.numDisplayed - 1, -(this.numDisplayed - 1), -this.getLength(), this.getLength()); var i = 0; while (i < this.keyCodes.length) { if (Key.isDown(this.keyCodes[i])) { this.moveSelBy(this.keyIncrs[i]); return(undefined); } i++; } this.findInputText(); } }; FScrollSelectListClass.prototype.findInputText = function () { var tmpCode = Key.getAscii(); if ((tmpCode >= 33) && (tmpCode <= 126)) { this.findString(String.fromCharCode(tmpCode)); } }; FScrollSelectListClass.prototype.findString = function (str) { if (this.getLength() == 0) { return(undefined); } var itemNum = this.getSelectedIndex(); var jump = 0; var i = (itemNum + 1); while (i != itemNum) { var itmStr = this.getItemAt(i).label.substring(0, str.length); if ((str == itmStr) || (str.toUpperCase() == itmStr.toUpperCase())) { var jump = (i - itemNum); break; } if (i >= (this.getLength() - 1)) { i = -1; } i++; } if (jump != 0) { this.moveSelBy(jump); } }; #endinitclip
Instance of Symbol 124 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 128 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { _targetInstanceName = ""; horizontal = false; } onClipEvent (load) { this._width = (this._height = 1); }
Instance of Symbol 127 MovieClip [FSelectableListSymbol] "superClassAsset" in Symbol 128 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 129 MovieClip [FComboBoxItemSymbol] Frame 1
#initclip 10 function FComboBoxItemClass() { this.init(); } FComboBoxItemClass.prototype = new FSelectableItemClass(); Object.registerClass("FComboBoxItemSymbol", FComboBoxItemClass); FComboBoxItemClass.prototype.setSize = function (w, h) { super.setSize(w, h); this.highlight_mc.onRollOver = function () { this.controller.controller.selectionHandler(this.controller.itemNum); }; }; #endinitclip
Symbol 132 MovieClip [FComboBoxSymbol] Frame 1
#initclip 9 function FComboBoxClass() { _global._popUpLevel = ((_global._popUpLevel == undefined) ? 20000 : (_global._popUpLevel + 1)); this.superHolder = _root.createEmptyMovieClip("superHolder" + _popUpLevel, _popUpLevel); var testContainer = this.superHolder.createEmptyMovieClip("testCont", 20000); var testBox = testContainer.attachMovie("FBoundingBoxSymbol", "boundingBox_mc", 0); if (testBox._name == undefined) { this.superHolder.removeMovieClip(); this.superHolder = this._parent.createEmptyMovieClip("superHolder" + _popUpLevel, _popUpLevel); } else { testContainer.removeMovieClip(); } if (this.rowCount == undefined) { this.rowCount = 8; this.editable = false; } this.itemSymbol = "FComboBoxItemSymbol"; this.init(); this.permaScrollBar = false; this.proxyBox_mc.gotoAndStop(1); this.width = this._width; this.height = (this.proxyBox_mc._height * this._yscale) / 100; var i = 0; while (i < this.labels.length) { this.addItem(this.labels[i], this.data[i]); i++; } this.lastSelected = 0; this.selectItem(0); this._xscale = (this._yscale = 100); this.opened = false; this.setSize(this.width); this.highlightTop(false); if (this.changeHandler.length > 0) { this.setChangeHandler(this.changeHandler); } this.onUnload = function () { this.superHolder.removeMovieClip(); }; this.setSelectedIndex(0, false); this.value = ""; this.focusEnabled = true; this.changeFlag = false; } FComboBoxClass.prototype = new FScrollSelectListClass(); Object.registerClass("FComboBoxSymbol", FComboBoxClass); FComboBoxClass.prototype.modelChanged = function (eventObj) { super.modelChanged(eventObj); var event = eventObj.event; if ((event == "addRows") || (event == "deleteRows")) { var diff = ((eventObj.lastRow - eventObj.firstRow) + 1); var mode = ((event == "addRows") ? 1 : -1); var len = this.getLength(); var lenBefore = (len - (mode * diff)); if ((this.rowCount > lenBefore) || (this.rowCount > len)) { this.invalidate("setSize"); } if (this.getSelectedIndex() == undefined) { this.setSelectedIndex(0, false); } } else if (event == "updateAll") { this.invalidate("setSize"); } }; FComboBoxClass.prototype.removeAll = function () { if (!this.enable) { return(undefined); } super.removeAll(); if (this.editable) { this.value = ""; } this.invalidate("setSize"); }; FComboBoxClass.prototype.setSize = function (w) { if ((((w == undefined) || (typeof(w) != "number")) || (w <= 0)) || (!this.enable)) { return(undefined); } this.proxyBox_mc._width = w; this.container_mc.removeMovieClip(); this.measureItmHgt(); this.container_mc = this.superHolder.createEmptyMovieClip("container", 3); this.container_mc.tabChildren = false; this.setPopUpLocation(this.container_mc); this.container_mc.attachMovie("FBoundingBoxSymbol", "boundingBox_mc", 0); this.boundingBox_mc = this.container_mc.boundingBox_mc; this.boundingBox_mc.component = this; this.registerSkinElement(this.boundingBox_mc.boundingBox, "background"); this.proxyBox_mc._height = this.itmHgt; this.numDisplayed = Math.min(this.rowCount, this.getLength()); if (this.numDisplayed < 3) { this.numDisplayed = Math.min(3, this.getLength()); } this.height = (this.numDisplayed * (this.itmHgt - 2)) + 2; super.setSize(w, this.height); this.attachMovie("DownArrow", "downArrow", 10); this.downArrow._y = 0; this.downArrow._width = this.itmHgt; this.downArrow._height = this.itmHgt; this.downArrow._x = this.proxyBox_mc._width - this.downArrow._width; this.setEditable(this.editable); this.container_mc._visible = this.opened; this.highlightTop(false); this.fader = this.superHolder.attachMovie("FBoundingBoxSymbol", "faderX", 4); this.registerSkinElement(this.fader.boundingBox, "background"); this.fader._width = this.width; this.fader._height = this.height; this.fader._visible = false; }; FComboBoxClass.prototype.setDataProvider = function (dp) { super.setDataProvider(dp); this.invalidate("setSize"); this.setSelectedIndex(0); }; FComboBoxClass.prototype.getValue = function () { if (this.editable) { return(this.fLabel_mc.getLabel()); } return(super.getValue()); }; FComboBoxClass.prototype.getRowCount = function () { return(this.rowCount); }; FComboBoxClass.prototype.setRowCount = function (count) { this.rowCount = ((this.getLength() > count) ? (Math.max(count, 3)) : (count)); this.setSize(this.width); var len = this.getLength(); if ((len - this.getScrollPosition()) < this.rowCount) { this.setScrollPosition(len - Math.min(this.rowCount, len)); this.invalidate("updateControl"); } }; FComboBoxClass.prototype.setEditable = function (editableFlag) { if (!this.enable) { return(undefined); } this.editable = editableFlag; if (!this.editable) { this.onPress = this.pressHandler; this.useHandCursor = false; this.trackAsMenu = true; this.attachMovie("FComboBoxItemSymbol", "fLabel_mc", 5, {controller:this, itemNum:-1}); this.fLabel_mc.onRollOver = undefined; this.fLabel_mc.setSize((this.width - this.itmHgt) + 1, this.itmHgt); this.topLabel = this.getSelectedItem(); this.fLabel_mc.drawItem(this.topLabel, false); this.highlightTop(false); } else { this.attachMovie("FLabelSymbol", "fLabel_mc", 5); this.fLabel_txt = this.fLabel_mc.labelField; this.fLabel_txt.type = "input"; this.fLabel_txt._x = 4; this.fLabel_txt.onSetFocus = this.onLabelFocus; this.fLabel_mc.setSize((this.width - this.itmHgt) - 3); delete this.onPress; this.fLabel_txt.onKillFocus = function () { this._parent._parent.myOnKillFocus(); }; this.fLabel_mc.setLabel(this.value); this.fLabel_txt.onChanged = function () { this._parent._parent.findInputText(); }; this.downArrow.onPress = this.buttonPressHandler; this.downArrow.useHandCursor = false; this.downArrow.trackAsMenu = true; } }; FComboBoxClass.prototype.setEnabled = function (enabledFlag) { enabledFlag = (((enabledFlag == undefined) || (typeof(enabledFlag) != "boolean")) ? true : (enabledFlag)); super.setEnabled(enabledFlag); this.registerSkinElement(this.boundingBox_mc.boundingBox, "background"); this.proxyBox_mc.gotoAndStop((this.enable ? "enabled" : "disabled")); this.downArrow.gotoAndStop((this.enable ? 1 : 3)); if (this.editable) { this.fLabel_txt.type = (enabledFlag ? "input" : "dynamic"); this.fLabel_txt.selectable = enabledFlag; } else if (enabledFlag) { this.fLabel_mc.drawItem(this.topLabel, false); this.setSelectedIndex(this.getSelectedIndex(), false); } this.fLabel_mc.setEnabled(this.enable); this.fLabel_txt.onSetFocus = (enabledFlag ? (this.onLabelFocus) : undefined); }; FComboBoxClass.prototype.setSelectedIndex = function (index, flag) { super.setSelectedIndex(index, flag); if (!this.editable) { this.topLabel = this.getSelectedItem(); this.fLabel_mc.drawItem(this.topLabel, false); } else { this.value = ((flag != undefined) ? "" : (this.getSelectedItem().label)); this.fLabel_mc.setLabel(this.value); } this.invalidate("updateControl"); }; FComboBoxClass.prototype.setValue = function (value) { if (this.editable) { this.fLabel_mc.setLabel(value); this.value = value; } }; FComboBoxClass.prototype.pressHandler = function () { this.focusRect.removeMovieClip(); if (this.enable) { if (!this.opened) { this.onMouseUp = this.releaseHandler; } else { this.onMouseUp = undefined; } this.changeFlag = false; if (!this.focused) { this.pressFocus(); this.clickFilter = (this.editable ? false : true); } if (!this.clickFilter) { this.openOrClose(!this.opened); } else { this.clickFilter = false; } } }; FComboBoxClass.prototype.clickHandler = function (itmNum) { if (!this.focused) { if (this.editable) { this.fLabel_txt.onKillFocus = undefined; } this.pressFocus(); } super.clickHandler(itmNum); this.selectionHandler(itmNum); this.onMouseUp = this.releaseHandler; }; FComboBoxClass.prototype.highlightTop = function (flag) { if (!this.editable) { this.fLabel_mc.drawItem(this.topLabel, flag); } }; FComboBoxClass.prototype.myOnSetFocus = function () { super.myOnSetFocus(); this.fLabel_mc.highlight_mc.gotoAndStop("enabled"); this.highlightTop(true); }; FComboBoxClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this._height + 4); }; FComboBoxClass.prototype.myOnKillFocus = function () { if (Selection.getFocus().indexOf("labelField") != -1) { return(undefined); } super.myOnKillFocus(); delete this.fLabel_txt.onKeyDown; this.openOrClose(false); this.highlightTop(false); }; FComboBoxClass.prototype.setPopUpLocation = function (mcRef) { mcRef._x = this._x; var point = {x:this._x, y:this._y + this.proxyBox_mc._height}; this._parent.localToGlobal(point); mcRef._parent.globalToLocal(point); mcRef._x = point.x; mcRef._y = point.y; if ((this.height + mcRef._y) >= Stage.height) { this.upward = true; mcRef._y = (point.y - this.height) - this.proxyBox_mc._height; } else { this.upward = false; } }; FComboBoxClass.prototype.openOrClose = function (flag) { if (this.getLength() == 0) { return(undefined); } this.setPopUpLocation(this.container_mc); if ((this.lastSelected != -1) && ((this.lastSelected < this.topDisplayed) || (this.lastSelected > (this.topDisplayed + this.numDisplayed)))) { super.moveSelBy(this.lastSelected - this.getSelectedIndex()); } if (!flag) { (this.downArrow.gotoAndStop(1));// not popped } else { (this.downArrow.gotoAndStop(2));// not popped } if (flag == this.opened) { return(undefined); } this.highlightTop(!flag); this.fadeRate = this.styleTable.popUpFade.value; if (((!flag) || (this.fadeRate == undefined)) || (this.fadeRate == 0)) { this.opened = (this.container_mc._visible = flag); return(undefined); } this.setPopUpLocation(this.fader); this.time = 0; this.const = 85 / Math.sqrt(this.fadeRate); this.fader._alpha = 85; this.container_mc._visible = (this.fader._visible = true); this.onEnterFrame = function () { this.fader._alpha = 100 - ((this.const * Math.sqrt(++this.time)) + 15); if (this.time >= this.fadeRate) { this.fader._visible = false; delete this.onEnterFrame; this.opened = true; } }; }; FComboBoxClass.prototype.fireChange = function () { this.lastSelected = this.getSelectedIndex(); if (!this.editable) { this.topLabel = this.getSelectedItem(); this.fLabel_mc.drawItem(this.topLabel, true); } else { this.value = this.getSelectedItem().label; this.fLabel_mc.setLabel(this.value); } this.executeCallback(); }; FComboBoxClass.prototype.releaseHandler = function () { var onCombo = this.boundingBox_mc.hitTest(_root._xmouse, _root._ymouse); if (this.changeFlag) { if (onCombo) { this.fireChange(); } this.openOrClose(!this.opened); } else if (onCombo) { this.openOrClose(false); } else { this.onMouseDown = function () { if ((!this.boundingBox_mc.hitTest(_root._xmouse, _root._ymouse)) && (!this.hitTest(_root._xmouse, _root._ymouse))) { this.onMouseDown = undefined; this.openOrClose(false); } }; } this.changeFlag = false; this.onMouseUp = undefined; clearInterval(this.dragScrolling); this.dragScrolling = undefined; }; FComboBoxClass.prototype.moveSelBy = function (itemNum) { if (itemNum != 0) { super.moveSelBy(itemNum); if (this.editable) { this.setValue(this.getSelectedItem().label); } if (!this.opened) { if (this.changeFlag && (!this.isSelected(this.lastSelected))) { this.fireChange(); } } } }; FComboBoxClass.prototype.myOnKeyDown = function () { if (!this.focused) { return(undefined); } if (this.editable && (Key.isDown(13))) { this.setValue(this.fLabel_mc.getLabel()); this.executeCallback(); this.openOrClose(false); } else if ((Key.isDown(13) || (Key.isDown(32) && (!this.editable))) && (this.opened)) { if (this.getSelectedIndex() != this.lastSelected) { this.fireChange(); } this.openOrClose(false); this.fLabel_txt.hscroll = 0; } super.myOnKeyDown(); }; FComboBoxClass.prototype.findInputText = function () { if (!this.editable) { super.findInputText(); } }; FComboBoxClass.prototype.onLabelFocus = function () { this._parent._parent.tabFocused = false; this._parent._parent.focused = true; this.onKeyDown = function () { this._parent._parent.myOnKeyDown(); }; Key.addListener(this); }; FComboBoxClass.prototype.buttonPressHandler = function () { this._parent.pressHandler(); }; #endinitclip this.deadPreview._visible = false;
Instance of Symbol 128 MovieClip [FScrollSelectListSymbol] "superClassAsset" in Symbol 132 MovieClip [FComboBoxSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 143 MovieClip Frame 80
gotoAndPlay (1);
Symbol 146 MovieClip Frame 1
play();
Symbol 146 MovieClip Frame 480
stop(); _root.gotoAndStop(4);
Symbol 154 Button
on (release) { gotoAndStop (20); }
Symbol 157 Button
on (release) { gotoAndStop (5); }
Symbol 159 Button
on (release) { fscommand ("quit"); }
Symbol 161 Button
on (release) { gotoAndStop (6); }
Symbol 163 Button
on (release) { gotoAndStop (7); }
Instance of Symbol 182 MovieClip "fleche" in Symbol 185 MovieClip Frame 101
onClipEvent (enterFrame) { _x = (_x + _root.vitesse_fleche); if (_x >= 2000) { _parent.gotoAndPlay(48); } }
Symbol 189 MovieClip Frame 1
stop();
Instance of Symbol 189 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) { if (_root.laser == 1) { gotoAndStop (2); } }
Symbol 190 MovieClip Frame 40
stop();
Instance of Symbol 182 MovieClip "fleche" in Symbol 190 MovieClip Frame 41
onClipEvent (enterFrame) { _x = (_x + _root.vitesse_fleche); if (_x >= 2000) { _parent.gotoAndPlay(48); } }
Symbol 190 MovieClip Frame 46
stop();
Instance of Symbol 189 MovieClip in Symbol 190 MovieClip Frame 48
onClipEvent (load) { if (_root.laser == 1) { gotoAndStop (2); } }
Instance of Symbol 191 MovieClip "arc" in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(38) and (arc2._currentframe != 46)) { if (_rotation > -60) { _rotation = (_rotation - _root.rotation_arc); } } else if (Key.isDown(40) and (arc2._currentframe != 46)) { if (_rotation < 60) { _rotation = (_rotation + _root.rotation_arc); } } }
Symbol 194 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 31
_parent.gotoAndStop(1);
Symbol 200 MovieClip Frame 38
if (_parent._xscale < 0) { _parent._x = _parent._x - 123.5; } else { _parent._x = _parent._x + 123.5; } _parent.gotoAndStop(1);
Symbol 201 MovieClip Frame 42
if (Key.isDown(13)) { gotoAndPlay (41); } else { gotoAndPlay (43); }
Symbol 201 MovieClip Frame 100
if (_parent._xscale < 0) { _parent._x = _parent._x + 80.5; } else { _parent._x = _parent._x - 80.5; } _parent.gotoAndStop(1);
Symbol 202 MovieClip Frame 58
if (_parent._xscale < 0) { _parent._x = _parent._x + 69; } else { _parent._x = _parent._x - 69; } _parent.gotoAndStop(1);
Symbol 203 MovieClip Frame 1
stop();
Instance of Symbol 192 MovieClip "haut" in Symbol 203 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(32) and (arc.arc2._currentframe == 40)) { arc.arc2.gotoAndPlay(41); } }
Instance of Symbol 203 MovieClip "player" in Symbol 204 MovieClip Frame 1
onClipEvent (load) { max_x = "425"; min_x = "25"; } onClipEvent (enterFrame) { if (((((Key.isDown(37) or Key.isDown(39)) or Key.isDown(32)) or Key.isDown(17)) or Key.isDown(16)) or Key.isDown(13)) { if ((Key.isDown(17) and (_currentframe <= 2)) or (_currentframe == 3)) { if ((_xscale > 0) and ((_x + 123.5) <= max_x)) { gotoAndStop (3); } if ((_xscale < 0) and ((_x - 123) >= min_x)) { gotoAndStop (3); } } if ((Key.isDown(16) and (_currentframe <= 2)) or (_currentframe == 5)) { if ((_xscale > 0) and ((_x - 69) >= min_x)) { gotoAndStop (5); } if ((_xscale < 0) and ((_x + 69) <= max_x)) { gotoAndStop (5); } } if ((Key.isDown(13) and (_currentframe <= 2)) or (_currentframe == 4)) { if ((_xscale > 0) and ((_x - 80.5) >= min_x)) { gotoAndStop (4); } if ((_xscale < 0) and ((_x + 80.5) <= max_x)) { gotoAndStop (4); } } if (Key.isDown(39) and (_currentframe <= 2)) { _x = (_x + _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "100"; } } if (Key.isDown(37) and (_currentframe <= 2)) { _x = (_x - _root.vitesse); bas.gotoAndStop(2); if (haut.arc.arc2._currentframe != 46) { _xscale = "-100"; } } } else if (_currentframe <= 2) { bas.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_x >= max_x) { _x = max_x; } if (_x <= min_x) { _x = min_x; } }
Symbol 207 Button
on (release) { gotoAndStop (4); }
Symbol 232 Button
on (release) { getURL ("http://www.mpcorp.fr.st"); }
Symbol 237 Button
on (release) { getURL ("mailto:the_bombay@mpcorp.fr.st"); }
Symbol 242 Button
on (release) { if (speed.getValue() == "Normale") { vitesse = 2; } else if (speed.getValue() == "Rapide") { vitesse = 3; } else if (speed.getValue() == "Tr\u00E8s rapide") { vitesse = 4; } else if (speed.getValue() == "Lente") { vitesse = 1.5; } else if (speed.getValue() == "Tr\u00E8s lente") { vitesse = 1; } if (rotation.getValue() == "Normale") { rotation_arc = 2; } else if (speed.getValue() == "Elev\u00E9e") { rotation_arc = 1; } else if (speed.getValue() == "Faible") { rotation_arc = 3; } if (visee.getValue() == " Sans") { laser = 0; } else { laser = 1; } gotoAndStop (4); }
Symbol 248 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 2
play();
Symbol 248 MovieClip Frame 11
rnd = random(3);
Symbol 248 MovieClip Frame 65
if (rnd == 0) { gotoAndStop (1); g = _root.g; _y = "-10"; _x = (random(_root.random_1) + _root.random_2); }
Symbol 248 MovieClip Frame 100
if (rnd == 1) { g = _root.g; _y = "-10"; _x = (random(_root.random_1) + _root.random_2); gotoAndStop (1); }
Symbol 248 MovieClip Frame 150
g = _root.g; _y = "-10"; _x = (random(_root.random_1) + _root.random_2); gotoAndStop (1);
Instance of Symbol 182 MovieClip "fleche" in Symbol 250 MovieClip Frame 41
onClipEvent (enterFrame) { _x = (_x + _root.vitesse_fleche); }
Symbol 250 MovieClip Frame 46
stop();
Symbol 252 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip "arc" in Symbol 252 MovieClip Frame 2
onClipEvent (enterFrame) { if (arc2._currentframe < 41) { if (_root.go1 == 1) { ya_moins_yb = (_root.opposant._y + 30) - _root.player._y; xa_moins_xb = _root.opposant._x - _root.player._x; } else if (_root.go1 == 3) { ya_moins_yb = (_root.opposant3._y + 30) - _root.player._y; xa_moins_xb = _root.opposant3._x - _root.player._x; } else if (_root.go1 == 5) { ya_moins_yb = (_root.opposant5._y + 30) - _root.player._y; xa_moins_xb = _root.opposant5._x - _root.player._x; } radicande = Math.sqrt((xb_moins_xa * xb_moins_xa) + (yb_moins_ya * yb_moins_ya)); tan_alpha = xa_moins_xb / ya_moins_yb; sin_alpha = ya_moins_yb / radicande; alpha = Math.atan(tan_alpha); if (sin_alpha > 0) { _rotation = (-90 - ((alpha * 180) / Math.PI)); } else { _rotation = ((-90 - ((alpha * 180) / Math.PI)) - 180); } } }
Symbol 253 MovieClip Frame 31
_parent.tempo = 0; _root.go1++; _parent._x = "820"; stop();
Symbol 254 MovieClip Frame 1
stop();
Instance of Symbol 182 MovieClip "fleche" in Symbol 255 MovieClip Frame 41
onClipEvent (enterFrame) { _x = (_x + _root.vitesse_fleche); }
Symbol 255 MovieClip Frame 46
stop();
Symbol 257 MovieClip Frame 1
stop();
Instance of Symbol 256 MovieClip "arc" in Symbol 257 MovieClip Frame 2
onClipEvent (enterFrame) { if (arc2._currentframe < 41) { if (_root.go1 == 2) { ya_moins_yb = (_root.opposant2._y + 30) - _root.player._y; xa_moins_xb = _root.opposant2._x - _root.player._x; } else if (_root.go1 == 4) { ya_moins_yb = (_root.opposant4._y + 30) - _root.player._y; xa_moins_xb = _root.opposant4._x - _root.player._x; } else if (_root.go1 == 6) { ya_moins_yb = (_root.opposant6._y + 30) - _root.player._y; xa_moins_xb = _root.opposant6._x - _root.player._x; } radicande = Math.sqrt((xb_moins_xa * xb_moins_xa) + (yb_moins_ya * yb_moins_ya)); tan_alpha = xa_moins_xb / ya_moins_yb; sin_alpha = ya_moins_yb / radicande; alpha = Math.atan(tan_alpha); if (sin_alpha > 0) { _rotation = (-90 - ((alpha * 180) / Math.PI)); } else { _rotation = ((-90 - ((alpha * 180) / Math.PI)) - 180); } } }
Symbol 258 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 1
objectDate = new Date(); olddate = currentdate; currentdate = objectDate.getSeconds();
Symbol 260 MovieClip Frame 2
if (currentdate != olddate) { _root.tps = _root.tps - 1; _root.aff_tps = _root.tps + " s"; } if (_root.tps == 0) { _root.gotoAndStop(_root._currentframe + 1); } gotoAndPlay (1);
Symbol 266 Button
on (release) { gotoAndStop (3); }
Symbol 268 Button
on (release) { gotoAndStop (4); }
Symbol 270 Button
on (release) { gotoAndStop (5); }
Symbol 272 Button
on (release) { gotoAndStop (6); }
Symbol 274 Button
on (release) { gotoAndStop (7); }
Symbol 276 Button
on (release) { gotoAndStop (1); }
Symbol 279 Button
on (release) { if (speed.getValue() == "Normale") { _root.vitesse = 2; } else if (speed.getValue() == "Rapide") { _root.vitesse = 3; } else if (speed.getValue() == "Tr\u00E8s rapide") { _root.vitesse = 4; } else if (speed.getValue() == "Lente") { _root.vitesse = 1.5; } else if (speed.getValue() == "Tr\u00E8s lente") { _root.vitesse = 1; } gotoAndStop (2); }
Symbol 281 Button
on (release) { gotoAndStop (2); }
Symbol 283 Button
on (release) { if (rotation.getValue() == "Normale") { _root.rotation_arc = 2; } else if (speed.getValue() == "Elev\u00E9e") { _root.rotation_arc = 1; } else if (speed.getValue() == "Faible") { _root.rotation_arc = 3; } gotoAndStop (2); }
Symbol 286 Button
on (release) { if (visee.getValue() == " Sans") { _root.laser = 0; } else { _root.laser = 1; } gotoAndStop (2); }
Symbol 288 Button
on (release) { if (txt == "1") { _root.gotoAndStop(20); gotoAndStop (1); } else if (txt == "2") { _root.gotoAndStop(22); gotoAndStop (1); } else if (txt == "3") { _root.gotoAndStop(24); gotoAndStop (1); } else if (txt == "4") { _root.gotoAndStop(26); gotoAndStop (1); } else if (txt == "5") { _root.gotoAndStop(28); gotoAndStop (1); } else if (txt == "6") { _root.gotoAndStop(30); gotoAndStop (1); } else { gotoAndStop (8); } }
Symbol 293 Button
on (release) { _root.pts = Number(txt); gotoAndStop (2); }
Symbol 296 MovieClip Frame 1
stop();
Instance of Symbol 132 MovieClip [FComboBoxSymbol] "speed" in Symbol 296 MovieClip Frame 3
//component parameters onClipEvent (initialize) { editable = false; labels = []; labels[0] = "Normale"; labels[1] = "Rapide"; labels[2] = "Tr\u00E8s rapide"; labels[3] = "Lente"; labels[4] = "Tr\u00E8s lente"; rowCount = 8; changeHandler = ""; }
Instance of Symbol 132 MovieClip [FComboBoxSymbol] "rotation" in Symbol 296 MovieClip Frame 4
//component parameters onClipEvent (initialize) { editable = false; labels = []; labels[0] = "Normale"; labels[1] = "Elev\u00E9e"; labels[2] = "Faible"; rowCount = 8; changeHandler = ""; }
Instance of Symbol 120 MovieClip [FRadioButtonSymbol] "avec" in Symbol 296 MovieClip Frame 5
//component parameters onClipEvent (initialize) { label = " Avec"; initialState = false; groupName = "visee"; data = ""; labelPlacement = "right"; changeHandler = ""; }
Instance of Symbol 120 MovieClip [FRadioButtonSymbol] "sans" in Symbol 296 MovieClip Frame 5
//component parameters onClipEvent (initialize) { label = " Sans"; initialState = true; groupName = "visee"; data = ""; labelPlacement = "right"; changeHandler = ""; }
Symbol 296 MovieClip Frame 6
txt = "";
Symbol 296 MovieClip Frame 7
txt = "";
Symbol 300 Button
on (release) { nextFrame(); }
Symbol 316 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 2
play();
Symbol 316 MovieClip Frame 11
rnd = random(3);
Symbol 316 MovieClip Frame 65
if (rnd == 0) { gotoAndStop (1); g = _root.g; _y = "-10"; _x = (random(_root.random_1) + _root.random_2); }
Symbol 316 MovieClip Frame 100
if (rnd == 1) { g = _root.g; _y = "-10"; _x = (random(_root.random_1) + _root.random_2); gotoAndStop (1); }
Symbol 316 MovieClip Frame 150
g = _root.g; _y = "-10"; _x = (random(_root.random_1) + _root.random_2); gotoAndStop (1);
Symbol 317 MovieClip Frame 1
stop();
Symbol 317 MovieClip Frame 2
play();
Symbol 317 MovieClip Frame 11
rnd = random(3);
Symbol 317 MovieClip Frame 65
if (rnd == 0) { gotoAndStop (1); g = _root.g; _y = "-10"; _x = (random(_root.random_1) + _root.random_2); }
Symbol 317 MovieClip Frame 100
if (rnd == 1) { g = _root.g; _y = "-10"; _x = (random(_root.random_1) + _root.random_2); gotoAndStop (1); }
Symbol 317 MovieClip Frame 150
g = _root.g; _y = "-10"; _x = (random(_root.random_1) + _root.random_2); gotoAndStop (1);
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 91
gotoAndStop (1);
Symbol 347 MovieClip Frame 22
stop();
Symbol 348 MovieClip Frame 90
stop();
Instance of Symbol 347 MovieClip "boum4" in Symbol 348 MovieClip Frame 90
onClipEvent (enterFrame) { i++; if (i >= 250) { i = 0; if (_root.player._x <= _parent._x) { _parent._xscale = 50; } else { _parent._xscale = -50; } _parent.gotoAndPlay(1); } if ((this.hitTest(_root.player.carre) or this.hitTest(_root.player.player_2.cible)) and (_root.player._currentframe != 2)) { _root.pts = _root.pts - 5; _root.player.gotoAndStop(2); } }
Instance of Symbol 352 MovieClip "fil" in Symbol 353 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche) and (_parent._parent._currentframe == 20)) { _parent._parent.gotoAndPlay(21); } }
Symbol 357 MovieClip Frame 20
stop();
Instance of Symbol 182 MovieClip "fleche" in Symbol 357 MovieClip Frame 21
onClipEvent (enterFrame) { _x = (_x + (_root.vitesse_fleche / 2)); if (((this.hitTest(_root.mur) or this.hitTest(_root.player.carre)) or this.hitTest(_root.player.player_2.cible)) or this.hitTest(_root.radeau.pt_fil)) { if (this.hitTest(_root.radeau.pt_fil)) { _root.radeau.pt_fil._xscale = _root.radeau.pt_fil._xscale - 40; } if (this.hitTest(_root.player.carre) or (this.hitTest(_root.player.player_2.cible) and (_root.player._currentframe != 2))) { _root.pts = _root.pts - 5; _root.player.gotoAndStop(2); } _root.impact.start(); _parent.gotoAndPlay(1); } }
Symbol 357 MovieClip Frame 40
stop();
Instance of Symbol 229 MovieClip in Symbol 360 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.haut.arc.arc2.fleche)) { _root.player.haut.arc.arc2.gotoAndPlay(48); _root.impact.start(); } if ((this.hitTest(_root.player.carre) or this.hitTest(_root.player.player_2.cible)) and (_root.player._currentframe != 2)) { _root.pts = _root.pts - 5; _root.player.gotoAndStop(2); } }
Symbol 361 MovieClip Frame 1
stop();
Instance of Symbol 352 MovieClip "pt_fil" in Symbol 361 MovieClip Frame 1
onClipEvent (enterFrame) { if (_xscale <= 10) { _parent.gotoAndPlay(2); } }
Symbol 361 MovieClip Frame 36
stop();
Symbol 364 Button
on (release) { gotoAndStop (4); }
Symbol 366 Button
on (release) { fscommand ("quit"); }
Symbol 371 Button
on (release) { vitesse = 2; rotation_arc = 2; vitesse_fleche = 20; g = 0.2; aj_g = 0.005; random_1 = 700; random_2 = 50; tps = 60; go1 = 0; impact = new Sound(); impact.attachSound("impact"); pop = new Sound(); pop.attachSound("pop"); gotoAndStop (4); }

Library Items

Symbol 1 Sound [pop]
Symbol 2 Sound [saut2]Used by:202
Symbol 3 Sound [impact]Used by:185 190 250 255
Symbol 4 GraphicUsed by:5 72 76 77 86
Symbol 5 MovieClip [frb_hitArea]Uses:4
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:14
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:14
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:14
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:14
Symbol 14 MovieClipUses:7 9 11 13Used by:29
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:16Used by:29
Symbol 18 GraphicUsed by:19 21
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClipUses:19Used by:29
Symbol 21 MovieClipUses:18Used by:22
Symbol 22 MovieClipUses:21Used by:29
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:25
Symbol 25 MovieClipUses:24Used by:29
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClipUses:27Used by:29
Symbol 29 MovieClip [frb_states]Uses:14 17 20 22 25 28
Symbol 30 FontUsed by:31
Symbol 31 EditableTextUses:30Used by:32
Symbol 32 MovieClip [FLabelSymbol]Uses:31
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35
Symbol 35 MovieClip [FHighlightSymbol]Uses:34
Symbol 36 MovieClip [FUIComponentSymbol]
Symbol 37 GraphicUsed by:38 56 73 74 80 81 83 89 101
Symbol 38 MovieClipUses:37Used by:49
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:49
Symbol 41 GraphicUsed by:42 62 92 107
Symbol 42 MovieClipUses:41Used by:49
Symbol 43 GraphicUsed by:44 63 93 108
Symbol 44 MovieClipUses:43Used by:49
Symbol 45 GraphicUsed by:46 51 61 94 98 106
Symbol 46 MovieClipUses:45Used by:49
Symbol 47 GraphicUsed by:48 50 60 95 97 105
Symbol 48 MovieClipUses:47Used by:49
Symbol 49 MovieClipUses:38 40 42 44 46 48Used by:69
Symbol 50 MovieClipUses:47Used by:59
Symbol 51 MovieClipUses:45Used by:59
Symbol 52 GraphicUsed by:53 99
Symbol 53 MovieClipUses:52Used by:59
Symbol 54 GraphicUsed by:55 100
Symbol 55 MovieClipUses:54Used by:59
Symbol 56 MovieClipUses:37Used by:59
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:59
Symbol 59 MovieClipUses:50 51 53 55 56 58Used by:69
Symbol 60 MovieClipUses:47Used by:68
Symbol 61 MovieClipUses:45Used by:68
Symbol 62 MovieClipUses:41Used by:68
Symbol 63 MovieClipUses:43Used by:68
Symbol 64 GraphicUsed by:65 109
Symbol 65 MovieClipUses:64Used by:68
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:68
Symbol 68 MovieClipUses:60 61 62 63 65 67Used by:69
Symbol 69 MovieClip [UpArrow]Uses:49 59 68
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:75
Symbol 72 MovieClipUses:4Used by:75
Symbol 73 MovieClipUses:37Used by:75
Symbol 74 MovieClipUses:37Used by:75
Symbol 75 MovieClipUses:71 72 73 74Used by:88
Symbol 76 MovieClipUses:4Used by:82
Symbol 77 MovieClipUses:4Used by:82
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:82
Symbol 80 MovieClipUses:37Used by:82
Symbol 81 MovieClipUses:37Used by:82
Symbol 82 MovieClipUses:76 77 79 80 81Used by:88
Symbol 83 MovieClipUses:37Used by:87
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:87
Symbol 86 MovieClipUses:4Used by:87
Symbol 87 MovieClipUses:83 85 86Used by:88
Symbol 88 MovieClip [ScrollThumb]Uses:75 82 87
Symbol 89 MovieClipUses:37Used by:96
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:96
Symbol 92 MovieClipUses:41Used by:96
Symbol 93 MovieClipUses:43Used by:96
Symbol 94 MovieClipUses:45Used by:96
Symbol 95 MovieClipUses:47Used by:96
Symbol 96 MovieClipUses:89 91 92 93 94 95Used by:113
Symbol 97 MovieClipUses:47Used by:104
Symbol 98 MovieClipUses:45Used by:104
Symbol 99 MovieClipUses:52Used by:104
Symbol 100 MovieClipUses:54Used by:104
Symbol 101 MovieClipUses:37Used by:104
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:104
Symbol 104 MovieClipUses:97 98 99 100 101 103Used by:113
Symbol 105 MovieClipUses:47Used by:112
Symbol 106 MovieClipUses:45Used by:112
Symbol 107 MovieClipUses:41Used by:112
Symbol 108 MovieClipUses:43Used by:112
Symbol 109 MovieClipUses:64Used by:112
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:112
Symbol 112 MovieClipUses:105 106 107 108 109 111Used by:113
Symbol 113 MovieClip [DownArrow]Uses:96 104 112
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:117
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClip [FBoundingBoxSymbol]Uses:115 116Used by:120 132
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:120
Symbol 120 MovieClip [FRadioButtonSymbol]Uses:117 119Used by:296  Timeline
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:123
Symbol 123 MovieClipUses:122Used by:124
Symbol 124 MovieClip [FScrollBarSymbol]Uses:123Used by:128
Symbol 125 MovieClip [DataProviderSymbol]Used by:127
Symbol 126 MovieClip [FSelectableItemSymbol]Used by:127
Symbol 127 MovieClip [FSelectableListSymbol]Uses:125 126Used by:128
Symbol 128 MovieClip [FScrollSelectListSymbol]Uses:124 127Used by:132
Symbol 129 MovieClip [FComboBoxItemSymbol]Used by:132
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:132
Symbol 132 MovieClip [FComboBoxSymbol]Uses:128 129 117 131Used by:296  Timeline
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:Timeline
Symbol 135 FontUsed by:136 137 205 206 210 212 214 215 217 219 220 223 224 225 226 227 230 231 238 239 240 241 244 245 246 247 259 261 262 263 267 269 271 273 275 277 280 282 289 291 294 295 297 298 301 304 305 306 307 311 312 313 314 319 320 321 322 327 328 329 330 331 362 363 365 367 370 372 373 376
Symbol 136 TextUses:135Used by:Timeline
Symbol 137 EditableTextUses:135Used by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 GraphicUsed by:143 232
Symbol 141 GraphicUsed by:143 232
Symbol 142 GraphicUsed by:143 232
Symbol 143 MovieClipUses:140 141 142Used by:146 232  Timeline
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:146
Symbol 146 MovieClipUses:143 145Used by:Timeline
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:149
Symbol 149 MovieClipUses:148Used by:Timeline
Symbol 150 GraphicUsed by:154 157 159 161 163 207 242
Symbol 151 GraphicUsed by:154 157 159 161 163 207 242
Symbol 152 GraphicUsed by:154 157 159 161 163 207 242
Symbol 153 GraphicUsed by:154 157 159 161 163 207 242
Symbol 154 ButtonUses:150 151 152 153Used by:Timeline
Symbol 155 FontUsed by:156 158 160 162 164 208 243
Symbol 156 TextUses:155Used by:Timeline
Symbol 157 ButtonUses:150 151 152 153Used by:Timeline
Symbol 158 TextUses:155Used by:Timeline
Symbol 159 ButtonUses:150 151 152 153Used by:Timeline
Symbol 160 TextUses:155Used by:Timeline
Symbol 161 ButtonUses:150 151 152 153Used by:Timeline
Symbol 162 TextUses:155Used by:Timeline
Symbol 163 ButtonUses:150 151 152 153Used by:Timeline
Symbol 164 TextUses:155Used by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 GraphicUsed by:169 197 200 201 202 216 253 348
Symbol 167 GraphicUsed by:169 197 200 201 202 216 253 348
Symbol 168 GraphicUsed by:169 197 200 201 202 216 253 348
Symbol 169 MovieClipUses:166 167 168Used by:192 252 257  Timeline
Symbol 170 GraphicUsed by:176 193 197 200 201 202 253
Symbol 171 GraphicUsed by:176 185 190 193 197 200 201 202 216 250 253 255 348
Symbol 172 GraphicUsed by:176 193 197 200 201 202 253
Symbol 173 GraphicUsed by:176 193 197 200 201 202 253
Symbol 174 GraphicUsed by:176 193 197 200 201 202 253
Symbol 175 GraphicUsed by:176 193 197 200 201 202 253
Symbol 176 MovieClipUses:170 171 172 173 174 175Used by:194  Timeline
Symbol 177 GraphicUsed by:185 190 197 200 201 202 216 250 253 255 348
Symbol 178 GraphicUsed by:185 190 197 200 201 202 216 250 253 255 348
Symbol 179 GraphicUsed by:185 190 250 255 357
Symbol 180 GraphicUsed by:185
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:185 190 250 255 357
Symbol 183 GraphicUsed by:185 190 250 255
Symbol 184 SoundUsed by:185 190 250 255 357
Symbol 185 MovieClipUses:171 177 178 179 180 182 183 184 3Used by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 GraphicUsed by:204
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:190
Symbol 190 MovieClipUses:171 177 178 179 183 182 189 184 3Used by:191
Symbol 191 MovieClipUses:190Used by:192
Symbol 192 MovieClipUses:191 169Used by:203
Symbol 193 MovieClipUses:170 171 174 173 172 175Used by:194
Symbol 194 MovieClipUses:176 193Used by:203 254 258  Timeline
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:195Used by:203 254 258
Symbol 197 MovieClipUses:170 171 172 173 174 175 177 178 166 167 168Used by:203
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:200 201 202
Symbol 200 MovieClipUses:171 170 174 173 175 172 178 177 166 167 168 199Used by:203
Symbol 201 MovieClipUses:171 170 174 173 175 172 178 177 166 167 168 199Used by:203
Symbol 202 MovieClipUses:171 170 174 173 175 172 178 177 166 167 168 199 2Used by:203
Symbol 203 MovieClipUses:192 194 196 197 200 201 202Used by:204  Timeline
Symbol 204 MovieClipUses:187 203Used by:Timeline
Symbol 205 TextUses:135Used by:Timeline
Symbol 206 TextUses:135Used by:Timeline
Symbol 207 ButtonUses:150 151 152 153Used by:Timeline
Symbol 208 TextUses:155Used by:Timeline
Symbol 209 GraphicUsed by:248  Timeline
Symbol 210 TextUses:135Used by:Timeline
Symbol 211 GraphicUsed by:316  Timeline
Symbol 212 TextUses:135Used by:Timeline
Symbol 213 GraphicUsed by:317  Timeline
Symbol 214 TextUses:135Used by:Timeline
Symbol 215 TextUses:135Used by:Timeline
Symbol 216 MovieClipUses:171 177 178 166 167 168Used by:252 257  Timeline
Symbol 217 TextUses:135Used by:Timeline
Symbol 218 GraphicUsed by:Timeline
Symbol 219 TextUses:135Used by:Timeline
Symbol 220 TextUses:135Used by:Timeline
Symbol 221 GraphicUsed by:Timeline
Symbol 222 GraphicUsed by:Timeline
Symbol 223 TextUses:135Used by:Timeline
Symbol 224 TextUses:135Used by:Timeline
Symbol 225 TextUses:135Used by:Timeline
Symbol 226 TextUses:135Used by:Timeline
Symbol 227 TextUses:135Used by:Timeline
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:360  Timeline
Symbol 230 TextUses:135Used by:Timeline
Symbol 231 TextUses:135Used by:Timeline
Symbol 232 ButtonUses:143 140 141 142Used by:Timeline
Symbol 233 GraphicUsed by:237 266 268 270 272 274 276 279 281 283 286 288 293 300 364 366 371
Symbol 234 GraphicUsed by:237 266 268 270 272 274 276 279 281 283 286 288 293 300 364 366 371
Symbol 235 GraphicUsed by:237 266 268 270 272 274 276 279 281 283 286 288 293 300 364 366 371
Symbol 236 GraphicUsed by:237 266 268 270 272 274 276 279 281 283 286 288 293 300 364 366 371
Symbol 237 ButtonUses:233 234 235 236Used by:Timeline
Symbol 238 TextUses:135Used by:Timeline
Symbol 239 TextUses:135Used by:Timeline
Symbol 240 TextUses:135Used by:Timeline
Symbol 241 TextUses:135Used by:Timeline
Symbol 242 ButtonUses:150 151 152 153Used by:Timeline
Symbol 243 TextUses:155Used by:Timeline
Symbol 244 TextUses:135Used by:Timeline
Symbol 245 TextUses:135Used by:Timeline
Symbol 246 TextUses:135Used by:Timeline
Symbol 247 TextUses:135Used by:Timeline
Symbol 248 MovieClipUses:209Used by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 MovieClipUses:171 177 178 179 183 182 184 3Used by:251
Symbol 251 MovieClipUses:250Used by:252
Symbol 252 MovieClipUses:216 169 251Used by:254
Symbol 253 MovieClipUses:170 171 172 173 174 175 177 178 166 167 168Used by:254 258
Symbol 254 MovieClipUses:194 252 196 253Used by:Timeline
Symbol 255 MovieClipUses:171 177 178 179 183 182 184 3Used by:256
Symbol 256 MovieClipUses:255Used by:257
Symbol 257 MovieClipUses:216 169 256Used by:258
Symbol 258 MovieClipUses:194 257 196 253Used by:Timeline
Symbol 259 EditableTextUses:135Used by:Timeline
Symbol 260 MovieClipUsed by:Timeline
Symbol 261 EditableTextUses:135Used by:Timeline
Symbol 262 TextUses:135Used by:Timeline
Symbol 263 EditableTextUses:135Used by:Timeline
Symbol 264 GraphicUsed by:296
Symbol 265 GraphicUsed by:296
Symbol 266 ButtonUses:233 234 235 236Used by:296
Symbol 267 TextUses:135Used by:296
Symbol 268 ButtonUses:233 234 235 236Used by:296
Symbol 269 TextUses:135Used by:296
Symbol 270 ButtonUses:233 234 235 236Used by:296
Symbol 271 TextUses:135Used by:296
Symbol 272 ButtonUses:233 234 235 236Used by:296
Symbol 273 TextUses:135Used by:296
Symbol 274 ButtonUses:233 234 235 236Used by:296
Symbol 275 TextUses:135Used by:296
Symbol 276 ButtonUses:233 234 235 236Used by:296
Symbol 277 TextUses:135Used by:296
Symbol 278 GraphicUsed by:296
Symbol 279 ButtonUses:233 234 235 236Used by:296
Symbol 280 TextUses:135Used by:296
Symbol 281 ButtonUses:233 234 235 236Used by:296
Symbol 282 TextUses:135Used by:296
Symbol 283 ButtonUses:233 234 235 236Used by:296
Symbol 284 GraphicUsed by:296
Symbol 285 GraphicUsed by:296
Symbol 286 ButtonUses:233 234 235 236Used by:296
Symbol 287 GraphicUsed by:296
Symbol 288 ButtonUses:233 234 235 236Used by:296
Symbol 289 TextUses:135Used by:296
Symbol 290 GraphicUsed by:296
Symbol 291 EditableTextUses:135Used by:296
Symbol 292 GraphicUsed by:296
Symbol 293 ButtonUses:233 234 235 236Used by:296
Symbol 294 EditableTextUses:135Used by:296
Symbol 295 TextUses:135Used by:296
Symbol 296 MovieClipUses:264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 132 283 284 285 286 120 287 288 289 290 291 292 293 294 295Used by:Timeline
Symbol 297 TextUses:135Used by:Timeline
Symbol 298 EditableTextUses:135Used by:Timeline
Symbol 299 GraphicUsed by:Timeline
Symbol 300 ButtonUses:233 234 235 236Used by:Timeline
Symbol 301 TextUses:135Used by:Timeline
Symbol 302 GraphicUsed by:Timeline
Symbol 303 GraphicUsed by:Timeline
Symbol 304 EditableTextUses:135Used by:Timeline
Symbol 305 EditableTextUses:135Used by:Timeline
Symbol 306 EditableTextUses:135Used by:Timeline
Symbol 307 EditableTextUses:135Used by:Timeline
Symbol 308 GraphicUsed by:Timeline
Symbol 309 GraphicUsed by:Timeline
Symbol 310 GraphicUsed by:Timeline
Symbol 311 EditableTextUses:135Used by:Timeline
Symbol 312 EditableTextUses:135Used by:Timeline
Symbol 313 EditableTextUses:135Used by:Timeline
Symbol 314 EditableTextUses:135Used by:Timeline
Symbol 315 GraphicUsed by:Timeline
Symbol 316 MovieClipUses:211Used by:Timeline
Symbol 317 MovieClipUses:213Used by:Timeline
Symbol 318 GraphicUsed by:Timeline
Symbol 319 EditableTextUses:135Used by:Timeline
Symbol 320 EditableTextUses:135Used by:Timeline
Symbol 321 EditableTextUses:135Used by:Timeline
Symbol 322 EditableTextUses:135Used by:Timeline
Symbol 323 GraphicUsed by:Timeline
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:324Used by:Timeline
Symbol 326 GraphicUsed by:Timeline
Symbol 327 EditableTextUses:135Used by:Timeline
Symbol 328 EditableTextUses:135Used by:Timeline
Symbol 329 EditableTextUses:135Used by:Timeline
Symbol 330 EditableTextUses:135Used by:Timeline
Symbol 331 TextUses:135Used by:Timeline
Symbol 332 GraphicUsed by:Timeline
Symbol 333 GraphicUsed by:342
Symbol 334 GraphicUsed by:342
Symbol 335 GraphicUsed by:341
Symbol 336 GraphicUsed by:337
Symbol 337 MovieClipUses:336Used by:339
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:337 338Used by:340
Symbol 340 MovieClipUses:339Used by:341
Symbol 341 MovieClipUses:335 340Used by:342
Symbol 342 MovieClipUses:333 334 341 SS1Used by:348
Symbol 343 ShapeTweeningUsed by:347
Symbol 344 SoundUsed by:347
Symbol 345 ShapeTweeningUsed by:347
Symbol 346 GraphicUsed by:347
Symbol 347 MovieClipUses:343 344 345 346Used by:348 361
Symbol 348 MovieClipUses:171 177 342 178 166 167 168 347Used by:Timeline
Symbol 349 GraphicUsed by:Timeline
Symbol 350 GraphicUsed by:353
Symbol 351 GraphicUsed by:352
Symbol 352 MovieClipUses:351Used by:353 357 361
Symbol 353 MovieClipUses:350 352Used by:357
Symbol 354 GraphicUsed by:357
Symbol 355 GraphicUsed by:357 361
Symbol 356 GraphicUsed by:357
Symbol 357 MovieClipUses:353 352 179 354 355 356 182 184Used by:Timeline
Symbol 358 GraphicUsed by:361
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:229 359Used by:361
Symbol 361 MovieClipUses:355 358 352 360 347Used by:Timeline
Symbol 362 EditableTextUses:135Used by:Timeline
Symbol 363 EditableTextUses:135Used by:Timeline
Symbol 364 ButtonUses:233 234 235 236Used by:Timeline
Symbol 365 TextUses:135Used by:Timeline
Symbol 366 ButtonUses:233 234 235 236Used by:Timeline
Symbol 367 TextUses:135Used by:Timeline
Symbol 368 BitmapUsed by:369
Symbol 369 GraphicUses:368Used by:Timeline
Symbol 370 TextUses:135Used by:Timeline
Symbol 371 ButtonUses:233 234 235 236Used by:Timeline
Symbol 372 TextUses:135Used by:Timeline
Symbol 373 TextUses:135Used by:Timeline
Symbol 374 BitmapUsed by:375
Symbol 375 GraphicUses:374Used by:Timeline
Symbol 376 TextUses:135Used by:Timeline
Streaming Sound 1Used by:Symbol 342 MovieClip

Instance Names

"test"Frame 5Symbol 204 MovieClip
"speed"Frame 7Symbol 132 MovieClip [FComboBoxSymbol]
"rotation"Frame 7Symbol 132 MovieClip [FComboBoxSymbol]
"avec"Frame 7Symbol 120 MovieClip [FRadioButtonSymbol]
"sans"Frame 7Symbol 120 MovieClip [FRadioButtonSymbol]
"player"Frame 20Symbol 203 MovieClip
"opposant"Frame 20Symbol 254 MovieClip
"opposant2"Frame 20Symbol 258 MovieClip
"player"Frame 22Symbol 203 MovieClip
"opposant"Frame 22Symbol 254 MovieClip
"opposant2"Frame 22Symbol 258 MovieClip
"opposant3"Frame 22Symbol 254 MovieClip
"opposant4"Frame 22Symbol 258 MovieClip
"player"Frame 24Symbol 203 MovieClip
"opposant"Frame 24Symbol 254 MovieClip
"opposant2"Frame 24Symbol 258 MovieClip
"opposant3"Frame 24Symbol 254 MovieClip
"opposant4"Frame 24Symbol 258 MovieClip
"opposant5"Frame 24Symbol 254 MovieClip
"opposant6"Frame 24Symbol 258 MovieClip
"player"Frame 26Symbol 203 MovieClip
"opposant"Frame 28Symbol 254 MovieClip
"opposant3"Frame 28Symbol 254 MovieClip
"opposant5"Frame 28Symbol 254 MovieClip
"opposant2"Frame 28Symbol 258 MovieClip
"opposant4"Frame 28Symbol 258 MovieClip
"opposant6"Frame 28Symbol 258 MovieClip
"player"Frame 28Symbol 203 MovieClip
"mur"Frame 30Symbol 229 MovieClip
"player"Frame 30Symbol 203 MovieClip
"bas"Frame 30Symbol 176 MovieClip
"haut"Frame 30Symbol 348 MovieClip
"machine"Frame 30Symbol 357 MovieClip
"radeau"Frame 30Symbol 361 MovieClip
"darkshadow_mc"Symbol 14 MovieClip Frame 1Symbol 7 MovieClip
"shadow_mc"Symbol 14 MovieClip Frame 1Symbol 9 MovieClip
"highlight_mc"Symbol 14 MovieClip Frame 1Symbol 11 MovieClip
"highlight3D_mc"Symbol 14 MovieClip Frame 1Symbol 13 MovieClip
"background_mc"Symbol 17 MovieClip Frame 1Symbol 16 MovieClip
"background_mc"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"background_mc"Symbol 22 MovieClip Frame 1Symbol 21 MovieClip
"disabled_mc"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"dot_mc"Symbol 28 MovieClip Frame 1Symbol 27 MovieClip
"frb_frame_mc"Symbol 29 MovieClip [frb_states] Frame 1Symbol 14 MovieClip
"labelField"Symbol 32 MovieClip [FLabelSymbol] Frame 1Symbol 31 EditableText
"highlight_mc"Symbol 35 MovieClip [FHighlightSymbol] Frame 1Symbol 34 MovieClip
"highlight_mc2"Symbol 35 MovieClip [FHighlightSymbol] Frame 2Symbol 34 MovieClip
"highlight_mc3"Symbol 35 MovieClip [FHighlightSymbol] Frame 3Symbol 34 MovieClip
"face_mc"Symbol 49 MovieClip Frame 1Symbol 38 MovieClip
"arrow_mc"Symbol 49 MovieClip Frame 1Symbol 40 MovieClip
"highlight_mc"Symbol 49 MovieClip Frame 1Symbol 42 MovieClip
"shadow_mc"Symbol 49 MovieClip Frame 1Symbol 44 MovieClip
"darkshadow_mc"Symbol 49 MovieClip Frame 1Symbol 46 MovieClip
"highlight3D_mc"Symbol 49 MovieClip Frame 1Symbol 48 MovieClip
"darkshadow_mc"Symbol 59 MovieClip Frame 1Symbol 50 MovieClip
"highlight3D_mc"Symbol 59 MovieClip Frame 1Symbol 51 MovieClip
"highlight_mc"Symbol 59 MovieClip Frame 1Symbol 53 MovieClip
"shadow_mc"Symbol 59 MovieClip Frame 1Symbol 55 MovieClip
"face_mc"Symbol 59 MovieClip Frame 1Symbol 56 MovieClip
"arrow_mc"Symbol 59 MovieClip Frame 1Symbol 58 MovieClip
"highlight3D_mc"Symbol 68 MovieClip Frame 1Symbol 60 MovieClip
"darkshadow_mc"Symbol 68 MovieClip Frame 1Symbol 61 MovieClip
"highlight_mc"Symbol 68 MovieClip Frame 1Symbol 62 MovieClip
"shadow_mc"Symbol 68 MovieClip Frame 1Symbol 63 MovieClip
"face_mc"Symbol 68 MovieClip Frame 1Symbol 65 MovieClip
"arrow_mc"Symbol 68 MovieClip Frame 1Symbol 67 MovieClip
"up"Symbol 69 MovieClip [UpArrow] Frame 1Symbol 49 MovieClip
"down"Symbol 69 MovieClip [UpArrow] Frame 2Symbol 59 MovieClip
"disabled"Symbol 69 MovieClip [UpArrow] Frame 3Symbol 68 MovieClip
"highlight3D_mc"Symbol 75 MovieClip Frame 1Symbol 71 MovieClip
"darkshadow_mc"Symbol 75 MovieClip Frame 1Symbol 72 MovieClip
"highlight_mc"Symbol 75 MovieClip Frame 1Symbol 73 MovieClip
"shadow_mc"Symbol 75 MovieClip Frame 1Symbol 74 MovieClip
"highlight3D_mc"Symbol 82 MovieClip Frame 1Symbol 76 MovieClip
"darkshadow_mc"Symbol 82 MovieClip Frame 1Symbol 77 MovieClip
"shadow_mc"Symbol 82 MovieClip Frame 1Symbol 79 MovieClip
"face_mc"Symbol 82 MovieClip Frame 1Symbol 80 MovieClip
"highlight_mc"Symbol 82 MovieClip Frame 1Symbol 81 MovieClip
"shadow_mc"Symbol 87 MovieClip Frame 1Symbol 83 MovieClip
"darkshadow_mc"Symbol 87 MovieClip Frame 1Symbol 85 MovieClip
"highlight3D_mc"Symbol 87 MovieClip Frame 1Symbol 86 MovieClip
"mc_sliderTop"Symbol 88 MovieClip [ScrollThumb] Frame 1Symbol 75 MovieClip
"mc_sliderMid"Symbol 88 MovieClip [ScrollThumb] Frame 1Symbol 82 MovieClip
"mc_sliderBot"Symbol 88 MovieClip [ScrollThumb] Frame 1Symbol 87 MovieClip
"face_mc"Symbol 96 MovieClip Frame 1Symbol 89 MovieClip
"arrow_mc"Symbol 96 MovieClip Frame 1Symbol 91 MovieClip
"highlight_mc"Symbol 96 MovieClip Frame 1Symbol 92 MovieClip
"shadow_mc"Symbol 96 MovieClip Frame 1Symbol 93 MovieClip
"darkshadow_mc"Symbol 96 MovieClip Frame 1Symbol 94 MovieClip
"highlight3D_mc"Symbol 96 MovieClip Frame 1Symbol 95 MovieClip
"darkshadow_mc"Symbol 104 MovieClip Frame 1Symbol 97 MovieClip
"highlight3D_mc"Symbol 104 MovieClip Frame 1Symbol 98 MovieClip
"highlight_mc"Symbol 104 MovieClip Frame 1Symbol 99 MovieClip
"shadow_mc"Symbol 104 MovieClip Frame 1Symbol 100 MovieClip
"face_mc"Symbol 104 MovieClip Frame 1Symbol 101 MovieClip
"arrow_mc"Symbol 104 MovieClip Frame 1Symbol 103 MovieClip
"highlight3D_mc"Symbol 112 MovieClip Frame 1Symbol 105 MovieClip
"darkshadow_mc"Symbol 112 MovieClip Frame 1Symbol 106 MovieClip
"highlight_mc"Symbol 112 MovieClip Frame 1Symbol 107 MovieClip
"shadow_mc"Symbol 112 MovieClip Frame 1Symbol 108 MovieClip
"face_mc"Symbol 112 MovieClip Frame 1Symbol 109 MovieClip
"arrow_mc"Symbol 112 MovieClip Frame 1Symbol 111 MovieClip
"up"Symbol 113 MovieClip [DownArrow] Frame 1Symbol 96 MovieClip
"down"Symbol 113 MovieClip [DownArrow] Frame 2Symbol 104 MovieClip
"disabled"Symbol 113 MovieClip [DownArrow] Frame 3Symbol 112 MovieClip
"boundingBox"Symbol 117 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 115 MovieClip
"boundingBox2"Symbol 117 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 115 MovieClip
"boundingBox_mc"Symbol 120 MovieClip [FRadioButtonSymbol] Frame 1Symbol 117 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 120 MovieClip [FRadioButtonSymbol] Frame 1Symbol 119 MovieClip
"track_mc"Symbol 123 MovieClip Frame 1Symbol 122 MovieClip
"scrollTrack_mc"Symbol 124 MovieClip [FScrollBarSymbol] Frame 1Symbol 123 MovieClip
"dPAsset"Symbol 127 MovieClip [FSelectableListSymbol] Frame 1Symbol 125 MovieClip [DataProviderSymbol]
"ItemAsset"Symbol 127 MovieClip [FSelectableListSymbol] Frame 1Symbol 126 MovieClip [FSelectableItemSymbol]
"scrollBarAsset"Symbol 128 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 124 MovieClip [FScrollBarSymbol]
"superClassAsset"Symbol 128 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 127 MovieClip [FSelectableListSymbol]
"superClassAsset"Symbol 132 MovieClip [FComboBoxSymbol] Frame 1Symbol 128 MovieClip [FScrollSelectListSymbol]
"itemAsset"Symbol 132 MovieClip [FComboBoxSymbol] Frame 1Symbol 129 MovieClip [FComboBoxItemSymbol]
"proxyBox_mc"Symbol 132 MovieClip [FComboBoxSymbol] Frame 1Symbol 117 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 132 MovieClip [FComboBoxSymbol] Frame 1Symbol 131 MovieClip
"fleche"Symbol 185 MovieClip Frame 101Symbol 182 MovieClip
"fleche"Symbol 190 MovieClip Frame 41Symbol 182 MovieClip
"arc2"Symbol 191 MovieClip Frame 1Symbol 190 MovieClip
"arc"Symbol 192 MovieClip Frame 1Symbol 191 MovieClip
"cible"Symbol 200 MovieClip Frame 1Symbol 199 MovieClip
"cible"Symbol 201 MovieClip Frame 1Symbol 199 MovieClip
"cible"Symbol 202 MovieClip Frame 1Symbol 199 MovieClip
"haut"Symbol 203 MovieClip Frame 1Symbol 192 MovieClip
"bas"Symbol 203 MovieClip Frame 1Symbol 194 MovieClip
"carre"Symbol 203 MovieClip Frame 1Symbol 196 MovieClip
"player_2"Symbol 203 MovieClip Frame 3Symbol 200 MovieClip
"player_2"Symbol 203 MovieClip Frame 4Symbol 201 MovieClip
"player_2"Symbol 203 MovieClip Frame 5Symbol 202 MovieClip
"player"Symbol 204 MovieClip Frame 1Symbol 203 MovieClip
"fleche"Symbol 250 MovieClip Frame 41Symbol 182 MovieClip
"arc2"Symbol 251 MovieClip Frame 1Symbol 250 MovieClip
"arc"Symbol 252 MovieClip Frame 2Symbol 251 MovieClip
"bas"Symbol 254 MovieClip Frame 1Symbol 194 MovieClip
"haut"Symbol 254 MovieClip Frame 1Symbol 252 MovieClip
"carre"Symbol 254 MovieClip Frame 1Symbol 196 MovieClip
"fleche"Symbol 255 MovieClip Frame 41Symbol 182 MovieClip
"arc2"Symbol 256 MovieClip Frame 1Symbol 255 MovieClip
"arc"Symbol 257 MovieClip Frame 2Symbol 256 MovieClip
"bas"Symbol 258 MovieClip Frame 1Symbol 194 MovieClip
"haut"Symbol 258 MovieClip Frame 1Symbol 257 MovieClip
"carre"Symbol 258 MovieClip Frame 1Symbol 196 MovieClip
"speed"Symbol 296 MovieClip Frame 3Symbol 132 MovieClip [FComboBoxSymbol]
"rotation"Symbol 296 MovieClip Frame 4Symbol 132 MovieClip [FComboBoxSymbol]
"avec"Symbol 296 MovieClip Frame 5Symbol 120 MovieClip [FRadioButtonSymbol]
"sans"Symbol 296 MovieClip Frame 5Symbol 120 MovieClip [FRadioButtonSymbol]
"bombe3"Symbol 348 MovieClip Frame 1Symbol 342 MovieClip
"boum4"Symbol 348 MovieClip Frame 90Symbol 347 MovieClip
"fil"Symbol 353 MovieClip Frame 1Symbol 352 MovieClip
"fleche"Symbol 357 MovieClip Frame 1Symbol 182 MovieClip
"fleche"Symbol 357 MovieClip Frame 21Symbol 182 MovieClip
"pt_fil"Symbol 361 MovieClip Frame 1Symbol 352 MovieClip
"planche"Symbol 361 MovieClip Frame 1Symbol 360 MovieClip
"boum"Symbol 361 MovieClip Frame 30Symbol 347 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "pop"
ExportAssets (56)Timeline Frame 1Symbol 2 as "saut2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "impact"
ExportAssets (56)Timeline Frame 1Symbol 5 as "frb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 29 as "frb_states"
ExportAssets (56)Timeline Frame 1Symbol 32 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 35 as "FHighlightSymbol"
ExportAssets (56)Timeline Frame 1Symbol 36 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 69 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 88 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 113 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 117 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 120 as "FRadioButtonSymbol"
ExportAssets (56)Timeline Frame 1Symbol 124 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 124 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 125 as "DataProviderSymbol"
ExportAssets (56)Timeline Frame 1Symbol 126 as "FSelectableItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 127 as "FSelectableListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 128 as "FScrollSelectListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 129 as "FComboBoxItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 117 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 132 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 4Symbol 3 as "impact"
ExportAssets (56)Timeline Frame 5Symbol 3 as "impact"
ExportAssets (56)Timeline Frame 5Symbol 2 as "saut2"
ExportAssets (56)Timeline Frame 7Symbol 132 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 7Symbol 132 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 7Symbol 120 as "FRadioButtonSymbol"
ExportAssets (56)Timeline Frame 7Symbol 120 as "FRadioButtonSymbol"
ExportAssets (56)Timeline Frame 20Symbol 3 as "impact"
ExportAssets (56)Timeline Frame 20Symbol 3 as "impact"
ExportAssets (56)Timeline Frame 20Symbol 132 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 20Symbol 132 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 20Symbol 120 as "FRadioButtonSymbol"
ExportAssets (56)Timeline Frame 20Symbol 120 as "FRadioButtonSymbol"

Labels

"Symbol_22"Symbol 7 MovieClip Frame 1
"Symbol_23"Symbol 9 MovieClip Frame 1
"unselectedEnabled"Symbol 29 MovieClip [frb_states] Frame 1
"press"Symbol 29 MovieClip [frb_states] Frame 2
"unselectedDisabled"Symbol 29 MovieClip [frb_states] Frame 3
"selectedDisabled"Symbol 29 MovieClip [frb_states] Frame 4
"selectedEnabled"Symbol 29 MovieClip [frb_states] Frame 5
"Symbol_32"Symbol 32 MovieClip [FLabelSymbol] Frame 1
"enabled"Symbol 35 MovieClip [FHighlightSymbol] Frame 1
"disabled"Symbol 35 MovieClip [FHighlightSymbol] Frame 2
"unfocused"Symbol 35 MovieClip [FHighlightSymbol] Frame 3
"Symbol_36"Symbol 36 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 117 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 117 MovieClip [FBoundingBoxSymbol] Frame 2
"Symbol_354"Symbol 125 MovieClip [DataProviderSymbol] Frame 1

Dynamic Text Variables

pourcentSymbol 137 EditableText""
aff_tpsSymbol 259 EditableText""
ptsSymbol 263 EditableText""
txtSymbol 291 EditableText""
txtSymbol 294 EditableText""
ptsSymbol 298 EditableText""
aff_tpsSymbol 304 EditableText""
ptsSymbol 306 EditableText""
ptsSymbol 307 EditableText""
aff_tpsSymbol 311 EditableText""
ptsSymbol 313 EditableText""
ptsSymbol 314 EditableText""
aff_tpsSymbol 319 EditableText""
ptsSymbol 321 EditableText""
ptsSymbol 322 EditableText""
aff_tpsSymbol 327 EditableText""
ptsSymbol 329 EditableText""
ptsSymbol 330 EditableText""
ptsSymbol 362 EditableText""
ptsSymbol 363 EditableText""




http://swfchan.com/5/23254/info.shtml
Created: 26/5 -2019 08:18:46 Last modified: 26/5 -2019 08:18:46 Server time: 10/05 -2024 10:28:16