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

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

Flash tutorial 2005.swf

This is the info page for
Flash #59464

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


Text
basic

Flash MX
Tutorials

complex

others

Click A Button To Go To The Next Menu.

stop

Play

Version 1.

Credits plz.

Credits plz.

Basic

Buttons

(all the easy crap, because you suck =))

Tweening

Movie Clips

Main

Main

Complex

Complex

Basic

Basic

Other

Other

Complex

Custom Cursor

dress ups

onion skinning

(not neccessarily, complex, just boosting your confidence a little =))

actionscript

Other

Layout

Frame By Frame

(all the random stuff)

Layout

It's all very well having a Flash
animation, but if it looks rushed and
not thought out, viewers will turn off/
I'm going toguide you through some
of the DO's and DON'TS of Flash.

Common Mistakes

One of the most annoying things in Flash are
buttons that are near impossbile to click.
Here is how you get round this.

1) Open your button timeline and go to the HIT
section, now, click the Square icon on the
toolbar.
2) Now draw a square over the button, just a
little larger. LIKE THIS

Orginal

example

hit

To put it simply, how big the square you
highlight button is, the bigger area there is to hit.
Try these two buttons out and see the diffrence

None changed

Changed

Now I'm going to teach you about the ALIGN
tool.
UNALIGNED
ALIGNED

Notice how the aligned buttons are in line with
each other? They look neater don't they?
This is how you do it..
1) Get your two buttons on the stage, and put
one under the other.
2) Now highlight the moth, and go to MODIFY >
ALIGN> RIGHT. Now they are both straight!
Play around with the align tool, its worth it.

DO'S  AND DON'TS

For the love of God, no stickfights, you aren't
Zhu. BUT. If you do, don't make blood like this,

No rainbow colours, they molest your eyes.

I'M BLIND!!!! AHHH!

Credits

LOVE DON'T COST A THANG. >=(

Moral Support.

All my MSN Buddies-
Or to be more specific:
Cool_penguin_0------WELF
HomoTheClown----Testicles Vicar?
Uncle Stuz------ C5 H4X0R111!!!ONE
Auntie Roz----- HALP PLZ.. :$
Zendra----------No catchphrase.. >=(
TheRotArm--- *Anything involving 'ofl' at the
end*
Deck_Head_Tottie-Psychological torture

Inspiration

Cool_Penguin_0--- For writing his tutorials, check 'em out!
Ryan Khatam- Best Flashes EVAR.
Whoever wrote the walking tutorial on NG, best thing I ever
learnt
Cool_penguin_0------WELF
HomoTheClown----Testicles Vicar?
Uncle Stuz------ C5 H4X0R111!!!ONE
Auntie Roz----- HALP PLZ.. :$
Zendra----------No catchphrase.. >=(
TheRotArm--- *Anything involving 'ofl' at the end*
Deck_Head_Tottie-Psychological torture

Did you know?
(or do you care?)

This flash has 250 items in the Library.
20 Scenes.
Was created in 2 weeks?

MSN & EMAIL- dilbert@babiestastegood.com

Look out for (or avoid) Little Billy, my
new flash d00d.

Oh, I forgot. Matt Hill (or Captain_Hack) made
this tutorial

TECHNICAL
DIFFICULTIES

Stuz, clean your dog, i've seen cleaner rats.

Onion Skinning

Onion Skinning is a way to
trace images to save space,
and make them easy to edit

Here is an example of an Onion Skin

1) First make two blank keyframes,
2) Find the image you want to trace, and go to
FILE> IMPORT TO LIBRARY, find your song and
click OK
3) Drag the image from your library into the
frame,
NEXT PAGE!

4) Click ALWAYS SHOW MARKERS from the bar
under the timeline
5) Now click this button

Onion Skin

NEXT PAGE!

Now, your image will be in the background,
slightly gray
Now trace over it with your TOOLS bar

FINISHED!

Actionscripting

Cursors

Custom Cursor are simply
custom cursors, which
replaces the normal cursor
with your own, you can
have it static, or make it
move!

example

1) Create a movie clip that looks like an arrow ,or
similar.
2) Make it a MOVIE CLIP, and copy and paste this
into the ACTIONS.

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

Done and dusted!

Dress Ups

Dress Ups are like Dolls in
Flash Form, unfortunately
they DON'T make a good
game on their own.

