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

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

SuperMario 64 of Galaxy Quiz.swf

This is the info page for
Flash #54925

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


Text
Super Mario 64/Galaxy Quiz

By Sharpmanexe

Q

MUTE

?

Super Mario 64/Galaxy Quiz

Super Mario 64/Galaxy Quiz

PLAY!

W00T!!!!

W00t!!!!

64

Galaxy

Galaxy

64

Goombas

Twinks

Kikis

Lumas

1.What race lives at the observatory?

BACK

NO!!!!!

go play more Mario

2.Which is least rare to get?

star bits

star pieces

coins

purple coins

3.What color does Mario turn to
when he gets a red star?

red-blue

red-white

red-black

rainbow

4.Which galaxy can you find in the
Garden?

Dreadnought

Buoy Base

Gusty
Garden

Toy-Time

5.Which galaxy is not created by a
hungry luma?

Snowcap

Matter
Slatter

Sling Pod

Bubble
Blast

6.What is the boss of the Terrace

Megaleg

Bowser.Jr

King
Kaliente

Mogura
Mole

7.Which comet does not exist?

Purple

DareDevil

FastFoe

Time
Attack

{Checkpoint}

8.With the Terrace, Fountain, Kitchen,Bedroom, and
Enigine room combined,how many galaxies are there?

20

25

30

35

9.How many times do you face
Bowser?

2

3

4

5

10.

How many stars does Luigi give
you?

6

11.

On the mission "A snack of  cosmic proportions"
How much star bits must you have?

30

50

80

100

12.

Who controls the whole
observatory?

Rosaline

Rosalina

Sharpman
.EXE

Roselia

13.

Whom do you race in a cosmic
comet?

Koopa
the quick

Kamek

Shadow
Mario

Bowser
Jr.

14.

What was mega Kamek's
weakness?

Bullet
Bill

Super
Star

Fire
Flower

Koopa
Shell

15.

What part of the observatory
has the least galaxies?

Terrace

Kitchen

Garden

Fountain

CONGRADULATIONZ

1. How many levels exist (not
counting bowzer and secret levels)

8

10

15

18

2. how many stars are in each level

7

120

3. how many stars are required to
unlock the wing cap

20

25

30

4. how many toads are inside the
castle (not in the levels)

12

5. who do you find on the roof of the
castle

Bowser

Luigi

Yoshi

Peach

6. why did mario first come to the
castle

To save
Peach

To mollest
Bowser

To look at the
new castle

To eat
cake

7. What is the boss of tiny huge
world

Boss
Whomp

King
Goomba

Mega
Cheep-Cheep

Wriggler

8. who is the boss of shifting sand
land

King Tut

Stone
Chomp

Eyerok

Vulture

9.what level has the smallest
panting

Tall tall
mountain

Whomps
fortress

Wet dry
world

Snowman
land

10. how many stars are needed to
face the final bowser

50

70

80

100

11. What item in this game gives
mario invincibility

Invisible
cap

Metal
cap

Super
Condom

12. What does yoshi give you at the
top of the castle

The Grand
Star

100 lives

Cake

He lets you
ride him

13. what year was this game made

1994

1995

1996

2000

14. What is the symbol on a canon
cover

Pink
bob-omb

"M"

?

!

15. what move is commonly used
to glitch

Backflip

Long
jump

Triple
Jump

Punch

Thank you so much
for a' playing my game

