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

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

Basket Avec Nico.swf

This is the info page for
Flash #123873

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


Text
Téléchargement en cours

www.Radio-Canada.ca/jeunesse

Pratique ton habileté à faire
des lancers au panier!

Exécute-toi en un temps record
et inscris-toi au Top Joueurs!

0

0

00:00

points

LANCERS

Ton pourcentage de
réussite est :

21

Tu as réussi

21

Bravo!

paniers.

Ton pourcentage de réussite est :

Et tu as réalisé tes lancers en :

21

Ceci te donne un pointage de :

21

21

Incris-toi au Top Joueurs

Incris-toi au Top Joueurs

Incris-toi au Top Joueurs

Ton pointage est de

2345

Pour soumettre ton résultat à la
liste de top joueurs, inscris ton
surnom ici :

(Ne mets pas ton nom de famille)

annuler

soumettre

Tu dois inscrire ton surnom
(maximum 30 caractères) dans le
champs de texte approprié
pour soumettre ton résultat .

retour

AIDE

Avec ta souris, oriente ton lancer et ajuste la force de ton tir.

Les mouvements de haut en bas te permettent de bien viser
le panier.

Les mouvements de gauche à droite te permettent de donner le
bon niveau de force à ton tir.

Tu dois accomplir 21 lancers pour finir la partie.

Dans l'option « Pratique », ton pointage final sera un ratio entre
le nombre de lancers et le nombre de points.

Dans l'option « Compétition », ton pointage final sera un ratio
entre le nombre de lancers, le nombre de points et le temps
d'exécution.

Amuse-toi!

1.

2.

3.

4.

5.

6.

ActionScript [AS1/AS2]

