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

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

Steven's Tutorial.swf

This is the info page for
Flash #63970

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


Text
Loading

Loading.

Loading..

Loading...

Loaded!

Make it go!

Make it go!

Make it go!

Make it go!

Steven's Flash Tutorial.

(Click)

1. Making Buttons

1. Making Buttons

1. Making Buttons

2. Tweening

2. Tweening

2. Tweening

3. Masking

3. Masking

3. Masking

4. Gradients

4. Gradients

4. Gradients

5. Spellchecking

5. Spellchecking

5. Spellchecking

6. Cursors

6. Cursors

6. Cursors

7. Preloaders

7. Preloaders

7. Preloaders

Drum 'n Bass
FBF 3 Preview!

Drum 'n Bass
FBF 3 Preview!

1. Draw what you want the button to look like
2. Use the selection tool (v) and select the button-to-be
3. Press F8
4. Choose "Button" from the box that appears
5. Name the button whatever you want to call it
6. Press "OK"
7. Double-click on the button
8. Look at the timeline:
*The "Up" frame is what the button looks like when the mouse
cursor isn't over it
*The "Over" frame is what the button looks like when the
mouse cursor is over it
*The "Down" frame is what the button looks like when the
mouse cursor is pressing it
*The "Hit" frame is the area that the button occupies...you
should usually just make a filled box covering the button if

Menu

Next

Buttons

you are just making a text button.  (Don't worry, anything
on the hit frame won't be seen in the final movie.=D)
9. Once you're done with the different frames, double click
on the white space around the button to get back to the
main timeline
10. Look at the little gray arrow on the bottom of your screen
11. When you're done admiring it, click on it.
12. If it's not already expanded, click on the word "Actions"
13. Look at the nice little text box you have in front of you
now.
14. Put some actions in it: (make sure the button is selected)
*If you want the button to make the movie play, like a
play or continue button, type:

on(release){play;}

*If you want the button to stop the movie, like a pause

Back

button, put in:

on(release){stop;}

*If you want the button to rewind the movie, like a replay
button:

on(release){gotoandplay(***);}

(Where the "***" is, just put in the frame of the movie that
you want to go to.)

*If you want the button to make a web page pop up, then
it's:

on(release){getURL("http://www.whatever.com", "_blank");}

(Where "http://www.whatever.com" is what URL you want
to load.)

Example button

Motion tweening is very simple:
1. Make a shape to tween
2. On the timeline, right-click on a frame a good way away
to the right and choose "Insert keyframe" from the little
drop-down box that appears
3. On the second keyframe, (a keyframe has a little dot in
it) move the object to a different position
4. Right-click on one of the frames in-between the two
keyframes
5. Choose the option "Create motion tween" from the little
drop-down box that appears
6. Play the movie! (press enter or ctrl+enter)
7. Yay!
Now for shape tweening...
1. Follow steps 1 and 2 above
2. Instead of moving the object to a different position,

Tweening

change the shape of the object with the selection tool (v)
by dragging some of the shape's edges (NOTE: You can
only do that if you made a circle, square, line, or "poly
star".  If you just made a blob with the brush tool, you can
just erase it and draw another, different shaped blob with
the brush tool.)
3. Click on the little arrow at the bottom of the screen that
we talked about in the buttons tutorial
4. Make sure that "Properties" is showing
5. Click on one of the frames in-between the two
keyframes
6. Look where it says "Tween:" on the properties panel
7. From the drop-down list next to it, choose "Shape"
8. Play the movie
9. Yay!

Example tweens