BACK

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; Stage.showMenu = false;
Instance of Symbol 56 MovieClip in Frame 1
onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 300; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 1.5; } }
Instance of Symbol 56 MovieClip in Frame 1
onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 300; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 1.5; } }
Instance of Symbol 58 MovieClip in Frame 1
on (release) { if (_quality == "LOW") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "HIGH"; } else if (_quality == "HIGH") { _quality = "LOW"; } }
Frame 2
Stage.showMenu = false;
Frame 3
Stage.showMenu = false;
Frame 4
Stage.showMenu = false;
Frame 5
Stage.showMenu = false;
Frame 6
Stage.showMenu = false;
Frame 7
Stage.showMenu = false;
Frame 8
Stage.showMenu = false;
Frame 9
Stage.showMenu = false;
Frame 10
Stage.showMenu = false;
Frame 11
Stage.showMenu = false;
Frame 12
Stage.showMenu = false;
Frame 13
Stage.showMenu = false;
Frame 14
Stage.showMenu = false;
Frame 15
Stage.showMenu = false;
Frame 16
Stage.showMenu = false;
Frame 17
Stage.showMenu = false;
Frame 18
Stage.showMenu = false;
Frame 19
Stage.showMenu = false;
Frame 20
Stage.showMenu = false;
Frame 21
Stage.showMenu = false;
Frame 22
Stage.showMenu = false;
Frame 23
Stage.showMenu = false;
Frame 24
Stage.showMenu = false;
Frame 25
Stage.showMenu = false;
Frame 26
Stage.showMenu = false;
Frame 27
Stage.showMenu = false;
Frame 28
Stage.showMenu = false;
Frame 29
Stage.showMenu = false;
Frame 30
Stage.showMenu = false;
Frame 31
Stage.showMenu = false;
Frame 32
Stage.showMenu = false;
Frame 33
Stage.showMenu = false;
Frame 34
Stage.showMenu = false;
Frame 35
Stage.showMenu = false;
Frame 36
Stage.showMenu = false;
Frame 37
Stage.showMenu = false;
Frame 38
Stage.showMenu = false;
Frame 39
Stage.showMenu = false;
Frame 40
Stage.showMenu = false;
Frame 41
Stage.showMenu = false;
Frame 42
Stage.showMenu = false;
Frame 43
Stage.showMenu = false;
Frame 44
Stage.showMenu = false;
Frame 45
Stage.showMenu = false;
Frame 46
Stage.showMenu = false;
Frame 47
Stage.showMenu = false;
Frame 48
Stage.showMenu = false;
Frame 49
Stage.showMenu = false;
Frame 50
Stage.showMenu = false;
Frame 51
Stage.showMenu = false;
Frame 52
Stage.showMenu = false;
Frame 53
Stage.showMenu = false;
Frame 54
Stage.showMenu = false;
Frame 55
Stage.showMenu = false;
Frame 56
Stage.showMenu = false;
Frame 57
Stage.showMenu = false;
Frame 58
Stage.showMenu = false;
Frame 59
Stage.showMenu = false;
Frame 61
stop(); Stage.showMenu = false;
Frame 62
stop(); Stage.showMenu = false;
Frame 63
Stage.showMenu = false;
Frame 64
Stage.showMenu = false;
Frame 75
Stage.showMenu = false;
Frame 78
Stage.showMenu = false;
Frame 79
Stage.showMenu = false;
Frame 80
Stage.showMenu = false;
Frame 81
Stage.showMenu = false;
Frame 82
Stage.showMenu = false;
Frame 83
stop(); Stage.showMenu = false;
Frame 84
stop();
Frame 85
stop(); Stage.showMenu = false;
Frame 86
stop(); Stage.showMenu = false;
Frame 87
stop(); Stage.showMenu = false;
Frame 88
stop(); Stage.showMenu = false;
Frame 89
stop(); Stage.showMenu = false;
Frame 90
stop(); Stage.showMenu = false;
Frame 91
stop(); Stage.showMenu = false;
Frame 92
stop(); Stage.showMenu = false;
Frame 93
stop(); Stage.showMenu = false;
Frame 94
stop(); Stage.showMenu = false;
Frame 95
stop(); Stage.showMenu = false;
Frame 96
stop(); Stage.showMenu = false;
Frame 97
stop(); Stage.showMenu = false;
Frame 98
stop(); Stage.showMenu = false;
Frame 99
stop();
Frame 101
stop();
Frame 102
stop();
Frame 103
stop();
Frame 104
stop();
Frame 105
stop();
Frame 106
stop();
Frame 107
stop();
Frame 108
stop();
Frame 109
stop();
Frame 110
stop();
Frame 111
stop();
Frame 112
stop();
Frame 113
stop();
Frame 114
stop();
Frame 115
stop();
Frame 116
stop();
Frame 160
Stage.showMenu = false;
Symbol 39 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 48 Button
on (release) { _root.play(); }
Symbol 50 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 50 MovieClip Frame 2
gotoAndPlay (1);
Symbol 60 Button
on (press) { stopAllSounds(); }
Symbol 115 Button
on (release) { gotoAndPlay (62); }
Symbol 130 Button
on (release) { gotoAndPlay (64); }
Symbol 133 Button
on (release) { gotoAndPlay (101); }
Symbol 144 Button
on (release) { gotoAndPlay (84); }
Symbol 145 Button
on (release) { gotoAndPlay (85); }
Symbol 158 Button
on (release) { gotoAndPlay (62); }
Symbol 162 Button
on (release) { gotoAndPlay (86); }
Symbol 168 Button
on (release) { gotoAndPlay (87); }
Symbol 174 Button
on (release) { gotoAndPlay (88); }
Symbol 180 Button
on (release) { gotoAndPlay (89); }
Symbol 186 Button
on (release) { gotoAndPlay (90); }
Symbol 192 Button
on (release) { gotoAndPlay (91); }
Symbol 201 Button
on (release) { gotoAndPlay (92); }
Symbol 207 Button
on (release) { gotoAndPlay (93); }
Symbol 213 Button
on (release) { gotoAndPlay (94); }
Symbol 217 Button
on (release) { gotoAndPlay (95); }
Symbol 224 Button
on (release) { gotoAndPlay (96); }
Symbol 231 Button
on (release) { gotoAndPlay (97); }
Symbol 238 Button
on (release) { gotoAndPlay (98); }
Symbol 245 Button
on (release) { gotoAndPlay (99); }
Symbol 280 Button
on (release) { gotoAndPlay (102); }
Symbol 286 Button
on (release) { gotoAndPlay (103); }
Symbol 290 Button
on (release) { gotoAndPlay (104); }
Symbol 295 Button
on (release) { gotoAndPlay (105); }
Symbol 298 Button
on (release) { gotoAndPlay (106); }
Symbol 304 Button
on (release) { gotoAndPlay (107); }
Symbol 310 Button
on (release) { gotoAndPlay (108); }
Symbol 316 Button
on (release) { gotoAndPlay (109); }
Symbol 322 Button
on (release) { gotoAndPlay (110); }
Symbol 328 Button
on (release) { gotoAndPlay (111); }
Symbol 334 Button
on (release) { gotoAndPlay (112); }
Symbol 339 Button
on (release) { gotoAndPlay (113); }
Symbol 345 Button
on (release) { gotoAndPlay (114); }
Symbol 351 Button
on (release) { gotoAndPlay (115); }
Symbol 357 Button
on (release) { gotoAndPlay (116); }

Library Items

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

Instance Names

"bar"Symbol 50 MovieClip Frame 1Symbol 4 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"loaded"Symbol 50 MovieClip Frame 3




http://swfchan.com/11/54925/info.shtml
Created: 21/4 -2019 03:25:07 Last modified: 21/4 -2019 03:25:07 Server time: 01/06 -2024 08:15:17