Frame 1
if (_root.getBytesLoaded() == _root.getBytesTotal()) { gotoAndPlay (17); }
Frame 9
if (_root.getBytesLoaded() == _root.getBytesTotal()) { gotoAndPlay (17); }
Frame 16
if (_root.getBytesLoaded() == _root.getBytesTotal()) { gotoAndPlay (17); } else { gotoAndPlay (15); } anim.gotoAndStop(int((_root.getBytesLoaded() * 100) / _root.getBytesTotal()));
Frame 193
stop(); scoreloose = 21; _root.nblancers = 21; endtime = 0; endtimeAff = 0; scoreaff = 0;
Frame 194
function goNico() { if (_root.balle.launch) { updateNico(); _root.balle.oldY = _root.balle._y; _root.balle._x = _root.balle._x + _root.balle.myVitesseX; _root.balle._y = _root.balle._y - _root.balle.myVitesseY; _root.balle._rotation = _root.balle._rotation + 1; if (_root.balle._y > _root.balle.oldY) { _root.balle.direction = "bas"; } else { _root.balle.direction = "haut"; } _root.balle.myVitesseY = _root.balle.myVitesseY * _root.balle.friction; _root.balle.myVitesseX = _root.balle.myVitesseX * _root.balle.friction; _root.balle.myVitesseY = _root.balle.myVitesseY - _root.balle.gravite; if (_root.balle._y >= 320) { _root.balle._y = 319; if (Math.abs(_root.balle.myVitesseY) < 10) { _root.balle.launch = false; if (_root.scoreloose == 0) { _root.gotoAndStop("ending"); clearInterval(intervalID); } else { _root.play(); } } else { playSound(_root.balle._x, _root.balle.myVitesseY); } _root.balle.myVitesseY = _root.balle.myVitesseY * (-1 * _root.balle.restitution); _root.balle.restitution = _root.balle.restitution - 0.1; _root.balle.etat = "out"; } if (_root.balle.hitTest(_root.paniertop) && (_root.balle._x > 375)) { if (_root.balle.etat != "out") { _root.balle.myVitesseY = _root.balle.myVitesseY * (-1 * _root.balle.restitution); _root.balle.resitution = _root.balle.resitution - 0.1; _root.balle.myVitesseX = _root.balle.myVitesseX + 1; _root.filet.play(); } } if (_root.balle.hitTest(_root.panier)) { _root.balle.myVitesseX = _root.balle.myVitesseX * -1; _root.balle.myVitesseX = _root.balle.myVitesseX * _root.balle.friction; if (_root.balle.etat != "out") { _root.filet.play(); } } if (_root.balle.hitTest(_root.panier2)) { _root.balle.myVitesseX = _root.balle.myVitesseX * -1; _root.balle.myVitesseX = _root.balle.myVitesseX * _root.balle.friction; } if (((_root.balle._x >= 485) && (_root.balle._x < 515)) && (_root.balle._y >= 180)) { _root.balle._x = 484; _root.balle.myVitesseX = _root.balle.myVitesseX * -1; _root.balle.myVitesseX = _root.balle.myVitesseX * _root.balle.friction; playSound(_root.balle._x, _root.balle.myVitesseX); } if ((((_root.balle._x >= 422) && (_root.balle._x < 465)) && (_root.balle._y >= 35)) && (_root.balle._y <= 100)) { _root.balle._x = 421; playSound(_root.balle._x, _root.balle.myVitesseX); _root.balle.myVitesseX = _root.balle.myVitesseX * -1; _root.balle.myVitesseX = _root.balle.myVitesseX * (0.5 * _root.balle.friction); } if (((_root.balle.hitTest(_root.score) && (_root.balle.direction == "bas")) && (_root.balle.etat != "out")) && (_root.score.scoreOn == true)) { _root.scoreaff++; _root.score.scoreOn = false; _root.filet.filet2.filet3.play(); } } updateAfterEvent(); } function updateNico() { anglenico = Math.atan2(_root.balle._y - 200, _root.balle._x - _root.nico._x); anglenico2 = (anglenico / (Math.PI/180)) + 20; if (anglenico2 > 80) { anglenico2 = 80; } else if (anglenico2 < -60) { anglenico2 = -60; } _root.nico.tete._rotation = anglenico2 * 0.2; } function playSound(x, speed) { var ballX = ((x * 100) / 560); var pan = (-50 + (ballX * 2)); if (x < 0) { var pan = -100; } else if (x > 560) { var pan = 100; } var maxSpeed = 15; var minSpeed = 1; var speed = Math.abs(speed); var factor = (speed / (maxSpeed - minSpeed)); if (speed < minSpeed) { var factor = 0; } var volume = (factor * 100); if (volume > 0) { bounce = new Sound(son); bounce.attachSound("bounce"); bounce.setPan(pan); bounce.setVolume(volume); bounce.start(); } } force = 5; myAngle = 80; _root.nico.tete._rotation = 0; balle._x = random(200) + 100; nico._x = balle._x; pointer._x = _root.nico._x + 5; origAngle = (Math.PI/180) * myAngle; var intervalID; intervalID = setInterval(goNico, 20); stop();
Instance of Symbol 87 MovieClip in Frame 194
onClipEvent (load) { if (_root.competition) { this.fonctionne = true; this.origTime = getTimer(); } else { this.fonctionne = false; this._visible = false; } } onClipEvent (enterFrame) { if (this.fonctionne) { newTime = Math.floor((getTimer() - this.origTime) / 1000); this.minutes = Math.floor(newTime / 60); this.secondes = newTime % 60; if (this.minutes < 10) { this.minutes = "0" + this.minutes; } else if (this.minutes > 59) { _root.gotoAndStop("intro"); } if (this.secondes < 10) { this.secondes = "0" + this.secondes; } this.timer = (this.minutes + ":") + this.secondes; } if (_root.scoreloose < 2) { _root.endtime = this.newTime; _root.endtimeAff = this.timer; } }
Instance of Symbol 129 MovieClip "balle" in Frame 194
onClipEvent (load) { launch = false; this._visible = false; }
Instance of Symbol 136 MovieClip "pointer" in Frame 194
onClipEvent (mouseMove) { if ((!_root.balle.launch) && (_root.nico._currentframe == 1)) { this._visible = true; origY = this._y; angleY = (origY - _root._ymouse) / 90; angletemp = angleY / (Math.PI/180); if (angletemp < 2) { angletemp = 2; } else if (angletemp > 90) { angletemp = 90; } forcetp = 2 * (_root._xmouse - this._x); if (forcetp < 20) { forcetp = 20; } else if (forcetp > 200) { forcetp = 200; } this.sigle._rotation = -angletemp; _root.nico.tete._rotation = (-angletemp) * 0.2; this.sigle.gotoAndStop(Math.floor((forcetp * 100) / 200)); } } onClipEvent (mouseDown) { if ((!_root.balle.launch) && (_root.nico._currentframe == 1)) { _root.balle.gravite = 1; _root.balle.friction = 0.98; _root.balle.restitution = 0.89; _root.balle.myAngle = (Math.PI/180) * this.angletemp; _root.balle.force = this.forcetp / 6; _root.balle.dirX = Math.cos(_root.balle.myAngle); _root.balle.dirY = Math.sin(_root.balle.myAngle); _root.balle.myVitesseX = _root.balle.force * _root.balle.dirX; _root.balle.myVitesseY = _root.balle.force * _root.balle.dirY; _root.score.scoreOn = true; _root.balle.etat = "in"; this._visible = false; Mouse.show(); _root.nico.play(); _root.scoreloose = _root.scoreloose - 1; } }
Frame 195
clearInterval(intervalID); prevFrame();
Frame 196
final.percentage = Math.round((100 * scoreaff) / nblancers) + "%"; if (_root.endtime > 0) { final.scoreFinal = Math.round((((100 * scoreaff) / nblancers) * 1000) / endtime); final.time = endtimeAff; final.nextFrame(); } else { final.paniers = scoreaff; }
Symbol 9 MovieClip Frame 1
stop();
Symbol 51 Button
on (release) { getURL ("index.asp", "_self"); }
Symbol 59 Button
on (release) { gotoAndStop (197); }
Symbol 67 Button
on (release) { play(); _root.competition = false; }
Symbol 75 Button
on (release) { play(); _root.competition = true; }
Symbol 76 Button
on (release) { getURL ("index.asp", "_self"); }
Symbol 94 Button
on (release) { clearInterval(intervalID); gotoAndStop (193); }
Symbol 117 MovieClip Frame 1
play();
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 20
_root.balle.launch = true; _root.balle._visible = true;
Symbol 127 MovieClip Frame 27
stop();
Symbol 145 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 167 Button
on (release) { stopAllSounds(); gotoAndStop (193); }
Symbol 186 Button
on (press) { mcSubmitScore.play(); }
Symbol 202 Button
on (release) { this.gotoAndStop(1); }
Symbol 203 Button
on (release) { if (surnom != "") { getURL ("/jeunesse/jeux/topjoueurs/soumettreResultat.asp", _blank, "POST"); gotoAndStop (1); } else { gotoAndStop (20); } }
Symbol 204 Button
on (release) { gotoAndStop (14); }
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 4
score = _parent.scoreFinal; surnom = ""; id_jeu = "4";
Symbol 207 MovieClip Frame 11
Symbol 207 MovieClip Frame 14
stop();
Symbol 207 MovieClip Frame 15
stop();
Symbol 208 MovieClip Frame 1
stop();
Symbol 231 Button
on (release) { gotoAndStop (193); }