How to make and use a mask:
1. Draw the shape that you want to mask
2. Create a new layer above the layer with the shape on it
(Insert->timeline->Layer)
3. Right-click on the new layer and select "Mask" from the
right-click menu
4. Draw a scribble or something on the mask layer in any
color (it won't be seen in the movie)
5. Motion tween the mask or something to make it move
across the masked object (NOTE: The mask is the only thing
that you WILL see; only the stuff that the mask is on will be
seen, the other part of the image will be hidden
6. Play the movie
7. Yay!

Example masked animation

Masking

Gradients

I see gradients used badly in a lot of animations, so here are
some gradient tips:
1. Make the alpha (transparency) 0% on the end of the
gradient if you're trying to make an explosion:

With
transparency

Without
transparency

2. Choose the right colors!
3. Make it the right size!
Alright, so here's how you actually MAKE the gradients:
1. Click on the little arrow on the right side of your screen
2. Make sure that the "Color Mixer" is open
3. From the drop-down menu in the Color Mixer, choose
"Radial"
4. Click on one of the little colored arrows
5. Click on the little box next to the drop-down menu and
choose your first color
6. Click on the other colored arrow
7. Hold down your mouse button on the little arrow next to
the "Alpha" box and move the slider all the way to the
bottom
8. Choose the oval tool (o)

9. Click on the little colored box next to the pencil under
where it says "Colors" and click on the little box with a red
line through it
10. Draw your gradient!
11. Yay!

Example of a gradient

Spellchecking

Hoo, boy.  Spellchecking.  One of the easiest to use, yet
most neglected features of Flash MX.  It's very simple:
1. Select the text tool (t)
2. Click somewhere on the stage (the big white space under
the timeline)
3. Type something
4. Look at the toolbar at the top of the screen (it should
have File, Edit, View, Insert, etc.
5. Click on "Text" (it should be between Modify and
Commands) and then go down to "Check Spelling..."
6. Yay!

Cursors

Make a custom cursor for your animation or game!  You just
have to:
1. Draw your cursor
2. Make it a movie clip (F8)
3. Double-click on the cursor and move it so that the little +
is where you want the clicky part of it to be
4. Add this actionscript to the cursor itself:

onClipEvent (load) {startDrag("", true);Mouse.hide(); }

Preloaders

Alright, so you wanna make a custom preloader!  Here you
go:
1. Make a new folder (Insert->Timeline->Layer Folder)
2. Click on the folder
3. Make three new layers (Insert->Timeline->Layer)
4. Name them "Actions", "Text", and "Bar"
5. Make a new movie clip (Ctrl+F8)
6. Make it a loading bar or an animation or whatever, just
make sure that it's 100 frames long (Frame 1 will be
displayed when 1% of the movie is loaded, frame 2 at 2%,
etc.)
7. Get back to the main stage
8. Go to the library (not the one with books that you can
check out and stuff, the one in Flash!) by clicking on the
little arrow on the right side of your screen.  If the library
doesn't show up, go to "Window" (between Control and

help) and make sure that "Library" is checked
9. Drag the loading bar onto the "Bar" layer
10. On the "Actions" layer, put the actionscript

stop();

on the first frame
11. Go back into the loading bar movie clip and make
another layer in it.  Name the layer "Actions".  Put stop();
on that layer.
12. Go back to the main stage
13. Make sure the loading bar is selected
14. Click on the arrow at the bottom of the screen and go
to "Properties"
15. Give the loading bar the instance name of loader.
16. In the "Text" layer, make a text box with a 0 in it.
17. Go back into the "Properties" thingy and make the text

dynamic text by choosing "Dynamic Text" from the drop
down menu next to the capital A
18. The variable name of this dynamic text will be
percentbytes.  Make it so.
19. Make a "Static Text" text box next to the dynamic text
box with a percent sign in it
20. On frame 1 of the "Actions" layer, get rid of the
actionscript "stop();".  I don't know what I was thinking when
I made you put it there.  Please forgive me.  Anyway, copy
and paste in this actionscript instead:

loadedbytes=getBytesLoaded();
totalbytes=getBytesTotal();
percentbytes = int(loadedbytes/(totalbytes/100));
loader.gotoAndStop(percentbytes);

21. Make a new keyframe on the "Actions" layer, and put

these actions on it:

if (loadedbytes == totalbytes){play();}

22. Make a nice movie on frames 2 and beyond
23. Enjoy!

Soon

Return to menu

Return to menu

You will
experience

An animation

Called...

Drum 'n Bass FBF 3

Coming soon

Drum 'n Bass FBF 3

Coming soon

Drum 'n Bass FBF 3

Coming soon

Drum 'n Bass FBF 3

ActionScript [AS1/AS2]

Frame 2
loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); loadedkbytes = Math.ceil(loadedbytes / 1000); totalkbytes = Math.ceil(totalbytes / 1000); if (loadedbytes == totalbytes) { play(); } else { gotoAndPlay (1); } frame = int(loadedbytes / (totalbytes / 100)); tellTarget (_root.loader) { gotoAndStop(_root.frame); };
Frame 3
play();
Frame 4
stop();
Instance of Symbol 22 MovieClip in Frame 4
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 5
stop(); stop();
Frame 706
gotoAndStop (5);
Symbol 20 Button
on (release) { play(); }
Symbol 46 Button
on (release) { gotoAndStop (9); }
Symbol 51 Button
on (release) { gotoAndStop (12); }
Symbol 56 Button
on (release) { gotoAndStop (14); }
Symbol 61 Button
on (release) { gotoAndStop (15); }
Symbol 66 Button
on (release) { gotoAndStop (18); }
Symbol 71 Button
on (release) { gotoAndStop (19); }
Symbol 76 Button
on (release) { gotoAndStop (20); }
Symbol 80 Button
on (release) { gotoAndPlay (33); }
Symbol 85 Button
on (release) { instanceName.setVolume(0); }
Symbol 89 Button
on (press) { play(); }
Symbol 90 MovieClip Frame 6089
gotoAndPlay (1);
Symbol 95 Button
on (release) { gotoAndStop (5); }
Symbol 98 Button
on (press) { nextFrame(); }
Symbol 104 Button
on (press) { prevFrame(); }
Symbol 167 Button
on (press) { gotoAndStop (5); }

Library Items

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

Instance Names

"loader"Frame 1Symbol 6 MovieClip




http://swfchan.com/13/63970/info.shtml
Created: 13/4 -2019 10:08:48 Last modified: 13/4 -2019 10:08:48 Server time: 09/05 -2024 20:03:13