Here is a example of a Dress Up

1) Draw your character. Here's my bad example:
2) I like to make mine a graphic (F8) for easy
management,  anyway, draw  a body part using
ONION SKIN. (So they fit)
3) Now highlight it, and Convert it to a  MOVIE
CLIP. NEXT PAGE!

4) Now copy and paste this  ACTIONSCRIPT into
your ACTIONS

on (press) {startDrag ("");}
on (release) {stopDrag ();}

To explain this ACTIONSCRIPT:
on (press) {startDrag ("");}
This simply means, once the Movie Clip has
been pressed down, the Movie Clip follows your
Mouse.
on (release) {stopDrag ();}
Once the mouse button has been released, the
Movie Clip is dropped wherever the mouse was
last

Movies

Movie Clips are animations
in a symbol, making them
easy to manage

Here are a few examples of Movie Clips

1) First create the first frame of your movie
2) Highlight it all and right click > CONVERT TO
SYMBOL,  click MOVIE CLIP,  then press OK.
3) Then double click it, and a new  timeline will
appear.
4) Now start adding the content, you can do a
MOTION TWEEN, driving a car, walking,
shooting a gun, the possibilities are endless.
5) When you want to use it in your Movie, drag it
from your library (CTRL & L) into the frame

So are we going to add MOVIE CLIPS to
BUTTONS?... YES!

1) Make a button, then go to the button timeline
2) Add content to all the button states.
3) In the OVER section, highlight all the content,
and right click >CONVERT TO SYMBOL>MOVIE
CLIP
4) Then double click, and the Movie timeline
appears.. NEXT PAGE!

5) Add content to the Movie Clip, my favourite is
to enlarge the graphic.
We're done!

Tweening

Tweening is a way of adding
movement and effects into
your Flash

Here are a few examples of Tweens

So, what TWEEN are we learning?

SHAPE

MOTION

SHAPE TWEENS

1) First, create a new MOVIE CLIP, and draw a
Circle, now click on Keyframe 50 and press
F6.  Now delete the circle and draw a shape
with the PENCIL tool.
2) Then Highlight the frames, and click
TWEEN>SHAPE on the PROPERTIES bar

This will appear, and we are done!

Here are just 3 examples of what a MOTION
TWEEN can do
1) Spinning objects
2) Fading in and out
3) Movement
I will be covering these in order.

SPINNING FIRST!

1) Draw a square, using the TOOLS bar.
2) Highlight it and press F8, call it what you
want. Double click it. NEXT PAGE!

3) Copy the first frame, and click on the 50th
frame, right click and PASTE, Now highlight all
the frames,and right click and click CREATE
MOTION TWEEN
4) Now click on the first frame, and look at the
properties box. Now in the ROTATE section,
click the arrow, and choose either CCW for
Counter Clock Wise or CW for Clockwise

We're done!

FADING IN AND OUT

1) Draw a square, using the TOOLS bar.
2) Highlight it and press F8, call it what you
want. Double click,Now highlight all the
frames,and right click and click CREATE
MOTION TWEEN
3) Go to to the first frame, and highlight your
square, go down to the properties box. Now in
the COLOR tab, scroll down down to ALPHA
and change the  % down to 0.

4) Now COPY the frame, and go to frame 50
and PASTE it.
5) Highlight the square again, and this time
change the ALPHA to 100%.
And the end result is...

MOVEMENT

1) Draw a square, using the TOOLS bar.
2) Highlight it and press F8, call it what you
want. Double click. Now highlight all the
frames,and right click and click CREATE
MOTION TWEEN
3) Now, go to the last frame, and move the
square somewhere different in the frame. We're
done!
You can also combine all these methods
together!

Buttons

Buttons are a way of adding
interactivity and controlling
your movie/game

Here are a few examples of buttons

-Play Music

-Replay Movie

-Choices

{Hover Over}

HOW TO CREATE A BUTTON

Draw what you want your button to look
like on the stage

e.g.

Touch Me!

Now, highlight it all,  and right click and
scroll down to Convert To Symbol, click the
Button tab, ignore the registration section

Double Click The Button,
and this timeline appears

Now,  right click the UP section and click
COPY, now highlight OVER-DOWN & HIT and
press F6 on your Keyboard. Now all four
frames will have the same  graphic inside
them,