Library Items

Symbol 1 Sound [bounce]Used by:148 167 231
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:9
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:9
Symbol 6 FontUsed by:7 83 84 168 169 170 171 172 173 174 175 176 177 178 179 181 183 184 205 211 212 213 214 215 216 217 218 219 220 221 222 223 224
Symbol 7 TextUses:6Used by:8
Symbol 8 MovieClipUses:7Used by:9
Symbol 9 MovieClipUses:3 5 8Used by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 12 FontUsed by:13
Symbol 13 TextUses:12Used by:18
Symbol 14 GraphicUsed by:17
Symbol 15 GraphicUsed by:16 76
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:14 16Used by:18
Symbol 18 MovieClipUses:13 17Used by:Timeline
Symbol 19 SoundUsed by:Timeline
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:Timeline
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:24
Symbol 24 MovieClipUses:23Used by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:Timeline
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:39
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:39
Symbol 39 MovieClipUses:36 38Used by:Timeline
Symbol 40 GraphicUsed by:51
Symbol 41 GraphicUsed by:51
Symbol 42 GraphicUsed by:51
Symbol 43 GraphicUsed by:51
Symbol 44 GraphicUsed by:51
Symbol 45 GraphicUsed by:51
Symbol 46 GraphicUsed by:51 59 67
Symbol 47 GraphicUsed by:51
Symbol 48 GraphicUsed by:51 59 75 231
Symbol 49 GraphicUsed by:51
Symbol 50 SoundUsed by:51 59 67 75 94
Symbol 51 ButtonUses:40 41 42 43 44 45 46 47 48 49 50Used by:Timeline
Symbol 52 GraphicUsed by:59
Symbol 53 GraphicUsed by:59
Symbol 54 GraphicUsed by:59
Symbol 55 GraphicUsed by:59
Symbol 56 GraphicUsed by:59
Symbol 57 GraphicUsed by:59
Symbol 58 GraphicUsed by:59
Symbol 59 ButtonUses:52 53 54 55 56 57 46 58 48 50Used by:Timeline
Symbol 60 GraphicUsed by:67
Symbol 61 GraphicUsed by:67
Symbol 62 FontUsed by:63 72 86 190 197 198 205
Symbol 63 TextUses:62Used by:67
Symbol 64 GraphicUsed by:67
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 ButtonUses:60 61 63 64 46 65 66 50Used by:Timeline
Symbol 68 GraphicUsed by:75
Symbol 69 GraphicUsed by:75
Symbol 70 GraphicUsed by:75
Symbol 71 FontUsed by:72
Symbol 72 TextUses:62 71Used by:75
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 ButtonUses:68 69 70 72 73 74 48 50Used by:Timeline
Symbol 76 ButtonUses:15Used by:Timeline
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:Timeline
Symbol 83 EditableTextUses:6Used by:Timeline
Symbol 84 EditableTextUses:6Used by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 EditableTextUses:62Used by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:94 127 128
Symbol 90 GraphicUsed by:94
Symbol 91 GraphicUsed by:94
Symbol 92 GraphicUsed by:94
Symbol 93 GraphicUsed by:94
Symbol 94 ButtonUses:89 90 91 92 93 50Used by:Timeline
Symbol 95 FontUsed by:96 97
Symbol 96 TextUses:95Used by:Timeline
Symbol 97 TextUses:95Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:127
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:127
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:127
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:127
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:127
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:127
Symbol 110 GraphicUsed by:117
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:117
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:117
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:117
Symbol 117 MovieClipUses:110 112 114 116Used by:127
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:127
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:127
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:127
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:127
Symbol 126 SoundUsed by:127
Symbol 127 MovieClipUses:99 101 103 105 107 109 117 89 119 121 123 125 126Used by:Timeline
Symbol 128 MovieClipUses:89Used by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 GraphicUsed by:135
Symbol 131 GraphicUsed by:135
Symbol 132 ShapeTweeningUsed by:135
Symbol 133 GraphicUsed by:135
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:130 131 132 133 134Used by:136
Symbol 136 MovieClipUses:135Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 GraphicUsed by:146
Symbol 140 GraphicUsed by:145
Symbol 141 GraphicUsed by:145
Symbol 142 SoundUsed by:145
Symbol 143 GraphicUsed by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:140 141 142 143 144Used by:146
Symbol 146 MovieClipUses:139 145Used by:148
Symbol 147 SoundUsed by:148
Symbol 148 MovieClipUses:146 1 147Used by:Timeline
Symbol 149 GraphicUsed by:160
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:160
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:160
Symbol 154 GraphicUsed by:160
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:160
Symbol 157 GraphicUsed by:160
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:158Used by:160
Symbol 160 MovieClipUses:149 151 153 154 156 157 159Used by:Timeline
Symbol 161 GraphicUsed by:167
Symbol 162 GraphicUsed by:167
Symbol 163 GraphicUsed by:167
Symbol 164 GraphicUsed by:167
Symbol 165 GraphicUsed by:167
Symbol 166 GraphicUsed by:167
Symbol 167 ButtonUses:161 162 163 164 165 166 1Used by:Timeline
Symbol 168 TextUses:6Used by:208
Symbol 169 EditableTextUses:6Used by:208
Symbol 170 TextUses:6Used by:208
Symbol 171 EditableTextUses:6Used by:208
Symbol 172 TextUses:6Used by:208
Symbol 173 TextUses:6Used by:208
Symbol 174 TextUses:6Used by:208
Symbol 175 TextUses:6Used by:208
Symbol 176 EditableTextUses:6Used by:208
Symbol 177 TextUses:6Used by:208
Symbol 178 EditableTextUses:6Used by:208
Symbol 179 EditableTextUses:6Used by:208
Symbol 180 FontUsed by:181 183 184
Symbol 181 TextUses:6 180Used by:186
Symbol 182 GraphicUsed by:186
Symbol 183 TextUses:6 180Used by:186
Symbol 184 TextUses:6 180Used by:186
Symbol 185 GraphicUsed by:186
Symbol 186 ButtonUses:181 182 183 184 185Used by:208
Symbol 187 GraphicUsed by:207
Symbol 188 FontUsed by:189 192 206
Symbol 189 TextUses:188Used by:207
Symbol 190 EditableTextUses:62Used by:207
Symbol 191 FontUsed by:192
Symbol 192 TextUses:188 191Used by:207
Symbol 193 FontUsed by:194
Symbol 194 EditableTextUses:193Used by:207
Symbol 195 FontUsed by:196
Symbol 196 TextUses:195Used by:207
Symbol 197 TextUses:62Used by:207
Symbol 198 TextUses:62Used by:207
Symbol 199 GraphicUsed by:202 203 204 207
Symbol 200 GraphicUsed by:202 203 204
Symbol 201 GraphicUsed by:202 203 204
Symbol 202 ButtonUses:199 200 201Used by:207
Symbol 203 ButtonUses:199 200 201Used by:207
Symbol 204 ButtonUses:199 200 201Used by:207
Symbol 205 TextUses:62 6Used by:207
Symbol 206 TextUses:188Used by:207
Symbol 207 MovieClipUses:187 189 190 192 194 196 197 198 202 203 199 204 205 206Used by:208
Symbol 208 MovieClipUses:168 169 170 171 172 173 174 175 176 177 178 179 186 207Used by:Timeline
Symbol 209 SoundUsed by:Timeline
Symbol 210 GraphicUsed by:Timeline
Symbol 211 TextUses:6Used by:Timeline
Symbol 212 TextUses:6Used by:Timeline
Symbol 213 TextUses:6Used by:Timeline
Symbol 214 TextUses:6Used by:Timeline
Symbol 215 TextUses:6Used by:Timeline
Symbol 216 TextUses:6Used by:Timeline
Symbol 217 TextUses:6Used by:Timeline
Symbol 218 TextUses:6Used by:Timeline
Symbol 219 TextUses:6Used by:Timeline
Symbol 220 TextUses:6Used by:Timeline
Symbol 221 TextUses:6Used by:Timeline
Symbol 222 TextUses:6Used by:Timeline
Symbol 223 TextUses:6Used by:Timeline
Symbol 224 TextUses:6Used by:Timeline
Symbol 225 GraphicUsed by:231
Symbol 226 GraphicUsed by:231
Symbol 227 GraphicUsed by:231
Symbol 228 GraphicUsed by:231
Symbol 229 GraphicUsed by:231
Symbol 230 GraphicUsed by:231
Symbol 231 ButtonUses:225 226 227 228 229 230 48 1Used by:Timeline