To explain what the  UP, OVER, DOWN & HIT
buttons mean: here they are.

UP: What the button looks like before you
hover over it or do anything to it.

OVER: What the button looks like when you
have the mouse hovered over it

DOWN: What the button looks like when it
has been clicked down. Most people keep
this the same as the UP frame

HIT: How large the area you can press the button
is. A common mistake is to forget this, and make
the button hard to click.

This is what my button looks like

UP

OVER

DOWN

HIT

EDIT your button with the TOOLS bar.

WINDOW>TOOL OR  CTRL & F2

When you come to the HIT frame, click the
square on the toolbar on the TOOLS BAR
and make a square covering the button.
This makes the button easy to click.
When you are done editing,your button will
be finished!

Later on we will add MOVIE CLIPS to
buttons.

Anyway, now our shiny new button is
complete, we get to the ACTIONSCRIPTING!

ACTIONSCRIPTING is the language used in
Flash to input commands and information.
It is very handy to learn this, so maybe try
going to the library and take out some
books and learn some!

With a button you can either:

USE IT TO GO TO A DIFFERENT PART
OF THE MOVIE

TO PLAY A SONG

TO  SEND MAIL/ VISIT URL

Click a button to see the actionscript

MOVIE

MOVIE

SONG

SONG

URL

URL

HOW TO ACTIONSCRIPT BUTTONS

First you need to know the location of where
you are going. For our example we are going
to go to:
SCENE 1, FRAME 1

1) Place your button where you want it to be.

2) Right click onthe button and go to
ACTIONS>MOVIE CONTROL

3) Double Click on GOTO,  make sure GOTO
AND PLAY is checked

4) Then enter the frame number and
scene number. And you're done!

First you need a song,  BUT make sure it is
OPTIMIZED (compressed to a smaller
filesize) Search on Google, for either
Goldwave OR Soundforge, for editing Music.

First of all

1) Go to FILE > IMPORT TO LIBRARY and find
your song, then click OK.
2) Go to your buttons timeline, then right click
on DOWN and click on PROPERTIES, then
SOUND will appear,click the arrow next to it,
your song should appear, click it. Next page!

Your timeline will look like this.

So, to explain how this works.
The sound is triggered when the button is
pressed down.
You can also put it in the OVER section,which
will make it trigger when the button is hovered
over

So, you press the button, the music plays,what if
the viewer wants it to stop?

1) Well, make another button, the most
obvious is a square.
2) Place it where you want it to go.
3) Now highlight it and go to ACTIONS
4) Go to MOVIECONTROL,then click
STOPALLSOUNDS.
Or if you're lazy, copy and paste this into the
actions box

on (release) {stopAllSounds();}

Would you like to send mail, or view a web
page with Flash? Well, find out here!

1)Paste this into the ACTIONS bar,

on(release) {getURL("http://www.websiteenteredhere", "_top", "GET");}

Replace the websitenteredhere writing with
your website

NEXT PAGE IS EMAIL!

Once again, copy and paste this
Actionscript into your ACTIONS bar

MAILTO:example@example.com

Replace, the example with your e-mail of course.

FBF

examples of Frame By Frame

HURRAH! The part of this
tutorial I'm lookng forward to
the most!

I find walk cycles can either look impressive, or
ruin a movie.
Heres my (overused) example

Make a new movie clip, and draw the
stickman as instructed
NEXT PAGE FOR EXPLANATION

Step 1

R

L

The right leg is straight, left is slightly
bent

Step 2

Both legs are bent, the left leg is coming
off the ground

Step 3

Right leg is straight, left leg is bent

Step 4

Right leg is bent, left is
straight

Step 5

Both legs straight

Step 6

Right leg straight, left bent

Step 7

Both legs straight, left leg off
ground

Step 8

Right legs straight, left bent
and off ground

Step 9

Feet together.

RESULT IS..

Next, we get to blood!

I recommend turning ONION SKIN on,
whilst you do this

1) Make another movie clip Go to its
timeline

NEXT PAGE!

1

2

3

4

5

6

Result is....