Instance Names

"anim"Frame 15Symbol 9 MovieClip
"son"Frame 194Symbol 78 MovieClip
"panier"Frame 194Symbol 80 MovieClip
"score"Frame 194Symbol 82 MovieClip
"paniertop"Frame 194Symbol 80 MovieClip
"nico"Frame 194Symbol 127 MovieClip
"balle"Frame 194Symbol 129 MovieClip
"pointer"Frame 194Symbol 136 MovieClip
"panneau"Frame 194Symbol 138 MovieClip
"filet"Frame 194Symbol 148 MovieClip
"final"Frame 196Symbol 208 MovieClip
"tete"Symbol 127 MovieClip Frame 1Symbol 117 MovieClip
"tete"Symbol 127 MovieClip Frame 27Symbol 117 MovieClip
"sigle"Symbol 136 MovieClip Frame 1Symbol 135 MovieClip
"filet3"Symbol 146 MovieClip Frame 1Symbol 145 MovieClip
"filet2"Symbol 148 MovieClip Frame 1Symbol 146 MovieClip
"mcSubmitScore"Symbol 208 MovieClip Frame 2Symbol 207 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "bounce"
ExportAssets (56)Timeline Frame 194Symbol 1 as "bounce"
ExportAssets (56)Timeline Frame 196Symbol 1 as "bounce"
ExportAssets (56)Timeline Frame 197Symbol 1 as "bounce"

Labels

"logos"Frame 17
"intro"Frame 193
"ending"Frame 196

Dynamic Text Variables

scoreaffSymbol 83 EditableText"0"
scorelooseSymbol 84 EditableText"0"
timerSymbol 86 EditableText"00:00"
percentageSymbol 169 EditableText"21"
paniersSymbol 171 EditableText"21"
percentageSymbol 176 EditableText"21"
timeSymbol 178 EditableText"21"
scoreFinalSymbol 179 EditableText"21"
scoreSymbol 190 EditableText"2345"
surnomSymbol 194 EditableText""




http://swfchan.com/25/123873/info.shtml
Created: 2/3 -2019 07:41:46 Last modified: 2/3 -2019 07:41:46 Server time: 11/05 -2024 13:06:14