Check back soon, this will be the most updated
section

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Frame 8
stop();
Frame 9
stop();
Frame 10
stop();
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
Frame 14
stop();
Frame 15
stop();
Frame 16
stop();
Frame 17
stop();
Frame 18
stop();
Frame 19
stop();
Frame 20
stop();
Frame 21
stop();
Frame 22
stop();
Instance of Symbol 194 MovieClip in Frame 22
on (press) { startDrag (""); } on (release) { stopDrag(); }
Instance of Symbol 194 MovieClip in Frame 22
on (press) { startDrag (""); } on (release) { stopDrag(); }
Instance of Symbol 196 MovieClip in Frame 22
on (press) { startDrag (""); } on (release) { stopDrag(); }
Instance of Symbol 198 MovieClip in Frame 22
on (press) { startDrag (""); } on (release) { stopDrag(); }
Instance of Symbol 200 MovieClip in Frame 22
on (press) { startDrag (""); } on (release) { stopDrag(); }
Instance of Symbol 202 MovieClip in Frame 22
on (press) { startDrag (""); } on (release) { stopDrag(); }
Frame 23
stop();
Frame 24
stop();
Frame 25
stop();
Frame 26
stop();
Frame 27
stop();
Frame 28
stop();
Frame 29
stop();
Frame 30
stop();
Frame 31
stop();
Frame 32
stop();
Frame 33
stop();
Frame 34
stop();
Frame 35
stop();
Frame 36
stop();
Frame 37
stop();
Frame 38
stop();
Frame 39
stop();
Frame 40
stop();
Frame 41
stop();
Frame 42
stop();
Frame 43
stop();
Frame 44
stop();
Frame 45
stop();
Frame 46
stop();
Frame 47
stop();
Frame 48
stop();
Frame 49
stop();
Frame 50
stop();
Frame 51
stop();
Frame 52
stop();
Frame 53
stop();
Frame 54
stop();
Frame 55
stop();
Frame 56
stop();
Frame 57
stop();
Frame 58
stop();
Frame 59
stop();
Frame 60
stop();
Frame 61
stop();
Frame 62
stop();
Frame 63
stop();
Frame 64
stop();
Frame 65
stop();
Symbol 9 Button
on (release) { gotoAndPlay (2); }
Symbol 14 Button
on (release) { gotoAndPlay (3); }
Symbol 18 Button
on (release) { gotoAndPlay (4); }
Symbol 24 Button
on (release) { stopAllSounds(); }
Symbol 47 Button
on (release) { gotoAndPlay (11); }
Symbol 53 Button
on (release) { gotoAndPlay (37); }
Symbol 57 Button
on (release) { gotoAndStop (29); }
Symbol 59 Button
on (release) { gotoAndPlay (25); }
Symbol 63 Button
on (release) { gotoAndPlay (1); }
Symbol 67 Button
on (release) { gotoAndPlay (3); }
Symbol 75 Button
on (release) { gotoAndPlay (4); }
Symbol 79 Button
on (release) { gotoAndPlay (20); }
Symbol 82 Button
on (release) { gotoAndPlay (22); }
Symbol 85 Button
on (release) { gotoAndPlay (15); }
Symbol 89 Button
on (release) { gotoAndPlay (19); }
Symbol 91 Button
on (release) { gotoAndPlay (2); }
Symbol 95 Button
on (release) { gotoAndPlay (5); }
Symbol 98 Button
on (release) { gotoAndPlay (51); }
Symbol 107 Button
on (release) { nextFrame(); }
Symbol 108 Button
on (release) { gotoAndPlay (1); }
Symbol 115 Button
on (release) { prevFrame(); }
Symbol 160 MovieClip Frame 15
gotoAndPlay (1);
Symbol 217 Button
on (release) { prevFrame(); }
Symbol 241 Button
on (release) { nextFrame(); }
Symbol 244 Button
on (release) { gotoAndPlay (32); }
Symbol 251 Button
on (release) { gotoAndPlay (30); }
Symbol 321 Button
on (release) { nextFrame(); }
Symbol 325 Button
on (release) { gotoAndStop (46); }
Symbol 329 Button
on (release) { gotoAndPlay (49); }
Symbol 338 Button
on (release) { gotoAndStop (44); }

Library Items

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




http://swfchan.com/12/59464/info.shtml
Created: 16/4 -2019 17:51:35 Last modified: 16/4 -2019 17:51:35 Server time: 13/05 -2024 07:27:14